Type Definition vested_rewards::pallet::Rewards

source ·
pub type Rewards<T: Config> = StorageMap<_GeneratedPrefixForStorageRewards<T>, Blake2_128Concat, T::AccountId, RewardInfo, ValueQuery>;
Expand description

Reserved for future use Mapping between users and their owned rewards of different kinds, which are vested.