UNPKG

@ethereumjs/mpt

Version:

Implementation of the modified merkle patricia tree as specified in Ethereum's yellow paper.

5 lines (4 loc) 111 B
export * from './branch.ts' export * from './extension.ts' export * from './leaf.ts' export * from './util.ts'