MsgGovScriptJSON constructor

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

Implementation

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