@ethereumjs/common / BinaryTreeAccessedState
BinaryTreeAccessedState = {
type
:Exclude
<BinaryTreeAccessedStateType
, typeofCode
| typeofStorage
>; } | {codeOffset
:number
;type
: typeofCode
; } | {slot
:bigint
;type
: typeofStorage
; }
Defined in: interfaces.ts:90