Interface QueryConnectionConsensusStateResponseSDKType

QueryConnectionConsensusStateResponse is the response type for the Query/ConnectionConsensusState RPC method

interface QueryConnectionConsensusStateResponseSDKType {
    client_id: string;
    consensus_state?: AnySDKType;
    proof: Uint8Array;
    proof_height: undefined | HeightSDKType;
}

Properties

client_id: string
consensus_state?: AnySDKType
proof: Uint8Array
proof_height: undefined | HeightSDKType