Skip to main content
verifyExecutionIntentOffline(intent, publicKeys): OfflineVerificationResult
Defined in: typescript/src/crypto/offline-verifier.ts:248 Verifies an Execution Intent with only public keys. A valid result proves the intent was signed by the holder of that key and has not been altered. It does not prove the action was released, or what its result was: an intent is written before release.

Parameters

intent

unknown The intent field of client.executionIntent() or GET /execution-intents/{id}.

publicKeys

PublicKeys Key ID to PEM public key.

Returns

OfflineVerificationResult