Hi Multichain,
i am creating a stream with some data such as ;
..{
"name ":"abc,
"age" :"24"
,"flag 1" :"A1",
"flag 2 ":"B2"
}
This is actually JSON format for Creating a stream with these values.
Now i am issuing , suscribing and publishing the same stream on a node .
Now if we change flag 1 to "A2" and flag 2 "B2" then a new stream gets created , issued , subscribed and published on the same node but when i use llistStreams command of multichain , it fetches both the streams rather i want that particular stream to be updated and fetched on calling listStreams function.
is there any way , by which we can update the existing parameters of the stream without creating a new stream with the updated parameters on the same node .
can you please suggest on this issue ?
Thanks in Advance