Counterparty defines the counterparty chain associated with a connection end.

interface CounterpartySDKType {
    client_id: string;
    connection_id: string;
    prefix: undefined | MerklePrefixSDKType;
}

Properties

client_id: string
connection_id: string
prefix: undefined | MerklePrefixSDKType