TxOut constructor

TxOut(
  1. Amount value,
  2. Script scriptPubkey
)

Implementation

TxOut(
  this.value,
  this.scriptPubkey,
);