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 e8a001f commit f2fb7dbCopy full SHA for f2fb7db
web3/method.py
@@ -31,7 +31,7 @@
31
Web3ValueError,
32
)
33
from web3.types import (
34
- RequestFormatter,
+ Formatter,
35
ResponseFormatter,
36
RPCEndpoint,
37
TFunc,
@@ -124,7 +124,7 @@ def __init__(
124
json_rpc_method: Optional[RPCEndpoint] = None,
125
mungers: Optional[Sequence[Munger]] = None,
126
request_formatters: Optional[
127
- Callable[[RPCEndpoint], RequestFormatter[Any]]
+ Callable[[RPCEndpoint], Formatter[Any]]
128
] = None,
129
result_formatters: Optional[
130
Callable[[RPCEndpoint, "Module"], ResponseFormatter[TReturn]]
0 commit comments