/**
  * @return int
  */
 public function getRequiredSigCount()
 {
     return $this->execForInputTypes(function () {
         return 1;
     }, function () {
         return 1;
     }, function () {
         return $this->redeemScript->getRequiredSigCount();
     });
 }