Files
khadhroony-bot3/kb-lib/src/decoder/lending/jupiter_lend_flash_loan.rs
2026-07-23 16:37:12 +02:00

11 lines
412 B
Rust

// file: kb-lib/src/decoder/lending/jupiter_lend_flash_loan.rs
// version: 1
//! Migration boundary for legacy crate `kb_decoder_lending_jupiter_lend_flash_loan`.
/// Legacy crate name retained for migration and compatibility tracking.
pub const LEGACY_CRATE: &str = "kb_decoder_lending_jupiter_lend_flash_loan";
/// Current porting status.
pub const MIGRATION_STATUS: &str = "source-preserved-pending-port";