Name | Lookup | Parameters | |
|---|---|---|---|
| lock | 0900 | 2 | |
| claim | 0901 | - | |
| claim_with_penalty | 0902 | 1 |
Name | Lookup | Attributes | |
|---|---|---|---|
| DepositCreated | 0900 | ["AccountId","DepositId","Balance","Moment","Moment","Balance"] | |
| DepositClaimed | 0901 | ["AccountId","DepositId"] | |
| DepositClaimedWithPenalty | 0902 | ["AccountId","DepositId","Balance"] |
Name | Type | |
|---|---|---|
| Deposits | {"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["H160"],"value":"Vec<darwinia_deposit:Deposit>","keys_id":0,"value_id":252}} |
Name | Type | Value | |
|---|---|---|---|
| MinLockingAmount | U128 | 000064a7b3b6e00d0000000000000000 | |
| MaxDeposits | U32 | 00020000 |
Name | Docs |
|---|---|
| LockAtLeastSome | Lock at least for a specific amount. |
| LockAtLeastOneMonth | Lock at least for one month. |
| LockAtMostThirtySixMonths | Lock at most for thirty-six months. |
| ExceedMaxDeposits | Exceed maximum deposit count. |
| DepositNotFound | Deposit not found. |
| DepositInUse | Deposit is in use. |
| DepositNotInUse | Deposit is not in use. |
| DepositAlreadyExpired | Deposit is already expired. |