MsgScriptJSON constructor

const MsgScriptJSON({
  1. String? sender,
  2. List<int>? codeBytes,
  3. List<String> typeArgs = const [],
  4. List<String> args = const [],
})

Implementation

const MsgScriptJSON({
  this.sender,
  this.codeBytes,
  this.typeArgs = const [],
  this.args = const [],
});