How can I add more OP_RETURN outputs to a PSBT transaction?
I want to fund a PSBT transaction that I created with Bitcoin rust.
It looks like there is no such function to do that as the Creator is the only one that can set the inputs and outputs.
There is an API with bitcoin core rpc called “walletcreatefundedpsbt” but unfortunately it only accepts a single op_return data field.
What can I do?
from Recent Questions - Bitcoin Stack Exchange https://ift.tt/pN581uV
via IFTTT