mirror of
https://github.com/bigchaindb/bigchaindb.git
synced 2024-10-13 13:34:05 +00:00
20 lines
418 B
ReStructuredText
20 lines
418 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 digital assets, conditions, fulfillments and other things
|
|
2. Blocks
|
|
3. Votes
|
|
|
|
This section unpacks each one in turn.
|
|
|
|
.. toctree::
|
|
:maxdepth: 1
|
|
|
|
transaction-model
|
|
asset-model
|
|
crypto-conditions
|
|
block-model
|
|
vote-model
|