| Interface | Description |
|---|---|
| Database |
Represents an underlying Exonum Storage database.
|
| Class | Description |
|---|---|
| Fork |
A fork is a database view, allowing both read and write operations.
|
| Snapshot |
A snapshot is a read-only, immutable database view.
|
| TemporaryDb |
A MerkleDB which stores its data in the temporary directory for testing purposes.
|
| View |
Represents a view of the database.
|
Copyright © 2019 Exonum. All rights reserved.