openethereum/json-tests/json/rlp/stream/catdog.json

19 lines
212 B
JSON
Raw Normal View History

2015-12-03 05:44:35 +01:00
{
"input":
[
{
"operation": "append_list",
"len": 2
},
{
"operation": "append",
"value": "cat"
},
{
"operation": "append",
"value": "dog"
}
2015-12-03 05:47:07 +01:00
],
2015-12-03 06:06:42 +01:00
"output": "0xc88363617483646f67"
2015-12-03 05:44:35 +01:00
}