NEUserBalance

negdkcc


negdkcc / NEUserBalance

Type Alias: NEUserBalance

NEUserBalance = object

Defined in: data/NEUserBalance.ts:5

Represents the user's balance and currency information. This type tracks the available, total, and frozen amounts of currency.

Properties

available

available: number

Defined in: data/NEUserBalance.ts:14

The available amount of currency the user can use.


balance

balance: number

Defined in: data/NEUserBalance.ts:19

The total balance of currency, including frozen amounts.


currency

currency: string

Defined in: data/NEUserBalance.ts:9

The type of currency (e.g., "SPACE_STONE").


frozen

frozen: number

Defined in: data/NEUserBalance.ts:24

The amount of currency that is frozen and cannot be used.

Last updated