UNPKG

merkle-patricia-tree

Version:

This is an implementation of the modified merkle patricia tree as specified in Ethereum's yellow paper.

5 lines (4 loc) 189 B
export { CheckpointTrie } from './checkpointTrie' export { SecureTrie } from './secure' export { Trie as BaseTrie } from './baseTrie' export { WalkController } from './util/walkController'