Type alias BytecodeGenerationResult<ProgramState>

BytecodeGenerationResult<ProgramState>: CompilationResultError<ProgramState> | {
    bytecode: Uint8Array;
    success: true;
}

Type Parameters

  • ProgramState

Type declaration

  • bytecode: Uint8Array
  • success: true

Generated using TypeDoc