AcceptedOfferEventFilters
Represents the filters for the "AcceptedOffer" event.
Represents the filters for the "AcceptedOffer" event.
type AcceptedOfferEventFilters = Partial<{ assetContract: AbiParameterToPrimitiveType<{ indexed: true; name: "assetContract"; type: "address"; }>; offerId: AbiParameterToPrimitiveType<{ indexed: true; name: "offerId"; type: "uint256"; }>; offeror: AbiParameterToPrimitiveType<{ indexed: true; name: "offeror"; type: "address"; }>;}>;