1
0
mirror of https://github.com/waku-org/nwaku.git synced 2025-02-13 15:36:58 +00:00
2024-03-16 00:08:47 +01:00

7 lines
226 B
Nim

type JsonEvent* = ref object of RootObj # https://rfc.vac.dev/spec/36/#jsonsignal-type
eventType* {.requiresInit.}: string
method `$`*(jsonEvent: JsonEvent): string {.base.} =
discard
# All events should implement this