package
0.0.0-20250119000602-809120120630
Repository: https://github.com/n42blockchain/n42.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
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 its parent's plus one.
ErrNotEnoughSign bls Sign.
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.
ErrUnknownAncestorTD is returned when validating a block requires an ancestor whose total difficulty is unknown.
No description provided by the author

# Interfaces

ChainHeaderReader defines a small collection of methods needed to access the local blockchain during header verification.
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.
EngineReader are read-only methods of the consensus engine All of these methods should have thread-safe implementations.

# Type aliases

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