Module config
Expand description
Node, storage, networking, and runtime configuration types.
Structs§
- Acme
Config - Configuration for ACME certificate provisioning.
- Image
Config - Image repository configuration for the node.
- Network
Config - Network settings for the node (API and UPC listeners).
- Node
Config - Configuration schema for running the Lyquor node. Can be loaded from config files and overridden via CLI to produce a validated runtime config.
- Peer
Config - Peer node configuration for bootstrapping connections.
- Resolved
Submitter Config - Fully resolved submitter signer material.
- Runtime
Config - Tokio runtime worker sizing for the node process.
- Storage
Config - Storage configuration for the node.
Enums§
- DB
- Storage backend choice for the node.
- NodeKey
- Node identity key configuration.
- Node
Mode - Deployment mode for execution topology.
- Submitter
Config - Node-side Ethereum transaction submitter signer configuration.
Constants§
- LYQUOR_
DATA_ DIR_ ENV - Environment variable that overrides the default node data directory.
Functions§
- default_
acme_ storage_ path - Default relative path for persisted ACME certificates, keys, and account state.