nim-eth/eth/rlp/types.nim

7 lines
83 B
Nim
Raw Normal View History

2019-02-05 12:01:10 +00:00
import ranges
export ranges
type
Bytes* = seq[byte]
BytesRange* = Range[byte]