# Functions
NewBundlerTracers reads the *Tracer.js files and returns a collection of strings that can be passed to a debug RPC method as a custom tracer.
# Variables
Loaded JS tracers for simulating various EntryPoint methods using debug_traceCall.
# Structs
AccessInfo provides context on read and write counts by storage slots.
BundlerCollectorReturn is the return value from performing an EVM trace with BundlerCollectorTracer.js.
BundlerExecutionReturn is the return value from performing an EVM trace with BundlerExecutionTracer.js.
CallFromEntryPoint provides context on opcodes and storage access made via the EntryPoint to UserOperation entities.
CallInfo provides context on internal calls made during tracing.
ContractSizeInfo provides context on the code size and call type used to access upstream contracts.
LogInfo provides context from LOG opcodes during each step in the EVM trace.
No description provided by the author
# Type aliases
No description provided by the author
No description provided by the author
No description provided by the author
ExtCodeAccessInfoMap provides context on potentially illegal use of EXTCODESIZE.
No description provided by the author