mirror of
https://github.com/bigchaindb/bigchaindb.git
synced 2024-10-13 13:34:05 +00:00
10 lines
442 B
ReStructuredText
10 lines
442 B
ReStructuredText
##################
|
|
The Bigchain class
|
|
##################
|
|
|
|
The Bigchain class is the top-level Python 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:: bigchaindb.Bigchain
|
|
|
|
.. automethod:: bigchaindb.core.Bigchain.__init__
|