Skip to Content

HandlersConfigResponse

HandlersConfigResponse = object

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

Properties

apps?

optional apps: HandlersAppConfig[]

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

Apps is the list of active apps with their escrow contracts


chain_id?

optional chain_id: string

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

ChainID is the blockchain chain ID


operator_address?

optional operator_address: string

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

OperatorAddress is the operator wallet address


phone_calls_enabled?

optional phone_calls_enabled: boolean

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

PhoneCallsEnabled indicates whether Bland phone calling is available


settlement_recipient?

optional settlement_recipient: string

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

SettlementRecipient is the address that receives settlement payments

Last updated on