Name | Lookup | Parameters | |
|---|---|---|---|
| vest | 0e00 | - | |
| vest_other | 0e01 | 1 | |
| vested_transfer | 0e02 | 2 | |
| force_vested_transfer | 0e03 | 3 | |
| merge_schedules | 0e04 | 2 | |
| force_remove_vesting_schedule | 0e05 | 2 |
Name | Lookup | Attributes | |
|---|---|---|---|
| VestingUpdated | 0e00 | ["AccountId","BalanceOf"] | |
| VestingCompleted | 0e01 | ["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":302}} | |
| StorageVersion | {"origin":"PlainType","plain_type":"pallet_vesting:Releases","PlainTypeValue":304} |
Name | Type | Value | |
|---|---|---|---|
| MinVestedTransfer | U128 | 40420f00000000000000000000000000 | |
| 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. |