Versions in this module Expand all Collapse all v0 v0.0.1 May 23, 2023 Changes in this version + const BlockTimeMultiplierForTimeout + const DefaultBlockTime + const DefaultJSONRPCBatchRequestLimit + const DefaultJSONRPCBlockRangeLimit + const DefaultNumBlockConfirmations + type Config struct + BlockGasTarget string + BlockTime uint64 + DataDir string + GRPCAddr string + GenesisPath string + Headers *Headers + JSONLogFormat bool + JSONRPCAddr string + JSONRPCBatchRequestLimit uint64 + JSONRPCBlockRangeLimit uint64 + LogFilePath string + LogLevel string + Network *Network + NumBlockConfirmations uint64 + Relayer bool + RestoreFile string + SecretsConfigPath string + ShouldSeal bool + Telemetry *Telemetry + TxPool *TxPool + func DefaultConfig() *Config + func ReadConfigFile(path string) (*Config, error) + type Headers struct + AccessControlAllowOrigins []string + type Network struct + DNSAddr string + Libp2pAddr string + MaxInboundPeers int64 + MaxOutboundPeers int64 + MaxPeers int64 + NatAddr string + NoDiscover bool + type Telemetry struct + PrometheusAddr string + type TxPool struct + MaxAccountEnqueued uint64 + MaxSlots uint64 + PriceLimit uint64