createpsbt
Argument #1 - inputs
[
{ (json object)
"txid": "hex", (string, required) The transaction id
"vout": n, (numeric, required) The output number
"sequence": n, (numeric, optional, default=depends on the value of the 'replaceable' and 'locktime' arguments) The sequence number
},
...
]Argument #2 - outputs
Argument #3 - locktime
Argument #4 - replaceable
Result
Examples
Last updated