@orangecheck/agent-core / VerifyFederationRevocationInput
Interface: VerifyFederationRevocationInput
Defined in: agent-core/src/federation.ts:292
Extends
Properties
| Property | Type | Description | Inherited from | Defined in |
|---|---|---|---|---|
<a id="property-envelope"></a> envelope | FederationRevocationEnvelope | - | - | agent-core/src/federation.ts:293 |
<a id="property-skipsignatureverification"></a> skipSignatureVerification? | boolean | - | VerifyFederationBase.skipSignatureVerification | agent-core/src/federation.ts:97 |
<a id="property-verifybip322"></a> verifyBip322? | (msg: string, signatureB64: string, address: string) => Promise<boolean> | Injected BIP-322 verifier. Required unless skipSignatureVerification. | VerifyFederationBase.verifyBip322 | agent-core/src/federation.ts:96 |