| Interface | Description |
|---|---|
| Database |
Represents an underlying Exonum Storage database.
|
| Class | Description |
|---|---|
| Fork |
A fork is a database view, allowing both read and write operations.
|
| MemoryDb |
An in-memory database for testing purposes.
|
| Snapshot |
A snapshot is a read-only, immutable database view.
|
| View |
Represents a view of a database.
|
| ViewModificationCounter |
A listener of fork modification events.
|
Copyright © 2018 Exonum. All rights reserved.