Skip to main content

SubscribeEventParams

@iota/iota-sdk


@iota/iota-sdk / client / SubscribeEventParams

Interface: SubscribeEventParams

Defined in: sdk/typescript/src/client/types/params.ts:486

Subscribe to a stream of IOTA event

Properties

filter

filter: IotaEventFilter

Defined in: sdk/typescript/src/client/types/params.ts:492

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


signal?

optional signal?: AbortSignal

Defined in: sdk/typescript/src/client/types/params.ts:493