RpcSubscriptionsTransportDataEvents

type RpcSubscriptionsTransportDataEvents<TNotification> = object;

Type Parameters

Type Parameter
TNotification

Events

error

error: SolanaError;

Fires when there is an error with the subscription or the channel.


notification

notification: TNotification;

Fires on every notification received.

On this page