Skip to content

Commit b1adf8e

Browse files
committed
export Recursive
1 parent 484ff13 commit b1adf8e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/index.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,7 @@ import * as OffchainState_ from './lib/mina/actions/offchain-state.js';
148148
import * as BatchReducer_ from './lib/mina/actions/batch-reducer.js';
149149
import { Actionable } from './lib/mina/actions/offchain-state-serialization.js';
150150
import { InferProvable } from './lib/provable/types/struct.js';
151+
import { Recursive as Recursive_ } from './lib/proof-system/recursive.js';
151152
export { Experimental };
152153

153154
const Experimental_ = {
@@ -162,6 +163,8 @@ const Experimental_ = {
162163
namespace 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;

0 commit comments

Comments
 (0)