nim-eth/eth/rlp/types.nim
2019-02-05 14:01:10 +02:00

7 lines
83 B
Nim

import ranges
export ranges
type
Bytes* = seq[byte]
BytesRange* = Range[byte]