@xelis/sdk 0.11.26 → 0.11.27

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.
@@ -299,12 +299,15 @@ export interface AccountHistory {
299
299
  };
300
300
  burn?: {
301
301
  amount: number;
302
+ asset: string;
302
303
  };
303
304
  outgoing?: {
304
305
  to: string;
306
+ asset: string;
305
307
  };
306
308
  incoming?: {
307
309
  from: string;
310
+ asset: string;
308
311
  };
309
312
  multi_sig?: {
310
313
  participants: string[];
@@ -313,8 +316,11 @@ export interface AccountHistory {
313
316
  invoke_contract?: {
314
317
  contract: string;
315
318
  entry_id: number;
319
+ deposits: string[];
320
+ };
321
+ deploy_contract?: {
322
+ deposits?: string[];
316
323
  };
317
- deploy_contract?: {};
318
324
  }
319
325
  export interface PeerPeerListUpdated {
320
326
  peer_id: string;
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "0.11.26",
2
+ "version": "0.11.27",
3
3
  "name": "@xelis/sdk",
4
4
  "description": "Xelis software development kit for JS",
5
5
  "exports": {