pallet_grants::pallet

Type Alias VestingSchedules

Source
pub type VestingSchedules<T: Config> = CountedStorageMap<_GeneratedPrefixForStorageVestingSchedules<T>, Blake2_128Concat, T::AccountId, BoundedVec<VestingScheduleOf<T>, T::MaxSchedule>, ValueQuery>;
Expand description

Storage type is [CountedStorageMap] with key type T :: AccountId and value type BoundedVec < VestingScheduleOf < T > , T :: MaxSchedule >.

Aliased Typeยง

struct VestingSchedules<T: Config>(/* private fields */);