Table of Contents

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 BlockHash

Hash of the block.

BlockHeight AbsoluteHeight

Absolute height of the block, height 0 is the genesis block.

Properties

BlockHash

Hash of the block.

public BlockHash BlockHash { get; init; }

Property Value

BlockHash

BlockHeight

Absolute height of the block, height 0 is the genesis block.

public AbsoluteHeight BlockHeight { get; init; }

Property Value

AbsoluteHeight