InitializeScaledUiAmountMintInstructionArgs: {
    authority: OptionOrNullable<PublicKey<string>>;
    multiplier: number;
}

Type declaration

  • authority: OptionOrNullable<PublicKey<string>>

    The authority that can update the multiplier

  • multiplier: number

    The initial multiplier for the scaled UI extension

Generated using TypeDoc