Decode a base64-encoded PSBT into a PartiallySignedTransaction.
Declared in <psbt.h>
[[nodiscard]]
util::Result<PartiallySignedTransaction>
DecodeBase64PSBT(std::string const& base64_tx);
The decoded PSBT, or an error on failure.
The return value should not be discarded.
| Name | Description |
|---|---|
| base64_tx | The base64-encoded PSBT. |