Skip to content

Commit d5f7cd7

Browse files
committed
update comments
1 parent 02b66ab commit d5f7cd7

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

src/PrivateApi/Account.php

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -88,10 +88,10 @@ public function getHolds($accountId, array $pagination = [])
8888

8989
/**
9090
* Inner transfer
91-
* @param string $clientOid
92-
* @param string $payAccountId
93-
* @param string $recAccountId
94-
* @param float $amount
91+
* @param string $clientOid Request ID
92+
* @param string $payAccountId Account ID of payer
93+
* @param string $recAccountId Account ID of receiver
94+
* @param string $amount Transfer amount, a quantity that exceeds the precision of the currency
9595
* @return array
9696
* @throws \KuCoin\SDK\Exceptions\BusinessException
9797
* @throws \KuCoin\SDK\Exceptions\HttpException
@@ -110,11 +110,11 @@ public function innerTransfer($clientOid, $payAccountId, $recAccountId, $amount)
110110

111111
/**
112112
* Inner transfer V2, recommended for use on June 5, 2019
113-
* @param string $clientOid
114-
* @param string $currency
113+
* @param string $clientOid Request ID
114+
* @param string $currency Currency
115115
* @param string $from The account type of payer main or trade
116116
* @param string $to The account type of payee main or trade
117-
* @param float $amount Transfer amount, a quantity that exceeds the precision of the currency.
117+
* @param string $amount Transfer amount, a quantity that exceeds the precision of the currency
118118
* @return array
119119
* @throws \KuCoin\SDK\Exceptions\BusinessException
120120
* @throws \KuCoin\SDK\Exceptions\HttpException

0 commit comments

Comments
 (0)