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

23 lines
246 B
JSON

{
"input":
[
{
"operation": "append_list",
"len": 3
},
{
"operation": "append",
"value": ""
},
{
"operation": "append",
"value": ""
},
{
"operation": "append",
"value": ""
}
],
"output": "0xc3808080"
}