ExecutedTransaction

Properties

Link copied to clipboard
Link copied to clipboard
abstract val checkpoint: <Error class: unknown class>?

The sequence number for the checkpoint that includes this transaction.

Link copied to clipboard
abstract val digest: String?

The digest of this Transaction.

Link copied to clipboard

The TransactionEffects for this transaction.

Link copied to clipboard

The TransactionEvents for this transaction.

Link copied to clipboard
abstract val objects: ObjectSet

Set of objects either referenced as inputs or produced as outputs from this Transaction.

Link copied to clipboard

Returns the field-presence view for this ExecutedTransaction instance.

Link copied to clipboard

List of user signatures that are used to authorize the execution of this transaction.

Link copied to clipboard
abstract val timestamp: Timestamp

The Unix timestamp of the checkpoint that includes this transaction.

Link copied to clipboard
abstract val transaction: Transaction

The transaction itself.

Link copied to clipboard
abstract val transactionIndex: <Error class: unknown class>?

Zero-based position of this transaction within the checkpoint that includes it.

Functions

Link copied to clipboard
fun ExecutedTransaction.copy(body: <Error class: unknown class>.() -> Unit = {}): ExecutedTransaction

Copies the original message, including unknown fields.