Docs

MintToParams

type MintToParams = {
nft: NFTInput | string;
supply: bigint;
to: string;
};