1
0
mirror of https://github.com/bigchaindb/bigchaindb.git synced 2024-06-28 08:37:45 +02:00
bigchaindb/docs/build/html/_sources/the-bigchain-class.txt
2016-02-09 19:16:18 +01:00

11 lines
444 B
Plaintext

##################
The Bigchain Class
##################
The Bigchain class is the top-level API for BigchainDB. If you want to create and initialize a BigchainDB database, you create a Bigchain instance (object). Then you can use its various methods to create transactions, write transactions (to the object/database), read transactions, etc.
.. autoclass:: bigchain.Bigchain
:members:
.. automethod:: bigchain.core.Bigchain.__init__