@orangecheck/agent-core / FederationRevocationEnvelope
Interface: FederationRevocationEnvelope
Defined in: agent-core/src/federation.ts:77
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
<a id="property-delegation_id"></a> delegation_id | string | - | agent-core/src/federation.ts:81 |
<a id="property-id"></a> id | string | - | agent-core/src/federation.ts:80 |
<a id="property-kind"></a> kind | "agent-revocation" | - | agent-core/src/federation.ts:79 |
<a id="property-ots"></a> ots? | unknown | - | agent-core/src/federation.ts:86 |
<a id="property-reason"></a> reason | string | - | agent-core/src/federation.ts:84 |
<a id="property-sig"></a> sig | FederationSignature | - | agent-core/src/federation.ts:87 |
<a id="property-signed_at"></a> signed_at | string | - | agent-core/src/federation.ts:85 |
<a id="property-signer"></a> signer | FederationPrincipal | Federation principal that authorizes the revocation (the guardian set). | agent-core/src/federation.ts:83 |
<a id="property-v"></a> v | 1 | - | agent-core/src/federation.ts:78 |