UNPKG

oca_package

Version:

The wrapper of OCA bundle to generate OCA Package at ADC

8 lines 364 B
/** * Verifies the OCA package against a digest. * @param oca_package - The OCA package to verify. * @param digest - The digest to verify against. * @returns {boolean} - Returns true if the verification is successful, otherwise false. */ export declare function VerifyOcaPackage(oca_package: any, digest: string): boolean; //# sourceMappingURL=verify.d.ts.map