IdentifiedConnection defines a connection with additional connection identifier field.

Hierarchy

  • IdentifiedConnection

Properties

clientId: string

client associated with this connection.

counterparty: undefined | Counterparty

counterparty chain associated with this connection.

delayPeriod: number

delay period associated with this connection.

id: string

connection identifier.

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