Name | Lookup | Parameters | |
|---|---|---|---|
| claim | 0b00 | - | |
| vested_transfer | 0b01 | 2 | |
| update_vesting_schedules | 0b02 | 2 | |
| claim_for | 0b03 | 1 |
Name | Lookup | Attributes | |
|---|---|---|---|
| VestingScheduleAdded | 0b00 | ||
| Claimed | 0b01 | ||
| VestingSchedulesUpdated | 0b02 |
Name | Type | |
|---|---|---|
| VestingSchedules | {"origin":"MapType","map_type":{"key":"AccountId","hasher":"Blake2_128Concat","value":"BoundedVec<VestingScheduleOf, MaxVestingSchedules>","isLinked":false}} |
Name | Type | Value | |
|---|---|---|---|
| MinVestedTransfer | BalanceOf | 0x00008a5d784563010000000000000000 |
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 |