pub fn pay_tips<T: Config<I>, I: 'static>(
    tips: BoundedVec<ItemTip<<T as Config<I>>::CollectionId, <T as Config<I>>::ItemId, <T as SystemConfig>::AccountId, <<T as Config<I>>::Currency as Currency<<T as SystemConfig>::AccountId>>::Balance>, 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.