Converts a token amount to its full precision based on the given decimals.
The base amount to convert. This can be a number, string, or bigint.
The number of decimal places the token uses.
The full amount as a bigint, representing the value with all decimals.
bigint
Converts a token amount to its full precision based on the given decimals.