nifty-asset-interface 0.6.0

Interface for Nifty Asset 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#delegate_input;
pub(crate) mod r#delegate_role;
pub(crate) mod r#extension_input;
pub(crate) mod r#extension_type;
pub(crate) mod r#standard;
pub(crate) mod r#strategy;

pub use self::r#delegate_input::*;
pub use self::r#delegate_role::*;
pub use self::r#extension_input::*;
pub use self::r#extension_type::*;
pub use self::r#standard::*;
pub use self::r#strategy::*;