abstract class AsyncMerkleStorage : MerkleStorage
A MerkleStorage implementation using AsyncResult's. |
|
class CompactEncoding
Compact (Hex-prefix) encoding and decoding. An implementation of Compact (Hex-prefix) encoding. |
|
class MerklePatriciaTrie<V> : MerkleTrie<Bytes, V>
An in-memory MerkleTrie. |
|
interface MerkleStorage
Storage for use in a StoredMerklePatriciaTrie. |
|
interface MerkleTrie<in K, V>
A Merkle Trie. |
|
class StoredMerklePatriciaTrie<V> : MerkleTrie<Bytes, V>
A MerkleTrie that persists trie nodes to a MerkleStorage key/value store. |
class MerkleStorageException : RuntimeException
This exception is thrown when there is an issue retrieving or decoding values from MerkleStorage. |