Versions in this module Expand all Collapse all v1 v1.0.0 Jan 6, 2023 Changes in this version + func GenesisExecuteContractCmd(defaultNodeHome string, genesisMutator GenesisMutator) *cobra.Command + func GenesisInstantiateContractCmd(defaultNodeHome string, genesisMutator GenesisMutator) *cobra.Command + func GenesisListCodesCmd(defaultNodeHome string, genReader GenesisReader) *cobra.Command + func GenesisListContractsCmd(defaultNodeHome string, genReader GenesisReader) *cobra.Command + func GenesisStoreCodeCmd(defaultNodeHome string, genesisMutator GenesisMutator) *cobra.Command + func GetCmdLibVersion(m *codec.CodecProxy, reg codectypes.InterfaceRegistry) *cobra.Command + func GetCmdQueryCodeInfo(m *codec.CodecProxy, reg codectypes.InterfaceRegistry) *cobra.Command + func NewCMDParams(m *codec.CodecProxy, reg codectypes.InterfaceRegistry) *cobra.Command + func NewClearContractAdminCmd(m *codec.CodecProxy, reg codectypes.InterfaceRegistry) *cobra.Command + func NewCmdGetContractHistory(m *codec.CodecProxy, reg codectypes.InterfaceRegistry) *cobra.Command + func NewCmdGetContractInfo(m *codec.CodecProxy, reg codectypes.InterfaceRegistry) *cobra.Command + func NewCmdGetContractState(m *codec.CodecProxy, reg codectypes.InterfaceRegistry) *cobra.Command + func NewCmdListCode(m *codec.CodecProxy, reg codectypes.InterfaceRegistry) *cobra.Command + func NewCmdListContractByCode(m *codec.CodecProxy, reg codectypes.InterfaceRegistry) *cobra.Command + func NewCmdListPinnedCode(m *codec.CodecProxy, reg codectypes.InterfaceRegistry) *cobra.Command + func NewCmdQueryCode(m *codec.CodecProxy, reg codectypes.InterfaceRegistry) *cobra.Command + func NewExecuteContractCmd(m *codec.CodecProxy, reg codectypes.InterfaceRegistry) *cobra.Command + func NewInstantiateContractCmd(m *codec.CodecProxy, reg codectypes.InterfaceRegistry) *cobra.Command + func NewMigrateContractCmd(m *codec.CodecProxy, reg codectypes.InterfaceRegistry) *cobra.Command + func NewQueryCmd(cdc *codec.CodecProxy, reg codectypes.InterfaceRegistry) *cobra.Command + func NewStoreCodeCmd(m *codec.CodecProxy, reg codectypes.InterfaceRegistry) *cobra.Command + func NewTxCmd(cdc *codec.CodecProxy, reg codectypes.InterfaceRegistry) *cobra.Command + func NewUpdateContractAdminCmd(m *codec.CodecProxy, reg codectypes.InterfaceRegistry) *cobra.Command + func ProposalClearContractAdminCmd(m *codec.CodecProxy, reg codectypes.InterfaceRegistry) *cobra.Command + func ProposalMigrateContractCmd(m *codec.CodecProxy, reg codectypes.InterfaceRegistry) *cobra.Command + func ProposalPinCodesCmd(m *codec.CodecProxy, reg codectypes.InterfaceRegistry) *cobra.Command + func ProposalUnpinCodesCmd(m *codec.CodecProxy, reg codectypes.InterfaceRegistry) *cobra.Command + func ProposalUpdateContractAdminCmd(m *codec.CodecProxy, reg codectypes.InterfaceRegistry) *cobra.Command + func ProposalUpdateDeploymentWhitelistCmd(cdcP *codec.CodecProxy, reg interfacetypes.InterfaceRegistry) *cobra.Command + func ProposalUpdateWASMContractMethodBlockedListCmd(cdcP *codec.CodecProxy, reg interfacetypes.InterfaceRegistry) *cobra.Command + type CodeMeta struct + CodeID uint64 + Info types.CodeInfo + func GetAllCodes(state *types.GenesisState) ([]CodeMeta, error) + type ContractMeta struct + ContractAddress string + Info types.ContractInfo + func GetAllContracts(state *types.GenesisState) []ContractMeta + type DefaultGenesisIO struct + func NewDefaultGenesisIO() *DefaultGenesisIO + func (x DefaultGenesisIO) AlterWasmModuleState(cmd *cobra.Command, ...) error + type DefaultGenesisReader struct + func (d DefaultGenesisReader) ReadWasmGenesis(cmd *cobra.Command) (*GenesisData, error) + type GenesisData struct + AppState map[string]json.RawMessage + GenDoc *tmtypes.GenesisDoc + GenesisFile string + WasmModuleState *types.GenesisState + func NewGenesisData(genesisFile string, genDoc *tmtypes.GenesisDoc, ...) *GenesisData + type GenesisMutator interface + AlterWasmModuleState func(cmd *cobra.Command, ...) error + type GenesisReader interface + ReadWasmGenesis func(cmd *cobra.Command) (*GenesisData, error)