consistent naming

This commit is contained in:
Florian Dold 2020-07-28 23:33:30 +05:30
parent 732e764b37
commit 997445d42f
No known key found for this signature in database
GPG Key ID: D2E4F00F29D02A4B

View File

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