pub type DynMintDatabase = Arc<dyn Database<Error> + Send + Sync>;
Type alias for Mint Database
pub struct DynMintDatabase { /* private fields */ }