Uses of Class
com.exonum.binding.common.blockchain.TransactionLocation
Package | Description |
---|---|
com.exonum.binding.common.blockchain | |
com.exonum.binding.core.blockchain | |
com.exonum.binding.core.blockchain.serialization |
-
Uses of TransactionLocation in com.exonum.binding.common.blockchain
Methods in com.exonum.binding.common.blockchain that return TransactionLocation Modifier and Type Method Description static TransactionLocation
TransactionLocation. valueOf(long height, int indexInBlock)
Methods in com.exonum.binding.common.blockchain that return types with arguments of type TransactionLocation Modifier and Type Method Description 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.core.blockchain
Methods in com.exonum.binding.core.blockchain that return types with arguments of type TransactionLocation Modifier and Type Method Description java.util.Optional<TransactionLocation>
Blockchain. getTxLocation(HashCode messageHash)
Returns transaction position inside the blockchain for given message hash.MapIndex<HashCode,TransactionLocation>
Blockchain. getTxLocations()
Returns a map that keeps the transaction position inside the blockchain for every transaction hash. -
Uses of TransactionLocation in com.exonum.binding.core.blockchain.serialization
Methods in com.exonum.binding.core.blockchain.serialization that return TransactionLocation Modifier and Type Method Description TransactionLocation
TransactionLocationSerializer. fromBytes(byte[] binaryTransactionLocation)
Methods in com.exonum.binding.core.blockchain.serialization with parameters of type TransactionLocation Modifier and Type Method Description byte[]
TransactionLocationSerializer. toBytes(TransactionLocation value)