6 lines
175 B
Rust
6 lines
175 B
Rust
crate::declare_id!("11111111111111111111111111111111");
|
|
|
|
pub fn solana_system_program() -> (String, crate::pubkey::Pubkey) {
|
|
("solana_system_program".to_string(), id())
|
|
}
|