0
I am sure this is a dumb question but if using:
bitcoin-cli walletcreatefundedpsbt "[{\"txid\":\"myid\",\"vout\":0}]" "[{\"data\":\"00010203\"}]"
How do you create the data parameter? Where does it come from?
\"00010203\"
Edit:
I should have read the BIP first, it looks like it is an unsigned tx. So in order to create a PSBT you need to first create an unsigned tx? And include the hex as an argument.
Thanks again Andrew, and thanks for your great contributions. – Fontaine – 2019-05-28T16:58:47.727