Type Definition annuity::pallet::RewardPerBlock
source · pub type RewardPerBlock<T: Config<I>, I: 'static = ()> = StorageValue<_GeneratedPrefixForStorageRewardPerBlock<T, I>, <<T as Config<I>>::Currency as Currency<<T as Config>::AccountId>>::Balance, ValueQuery>;
Expand description
Storage type is [StorageValue
] with value type BalanceOf < T, I >
.