Hello,
I am trying to publish to stream, but my keys are off of the node. I am following the "Publishing to streams" section in
https://www.multichain.com/developers/raw-transactions/ up until appendrawdata. I am trying to sign the transaction off the node, but I am not sure how to proceed. I am able to sign a transaction involving assets off the node, but I don't know how it works with just metadata. Do I need a ScriptPubKey? Where would I get it? For assets, I got the scriptPubKey from the utxos of the asset I was trying to spend, but in this case there are no assets involved. How do I generate the scriptSig for this transaction?
Thanks in advance!