@orangecheck/agent-core / UnsealedScopes
Interface: UnsealedScopes
Defined in: agent-core/src/private-scope.ts:89
Result of unseal: decoded scope list plus the recovered sender address.
Properties
| Property | Type | Defined in |
|---|---|---|
<a id="property-matcheddeviceid"></a> matchedDeviceId | string | agent-core/src/private-scope.ts:92 |
<a id="property-scopes"></a> scopes | string[] | agent-core/src/private-scope.ts:90 |
<a id="property-sender"></a> sender | { address: string; attestation_id?: string; } | agent-core/src/private-scope.ts:91 |
sender.address | string | agent-core/src/private-scope.ts:91 |
sender.attestation_id? | string | agent-core/src/private-scope.ts:91 |