Updated on 2026-08-14
This commit is contained in:
parent
a8e621c2c4
commit
d1883231ed
6 changed files with 75 additions and 29 deletions
|
|
@ -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? {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue