1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
//! 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_collection_external_plugin_adapter_v1;
pub(crate) mod r#add_collection_plugin_v1;
pub(crate) mod r#add_external_plugin_adapter_v1;
pub(crate) mod r#add_plugin_v1;
pub(crate) mod r#approve_collection_plugin_authority_v1;
pub(crate) mod r#approve_plugin_authority_v1;
pub(crate) mod r#burn_collection_v1;
pub(crate) mod r#burn_v1;
pub(crate) mod r#collect;
pub(crate) mod r#compress_v1;
pub(crate) mod r#create_collection_v1;
pub(crate) mod r#create_collection_v2;
pub(crate) mod r#create_v1;
pub(crate) mod r#create_v2;
pub(crate) mod r#decompress_v1;
pub(crate) mod r#remove_collection_external_plugin_adapter_v1;
pub(crate) mod r#remove_collection_plugin_v1;
pub(crate) mod r#remove_external_plugin_adapter_v1;
pub(crate) mod r#remove_plugin_v1;
pub(crate) mod r#revoke_collection_plugin_authority_v1;
pub(crate) mod r#revoke_plugin_authority_v1;
pub(crate) mod r#transfer_v1;
pub(crate) mod r#update_collection_external_plugin_adapter_v1;
pub(crate) mod r#update_collection_plugin_v1;
pub(crate) mod r#update_collection_v1;
pub(crate) mod r#update_external_plugin_adapter_v1;
pub(crate) mod r#update_plugin_v1;
pub(crate) mod r#update_v1;
pub(crate) mod r#write_collection_external_plugin_adapter_data_v1;
pub(crate) mod r#write_external_plugin_adapter_data_v1;

pub use self::r#add_collection_external_plugin_adapter_v1::*;
pub use self::r#add_collection_plugin_v1::*;
pub use self::r#add_external_plugin_adapter_v1::*;
pub use self::r#add_plugin_v1::*;
pub use self::r#approve_collection_plugin_authority_v1::*;
pub use self::r#approve_plugin_authority_v1::*;
pub use self::r#burn_collection_v1::*;
pub use self::r#burn_v1::*;
pub use self::r#collect::*;
pub use self::r#compress_v1::*;
pub use self::r#create_collection_v1::*;
pub use self::r#create_collection_v2::*;
pub use self::r#create_v1::*;
pub use self::r#create_v2::*;
pub use self::r#decompress_v1::*;
pub use self::r#remove_collection_external_plugin_adapter_v1::*;
pub use self::r#remove_collection_plugin_v1::*;
pub use self::r#remove_external_plugin_adapter_v1::*;
pub use self::r#remove_plugin_v1::*;
pub use self::r#revoke_collection_plugin_authority_v1::*;
pub use self::r#revoke_plugin_authority_v1::*;
pub use self::r#transfer_v1::*;
pub use self::r#update_collection_external_plugin_adapter_v1::*;
pub use self::r#update_collection_plugin_v1::*;
pub use self::r#update_collection_v1::*;
pub use self::r#update_external_plugin_adapter_v1::*;
pub use self::r#update_plugin_v1::*;
pub use self::r#update_v1::*;
pub use self::r#write_collection_external_plugin_adapter_data_v1::*;
pub use self::r#write_external_plugin_adapter_data_v1::*;