ApprovalForAllEventFilters

Represents the filters for the "ApprovalForAll" event.

type ApprovalForAllEventFilters = Partial<{
_operator: AbiParameterToPrimitiveType<{
indexed: true;
name: "_operator";
type: "address";
}>;
_owner: AbiParameterToPrimitiveType<{
indexed: true;
name: "_owner";
type: "address";
}>;
}>;