sigil-client 0.1.0

Client for the Solana Sigil token program
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#add_token;
pub(crate) mod r#burn;
pub(crate) mod r#close_mint;
pub(crate) mod r#create_mint;
pub(crate) mod r#create_token_account;
pub(crate) mod r#mint_to;
pub(crate) mod r#transfer;

pub use self::r#add_token::*;
pub use self::r#burn::*;
pub use self::r#close_mint::*;
pub use self::r#create_mint::*;
pub use self::r#create_token_account::*;
pub use self::r#mint_to::*;
pub use self::r#transfer::*;