def from_token_decimals(amount, decimals): return amount / 10 ** decimals
Return the amount as a float