mirror of
https://github.com/status-im/nim-libp2p.git
synced 2025-01-09 04:32:34 +00:00
9 lines
196 B
Nim
9 lines
196 B
Nim
# this module will be further extended in PR
|
|
# https://github.com/status-im/nim-libp2p/pull/107/
|
|
|
|
import ../../utility
|
|
|
|
type
|
|
ValidationResult* {.pure, public.} = enum
|
|
Accept, Reject, Ignore
|