nim-eth/eth/rlp/types.nim

7 lines
88 B
Nim

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