nim-eth/eth/rlp/types.nim

7 lines
83 B
Nim

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