Type Alias VestingSchedules

VestingSchedules: StorageDescriptor<
    [Key: SS58String],
    { per_period: bigint; period: number; period_count: number; start: number }[],
    false,
    never,
>

Vesting schedules of an account.

VestingSchedules: map AccountId => Vec