Uses of Class
com.exonum.binding.core.transaction.RawTransaction
Package | Description |
---|---|
com.exonum.binding.core.runtime | |
com.exonum.binding.core.service | |
com.exonum.binding.core.transaction |
-
Uses of RawTransaction in com.exonum.binding.core.runtime
Methods in com.exonum.binding.core.runtime with parameters of type RawTransaction Modifier and Type Method Description HashCode
NodeProxy. submitTransaction(RawTransaction rawTransaction)
-
Uses of RawTransaction in com.exonum.binding.core.service
Methods in com.exonum.binding.core.service with parameters of type RawTransaction Modifier and Type Method Description 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.HashCode
NodeFake. submitTransaction(RawTransaction transaction)
Returns a zero hash always, ignoring the transaction. -
Uses of RawTransaction in com.exonum.binding.core.transaction
Methods in com.exonum.binding.core.transaction that return RawTransaction Modifier and Type Method Description abstract RawTransaction
RawTransaction.Builder. build()
Creates the RawTransaction instance with specified parameters.static RawTransaction
RawTransaction. fromMessage(TransactionMessage txMessage)
Creates a raw transaction from the given transaction message.