UNPKG

@ethereumjs/binarytree

Version:
8 lines 240 B
/** Node kind constants: internal branch vs stem leaf bucket. */ export const BinaryNodeType = { Internal: 0, Stem: 1, }; /** Number of suffix slots in a stem node. */ export const NODE_WIDTH = 256; //# sourceMappingURL=types.js.map