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::*;