mirror of
https://github.com/logos-storage/nim-nitro.git
synced 2026-01-08 08:33:10 +00:00
9 lines
122 B
Nim
9 lines
122 B
Nim
import std/math
|
|
import pkg/stint
|
|
|
|
export stint
|
|
|
|
type
|
|
UInt48* = range[0'u64..2'u64^48-1]
|
|
EthAddress* = array[20, byte]
|