_internal.interfaces.store.ISellable - vladzaharia/bitburner GitHub Wiki

Interface: ISellable<S>

_internal/interfaces/store.ISellable

Represents a class capable of selling, with a percentage of available money allocated to it.

interface

Type parameters

Name Description
S The sell parameters for implementing classes.

Implemented by

Table of contents

Methods

Methods

sell

sell(params): Promise<boolean>

Sell an item with parameters params, if possible.

Parameters

Name Type Description
params S Parameters for this transaction.

Returns

Promise<boolean>

Whether the transaction was successful.

Defined in

_internal/interfaces/store.d.ts:52

⚠️ **GitHub.com Fallback** ⚠️