combinepsbt
Summary
Combine multiple PSBTs into one transaction.
Description
Combine multiple PSBTs into one transaction. Implements the Combiner role.
Arguments
txs(ARR, required): The base64 strings of partially signed transactionspsbt(STR): A base64 string of a PSBT
Results
value(STR): The base64-encoded partially signed transaction
Examples
qbit-cli combinepsbt '["mybase64_1", "mybase64_2", "mybase64_3"]'