Interface QueryConnectionConsensusStateRequest

QueryConnectionConsensusStateRequest is the request type for the Query/ConnectionConsensusState RPC method

interface QueryConnectionConsensusStateRequest {
    connectionId: string;
    revisionHeight: bigint;
    revisionNumber: bigint;
}

Properties

connectionId: string

connection identifier

revisionHeight: bigint
revisionNumber: bigint