Structs§
Constants§
- ADD_
STAKE_ FUN_ NAME - ADD_
STAKE_ MUL_ COIN_ FUN_ NAME - MAX_
VALIDATOR_ COUNT - Maximum number of active validators at any moment. We do not allow the number of validators in any epoch to go above this.
- MIN_
VALIDATOR_ JOINING_ STAKE_ MIST Deprecated - Lower-bound on the amount of stake required to become a validator.
- SIP_
39_ PHASE_ LENGTH - Number of epochs for a single phase of SIP-39 since the change
- STAKED_
SUI_ STRUCT_ NAME - STAKING_
POOL_ MODULE_ NAME - VALIDATOR_
LOW_ POWER_ PHASE_ 1 - Low voting power threshold for validators in Phase 1. Validators below this threshold fall into the “at risk” group. .08% of voting power
- VALIDATOR_
LOW_ POWER_ PHASE_ 2 - Low voting power threshold for validators in Phase 2. Validators below this threshold fall into the “at risk” group. .08% of voting power
- VALIDATOR_
LOW_ POWER_ PHASE_ 3 - Low voting power threshold for validators in Phase 3. Validators below this threshold fall into the “at risk” group. .02% of voting power
- VALIDATOR_
LOW_ STAKE_ GRACE_ PERIOD - A validator can have stake below
validator_low_stake_thresholdfor this many epochs before being kicked out. - VALIDATOR_
LOW_ STAKE_ THRESHOLD_ MIST Deprecated - Deprecated: with SIP-39 there is no longer a minimum stake requirement.
- VALIDATOR_
MIN_ POWER_ PHASE_ 1 - Minimum amount of voting power required to become a validator in Phase 1. .12% of voting power
- VALIDATOR_
MIN_ POWER_ PHASE_ 2 - Minimum amount of voting power required to become a validator in Phase 2. .12% of voting power
- VALIDATOR_
MIN_ POWER_ PHASE_ 3 - Minimum amount of voting power required to become a validator in Phase 3. .03% of voting power
- VALIDATOR_
VERY_ LOW_ POWER_ PHASE_ 1 - Very low voting power threshold for validators in Phase 1. Validators below this threshold will be removed immediately at epoch change. .04% of voting power
- VALIDATOR_
VERY_ LOW_ POWER_ PHASE_ 2 - Very low voting power threshold for validators in Phase 2. Validators below this threshold will be removed immediately at epoch change. .04% of voting power
- VALIDATOR_
VERY_ LOW_ POWER_ PHASE_ 3 - Very low voting power threshold for validators in Phase 3. Validators below this threshold will be removed immediately at epoch change. .01% of voting power
- VALIDATOR_
VERY_ LOW_ STAKE_ THRESHOLD_ MIST Deprecated - Validators with stake below
validator_very_low_stake_thresholdwill be removed immediately at epoch change, no grace period. - WITHDRAW_
STAKE_ FUN_ NAME