I am using swift-bdk to carry out some offline functionality in Fully Noded.
It would be useful to be able to build a psbt with inputs and outputs I specify without having to sync a BDK wallet object as I already have all the info needed to build the psbt.
Currently I am getting: BitcoinDevKit.CreateTxError.UnknownUtxo(outpoint: "1d5d0947fb69d6ed8220ad90a892bc1b8a693ea6e8711e99f498738c773abdd5:1") when attempting to do this.
Is there an addForeignUtxo option that could be exposed to swift-bdk?
Thank you.