Module pallet_staking::asset
source · Expand description
Contains all the interactions with Config::Currency
to manipulate the underlying staking
asset.
Functions§
- Burn the amount from the total issuance.
- Deposit newly issued or slashed
value
intowho
. - Existential deposit for the chain.
- Issue
value
increasing total issuance. - Kill the stake of
who
. - Mint reward and create account for
who
if it does not exist. - Mint
value
into an existing accountwho
. - Set balance that can be staked for
who
. - Slash the value from
who
. - Stakeable balance of
who
. - Balance of
who
that is currently at stake. - Total balance of
who
. Includes both, free and reserved. - Total issuance of the chain.
- Update
amount
at stake forwho
.