Exemple #1
0
 public Derivation Derive(uint index)
 {
     _PreLine = _PreLine ?? DerivationStrategyBase.GetChild(KeyPathTemplate.PreIndexes);
     return(_PreLine.GetDerivation(new KeyPath(index).Derive(KeyPathTemplate.PostIndexes)));
 }
Exemple #2
0
 public IHDScriptPubKey Derive(KeyPath keyPath)
 {
     return(strategyBase.GetChild(keyPath).AsHDRedeemScriptPubKey());
 }