2017-07-13 12:03:03 +02:00

21 lines
413 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
conditions
block-model
vote-model