Files
khadhroony-solana-project/crates/ksp-onchain-transport-lib/src/constants.rs
2026-08-22 16:39:13 +02:00

8 lines
261 B
Rust

// file: crates/ksp-onchain-transport-lib/src/constants.rs
// version: 2
//! Transport-owned tracing constants.
/// Owning tracing target for events emitted by the on-chain transport crate.
pub(crate) const TRACING_TARGET: &str = "ksp-onchain-transport-lib";