toData method
Implementation
MsgChannelCloseInitDataArgs toData() {
return MsgChannelCloseInitDataArgs()
..port_id = port_id
..channel_id = channel_id
..signer = signer;
}
MsgChannelCloseInitDataArgs toData() {
return MsgChannelCloseInitDataArgs()
..port_id = port_id
..channel_id = channel_id
..signer = signer;
}