Construct a PSBT wrapping the given transaction.
Synopsis
Declared in <psbt.h>
explicit
PartiallySignedTransaction(
CMutableTransaction const& tx,
uint32_t version = 2);
Parameters
Name |
Description |
tx |
The transaction to wrap. |
version |
The PSBT version to use. |
Created with MrDocs