package
1.14.1
Repository: https://github.com/hacpy/go-ethereum.git
Documentation: pkg.go.dev

# Functions

APIs return the collection of RPC services the tracer package offers.
New instantiates a new tracer instance.
NewAPI creates a new API definition for the tracing methods of the Ethereum service.

# Structs

API is the collection of tracing APIs exposed over the private debugging endpoint.
StdTraceConfig holds extra parameters to standard-json trace functions.
TraceConfig holds extra parameters to trace functions.
Tracer provides an implementation of Tracer that evaluates a Javascript function for each VM execution step.

# Interfaces

Backend interface provides the common API services (that are provided by both full and light clients) with access to necessary functions.