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 f988116 commit a55b44cCopy full SHA for a55b44c
web3/_utils/abi.py
@@ -623,9 +623,7 @@ def normalizer(datatype, data):
623
624
625
@curry
626
-def abi_data_tree(
627
- types: Iterable[TypeStr], data: Iterable[Any]
628
-) -> "map[ABITypedData]":
+def abi_data_tree(types: Iterable[TypeStr], data: Iterable[Any]) -> "map[ABITypedData]":
629
"""
630
Decorate the data tree with pairs of (type, data). The pair tuple is actually an
631
ABITypedData, but can be accessed as a tuple.
0 commit comments