bitburner-src/markdown/bitburner.codingcontract.md
2022-09-23 15:03:38 -04:00

935 B

Home > bitburner > CodingContract

CodingContract interface

Coding Contract API

Signature:

export interface CodingContract 

Methods

Method Description
attempt(answer, filename, host, opts) Attempts 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 attempts remaining.