Interface QueryNextSequenceReceiveResponse

QuerySequenceResponse is the request type for the Query/QueryNextSequenceReceiveResponse RPC method

interface QueryNextSequenceReceiveResponse {
    nextSequenceReceive: bigint;
    proof: Uint8Array;
    proofHeight: undefined | Height;
}

Properties

nextSequenceReceive: bigint

next sequence receive number

proof: Uint8Array

merkle proof of existence

proofHeight: undefined | Height

height at which the proof was retrieved