Versions in this module Expand all Collapse all v0 v0.1.0 May 8, 2018 Changes in this version + type Block interface + Difficulty func() *big.Int + HashNoNonce func() common.Hash + Header func() *types.Header + Nonce func() uint64 + NumberU64 func() uint64 + type ChainManager interface + CurrentBlock func() *types.Block + GetBlockByNumber func(uint64) *types.Block + type PoW interface + GetHashrate func() int64 + Search func(block Block, stop <-chan struct{}, index int) uint64 + Turbo func(bool) + Verify func(block Block) bool