mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-08 16:53:54 +01:00
717 B
717 B
Home > bitburner > CodingContract > createDummyContract
CodingContract.createDummyContract() method
Generate a dummy contract.
Signature:
createDummyContract(type: string): string;
Parameters
Parameter | Type | Description |
---|---|---|
type | string | Type of contract to generate |
Returns:
string
Filename of the contract.
Remarks
RAM cost: 2 GB
Generate a dummy contract on the home computer with no reward. Used to test various algorithms.