ToData method

ChannelDataArgs ToData()

Implementation

ChannelDataArgs ToData() {
  return ChannelDataArgs()
    ..state = state
    ..ordering = ordering
    ..counterParty = counterParty.toData()
    ..connection_hops = connection_hops
    ..version = version;
}