mirror of
https://github.com/status-im/nimbus-eth1.git
synced 2025-01-10 12:26:02 +00:00
0ecf9fe1af
after EIP2718/EIP2930, we have additional fields: type AccessTuple { address: Address! storageKeys : [Bytes32!] } type Transaction { r: BigInt! s: BigInt! v: BigInt! # Envelope transaction support type: Int accessList: [AccessTuple!] } close #606