TransferBatchEventFilters
Represents the filters for the "TransferBatch" event.
Represents the filters for the "TransferBatch" event.
type TransferBatchEventFilters = Partial<{ _from: AbiParameterToPrimitiveType<{ indexed: true; name: "_from"; type: "address"; }>; _operator: AbiParameterToPrimitiveType<{ indexed: true; name: "_operator"; type: "address"; }>; _to: AbiParameterToPrimitiveType<{ indexed: true; name: "_to"; type: "address"; }>;}>;