Utils
func isTokenAmountPackable
Checks whether the token amount can be packed (and thus used in the transaction)
func isFeeAmountPackable
Checks whether the fee amount can be packed (and thus used in the transaction)
func closestPackableTransactionAmount
Returns the closest possible packable token amount. Returned amount is always less or equal to the provided amount.
func closestPackableTransactionFee
Returns the closest possible packable fee amount. Returned amount is always less or equal to the provided amount.
Example
Last updated