Class AbsoluteHeight
- Namespace
- Concordium.Sdk.Types
- Assembly
- Concordium.Sdk.dll
Block Height from beginning of chain.
public sealed record AbsoluteHeight : IBlockHeight, IEquatable<AbsoluteHeight>
- Inheritance
-
AbsoluteHeight
- Implements
- Inherited Members
Constructors
AbsoluteHeight(ulong)
Block Height from beginning of chain.
public AbsoluteHeight(ulong Height)
Parameters
Height
ulongHeight from the beginning of the chain.
Properties
Height
Height from the beginning of the chain.
public ulong Height { get; init; }
Property Value
Methods
Into()
Convert an AbsoluteHeight into a BlocksAtHeightRequest.
public BlocksAtHeightRequest Into()