chore(): fixed typo
This commit is contained in:
@@ -155,7 +155,7 @@ import {
|
|||||||
WalletBalanceV5,
|
WalletBalanceV5,
|
||||||
WithdrawParamsV5,
|
WithdrawParamsV5,
|
||||||
WithdrawalRecordV5,
|
WithdrawalRecordV5,
|
||||||
getClassicTransactionLogsParamsV5,
|
GetClassicTransactionLogsParamsV5,
|
||||||
} from './types';
|
} from './types';
|
||||||
import {
|
import {
|
||||||
GetBrokerSubAccountDepositsV5,
|
GetBrokerSubAccountDepositsV5,
|
||||||
@@ -938,7 +938,7 @@ export class RestClientV5 extends BaseRestClient {
|
|||||||
* API key permission: "Contract - Position"
|
* API key permission: "Contract - Position"
|
||||||
*/
|
*/
|
||||||
getClassicTransactionLogs(
|
getClassicTransactionLogs(
|
||||||
params?: getClassicTransactionLogsParamsV5,
|
params?: GetClassicTransactionLogsParamsV5,
|
||||||
): Promise<
|
): Promise<
|
||||||
APIResponseV3WithTime<{ list: TransactionLogV5[]; nextPageCursor: string }>
|
APIResponseV3WithTime<{ list: TransactionLogV5[]; nextPageCursor: string }>
|
||||||
> {
|
> {
|
||||||
|
|||||||
Reference in New Issue
Block a user