Type Alias Vesting

Vesting: StorageDescriptor<
    [Key: SS58String],
    { locked: bigint; per_block: bigint; starting_block: number }[],
    true,
    never,
>

Information regarding the vesting of a given account.