Vara
subscan
Runtime Modules / Vesting
Spec Version:
Call Functions
Name
Lookup
Parameters
vest0a00-
vest_other0a011
vested_transfer0a022
force_vested_transfer0a033
merge_schedules0a042
Events
Name
Lookup
Attributes
VestingUpdated0a00["AccountId","BalanceOf"]
VestingCompleted0a01["AccountId"]
Storage Functions
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}
Constants
Name
Type
Value
MinVestedTransferU1280040e59c301200000000000000000000
MaxVestingSchedulesU321c000000
Error Types
Name
Docs
NotVestingThe account given is not vesting.
AtMaxVestingSchedulesThe account already has `MaxVestingSchedules` count of schedules and thuscannot add another one. Consider merging existing schedules in order to add another.
AmountLowAmount being transferred is too low to create a vesting schedule.
ScheduleIndexOutOfBoundsAn index was out of bounds of the vesting schedules.
InvalidScheduleParamsFailed to create a new schedule because some parameter was invalid.