Channel constructor

Channel(
  1. State state,
  2. Order ordering,
  3. Counterparty counterParty,
  4. List<String> connection_hops,
  5. String version,
)

Implementation

Channel(this.state, this.ordering, this.counterParty, this.connection_hops,
    this.version);