aboutsummaryrefslogtreecommitdiffstats
path: root/src/TransactionTestsFiller/ttSignature/libsecp256k1testFiller.json
blob: 00ff4653b207571474281baf854dd1452329bb9c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
    "libsecp256k1test": {
    "expect" : [
            {
                "network" : ["ALL"],
                "result" : "valid"
            }
        ],
        "transaction": {
            "nonce": "0",
            "gasPrice": "0x09184e72a000",
            "gasLimit": "0xf388",
            "to": "",
            "data": "0x",
            "r": "44",
            "s": "4",
            "v": "27",
            "value": "0"
        }
    }
}