Hi,
I am trying to publish to stream using raw txn but getting JSON error for passing the to-address:amount as an empty object. What may be the issue?
createrawsendfrom node_address '{}' '{"for":"stream_name","key":"key_name","data":"data_hex"}' send
error: Error parsing JSON:'{}'
Note: I am successfully able to send assets between nodes and publish stream all in the same txn if i dont use raw txns.