Name | Lookup | Parameters | |
|---|---|---|---|
| enter | 1700 | - | |
| force_enter | 1701 | - | |
| extend | 1702 | - | |
| force_extend | 1703 | - | |
| force_exit | 1704 | - | |
| force_slash_deposit | 1705 | 2 | |
| release_deposit | 1706 | 2 | |
| force_release_deposit | 1707 | 2 |
Name | Lookup | Attributes | |
|---|---|---|---|
| Entered | 1700 | ["BlockNumberFor"] | |
| Extended | 1701 | ["BlockNumberFor"] | |
| Exited | 1702 | ["ExitReason"] | |
| DepositPlaced | 1703 | ["AccountId","BalanceOf"] | |
| DepositReleased | 1704 | ["AccountId","BalanceOf"] | |
| DepositSlashed | 1705 | ["AccountId","BalanceOf"] | |
| CannotDeposit | 1706 | ||
| CannotRelease | 1707 |
Name | Type | |
|---|---|---|
| EnteredUntil | {"origin":"PlainType","plain_type":"U32","PlainTypeValue":4} | |
| Deposits | {"origin":"Map","n_map_type":{"hashers":["Twox64Concat","Twox64Concat"],"key_vec":["AccountId","U32"],"value":"U128","keys_id":275,"value_id":6}} |
Name | Type | Value | |
|---|---|---|---|
| EnterDuration | U32 | 00000000 | |
| ExtendDuration | U32 | 00000000 | |
| EnterDepositAmount | option<U128> | 00 | |
| ExtendDepositAmount | option<U128> | 00 | |
| ReleaseDelay | option<U32> | 00 |
Name | Docs |
|---|---|
| Entered | The safe-mode is (already or still) entered. |
| Exited | The safe-mode is (already or still) exited. |
| NotConfigured | This functionality of the pallet is disabled by the configuration. |
| NoDeposit | There is no balance reserved. |
| AlreadyDeposited | The account already has a deposit reserved and can therefore not enter or extend again. |
| CannotReleaseYet | This deposit cannot be released yet. |
| CurrencyError | An error from the underlying `Currency`. |