Versions in this module Expand all Collapse all v3 v3.0.0 Jan 28, 2025 Changes in this version + const FlagCosmosRest + const FlagCosmosRestDesc + const FlagEvmRpc + const FlagEvmRpcDesc + const FlagGasLimit + const FlagGasPrices + const FlagHeight + const FlagSecretKey + const FlagSecretKeyDesc + const FlagTendermintRpc + const FlagTmRpcDesc + func MustGetCosmosRest(cmd *cobra.Command) (rest string) + func MustGetEthClient(cmd *cobra.Command) (ethClient8545 *ethclient.Client, evmRpc string) + func MustGetTmRpc(cmd *cobra.Command) (tendermintRpcHttpClient *httpclient.HTTP, tmRpc string) + func MustSecretEvmAccount(cmd *cobra.Command) (ecdsaPrivateKey *ecdsa.PrivateKey, ecdsaPubKey *ecdsa.PublicKey, ...) + func ReadFlagBlockNumberOrNil(cmd *cobra.Command, flag string) (*big.Int, error) + func ReadFlagGasLimit(cmd *cobra.Command, flag string, _default uint64) (uint64, error) + func ReadFlagGasPrices(cmd *cobra.Command, flag string, _default uint64) (*big.Int, error) + func ReadFlagShortIntOrHexOrNil(cmd *cobra.Command, flag string) (*big.Int, error) + func ReadFlagShortIntOrHexOrZero(cmd *cobra.Command, flag string) (finalValue uint64, err error)