You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's impossible to send jetton amount more than 9223372036.854775807 in Ton, because of long type overflow.
TheOpenNetwork.JettonTransfer.newBuilder()
.setTransfer(transfer)
.setJettonAmount(value) // here is expects long value that max value lower than token amount, but needs com.google.protobuf.ByteString for example
Faced with problem for token $FISH that price is too small and huge amount is impossible to send.
The text was updated successfully, but these errors were encountered:
It's impossible to send jetton amount more than
9223372036.854775807
in Ton, because of long type overflow.Faced with problem for token $FISH that price is too small and huge amount is impossible to send.
The text was updated successfully, but these errors were encountered: