# Functions
No description provided by the author
Separate function to reuse mechanism in client implementation.
No description provided by the author
Miner entry point.
No description provided by the author
Check if two blocks are part of the same chain or if they appear in two competing chains.
No description provided by the author
# Constants
Sec.
Sec.
Coins.
Byte.
Sec.
Byte.
How many blocks can we verify dynamically (e.g.
Blocks.
Coins.
(2^63)-1.
Number of previous proofs included in the PoS condition.
Coins.
Blocks.
Coins.
Sec.
Blocks.
# Structs
An instance of this datastructure is created whenever system parameters change.The blockhash is additionally recorded to know which blocks the parameter change belongs to.This is necessary, because the system records ALL config txs (even those who have no correspondingcode to execute [e.g., when they're running an older version of the code]).
No description provided by the author