aboutsummaryrefslogtreecommitdiff
path: root/src/types.ts
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2017-04-28 23:42:14 +0200
committerFlorian Dold <florian.dold@gmail.com>2017-04-28 23:42:14 +0200
commit89067a16dd9958d2d868090ef1d14a6512a0e68b (patch)
tree80c9d4583ad74e7faefef85e58aa7e0540a0f594 /src/types.ts
parentd6bf24902a34f2094363121c8d9f4d54db6f7b6c (diff)
downloadwallet-core-89067a16dd9958d2d868090ef1d14a6512a0e68b.tar.xz
show earliest deposit expiration when withdrawing
Diffstat (limited to 'src/types.ts')
-rw-r--r--src/types.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/types.ts b/src/types.ts
index 4707edd95..e357dfa26 100644
--- a/src/types.ts
+++ b/src/types.ts
@@ -253,6 +253,7 @@ export interface ReserveCreationInfo {
wireFees: ExchangeWireFeesRecord;
isAudited: boolean;
isTrusted: boolean;
+ earliestDepositExpiration: number;
}