.. _module-splice-round-72925: Splice.Round ============ Templates --------- .. _type-splice-round-closedmininground-12506: **template** `ClosedMiningRound `_ A record that a specific mining round has been closed, which can be used to archive expired rewards\. Signatory\: dso .. list-table:: :widths: 15 10 30 :header-rows: 1 * - Field - Type - Description * - dso - `Party `_ - * - round - :ref:`Round ` - * - issuancePerValidatorRewardCoupon - `Decimal `_ - * - issuancePerFeaturedAppRewardCoupon - `Decimal `_ - * - issuancePerUnfeaturedAppRewardCoupon - `Decimal `_ - * - issuancePerSvRewardCoupon - `Decimal `_ - * - optIssuancePerValidatorFaucetCoupon - `Optional `_ `Decimal `_ - Introduced in CIP\-3 + **Choice** Archive Controller\: dso Returns\: () (no fields) .. _type-splice-round-issuingmininground-98097: **template** `IssuingMiningRound `_ A mining round for whose rewards amulets are being issued\. Signatory\: dso .. list-table:: :widths: 15 10 30 :header-rows: 1 * - Field - Type - Description * - dso - `Party `_ - * - round - :ref:`Round ` - * - issuancePerValidatorRewardCoupon - `Decimal `_ - * - issuancePerFeaturedAppRewardCoupon - `Decimal `_ - * - issuancePerUnfeaturedAppRewardCoupon - `Decimal `_ - * - issuancePerSvRewardCoupon - `Decimal `_ - * - opensAt - `Time `_ - Time after which rewards from this mining round can be collected * - targetClosesAt - `Time `_ - Time when this round is expected to close during standard DSO\. The round SHOULD NOT be archived before this time\. * - optIssuancePerValidatorFaucetCoupon - `Optional `_ `Decimal `_ - Introduced in CIP\-3 + **Choice** Archive Controller\: dso Returns\: () (no fields) .. _type-splice-round-openmininground-90060: **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 .. list-table:: :widths: 15 10 30 :header-rows: 1 * - Field - Type - Description * - dso - `Party `_ - * - round - :ref:`Round ` - * - amuletPrice - `Decimal `_ - * - opensAt - `Time `_ - Time after which transfers can use this mining round * - targetClosesAt - `Time `_ - Time when this round is expected to be closed as part of standard DSO\. The round SHOULD NOT be archived before this time\. * - issuingFor - `RelTime `_ - Timepoint on the issuance curve that was used to determing the issuance configuration for this round\. * - transferConfigUsd - :ref:`TransferConfig ` :ref:`USD ` - Configuration determining the fees and limits in USD for Amulet transfers * - issuanceConfig - :ref:`IssuanceConfig ` - Configuration for issuance of this round\. * - tickDuration - `RelTime `_ - Duration of a tick, which is the duration of half a round\. + **Choice** Archive Controller\: dso Returns\: () (no fields) + .. _type-splice-round-openminingroundfetch-48019: **Choice** `OpenMiningRound_Fetch `_ Controller\: p Returns\: `OpenMiningRound `_ .. list-table:: :widths: 15 10 30 :header-rows: 1 * - Field - Type - Description * - p - `Party `_ - .. _type-splice-round-summarizingmininground-36579: **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 .. list-table:: :widths: 15 10 30 :header-rows: 1 * - Field - Type - Description * - dso - `Party `_ - * - round - :ref:`Round ` - * - amuletPrice - `Decimal `_ - * - issuanceConfig - :ref:`IssuanceConfig ` - * - tickDuration - `RelTime `_ - + **Choice** Archive Controller\: dso Returns\: () (no fields) Functions --------- .. _function-splice-round-getissuingminingroundissuancepervalidatorfaucetcoupon-99508: `getIssuingMiningRoundIssuancePerValidatorFaucetCoupon `_ \: `IssuingMiningRound `_ \-\> `Decimal `_ Accessor with defaulting for the optional issuancePerValidatorFaucetCoupon field .. _function-splice-round-getclosedminingroundissuancepervalidatorfaucetcoupon-25673: `getClosedMiningRoundIssuancePerValidatorFaucetCoupon `_ \: `ClosedMiningRound `_ \-\> `Decimal `_ Accessor with defaulting for the optional issuancePerValidatorFaucetCoupon field