@ethereumjs/util / getVerkleTreeIndicesForCodeChunk
getVerkleTreeIndicesForCodeChunk(
chunkId
):object
Defined in: packages/util/src/verkle.ts:220
Calculates the position of the code chunks in the Verkle tree, determining both the tree index (the node in the tree) and the subindex (the position within the node).
number
The ID representing a specific chunk.
object
subIndex:
number
treeIndex:
number