mirror of
https://github.com/bigchaindb/bigchaindb.git
synced 2024-10-13 13:34:05 +00:00
Renamed Developer Interface as The Bigchain class
This commit is contained in:
parent
ac2b1c13fe
commit
94805d927e
@ -1,8 +1,8 @@
|
||||
###################
|
||||
Developer Interface
|
||||
###################
|
||||
##################
|
||||
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.
|
||||
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
|
||||
:members:
|
||||
|
Loading…
x
Reference in New Issue
Block a user