Skip to Content
Anuma SDKClientInternalType AliasesHandlersDeveloperAppResponse

HandlersDeveloperAppResponse

HandlersDeveloperAppResponse = object

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

Properties

allowed_origins

allowed_origins: string[]

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

allowed CORS origins (empty = unrestricted)


app_type

app_type: string

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

“standard” or “pooled_api”


app_uuid

app_uuid: string

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


balance

balance: number

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

available credits in app pool


created_at

created_at: string

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


default_user_credits

default_user_credits: number

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

credits per new user (1 credit = $0.01)


escrow_contract?

optional escrow_contract: string

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

on-chain escrow contract address


has_privy_config

has_privy_config: boolean

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


is_active

is_active: boolean

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


name

name: string

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


privy_app_id?

optional privy_app_id: string

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


updated_at

updated_at: string

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

Last updated on