lightninglabs / taproot-assets

A layer 1 daemon, for the Taproot Assets Protocol specification, written in Go (golang)
MIT License
464 stars 111 forks source link

[feature]: Specify UTXOs as Parameters in Asset Send API #825

Closed lukegao209 closed 4 months ago

lukegao209 commented 8 months ago

Reason: Our operations sometimes need specific UTXO management such as

generating more UTXOs to reduce waiting times on-chain, managing balances through different UTXOs for Virtual Accounts and more...

https://lightning.engineering/api-docs/api/taproot-assets/taproot-assets/send-asset

jharveyb commented 4 months ago

Did you mean asset UTXOs, BTC UTXOs, or both? Right now I think this can be done, but requires using the vPSBT interfaces / RPCs.

lukegao209 commented 4 months ago

yeah. I can close the issue.