mirror of
https://github.com/status-im/nimbus-eth1.git
synced 2025-01-15 23:04:34 +00:00
849c4bc785
Also fix t8n tool when given json txs with no v,r,s fields. v,r,s field can be subtituted by "secretKey" field.
15 lines
391 B
JSON
15 lines
391 B
JSON
[
|
|
{
|
|
"type": "0x0",
|
|
"chainId": "0x1",
|
|
"nonce": "0x0",
|
|
"gasPrice": "0x10",
|
|
"gas": "0x7a1200",
|
|
"to": "0x00000000000000000000000000000000000000f1",
|
|
"value": "0x54afed",
|
|
"input": "0xf9ddd3baf78a80",
|
|
"secretKey": "0x45a915e4d060149eb4365960e6a7a45f334393093061116b197e3240065ff2d8",
|
|
"sender": "0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b",
|
|
}
|
|
]
|