Events

interface Events

Defines the API for querying events on the Sui network.

Inheritors

Functions

Link copied to clipboard
abstract suspend fun queryEvents(filter: EventFilter, before: String? = null, after: String? = null, first: Int? = null, last: Int? = null): Result<QueryEventsQuery.Data?, SuiError>

Queries for events on the Sui network based on a specified filter.