@injectivelabs/chain-consumer
Advanced tools
Comparing version 0.0.69 to 0.0.70
@@ -6,2 +6,13 @@ # Change Log | ||
## [0.0.70](https://github.com/InjectiveLabs/injective-ts/compare/@injectivelabs/chain-consumer@0.0.69...@injectivelabs/chain-consumer@0.0.70) (2021-08-09) | ||
### Bug Fixes | ||
* param types ([6570f54](https://github.com/InjectiveLabs/injective-ts/commit/6570f544b293a21678c9ebba2dcb97ec87eeb794)) | ||
## [0.0.69](https://github.com/InjectiveLabs/injective-ts/compare/@injectivelabs/chain-consumer@0.0.68...@injectivelabs/chain-consumer@0.0.69) (2021-08-09) | ||
@@ -8,0 +19,0 @@ |
@@ -0,5 +1,6 @@ | ||
import { GrpcExchangeParams } from '../types'; | ||
import BaseConsumer from '../BaseConsumer'; | ||
export declare class ExchangeConsumer extends BaseConsumer { | ||
fetchParams(): Promise<import("@injectivelabs/chain-api/injective/exchange/v1beta1/exchange_pb").Params | undefined>; | ||
fetchParams(): Promise<GrpcExchangeParams>; | ||
} | ||
//# sourceMappingURL=ExchangeConsumer.d.ts.map |
{ | ||
"name": "@injectivelabs/chain-consumer", | ||
"description": "Interacting with our Chain API made easy. Can be reused throughout Injective's projects.", | ||
"version": "0.0.69", | ||
"version": "0.0.70", | ||
"license": "MIT", | ||
@@ -42,3 +42,3 @@ "main": "dist/index.js", | ||
}, | ||
"gitHead": "afa86840ab0149e8fe6a5e47dfcffa519f112a28" | ||
"gitHead": "fad34ab89fb58b1f7604585ce7a9d747ea1674cd" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
149783
1516