Templates
template ClosedMiningRound
A record that a specific mining round has been closed, which can be used to archive expired rewards. Signatory: dso
- Choice Archive Controller: dso Returns: () (no fields)
template IssuingMiningRound
A mining round for whose rewards amulets are being issued. Signatory: dso
- Choice Archive Controller: dso Returns: () (no fields)
template OpenMiningRound
A mining round for which new rewards can be registered. Note that multiple mining rounds can be open at the same time to give some time for propagating a new open round, while still registering rewards against the previous open round. Signatory: dso
- Choice Archive Controller: dso Returns: () (no fields)
Choice OpenMiningRound_FetchController: p Returns: OpenMiningRound
template SummarizingMiningRound
A mining round for which the total sum of registered rewards is being computed. Rewards can no longer be registered aginst such a round. Signatory: dso
- Choice Archive Controller: dso Returns: () (no fields)
Functions
getIssuingMiningRoundIssuancePerValidatorFaucetCoupon
: IssuingMiningRound -> DecimalAccessor with defaulting for the optional issuancePerValidatorFaucetCoupon field
getClosedMiningRoundIssuancePerValidatorFaucetCoupon
: ClosedMiningRound -> DecimalAccessor with defaulting for the optional issuancePerValidatorFaucetCoupon field