Interface QueryPacketCommitmentResponseSDKType

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

interface QueryPacketCommitmentResponseSDKType {
    commitment: Uint8Array;
    proof: Uint8Array;
    proof_height: undefined | HeightSDKType;
}

Properties

commitment: Uint8Array
proof: Uint8Array
proof_height: undefined | HeightSDKType