mirror of
https://github.com/waku-org/nwaku.git
synced 2025-01-16 18:06:45 +00:00
7 lines
166 B
Nim
7 lines
166 B
Nim
# this module will be further extended in PR
|
|
# https://github.com/status-im/nim-libp2p/pull/107/
|
|
|
|
type
|
|
ValidationResult* {.pure.} = enum
|
|
Accept, Reject, Ignore
|