@bitgo/sdk-coin-sui 4.2.6 → 4.2.7

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.
@@ -8,11 +8,11 @@ export declare const Balance: import("superstruct").Struct<{
8
8
  value: import("superstruct").Struct<number, null>;
9
9
  }>;
10
10
  export declare const StakeObject: import("superstruct").Struct<{
11
+ status: "Active" | "Pending" | "Unstaked";
11
12
  stakedSuiId: string;
12
13
  stakeRequestEpoch: string;
13
14
  stakeActiveEpoch: string;
14
15
  principal: number;
15
- status: "Active" | "Pending" | "Unstaked";
16
16
  estimatedReward?: number | undefined;
17
17
  }, {
18
18
  stakedSuiId: import("superstruct").Struct<string, null>;
@@ -26,29 +26,29 @@ export declare const DelegatedStake: import("superstruct").Struct<{
26
26
  validatorAddress: string;
27
27
  stakingPool: string;
28
28
  stakes: {
29
+ status: "Active" | "Pending" | "Unstaked";
29
30
  stakedSuiId: string;
30
31
  stakeRequestEpoch: string;
31
32
  stakeActiveEpoch: string;
32
33
  principal: number;
33
- status: "Active" | "Pending" | "Unstaked";
34
34
  estimatedReward?: number | undefined;
35
35
  }[];
36
36
  }, {
37
37
  validatorAddress: import("superstruct").Struct<string, null>;
38
38
  stakingPool: import("superstruct").Struct<string, null>;
39
39
  stakes: import("superstruct").Struct<{
40
+ status: "Active" | "Pending" | "Unstaked";
40
41
  stakedSuiId: string;
41
42
  stakeRequestEpoch: string;
42
43
  stakeActiveEpoch: string;
43
44
  principal: number;
44
- status: "Active" | "Pending" | "Unstaked";
45
45
  estimatedReward?: number | undefined;
46
46
  }[], import("superstruct").Struct<{
47
+ status: "Active" | "Pending" | "Unstaked";
47
48
  stakedSuiId: string;
48
49
  stakeRequestEpoch: string;
49
50
  stakeActiveEpoch: string;
50
51
  principal: number;
51
- status: "Active" | "Pending" | "Unstaked";
52
52
  estimatedReward?: number | undefined;
53
53
  }, {
54
54
  stakedSuiId: import("superstruct").Struct<string, null>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bitgo/sdk-coin-sui",
3
- "version": "4.2.6",
3
+ "version": "4.2.7",
4
4
  "description": "BitGo SDK coin library for Sui",
5
5
  "main": "./dist/src/index.js",
6
6
  "types": "./dist/src/index.d.ts",
@@ -41,9 +41,9 @@
41
41
  },
42
42
  "dependencies": {
43
43
  "@bitgo/blake2b": "^3.2.4",
44
- "@bitgo/sdk-core": "^8.19.0",
45
- "@bitgo/sdk-lib-mpc": "^8.8.0",
46
- "@bitgo/statics": "^22.0.0",
44
+ "@bitgo/sdk-core": "^8.20.0",
45
+ "@bitgo/sdk-lib-mpc": "^8.9.0",
46
+ "@bitgo/statics": "^23.0.0",
47
47
  "@mysten/bcs": "^0.7.0",
48
48
  "bignumber.js": "^9.0.0",
49
49
  "bs58": "^4.0.1",
@@ -52,11 +52,11 @@
52
52
  "tweetnacl": "^1.0.3"
53
53
  },
54
54
  "devDependencies": {
55
- "@bitgo/sdk-api": "^1.17.0",
56
- "@bitgo/sdk-test": "^1.2.36",
55
+ "@bitgo/sdk-api": "^1.18.0",
56
+ "@bitgo/sdk-test": "^1.2.37",
57
57
  "@types/lodash": "^4.14.183",
58
58
  "axios": "^1.4.0",
59
59
  "debug": "^4.3.4"
60
60
  },
61
- "gitHead": "6415c5926c6805d203b32313f161e2836b37023e"
61
+ "gitHead": "31e8bc420bc5bdb136349a1b0604572b3c8262f0"
62
62
  }