mpl_core/generated/instructions/
mod.rs

1//! This code was AUTOGENERATED using the kinobi library.
2//! Please DO NOT EDIT THIS FILE, instead use visitors
3//! to add features, then rerun kinobi to update it.
4//!
5//! [https://github.com/metaplex-foundation/kinobi]
6//!
7
8pub(crate) mod r#add_collection_external_plugin_adapter_v1;
9pub(crate) mod r#add_collection_plugin_v1;
10pub(crate) mod r#add_external_plugin_adapter_v1;
11pub(crate) mod r#add_plugin_v1;
12pub(crate) mod r#approve_collection_plugin_authority_v1;
13pub(crate) mod r#approve_plugin_authority_v1;
14pub(crate) mod r#burn_collection_v1;
15pub(crate) mod r#burn_v1;
16pub(crate) mod r#collect;
17pub(crate) mod r#compress_v1;
18pub(crate) mod r#create_collection_v1;
19pub(crate) mod r#create_collection_v2;
20pub(crate) mod r#create_v1;
21pub(crate) mod r#create_v2;
22pub(crate) mod r#decompress_v1;
23pub(crate) mod r#execute_v1;
24pub(crate) mod r#remove_collection_external_plugin_adapter_v1;
25pub(crate) mod r#remove_collection_plugin_v1;
26pub(crate) mod r#remove_external_plugin_adapter_v1;
27pub(crate) mod r#remove_plugin_v1;
28pub(crate) mod r#revoke_collection_plugin_authority_v1;
29pub(crate) mod r#revoke_plugin_authority_v1;
30pub(crate) mod r#transfer_v1;
31pub(crate) mod r#update_collection_external_plugin_adapter_v1;
32pub(crate) mod r#update_collection_info_v1;
33pub(crate) mod r#update_collection_plugin_v1;
34pub(crate) mod r#update_collection_v1;
35pub(crate) mod r#update_external_plugin_adapter_v1;
36pub(crate) mod r#update_plugin_v1;
37pub(crate) mod r#update_v1;
38pub(crate) mod r#update_v2;
39pub(crate) mod r#write_collection_external_plugin_adapter_data_v1;
40pub(crate) mod r#write_external_plugin_adapter_data_v1;
41
42pub use self::r#add_collection_external_plugin_adapter_v1::*;
43pub use self::r#add_collection_plugin_v1::*;
44pub use self::r#add_external_plugin_adapter_v1::*;
45pub use self::r#add_plugin_v1::*;
46pub use self::r#approve_collection_plugin_authority_v1::*;
47pub use self::r#approve_plugin_authority_v1::*;
48pub use self::r#burn_collection_v1::*;
49pub use self::r#burn_v1::*;
50pub use self::r#collect::*;
51pub use self::r#compress_v1::*;
52pub use self::r#create_collection_v1::*;
53pub use self::r#create_collection_v2::*;
54pub use self::r#create_v1::*;
55pub use self::r#create_v2::*;
56pub use self::r#decompress_v1::*;
57pub use self::r#execute_v1::*;
58pub use self::r#remove_collection_external_plugin_adapter_v1::*;
59pub use self::r#remove_collection_plugin_v1::*;
60pub use self::r#remove_external_plugin_adapter_v1::*;
61pub use self::r#remove_plugin_v1::*;
62pub use self::r#revoke_collection_plugin_authority_v1::*;
63pub use self::r#revoke_plugin_authority_v1::*;
64pub use self::r#transfer_v1::*;
65pub use self::r#update_collection_external_plugin_adapter_v1::*;
66pub use self::r#update_collection_info_v1::*;
67pub use self::r#update_collection_plugin_v1::*;
68pub use self::r#update_collection_v1::*;
69pub use self::r#update_external_plugin_adapter_v1::*;
70pub use self::r#update_plugin_v1::*;
71pub use self::r#update_v1::*;
72pub use self::r#update_v2::*;
73pub use self::r#write_collection_external_plugin_adapter_data_v1::*;
74pub use self::r#write_external_plugin_adapter_data_v1::*;