PNG IHDR x sBIT|d pHYs + tEXtSoftware www.inkscape.org< ,tEXtComment
<?php
namespace BitWasp\Bitcoin\Utxo;
use BitWasp\Bitcoin\Transaction\OutPoint;
use BitWasp\Bitcoin\Transaction\OutPointInterface;
use BitWasp\Bitcoin\Transaction\TransactionOutputInterface;
class Utxo implements UtxoInterface
{
/**
* @var OutPointInterface
*/
private $outPoint;
/**
* @var TransactionOutputInterface
*/
private $prevOut;
/**
* @param OutPointInterface $outPoint
* @param TransactionOutputInterface $prevOut
*/
public function __construct(OutPointInterface $outPoint, TransactionOutputInterface $prevOut)
{
$this->outPoint = $outPoint;
$this->prevOut = $prevOut;
}
/**
* @return OutPoint
*/
public function getOutPoint()
{
return $this->outPoint;
}
/**
* @return TransactionOutputInterface
*/
public function getOutput()
{
return $this->prevOut;
}
}
b IDATxytVսϓ22 A@IR:hCiZ[v*E:WũZA ^dQeQ @ !jZ'>gsV仿$|?g)&x-E