| Constructor and Description |
|---|
CkdFunctionDerive(CkdFunction<Node> standardCkdFunction,
Node rootNode) |
| Modifier and Type | Method and Description |
|---|---|
Node |
derive(java.lang.CharSequence derivationPath)
Derive from a string path such as m/44'/0'/0'/0/1
|
<Path> Node |
derive(Path derivationPath,
Derivation<Path> derivation)
Derive from a generic path using the
Derivation supplied to extract the child indexes |
public CkdFunctionDerive(CkdFunction<Node> standardCkdFunction, Node rootNode)
public Node derive(java.lang.CharSequence derivationPath)
Derivepublic <Path> Node derive(Path derivationPath, Derivation<Path> derivation)
DeriveDerivation supplied to extract the child indexes