bitburner-src/markdown/bitburner.codingcontract.md
Olivier Gagnon 42518c3caa fix few bugs
2021-11-22 11:36:13 -05:00

932 B

Home > bitburner > CodingContract

CodingContract interface

Coding Contact 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.