mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-10 09:43:54 +01: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. |