Class ElectionDifficultyUpdate
- Namespace
- Concordium.Sdk.Types
- Assembly
- Concordium.Sdk.dll
Representation of the election difficulty as parts per 100_000
. The
election difficulty is never more than 1
.
public sealed record ElectionDifficultyUpdate : IUpdatePayload, IEquatable<ElectionDifficultyUpdate>
- Inheritance
-
ElectionDifficultyUpdate
- Implements
- Inherited Members
Constructors
ElectionDifficultyUpdate(AmountFraction)
Representation of the election difficulty as parts per 100_000
. The
election difficulty is never more than 1
.
public ElectionDifficultyUpdate(AmountFraction PartsPerHundredThousands)
Parameters
PartsPerHundredThousands
AmountFraction
Properties
PartsPerHundredThousands
public AmountFraction PartsPerHundredThousands { get; init; }