Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 442 Bytes

the-Bigchain-class.rst

File metadata and controls

9 lines (6 loc) · 442 Bytes

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.

bigchaindb.Bigchain

bigchaindb.core.Bigchain.__init__