Package | Description |
---|---|
com.exonum.binding.service | |
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 |
Modifier and Type | Method and Description |
---|---|
Transaction |
Service.convertToTransaction(com.exonum.binding.common.message.BinaryMessage message)
Converts an Exonum transaction message to an executable transaction of this service.
|
Transaction |
AbstractService.convertToTransaction(com.exonum.binding.common.message.BinaryMessage message) |
Transaction |
TransactionConverter.toTransaction(com.exonum.binding.common.message.BinaryMessage message)
Converts an Exonum transaction message to an executable transaction of some service.
|
Modifier and Type | Method and Description |
---|---|
void |
NodeProxy.submitTransaction(Transaction transaction)
Submits a transaction into Exonum network.
|
void |
NodeFake.submitTransaction(Transaction transaction)
A no-op.
|
void |
Node.submitTransaction(Transaction transaction)
Submits a transaction into Exonum network.
|
Constructor and Description |
---|
UserTransactionAdapter(Transaction transaction,
ViewFactory viewFactory) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractTransaction
An abstract Exonum transaction.
|
Copyright © 2018 Exonum. All rights reserved.