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

  • ConnectionEnd

Properties

clientId: string

client associated with this connection.

counterparty: undefined | Counterparty

counterparty chain associated with this connection.

delayPeriod: number

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.

state: State

current state of the connection end.

versions: Version[]

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

Generated using TypeDoc