mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-08 16:53:54 +01:00
623 B
623 B
Home > bitburner > Corporation > sellShares
Corporation.sellShares() method
Sell Shares. Transfer shares from the CEO to public traders to receive money in the player's wallet.
Signature:
sellShares(amount: number): void;
Parameters
Parameter | Type | Description |
---|---|---|
amount | number | Amount of shares to sell, must be integer between 1 and 100t |
Returns:
void