Class ArrivedBlockInfo
- Namespace
- Concordium.Sdk.Types
- Assembly
- Concordium.Sdk.dll
Information about an arrived block that is part of the streaming response.
public sealed record ArrivedBlockInfo : IEquatable<ArrivedBlockInfo>
- Inheritance
-
ArrivedBlockInfo
- Implements
- Inherited Members
Constructors
ArrivedBlockInfo(BlockHash, AbsoluteHeight)
Information about an arrived block that is part of the streaming response.
public ArrivedBlockInfo(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; }