@avalabs/glacier-sdk 3.1.0-canary.682531.0 → 3.1.0-canary.7a21d42.0

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/dist/index.d.ts CHANGED
@@ -2695,6 +2695,7 @@ type CompletedValidatorDetails = {
2695
2695
  */
2696
2696
  blsCredentials?: BlsCredentials;
2697
2697
  delegatorCount: number;
2698
+ amountDelegated?: string;
2698
2699
  rewards: Rewards;
2699
2700
  validationStatus: CompletedValidatorDetails.validationStatus;
2700
2701
  };
@@ -14,6 +14,7 @@ type CompletedValidatorDetails = {
14
14
  */
15
15
  blsCredentials?: BlsCredentials;
16
16
  delegatorCount: number;
17
+ amountDelegated?: string;
17
18
  rewards: Rewards;
18
19
  validationStatus: CompletedValidatorDetails.validationStatus;
19
20
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@avalabs/glacier-sdk",
3
- "version": "3.1.0-canary.0682531.0+0682531",
3
+ "version": "3.1.0-canary.7a21d42.0+7a21d42",
4
4
  "description": "sdk for interacting with glacier-api",
5
5
  "author": "Oliver Wang <oliver.wang@avalabs.org>",
6
6
  "homepage": "https://github.com/ava-labs/avalanche-sdks#readme",
@@ -29,5 +29,5 @@
29
29
  "bugs": {
30
30
  "url": "https://github.com/ava-labs/avalanche-sdks/issues"
31
31
  },
32
- "gitHead": "06825310b617b691b2da50ec22aafeb17748426f"
32
+ "gitHead": "7a21d421ea575fed28602be822b69730c70a0c77"
33
33
  }