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