Properties
valid
Defined in: typescript/src/crypto/offline-verifier.ts:37 True only when the hash matches and the signature verifies.readonlyvalid:boolean
hashValid
Defined in: typescript/src/crypto/offline-verifier.ts:42 The record’s own hash matches a fresh SHA-256 of its canonical form.readonlyhashValid:boolean
legacySignatureValid
Defined in: typescript/src/crypto/offline-verifier.ts:47 The Ed25519 signature verifies with the supplied public key.readonlylegacySignatureValid:boolean
algorithmsChecked
Defined in: typescript/src/crypto/offline-verifier.ts:49readonlyalgorithmsChecked: readonlystring[]
errors
Defined in: typescript/src/crypto/offline-verifier.ts:54 Why verification failed, in plain words. Empty when valid.readonlyerrors: readonlystring[]