mirror of https://github.com/vacp2p/nim-libp2p.git
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
|