8 lines
355 B
Rust
8 lines
355 B
Rust
// file: kb-lib/src/executor/spl/associated_token_account/constants.rs
|
|
// version: 3
|
|
|
|
//! Local constants for the `kb_executor_spl_associated_token_account` crate. Program identifiers live in `kb_program_ids`.
|
|
|
|
/// Canonical tracing target for this crate.
|
|
pub(crate) const EX_SPL_ATA_TRACING_TARGET: &str = "kb-lib.executor.spl.associated_token_account";
|