Home > bitburner > CacheReward
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