[#PartiallySignedTransaction-2constructor-04] = xref:PartiallySignedTransaction.adoc[PartiallySignedTransaction]::PartiallySignedTransaction :relfileprefix: ../ :mrdocs: Construct a PSBT wrapping the given transaction. == Synopsis Declared in `<psbt.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- explicit PartiallySignedTransaction( xref:CMutableTransaction.adoc[CMutableTransaction] const& tx, uint32_t version = 2); ---- == Parameters [cols="1,4"] |=== | Name| Description | *tx* | The transaction to wrap. | *version* | The PSBT version to use. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#