package
0.0.0-20220128085206-c2b07a99a9db
Repository: https://github.com/meshboxfoundation/meshbox.git
Documentation: pkg.go.dev
# Variables
ErrFutureBlock is returned when a block's timestamp is in the future according to the current node.
ErrInvalidNumber is returned if a block's number doesn't equal it's parent's plus one.
ErrUnknownAncestor is returned when validating a block requires an ancestor that is unknown.
# Interfaces
ChainReader defines a small collection of methods needed to access the local blockchain during header and/or uncle verification.
Engine is an algorithm agnostic consensus engine.
PoW is a consensus engine based on proof-of-work.