Subscribe to a stream of Sui event

interface SubscribeEventParams {
    filter: SuiEventFilter;
}

Properties

Properties

The filter criteria of the event stream. See Event filter documentation for examples.