nim-nitro/nitro/types.nim
2021-02-22 15:32:48 +01:00

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]