Show / Hide Table of Contents

Interface IPreEvaluationBlockHeader

A common interface for blocks that are not evaluated yet (i.e., state root hash is not yet determined).

Inherited Members
IBlockMetadata.ProtocolVersion
IBlockMetadata.Index
IBlockMetadata.Timestamp
IBlockMetadata.Miner
IBlockMetadata.PublicKey
IBlockMetadata.PreviousHash
IBlockMetadata.TxHash
IBlockMetadata.LastCommit
IBlockMetadata.EvidenceHash
Namespace: Libplanet.Types.Blocks
Assembly: Libplanet.Types.dll
Syntax
public interface IPreEvaluationBlockHeader : IBlockMetadata

Properties

| Improve this Doc View Source

PreEvaluationHash

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>

Extension Methods

IBlockMetadataExtensions.ValidateTimestamp(IBlockMetadata)
IBlockMetadataExtensions.ValidateTimestamp(IBlockMetadata, DateTimeOffset)
  • Improve this Doc
  • View Source
In This Article
Back to top Copyright © 2018–2023 Planetarium