CancelledAuctionEventFilters

Represents the filters for the "CancelledAuction" event.

type CancelledAuctionEventFilters = Partial<{
auctionCreator: AbiParameterToPrimitiveType<{
indexed: true;
name: "auctionCreator";
type: "address";
}>;
auctionId: AbiParameterToPrimitiveType<{
indexed: true;
name: "auctionId";
type: "uint256";
}>;
}>;