From d6bf24902a34f2094363121c8d9f4d54db6f7b6c Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Fri, 28 Apr 2017 23:28:27 +0200 Subject: implement new reserve creation dialog and auditor management --- src/types.ts | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'src/types.ts') diff --git a/src/types.ts b/src/types.ts index 5d53f8db0..4707edd95 100644 --- a/src/types.ts +++ b/src/types.ts @@ -87,7 +87,7 @@ export interface ExchangeForCurrencyRecord { * Priority for automatic selection when withdrawing. */ priority: number; - pinnedPub: string; + pinnedPub?: string; baseUrl: string; } @@ -232,6 +232,7 @@ export interface ExchangeRecord { baseUrl: string; masterPublicKey: string; auditors: Auditor[]; + currency: string; /** * Timestamp for last update. @@ -249,6 +250,9 @@ export interface ReserveCreationInfo { selectedDenoms: DenominationRecord[]; withdrawFee: AmountJson; overhead: AmountJson; + wireFees: ExchangeWireFeesRecord; + isAudited: boolean; + isTrusted: boolean; } -- cgit v1.2.3