mirror of
https://github.com/status-im/nim-eth.git
synced 2025-01-09 13:55:49 +00:00
7 lines
88 B
Nim
7 lines
88 B
Nim
import stew/ranges
|
|
export ranges
|
|
|
|
type
|
|
Bytes* = seq[byte]
|
|
BytesRange* = Range[byte]
|