// file: kb-lib/src/materializer/perpetuals/constants.rs // version: 1 //! Local constants for the perpetuals materializer. /// Stable runtime component name for the perpetuals materializer. pub(crate) const MT_PERPETUALS_COMPONENT_NAME: &str = "kb-lib.materializer.perpetuals"; /// Stable processor name persisted by the replay ledger. pub(crate) const MT_PERPETUALS_PROCESSOR_NAME: &str = "materializer.perpetuals"; /// Empty family boundary retained while the materializer is reserved. pub(crate) const MT_PERPETUALS_ACCEPTED_FAMILIES: &[crate::MdEventFamily] = &[];