Counterparty constructor
Counterparty(
- String client_id,
- String connection_id,
- MerklePrefix prefix
Implementation
Counterparty(this.client_id, this.connection_id, this.prefix);