Where are the hashes stored

+4 votes
The transaction that i do from one node to other are blocks. So where do i see these blocks or hashes actually getting chained ? Is there some file or so

Also I am doing a transaction from no where,I create an asset named dollar and transfer any amount to other node, how do i link to a database and check if there is any is any fund to transfer to other node and it gets reflected in the database where the amount is debited and credited from one account to other in form of data ?

Could provide with the help
asked Jul 10, 2017 by kishanvikani

1 Answer

0 votes
A block is a group of transactions and is not the same. MultiChain stores all its data for a blockchain in a specific directory – see this page for details: https://www.multichain.com/developers/creating-connecting.

You don't need a separate database to keep track of asset quantities and ensure that people have the assets they need to send transactions – MultiChain takes care of that for you.
answered Jul 10, 2017 by MultiChain
...