mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-12 18:53:55 +01:00
998 B
998 B
Home > bitburner > CodingContract
CodingContract interface
Coding Contact API
Signature:
interface CodingContract
Methods
Method | Description |
---|---|
attempt(answer, fn, host) | Attemps a coding contract. |
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. |