Versions in this module Expand all Collapse all v5 v5.0.0 Aug 18, 2023 Changes in this version + const BypassMinFeeMsgMaxGasUsageKey + const BypassMinFeeMsgTypesKey + const CustomConfigTemplate + const DefaultGasCap + func AppConfig(mintGasPrice sdk.Coin) (string, interface{}) + func CmdHandler(cmd *cobra.Command, args []string) error + func DefaultConfigTemplate() string + func DefaultTendermintConfig() *config.Config + type BypassMinFee struct + MsgMaxGasUsage uint64 + MsgTypes []string + func DefaultBypassMinFee() BypassMinFee + type Config struct + BypassMinFee BypassMinFee + EVM ethermintconfig.EVMConfig + JSONRPC ethermintconfig.JSONRPCConfig + TLS ethermintconfig.TLSConfig + func DefaultConfig() *Config + func GetConfig(v *viper.Viper) (*Config, error) + func (c *Config) ToEthermintConfig() *ethermintconfig.Config + func (c *Config) ValidateBasic() error v5.0.0-rc0 Aug 8, 2023 Other modules containing this package github.com/functionx/fx-core github.com/functionx/fx-core/v2 github.com/functionx/fx-core/v3 github.com/functionx/fx-core/v4 github.com/functionx/fx-core/v6 github.com/functionx/fx-core/v7