Versions in this module Expand all Collapse all v0 v0.1.1 Oct 7, 2021 v0.1.0 Sep 30, 2021 Changes in this version + var DefaultConfig = NewDefaultConfig() + var DefaultFullGPOConfig = gasprice.Config + type Config struct + AllowUnfinalizedQueries bool + DatabaseCache int + DatabaseHandles int + DiscoveryURLs []string + DocRoot string + EnablePreimageRecording bool + GPO gasprice.Config + Genesis *core.Genesis + LightEgress int + LightIngress int + LightNoPrune bool + LightPeers int + LightServ int + Miner miner.Config + NetworkId uint64 + Preimages bool + Pruning bool + RPCGasCap uint64 + RPCTxFeeCap float64 + SkipBcVersionCheck bool + SnapshotAsync bool + SnapshotCache int + SnapshotVerify bool + TrieCleanCache int + TrieCleanCacheJournal string + TrieCleanCacheRejournal time.Duration + TrieDirtyCache int + TrieTimeout time.Duration + TxPool core.TxPoolConfig + UltraLightFraction int + UltraLightOnlyAnnounce bool + UltraLightServers []string + Whitelist map[uint64]common.Hash + func NewDefaultConfig() Config