@ethereumjs/util / getBinaryTreeKeyForCodeChunk
getBinaryTreeKeyForCodeChunk(
address,chunkId,hashFunction):Uint8Array<ArrayBuffer>
Defined in: packages/util/src/binaryTree.ts:169
Asynchronously calculates the BinaryTree tree key for the specified code chunk ID.
The account address to access code for.
number
The ID of the code chunk to retrieve.
(input) => Uint8Array
The hash function used for BinaryTree-related operations.
Uint8Array<ArrayBuffer>