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

interface QueryPacketReceiptResponse {
    proof: Uint8Array;
    proofHeight: undefined | Height;
    received: boolean;
}

Properties

proof: Uint8Array

merkle proof of existence

proofHeight: undefined | Height

height at which the proof was retrieved

received: boolean

success flag for if receipt exists