Skip to content

Commit

Permalink
Add EIP-7702 authorizationList field to TransactionArgs
Browse files Browse the repository at this point in the history
  • Loading branch information
jangko committed Sep 13, 2024
1 parent 08e3352 commit 83bb454
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions web3/eth_api_types.nim
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,9 @@ type
commitments*: Opt[seq[KZGCommitment]]
proofs*: Opt[seq[KZGProof]]

# EIP-7702
authorizationList*: Opt[seq[AuthorizationObject]]

## A block header object
BlockHeader* = ref object
number*: Quantity
Expand Down

0 comments on commit 83bb454

Please sign in to comment.