This website requires JavaScript.
Explore
Help
Sign In
status-im
/
nim-eth
mirror of
https://github.com/status-im/nim-eth.git
Watch
2
Star
0
Fork
You've already forked nim-eth
0
Code
Issues
Projects
Releases
Wiki
Activity
02d661503f
nim-eth
/
eth
/
rlp
/
types.nim
7 lines
88 B
Nim
Raw
Normal View
History
Unescape
Escape
std_shims -> stew
2019-07-07 09:55:17 +00:00
import
stew
/
ranges
Moved rlp and trie to eth
2019-02-05 12:01:10 +00:00
export
ranges
type
Bytes
*
=
seq
[
byte
]
BytesRange
*
=
Range
[
byte
]