rialo_s_system_program/
lib.rs1#![allow(clippy::arithmetic_side_effects)]
2pub mod system_instruction;
3pub mod system_processor;
4
5pub use rialo_s_nonce_account::{get_system_account_kind, SystemAccountKind};
6use rialo_s_sdk_ids::system_program;
7pub use system_program::id;