14 lines
No EOL
319 B
Kotlin
14 lines
No EOL
319 B
Kotlin
package com.tangem.tap.proxy
|
|
|
|
import com.tangem.crypto.DerivationManager
|
|
|
|
class DerivationManagerImpl : DerivationManager {
|
|
|
|
override fun deriveMissingBlockchains(networkId: String?) {
|
|
TODO("Not yet implemented")
|
|
}
|
|
|
|
override fun hasDerivation(): Boolean {
|
|
TODO("Not yet implemented")
|
|
}
|
|
} |