@xelis/sdk 0.11.16 → 0.11.18

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.
@@ -174,7 +174,7 @@ export interface Burn {
174
174
  amount: number;
175
175
  }
176
176
  export interface MultiSigPayload {
177
- participants: string[];
177
+ participants: number[][];
178
178
  threshold: number;
179
179
  }
180
180
  export interface ContractDeposit {
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "0.11.16",
2
+ "version": "0.11.18",
3
3
  "name": "@xelis/sdk",
4
4
  "description": "Xelis software development kit for JS",
5
5
  "exports": {