InitializeScaledUiAmountMintInstructionDataArgs: {
    authority: OptionOrNullable<PublicKey>;
    multiplier: number;
}

Type declaration

  • authority: OptionOrNullable<PublicKey>

    The authority that can update the multiplier

  • multiplier: number

    The initial multiplier for the scaled UI extension

Generated using TypeDoc