interface EventFilter {
    address?: string;
    excludeFailedOperations?: boolean;
    tag?: string;
}

Properties

address?: string
excludeFailedOperations?: boolean
tag?: string

Generated using TypeDoc