Interface QueryPacketReceiptResponseSDKType

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 QueryPacketReceiptResponseSDKType {
    proof: Uint8Array;
    proof_height: undefined | HeightSDKType;
    received: boolean;
}

Properties

proof: Uint8Array
proof_height: undefined | HeightSDKType
received: boolean