Decode a raw binary PSBT into a PartiallySignedTransaction.
Declared in <psbt.h>
[[nodiscard]]
util::Result<PartiallySignedTransaction>
DecodeRawPSBT(std::span<std::byte const> tx_data);
The decoded PSBT, or an error on failure.
The return value should not be discarded.
| Name | Description |
|---|---|
| tx_data | The raw PSBT bytes. |