Counterparty defines a channel end counterparty

interface Counterparty {
    channelId: string;
    portId: string;
}

Properties

Properties

channelId: string

channel end on the counterparty chain

portId: string

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