WalletPgDatabase

Type Alias WalletPgDatabase 

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

Wallet DB implementation with PostgreSQL

Aliased Typeยง

pub struct WalletPgDatabase { /* private fields */ }