nim-eth/eth/rlp/types.nim

7 lines
88 B
Nim
Raw Normal View History

2019-07-07 09:55:17 +00:00
import stew/ranges
2019-02-05 12:01:10 +00:00
export ranges
type
Bytes* = seq[byte]
BytesRange* = Range[byte]