commit b513665408ad1490c1f4c3e8831f264cc489de34 parent 3c50b1233e9e44da6bc66115f331a5884b041d69 Author: Florian Dold <florian@dold.me> Date: Tue, 1 Nov 2022 12:20:50 +0100 taler-util: remove legacy member Diffstat:
| M | packages/taler-util/src/wallet-types.ts | | | 8 | +------- |
1 file changed, 1 insertion(+), 7 deletions(-)
diff --git a/packages/taler-util/src/wallet-types.ts b/packages/taler-util/src/wallet-types.ts @@ -352,7 +352,7 @@ export const codecForConfirmReserveRequest = (): Codec<ConfirmReserveRequest> => /** * Wire coins to the user's own bank account. */ -export class ReturnCoinsRequest { +export interface ReturnCoinsRequest { /** * The amount to wire. */ @@ -368,12 +368,6 @@ export class ReturnCoinsRequest { * receive the funds. */ senderWire?: string; - - /** - * Verify that a value matches the schema of this class and convert it into a - * member. - */ - static checked: (obj: any) => ReturnCoinsRequest; } export interface PrepareRefundResult {