IDIDDiscoveryDiscoverDidResult interface
This API is provided as a beta preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
DID Discovery results.
This API may change without a BREAKING CHANGE notice.
Signature:
export interface IDIDDiscoveryDiscoverDidResult extends Partial<IDIDDiscoveryDiscoverDidArgs>
Extends: Partial<IDIDDiscoveryDiscoverDidArgs>
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
errors? | Record<string, string> | (BETA) (Optional) A record of encountered errors | |
results | IDIDDiscoveryProviderResult[] | (BETA) List of discovery results from different providers |