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

# Packages

# Functions

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

# Variables

DefaultDirectory is the collection of tracers bundled by default.
LiveDirectory is the collection of tracers which can be used during normal block import operations.

# Structs

API is the collection of tracing APIs exposed over the private debugging endpoint.
Context contains some contextual infos for a transaction execution that is not available from within the EVM object.
StdTraceConfig holds extra parameters to standard-json trace functions.
TraceCallConfig is the config for traceCall API.
TraceConfig holds extra parameters to trace functions.
Tracer represents the set of methods that must be exposed by a tracer for it to be available through the RPC interface.

# Interfaces

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

# Type aliases

StateReleaseFunc is used to deallocate resources held by constructing a historical state for tracing purposes.