@xelis/sdk 0.10.5 → 0.10.6

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.
@@ -511,7 +511,7 @@ export interface MempoolTransactionSummary {
511
511
  }
512
512
  export interface GetMempoolSummaryResult {
513
513
  total: number;
514
- transactions: MempoolTransactionSummary;
514
+ transactions: MempoolTransactionSummary[];
515
515
  }
516
516
  export interface StableTopoHeightChanged {
517
517
  previous_stable_topoheight: number;
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "0.10.5",
2
+ "version": "0.10.6",
3
3
  "name": "@xelis/sdk",
4
4
  "description": "Xelis software development kit for JS",
5
5
  "exports": {