Interface QueryNextSequenceReceiveResponseSDKType

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

interface QueryNextSequenceReceiveResponseSDKType {
    next_sequence_receive: bigint;
    proof: Uint8Array;
    proof_height: undefined | HeightSDKType;
}

Properties

next_sequence_receive: bigint
proof: Uint8Array
proof_height: undefined | HeightSDKType