MsgPrivilegedExecuteContract
MsgPrivilegedExecuteContract defines a method for executing a Cosmwasm contract from the exchange module with privileged capabilities.Senderdescribes the creator of this msg.Fundsdefines the user’s bank coins used to fund the execution (e.g. 100inj).ContractAddressdefines the contract address to execute.Datadefines the call data used when executing the contract, see further details below.
- The
originfield is the address of the user who sent the privileged action. You don’t have to set this field yourself, it will be set by the exchange module. - The
namefield is the name of the privileged action. You can define these to be whatever you want. - The
argsfield is the arguments of the privileged action. You can define these to be whatever you want.
MsgPrivilegedExecuteContract with the following data:
