Bitcoin

How can I check if a PSBT can be solved with a particular descriptor?

As the title suggests, I want to check if a specific PSBT is associated with a specific descriptor, either manually or using bitcoin-cli or bdk-cli.

I’m more interested in static validation, not whether I can sign input with an individual key.

Is there any way to do this?

Related Articles

Back to top button