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 057500c commit 6416e5cCopy full SHA for 6416e5c
web3/types.py
@@ -66,7 +66,8 @@
66
Timestamp = NewType("Timestamp", int)
67
Wei = NewType("Wei", int)
68
Gwei = NewType("Gwei", int)
69
-Formatters = Dict[RPCEndpoint, Callable[..., Any]]
+RequestFormatter = Callable[..., TReturn]
70
+RequestFormatters = Dict[RPCEndpoint, RequestFormatter[TReturn]]
71
72
73
class AccessListEntry(TypedDict):
0 commit comments