Optional
adminAdmin is an optional address that can execute migrations
Optional
code_CodeID is the reference to the stored WASM code
Optional
fix_FixMsg include the msg value into the hash for the predictable address. Default is false
Optional
fundsFunds coins that are transferred to the contract on instantiation
Optional
labelLabel is optional metadata to be stored with a contract instance.
Optional
msgMsg json encoded message to be passed to the contract on instantiation
Optional
saltSalt is an arbitrary value provided by the sender. Size can be 1 to 64.
Optional
senderSender is the that actor that signed the messages
MsgInstantiateContract2 create a new smart contract instance for the given code id with a predicable address.