For the complete documentation index, see llms.txt. This page is also available as Markdown.

suix_subscribeEvent

Subscribe to a stream of Sui event

Parameters:

filter< EventFilter > - The filter criteria of the event stream. See Event filter documentation for examples.

Returns:

SuiEvent< Event >

Example:

// Request


// Result

Last updated

Was this helpful?