menu
terra_dart package
documentation
Core/IBC/Msgs/Channel/MsgChannelCloseInit.dart
MsgChannelCloseInit
MsgChannelCloseInit constructor
MsgChannelCloseInit constructor
dark_mode
light_mode
MsgChannelCloseInit
constructor
MsgChannelCloseInit
(
String
port_id
,
String
channel_id
,
String
signer
)
Implementation
MsgChannelCloseInit(this.port_id, this.channel_id, this.signer);
terra_dart package
documentation
Core/IBC/Msgs/Channel/MsgChannelCloseInit
MsgChannelCloseInit
MsgChannelCloseInit constructor
MsgChannelCloseInit class