Пример #1
0
 /**
  * unlock a specific unspent output
  *
  * @param     $txHash
  * @param     $txIdx
  * @return bool
  */
 public function unlockUTXO($txHash, $txIdx)
 {
     return $this->sdk->unlockWalletUTXO($this->identifier, $txHash, $txIdx);
 }