@@ -190,7 +190,6 @@ discard block |
||
190 | 190 | * Cancel a buy or sell order |
191 | 191 | * |
192 | 192 | * @param string $uuid uuid of buy or sell order |
193 | - |
|
194 | 193 | * @return mixed |
195 | 194 | */ |
196 | 195 | public function cancel(string $uuid) |
@@ -275,7 +274,6 @@ discard block |
||
275 | 274 | * @param float $quantity quantity of coins to withdraw |
276 | 275 | * @param string $address address where to send the funds |
277 | 276 | * @param string $paymentid used for CryptoNotes/BitShareX/Nxt optional field (memo/paymentid) |
278 | - |
|
279 | 277 | * @return mixed |
280 | 278 | */ |
281 | 279 | public function withdraw(string $currency, float $quantity, string $address, string $paymentid = null) |