Interface IBlockHeader
A common interface for blocks that have State
Inherited Members
Namespace: Libplanet.Types.Blocks
Assembly: Libplanet.Types.dll
Syntax
public interface IBlockHeader : IPreEvaluationBlockHeader, IBlockMetadata, IBlockExcerpt
Properties
| Improve this Doc View SourceSignature
The digital signature of the whole block content (except for
Hash, which is derived from the signature and other
contents). This is made by the Miner's
Private
As the block signature is introduced since
Signature
Declaration
ImmutableArray<byte>? Signature { get; }
Property Value
Type | Description |
---|---|
System. |
StateRootHash
The
Declaration
HashDigest<SHA256> StateRootHash { get; }
Property Value
Type | Description |
---|---|
Hash |