| Package | Description |
|---|---|
| com.exonum.binding.blockchain | |
| com.exonum.binding.blockchain.serialization |
| Modifier and Type | Method and Description |
|---|---|
static TransactionLocation |
TransactionLocation.valueOf(long height,
long indexInBlock) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Optional<TransactionLocation> |
Blockchain.getTxLocation(com.exonum.binding.common.hash.HashCode messageHash)
Returns transaction position inside the blockchain for given message hash.
|
MapIndex<com.exonum.binding.common.hash.HashCode,TransactionLocation> |
Blockchain.getTxLocations()
Returns a map that keeps the transaction position inside the blockchain for every transaction
hash.
|
static com.google.gson.TypeAdapter<TransactionLocation> |
TransactionLocation.typeAdapter(com.google.gson.Gson gson)
Provides a Gson type adapter for this class.
|
| Modifier and Type | Method and Description |
|---|---|
TransactionLocation |
TransactionLocationSerializer.fromBytes(byte[] binaryTransactionLocation) |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
TransactionLocationSerializer.toBytes(TransactionLocation value) |
Copyright © 2019 Exonum. All rights reserved.