ReadonlynameThe name of the store (e.g. 'mongodb', 'redis', 'dynamodb')
ReadonlylibraryThe client library being used
Returns the underlying Connection for anything not wrapped here.
Build, sign and commit a CREATE transaction registering a new asset whose
immutable asset.data is { table, ...data }. Returns the resulting
transaction id (its content hash). Requires options.keypair.
Fetch a transaction by its id (get(_, id)). Returns the signed transaction.
List every transaction (CREATE + subsequent TRANSFERs) for the asset id
listTransactions.Return the signed transaction id as its own proof of integrity: its
Ed25519 signatures and content-hash id are what any party independently
re-verifies against the asset data. Returns { id, valid, transaction }.
Full-text search over asset data via searchAssets.
BigchaindbStorewraps abigchaindb-driverconnection + transaction factory behind the shared ledger surface.