MsgGovExecuteJSON constructor

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

Implementation

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