UNPKG

@ethereumjs/mpt

Version:

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

3 lines 133 B
import { utf8ToBytes } from '@ethereumjs/util'; export const ROOT_DB_KEY = utf8ToBytes('__root__'); //# sourceMappingURL=types.js.map