We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent daf9d55 commit 3b93e1dCopy full SHA for 3b93e1d
1 file changed
chain/evm/provider/confirm_functor.go
@@ -38,6 +38,7 @@ func ConfirmFuncGeth(waitMinedTimeout time.Duration, opts ...func(*confirmFuncGe
38
return cf
39
}
40
41
+// WithTickInterval specifies tick interval to confirm transaction is mined
42
func WithTickInterval(interval time.Duration) func(*confirmFuncGeth) {
43
return func(o *confirmFuncGeth) {
44
o.tickInterval = interval
0 commit comments