@ethereumjs/binarytree
Version:
Implementation of binary trees as used in Ethereum.
7 lines • 319 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.ROOT_DB_KEY = void 0;
const util_1 = require("@ethereumjs/util");
/** Internal DB key used when `useRootPersistence` stores the tree root. */
exports.ROOT_DB_KEY = (0, util_1.utf8ToBytes)('__root__');
//# sourceMappingURL=types.js.map