gill
gill/programs/token/Type aliases

UpdateMultiplierScaledUiMintInstructionDataArgs

type UpdateMultiplierScaledUiMintInstructionDataArgs = {
  effectiveTimestamp: number | bigint;
  multiplier: number;
};

Properties

effectiveTimestamp

effectiveTimestamp: number | bigint;

The timestamp at which the new multiplier will take effect


multiplier

multiplier: number;

The new multiplier for the scaled UI extension

On this page