instruction.ts 108 B

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