NewOfferEventFilters

Represents the filters for the "NewOffer" event.

type NewOfferEventFilters = 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";
}>;
}>;