mirror of
https://github.com/logos-messaging/js-waku.git
synced 2026-05-11 04:39:30 +00:00
fix: fix import, export
This commit is contained in:
parent
fd357f9142
commit
2cc49e1349
@ -18,8 +18,8 @@ import {
|
|||||||
MessageChannel,
|
MessageChannel,
|
||||||
MessageChannelEvent,
|
MessageChannelEvent,
|
||||||
type MessageChannelOptions,
|
type MessageChannelOptions,
|
||||||
|
type ParticipantId,
|
||||||
Message as SdsMessage,
|
Message as SdsMessage,
|
||||||
type SenderId,
|
|
||||||
SyncMessage
|
SyncMessage
|
||||||
} from "@waku/sds";
|
} from "@waku/sds";
|
||||||
import { Logger } from "@waku/utils";
|
import { Logger } from "@waku/utils";
|
||||||
@ -304,7 +304,7 @@ export class ReliableChannel<
|
|||||||
public static async create<T extends IDecodedMessage>(
|
public static async create<T extends IDecodedMessage>(
|
||||||
node: IWaku,
|
node: IWaku,
|
||||||
channelId: ChannelId,
|
channelId: ChannelId,
|
||||||
senderId: SenderId,
|
senderId: ParticipantId,
|
||||||
encoder: IEncoder,
|
encoder: IEncoder,
|
||||||
decoder: IDecoder<T>,
|
decoder: IDecoder<T>,
|
||||||
options?: ReliableChannelOptions
|
options?: ReliableChannelOptions
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user