@agorio/sdkDocs


Interface: UcpProfile

Indexable

[key: string]: unknown

Properties

payment?

optional payment: object

handlers

handlers: PaymentHandler[]

Defined in

src/types/index.ts:74


signing_keys?

optional signing_keys: JwkKey[]

Defined in

src/types/index.ts:77


ucp

ucp: object

capabilities

capabilities: UcpCapability[] | Record<string, object[]>

services

services: Record<string, UcpService | UcpService[]>

version

version: string

Defined in

src/types/index.ts:63