| 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 |
|---|---|
ProofListIndexProxy<com.exonum.binding.common.hash.HashCode> |
Blockchain.getBlockTransactions(Block block)
Returns a proof list of transaction hashes committed in the given block.
|
ProofListIndexProxy<com.exonum.binding.common.hash.HashCode> |
Blockchain.getBlockTransactions(com.exonum.binding.common.hash.HashCode blockId)
Returns a proof list of transaction hashes committed in the block with the given id.
|
ProofListIndexProxy<com.exonum.binding.common.hash.HashCode> |
Blockchain.getBlockTransactions(long height)
Returns a proof list of transaction hashes committed in the block at the given height.
|
| Modifier and Type | Method and Description |
|---|---|
static <E> ProofListIndexProxy<E> |
ProofListIndexProxy.newInGroupUnsafe(String groupName,
byte[] listId,
View view,
com.exonum.binding.common.serialization.Serializer<E> serializer)
Creates a new list in a collection group
with the given name.
|
static <E extends com.google.protobuf.MessageLite> |
ProofListIndexProxy.newInstance(String name,
View view,
Class<E> elementType)
Creates a new ProofListIndexProxy storing protobuf messages.
|
static <E> ProofListIndexProxy<E> |
ProofListIndexProxy.newInstance(String name,
View view,
com.exonum.binding.common.serialization.Serializer<E> serializer)
Creates a new ProofListIndexProxy.
|
Copyright © 2019 Exonum. All rights reserved.