shared/nips/nip01/event_visibility_resolver library

Classes

EventVisibilityResolver
Decides which cached events are visible, and why the others are not.

Typedefs

RawEventLoader = Future<List<Nip01Event>> Function({List<String>? ids, List<int>? kinds, int? limit, List<String>? pubKeys, String? search, int? since, Map<String, List<String>>? tags, int? until})
Raw cache read used by EventVisibilityResolver.