Skip to content

Commit

Permalink
feat: add new merkle proof functions to exports
Browse files Browse the repository at this point in the history
  • Loading branch information
akifoq committed May 3, 2024
1 parent cd92a5d commit ca81a6e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,12 @@ export { Writable } from './boc/Writable';
export { Dictionary, DictionaryKey, DictionaryKeyTypes, DictionaryValue } from './dict/Dictionary';

// Exotics
export { exoticMerkleProof } from './boc/cell/exoticMerkleProof';
export { exoticMerkleProof, convertToMerkleProof } from './boc/cell/exoticMerkleProof';
export { exoticMerkleUpdate } from './boc/cell/exoticMerkleUpdate';
export { exoticPruned } from './boc/cell/exoticPruned';

// Merkle trees
export { generateMerkleProof } from './dict/generateMerkleProof'
export { generateMerkleProof, generateMerkleProofDirect } from './dict/generateMerkleProof'
export { generateMerkleUpdate } from './dict/generateMerkleUpdate'

// Tuples
Expand Down

0 comments on commit ca81a6e

Please sign in to comment.