Crate pliantdb_local[][src]

Local storage backend for PliantDB.

Re-exports

pub use self::config::Configuration;

Modules

config

Configuration options.

core

Core functionality and types for PliantDB.

Structs

Storage

A local, file-based database.

Enums

Error

Errors that can occur from interacting with storage.

Constants

LIST_TRANSACTIONS_DEFAULT_RESULT_COUNT

If no result_limit is specified, this value is the limit used by default.

LIST_TRANSACTIONS_MAX_RESULTS

The maximum number of results allowed to be returned from list_executed_transactions.