From 5ec344290efd937fa82c0704bc7c204a0bf14c78 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Fri, 30 Aug 2019 17:27:59 +0200 Subject: support for tipping protocol changes --- src/walletTypes.ts | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'src/walletTypes.ts') diff --git a/src/walletTypes.ts b/src/walletTypes.ts index c657ac02a..aec029371 100644 --- a/src/walletTypes.ts +++ b/src/walletTypes.ts @@ -427,10 +427,14 @@ export interface CoinWithDenom { export interface TipStatus { accepted: boolean; amount: AmountJson; + amountLeft: AmountJson; nextUrl: string; - merchantDomain: string; exchangeUrl: string; - tipRecord?: TipRecord; + tipId: string; + merchantOrigin: string; + expirationTimestamp: number; + timestamp: number; + totalFees: AmountJson; } /** -- cgit v1.2.3