spl_name_service/lib.rs
1#[cfg(not(feature = "no-entrypoint"))]
2pub mod entrypoint;
3pub mod error;
4pub mod instruction;
5pub mod processor;
6pub mod state;
7
8// Export current sdk types for downstream users building with a different sdk
9// version
10pub use solana_program;
11
12solana_program::declare_id!("namesLPneVptA9Z5rqUDD9tMTWEJwofgaYwp8cawRkX");