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

20 lines
216 B
JSON

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