bitburner-src/markdown/bitburner.codingcontract.md
Olivier Gagnon ceb2a48d9f update doc
2022-03-17 16:50:46 -04:00

934 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 attempt remaining.