Closed ShookLyngs closed 5 months ago
paymaster
cell, including transfer and leap. paymaster
cell.All the RGB++ Spore examples don't need paymaster cell, including transfer and leap. All the RGB++ xUDT launch examples don't need paymaster cell.
Updated as requested, please have another look.
Please test and check whether there is paymaster UTXO in the outputs of the BTC transaction @Dawn-githup
Changes
needPaymaster?: boolean
option to thesendRgbppUtxos()
API, which can decide whether the paymaster output is required in a BTC_TX, if the value is undefined, everything should behave exactly as before:needPaymaster: needPaymasterCell
manually in all spore exmaples, and in xudt launch examplesinclude
field in thetsconfig.json
of the examplesTest
needPaymaster == false
@Dawn-githup