Type Definition pallet_vesting::pallet::Vesting
source · pub type Vesting<T: Config> = StorageMap<_GeneratedPrefixForStorageVesting<T>, Blake2_128Concat, T::AccountId, BoundedVec<VestingInfo<<<T as Config>::Currency as Currency<<T as Config>::AccountId>>::Balance, T::BlockNumber>, MaxVestingSchedulesGet<T>>>;
Expand description
Information regarding the vesting of a given account.