Interface IPreEvaluationBlockHeader
A common interface for blocks that are not evaluated yet (i.e., state root hash is not yet determined).
Inherited Members
Namespace: Libplanet.Types.Blocks
Assembly: Libplanet.Types.dll
Syntax
public interface IPreEvaluationBlockHeader : IBlockMetadata
Properties
| Improve this Doc View SourcePreEvaluationHash
The hash derived from the block except of its state root hash (i.e., without action evaluation).
Declaration
HashDigest<SHA256> PreEvaluationHash { get; }
Property Value
Type | Description |
---|---|
HashDigest<SHA256> |