| Package | Description |
|---|---|
| com.exonum.binding.core.blockchain | |
| com.exonum.binding.core.runtime | |
| 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.core.messages.Runtime.ExecutionStatus> |
Blockchain.getTxResults()
Returns a map with a key-value pair of a transaction hash and execution result.
|
| Modifier and Type | Method and Description |
|---|---|
ProofMapIndexProxy<String,com.exonum.core.messages.Runtime.InstanceState> |
DispatcherSchema.serviceInstances()
Returns a map of service instance specifications of started services indexed by their names.
|
| 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.newInGroupUnsafeNoKeyHashing(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 that uses non-hashed keys
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.
|
static <K,V> ProofMapIndexProxy<K,V> |
ProofMapIndexProxy.newInstanceNoKeyHashing(String name,
View view,
com.exonum.binding.common.serialization.Serializer<K> keySerializer,
com.exonum.binding.common.serialization.Serializer<V> valueSerializer)
Creates a ProofMapIndexProxy that uses non-hashed keys.
|
Copyright © 2019 Exonum. All rights reserved.