pub async fn new_wallet_pg_database(
conn_str: &str,
) -> Result<WalletPgDatabase, Error>Expand description
Convenience free functions (cannot add inherent impls for a foreign type). These mirror the Mint patterns and call through to the generic constructors.