MsgGovScript constructor

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

Implementation

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