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