fromData static method
Implementation
static MsgChannelCloseInit fromData(MsgChannelCloseInitDataArgs data) {
return MsgChannelCloseInit(data.port_id!, data.channel_id!, data.signer!);
}
static MsgChannelCloseInit fromData(MsgChannelCloseInitDataArgs data) {
return MsgChannelCloseInit(data.port_id!, data.channel_id!, data.signer!);
}