package
0.0.0-20220820134905-666a20ff9307
Repository: https://github.com/entropyio/go-entropy.git
Documentation: pkg.go.dev
# Packages
No description provided by the author
Package native is a collection of tracers written in go.
No description provided by the author
No description provided by the author
# Functions
APIs return the collection of RPC services the tracer package offers.
New returns a new instance of a tracer, by iterating through the registered lookups.
NewAPI creates a new API definition for the tracing methods of the Ethereum service.
RegisterLookup registers a method as a lookup for tracers, meaning that users can invoke a named tracer through that lookup.
# 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.