solana-native-programs 0.1.0

Rust transaction builder clients for the Solana Native Programs
Documentation
//! This code was AUTOGENERATED using the kinobi library.
//! Please DO NOT EDIT THIS FILE, instead use visitors
//! to add features, then rerun kinobi to update it.
//!
//! [https://github.com/metaplex-foundation/kinobi]
//!

pub(crate) mod r#advance_nonce_account;
pub(crate) mod r#allocate;
pub(crate) mod r#allocate_with_seed;
pub(crate) mod r#assign;
pub(crate) mod r#assign_with_seed;
pub(crate) mod r#authorize_nonce_account;
pub(crate) mod r#create_account;
pub(crate) mod r#create_account_with_seed;
pub(crate) mod r#initialize_nonce_account;
pub(crate) mod r#transfer;
pub(crate) mod r#transfer_with_seed;
pub(crate) mod r#upgrade_nonce_account;
pub(crate) mod r#withdraw_nonce_account;

pub use self::r#advance_nonce_account::*;
pub use self::r#allocate::*;
pub use self::r#allocate_with_seed::*;
pub use self::r#assign::*;
pub use self::r#assign_with_seed::*;
pub use self::r#authorize_nonce_account::*;
pub use self::r#create_account::*;
pub use self::r#create_account_with_seed::*;
pub use self::r#initialize_nonce_account::*;
pub use self::r#transfer::*;
pub use self::r#transfer_with_seed::*;
pub use self::r#upgrade_nonce_account::*;
pub use self::r#withdraw_nonce_account::*;