OutPoint constructor

OutPoint(
  1. Txid txid,
  2. int vout
)

Implementation

OutPoint(
  this.txid,
  this.vout,
);