Interface IPreEvaluationBlock<T>
A common interface for blocks that have their proof-of-work Nonces and Transactions, but are not evaluated yet (i.e., their state root hashes are not yet determined).
Inherited Members
Namespace: Libplanet.Blocks
Assembly: Libplanet.dll
Syntax
public interface IPreEvaluationBlock<T> : IBlockContent<T>, IPreEvaluationBlockHeader, IBlockMetadata where T : IAction, new()
Type Parameters
Name | Description |
---|---|
T | A class implementing IAction to include. This type parameter is aligned with Transaction<T>'s type parameter. |