Crate bookkeeper_client

Crate bookkeeper_client 

Source

Modules§

prelude
Export types with less chance to conflict with other crates in case of no renaming.

Structs§

BookKeeper
BookKeeper client.
CloseOptions
Options to close ledgerr.
Configuration
Configuration for BookKeeper client.
CreateOptions
Options to create ledger.
DeleteOptions
Options to delete ledger.
EntryId
Ledger entry id.
Error
Error wraps error kind with concrete message and cause.
LacOptions
Options to read last_add_confirmed.
LedgerAppender
Ledger appender.
LedgerId
Ledger id.
LedgerReader
Ledger reader.
OpenOptions
Options to open ledger.
PollOptions
Options to poll written or about-to-write entry.
ReadOptions
Options to read entries.

Enums§

DigestType
DigestType specifies digest method in ledger entry writting.
ErrorKind
ErrorKind categorizes possible errors.