Name | Lookup | Parameters | |
---|---|---|---|
vest | 1100 | 1 | |
vest_other | 1101 | 2 | |
force_vested_transfer | 1102 | 4 | |
merge_schedules | 1103 | 3 | |
sudo_unlock_all_vesting_tokens | 1104 | 2 |
Name | Lookup | Attributes | |
---|---|---|---|
VestingUpdated | 1100 | ["AccountId","TokenIdOf","BalanceOf"] | |
VestingCompleted | 1101 | ["AccountId","TokenIdOf"] |
Name | Type | |
---|---|---|
Vesting | {"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat","Blake2_128Concat"],"key_vec":["AccountId","U32"],"value":"Vec<pallet_vesting_mangata:vesting_info:VestingInfo>","keys_id":356,"value_id":396}} | |
StorageVersion | {"origin":"PlainType","plain_type":"pallet_vesting_mangata:Releases","PlainTypeValue":398} |
Name | Type | Value | |
---|---|---|---|
MinVestedTransfer | U128 | 000010632d5ec76b0500000000000000 | |
MaxVestingSchedules | U32 | 32000000 |
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. |
NoSuitableScheduleFound | No suitable schedule foundPerhaps the user could merge vesting schedules and try again |
SudoUnlockIsDisallowed | Sudo is not allowed to unlock tokens |
InvalidVestingIndex | The provided vesting index exceeds the current number of vesting schedules |
MathError | An overflow or underflow has occured |