Uses of Class
com.exonum.binding.core.transaction.RawTransaction
| Package | Description | 
|---|---|
| com.exonum.binding.core.service | |
| com.exonum.binding.core.transaction | 
- 
Uses of RawTransaction in com.exonum.binding.core.serviceMethods in com.exonum.binding.core.service with parameters of type RawTransaction Modifier and Type Method Description HashCodeNode. submitTransaction(RawTransaction rawTransaction)Creates a transaction from the given parameters, signs it with the node service key, and then submits it into Exonum network.HashCodeNodeFake. submitTransaction(RawTransaction transaction)Returns a zero hash always, ignoring the transaction.HashCodeNodeProxy. submitTransaction(RawTransaction rawTransaction)Creates a transaction from the given parameters, signs it with the node service key, and then submits it into Exonum network.
- 
Uses of RawTransaction in com.exonum.binding.core.transactionMethods in com.exonum.binding.core.transaction that return RawTransaction Modifier and Type Method Description abstract RawTransactionRawTransaction.Builder. build()Creates the RawTransaction instance with specified parameters.static RawTransactionRawTransaction. fromMessage(TransactionMessage txMessage)Creates a raw transaction from the given transaction message.