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 QueryPacketReceiptResponseAmino {
    proof?: string;
    proof_height?: HeightAmino;
    received?: boolean;
}

Properties

proof?: string

merkle proof of existence

proof_height?: HeightAmino

height at which the proof was retrieved

received?: boolean

success flag for if receipt exists