Class Absolute
- Namespace
- Concordium.Sdk.Types
- Assembly
- Concordium.Sdk.dll
Block Height from beginning of chain.
public sealed record Absolute : IBlockHashInput, IEquatable<Absolute>
- Inheritance
-
Absolute
- Implements
- Inherited Members
Constructors
Absolute(ulong)
Block Height from beginning of chain.
public Absolute(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; }