Documentation ¶
Index ¶
- func GetCmdGenCreateTx(cdc *codec.Codec) *cobra.Command
- func GetCmdGetCode(queryRoute string, cdc *codec.Codec) *cobra.Command
- func GetCmdGetStorageAt(queryRoute string, cdc *codec.Codec) *cobra.Command
- func GetCmdManageContractBlockedListProposal(cdc *codec.Codec) *cobra.Command
- func GetCmdManageContractDeploymentWhitelistProposal(cdc *codec.Codec) *cobra.Command
- func GetCmdQueryContractBlockedList(storeName string, cdc *codec.Codec) *cobra.Command
- func GetCmdQueryContractDeploymentWhitelist(storeName string, cdc *codec.Codec) *cobra.Command
- func GetCmdQueryParams(queryRoute string, cdc *codec.Codec) *cobra.Command
- func GetCmdSendTx(cdc *codec.Codec) *cobra.Command
- func GetQueryCmd(moduleName string, cdc *codec.Codec) *cobra.Command
- func GetTxCmd(cdc *codec.Codec) *cobra.Command
- func QueryEvmTxCmd(cdc *codec.Codec) *cobra.Command
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetCmdGenCreateTx ¶
GetCmdGenCreateTx generates an Ethermint transaction (excludes create operations)
func GetCmdGetCode ¶
GetCmdGetCode queries the code field of a given address
func GetCmdGetStorageAt ¶
GetCmdGetStorageAt queries a key in an accounts storage
func GetCmdManageContractBlockedListProposal ¶
GetCmdManageContractBlockedListProposal implements a command handler for submitting a manage contract blocked list proposal transaction
func GetCmdManageContractDeploymentWhitelistProposal ¶
GetCmdManageContractDeploymentWhitelistProposal implements a command handler for submitting a manage contract deployment whitelist proposal transaction
func GetCmdQueryContractBlockedList ¶
GetCmdQueryContractBlockedList gets the contract blocked list query command.
func GetCmdQueryContractDeploymentWhitelist ¶
GetCmdQueryContractDeploymentWhitelist gets the contract deployment whitelist query command.
func GetCmdQueryParams ¶
GetCmdQueryParams implements the query params command.
func GetCmdSendTx ¶
GetCmdSendTx generates an Ethermint transaction (excludes create operations)
func GetQueryCmd ¶
GetQueryCmd defines evm module queries through the cli
Types ¶
This section is empty.