Skip to main content
Version: 24.2.x

Enumeration: OfferingBalanceStatus

api/entities/Offering/types.OfferingBalanceStatus

Enumeration Members

Available

Available = "Available"

There still are Asset tokens available for purchase

Defined in

api/entities/Offering/types.ts:24


Residual

Residual = "Residual"

There are remaining Asset tokens, but their added value is lower than the Offering's minimum investment, so they cannot be purchased. The Offering should be manually closed to retrieve them

Defined in

api/entities/Offering/types.ts:34


SoldOut

SoldOut = "SoldOut"

All Asset tokens in the Offering have been sold

Defined in

api/entities/Offering/types.ts:28