nifty-asset-interface 0.4.0

Interface for Nifty Asset program
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
//! 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 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::*;