@digitalcredentials/verifier-core
Version:
For verifying Verifiable Credentials in the browser, Node.js, and React Native.
8 lines • 552 B
TypeScript
export declare const ISSUER_DID_RESOLVES = "issuer_did_resolves";
export declare const NOT_FOUND_ERROR = "NotFoundError";
export declare const EXPIRED_ERROR = "is after \"validUntil\"";
export declare const VERIFICATION_ERROR = "VerificationError";
export declare const STATUS_SIGNATURE_ERROR = "Verification error";
export declare const STATUS_TYPE_ERROR = "Status list credential type must include \"BitstringStatusListCredential\".";
export declare const STATUS_NOT_YET_VALID_ERROR = "is before \"validFrom\"";
//# sourceMappingURL=external.d.ts.map