bitburner-src/markdown/bitburner.codingcontract.md
2021-11-03 20:19:52 -04:00

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.