mirror of
https://github.com/nim-lang/Nim.git
synced 2026-07-12 04:09:34 +00:00
6 lines
233 B
Nim
6 lines
233 B
Nim
# Helper for ttypeoffer.nim ("datatypes" analog): instantiates HA[64,Gwei] WITHOUT
|
|
# the codec in scope -> perChunk=1. This is the instance that must be shared.
|
|
import mtoffssz, mtoffgwei
|
|
type StateA* = object
|
|
field*: HA[64, Gwei]
|