Updated on 2026-08-14
This commit is contained in:
parent
3ef300ee56
commit
640e6433ff
7 changed files with 165 additions and 18 deletions
|
|
@ -22,4 +22,9 @@ interface DerivationManager {
|
|||
* Checks that given [networkId] has derivations for [derivationPath]
|
||||
*/
|
||||
fun hasDerivation(networkId: String, derivationPath: String): Boolean
|
||||
|
||||
/**
|
||||
* Makes derivation for [Currency] if it is missing and adds token to wallet
|
||||
*/
|
||||
suspend fun deriveAndAddTokens(currency: Currency): String
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue