Table of Contents

Class TimeParameters

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

The time parameters are introduced as of protocol version 4, and consist of the reward period length and the mint rate per payday. These are coupled as a change to either affects the overall rate of minting.

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

Constructors

TimeParameters(RewardPeriodLength, MintRate)

The time parameters are introduced as of protocol version 4, and consist of the reward period length and the mint rate per payday. These are coupled as a change to either affects the overall rate of minting.

public TimeParameters(RewardPeriodLength RewardPeriodLength, MintRate MintPrPayDay)

Parameters

RewardPeriodLength RewardPeriodLength
MintPrPayDay MintRate

Properties

MintPrPayDay

public MintRate MintPrPayDay { get; init; }

Property Value

MintRate

RewardPeriodLength

public RewardPeriodLength RewardPeriodLength { get; init; }

Property Value

RewardPeriodLength