referrerpolicy=no-referrer-when-downgrade

Function pallet_society::migrations::from_raw_past_payouts

source ·
pub fn from_raw_past_payouts<T: Config<I>, I: Instance + 'static>(
    past_payouts_raw: impl Iterator<Item = ([u8; 32], u128)>,
) -> Vec<(<T as Config>::AccountId, <<T as Config<I>>::Currency as Currency<<T as Config>::AccountId>>::Balance)>