@dynamic-labs-wallet/node-ton 0.0.300 → 0.0.302
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 +3 -3
- package/src/client/client.d.ts +1 -1
package/package.json
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dynamic-labs-wallet/node-ton",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.302",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"dependencies": {
|
|
7
|
-
"@dynamic-labs-wallet/core": "0.0.
|
|
8
|
-
"@dynamic-labs-wallet/node": "0.0.
|
|
7
|
+
"@dynamic-labs-wallet/core": "0.0.302",
|
|
8
|
+
"@dynamic-labs-wallet/node": "0.0.302",
|
|
9
9
|
"@dynamic-labs/logger": "^4.25.3",
|
|
10
10
|
"@ton/crypto": "^3.3.0",
|
|
11
11
|
"@ton/ton": "^16.0.0",
|
package/src/client/client.d.ts
CHANGED
|
@@ -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<
|
|
124
|
+
getTonWallets(): Promise<import("@dynamic-labs-wallet/node").WalletProperties[]>;
|
|
125
125
|
}
|
|
126
126
|
//# sourceMappingURL=client.d.ts.map
|