@@ -195,7 +195,7 @@ discard block |
||
| 195 | 195 | * transaction can then be signed and transmitted to the network using signrawtransaction and sendrawtransaction. |
| 196 | 196 | * |
| 197 | 197 | * @param $txHex |
| 198 | - * @param $dataHex |
|
| 198 | + * @param string $dataHex |
|
| 199 | 199 | * @return mixed |
| 200 | 200 | */ |
| 201 | 201 | public function appendRawMetadata($txHex, $dataHex) |
@@ -418,8 +418,8 @@ discard block |
||
| 418 | 418 | * using the native-amount parameter. |
| 419 | 419 | * |
| 420 | 420 | * @param $address |
| 421 | - * @param $name |
|
| 422 | - * @param $qty |
|
| 421 | + * @param string $name |
|
| 422 | + * @param integer $qty |
|
| 423 | 423 | * @param int $units |
| 424 | 424 | * @param int $nativeAmount |
| 425 | 425 | * @param null $custom |