gill
gill/programs/token/Type aliases

InitializeScaledUiAmountMintInstructionDataArgs

type InitializeScaledUiAmountMintInstructionDataArgs = {
  authority: OptionOrNullable<Address>;
  multiplier: number;
};

Properties

authority

authority: OptionOrNullable<Address>;

The authority that can update the multiplier


multiplier

multiplier: number;

The initial multiplier for the scaled UI extension

On this page