pub type BeneficiaryOf<T, I> = <<T as Config<I>>::PaymentProcedure as PaymentProcedure<<T as Config>::AccountId, <T as Config<I>>::Reward, <T as Config<I>>::RewardBalance>>::Beneficiary;
Expand description
Shortcut to alternative beneficiary type for Config::PaymentProcedure
.