Struct Round
- Namespace
- Concordium.Sdk.Types
- Assembly
- Concordium.Sdk.dll
Round number. Applies to protocol 6 and onward.
public readonly record struct Round : IEquatable<Round>
- Implements
- Inherited Members
Constructors
Round(ulong)
Round number. Applies to protocol 6 and onward.
public Round(ulong RoundNumber)
Parameters
RoundNumber
ulong
Properties
RoundNumber
public ulong RoundNumber { get; init; }