package
0.6.4-alpha.6
Repository: https://github.com/vntchain/go-vnt.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author

# 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.
ErrPrunedAncestor is returned when validating a block requires an ancestor that is known, but the state of which is not available.
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 verification.
Engine is an algorithm agnostic consensus engine.