UNPKG

@ethereumjs/mpt

Version:

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

6 lines 243 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ROOT_DB_KEY = void 0; const util_1 = require("@ethereumjs/util"); exports.ROOT_DB_KEY = (0, util_1.utf8ToBytes)('__root__'); //# sourceMappingURL=types.js.map