Skip to content

Ability to create a psbt without syncing a wallet in swift-bdk. #926

@Fonta1n3

Description

@Fonta1n3

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    Status

    No status

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions