Skip to content

Commit

Permalink
fix() wrapper type for responsev3
Browse files Browse the repository at this point in the history
  • Loading branch information
tiagosiebler committed Mar 4, 2024
1 parent a18e9af commit 8c57e7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rest-client-v5.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1207,7 +1207,7 @@ export class RestClientV5 extends BaseRestClient {
*/
getWithdrawalRecords(
params?: GetWithdrawalRecordsParamsV5,
): Promise<CursorRowsV5<WithdrawalRecordV5[]>> {
): Promise<APIResponseV3<CursorRowsV5<WithdrawalRecordV5[]>>> {
return this.getPrivate('/v5/asset/withdraw/query-record', params);
}

Expand Down

0 comments on commit 8c57e7f

Please sign in to comment.