Name | Lookup | Parameters | |
|---|---|---|---|
| register_fast_unstake | 2a00 | - | |
| deregister | 2a01 | - | |
| control | 2a02 | 1 |
Name | Lookup | Attributes | |
|---|---|---|---|
| Unstaked | 2a00 | ["AccountId","DispatchResult"] | |
| Slashed | 2a01 | ["AccountId","BalanceOf"] | |
| BatchChecked | 2a02 | ["Vec<EraIndex>"] | |
| BatchFinished | 2a03 | ["u32"] | |
| InternalError | 2a04 |
Name | Type | |
|---|---|---|
| Head | {"origin":"PlainType","plain_type":"pallet_fast_unstake:types:UnstakeRequest","PlainTypeValue":860} | |
| 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 | 344dd2c2070000000000000000000000 |
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. |