Ejemplo n.º 1
0
 public Derivation Derive(uint index)
 {
     _PreLine = _PreLine ?? DerivationStrategyBase.GetChild(KeyPathTemplate.PreIndexes);
     return(_PreLine.GetDerivation(new KeyPath(index).Derive(KeyPathTemplate.PostIndexes)));
 }
Ejemplo n.º 2
0
 public HDRedeemScriptPubKey(DerivationStrategyBase strategyBase)
 {
     this.strategyBase = strategyBase;
 }