Kusama
subscan
Runtime Modules / FastUnstake
Spec Version:
Call Functions
Name
Lookup
Parameters
register_fast_unstake2a00-
deregister2a01-
control2a021
Events
Name
Lookup
Attributes
Unstaked2a00["AccountId","DispatchResult"]
Slashed2a01["AccountId","BalanceOf"]
BatchChecked2a02["Vec<EraIndex>"]
BatchFinished2a03["u32"]
InternalError2a04
Storage Functions
Name
Type
Head{"origin":"PlainType","plain_type":"pallet_fast_unstake:types:UnstakeRequest","PlainTypeValue":822}
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
DepositU128344dd2c2070000000000000000000000
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.