Function pallet_nfts::pallet::dispatchables::pay_tips
source · pub fn pay_tips<T: Config<I>, I: 'static>(
tips: BoundedVec<ItemTipOf<T, I>, T::MaxTips>,
)
Expand description
Allows to pay the tips.
Origin must be Signed.
tips
: Tips array.
Emits TipSent
on every tip transfer.
§Warning: Doc-Only
This function is an automatically generated, and is doc-only, uncallable
stub. See the real version in
Pallet::pay_tips
.