Skip to main content

IotaTransportSubscribeOptions

@iota/iota-sdk


@iota/iota-sdk / client / IotaTransportSubscribeOptions

Interface: IotaTransportSubscribeOptions<T>

Defined in: sdk/typescript/src/client/http-transport.ts:45

Type Parameters

T

T

Properties

method

method: string

Defined in: sdk/typescript/src/client/http-transport.ts:46


onMessage

onMessage: (event) => void

Defined in: sdk/typescript/src/client/http-transport.ts:49

Parameters

event

T

Returns

void


params

params: unknown[]

Defined in: sdk/typescript/src/client/http-transport.ts:48


signal?

optional signal?: AbortSignal

Defined in: sdk/typescript/src/client/http-transport.ts:50


unsubscribe

unsubscribe: string

Defined in: sdk/typescript/src/client/http-transport.ts:47