Counterparty defines the counterparty chain associated with a connection end.

interface CounterpartyAmino {
    client_id?: string;
    connection_id?: string;
    prefix?: MerklePrefixAmino;
}

Properties

client_id?: string

identifies the client on the counterparty chain associated with a given connection.

connection_id?: string

identifies the connection end on the counterparty chain associated with a given connection.

commitment merkle prefix of the counterparty chain.