Skip to content

Commit d9c4d69

Browse files
committed
Add accessList to TxParams type
1 parent dd21dc9 commit d9c4d69

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

web3/types.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,7 @@ class RPCError(TypedDict):
165165
TxParams = TypedDict(
166166
"TxParams",
167167
{
168+
"accessList": AccessList,
168169
"chainId": int,
169170
"data": Union[bytes, HexStr],
170171
# addr or ens

0 commit comments

Comments
 (0)