gill
gill/programs/token/Type aliases

UpdateMultiplierScaledUiMintInstructionData

type UpdateMultiplierScaledUiMintInstructionData = {
  discriminator: number;
  effectiveTimestamp: bigint;
  multiplier: number;
  scaledUiAmountMintDiscriminator: number;
};

Properties

discriminator

discriminator: number;

effectiveTimestamp

effectiveTimestamp: bigint;

The timestamp at which the new multiplier will take effect


multiplier

multiplier: number;

The new multiplier for the scaled UI extension


scaledUiAmountMintDiscriminator

scaledUiAmountMintDiscriminator: number;

On this page