You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/// <param name="ScriptPubKey">The script that appears in the <see cref="TxOut.ScriptPubKey"></see></param>
98
+
/// <param name="RedeemScript">The script that must be pushed in the <see cref="TxIn.WitScript"></see> for WSH outputs, or <see cref="TxIn.ScriptSig"></see> for non-segwit P2SH outputs</param>
99
+
/// <param name="ScriptCode">The script that must be included in the hash algorithm used for signing the input.</param>
thrownewInvalidOperationException("Impossible to generate a script while parameters haven't been set. Use ToScriptString() if you want a user-readable representation instead.");
@@ -804,7 +814,7 @@ public DerivationResult[] Derive(DeriveParameters parameters)
804
814
}
805
815
806
816
/// <summary>
807
-
/// Make the miniscript more readable by removing HDKeys (such as [fingerprint]xpub/<0;1>/*) by key placeholders (such as @0/<0;1>/*). It is the reverse operation of <see cref="ReplaceKeyPlaceholdersByHDKeys(HDKeyNode[])"/>
817
+
/// Make the miniscript more readable by removing HDKeys (such as [fingerprint]xpub/<0;1>/*) by key placeholders (such as @0/<0;1>/*). It is the reverse operation of <see cref="ReplaceKeyPlaceholdersByHDKeys(HDKeyNode[])"/>
0 commit comments