Skip to content

Interface: EmitValidators

Interface for emit event validators. Each validator is a function that takes event arguments and returns a boolean indicating validity.

Indexable

ts
[key: string]: (...args: any[]) => boolean