Documentation
¶
Overview ¶
Package eth implements the Ethereum protocol.
Package eth implements the Ethereum protocol.
Index ¶
- Constants
- Variables
- func CreateConsensusEngine(ctx *node.ServiceContext, config *ethash.Config, ...) consensus.Engine
- func CreateDB(ctx *node.ServiceContext, config *Config, name string) (ethdb.Database, error)
- func NewBloomIndexer(db ethdb.Database, size uint64) *core.ChainIndexer
- type BloomIndexer