@kynesyslabs/demosdk 2.4.21 → 2.4.22

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.
@@ -105,6 +105,8 @@ export interface GCREditSmartContract {
105
105
  export interface GCREditStorageProgram {
106
106
  type: "storageProgram";
107
107
  target: string;
108
+ isRollback: boolean;
109
+ txhash: string;
108
110
  context: {
109
111
  operation: string;
110
112
  sender: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kynesyslabs/demosdk",
3
- "version": "2.4.21",
3
+ "version": "2.4.22",
4
4
  "description": "Demosdk is a JavaScript/TypeScript SDK that provides a unified interface for interacting with Demos network",
5
5
  "main": "build/index.js",
6
6
  "types": "build/index.d.ts",