| Interface | Description |
|---|---|
| CheckedMapProof |
A checked map proof.
|
| UncheckedMapProof |
An unchecked map proof.
|
| Class | Description |
|---|---|
| CheckedFlatMapProof |
A checked flat map proof, which does not include any intermediate nodes.
|
| DbKey |
A map proof database key.
|
| KeyBitSet |
A key bit set.
|
| MapEntry |
A map entry: a key-value pair.
|
| MapProofEntry |
A flat map proof entry corresponding to either a branch node or a leaf node with computed hash
in a map tree.
|
| UncheckedFlatMapProof |
An unchecked flat map proof, which does not include any intermediate nodes.
|
| Enum | Description |
|---|---|
| DbKey.Type |
Type of the node in a Merkle-Patricia tree.
|
| MapProofStatus |
Possible statuses of a checked map proof.
|
Copyright © 2018 Exonum. All rights reserved.