Skip to Content
Anuma SDKClientInternalType AliasesHandlersDeveloperAppResponse

HandlersDeveloperAppResponse

HandlersDeveloperAppResponse = object

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

Properties

allowed_origins

allowed_origins: string[]

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

allowed CORS origins (empty = unrestricted)


app_type

app_type: string

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

“standard” or “pooled_api”


app_uuid

app_uuid: string

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


balance

balance: number

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

available credits in app pool


created_at

created_at: string

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


default_user_credits

default_user_credits: number

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

credits per new user (1 credit = $0.01)


escrow_contract?

optional escrow_contract: string

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

on-chain escrow contract address


has_privy_config

has_privy_config: boolean

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


is_active

is_active: boolean

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


name

name: string

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


privy_app_id?

optional privy_app_id: string

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


updated_at

updated_at: string

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

Last updated on