pub fn initialize_reward_vec<T: Config>(
rewards: Vec<(T::RelayChainAccountId, Option<T::AccountId>, BalanceOf<T>)>
)
Expand description
Initialize the reward distribution storage. It shortcuts whenever an error is found This does not enforce any checks other than making sure we dont go over funds complete_initialization should perform any additional
Warning: Doc-Only
This function is an automatically generated, and is doc-only, uncallable
stub. See the real version in
Pallet::initialize_reward_vec
.