Skip to content

Commit 9ea03f7

Browse files
lanternolovesh
authored andcommitted
fix: adds missing export for InMemory accumulators
1 parent 803c078 commit 9ea03f7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/accumulator/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ export * from './IAccumulatorState';
66
export * from './IInitialElementsStore';
77
export * from './kb-universal-accumulator';
88
export * from './kb-acccumulator-witness';
9+
export * from './in-memory-persistence';
910
export {
1011
VBWitnessUpdateInfo,
1112
KBUniversalMembershipWitnessUpdateInfo,

0 commit comments

Comments
 (0)