verifyExecutionIntentOffline(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.intent,publicKeys):OfflineVerificationResult
Parameters
intent
unknown
The intent field of client.executionIntent() or
GET /execution-intents/{id}.
publicKeys
PublicKeys
Key ID to PEM public key.
Returns
OfflineVerificationResult