mirror of
https://github.com/aljazceru/cdk.git
synced 2025-12-25 00:24:57 +01:00
Export MintDatabase traits in the cdk crate (#710)
This commit is contained in:
@@ -8,10 +8,13 @@ pub mod cdk_database {
|
||||
pub use cdk_common::database::Error;
|
||||
#[cfg(all(feature = "mint", feature = "auth"))]
|
||||
pub use cdk_common::database::MintAuthDatabase;
|
||||
#[cfg(feature = "mint")]
|
||||
pub use cdk_common::database::MintDatabase;
|
||||
#[cfg(feature = "wallet")]
|
||||
pub use cdk_common::database::WalletDatabase;
|
||||
#[cfg(feature = "mint")]
|
||||
pub use cdk_common::database::{
|
||||
MintDatabase, MintKeysDatabase, MintProofsDatabase, MintQuotesDatabase,
|
||||
MintSignaturesDatabase,
|
||||
};
|
||||
}
|
||||
|
||||
#[cfg(feature = "mint")]
|
||||
|
||||
Reference in New Issue
Block a user