Skip to content

config

Structs

  • StackConfig - Configuration needed to boot the authority and sidecar as one unit.

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 unified firma.toml shared by both components.
  • firma_bin: Option<std::path::PathBuf> - Optional path to the firma binary 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