InitializeMint2InstructionArgs: {
    decimals: number;
    freezeAuthority?: undefined | OptionOrNullable<PublicKey<string>>;
    mintAuthority: PublicKey<string>;
}

Type declaration

  • decimals: number

    Number of base 10 digits to the right of the decimal place.

  • Optional freezeAuthority?: undefined | OptionOrNullable<PublicKey<string>>

    The optional freeze authority/multisignature of the mint.

  • mintAuthority: PublicKey<string>

    The authority/multisignature to mint tokens.

Generated using TypeDoc