bitburner-src/markdown/bitburner.codingcontract.md

25 lines
934 B
Markdown
Raw Normal View History

2021-10-30 18:34:14 +02:00
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) &gt; [bitburner](./bitburner.md) &gt; [CodingContract](./bitburner.codingcontract.md)
## CodingContract interface
2022-01-08 19:25:06 +01:00
Coding Contract API
2021-10-30 18:34:14 +02:00
<b>Signature:</b>
```typescript
export interface CodingContract
2021-10-30 18:34:14 +02:00
```
## Methods
| Method | Description |
| --- | --- |
2022-03-17 21:50:46 +01:00
| [attempt(answer, filename, host, opts)](./bitburner.codingcontract.attempt.md) | Attempts a coding contract. |
2021-11-22 17:36:13 +01:00
| [getContractType(filename, host)](./bitburner.codingcontract.getcontracttype.md) | Get the type of a coding contract. |
| [getData(filename, host)](./bitburner.codingcontract.getdata.md) | Get the input data. |
| [getDescription(filename, host)](./bitburner.codingcontract.getdescription.md) | Get the description. |
| [getNumTriesRemaining(filename, host)](./bitburner.codingcontract.getnumtriesremaining.md) | Get the number of attempt remaining. |
2021-10-30 18:34:14 +02:00