CancelledListingEventFilters

Represents the filters for the "CancelledListing" event.

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