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