Uses of Class
com.exonum.binding.blockchain.TransactionLocation
-
Packages that use TransactionLocation Package Description com.exonum.binding.blockchain com.exonum.binding.blockchain.serialization -
-
Uses of TransactionLocation in com.exonum.binding.blockchain
Methods in com.exonum.binding.blockchain that return TransactionLocation Modifier and Type Method Description static TransactionLocation
TransactionLocation. valueOf(long height, long indexInBlock)
Methods in com.exonum.binding.blockchain that return types with arguments of type TransactionLocation Modifier and Type Method 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. -
Uses of TransactionLocation in com.exonum.binding.blockchain.serialization
Methods in com.exonum.binding.blockchain.serialization that return TransactionLocation Modifier and Type Method Description TransactionLocation
TransactionLocationSerializer. fromBytes(byte[] binaryTransactionLocation)
Methods in com.exonum.binding.blockchain.serialization with parameters of type TransactionLocation Modifier and Type Method Description byte[]
TransactionLocationSerializer. toBytes(TransactionLocation value)
-