Uses of Class
com.exonum.binding.transaction.TransactionExecutionException
- 
Packages that use TransactionExecutionException Package Description com.exonum.binding.service.adapters An internal package with adapters of Java Service interfaces to the interface, convenient to the native code.com.exonum.binding.transaction 
- 
- 
Uses of TransactionExecutionException in com.exonum.binding.service.adaptersMethods in com.exonum.binding.service.adapters that throw TransactionExecutionException Modifier and Type Method Description voidUserTransactionAdapter. execute(long forkNativeHandle, byte[] txMessageHash, byte[] authorPublicKey)
- 
Uses of TransactionExecutionException in com.exonum.binding.transactionMethods in com.exonum.binding.transaction that throw TransactionExecutionException Modifier and Type Method Description voidTransaction. execute(TransactionContext context)Execute the transaction, possibly modifying the blockchain state.
 
-