Table of Contents

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 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