nim-libp2p/libp2p/protocols/pubsub/errors.nim

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 18:19:57 +00:00
import ../../utility
type ValidationResult* {.pure, public.} = enum
Accept
Reject
Ignore