Optional
adminAdmin is an optional address that can execute migrations
Optional
builderBuilder is the docker image used to build the code deterministically, used for smart contract verification
Optional
code_CodeHash is the SHA256 sum of the code outputted by builder, used for smart contract verification
Optional
descriptionDescription is a human readable text
Optional
fundsFunds coins that are transferred to the contract on instantiation
Optional
instantiate_InstantiatePermission to apply on contract creation, optional
Optional
labelLabel is optional metadata to be stored with a constract instance.
Optional
msgMsg json encoded message to be passed to the contract on instantiation
Optional
run_RunAs is the address that is passed to the contract's environment as sender
Optional
sourceSource is the URL where the code is hosted
Optional
titleTitle is a short summary
Optional
unpin_UnpinCode code on upload, optional
Optional
wasm_WASMByteCode can be raw or gzip compressed
StoreAndInstantiateContractProposal gov proposal content type to store and instantiate the contract.