mirror of
https://github.com/logos-messaging/logos-delivery.git
synced 2026-03-17 14:33:11 +00:00
5 lines
97 B
Nim
5 lines
97 B
Nim
import ../waku_relay/protocol
|
|
|
|
type AppCallbacks* = ref object
|
|
relayHandler*: WakuRelayHandler
|