CurrencyApprovedForListingEventFilters

Represents the filters for the "CurrencyApprovedForListing" event.

type CurrencyApprovedForListingEventFilters = Partial<{
currency: AbiParameterToPrimitiveType<{
indexed: true;
name: "currency";
type: "address";
}>;
listingId: AbiParameterToPrimitiveType<{
indexed: true;
name: "listingId";
type: "uint256";
}>;
}>;