solana-system-program 4.0.0-beta.4

Solana System program
Documentation
1
2
3
4
5
6
7
8
9
10
#![cfg(feature = "agave-unstable-api")]
#![allow(clippy::arithmetic_side_effects)]
pub mod system_instruction;
pub mod system_processor;

use solana_sdk_ids::system_program;
pub use {
    solana_nonce_account::{SystemAccountKind, get_system_account_kind},
    system_program::id,
};