Within your code, don't mix native values (EGLD) and custom (ESDT) tokens.
See "TransferTransactionsFactory.createTransactionForNativeTokenTransfer()" vs. "TransferTransactionsFactory.createTransactionForESDTTokenTransfer()".
isFungible
isFungible():boolean
Returns boolean
Deprecated
Use "TokenComputer.isFungible(token)" instead.
toPrettyString
toPrettyString():string
Returns string
Deprecated
For formatting and parsing amounts, use "sdk-dapp" or "bignumber.js" directly.
Deprecated
field. Use "amount" instead.