QueryPacketCommitmentResponse defines the client query response for a packet which also includes a proof and the height from which the proof was retrieved

interface QueryPacketCommitmentResponse {
    commitment: Uint8Array;
    proof: Uint8Array;
    proofHeight: undefined | Height;
}

Properties

commitment: Uint8Array

packet associated with the request fields

proof: Uint8Array

merkle proof of existence

proofHeight: undefined | Height

height at which the proof was retrieved