public interface Derive<Key>
| Modifier and Type | Method and Description |
|---|---|
Key |
fromPath(CharSequence derivationPath)
Derive from a string path such as m/44'/0'/0'/0/1
|
<Path> Key |
fromPath(Path derivationPath,
Derivation<Path> derivation)
Derive from a generic path using the
Derivation supplied to extract the child indexes |
Key fromPath(CharSequence derivationPath)
derivationPath - Path<Path> Key fromPath(Path derivationPath, Derivation<Path> derivation)
Derivation supplied to extract the child indexesPath - The generic type of the pathderivationPath - Pathderivation - The class that extracts the path elementsCopyright © 2020. All rights reserved.