MsgToggleTradeController constructor
const
MsgToggleTradeController({
- String? creator,
- String? chainId,
- AuthzPermissionChange? permissionChange,
- String? address,
- bool? legacy,
Implementation
const MsgToggleTradeController({
this.creator,
this.chainId,
this.permissionChange,
this.address,
this.legacy,
});