CollectAuctionPayoutParams

Represents the parameters for the "collectAuctionPayout" function.

type CollectAuctionPayoutParams = WithOverrides<{
auctionId: AbiParameterToPrimitiveType<{
name: "_auctionId";
type: "uint256";
}>;
}>;