mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-16 14:28:36 +02:00
933 B
933 B
Home > bitburner > CodingContract
CodingContract interface
Coding Contract API
Signature:
export interface CodingContract
Methods
| Method | Description |
|---|---|
| attempt(answer, filename, host, opts) | Attemps a coding contract. |
| getContractType(filename, host) | Get the type of a coding contract. |
| getData(filename, host) | Get the input data. |
| getDescription(filename, host) | Get the description. |
| getNumTriesRemaining(filename, host) | Get the number of attempt remaining. |