Skip to content

Commit e023f46

Browse files
committed
feat: method aliases
1 parent 1e3005f commit e023f46

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

lib/client.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,11 @@ export class Client {
149149
* alias of {@link getSpotTradingBalance}
150150
*/
151151
getSpotTradingBalanceByCurrency = this.getSpotTradingBalance;
152+
153+
/**
154+
* alias of {@link getAllTradingCommissions}
155+
*/
156+
getTradingCommissions = this.getAllTradingCommissions;
152157
/**
153158
* alias of {@link getTradingCommission}
154159
*/

0 commit comments

Comments
 (0)