Documentation ¶
Overview ¶
Package tracers is a manager for transaction tracing engines.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RegisterLookup ¶
func RegisterLookup(wildcard bool, lookup lookupFunc)
RegisterLookup registers a method as a lookup for tracers, meaning that users can invoke a named tracer through that lookup. If 'wildcard' is true, then the lookup will be placed last. This is typically meant for interpreted engines (js) which can evaluate dynamic user-supplied code.
Types ¶
type Context ¶
type Context struct { BlockHash libcommon.Hash // Hash of the block the txn is contained within (zero if dangling txn or call) TxIndex int // Index of the transaction within a block (zero if dangling txn or call) TxHash libcommon.Hash // Hash of the transaction being traced (zero if dangling call) }
Context contains some contextual infos for a transaction execution that is not available from within the EVM object.
Directories ¶
Path | Synopsis |
---|---|
internal
|
|
internal/tracers
Package tracers contains the actual JavaScript tracer assets.
|
Package tracers contains the actual JavaScript tracer assets. |
Package native is a collection of tracers written in go.
|
Package native is a collection of tracers written in go. |
Click to show internal directories.
Click to hide internal directories.