@ethereumjs/verkle / dumpNodeHashes
dumpNodeHashes(
tree
,startingNode
):Promise
<undefined
| [`0x${string}`
,`0x${string}`
][]>
Defined in: util.ts:55
Recursively walks down the tree from a given starting node and returns all the node paths and hashes
The verkle tree
Uint8Array
The starting node
Promise
<undefined
| [`0x${string}`
, `0x${string}`
][]>
An array of key-value pairs containing the tree paths and associated hashes