gill
gill/programs/token/Type aliases

ReallocateInstructionData

type ReallocateInstructionData = {
  discriminator: number;
  newExtensionTypes: ExtensionType[];
};

Properties

discriminator

discriminator: number;

newExtensionTypes

newExtensionTypes: ExtensionType[];

New extension types to include in the reallocated account.

On this page