[#DecodeBase64PSBT] = DecodeBase64PSBT :mrdocs: Decode a base64‐encoded PSBT into a PartiallySignedTransaction. == Synopsis Declared in `<psbt.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- [[nodiscard]] xref:util/Result.adoc[util::Result<PartiallySignedTransaction>] DecodeBase64PSBT(std::string const& base64_tx); ---- == Return Value The decoded PSBT, or an error on failure. [NOTE] ==== The return value https://en.cppreference.com/cpp/language/attributes/nodiscard[should not be discarded^]. ==== == Parameters [cols="1,4"] |=== | Name| Description | *base64_tx* | The base64‐encoded PSBT. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#