2022-01-17 11:24:42 +01:00
|
|
|
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
|
|
|
|
|
|
[Home](./index.md) > [bitburner](./bitburner.md) > [Corporation](./bitburner.corporation.md) > [sellShares](./bitburner.corporation.sellshares.md)
|
|
|
|
|
|
|
|
## Corporation.sellShares() method
|
|
|
|
|
|
|
|
Sell Shares
|
|
|
|
|
|
|
|
<b>Signature:</b>
|
|
|
|
|
|
|
|
```typescript
|
2022-01-19 01:25:12 +01:00
|
|
|
sellShares(amount: number): void;
|
2022-01-17 11:24:42 +01:00
|
|
|
```
|
|
|
|
|
|
|
|
## Parameters
|
|
|
|
|
|
|
|
| Parameter | Type | Description |
|
|
|
|
| --- | --- | --- |
|
2022-01-19 01:25:12 +01:00
|
|
|
| amount | number | Amount of shares to sell. |
|
2022-01-17 11:24:42 +01:00
|
|
|
|
|
|
|
<b>Returns:</b>
|
|
|
|
|
|
|
|
void
|
|
|
|
|