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