@orangecheck/agent-core / VerifyRevocationInput
Interface: VerifyRevocationInput
Defined in: agent-core/src/verify.ts:525
Extends
Properties
| Property | Type | Description | Inherited from | Defined in |
|---|---|---|---|---|
<a id="property-delegation"></a> delegation | ChainLink | The envelope targeted by the revocation. Required to check signer is authorized. May be a v1.0 root delegation OR a v1.1 sub-delegation — both have identical principal, agent, id, and revocation.holders field shapes per SUB-DELEGATION.md §3. | - | agent-core/src/verify.ts:533 |
<a id="property-envelope"></a> envelope | RevocationEnvelope | - | - | agent-core/src/verify.ts:526 |
<a id="property-scopemode"></a> scopeMode? | "strict" | "permissive" | - | VerifyBase.scopeMode | agent-core/src/verify.ts:50 |
<a id="property-skipsignatureverification"></a> skipSignatureVerification? | boolean | - | VerifyBase.skipSignatureVerification | agent-core/src/verify.ts:49 |
<a id="property-verifybip322"></a> verifyBip322? | (msg: string, signatureB64: string, address: string) => Promise<boolean> | - | VerifyBase.verifyBip322 | agent-core/src/verify.ts:48 |