Documentation ¶
Index ¶
- Constants
- func GetBaseFeeCmd() *cobra.Command
- func GetBlockGasCmd() *cobra.Command
- func GetCodeCmd() *cobra.Command
- func GetParamsCmd() *cobra.Command
- func GetQueryCmd() *cobra.Command
- func GetStorageCmd() *cobra.Command
- func GetTxCmd() *cobra.Command
- func NewEVMProxyImplmentationUpgrade() *cobra.Command
- func NewRawTxCmd() *cobra.Command
Constants ¶
View Source
const ( FlagProxyAddress = "proxy-address" FlagImplementationAddress = "implementation-address" FlagData = "data" FlagValue = "value" )
Variables ¶
This section is empty.
Functions ¶
func GetBaseFeeCmd ¶
GetBaseFeeCmd queries the base fee at a given height
func GetBlockGasCmd ¶
GetBlockGasCmd queries the gas used in a block
func GetCodeCmd ¶
GetCodeCmd queries the code field of a given address
func GetQueryCmd ¶
GetQueryCmd returns the parent command for all x/bank CLi query commands.
func GetStorageCmd ¶
GetStorageCmd queries a key in an accounts storage
func NewEVMProxyImplmentationUpgrade ¶ added in v0.12.0
NewEVMProxyImplmentationUpgrade implements a command handler for submitting a software upgrade with implementation upgrade for existing gensis proxies
func NewRawTxCmd ¶
NewRawTxCmd command build cosmos transaction from raw ethereum transaction
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.