Name | Lookup | Parameters | |
|---|---|---|---|
| vest | 0a00 | - | |
| vest_other | 0a01 | 1 | |
| vested_transfer | 0a02 | 2 | |
| force_vested_transfer | 0a03 | 3 | |
| merge_schedules | 0a04 | 2 | |
| force_remove_vesting_schedule | 0a05 | 2 |
Name | Lookup | Attributes | |
|---|---|---|---|
| VestingUpdated | 0a00 | ["AccountId","BalanceOf"] | |
| VestingCompleted | 0a01 | ["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":390}} | |
| StorageVersion | {"origin":"PlainType","plain_type":"pallet_vesting:Releases","PlainTypeValue":392} |
Name | Type | Value | |
|---|---|---|---|
| MinVestedTransfer | U128 | 00a0724e180900000000000000000000 | |
| MaxVestingSchedules | U32 | 1c000000 |
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. |