nim-eth/eth/rlp/types.nim

7 lines
88 B
Nim
Raw Normal View History

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