config
Module: config
Section titled “Module: config”Contents
Section titled “Contents”Structs
StackConfig- Configuration needed to boot the authority and sidecar as one unit.
firma_stack::config::StackConfig
Section titled “firma_stack::config::StackConfig”Struct
Configuration needed to boot the authority and sidecar as one unit.
[StackConfig::config_file] is the single resolved firma.toml; both
children receive that path through --config so the parent and children
always read the same file.
Fields:
config_file: std::path::PathBuf- The single unifiedfirma.tomlshared by both components.firma_bin: Option<std::path::PathBuf>- Optional path to thefirmabinary used to spawn children.
Trait Implementations:
- Clone
fn clone(self: &Self) -> StackConfig
- Debug
fn fmt(self: &Self, f: & mut $crate::fmt::Formatter) -> $crate::fmt::Result