@bitgo-beta/sdk-coin-sui 3.0.3-beta.359 → 3.0.3-beta.360
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.
|
@@ -321,6 +321,7 @@ export declare const CommitteeInfo: import("superstruct").Struct<{
|
|
|
321
321
|
export declare const SuiValidatorSummary: import("superstruct").Struct<{
|
|
322
322
|
name: string;
|
|
323
323
|
description: string;
|
|
324
|
+
gasPrice: number;
|
|
324
325
|
pendingStake: number;
|
|
325
326
|
pendingPoolTokenWithdraw: number;
|
|
326
327
|
pendingTotalSuiWithdraw: number;
|
|
@@ -347,7 +348,6 @@ export declare const SuiValidatorSummary: import("superstruct").Struct<{
|
|
|
347
348
|
nextEpochPrimaryAddress: string | null;
|
|
348
349
|
nextEpochWorkerAddress: string | null;
|
|
349
350
|
votingPower: number;
|
|
350
|
-
gasPrice: number;
|
|
351
351
|
commissionRate: number;
|
|
352
352
|
nextEpochStake: number;
|
|
353
353
|
nextEpochGasPrice: number;
|
|
@@ -429,6 +429,7 @@ export declare const SuiSystemStateSummary: import("superstruct").Struct<{
|
|
|
429
429
|
activeValidators: {
|
|
430
430
|
name: string;
|
|
431
431
|
description: string;
|
|
432
|
+
gasPrice: number;
|
|
432
433
|
pendingStake: number;
|
|
433
434
|
pendingPoolTokenWithdraw: number;
|
|
434
435
|
pendingTotalSuiWithdraw: number;
|
|
@@ -455,7 +456,6 @@ export declare const SuiSystemStateSummary: import("superstruct").Struct<{
|
|
|
455
456
|
nextEpochPrimaryAddress: string | null;
|
|
456
457
|
nextEpochWorkerAddress: string | null;
|
|
457
458
|
votingPower: number;
|
|
458
|
-
gasPrice: number;
|
|
459
459
|
commissionRate: number;
|
|
460
460
|
nextEpochStake: number;
|
|
461
461
|
nextEpochGasPrice: number;
|
|
@@ -507,6 +507,7 @@ export declare const SuiSystemStateSummary: import("superstruct").Struct<{
|
|
|
507
507
|
activeValidators: import("superstruct").Struct<{
|
|
508
508
|
name: string;
|
|
509
509
|
description: string;
|
|
510
|
+
gasPrice: number;
|
|
510
511
|
pendingStake: number;
|
|
511
512
|
pendingPoolTokenWithdraw: number;
|
|
512
513
|
pendingTotalSuiWithdraw: number;
|
|
@@ -533,7 +534,6 @@ export declare const SuiSystemStateSummary: import("superstruct").Struct<{
|
|
|
533
534
|
nextEpochPrimaryAddress: string | null;
|
|
534
535
|
nextEpochWorkerAddress: string | null;
|
|
535
536
|
votingPower: number;
|
|
536
|
-
gasPrice: number;
|
|
537
537
|
commissionRate: number;
|
|
538
538
|
nextEpochStake: number;
|
|
539
539
|
nextEpochGasPrice: number;
|
|
@@ -547,6 +547,7 @@ export declare const SuiSystemStateSummary: import("superstruct").Struct<{
|
|
|
547
547
|
}[], import("superstruct").Struct<{
|
|
548
548
|
name: string;
|
|
549
549
|
description: string;
|
|
550
|
+
gasPrice: number;
|
|
550
551
|
pendingStake: number;
|
|
551
552
|
pendingPoolTokenWithdraw: number;
|
|
552
553
|
pendingTotalSuiWithdraw: number;
|
|
@@ -573,7 +574,6 @@ export declare const SuiSystemStateSummary: import("superstruct").Struct<{
|
|
|
573
574
|
nextEpochPrimaryAddress: string | null;
|
|
574
575
|
nextEpochWorkerAddress: string | null;
|
|
575
576
|
votingPower: number;
|
|
576
|
-
gasPrice: number;
|
|
577
577
|
commissionRate: number;
|
|
578
578
|
nextEpochStake: number;
|
|
579
579
|
nextEpochGasPrice: number;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bitgo-beta/sdk-coin-sui",
|
|
3
|
-
"version": "3.0.3-beta.
|
|
3
|
+
"version": "3.0.3-beta.360",
|
|
4
4
|
"description": "BitGo SDK coin library for Sui",
|
|
5
5
|
"main": "./dist/src/index.js",
|
|
6
6
|
"types": "./dist/src/index.d.ts",
|
|
@@ -40,10 +40,10 @@
|
|
|
40
40
|
]
|
|
41
41
|
},
|
|
42
42
|
"dependencies": {
|
|
43
|
-
"@bitgo-beta/blake2b": "3.0.4-beta.
|
|
44
|
-
"@bitgo-beta/sdk-core": "8.2.1-beta.
|
|
45
|
-
"@bitgo-beta/sdk-lib-mpc": "8.2.0-beta.
|
|
46
|
-
"@bitgo-beta/statics": "15.1.1-beta.
|
|
43
|
+
"@bitgo-beta/blake2b": "3.0.4-beta.600",
|
|
44
|
+
"@bitgo-beta/sdk-core": "8.2.1-beta.363",
|
|
45
|
+
"@bitgo-beta/sdk-lib-mpc": "8.2.0-beta.355",
|
|
46
|
+
"@bitgo-beta/statics": "15.1.1-beta.366",
|
|
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-beta/sdk-api": "1.10.1-beta.
|
|
55
|
+
"@bitgo-beta/sdk-api": "1.10.1-beta.362",
|
|
56
56
|
"@bitgo-beta/sdk-test": "^8.0.19",
|
|
57
57
|
"@types/lodash": "^4.14.183",
|
|
58
58
|
"axios": "^1.4.0",
|
|
59
59
|
"debug": "^4.3.4"
|
|
60
60
|
},
|
|
61
|
-
"gitHead": "
|
|
61
|
+
"gitHead": "4fd62a8cdbfdff7eccca7c37ac67949234889989"
|
|
62
62
|
}
|