Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

10 lines
194 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 ValidationResult* {.pure, public.} = enum
Accept
Reject
Ignore