joinpsbts

joinpsbts ["psbt",...]

Combines multiple distinct PSBTs, each with different inputs and outputs, into a single PSBT containing all inputs and outputs from the provided PSBTs. No input from any of the PSBTs can overlap with an input in another PSBT.

Argument #1 – txs

Type: json array, required

The base64 strings of partially signed transactions

[
  "psbt",    (string, required) A base64 string of a PSBT
  ...
]

Result

Name

Type

Description

str

string

The base64-encoded partially signed transaction

Examples

bitcoinevo-cli joinpsbts "psbt"