Skip to content

Commit 30b9315

Browse files
Tofelgithub-actions[bot]
authored andcommitted
[Bot] Add automatically generated go documentation
1 parent 9f3bf2b commit 30b9315

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

seth/tracing.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,9 @@ type Call struct {
126126
Calls []Call `json:"calls"`
127127
}
128128

129+
// NewTracer initializes a new Tracer instance for monitoring Ethereum contract interactions.
130+
// It connects to the specified network and prepares the necessary components for tracing transactions,
131+
// making it essential for developers needing detailed insights into contract execution.
129132
func NewTracer(cs *ContractStore, abiFinder *ABIFinder, cfg *Config, contractAddressToNameMap ContractMap, addresses []common.Address) (*Tracer, error) {
130133
if cfg == nil {
131134
return nil, errors.New("seth config is nil")

0 commit comments

Comments
 (0)