File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -148,6 +148,7 @@ import * as OffchainState_ from './lib/mina/actions/offchain-state.js';
148148import * as BatchReducer_ from './lib/mina/actions/batch-reducer.js' ;
149149import { Actionable } from './lib/mina/actions/offchain-state-serialization.js' ;
150150import { InferProvable } from './lib/provable/types/struct.js' ;
151+ import { Recursive as Recursive_ } from './lib/proof-system/recursive.js' ;
151152export { Experimental } ;
152153
153154const Experimental_ = {
@@ -162,6 +163,8 @@ const Experimental_ = {
162163namespace Experimental {
163164 export let memoizeWitness = Experimental_ . memoizeWitness ;
164165
166+ export let Recursive = Recursive_ ;
167+
165168 // indexed merkle map
166169 export let IndexedMerkleMap = Experimental_ . IndexedMerkleMap ;
167170 export type IndexedMerkleMap = IndexedMerkleMapBase ;
You can’t perform that action at this time.
0 commit comments