Documentation ¶
Index ¶
Constants ¶
View Source
const ( // FlagYes is the flag for yes. FlagYes = "yes" // FlagCfg is the flag for cfg. FlagCfg = "cfg" // FlagGenesisFile is the flag for genesis file. FlagGenesisFile = "genesis" // FlagAmount is the flag for amount. FlagAmount = "amount" // FlagRemoteMT is the flag for remote-merkletree. FlagRemoteMT = "remote-merkletree" // FlagComponents is the flag for components. FlagComponents = "components" // FlagHTTPAPI is the flag for http.api. FlagHTTPAPI = "http.api" )
View Source
const DefaultValues = `` /* 2739-byte string literal not displayed */
DefaultValues is the default configuration
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { IsTrustedSequencer bool `mapstructure:"IsTrustedSequencer"` Log log.Config Etherman etherman.Config EthTxManager ethtxmanager.Config RPC jsonrpc.Config Synchronizer synchronizer.Config Sequencer sequencer.Config PriceGetter pricegetter.Config Aggregator aggregator.Config NetworkConfig NetworkConfig GasPriceEstimator gasprice.Config Executor executor.Config BroadcastServer broadcast.ServerConfig MTClient merkletree.Config StateDB db.Config PoolDB db.Config Metrics metrics.Config }
Config represents the configuration of the entire Hermez Node
Click to show internal directories.
Click to hide internal directories.