# Functions
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
GetCmdExtraProposal implements a command handler for submitting extra proposal transaction.
No description provided by the author
NewCmdGetContractHistory prints the code history for a given contract.
NewCmdGetContractInfo gets details about a given contract.
NewCmdGetContractState dumps full internal state of a given contract.
No description provided by the author
No description provided by the author
NewCmdLibVersion gets current libwasmvm version.
NewCmdListCode lists all wasm code uploaded.
No description provided by the author
NewCmdListContractByCode lists all wasm code uploaded for given code id.
NewCmdListPinnedCode lists all wasm code ids that are pinned.
NewCmdQueryCode returns the bytecode for a given contract.
NewCmdQueryCodeInfo returns the code info for a given code id.
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
NewQueryCmd returns the query commands for wasm.
No description provided by the author
NewTxCmd returns the transaction commands for wasm.
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
# 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.