TypeScript SDK

MintAdditionalSupplyToParams

type MintAdditionalSupplyToParams = WithOverrides<{
supply: bigint;
to: string;
tokenId: bigint;
}>;