Interface QueryChannelConsensusStateResponseSDKType

QueryChannelClientStateResponse is the Response type for the Query/QueryChannelClientState RPC method

interface QueryChannelConsensusStateResponseSDKType {
    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