ReadonlynameThe name of the store (e.g. 'mongodb', 'redis', 'dynamodb')
ReadonlylibraryThe client library being used
Returns the underlying (internal or injected) HTTP client.
Append data to collection as a transaction (POST .../transact).
Returns the transaction response (block, flakes, temp-id map, and the
block hash that anchors the write into the immutable log).
Read subject id from collection (POST .../query).
Return the flake-level history of subject id (POST .../history).
Return the provenance/proof for subject id: its history with block
metadata (meta: true), so callers see the block hash and instant that
cryptographically anchor each revision into Fluree's tamper-evident log.
Run a raw FlureeQL query object (POST .../query).
Run a raw FlureeQL transaction (POST .../transact).
FlureeStorewraps Fluree's HTTP query/transact API behind the shared ledger surface.