InitializeMint2InstructionDataArgs: {
    decimals: number;
    freezeAuthority?: OptionOrNullable<PublicKey>;
    mintAuthority: PublicKey;
}

Type declaration

  • decimals: number

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

  • Optional freezeAuthority?: OptionOrNullable<PublicKey>

    The optional freeze authority/multisignature of the mint.

  • mintAuthority: PublicKey

    The authority/multisignature to mint tokens.

Generated using TypeDoc