@avalabs/glacier-sdk 3.1.0-alpha.27 → 3.1.0-alpha.29
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
|
@@ -713,6 +713,7 @@ type Erc20TokenBalance = {
|
|
|
713
713
|
* The monetary value of the balance, if a price is available for the token.
|
|
714
714
|
*/
|
|
715
715
|
balanceValue?: Money;
|
|
716
|
+
tokenStatus: Record<string, any>;
|
|
716
717
|
};
|
|
717
718
|
declare namespace Erc20TokenBalance {
|
|
718
719
|
enum ercType {
|
|
@@ -1183,7 +1184,7 @@ declare class EvmChainsService {
|
|
|
1183
1184
|
}): CancelablePromise<GetChainResponse>;
|
|
1184
1185
|
/**
|
|
1185
1186
|
* Get chains for address
|
|
1186
|
-
* Gets
|
|
1187
|
+
* Gets a list of all chains where the address was either a sender or receiver in a transaction or ERC transfer. The list is currently updated every 15 minutes.
|
|
1187
1188
|
* @returns ListAddressChainsResponse Successful response
|
|
1188
1189
|
* @throws ApiError
|
|
1189
1190
|
*/
|
|
@@ -39,7 +39,7 @@ declare class EvmChainsService {
|
|
|
39
39
|
}): CancelablePromise<GetChainResponse>;
|
|
40
40
|
/**
|
|
41
41
|
* Get chains for address
|
|
42
|
-
* Gets
|
|
42
|
+
* Gets a list of all chains where the address was either a sender or receiver in a transaction or ERC transfer. The list is currently updated every 15 minutes.
|
|
43
43
|
* @returns ListAddressChainsResponse Successful response
|
|
44
44
|
* @throws ApiError
|
|
45
45
|
*/
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@avalabs/glacier-sdk",
|
|
3
|
-
"version": "3.1.0-alpha.
|
|
3
|
+
"version": "3.1.0-alpha.29",
|
|
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": "
|
|
32
|
+
"gitHead": "8401f04c7e42cc1b3565304da5bb381bb8a93a93"
|
|
33
33
|
}
|