Interface IBlockExcerpt
The very essential metadata extracted from a block. This purposes to determine the canonical chain.
Namespace: Libplanet.Types.Blocks
Assembly: Libplanet.Types.dll
Syntax
public interface IBlockExcerpt
Properties
| Improve this Doc View SourceHash
A block's hash.
Declaration
BlockHash Hash { get; }
Property Value
Type | Description |
---|---|
BlockHash |
See Also
| Improve this Doc View SourceIndex
A block's index (height).
Declaration
long Index { get; }
Property Value
Type | Description |
---|---|
System.Int64 |
See Also
| Improve this Doc View SourceProtocolVersion
A block's protocol version.
Declaration
int ProtocolVersion { get; }
Property Value
Type | Description |
---|---|
System.Int32 |