Class RawTransaction

java.lang.Object
com.exonum.binding.core.transaction.RawTransaction

public abstract class RawTransaction
extends Object
An Exonum raw transaction. The raw transaction is different from TransactionMessage as it only includes the serialized transaction parameters and transaction identifiers. Author’s public key is not included but is accessible from the execution context.

A raw transaction is converted to an executable transaction by the framework using an implementation of TransactionConverter.