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 4288b3e commit e8a001fCopy full SHA for e8a001f
web3/types.py
@@ -69,7 +69,7 @@
69
Timestamp = NewType("Timestamp", int)
70
Wei = NewType("Wei", int)
71
Gwei = NewType("Gwei", int)
72
-Formatter = Callable[TParams, TReturn]
+Formatter = Callable[..., TReturn]
73
Formatters = Dict[RPCEndpoint, Formatter[Any]]
74
ResponseFormatter = Callable[["RPCResponse"], TReturn]
75
ResponseFormatters = Dict[RPCEndpoint, ResponseFormatter[Any]]
0 commit comments