github.com/jimmyx0x/go-ethereum@v1.10.28/cmd/evm/testdata/9/txs.json (about) 1 [ 2 { 3 "gas": "0x4ef00", 4 "maxPriorityFeePerGas": "0x2", 5 "maxFeePerGas": "0x12A05F200", 6 "chainId": "0x1", 7 "input": "0x", 8 "nonce": "0x0", 9 "to": "0x000000000000000000000000000000000000aaaa", 10 "value": "0x0", 11 "type" : "0x2", 12 "accessList": [ 13 {"address": "0x000000000000000000000000000000000000aaaa", 14 "storageKeys": [ 15 "0x0000000000000000000000000000000000000000000000000000000000000000" 16 ] 17 } 18 ], 19 "v": "0x0", 20 "r": "0x0", 21 "s": "0x0", 22 "secretKey": "0x45a915e4d060149eb4365960e6a7a45f334393093061116b197e3240065ff2d8" 23 }, 24 { 25 "gas": "0x4ef00", 26 "gasPrice": "0x12A05F200", 27 "chainId": "0x1", 28 "input": "0x", 29 "nonce": "0x1", 30 "to": "0x000000000000000000000000000000000000aaaa", 31 "value": "0x0", 32 "v": "0x0", 33 "r": "0x0", 34 "s": "0x0", 35 "secretKey": "0x45a915e4d060149eb4365960e6a7a45f334393093061116b197e3240065ff2d8" 36 } 37 ]