MsgExecuteJSON constructor

const MsgExecuteJSON({
  1. String? sender,
  2. String? moduleAddress,
  3. String? moduleName,
  4. String? functionName,
  5. List<String> typeArgs = const [],
  6. List<String> args = const [],
})

Implementation

const MsgExecuteJSON({
  this.sender,
  this.moduleAddress,
  this.moduleName,
  this.functionName,
  this.typeArgs = const [],
  this.args = const [],
});