Interface QueryPacketAcknowledgementResponseAmino

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

interface QueryPacketAcknowledgementResponseAmino {
    acknowledgement?: string;
    proof?: string;
    proof_height?: HeightAmino;
}

Properties

acknowledgement?: string

packet associated with the request fields

proof?: string

merkle proof of existence

proof_height?: HeightAmino

height at which the proof was retrieved