toAmino method
Implementation
ChannelAminoArgs toAmino() {
return ChannelAminoArgs()
..state = state
..ordering = ordering
..counterParty = counterParty.toAmino()
..connection_hops = connection_hops
..version = version;
}
ChannelAminoArgs toAmino() {
return ChannelAminoArgs()
..state = state
..ordering = ordering
..counterParty = counterParty.toAmino()
..connection_hops = connection_hops
..version = version;
}