No description
Query
QueryChannel
Channel queries an IBC Channel.
GET:/ibc/core/channel/v1/channels/{channel_id}/ports/{port_id}
No description
Query
QueryChannelClientState
ChannelClientState queries for the client state for the channel associated with the provided channel identifiers.
GET:/ibc/core/channel/v1/channels/{channel_id}/ports/{port_id}/client_state
No description
Query
QueryChannelConsensusState
ChannelConsensusState queries for the consensus state for the channel associated with the provided channel identifiers.
GET:/ibc/core/channel/v1/channels/{channel_id}/ports/{port_id}/consensus_state/revision/{revision_number}/height/{revision_height}
No description
Query
QueryChannels
Channels queries all the IBC channels of a chain.
GET:/ibc/core/channel/v1/channels
Optional
query: { Optional
pagination.count_Optional
pagination.key?: stringOptional
pagination.limit?: stringOptional
pagination.offset?: stringOptional
pagination.reverse?: booleanNo description
Query
QueryConnectionChannels
ConnectionChannels queries all the channels associated with a connection end.
GET:/ibc/core/channel/v1/connections/{connection}/channels
Optional
query: { Optional
pagination.count_Optional
pagination.key?: stringOptional
pagination.limit?: stringOptional
pagination.offset?: stringOptional
pagination.reverse?: booleanNo description
Query
QueryNextSequenceReceive
NextSequenceReceive returns the next receive sequence for a given channel.
GET:/ibc/core/channel/v1/channels/{channel_id}/ports/{port_id}/next_sequence
No description
Query
QueryPacketAcknowledgement
PacketAcknowledgement queries a stored packet acknowledgement hash.
GET:/ibc/core/channel/v1/channels/{channel_id}/ports/{port_id}/packet_acks/{sequence}
No description
Query
QueryPacketAcknowledgements
PacketAcknowledgements returns all the packet acknowledgements associated with a channel.
GET:/ibc/core/channel/v1/channels/{channel_id}/ports/{port_id}/packet_acknowledgements
Optional
query: { Optional
packet_Optional
pagination.count_Optional
pagination.key?: stringOptional
pagination.limit?: stringOptional
pagination.offset?: stringOptional
pagination.reverse?: booleanNo description
Query
QueryPacketCommitment
PacketCommitment queries a stored packet commitment hash.
GET:/ibc/core/channel/v1/channels/{channel_id}/ports/{port_id}/packet_commitments/{sequence}
No description
Query
QueryPacketCommitments
PacketCommitments returns all the packet commitments hashes associated with a channel.
GET:/ibc/core/channel/v1/channels/{channel_id}/ports/{port_id}/packet_commitments
Optional
query: { Optional
pagination.count_Optional
pagination.key?: stringOptional
pagination.limit?: stringOptional
pagination.offset?: stringOptional
pagination.reverse?: booleanNo description
Query
QueryPacketReceipt
PacketReceipt queries if a given packet sequence has been received on the queried chain
GET:/ibc/core/channel/v1/channels/{channel_id}/ports/{port_id}/packet_receipts/{sequence}
No description
Query
QueryUnreceivedAcks
UnreceivedAcks returns all the unreceived IBC acknowledgements associated with a channel and sequences.
GET:/ibc/core/channel/v1/channels/{channel_id}/ports/{port_id}/packet_commitments/{packet_ack_sequences}/unreceived_acks
No description
Query
QueryUnreceivedPackets
UnreceivedPackets returns all the unreceived IBC packets associated with a channel and sequences.
GET:/ibc/core/channel/v1/channels/{channel_id}/ports/{port_id}/packet_commitments/{packet_commitment_sequences}/unreceived_packets
Generated using TypeDoc
Title
ibc/core/channel/v1/channel.proto
Version
version not set