[#PartiallySignedTransaction-GetUniqueID] = xref:PartiallySignedTransaction.adoc[PartiallySignedTransaction]::GetUniqueID :relfileprefix: ../ :mrdocs: Compute a stable identifier for this PSBT's underlying transaction. == Synopsis Declared in `<psbt.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- std::optional<Txid> GetUniqueID() const; ---- == Return Value The unique id, or nullopt if it cannot be computed. [.small]#Created with https://www.mrdocs.com[MrDocs]#