How can I publish mutliple data entries in my POE stream?

+1 vote
So I want to store a file hash, user's full name, address, phone number and MAC adress on my stream and then be able to look up if the file exists by looking for the stored file hash, how should I proceed about this?
asked Aug 3, 2020 by AtlasQ

1 Answer

0 votes

Use the file hash as one of the keys for stream items, then you can use liststreamkeyitems to perform a lookup.

answered Aug 4, 2020 by MultiChain
...