openethereum/json-tests/json/rlp/catdog.json
2015-12-03 05:44:35 +01:00

19 lines
211 B
JSON

{
"input":
[
{
"operation": "append_list",
"len": 2
},
{
"operation": "append",
"value": "cat"
},
{
"operation": "append",
"value": "dog"
}
]
"output": "0xc88363617183646f67"
}