adding different data types in a single transaction

+2 votes
I'm new to multichain with limited knowledge.

I want to know whether we can add different data types in a single transaction. (As same as in s relational DB)

I have tried out the "Getting Started" page but couldn't add different data types.

If it is possible please let me know how it can be done.

Thanks in advance.
asked Aug 11, 2017 by beep

1 Answer

+1 vote
Have a look at streams. You can add any kind of data in there.
You can create assets and add key-value pairs.
the data you add will be hex, ascii, json, xml or whatever you want as serialization, it is your choice.

there isnt data types as in column data types in a database, its more raw data and you decide what it is.
answered Aug 11, 2017 by MaSsv
...