Skip to content

Commit

Permalink
fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
volodymyr-basiuk committed Feb 9, 2024
1 parent 0c9feb1 commit 6101bf3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/verifiable/credential.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@ import {
MerklizedRootPosition as MerklizedRootPositionCore,
IdPosition
} from '@iden3/js-iden3-core';
import { MerklizedRootPosition, ProofType, SubjectPosition } from './constants';
import { Proof, Hash, rootFromProof, verifyProof } from '@iden3/js-merkletree';
import { Merklizer, Options } from '@iden3/js-jsonld-merklization';
import { PublicKey, poseidon } from '@iden3/js-crypto';
import { CredentialStatusResolverRegistry } from '../credentials';
import { getUserDIDFromCredential } from '../credentials/utils';
import { validateDIDDocumentAuth } from '../utils';
import { Parser, CoreClaimOptions } from '../schema-processor';
import { Parser, CoreClaimOptions } from '../schema-processor/json';
import { MerklizedRootPosition, ProofType, SubjectPosition } from './constants';

/**
* W3C Verifiable credential
Expand Down

0 comments on commit 6101bf3

Please sign in to comment.