MsgToggleTradeController constructor

const MsgToggleTradeController({
  1. String? creator,
  2. String? chainId,
  3. AuthzPermissionChange? permissionChange,
  4. String? address,
  5. bool? legacy,
})

Implementation

const MsgToggleTradeController({
  this.creator,
  this.chainId,
  this.permissionChange,
  this.address,
  this.legacy,
});