mirror of
https://github.com/nim-lang/Nim.git
synced 2026-07-12 12:19:40 +00:00
4 lines
154 B
Nim
4 lines
154 B
Nim
# Helper for ttypeoffer.nim: the extra overload that flips `compiles(toSszType(Gwei))`.
|
|
import mtoffgwei
|
|
template toSszType*(v: Gwei): uint64 = uint64(v)
|