@ethereumjs/util / getVerkleTreeKeyForStorageSlot
getVerkleTreeKeyForStorageSlot(
address
,storageKey
,verkleCrypto
):Promise
<Uint8Array
<ArrayBufferLike
>>
Defined in: packages/util/src/verkle.ts:290
Asynchronously calculates the Verkle tree key for the specified storage slot.
The account address to access code for.
bigint
The storage slot key to retrieve the verkle key for.
The cryptographic object used for Verkle-related operations.
Promise
<Uint8Array
<ArrayBufferLike
>>