mirror of
https://github.com/logos-messaging/logos-delivery.git
synced 2026-06-04 13:09:32 +00:00
9 lines
245 B
Nim
9 lines
245 B
Nim
import brokers/event_broker
|
|
import waku/[waku_core/message, waku_core/topics]
|
|
|
|
EventBroker:
|
|
# Emitted when a message arrives from the network via any protocol
|
|
type MessageSeenEvent* = object
|
|
topic*: PubsubTopic
|
|
message*: WakuMessage
|