Module darwinia_staking::structs
source · [−]Structs
Information regarding the active era (era in used in session).
Reward points of an era. Used to split era total payout between validators.
A snapshot of the stake backing a single validator in the system.
A typed conversion from stash account ID to the active exposure of nominators on that account.
The amount of exposure (to slashing) than an individual nominator has.
A record of the nominations made by a specific account.
The ledger of a (bonded) stash.
A Convert
implementation that finds the stash of the given controller account,
if any.
The RING under deposit.
A pending slash record. The value of the slash has been computed but not applied yet, rather deferred for several eras.
A simple voter list implementation that does not require any additional pallets. Note, this does not provided nominators in sorted ordered. If you desire nominators in a sorted order take a look at [`pallet-bags-list].
Preference of what happens regarding validation.
Enums
Mode of era-forcing.
A destination account for payment.
Indicates the initial status of the staker.
To unify RING and KTON balances.