Exemplo n.º 1
0
 public static IKzWriter Add(this IKzWriter w, KzTxOut txOut) => txOut.AddTo(w);
Exemplo n.º 2
0
 public KzBTxOut(KzTxOut txOut)
 {
     Value = txOut.Value;
     ScriptPub.Set(txOut.ScriptPub);
 }