IsNewWinningBidParams

Represents the parameters for the "isNewWinningBid" function.

type IsNewWinningBidParams = {
auctionId: AbiParameterToPrimitiveType<{
name: "_auctionId";
type: "uint256";
}>;
bidAmount: AbiParameterToPrimitiveType<{
name: "_bidAmount";
type: "uint256";
}>;
};