ConnectionEnd defines a stateful object on a chain connected to another separate one. NOTE: there must only be 2 defined ConnectionEnds to establish a connection between two chains.

Hierarchy

  • V1ConnectionEnd

Properties

client_id?: string

client associated with this connection.

counterparty?: V1Counterparty

counterparty chain associated with this connection.

delay_period?: string

delay period that must pass before a consensus state can be used for packet-verification NOTE: delay period logic is only implemented by some clients.

Format

uint64

state?: V1State

current state of the connection end.

versions?: V1Version[]

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

Generated using TypeDoc