@tatumio/algo 2.0.1-alpha.333 → 2.0.1-alpha.335

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,19 +1,19 @@
1
1
  {
2
2
  "name": "@tatumio/algo",
3
- "version": "2.0.1-alpha.333",
3
+ "version": "2.0.1-alpha.335",
4
4
  "type": "commonjs",
5
5
  "license": "MIT",
6
6
  "main": "./src/index.js",
7
7
  "types": "./src/index.d.ts",
8
8
  "dependencies": {
9
- "@tatumio/shared-testing-common": "2.0.1-alpha.333",
10
- "@tatumio/api-client": "2.0.1-alpha.333",
9
+ "@tatumio/shared-testing-common": "2.0.1-alpha.335",
10
+ "@tatumio/api-client": "2.0.1-alpha.335",
11
11
  "axios": "^0.26.0",
12
12
  "form-data": "^4.0.0",
13
- "@tatumio/shared-core": "2.0.1-alpha.333",
14
- "@tatumio/shared-abstract-sdk": "2.0.1-alpha.333",
13
+ "@tatumio/shared-core": "2.0.1-alpha.335",
14
+ "@tatumio/shared-abstract-sdk": "2.0.1-alpha.335",
15
15
  "bignumber.js": "^9.0.2",
16
- "@tatumio/shared-blockchain-abstract": "2.0.1-alpha.333",
16
+ "@tatumio/shared-blockchain-abstract": "2.0.1-alpha.335",
17
17
  "algosdk": "^1.13.1",
18
18
  "base32.js": "^0.1.0",
19
19
  "url-parse": "^1.5.10",
@@ -67,7 +67,7 @@ export declare const TatumAlgoSDK: (args: SDKArguments) => {
67
67
  complete: typeof import("@tatumio/api-client").KeyManagementSystemService.completePendingSignature;
68
68
  delete: typeof import("@tatumio/api-client").KeyManagementSystemService.deletePendingTransactionToSign;
69
69
  };
70
- offchain: {
70
+ virtualAccount: {
71
71
  depositAddress: {
72
72
  checkExists: (address: string, index?: number) => Promise<import("@tatumio/api-client").Account>;
73
73
  create: typeof import("@tatumio/api-client").BlockchainAddressesService.generateDepositAddress;