Skip to content

Commit 9638792

Browse files
authored
fix: re exposing intent inner hash (#11865)
Resolves #11795
1 parent ce6a5bf commit 9638792

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

yarn-project/aztec.js/src/utils/index.ts

+1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ export {
1313
computeInnerAuthWitHash,
1414
computeInnerAuthWitHashFromAction,
1515
type IntentAction,
16+
type IntentInnerHash,
1617
} from './authwit.js';
1718
export { waitForPXE } from './pxe.js';
1819
export { waitForNode, createAztecNodeClient, AztecNode } from './node.js';

0 commit comments

Comments
 (0)