Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 608 Bytes

File metadata and controls

27 lines (20 loc) · 608 Bytes

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