3 changed files with 10 additions and 11 deletions
@ -1 +1 @@ |
|||||
Subproject commit c5042cf130457233955aa4c72b1ad543bdfcb171 |
Subproject commit d394c25a3c05c02d984b1f709623a311c2afb7a1 |
@ -1,10 +1,10 @@ |
|||||
package com.sparrowwallet.sparrow.io; |
package com.sparrowwallet.sparrow.io; |
||||
|
|
||||
import com.sparrowwallet.drongo.protocol.ScriptType; |
import com.sparrowwallet.drongo.crypto.ChildNumber; |
||||
import com.sparrowwallet.drongo.wallet.Keystore; |
import com.sparrowwallet.drongo.wallet.Keystore; |
||||
|
|
||||
import java.util.List; |
import java.util.List; |
||||
|
|
||||
public interface KeystoreMnemonicImport extends KeystoreImport { |
public interface KeystoreMnemonicImport extends KeystoreImport { |
||||
Keystore getKeystore(ScriptType scriptType, List<String> mnemonicWords, String passphrase) throws ImportException; |
Keystore getKeystore(List<ChildNumber> derivation, List<String> mnemonicWords, String passphrase) throws ImportException; |
||||
} |
} |
||||
|
Loading…
Reference in new issue