go-ethereum/rlptest.json

55 lines
980 B
JSON
Raw Normal View History

2013-12-31 04:09:40 +02:00
[
[
"cat",
"43636174"
],
[
"dog",
"43646f67"
],
[
[ "cat", "dog" ],
"824363617443646f67"
],
2014-01-01 15:26:18 +02:00
[
[ "dog", "god", "cat" ],
"8343646f6743676f6443636174"
],
2013-12-31 04:09:40 +02:00
[
1,
"01"
],
[
10,
"0a"
],
[
100,
"1864"
],
[
1000,
"1903e8"
],
[
115792089237316195423570985008687907853269984665640564039457584007913129639935,
"37ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff"
],
[
115792089237316195423570985008687907853269984665640564039457584007913129639936,
2014-01-01 02:04:48 +02:00
"3821010000000000000000000000000000000000000000000000000000000000000000"
2013-12-31 04:09:40 +02:00
],
[
[ 1, 2, [] ],
"83010280"
],
[
[ [ [], [] ], [] ],
"8282808080"
],
[
[ "zw", [ 4 ], "wz" ],
"83427a77810442777a"
]
]