Interface TimeParametersV1

Time parameters used from protocol version 4 These 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.

Hierarchy

  • TimeParametersV1

Properties

mintPerPayday: number

The rate at which CCD is minted per payday.

rewardPeriodLength: bigint

The length of a reward period, in Epoch epochs.

Generated using TypeDoc