9 lines
196 B
Nim
Raw Normal View History

# this module will be further extended in PR
# https://github.com/status-im/nim-libp2p/pull/107/
2022-07-01 20:19:57 +02:00
import ../../utility
type
2022-07-01 20:19:57 +02:00
ValidationResult* {.pure, public.} = enum
Accept, Reject, Ignore