Updated on 2026-08-14

This commit is contained in:
Tangem 2025-10-06 19:54:30 +03:00
parent a8e621c2c4
commit d1883231ed
6 changed files with 75 additions and 29 deletions

View file

@ -21,6 +21,7 @@ import java.math.BigDecimal
object BlockchainUtils {
private const val XRP_X_ADDRESS = 'X'
const val SOLANA_TRANSACTION_SIZE_THRESHOLD_BYTES = 930
/** Decodes XRP Blockchain address */
fun decodeRippleXAddress(xAddress: String, blockchainId: String): XrpTaggedAddress? {