IdentifiedConnection defines a connection with additional connection identifier field.

Hierarchy

  • V1IdentifiedConnection

Properties

client_id?: string

client associated with this connection.

counterparty?: V1Counterparty

counterparty chain associated with this connection.

delay_period?: string

delay period associated with this connection.

Format

uint64

id?: string

connection identifier.

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