We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1adf9c4 commit 2413154Copy full SHA for 2413154
packages/certificate-verification-js/src/index.ts
@@ -9,7 +9,7 @@ import { Principal } from '@dfinity/principal';
9
import { PipeArrayBuffer, lebDecode } from '@dfinity/candid';
10
import { CertificateTimeError, CertificateVerificationError } from './error';
11
12
-export interface CertificationParams {
+export interface VerifyCertificationParams {
13
canisterId: Principal;
14
encodedCertificate: ArrayBuffer;
15
encodedTree: ArrayBuffer;
0 commit comments