mpl-core-candy-machine-core 0.2.1

NFT Candy Machine Core: programmatic and trustless NFT drops.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
pub mod add_config_lines;
pub mod initialize;
pub mod mint_asset;
pub mod set_authority;
pub mod set_collection;
pub mod set_mint_authority;
pub mod update;
pub mod withdraw;

pub use add_config_lines::*;
pub use initialize::*;
pub use mint_asset::*;
pub use set_authority::*;
pub use set_collection::*;
pub use set_mint_authority::*;
pub use update::*;
pub use withdraw::*;