Counterparty constructor

Counterparty(
  1. String port_id,
  2. String channel_id
)

Implementation

Counterparty(this.port_id, this.channel_id);