bitburner-src/markdown/bitburner.codingcontract.md
Olivier Gagnon 2b79871c02 doc
2021-11-03 00:27:21 -04:00

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.