bitburner.cachereward.md
May 26, 2026 ยท View on GitHub
Home > bitburner > CacheReward
CacheReward type
Signature:
export type CacheReward = {
karmaLoss: number;
wseAccount: boolean;
tixApiAccess: boolean;
fourSigmaData: boolean;
money?: number;
programName?: ProgramName;
stockSymbol?: string;
stockShares?: number;
dataFilePaths?: string[];
contractFilePaths?: string[];
augmentationName?: string;
};
References: ProgramName