IdentifiedConnection defines a connection with additional connection identifier field.

interface IdentifiedConnectionAmino {
    client_id?: string;
    counterparty?: CounterpartyAmino;
    delay_period?: string;
    id?: string;
    state?: State;
    versions?: VersionAmino[];
}

Properties

client_id?: string

client associated with this connection.

counterparty?: CounterpartyAmino

counterparty chain associated with this connection.

delay_period?: string

delay period associated with this connection.

id?: string

connection identifier.

state?: State

current state of the connection end.

versions?: VersionAmino[]

IBC version which can be utilised to determine encodings or protocols for channels or packets utilising this connection