negdkcc
negdkcc / NEUserBalance
NEUserBalance = object
object
Defined in: data/NEUserBalance.ts:5arrow-up-right
Represents the user's balance and currency information. This type tracks the available, total, and frozen amounts of currency.
available: number
number
Defined in: data/NEUserBalance.ts:14arrow-up-right
The available amount of currency the user can use.
balance: number
Defined in: data/NEUserBalance.ts:19arrow-up-right
The total balance of currency, including frozen amounts.
currency: string
string
Defined in: data/NEUserBalance.ts:9arrow-up-right
The type of currency (e.g., "SPACE_STONE").
frozen: number
Defined in: data/NEUserBalance.ts:24arrow-up-right
The amount of currency that is frozen and cannot be used.
Last updated 8 months ago