solana_native_programs/system_program/generated/instructions/
mod.rs1pub(crate) mod r#advance_nonce_account;
9pub(crate) mod r#allocate;
10pub(crate) mod r#allocate_with_seed;
11pub(crate) mod r#assign;
12pub(crate) mod r#assign_with_seed;
13pub(crate) mod r#authorize_nonce_account;
14pub(crate) mod r#create_account;
15pub(crate) mod r#create_account_with_seed;
16pub(crate) mod r#initialize_nonce_account;
17pub(crate) mod r#transfer;
18pub(crate) mod r#transfer_with_seed;
19pub(crate) mod r#upgrade_nonce_account;
20pub(crate) mod r#withdraw_nonce_account;
21
22pub use self::r#advance_nonce_account::*;
23pub use self::r#allocate::*;
24pub use self::r#allocate_with_seed::*;
25pub use self::r#assign::*;
26pub use self::r#assign_with_seed::*;
27pub use self::r#authorize_nonce_account::*;
28pub use self::r#create_account::*;
29pub use self::r#create_account_with_seed::*;
30pub use self::r#initialize_nonce_account::*;
31pub use self::r#transfer::*;
32pub use self::r#transfer_with_seed::*;
33pub use self::r#upgrade_nonce_account::*;
34pub use self::r#withdraw_nonce_account::*;