# Functions
ClearContractAdminCmd clears an admin for a contract.
ExecuteContractCmd will instantiate a contract from previously uploaded code.
GenesisExecuteContractCmd cli command to add a `MsgExecuteContract` to the wasm section of the genesis that is executed on block 0.
GenesisInstantiateContractCmd cli command to add a `MsgInstantiateContract` to the wasm section of the genesis that is executed on block 0.
GenesisListCodesCmd cli command to list all codes stored in the genesis wasm.code section as well as from messages that are queued in the wasm.genMsgs section.
GenesisListContractsCmd cli command to list all contracts stored in the genesis wasm.contract section as well as from messages that are queued in the wasm.genMsgs section.
GenesisStoreCodeCmd cli command to add a `MsgStoreCode` to the wasm section of the genesis that is executed on block 0.
No description provided by the author
No description provided by the author
GetCmdGetContractHistory prints the code history for a given contract.
GetCmdGetContractInfo gets details about a given contract.
GetCmdGetContractState dumps full internal state of a given contract.
No description provided by the author
No description provided by the author
No description provided by the author
GetCmdListCode lists all wasm code uploaded.
GetCmdListContractByCode lists all wasm code uploaded for given code id.
GetCmdListPinnedCode lists all wasm code ids that are pinned.
GetCmdQueryCode returns the bytecode for a given contract.
No description provided by the author
GetTxCmd returns the transaction commands for this module.
InstantiateContractCmd will instantiate a contract from previously uploaded code.
MigrateContractCmd will migrate a contract to a new code version.
NewDefaultGenesisIO constructor to create a new instance.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
StoreCodeCmd will upload code to be reused.
UpdateContractAdminCmd sets an new admin for a contract.
# Structs
No description provided by the author
No description provided by the author
DefaultGenesisIO implements both interfaces to read and modify the genesis state for this module.
No description provided by the author
GenesisData contains raw and unmarshalled data from the genesis file.
# Interfaces
GenesisMutator extension point to modify the wasm module genesis state.
GenesisReader reads genesis data.