@avalabs/glacier-sdk 2.8.0-alpha.97 → 2.8.0-alpha.98

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
@@ -1528,11 +1528,11 @@ declare class EvmService {
1528
1528
  /**
1529
1529
  * The block range start number, inclusive. If endBlock is not defined when startBlock is defined, the end of the range will be the most recent block.
1530
1530
  */
1531
- startBlock?: any;
1531
+ startBlock?: number;
1532
1532
  /**
1533
1533
  * The block range end number, exclusive. If startBlock is not defined when endBlock is defined, the start of the range will be the genesis block.
1534
1534
  */
1535
- endBlock?: any;
1535
+ endBlock?: number;
1536
1536
  }): CancelablePromise<ListTransactionDetailsResponse>;
1537
1537
  /**
1538
1538
  * Gets a list of native transactions for an address and chain.
@@ -280,11 +280,11 @@ declare class EvmService {
280
280
  /**
281
281
  * The block range start number, inclusive. If endBlock is not defined when startBlock is defined, the end of the range will be the most recent block.
282
282
  */
283
- startBlock?: any;
283
+ startBlock?: number;
284
284
  /**
285
285
  * The block range end number, exclusive. If startBlock is not defined when endBlock is defined, the start of the range will be the genesis block.
286
286
  */
287
- endBlock?: any;
287
+ endBlock?: number;
288
288
  }): CancelablePromise<ListTransactionDetailsResponse>;
289
289
  /**
290
290
  * Gets a list of native transactions for an address and chain.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@avalabs/glacier-sdk",
3
- "version": "2.8.0-alpha.97",
3
+ "version": "2.8.0-alpha.98",
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",
@@ -32,5 +32,5 @@
32
32
  "bugs": {
33
33
  "url": "https://github.com/ava-labs/avalanche-sdks/issues"
34
34
  },
35
- "gitHead": "79c597306c3cc2042b27020d93183aa5e0eb1f71"
35
+ "gitHead": "2932fa966a33a698fe41601248bb289ad9a17290"
36
36
  }