Name | Lookup | Parameters | |
|---|---|---|---|
| vest | 3200 | - | |
| vest_other | 3201 | 1 | |
| vested_transfer | 3202 | 2 | |
| force_vested_transfer | 3203 | 3 | |
| merge_schedules | 3204 | 2 | |
| force_remove_vesting_schedule | 3205 | 2 |
Name | Lookup | Attributes | |
|---|---|---|---|
| VestingUpdated | 3200 | ["AccountId","BalanceOf"] | |
| VestingCompleted | 3201 | ["AccountId"] |
Name | Type | |
|---|---|---|
| Vesting | {"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["AccountId"],"value":"Vec<pallet_vesting:vesting_info:VestingInfo>","keys_id":0,"value_id":556}} | |
| StorageVersion | {"origin":"PlainType","plain_type":"pallet_vesting:Releases","PlainTypeValue":558} |
Name | Type | Value | |
|---|---|---|---|
| MinVestedTransfer | U128 | 00000000000000000000000000000000 | |
| MaxVestingSchedules | U32 | 0a000000 |
Name | Docs |
|---|---|
| NotVesting | The account given is not vesting. |
| AtMaxVestingSchedules | The account already has `MaxVestingSchedules` count of schedules and thuscannot add another one. Consider merging existing schedules in order to add another. |
| AmountLow | Amount being transferred is too low to create a vesting schedule. |
| ScheduleIndexOutOfBounds | An index was out of bounds of the vesting schedules. |
| InvalidScheduleParams | Failed to create a new schedule because some parameter was invalid. |