| Package | Description |
|---|---|
| com.exonum.binding.core.service | |
| com.exonum.binding.core.transaction |
| Modifier and Type | Method and Description |
|---|---|
Transaction |
AbstractService.convertToTransaction(RawTransaction rawTransaction) |
Transaction |
Service.convertToTransaction(RawTransaction rawTransaction)
Converts an Exonum raw transaction to an executable transaction of this service.
|
com.exonum.binding.common.hash.HashCode |
NodeFake.submitTransaction(RawTransaction transaction)
Returns a zero hash always, ignoring the transaction.
|
com.exonum.binding.common.hash.HashCode |
NodeProxy.submitTransaction(RawTransaction rawTransaction)
Creates a transaction from the given parameters, signs it with
the node service key, and then submits it into Exonum network.
|
com.exonum.binding.common.hash.HashCode |
Node.submitTransaction(RawTransaction rawTransaction)
Creates a transaction from the given parameters, signs it with
the node service key, and then submits it into Exonum network.
|
Transaction |
TransactionConverter.toTransaction(RawTransaction rawTransaction)
Converts an Exonum raw transaction to an executable transaction of some service.
|
| Modifier and Type | Method and Description |
|---|---|
abstract RawTransaction |
RawTransaction.Builder.build()
Creates the RawTransaction instance with specified parameters.
|
static RawTransaction |
RawTransaction.fromMessage(com.exonum.binding.common.message.TransactionMessage txMessage)
Creates a raw transaction from the given transaction message.
|
Copyright © 2019 Exonum. All rights reserved.