gill/programs/token/Type aliasesMintToInstructionDataArgstype MintToInstructionDataArgs = { amount: number | bigint; }; Properties amount amount: number | bigint; The amount of new tokens to mint.MintToInstructionDataPrevious PageMultisigNext Page