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