pub async fn new_with_state(
active_keysets: HashMap<CurrencyUnit, Id>,
keysets: Vec<MintKeySetInfo>,
mint_quotes: Vec<MintQuote>,
melt_quotes: Vec<MeltQuote>,
pending_proofs: Proofs,
spent_proofs: Proofs,
mint_info: MintInfo,
) -> Result<MintSqliteDatabase, Error>Expand description
Creates a new in-memory MintSqliteDatabase instance with the given state