Utils
func isTokenAmountPackable
/**
* @param {string} amount
* @returns {boolean}
*/
isTokenAmountPackable(amount: string)func isFeeAmountPackable
/**
* @param {string} fee
* @returns {boolean}
*/
isFeeAmountPackable(fee: string)func closestPackableTransactionAmount
/**
* @param {string} amount
* @returns {string}
*/
closestPackableTransactionAmount(amount: string)func closestPackableTransactionFee
Example
Last updated