Table of Contents

Struct Epoch

Namespace
Concordium.Sdk.Types
Assembly
Concordium.Sdk.dll

Epoch number

public readonly record struct Epoch : IEquatable<Epoch>
Implements
Inherited Members

Constructors

Epoch(ulong)

Epoch number

public Epoch(ulong Count)

Parameters

Count ulong

Properties

Count

public ulong Count { get; init; }

Property Value

ulong