UNPKG

@digitalcredentials/verifier-core

Version:

For verifying Verifiable Credentials in the browser, Node.js, and React Native.

6 lines 588 B
export declare const STATUS_LIST_EXPIRED_MSG = "The status list verifiable credential has expired."; export declare const STATUS_LIST_SIGNATURE_ERROR_MSG = "The signature on the status list is invalid."; export declare const STATUS_LIST_TYPE_ERROR_MSG = "Status list credential type must include \"BitstringStatusListCredential\"."; export declare const STATUS_LIST_NOT_YET_VALID_MSG = "The validFrom date on the status list credential is in the future."; export declare const GENERAL_STATUS_LIST_ERROR_MSG = "The status list couldn't be verified."; //# sourceMappingURL=messages.d.ts.map