Skip to Content

HandlersConfigResponse

HandlersConfigResponse = object

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

Properties

apps?

optional apps: HandlersAppConfig[]

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

Apps is the list of active apps with their escrow contracts


chain_id?

optional chain_id: string

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

ChainID is the blockchain chain ID


operator_address?

optional operator_address: string

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

OperatorAddress is the operator wallet address


phone_calls_enabled?

optional phone_calls_enabled: boolean

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

PhoneCallsEnabled indicates whether Bland phone calling is available


settlement_recipient?

optional settlement_recipient: string

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

SettlementRecipient is the address that receives settlement payments

Last updated on