instruction.ts 101 B

12345
  1. export enum ReallocInstruction {
  2. Create,
  3. ReallocateWithoutZeroInit,
  4. ReallocateZeroInit,
  5. }