Name | Lookup | Parameters | |
---|---|---|---|
unlock | 1c00 | - | |
update_schedule | 1c01 | 2 |
Name | Lookup | Attributes | |
---|---|---|---|
Locked | 1c00 | ["AccountId","Schedule","BalanceOf"] | |
PartiallyUnlocked | 1c01 | ["AccountId","BalanceOf"] | |
FullyUnlocked | 1c02 | ["AccountId"] | |
VestingUpdated | 1c03 | ["AccountId","Schedule","Schedule","BalanceOf"] |
Name | Type | |
---|---|---|
Schedules | {"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["AccountId"],"value":"Vec<vesting_schedule_linear:LinearSchedule>","keys_id":0,"value_id":72}} |
Name | Docs |
---|---|
VestingAlreadyEngaged | Vesting is already engaged for a given account. |
NoVesting | No vesting is active for a given account. |