github.com/Cleverse/go-ethereum@v0.0.0-20220927095127-45113064e7f2/cmd/evm/testdata/16/unsigned_txs.json (about)

     1  [
     2    {
     3      "input" : "0x",
     4      "gas" : "0x5208",
     5      "nonce" : "0x0",
     6      "to" : "0x1111111111111111111111111111111111111111",
     7      "value" : "0x20",
     8      "v" : "0x0",
     9      "r" : "0x0",
    10      "s" : "0x0",
    11      "secretKey" : "0x45a915e4d060149eb4365960e6a7a45f334393093061116b197e3240065ff2d8",
    12      "chainId" : "0x1",
    13      "type" : "0x1",
    14      "gasPrice": "0x1",
    15      "accessList" : [
    16      ]
    17    },
    18    {
    19      "input" : "0x",
    20      "gas" : "0x52",
    21      "nonce" : "0x0",
    22      "to" : "0x1111111111111111111111111111111111111111",
    23      "value" : "0x20",
    24      "v" : "0x0",
    25      "r" : "0x0",
    26      "s" : "0x0",
    27      "secretKey" : "0x45a915e4d060149eb4365960e6a7a45f334393093061116b197e3240065ff2d8",
    28      "chainId" : "0x1",
    29      "type" : "0x1",
    30      "gasPrice": "0x1",
    31      "accessList" : [
    32      ]
    33    }
    34  ]