| Package | Description |
|---|---|
| com.exonum.binding.core.service.adapters |
An internal package with adapters of Java Service interfaces
to the interface, convenient to the native code.
|
| com.exonum.binding.core.transaction |
| Modifier and Type | Method and Description |
|---|---|
void |
UserTransactionAdapter.execute(long forkNativeHandle,
byte[] txMessageHash,
byte[] authorPublicKey) |
| Modifier and Type | Method and Description |
|---|---|
void |
Transaction.execute(TransactionContext context)
Execute the transaction, possibly modifying the blockchain state.
|
Copyright © 2019 Exonum. All rights reserved.