Name | Lookup | Parameters | |
---|---|---|---|
register_fast_unstake | 1100 | - | |
deregister | 1101 | - | |
control | 1102 | 1 |
Name | Lookup | Attributes | |
---|---|---|---|
Unstaked | 1100 | ["AccountId","DispatchResult"] | |
Slashed | 1101 | ["AccountId","BalanceOf"] | |
BatchChecked | 1102 | ["Vec<EraIndex>"] | |
BatchFinished | 1103 | ["u32"] | |
InternalError | 1104 |
Name | Type | |
---|---|---|
Head | {"origin":"PlainType","plain_type":"pallet_fast_unstake:types:UnstakeRequest","PlainTypeValue":326} | |
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} |
Name | Type | Value | |
---|---|---|---|
Deposit | U128 | f4010000000000000000000000000000 |
Name | Docs |
---|---|
NotController | The provided Controller account was not found.This means that the given account is not bonded. |
AlreadyQueued | The bonded account has already been queued. |
NotFullyBonded | The bonded account has active unlocking chunks. |
NotQueued | The provided un-staker is not in the `Queue`. |
AlreadyHead | The provided un-staker is already in Head, and cannot deregister. |
CallNotAllowed | The call is not allowed at this point because the pallet is not active. |