mirror of
https://github.com/vacp2p/nim-libp2p.git
synced 2025-02-11 16:07:24 +00:00
10 lines
194 B
Nim
10 lines
194 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
|