Name | Lookup | Parameters | |
---|---|---|---|
vest | 0d00 | - | |
vest_other | 0d01 | 1 | |
vested_transfer | 0d02 | 2 | |
force_vested_transfer | 0d03 | 3 | |
merge_schedules | 0d04 | 2 |
Name | Lookup | Attributes | |
---|---|---|---|
VestingUpdated | 0d00 | ["AccountId","BalanceOf"] | |
VestingCompleted | 0d01 | ["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":413}} | |
StorageVersion | {"origin":"PlainType","plain_type":"pallet_vesting:Releases","PlainTypeValue":415} |
Name | Type | Value | |
---|---|---|---|
MinVestedTransfer | U128 | 80f0fa02000000000000000000000000 | |
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. |