Class FinalizedBlockInfo
- Namespace
- Concordium.Sdk.Types
- Assembly
- Concordium.Sdk.dll
Information about a finalized block that is part of the streaming response.
public sealed record FinalizedBlockInfo : IEquatable<FinalizedBlockInfo>
- Inheritance
-
FinalizedBlockInfo
- Implements
- Inherited Members
Constructors
FinalizedBlockInfo(BlockHash, AbsoluteHeight)
Information about a finalized block that is part of the streaming response.
public FinalizedBlockInfo(BlockHash BlockHash, AbsoluteHeight BlockHeight)
Parameters
BlockHash
BlockHashHash of the block.
BlockHeight
AbsoluteHeightAbsolute height of the block, height 0 is the genesis block.
Properties
BlockHash
Hash of the block.
public BlockHash BlockHash { get; init; }
Property Value
BlockHeight
Absolute height of the block, height 0 is the genesis block.
public AbsoluteHeight BlockHeight { get; init; }