taler-typescript-core

Wallet core logic and WebUIs for various components
Log | Files | Refs | Submodules | README | LICENSE

commit 997445d42f6c804b7560a98e636f9f24496b4202
parent 732e764b376dff6b0262b869b29dbdee0c455a0e
Author: Florian Dold <florian.dold@gmail.com>
Date:   Tue, 28 Jul 2020 23:33:30 +0530

consistent naming

Diffstat:
Msrc/types/walletTypes.ts | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/types/walletTypes.ts b/src/types/walletTypes.ts @@ -489,12 +489,12 @@ export interface ManualWithdrawalDetails { /** * Amount that the user will transfer to the exchange. */ - rawAmount: AmountString; + amountRaw: AmountString; /** * Amount that will be added to the user's wallet balance. */ - effectiveAmount: AmountString; + amountEffective: AmountString; /** * Ways to pay the exchange.