StakeSubsidy

interface StakeSubsidy

Properties

Link copied to clipboard
abstract val balance: <Error class: unknown class>?

Balance of SUI set aside for stake subsidies that will be drawn down over time.

Link copied to clipboard
abstract val currentDistributionAmount: <Error class: unknown class>?

The amount of stake subsidy to be drawn down per distribution. This amount decays and decreases over time.

Link copied to clipboard
abstract val distributionCounter: <Error class: unknown class>?

Count of the number of times stake subsidies have been distributed.

Link copied to clipboard
abstract val extraFields: MoveTable

Any extra fields that's not defined statically.

Link copied to clipboard

Returns the field-presence view for this StakeSubsidy instance.

Link copied to clipboard
abstract val stakeSubsidyDecreaseRate: <Error class: unknown class>?

The rate at which the distribution amount decays at the end of each period. Expressed in basis points.

Link copied to clipboard
abstract val stakeSubsidyPeriodLength: <Error class: unknown class>?

Number of distributions to occur before the distribution amount decays.

Functions

Link copied to clipboard
Link copied to clipboard
fun StakeSubsidy.copy(body: <Error class: unknown class>.() -> Unit = {}): StakeSubsidy

Copies the original message, including unknown fields.