Optional
connection_list of connection identifiers, in order, along which packets sent on this channel will travel
Optional
counterpartycounterparty channel end
Optional
orderingwhether the channel is ordered or unordered
Optional
statecurrent state of the channel end State defines if a channel is in one of the following states: CLOSED, INIT, TRYOPEN, OPEN or UNINITIALIZED.
Optional
versionopaque channel version, which is agreed upon during the handshake
Generated using TypeDoc
Channel defines pipeline for exactly-once packet delivery between specific modules on separate blockchains, which has at least one end capable of sending packets and one end capable of receiving packets.