MaxMintParams

Represents the parameters for the "maxMint" function.

type MaxMintParams = {
receiver: AbiParameterToPrimitiveType<{
name: "receiver";
type: "address";
}>;
};