2017-06-07 16:19:50 +02:00

20 lines
399 B
ReStructuredText

Data Models
===========
BigchainDB stores all data in the underlying database as JSON documents (conceptually, at least). There are three main kinds:
1. Transactions, which contain assets, inputs, outputs, and other things
2. Blocks
3. Votes
This section unpacks each one in turn.
.. toctree::
:maxdepth: 1
transaction-model
asset-model
inputs-outputs
block-model
vote-model