Function denomAmountFromChainDenomAmount
 
- denomAmountFromChainDenomAmount(__namedParameters: { 
    decimals?: string | number; 
    value: string | number | BigNumber; 
}): BigNumber 
- 
Parameters
- 
__namedParameters: { 
    decimals?: string | number; 
    value: string | number | BigNumber; 
}
- 
Optional decimals?: string | number
 
- 
value: string | number | BigNumber
 
 
 
Returns BigNumber
 
 
 
 
Amount that the chain returns is in the x * 10^(quoteDecimals) format where x is a human readable number