Interface QueryPacketAcknowledgementResponse

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

interface QueryPacketAcknowledgementResponse {
    acknowledgement: Uint8Array;
    proof: Uint8Array;
    proofHeight: undefined | Height;
}

Properties

acknowledgement: Uint8Array

packet associated with the request fields

proof: Uint8Array

merkle proof of existence

proofHeight: undefined | Height

height at which the proof was retrieved