Westend
subscan
Runtime Modules / FastUnstake
Spec Version:
Call Functions
Name
Lookup
Parameters
register_fast_unstake1e00-
deregister1e01-
control1e021
Events
Name
Lookup
Attributes
Unstaked1e00["AccountId","DispatchResult"]
Slashed1e01["AccountId","BalanceOf"]
BatchChecked1e02["Vec<EraIndex>"]
BatchFinished1e03["u32"]
InternalError1e04
Storage Functions
Name
Type
Head{"origin":"PlainType","plain_type":"pallet_fast_unstake:types:UnstakeRequest","PlainTypeValue":692}
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
DepositU1280010a5d4e80000000000000000000000
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.