aboutsummaryrefslogtreecommitdiff
path: root/packages/taler-util/src/walletTypes.ts
diff options
context:
space:
mode:
Diffstat (limited to 'packages/taler-util/src/walletTypes.ts')
-rw-r--r--packages/taler-util/src/walletTypes.ts5
1 files changed, 3 insertions, 2 deletions
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[];
/**