Skip to content

Commit

Permalink
export base w itness
Browse files Browse the repository at this point in the history
  • Loading branch information
Trivo25 committed Aug 29, 2022
1 parent 4dfb7bf commit d8f9a16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/merkle_tree.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { Poseidon } from './hash';
import { Bool, Field } from './core';

// external API
export { Witness, MerkleTree, MerkleWitness };
export { Witness, MerkleTree, MerkleWitness, BaseMerkleWitness };

type Witness = { isLeft: boolean; sibling: Field }[];

Expand Down

0 comments on commit d8f9a16

Please sign in to comment.