TransactionEvents

Events emitted during the successful execution of a transaction.

Properties

Link copied to clipboard
abstract val bcs: Bcs

This TransactionEvents serialized as BCS.

Link copied to clipboard
abstract val digest: String?

The digest of this TransactionEvents.

Link copied to clipboard
abstract val events: List<Event>

Set of events emitted by a transaction.

Link copied to clipboard

Returns the field-presence view for this TransactionEvents instance.

Functions

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

Copies the original message, including unknown fields.