Updated on 2026-08-14
This commit is contained in:
parent
f57fc16ff6
commit
d8844fda91
1 changed files with 1 additions and 0 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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue