openethereum/json-tests/json/rlp/catdog.json
2015-12-03 06:06:42 +01:00

19 lines
212 B
JSON

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