Expand description
Private event filter validation and sanitization.
Ports the TS PrivateEventFilterValidator which ensures filter
parameters are valid relative to the current anchor block.
Structs§
- Private
Event Filter Validator - Validates and sanitizes private event filters.
Functions§
- all_
events_ filter - Create a default “all events” query filter for a contract.
- to_
query_ filter_ unchecked - Convert a
PrivateEventFiltertoPrivateEventQueryFilterwithout anchor block validation (for testing or when anchor is unknown).