MaxMintParams

Represents the parameters for the "maxMint" function.

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