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 35dc6ac commit c61574bCopy full SHA for c61574b
standards/application/waku-api.md
@@ -365,6 +365,7 @@ The node uses [P2P-RELIABILITY](/standards/application/p2p-reliability.md) strat
365
types:
366
MessageSentEvent:
367
type: object
368
+ description: "Event emitted when a message is sent to the network"
369
fields:
370
event_type:
371
type: string
@@ -379,6 +380,7 @@ types:
379
380
381
MessageErrorEvent:
382
383
+ description: "Event emitted when a message send operation fails"
384
385
386
@@ -396,6 +398,7 @@ types:
396
398
397
399
MessagePropagatedEvent:
400
401
+ description: "Confirmation that a message has been correctly delivered to the network"
402
403
404
0 commit comments