@@ -83,7 +83,7 @@ |
||
| 83 | 83 | /** |
| 84 | 84 | * @param string $address |
| 85 | 85 | * @param NetworkInterface $network |
| 86 | - * @return AddressInterface |
|
| 86 | + * @return boolean |
|
| 87 | 87 | * @throws \BitWasp\Bitcoin\Exceptions\Base58ChecksumFailure |
| 88 | 88 | */ |
| 89 | 89 | public static function isValidAddress($address, NetworkInterface $network = null) |
@@ -45,7 +45,7 @@ |
||
| 45 | 45 | |
| 46 | 46 | /** |
| 47 | 47 | * @param ScriptInterface $script |
| 48 | - * @param null $pubKeyHash |
|
| 48 | + * @param BufferInterface|null $pubKeyHash |
|
| 49 | 49 | * @return bool |
| 50 | 50 | */ |
| 51 | 51 | public function isPayToPublicKeyHash(ScriptInterface $script, & $pubKeyHash = null) |