Type Definition pallet_vesting::pallet::Vesting[][src]

type Vesting<T: Config> = StorageMap<_GeneratedPrefixForStorageVesting<T>, Blake2_128Concat, T::AccountId, VestingInfo<<<T as Config>::Currency as Currency<<T as Config>::AccountId>>::Balance, T::BlockNumber>>;
Expand description

Information regarding the vesting of a given account.