Exemple #1
0
 public bool Check(PubKey pubKey, Script scriptPubKey, IndexedTxIn txIn, ScriptVerify verify = ScriptVerify.Standard)
 {
     return(Check(pubKey, scriptPubKey, txIn.Transaction, txIn.Index, verify));
 }