@xelis/sdk 0.12.0 → 0.12.2

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.
@@ -891,6 +891,8 @@ export interface GetContractTransactionsParams {
891
891
  contract: string;
892
892
  skip?: number;
893
893
  maximum?: number;
894
+ minimum_topoheight?: number;
895
+ maximum_topoheight?: number;
894
896
  }
895
897
  export interface GetContractTransactionsResult {
896
898
  tx_hashes: string[];
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "0.12.0",
2
+ "version": "0.12.2",
3
3
  "name": "@xelis/sdk",
4
4
  "description": "Xelis software development kit for JS",
5
5
  "exports": {