zcash-android-wallet-sdk / cash.z.wallet.sdk.ext / java.math.BigDecimal / convertUsdToZec

convertUsdToZec

fun BigDecimal?.convertUsdToZec(zecPrice: BigDecimal): BigDecimal

Convert this USD value to ZEC, using the given price per ZEC. Start with USD -> End with ZEC.

Parameters

zecPrice - the current price of ZEC represented as USD per ZEC.

Return
this BigDecimal USD value converted into ZEC, with proper rounding and precision.