We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0049c1c commit 3ba50d4Copy full SHA for 3ba50d4
packages/sdk/src/reliable_channel/reliable_channel.ts
@@ -18,8 +18,8 @@ import {
18
MessageChannel,
19
MessageChannelEvent,
20
type MessageChannelOptions,
21
+ type ParticipantId,
22
Message as SdsMessage,
- type SenderId,
23
SyncMessage
24
} from "@waku/sds";
25
import { Logger } from "@waku/utils";
@@ -304,7 +304,7 @@ export class ReliableChannel<
304
public static async create<T extends IDecodedMessage>(
305
node: IWaku,
306
channelId: ChannelId,
307
- senderId: SenderId,
+ senderId: ParticipantId,
308
encoder: IEncoder,
309
decoder: IDecoder<T>,
310
options?: ReliableChannelOptions
0 commit comments