Ejemplo n.º 1
0
 /**
  * @return int
  */
 public function getRequiredSigCount()
 {
     return $this->scriptInfo->getRequiredSigCount();
 }
Ejemplo n.º 2
0
 /**
  * @return int
  */
 public function getRequiredSigCount()
 {
     return $this->handler->getRequiredSigCount();
 }