| Package | Description |
|---|---|
| com.exonum.binding.core.blockchain | |
| com.exonum.binding.core.storage.indices |
Contains Exonum indexes — persistent, named collections built on top of Exonum key-value storage.
|
| Modifier and Type | Method and Description |
|---|---|
ListIndex<com.exonum.binding.common.hash.HashCode> |
Blockchain.getBlockHashes()
Returns a list of all block hashes, indexed by the block height.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ListIndexProxy<E>
A list index proxy is a contiguous list of elements.
|
class |
ProofListIndexProxy<E>
A proof list index proxy is a contiguous list of elements, capable of providing
cryptographic proofs that it contains a certain element at a particular position.
|
Copyright © 2019 Exonum. All rights reserved.