Skip to content

Commit 2413154

Browse files
refactor: update verify certification params interface name
Co-authored-by: Kepler Vital <[email protected]>
1 parent 1adf9c4 commit 2413154

File tree

1 file changed

+1
-1
lines changed
  • packages/certificate-verification-js/src

1 file changed

+1
-1
lines changed

packages/certificate-verification-js/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import { Principal } from '@dfinity/principal';
99
import { PipeArrayBuffer, lebDecode } from '@dfinity/candid';
1010
import { CertificateTimeError, CertificateVerificationError } from './error';
1111

12-
export interface CertificationParams {
12+
export interface VerifyCertificationParams {
1313
canisterId: Principal;
1414
encodedCertificate: ArrayBuffer;
1515
encodedTree: ArrayBuffer;

0 commit comments

Comments
 (0)