mirror of
https://github.com/waku-org/nwaku.git
synced 2025-01-14 00:46:44 +00:00
5 lines
97 B
Nim
5 lines
97 B
Nim
|
import ../waku_relay/protocol
|
||
|
|
||
|
type AppCallbacks* = ref object
|
||
|
relayHandler*: WakuRelayHandler
|