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