Interface QueryPacketCommitmentResponseAmino

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

interface QueryPacketCommitmentResponseAmino {
    commitment?: string;
    proof?: string;
    proof_height?: HeightAmino;
}

Properties

commitment?: string

packet associated with the request fields

proof?: string

merkle proof of existence

proof_height?: HeightAmino

height at which the proof was retrieved