Events

class Events(val config: <Error class: unknown class>) : Events

The concrete implementation of the Events interface.

Parameters

config

The SuiConfig object specifying the RPC endpoint and connection settings.

Constructors

Link copied to clipboard
constructor(config: <Error class: unknown class>)

Properties

Link copied to clipboard
val config: <Error class: unknown class>

Functions

Link copied to clipboard
open suspend override fun queryEvents(filter: EventFilter, before: String?, after: String?, first: Int?, last: Int?): <Error class: unknown class><QueryEventsQuery.Data?, <Error class: unknown class>>

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