mirror of
https://github.com/logos-messaging/logos-messaging-nim.git
synced 2026-08-11 01:43:21 +00:00
7 lines
118 B
Nim
7 lines
118 B
Nim
## Kernel-layer configuration type.
|
|
|
|
import tools/confutils/cli_args
|
|
export cli_args
|
|
|
|
type KernelConf* = WakuNodeConf
|