From ea1aff81df642000a1c458a91fc8aee239d3bd3a Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Sun, 16 Oct 2022 22:58:53 +0200 Subject: wallet-cli: tweaks to withdrawal CLI --- packages/taler-util/src/wallet-types.ts | 2 ++ 1 file changed, 2 insertions(+) (limited to 'packages/taler-util') diff --git a/packages/taler-util/src/wallet-types.ts b/packages/taler-util/src/wallet-types.ts index 7e538b2d9..3242e5f6d 100644 --- a/packages/taler-util/src/wallet-types.ts +++ b/packages/taler-util/src/wallet-types.ts @@ -1322,6 +1322,7 @@ export interface GetWithdrawalDetailsForUriRequest { talerWithdrawUri: string; restrictAge?: number; } + export const codecForGetWithdrawalDetailsForUri = (): Codec => buildCodecForObject() @@ -1332,6 +1333,7 @@ export const codecForGetWithdrawalDetailsForUri = export interface ListKnownBankAccountsRequest { currency?: string; } + export const codecForListKnownBankAccounts = (): Codec => buildCodecForObject() -- cgit v1.2.3