@galacticcouncil/sdk 0.8.0-beta.2 → 0.8.0-beta.3

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.
@@ -13,11 +13,11 @@ export declare abstract class PoolClient extends BalanceClient {
13
13
  protected abstract subscribePoolChange(pool: PoolBase): UnsubscribePromise;
14
14
  getPools(): Promise<PoolBase[]>;
15
15
  subscribe(): Promise<VoidFn[]>;
16
+ private subscribeLog;
16
17
  unsubscribe(): void;
17
18
  private hasShareAsset;
18
- private tokenSubs;
19
- private shareSubs;
20
- private systemSubs;
19
+ private subscribeTokensPoolBalance;
20
+ private subscribeSharePoolBalance;
21
+ private subscribeSystemPoolBalance;
21
22
  private updateBalanceCallback;
22
- private updateBalanceLog;
23
23
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@galacticcouncil/sdk",
3
- "version": "0.8.0-beta.2",
3
+ "version": "0.8.0-beta.3",
4
4
  "description": "Galactic off-chain routing & optimization of orders across pools for best price execution",
5
5
  "author": "GalacticCouncil",
6
6
  "repository": {