mirror of
https://github.com/waku-org/nwaku.git
synced 2025-02-15 08:26:40 +00:00
5 lines
97 B
Nim
5 lines
97 B
Nim
|
import ../waku_relay/protocol
|
||
|
|
||
|
type AppCallbacks* = ref object
|
||
|
relayHandler*: WakuRelayHandler
|