1 2 3 4 5 6 7 8 9 10
//! Ledger provenance attached to federation-aware findings and work items. #[derive(Debug, Clone, PartialEq, Eq)] pub struct LedgerProvenance { pub ledger_id: String, pub ledger_path: String, pub lane: String, pub mode: String, pub role: String, }