@orangecheck/agent-core / RevocationEnvelope
Interface: RevocationEnvelope
Defined in: agent-core/src/types.ts:207
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
<a id="property-delegation_id"></a> delegation_id | string | - | agent-core/src/types.ts:211 |
<a id="property-id"></a> id | string | - | agent-core/src/types.ts:210 |
<a id="property-kind"></a> kind | "agent-revocation" | - | agent-core/src/types.ts:209 |
<a id="property-ots"></a> ots | ActionOts | null | - | agent-core/src/types.ts:216 |
<a id="property-reason"></a> reason | string | Short ASCII rationale, <= 128 bytes. Empty string if omitted. | agent-core/src/types.ts:214 |
<a id="property-sig"></a> sig | Signature | - | agent-core/src/types.ts:217 |
<a id="property-signed_at"></a> signed_at | string | - | agent-core/src/types.ts:215 |
<a id="property-signer"></a> signer | ActorRef | - | agent-core/src/types.ts:212 |
<a id="property-v"></a> v | 1 | - | agent-core/src/types.ts:208 |