Counterparty defines a channel end counterparty

interface CounterpartyAmino {
    channel_id?: string;
    port_id?: string;
}

Properties

channel_id?: string

channel end on the counterparty chain

port_id?: string

port on the counterparty chain which owns the other end of the channel.