fix() wrapper type for responsev3

This commit is contained in:
tiagosiebler
2024-03-04 11:31:32 +00:00
parent a18e9af018
commit 8c57e7f6b4

View File

@@ -1207,7 +1207,7 @@ export class RestClientV5 extends BaseRestClient {
*/ */
getWithdrawalRecords( getWithdrawalRecords(
params?: GetWithdrawalRecordsParamsV5, params?: GetWithdrawalRecordsParamsV5,
): Promise<CursorRowsV5<WithdrawalRecordV5[]>> { ): Promise<APIResponseV3<CursorRowsV5<WithdrawalRecordV5[]>>> {
return this.getPrivate('/v5/asset/withdraw/query-record', params); return this.getPrivate('/v5/asset/withdraw/query-record', params);
} }