Skip to Content

HandlersWalletDetails

HandlersWalletDetails = object

Defined in: src/client/types.gen.ts:936 

Wallet account details

Properties

account_created_at?

optional account_created_at: string

Defined in: src/client/types.gen.ts:940 

When account was first created


account_id?

optional account_id: number

Defined in: src/client/types.gen.ts:941 


balance_updated_at?

optional balance_updated_at: string

Defined in: src/client/types.gen.ts:945 

When balance was last synced from chain


cached_balance_usd

cached_balance_usd: number

Defined in: src/client/types.gen.ts:949 

Balance in micro-dollars (USD * 1,000,000)


enrolled_app_id?

optional enrolled_app_id: number

Defined in: src/client/types.gen.ts:953 

App ID for enrollment (0 if not enrolled)


is_enrolled

is_enrolled: boolean

Defined in: src/client/types.gen.ts:957 

Whether enrolled in cost-limit model


pending_cost_usd

pending_cost_usd: number

Defined in: src/client/types.gen.ts:961 

In-flight request holds in micro-dollars


pro_activated_at?

optional pro_activated_at: string

Defined in: src/client/types.gen.ts:965 

When user became Pro subscriber


subscription_tier

subscription_tier: string

Defined in: src/client/types.gen.ts:969 

“basic” or “pro”

Last updated on