Transaction

data class Transaction(val digest: String, val sender: ExecuteTransactionBlockMutation.Sender1?, val transactionBcs: Any?)

Constructors

Link copied to clipboard
constructor(digest: String, sender: ExecuteTransactionBlockMutation.Sender1?, transactionBcs: Any?)

Properties

Link copied to clipboard

A 32-byte hash that uniquely identifies the transaction contents, encoded in Base58.

Link copied to clipboard

The address corresponding to the public key that signed this transaction. System transactions do not have senders.

Link copied to clipboard

The Base64-encoded BCS serialization of this transaction, as a TransactionData.