pay_tips: TxDescriptor<{
    tips: {
        amount: bigint;
        collection: number;
        item: number;
        receiver: SS58String;
    }[];
}>

Allows to pay the tips.

Origin must be Signed.

  • tips: Tips array.

Emits TipSent on every tip transfer.