Skip to content

Commit

Permalink
Add accessList to TxParams type
Browse files Browse the repository at this point in the history
  • Loading branch information
fselmo committed Apr 3, 2024
1 parent 570aade commit 68fd07e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions web3/types.py
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,7 @@ class RPCError(TypedDict):
TxParams = TypedDict(
"TxParams",
{
"accessList": AccessList,
"chainId": int,
"data": Union[bytes, HexStr],
# addr or ens
Expand Down

0 comments on commit 68fd07e

Please sign in to comment.