menu
terra_sdk package
documentation
Core/IBC/Msgs/Channel/MsgChannelOpenInit.dart
MsgChannelOpenInit
MsgChannelOpenInit constructor
MsgChannelOpenInit constructor
dark_mode
light_mode
MsgChannelOpenInit
constructor
MsgChannelOpenInit
(
String
port_id
,
Channel
channel
,
String
signer
)
Implementation
MsgChannelOpenInit(this.port_id, this.channel, this.signer);
terra_sdk package
documentation
Core/IBC/Msgs/Channel/MsgChannelOpenInit
MsgChannelOpenInit
MsgChannelOpenInit constructor
MsgChannelOpenInit class