singleSendNftStep3
@opcat-labs/cat-sdk / singleSendNftStep3
Function: singleSendNftStep3()
singleSendNftStep3(
provider,finalizedGuardPsbt,finalizedSendPsbt,outputNftStates):Promise\<{newFeeUtxo:UTXO;newNftUtxos:ExtUtxo[]; }>
Defined in: packages/cat-sdk/src/features/cat721/send/singleSend.ts:267
Helper function for singleSendNft, broadcast the transactions and add the new fee UTXO
Parameters
provider
UtxoProvider & ChainProvider
the provider for the blockchain and UTXO operations
finalizedGuardPsbt
ExtPsbt
the finalized guard psbt
finalizedSendPsbt
ExtPsbt
the finalized send psbt
outputNftStates
the output token states
Returns
Promise\<{ newFeeUtxo: UTXO; newNftUtxos: ExtUtxo[]; }>
the new NFT UTXOs and the new fee UTXO