@dynamic-labs-wallet/node-ton 0.0.301 → 0.0.303

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/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@dynamic-labs-wallet/node-ton",
3
- "version": "0.0.301",
3
+ "version": "0.0.303",
4
4
  "license": "MIT",
5
5
  "type": "module",
6
6
  "dependencies": {
7
- "@dynamic-labs-wallet/core": "0.0.301",
8
- "@dynamic-labs-wallet/node": "0.0.301",
7
+ "@dynamic-labs-wallet/core": "0.0.303",
8
+ "@dynamic-labs-wallet/node": "0.0.303",
9
9
  "@dynamic-labs/logger": "^4.25.3",
10
10
  "@ton/crypto": "^3.3.0",
11
11
  "@ton/ton": "^16.0.0",
@@ -121,6 +121,6 @@ export declare class DynamicTonWalletClient extends DynamicWalletClient {
121
121
  * Gets all TON wallets
122
122
  * @returns Array of TON wallets
123
123
  */
124
- getTonWallets(): Promise<any>;
124
+ getTonWallets(): Promise<import("@dynamic-labs-wallet/node").WalletProperties[]>;
125
125
  }
126
126
  //# sourceMappingURL=client.d.ts.map