Type Definition annuity::pallet::RewardPerWrapped

source ·
pub type RewardPerWrapped<T: Config<I>, I: 'static = ()> = StorageValue<_GeneratedPrefixForStorageRewardPerWrapped<T, I>, <<T as Config<I>>::Currency as Currency<<T as Config>::AccountId>>::Balance, OptionQuery>;
Expand description

Storage type is [StorageValue] with value type BalanceOf < T, I >.