From c61574b7beca06b7b3a717bf71091d2484443db3 Mon Sep 17 00:00:00 2001 From: Sasha Date: Thu, 13 Nov 2025 00:43:11 +0100 Subject: [PATCH] add description to events --- standards/application/waku-api.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/standards/application/waku-api.md b/standards/application/waku-api.md index f13aa66..805ca91 100644 --- a/standards/application/waku-api.md +++ b/standards/application/waku-api.md @@ -365,6 +365,7 @@ The node uses [P2P-RELIABILITY](/standards/application/p2p-reliability.md) strat types: MessageSentEvent: type: object + description: "Event emitted when a message is sent to the network" fields: event_type: type: string @@ -379,6 +380,7 @@ types: MessageErrorEvent: type: object + description: "Event emitted when a message send operation fails" fields: event_type: type: string @@ -396,6 +398,7 @@ types: MessagePropagatedEvent: type: object + description: "Confirmation that a message has been correctly delivered to the network" fields: event_type: type: string