MintToCheckedInstructionDataArgs
type MintToCheckedInstructionDataArgs = {
amount: number | bigint;
decimals: number;
};Properties
amount
amount: number | bigint;The amount of new tokens to mint.
decimals
decimals: number;Expected number of base 10 digits to the right of the decimal place.