go-ethereum/rlptest.txt
2014-05-06 16:53:43 -04:00

27 lines
394 B
Plaintext

[
[
"cat",
"83636174"
],
[
"dog",
"83646f67"
],
[
[ "cat", "dog" ],
"c88363617483646f67"
],
[
[ "dog", "god", "cat" ],
"cc83646f6783676f6483636174"
],
[
[ [ [], [] ], [] ],
"c4c2c0c0c0"
],
[
[ "zw", [ "4" ], "wz" ],
"c8827a77c13482777a"
]
]