Hi team, follow docs on page https://www.multichain.com/developers/external-key-management/
I've successfully done address creating and importing it to the hot node with "false" option.
On the next step I need publish data to the stream, as it described in section "Publishing from the address"
Generated example command on page don't look right, in my case it's for stream MyStream:
createrawsendfrom 1HTJb7kPQXdQm6kygY6kYQiLAZqUGaivPoZz6N '{}' '[{"for":"MyStream","key":"key0","data":"45787465726e616c20697320736166657374"}]'
I'm recieving different errors when trying adjust string, but in any cases smth wrong.
Help on cli don't describe "for" parameter.
Could you please check cli works to publish data to stream using createrawsendfrom and give right string example.