BuyerApprovedForListingEventFilters

Represents the filters for the "BuyerApprovedForListing" event.

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