Uses of Class
com.exonum.binding.core.transaction.TransactionExecutionException
| Package | Description |
|---|---|
| com.exonum.binding.core.runtime | |
| com.exonum.binding.core.transaction |
-
Uses of TransactionExecutionException in com.exonum.binding.core.runtime
Methods in com.exonum.binding.core.runtime that throw TransactionExecutionException Modifier and Type Method Description voidServiceRuntime. executeTransaction(int serviceId, String interfaceName, int txId, byte[] arguments, Fork fork, int callerServiceId, HashCode txMessageHash, PublicKey authorPublicKey)Executes a transaction belonging to the given service. -
Uses of TransactionExecutionException in com.exonum.binding.core.transaction
Methods in com.exonum.binding.core.transaction that throw TransactionExecutionException Modifier and Type Method Description voidTransaction. execute(TransactionContext context)Execute the transaction, possibly modifying the blockchain state.