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