Counterparty constructor

Counterparty(
  1. String client_id,
  2. String connection_id,
  3. MerklePrefix prefix
)

Implementation

Counterparty(this.client_id, this.connection_id, this.prefix);