pub fn batch<T: Config>(
batch: BoundedVec<(T::AccountId, <<T as Config>::Currency as Currency<<T as Config>::AccountId>>::Balance), T::MaxAllocs>,
)
Expand description
Optimized allocation call, which will batch allocations of various amounts and destinations and together. This allow us to be much more efficient and thus increase our chain’s capacity in handling these transactions.
§Warning: Doc-Only
This function is an automatically generated, and is doc-only, uncallable
stub. See the real version in
Pallet::batch
.