menu
cosmos_sdk package
documentation
proto_messages/initia/move/v1/src/tx.dart
MsgScript
MsgScript.new const constructor
MsgScript.new const constructor
dark_mode
light_mode
MsgScript
constructor
const
MsgScript
(
{
String
?
sender
,
List
<
int
>
?
codeBytes
,
List
<
String
>
typeArgs
=
const []
,
List
<
List
<
int
>
>
args
=
const []
,
})
Implementation
const MsgScript({ this.sender, this.codeBytes, this.typeArgs = const [], this.args = const [], });
cosmos_sdk package
documentation
proto_messages/initia/move/v1/src/tx
MsgScript
MsgScript.new const constructor
MsgScript class