Interface QueryChannelConsensusStateRequest

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

interface QueryChannelConsensusStateRequest {
    channelId: string;
    portId: string;
    revisionHeight: bigint;
    revisionNumber: bigint;
}

Properties

channelId: string

channel unique identifier

portId: string

port unique identifier

revisionHeight: bigint

revision height of the consensus state

revisionNumber: bigint

revision number of the consensus state