[#PartiallySignedTransaction-ComputeTimeLock] = xref:PartiallySignedTransaction.adoc[PartiallySignedTransaction]::ComputeTimeLock :relfileprefix: ../ :mrdocs: Compute the effective locktime from the inputs and fallback. == Synopsis Declared in `<psbt.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- std::optional<uint32_t> ComputeTimeLock() const; ---- == Return Value The computed locktime, or nullopt if it cannot be determined. [.small]#Created with https://www.mrdocs.com[MrDocs]#