Interface QueryChannelConsensusStateRequestAmino

QueryChannelConsensusStateRequest is the request type for the Query/ConsensusState RPC method

interface QueryChannelConsensusStateRequestAmino {
    channel_id?: string;
    port_id?: string;
    revision_height?: string;
    revision_number?: string;
}

Properties

channel_id?: string

channel unique identifier

port_id?: string

port unique identifier

revision_height?: string

revision height of the consensus state

revision_number?: string

revision number of the consensus state