UNPKG

@ethereumjs/binarytree

Version:
11 lines 361 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.NODE_WIDTH = exports.BinaryNodeType = void 0; /** Node kind constants: internal branch vs stem leaf bucket. */ exports.BinaryNodeType = { Internal: 0, Stem: 1, }; /** Number of suffix slots in a stem node. */ exports.NODE_WIDTH = 256; //# sourceMappingURL=types.js.map