Documentation ¶
Index ¶
- func GetCmdGetCode(queryRoute string, cdc *codec.Codec) *cobra.Command
- func GetCmdGetStorageAt(queryRoute string, cdc *codec.Codec) *cobra.Command
- func GetCmdManageContractBlockedListProposal(cdcP *codec.CodecProxy, reg interfacetypes.InterfaceRegistry) *cobra.Command
- func GetCmdManageContractDeploymentWhitelistProposal(cdcP *codec.CodecProxy, reg interfacetypes.InterfaceRegistry) *cobra.Command
- func GetCmdManageContractMethodBlockedListProposal(cdcP *codec.CodecProxy, reg interfacetypes.InterfaceRegistry) *cobra.Command
- func GetCmdManageSysContractAddressProposal(cdcP *codec.CodecProxy, reg interfacetypes.InterfaceRegistry) *cobra.Command
- func GetCmdQueryContractBlockedList(storeName string, cdc *codec.Codec) *cobra.Command
- func GetCmdQueryContractDeploymentWhitelist(storeName string, cdc *codec.Codec) *cobra.Command
- func GetCmdQueryContractMethodeBlockedList(storeName string, cdc *codec.Codec) *cobra.Command
- func GetCmdQueryManageSysContractAddress(storeName string, cdc *codec.Codec) *cobra.Command
- func GetCmdQueryParams(queryRoute string, cdc *codec.Codec) *cobra.Command
- func GetQueryCmd(moduleName string, cdc *codec.Codec) *cobra.Command
- func QueryEvmTxCmd(cdc *codec.Codec) *cobra.Command
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetCmdGetCode ¶
GetCmdGetCode queries the code field of a given address
func GetCmdGetStorageAt ¶
GetCmdGetStorageAt queries a key in an accounts storage
func GetCmdManageContractBlockedListProposal ¶
func GetCmdManageContractBlockedListProposal(cdcP *codec.CodecProxy, reg interfacetypes.InterfaceRegistry) *cobra.Command
GetCmdManageContractBlockedListProposal implements a command handler for submitting a manage contract blocked list proposal transaction
func GetCmdManageContractDeploymentWhitelistProposal ¶
func GetCmdManageContractDeploymentWhitelistProposal(cdcP *codec.CodecProxy, reg interfacetypes.InterfaceRegistry) *cobra.Command
GetCmdManageContractDeploymentWhitelistProposal implements a command handler for submitting a manage contract deployment whitelist proposal transaction
func GetCmdManageContractMethodBlockedListProposal ¶ added in v1.0.0
func GetCmdManageContractMethodBlockedListProposal(cdcP *codec.CodecProxy, reg interfacetypes.InterfaceRegistry) *cobra.Command
GetCmdManageContractMethodBlockedListProposal implements a command handler for submitting a manage contract blocked list proposal transaction
func GetCmdManageSysContractAddressProposal ¶ added in v1.6.6
func GetCmdManageSysContractAddressProposal(cdcP *codec.CodecProxy, reg interfacetypes.InterfaceRegistry) *cobra.Command
GetCmdManageSysContractAddressProposal implements a command handler for submitting a manage system contract address proposal transaction
func GetCmdQueryContractBlockedList ¶
GetCmdQueryContractBlockedList gets the contract blocked list query command.
func GetCmdQueryContractDeploymentWhitelist ¶
GetCmdQueryContractDeploymentWhitelist gets the contract deployment whitelist query command.
func GetCmdQueryContractMethodeBlockedList ¶ added in v1.0.0
GetCmdQueryContractBlockedList gets the contract blocked list query command.
func GetCmdQueryManageSysContractAddress ¶ added in v1.6.6
GetCmdQueryManageSysContractAddress gets the contract blocked list query command.
func GetCmdQueryParams ¶
GetCmdQueryParams implements the query params command.
func GetQueryCmd ¶
GetQueryCmd defines evm module queries through the cli
Types ¶
This section is empty.