Table of Contents

Class ElectionDifficulty

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

Election difficulty parameter.

public sealed record ElectionDifficulty : IEquatable<ElectionDifficulty>
Inheritance
ElectionDifficulty
Implements
Inherited Members

Constructors

ElectionDifficulty(AmountFraction)

Election difficulty parameter.

public ElectionDifficulty(AmountFraction Difficulty)

Parameters

Difficulty AmountFraction

The election difficulty.

Properties

Difficulty

The election difficulty.

public AmountFraction Difficulty { get; init; }

Property Value

AmountFraction