Channel constructor
Channel(
- State state,
- Order ordering,
- Counterparty counterParty,
- List<
String> connection_hops, - String version,
Implementation
Channel(this.state, this.ordering, this.counterParty, this.connection_hops,
this.version);