Ask a question to get started
Enter to sendā¢Shift+Enter new line
constructor< TEvent extends Event = Event, TYield = TEvent >( subscriptionId: string, params: SubscribeParams,
subscriptionId
string
params
SubscribeParams
onUnsubscribe
(id: string) => Promise<void>
transform
(event: TEvent) => TYield