Updated on 2026-08-14
This commit is contained in:
parent
80e694892d
commit
1c45da6145
2 changed files with 2 additions and 1 deletions
|
|
@ -46,6 +46,7 @@ object VisaUtilities {
|
|||
fun generateAddressFromExtendedKey(extendedPublicKey: ExtendedPublicKey): String {
|
||||
val derivationData = visaBlockchain.makeAddressesFromExtendedPublicKey(
|
||||
extendedPublicKey = extendedPublicKey,
|
||||
rawPath = null, // if null, the function will use default derivation path for the blockchain
|
||||
cachedIndex = null,
|
||||
)
|
||||
return derivationData.address
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@
|
|||
# https://github.com/tangem/tangem-sdk-android/
|
||||
# https://github.com/tangem/vico
|
||||
|
||||
tangemBlockchainSdk = "releases-5.37-1494"
|
||||
tangemBlockchainSdk = "releases-5.37-1508"
|
||||
#tangemBlockchainSdk = "0.0.1" # Keep it! - used for local builds
|
||||
tangemCardSdk = "releases-5.37-603"
|
||||
#tangemCardSdk = "0.0.1" # Keep it! - used for local builds ^
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue