bitburner-src/markdown/bitburner.codingcontract.md
Olivier Gagnon f4ac7344c4 doc
2022-01-08 13:25:06 -05:00

933 B

Home > bitburner > CodingContract

CodingContract interface

Coding Contract API

Signature:

export interface CodingContract 

Methods

Method Description
attempt(answer, filename, host, opts) Attemps a coding contract.
getContractType(filename, host) Get the type of a coding contract.
getData(filename, host) Get the input data.
getDescription(filename, host) Get the description.
getNumTriesRemaining(filename, host) Get the number of attempt remaining.