Skip to content
Juvix imports

module arch.node.engines.wall_clock_config;

import prelude open;
import arch.node.engines.wall_clock_messages open;
import arch.node.types.engine open;
import arch.node.types.messages open;
import arch.node.types.identities open;

Wall Clock Configuration

Overview

The wall clock engine configuration contains the static configuration needed for the wall clock engine to function.

The Wall Clock Configuration

WallClockCfg

type WallClockCfg := mkWallClockCfg;

Instantiation

wallClockCfg : EngineCfg WallClockCfg :=
mkEngineCfg@{
node := Curve25519PubKey "0xabcd1234";
name := "wall clock";
cfg := mkWallClockCfg;
};