| Package | Description |
|---|---|
| com.exonum.binding.core.runtime | |
| com.exonum.binding.core.transaction |
| Modifier and Type | Method and Description |
|---|---|
void |
ServiceRuntime.executeTransaction(int serviceId,
String interfaceName,
int txId,
byte[] arguments,
Fork fork,
int callerServiceId,
com.exonum.binding.common.hash.HashCode txMessageHash,
com.exonum.binding.common.crypto.PublicKey authorPublicKey)
Executes a transaction belonging to the given service.
|
| 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.