This commit is contained in:
2026-04-25 09:30:47 +02:00
parent 04e09b0c97
commit 6094b43ae3
6 changed files with 515 additions and 8 deletions

View File

@@ -7,9 +7,12 @@
//! candidate tokens are persisted before richer detection logic is added.
mod service;
mod solana_ws;
mod types;
pub use crate::detect::service::KbDetectionPersistenceService;
pub use crate::detect::solana_ws::KbSolanaWsDetectionOutcome;
pub use crate::detect::solana_ws::KbSolanaWsDetectionService;
pub use crate::detect::types::KbDetectionObservationInput;
pub use crate::detect::types::KbDetectionSignalInput;
pub use crate::detect::types::KbDetectionTokenCandidateInput;