Name | Lookup | Parameters | |
|---|---|---|---|
| claim | 0d00 | - | |
| vested_transfer | 0d01 | 2 | |
| update_vesting_schedules | 0d02 | 2 | |
| claim_for | 0d03 | 1 |
Name | Lookup | Attributes | |
|---|---|---|---|
| VestingScheduleAdded | 0d00 | ["AccountId","AccountId","VestingScheduleOf"] | |
| Claimed | 0d01 | ["AccountId","BalanceOf"] | |
| VestingSchedulesUpdated | 0d02 | ["AccountId"] |
Name | Type | |
|---|---|---|
| VestingSchedules | {"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["AccountId"],"value":"Vec<orml_vesting:VestingSchedule>","keys_id":0,"value_id":350}} |
Name | Type | Value | |
|---|---|---|---|
| MinVestedTransfer | U128 | 00000000000000000000000000000000 |
Name | Docs |
|---|---|
| ZeroVestingPeriod | Vesting period is zero |
| ZeroVestingPeriodCount | Number of vests is zero |
| InsufficientBalanceToLock | Insufficient amount of balance to lock |
| TooManyVestingSchedules | This account have too many vesting schedules |
| AmountLow | The vested transfer amount is too low |
| MaxVestingSchedulesExceeded | Failed because the maximum vesting schedules was exceeded |