aboutsummaryrefslogtreecommitdiff
path: root/lib/wallet/types.ts
diff options
context:
space:
mode:
Diffstat (limited to 'lib/wallet/types.ts')
-rw-r--r--lib/wallet/types.ts5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/wallet/types.ts b/lib/wallet/types.ts
index feab1bcb1..8aa03d82b 100644
--- a/lib/wallet/types.ts
+++ b/lib/wallet/types.ts
@@ -103,8 +103,13 @@ export interface IExchangeInfo {
denoms: Denomination[];
}
+export interface WireInfo {
+ [type: string]: any;
+}
+
export interface ReserveCreationInfo {
exchangeInfo: IExchangeInfo;
+ wireInfo: WireInfo;
selectedDenoms: Denomination[];
withdrawFee: AmountJson;
overhead: AmountJson;