Compute a stable identifier for this PSBT's underlying transaction.
Synopsis
Declared in <psbt.h>
std::optional<Txid>
GetUniqueID() const;
Return Value
The unique id, or nullopt if it cannot be computed.
Created with MrDocs
Compute a stable identifier for this PSBT's underlying transaction.
Declared in <psbt.h>
std::optional<Txid>
GetUniqueID() const;
The unique id, or nullopt if it cannot be computed.
Created with MrDocs