UNPKG

@ethereumjs/binarytree

Version:
4 lines 209 B
import { utf8ToBytes } from '@ethereumjs/util'; /** Internal DB key used when `useRootPersistence` stores the tree root. */ export const ROOT_DB_KEY = utf8ToBytes('__root__'); //# sourceMappingURL=types.js.map