From d5fc7ee42de074be1c773dcdc5dd803f89d44489 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Wed, 6 Apr 2016 02:06:57 +0200 Subject: Leave sending the payment blob to the merchant. --- lib/wallet/types.ts | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'lib/wallet/types.ts') 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; -- cgit v1.2.3