solana_native_programs/system_program/
mod.rs

1pub mod generated;
2
3pub use generated::programs::SYSTEM_PROGRAM_ID as ID;
4pub use generated::*;