| Interface | Description |
|---|---|
| Database |
Represents an underlying Exonum Storage database.
|
| ModificationCounter |
A counter of modification events of some objects (e.g., a collection, or a database view).
|
| Class | Description |
|---|---|
| Fork |
A fork is a database view, allowing both read and write operations.
|
| IncrementalModificationCounter | |
| MemoryDb |
An in-memory database for testing purposes.
|
| Snapshot |
A snapshot is a read-only, immutable database view.
|
| View |
Represents a view of the database.
|
Copyright © 2019 Exonum. All rights reserved.