Home > bitburner > Hacknet > getHashUpgrades
Get the list of hash upgrades
Signature:
getHashUpgrades(): string[];
Returns:
string[]
An array containing the available upgrades
RAM cost: 0 GB
This function is only applicable for Hacknet Servers (the upgraded version of a Hacknet Node).
Returns the list of all available hash upgrades that can be used in the spendHashes function.
const upgrades = ns.hacknet.getHashUpgrades(); // ["Sell for Money","Sell for Corporation Funds",...]