MintToInstructionDataArgs
type MintToInstructionDataArgs = {
amount: number | bigint;
};Properties
amount
amount: number | bigint;The amount of new tokens to mint.
type MintToInstructionDataArgs = {
amount: number | bigint;
};amount: number | bigint;The amount of new tokens to mint.