/ibc/core/channel/v1/channels/{}/ports/{}/consensus_state/revision/{}/height/{}
ChannelConsensusState queries for the consensus state for the channel associated with the provided channel identifiers.
Parameters:
channel_id - string, channel unique identifier
port_id - string, port unique identifier
revision_number- string, revision number of the consensus state
revision_height- string, revision height of the consensus state
Example:
Previous/ibc/core/channel/v1/channels/{channel_id}/ports/{port_id}/client_stateNext/ibc/core/channel/v1/channels/{channel_id}/ports/{port_id}/next_sequence
Last updated