NewAuctionEventFilters

Represents the filters for the "NewAuction" event.

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