Decode a base64‐encoded PSBT into a PartiallySignedTransaction.

Synopsis

Declared in <psbt.h>

[[nodiscard]]
util::Result<PartiallySignedTransaction>
DecodeBase64PSBT(std::string const& base64_tx);

Return Value

The decoded PSBT, or an error on failure.

Note

The return value should not be discarded.

Parameters

Name

Description

base64_tx

The base64‐encoded PSBT.

Created with MrDocs