@dydxprotocol/v4-client-js 3.1.0 → 3.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +3 -4
- package/build/cjs/tsconfig.cjs.tsbuildinfo +1 -1
- package/build/esm/src/clients/modules/get.d.ts +1 -1
- package/build/esm/src/clients/modules/get.d.ts.map +1 -1
- package/build/esm/tsconfig.esm.tsbuildinfo +1 -1
- package/package.json +1 -1
- package/src/clients/modules/get.ts +1 -1
package/package.json
CHANGED
|
@@ -633,7 +633,7 @@ export class Get {
|
|
|
633
633
|
* @description Get fee discounts for all perp markets.
|
|
634
634
|
* @returns All markets' fee discounts.
|
|
635
635
|
*/
|
|
636
|
-
async getAllPerpMarketFeeDiscounts(): Promise<FeeTierModule.
|
|
636
|
+
async getAllPerpMarketFeeDiscounts(): Promise<FeeTierModule.QueryAllMarketFeeDiscountParamsResponse> {
|
|
637
637
|
const requestData = Uint8Array.from(
|
|
638
638
|
FeeTierModule.QueryAllMarketFeeDiscountParamsRequest.encode({}).finish(),
|
|
639
639
|
);
|