@ethereumjs/util / getVerkleTreeKeyForCodeChunk
getVerkleTreeKeyForCodeChunk(
address
,chunkId
,verkleCrypto
):Promise
<Uint8Array
<ArrayBufferLike
>>
Defined in: packages/util/src/verkle.ts:233
Asynchronously calculates the Verkle tree key for the specified code chunk ID.
The account address to access code for.
number
The ID of the code chunk to retrieve.
The cryptographic object used for Verkle-related operations.
Promise
<Uint8Array
<ArrayBufferLike
>>