Пример #1
0
 /**
  * @param TransactionOutputInterface $txOutput
  * @return $this
  */
 public function addOutput(TransactionOutputInterface $txOutput)
 {
     $output = $this->outputToBuf($txOutput);
     $this->details->addOutputs($output);
     return $this;
 }