UNPKG

@actyx/sdk

Version:
6 lines (5 loc) 393 B
export { v2getNodeId } from './utils'; export { WebsocketEventStore as WebsocketEventStoreV2 } from './websocketEventStore'; import { ActyxOpts, AppManifest } from '../types'; import { MultiplexedWebsocket } from './multiplexedWebsocket'; export declare const makeWsMultiplexerV2: (config: ActyxOpts, token: string, manifest: AppManifest) => Promise<[MultiplexedWebsocket, [string, string]]>;