Namespace Libplanet.Blockchain.Policies
Classes
BlockPolicy<T>
A default implementation of IBlockPolicy<T> interface.
BlockPolicyExtension
This extension class enables some convenient methods (sugar for the most part) to deal with IBlockPolicy<T>.
Interfaces
IBlockPolicy<T>
An interface to determine if consecutive Block<T>s are valid, and to suggest how difficult a Nonce for a Block<T> to be mined.