WalletPgDatabase

Type Alias WalletPgDatabase 

Source
pub type WalletPgDatabase = SQLWalletDatabase<PgConnectionPool>;
Expand description

Mint DB implementation with PostgresSQL

Aliased Typeยง

pub struct WalletPgDatabase { /* private fields */ }