| 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 |
|---|---|
ProofMapIndexProxy<com.exonum.binding.common.hash.HashCode,com.exonum.binding.common.blockchain.TransactionResult> |
Blockchain.getTxResults()
Returns a map with a key-value pair of a transaction hash and execution result.
|
| Modifier and Type | Method and Description |
|---|---|
static <K,V> ProofMapIndexProxy<K,V> |
ProofMapIndexProxy.newInGroupUnsafe(String groupName,
byte[] mapId,
View view,
com.exonum.binding.common.serialization.Serializer<K> keySerializer,
com.exonum.binding.common.serialization.Serializer<V> valueSerializer)
Creates a new proof map in a collection group
with the given name.
|
static <K,V> ProofMapIndexProxy<K,V> |
ProofMapIndexProxy.newInstance(String name,
View view,
com.exonum.binding.common.serialization.Serializer<K> keySerializer,
com.exonum.binding.common.serialization.Serializer<V> valueSerializer)
Creates a ProofMapIndexProxy.
|
Copyright © 2019 Exonum. All rights reserved.