package
0.0.2
Repository: https://github.com/aizelnetwork/cosmevm.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
Package native is a collection of tracers written in go.

# Functions

registered lookups.
RegisterLookup registers a method as a lookup for tracers, meaning that users can invoke a named tracer through that lookup.

# Structs

Context contains some contextual infos for a transaction execution that is not available from within the EVM object.

# Interfaces

Tracer interface extends vm.EVMLogger and additionally allows collecting the tracing result.