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