@ethereumjs/util / getBinaryTreeKeyForStorageSlot
getBinaryTreeKeyForStorageSlot(
address
,storageKey
,hashFunction
):Uint8Array
<ArrayBufferLike
>
Defined in: packages/util/src/binaryTree.ts:226
Asynchronously calculates the BinaryTree tree key for the specified storage slot.
The account address to access code for.
bigint
The storage slot key to retrieve the key for.
(input
) => Uint8Array
The hash function used in the Binary Tree.
Uint8Array
<ArrayBufferLike
>