aboutsummaryrefslogtreecommitdiffstats
path: root/src/TransactionTestsFiller/ttFrontier/libsecp256k1testFiller.json
blob: ec1f347d1f851b8ef7b4f0e154afb233b8848bf6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
    "libsecp256k1test": {
    "expect" : "valid",
    "blocknumber" : "0",
        "transaction": {
            "nonce": "0",
            "gasPrice": "0x09184e72a000",
            "gasLimit": "0xf388",
            "to": "",
            "data": "0x",
            "r": "44",
            "s": "4",
            "v": "27",
            "value": "0"
        }
    }
}