Polkadot
subscan
Runtime Modules / FastUnstake
Spec Version:
Call Functions
Name
Lookup
Parameters
register_fast_unstake2800-
deregister2801-
control28021
Events
Name
Lookup
Attributes
Unstaked2800["AccountId","DispatchResult"]
Slashed2801["AccountId","BalanceOf"]
BatchChecked2802["Vec<EraIndex>"]
BatchFinished2803["u32"]
InternalError2804
Storage Functions
Name
Type
Head{"origin":"PlainType","plain_type":"pallet_fast_unstake:types:UnstakeRequest","PlainTypeValue":736}
Queue{"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["AccountId"],"value":"U128","keys_id":0,"value_id":6}}
CounterForQueue{"origin":"PlainType","plain_type":"U32","PlainTypeValue":4}
ErasToCheckPerBlock{"origin":"PlainType","plain_type":"U32","PlainTypeValue":4}
Constants
Name
Type
Value
DepositU12800e40b54020000000000000000000000
Error Types
Name
Docs
NotControllerThe provided Controller account was not found.This means that the given account is not bonded.
AlreadyQueuedThe bonded account has already been queued.
NotFullyBondedThe bonded account has active unlocking chunks.
NotQueuedThe provided un-staker is not in the `Queue`.
AlreadyHeadThe provided un-staker is already in Head, and cannot deregister.
CallNotAllowedThe call is not allowed at this point because the pallet is not active.