UNPKG

@ethereumjs/binarytree

Version:
7 lines 319 B
"use strict"; 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