Table of Contents

Struct RewardPeriodLength

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

Length of a reward period in epochs. Must always be a strictly positive integer.

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

Constructors

RewardPeriodLength(Epoch)

Length of a reward period in epochs. Must always be a strictly positive integer.

public RewardPeriodLength(Epoch RewardPeriodEpochs)

Parameters

RewardPeriodEpochs Epoch

Properties

RewardPeriodEpochs

public Epoch RewardPeriodEpochs { get; init; }

Property Value

Epoch