DynMintDatabase

Type Alias DynMintDatabase 

Source
pub type DynMintDatabase = Arc<dyn Database<Error> + Send + Sync>;
Expand description

Type alias for Mint Database

Aliased Typeยง

pub struct DynMintDatabase { /* private fields */ }