Interface QueryNextSequenceReceiveResponseAmino

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

interface QueryNextSequenceReceiveResponseAmino {
    next_sequence_receive?: string;
    proof?: string;
    proof_height?: HeightAmino;
}

Properties

next_sequence_receive?: string

next sequence receive number

proof?: string

merkle proof of existence

proof_height?: HeightAmino

height at which the proof was retrieved