consistent naming
This commit is contained in:
parent
732e764b37
commit
997445d42f
@ -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.
|
||||||
|
Loading…
Reference in New Issue
Block a user