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