SystemStakeSubsidy

data class SystemStakeSubsidy(val balance: Any?, val currentDistributionAmount: Any?, val decreaseRate: Int?, val distributionCounter: Int?, val periodLength: Int?)

Constructors

Link copied to clipboard
constructor(balance: Any?, currentDistributionAmount: Any?, decreaseRate: Int?, distributionCounter: Int?, periodLength: Int?)

Properties

Link copied to clipboard
val balance: Any?

SUI set aside for stake subsidies -- reduces over time as stake subsidies are paid out over time.

Link copied to clipboard

Amount of stake subsidy deducted from the balance per distribution -- decays over time.

Link copied to clipboard

Percentage of the current distribution amount to deduct at the end of the current subsidy period, expressed in basis points.

Link copied to clipboard

Number of times stake subsidies have been distributed subsidies are distributed with other staking rewards, at the end of the epoch.

Link copied to clipboard

Maximum number of stake subsidy distributions that occur with the same distribution amount (before the amount is reduced).