From 01e83df471802d3253953b00672af0bc879403fe Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Tue, 24 Mar 2020 15:25:04 +0530 Subject: helpers for auditor integration test --- src/types/talerTypes.ts | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'src/types/talerTypes.ts') diff --git a/src/types/talerTypes.ts b/src/types/talerTypes.ts index 569b93120..e5be32abe 100644 --- a/src/types/talerTypes.ts +++ b/src/types/talerTypes.ts @@ -759,6 +759,20 @@ export class WithdrawResponse { ev_sig: string; } +export interface CoinDumpJson { + coins: Array<{ + denom_pub: string; + denom_pub_hash: string; + denom_value: string; + coin_pub: string; + exchange_base_url: string; + remaining_value: string; + refresh_parent_coin_pub: string | undefined; + withdrawal_reserve_pub: string | undefined; + coin_suspended: boolean; + }>; +} + export type AmountString = string; export type Base32String = string; export type EddsaSignatureString = string; -- cgit v1.2.3