From f1cba79c656875af0c6a09fd8e03b2c94fb2ac44 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Fri, 14 Oct 2022 21:00:13 +0200 Subject: wallet-core: DB tweaks --- packages/taler-util/src/walletTypes.ts | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'packages/taler-util/src/walletTypes.ts') diff --git a/packages/taler-util/src/walletTypes.ts b/packages/taler-util/src/walletTypes.ts index 0891f5cf9..c6063597d 100644 --- a/packages/taler-util/src/walletTypes.ts +++ b/packages/taler-util/src/walletTypes.ts @@ -671,6 +671,7 @@ export interface ExchangeAccount { } export type WireFeeMap = { [wireMethod: string]: WireFee[] }; + export interface WireInfo { feesForType: WireFeeMap; accounts: ExchangeAccount[]; @@ -942,7 +943,7 @@ export interface ManualWithdrawalDetails { /** * Selected denominations withn some extra info. */ - export interface DenomSelectionState { +export interface DenomSelectionState { totalCoinValue: AmountJson; totalWithdrawCost: AmountJson; selectedDenoms: { @@ -956,7 +957,7 @@ export interface ManualWithdrawalDetails { * * Sent to the wallet frontend to be rendered and shown to the user. */ - export interface ExchangeWithdrawalDetails { +export interface ExchangeWithdrawalDetails { exchangePaytoUris: string[]; /** -- cgit v1.2.3