@xyo-network/previous-hash-store-model 2.74.5 → 2.75.0

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.
Files changed (38) hide show
  1. package/dist/browser/PreviousHashStore.cjs +19 -0
  2. package/dist/browser/PreviousHashStore.cjs.map +1 -0
  3. package/dist/browser/PreviousHashStore.d.mts.map +1 -0
  4. package/dist/browser/PreviousHashStore.d.ts.map +1 -0
  5. package/dist/browser/PreviousHashStore.js +1 -0
  6. package/dist/{index.js → browser/index.cjs} +1 -1
  7. package/dist/browser/index.cjs.map +1 -0
  8. package/dist/{index.d.mts.map → browser/index.d.mts.map} +1 -1
  9. package/dist/{index.d.ts.map → browser/index.d.ts.map} +1 -1
  10. package/dist/browser/index.js +1 -0
  11. package/dist/browser/index.js.map +1 -0
  12. package/dist/node/PreviousHashStore.d.mts +6 -0
  13. package/dist/node/PreviousHashStore.d.mts.map +1 -0
  14. package/dist/node/PreviousHashStore.d.ts +6 -0
  15. package/dist/node/PreviousHashStore.d.ts.map +1 -0
  16. package/dist/node/PreviousHashStore.js +17 -0
  17. package/dist/node/PreviousHashStore.js.map +1 -0
  18. package/dist/node/PreviousHashStore.mjs +1 -0
  19. package/dist/node/PreviousHashStore.mjs.map +1 -0
  20. package/dist/node/index.d.mts +2 -0
  21. package/dist/node/index.d.mts.map +1 -0
  22. package/dist/node/index.d.ts +2 -0
  23. package/dist/node/index.d.ts.map +1 -0
  24. package/dist/node/index.js +23 -0
  25. package/dist/node/index.js.map +1 -0
  26. package/dist/node/index.mjs +2 -0
  27. package/dist/node/index.mjs.map +1 -0
  28. package/package.json +24 -21
  29. package/dist/PreviousHashStore.d.mts.map +0 -1
  30. package/dist/PreviousHashStore.d.ts.map +0 -1
  31. package/dist/docs.json +0 -332
  32. package/dist/index.js.map +0 -1
  33. package/dist/index.mjs +0 -1
  34. /package/dist/{PreviousHashStore.d.mts → browser/PreviousHashStore.d.mts} +0 -0
  35. /package/dist/{PreviousHashStore.d.ts → browser/PreviousHashStore.d.ts} +0 -0
  36. /package/dist/{index.mjs.map → browser/PreviousHashStore.js.map} +0 -0
  37. /package/dist/{index.d.mts → browser/index.d.mts} +0 -0
  38. /package/dist/{index.d.ts → browser/index.d.ts} +0 -0
@@ -0,0 +1,19 @@
1
+ "use strict";
2
+ var __defProp = Object.defineProperty;
3
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
4
+ var __getOwnPropNames = Object.getOwnPropertyNames;
5
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
6
+ var __copyProps = (to, from, except, desc) => {
7
+ if (from && typeof from === "object" || typeof from === "function") {
8
+ for (let key of __getOwnPropNames(from))
9
+ if (!__hasOwnProp.call(to, key) && key !== except)
10
+ __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
11
+ }
12
+ return to;
13
+ };
14
+ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
15
+
16
+ // src/PreviousHashStore.ts
17
+ var PreviousHashStore_exports = {};
18
+ module.exports = __toCommonJS(PreviousHashStore_exports);
19
+ //# sourceMappingURL=PreviousHashStore.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../src/PreviousHashStore.ts"],"sourcesContent":["export interface PreviousHashStore {\n getItem(address: string): string | null | Promise<string | null>\n removeItem(address: string): void | Promise<void>\n setItem(address: string, previousHash: string): void | Promise<void>\n}\n"],"mappings":";;;;;;;;;;;;;;;;AAAA;AAAA;","names":[]}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"PreviousHashStore.d.ts","sourceRoot":"","sources":["../../src/PreviousHashStore.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,iBAAiB;IAChC,OAAO,CAAC,OAAO,EAAE,MAAM,GAAG,MAAM,GAAG,IAAI,GAAG,OAAO,CAAC,MAAM,GAAG,IAAI,CAAC,CAAA;IAChE,UAAU,CAAC,OAAO,EAAE,MAAM,GAAG,IAAI,GAAG,OAAO,CAAC,IAAI,CAAC,CAAA;IACjD,OAAO,CAAC,OAAO,EAAE,MAAM,EAAE,YAAY,EAAE,MAAM,GAAG,IAAI,GAAG,OAAO,CAAC,IAAI,CAAC,CAAA;CACrE"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"PreviousHashStore.d.ts","sourceRoot":"","sources":["../../src/PreviousHashStore.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,iBAAiB;IAChC,OAAO,CAAC,OAAO,EAAE,MAAM,GAAG,MAAM,GAAG,IAAI,GAAG,OAAO,CAAC,MAAM,GAAG,IAAI,CAAC,CAAA;IAChE,UAAU,CAAC,OAAO,EAAE,MAAM,GAAG,IAAI,GAAG,OAAO,CAAC,IAAI,CAAC,CAAA;IACjD,OAAO,CAAC,OAAO,EAAE,MAAM,EAAE,YAAY,EAAE,MAAM,GAAG,IAAI,GAAG,OAAO,CAAC,IAAI,CAAC,CAAA;CACrE"}
@@ -0,0 +1 @@
1
+ //# sourceMappingURL=PreviousHashStore.js.map
@@ -16,4 +16,4 @@ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: tru
16
16
  // src/index.ts
17
17
  var src_exports = {};
18
18
  module.exports = __toCommonJS(src_exports);
19
- //# sourceMappingURL=index.js.map
19
+ //# sourceMappingURL=index.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../src/index.ts"],"sourcesContent":["export * from './PreviousHashStore'\n"],"mappings":";;;;;;;;;;;;;;;;AAAA;AAAA;","names":[]}
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,qBAAqB,CAAA"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,qBAAqB,CAAA"}
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,qBAAqB,CAAA"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,qBAAqB,CAAA"}
@@ -0,0 +1 @@
1
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":[],"sourcesContent":[],"mappings":"","names":[]}
@@ -0,0 +1,6 @@
1
+ export interface PreviousHashStore {
2
+ getItem(address: string): string | null | Promise<string | null>;
3
+ removeItem(address: string): void | Promise<void>;
4
+ setItem(address: string, previousHash: string): void | Promise<void>;
5
+ }
6
+ //# sourceMappingURL=PreviousHashStore.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"PreviousHashStore.d.ts","sourceRoot":"","sources":["../../src/PreviousHashStore.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,iBAAiB;IAChC,OAAO,CAAC,OAAO,EAAE,MAAM,GAAG,MAAM,GAAG,IAAI,GAAG,OAAO,CAAC,MAAM,GAAG,IAAI,CAAC,CAAA;IAChE,UAAU,CAAC,OAAO,EAAE,MAAM,GAAG,IAAI,GAAG,OAAO,CAAC,IAAI,CAAC,CAAA;IACjD,OAAO,CAAC,OAAO,EAAE,MAAM,EAAE,YAAY,EAAE,MAAM,GAAG,IAAI,GAAG,OAAO,CAAC,IAAI,CAAC,CAAA;CACrE"}
@@ -0,0 +1,6 @@
1
+ export interface PreviousHashStore {
2
+ getItem(address: string): string | null | Promise<string | null>;
3
+ removeItem(address: string): void | Promise<void>;
4
+ setItem(address: string, previousHash: string): void | Promise<void>;
5
+ }
6
+ //# sourceMappingURL=PreviousHashStore.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"PreviousHashStore.d.ts","sourceRoot":"","sources":["../../src/PreviousHashStore.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,iBAAiB;IAChC,OAAO,CAAC,OAAO,EAAE,MAAM,GAAG,MAAM,GAAG,IAAI,GAAG,OAAO,CAAC,MAAM,GAAG,IAAI,CAAC,CAAA;IAChE,UAAU,CAAC,OAAO,EAAE,MAAM,GAAG,IAAI,GAAG,OAAO,CAAC,IAAI,CAAC,CAAA;IACjD,OAAO,CAAC,OAAO,EAAE,MAAM,EAAE,YAAY,EAAE,MAAM,GAAG,IAAI,GAAG,OAAO,CAAC,IAAI,CAAC,CAAA;CACrE"}
@@ -0,0 +1,17 @@
1
+ "use strict";
2
+ var __defProp = Object.defineProperty;
3
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
4
+ var __getOwnPropNames = Object.getOwnPropertyNames;
5
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
6
+ var __copyProps = (to, from, except, desc) => {
7
+ if (from && typeof from === "object" || typeof from === "function") {
8
+ for (let key of __getOwnPropNames(from))
9
+ if (!__hasOwnProp.call(to, key) && key !== except)
10
+ __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
11
+ }
12
+ return to;
13
+ };
14
+ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
15
+ var PreviousHashStore_exports = {};
16
+ module.exports = __toCommonJS(PreviousHashStore_exports);
17
+ //# sourceMappingURL=PreviousHashStore.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../src/PreviousHashStore.ts"],"sourcesContent":["export interface PreviousHashStore {\n getItem(address: string): string | null | Promise<string | null>\n removeItem(address: string): void | Promise<void>\n setItem(address: string, previousHash: string): void | Promise<void>\n}\n"],"mappings":";;;;;;;;;;;;;;AAAA;AAAA;","names":[]}
@@ -0,0 +1 @@
1
+ //# sourceMappingURL=PreviousHashStore.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":[],"sourcesContent":[],"mappings":"","names":[]}
@@ -0,0 +1,2 @@
1
+ export * from './PreviousHashStore';
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,qBAAqB,CAAA"}
@@ -0,0 +1,2 @@
1
+ export * from './PreviousHashStore';
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,qBAAqB,CAAA"}
@@ -0,0 +1,23 @@
1
+ "use strict";
2
+ var __defProp = Object.defineProperty;
3
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
4
+ var __getOwnPropNames = Object.getOwnPropertyNames;
5
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
6
+ var __copyProps = (to, from, except, desc) => {
7
+ if (from && typeof from === "object" || typeof from === "function") {
8
+ for (let key of __getOwnPropNames(from))
9
+ if (!__hasOwnProp.call(to, key) && key !== except)
10
+ __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
11
+ }
12
+ return to;
13
+ };
14
+ var __reExport = (target, mod, secondTarget) => (__copyProps(target, mod, "default"), secondTarget && __copyProps(secondTarget, mod, "default"));
15
+ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
16
+ var src_exports = {};
17
+ module.exports = __toCommonJS(src_exports);
18
+ __reExport(src_exports, require("./PreviousHashStore"), module.exports);
19
+ // Annotate the CommonJS export names for ESM import in node:
20
+ 0 && (module.exports = {
21
+ ...require("./PreviousHashStore")
22
+ });
23
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../src/index.ts"],"sourcesContent":["export * from './PreviousHashStore'\n"],"mappings":";;;;;;;;;;;;;;;AAAA;AAAA;AAAA,wBAAc,gCAAd;","names":[]}
@@ -0,0 +1,2 @@
1
+ export * from "./PreviousHashStore";
2
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../src/index.ts"],"sourcesContent":["export * from './PreviousHashStore'\n"],"mappings":"AAAA,cAAc;","names":[]}
package/package.json CHANGED
@@ -11,38 +11,41 @@
11
11
  },
12
12
  "description": "Primary SDK for using XYO Protocol 2.0",
13
13
  "devDependencies": {
14
- "@xylabs/ts-scripts-yarn3": "^3.0.28",
15
- "@xylabs/tsconfig": "^3.0.28",
14
+ "@xylabs/ts-scripts-yarn3": "^3.0.70",
15
+ "@xylabs/tsconfig": "^3.0.70",
16
16
  "typescript": "^5.2.2"
17
17
  },
18
18
  "docs": "dist/docs.json",
19
19
  "exports": {
20
20
  ".": {
21
- "require": {
22
- "types": "./dist/index.d.ts",
23
- "default": "./dist/index.js"
21
+ "browser": {
22
+ "require": {
23
+ "types": "./dist/browser/index.d.ts",
24
+ "default": "./dist/browser/index.cjs"
25
+ },
26
+ "import": {
27
+ "types": "./dist/browser/index.d.mts",
28
+ "default": "./dist/browser/index.js"
29
+ }
24
30
  },
25
- "import": {
26
- "types": "./dist/index.d.mts",
27
- "default": "./dist/index.mjs"
31
+ "node": {
32
+ "require": {
33
+ "types": "./dist/node/index.d.ts",
34
+ "default": "./dist/node/index.js"
35
+ },
36
+ "import": {
37
+ "types": "./dist/node/index.d.mts",
38
+ "default": "./dist/node/index.mjs"
39
+ }
28
40
  }
29
41
  },
30
- "./dist/docs.json": {
31
- "default": "./dist/docs.json"
32
- },
33
- "./cjs": {
34
- "default": "./dist/index.js"
35
- },
36
42
  "./docs": {
37
43
  "default": "./dist/docs.json"
38
44
  },
39
- "./esm": {
40
- "default": "./dist/index.mjs"
41
- },
42
45
  "./package.json": "./package.json"
43
46
  },
44
- "main": "dist/index.js",
45
- "module": "dist/index.mjs",
47
+ "main": "dist/node/index.js",
48
+ "module": "dist/node/index.mjs",
46
49
  "homepage": "https://xyo.network",
47
50
  "license": "LGPL-3.0",
48
51
  "publishConfig": {
@@ -53,6 +56,6 @@
53
56
  "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js.git"
54
57
  },
55
58
  "sideEffects": false,
56
- "types": "dist/index.d.ts",
57
- "version": "2.74.5"
59
+ "types": "dist/node/index.d.ts",
60
+ "version": "2.75.0"
58
61
  }
@@ -1 +0,0 @@
1
- {"version":3,"file":"PreviousHashStore.d.ts","sourceRoot":"","sources":["../src/PreviousHashStore.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,iBAAiB;IAChC,OAAO,CAAC,OAAO,EAAE,MAAM,GAAG,MAAM,GAAG,IAAI,GAAG,OAAO,CAAC,MAAM,GAAG,IAAI,CAAC,CAAA;IAChE,UAAU,CAAC,OAAO,EAAE,MAAM,GAAG,IAAI,GAAG,OAAO,CAAC,IAAI,CAAC,CAAA;IACjD,OAAO,CAAC,OAAO,EAAE,MAAM,EAAE,YAAY,EAAE,MAAM,GAAG,IAAI,GAAG,OAAO,CAAC,IAAI,CAAC,CAAA;CACrE"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"PreviousHashStore.d.ts","sourceRoot":"","sources":["../src/PreviousHashStore.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,iBAAiB;IAChC,OAAO,CAAC,OAAO,EAAE,MAAM,GAAG,MAAM,GAAG,IAAI,GAAG,OAAO,CAAC,MAAM,GAAG,IAAI,CAAC,CAAA;IAChE,UAAU,CAAC,OAAO,EAAE,MAAM,GAAG,IAAI,GAAG,OAAO,CAAC,IAAI,CAAC,CAAA;IACjD,OAAO,CAAC,OAAO,EAAE,MAAM,EAAE,YAAY,EAAE,MAAM,GAAG,IAAI,GAAG,OAAO,CAAC,IAAI,CAAC,CAAA;CACrE"}
package/dist/docs.json DELETED
@@ -1,332 +0,0 @@
1
- {
2
- "id": 0,
3
- "name": "@xyo-network/previous-hash-store-model",
4
- "variant": "project",
5
- "kind": 1,
6
- "flags": {},
7
- "children": [
8
- {
9
- "id": 1,
10
- "name": "PreviousHashStore",
11
- "variant": "declaration",
12
- "kind": 256,
13
- "flags": {},
14
- "children": [
15
- {
16
- "id": 2,
17
- "name": "getItem",
18
- "variant": "declaration",
19
- "kind": 2048,
20
- "flags": {},
21
- "sources": [
22
- {
23
- "fileName": "PreviousHashStore.ts",
24
- "line": 2,
25
- "character": 2,
26
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/dda7db621a/packages/protocol/packages/account/packages/previous-hash-store/packages/model/src/PreviousHashStore.ts#L2"
27
- }
28
- ],
29
- "signatures": [
30
- {
31
- "id": 3,
32
- "name": "getItem",
33
- "variant": "signature",
34
- "kind": 4096,
35
- "flags": {},
36
- "sources": [
37
- {
38
- "fileName": "PreviousHashStore.ts",
39
- "line": 2,
40
- "character": 2,
41
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/dda7db621a/packages/protocol/packages/account/packages/previous-hash-store/packages/model/src/PreviousHashStore.ts#L2"
42
- }
43
- ],
44
- "parameters": [
45
- {
46
- "id": 4,
47
- "name": "address",
48
- "variant": "param",
49
- "kind": 32768,
50
- "flags": {},
51
- "type": {
52
- "type": "intrinsic",
53
- "name": "string"
54
- }
55
- }
56
- ],
57
- "type": {
58
- "type": "union",
59
- "types": [
60
- {
61
- "type": "literal",
62
- "value": null
63
- },
64
- {
65
- "type": "intrinsic",
66
- "name": "string"
67
- },
68
- {
69
- "type": "reference",
70
- "target": {
71
- "sourceFileName": "../../../../../../../../node_modules/typescript/lib/lib.es5.d.ts",
72
- "qualifiedName": "Promise"
73
- },
74
- "typeArguments": [
75
- {
76
- "type": "union",
77
- "types": [
78
- {
79
- "type": "literal",
80
- "value": null
81
- },
82
- {
83
- "type": "intrinsic",
84
- "name": "string"
85
- }
86
- ]
87
- }
88
- ],
89
- "name": "Promise",
90
- "package": "typescript"
91
- }
92
- ]
93
- }
94
- }
95
- ]
96
- },
97
- {
98
- "id": 5,
99
- "name": "removeItem",
100
- "variant": "declaration",
101
- "kind": 2048,
102
- "flags": {},
103
- "sources": [
104
- {
105
- "fileName": "PreviousHashStore.ts",
106
- "line": 3,
107
- "character": 2,
108
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/dda7db621a/packages/protocol/packages/account/packages/previous-hash-store/packages/model/src/PreviousHashStore.ts#L3"
109
- }
110
- ],
111
- "signatures": [
112
- {
113
- "id": 6,
114
- "name": "removeItem",
115
- "variant": "signature",
116
- "kind": 4096,
117
- "flags": {},
118
- "sources": [
119
- {
120
- "fileName": "PreviousHashStore.ts",
121
- "line": 3,
122
- "character": 2,
123
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/dda7db621a/packages/protocol/packages/account/packages/previous-hash-store/packages/model/src/PreviousHashStore.ts#L3"
124
- }
125
- ],
126
- "parameters": [
127
- {
128
- "id": 7,
129
- "name": "address",
130
- "variant": "param",
131
- "kind": 32768,
132
- "flags": {},
133
- "type": {
134
- "type": "intrinsic",
135
- "name": "string"
136
- }
137
- }
138
- ],
139
- "type": {
140
- "type": "union",
141
- "types": [
142
- {
143
- "type": "intrinsic",
144
- "name": "void"
145
- },
146
- {
147
- "type": "reference",
148
- "target": {
149
- "sourceFileName": "../../../../../../../../node_modules/typescript/lib/lib.es5.d.ts",
150
- "qualifiedName": "Promise"
151
- },
152
- "typeArguments": [
153
- {
154
- "type": "intrinsic",
155
- "name": "void"
156
- }
157
- ],
158
- "name": "Promise",
159
- "package": "typescript"
160
- }
161
- ]
162
- }
163
- }
164
- ]
165
- },
166
- {
167
- "id": 8,
168
- "name": "setItem",
169
- "variant": "declaration",
170
- "kind": 2048,
171
- "flags": {},
172
- "sources": [
173
- {
174
- "fileName": "PreviousHashStore.ts",
175
- "line": 4,
176
- "character": 2,
177
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/dda7db621a/packages/protocol/packages/account/packages/previous-hash-store/packages/model/src/PreviousHashStore.ts#L4"
178
- }
179
- ],
180
- "signatures": [
181
- {
182
- "id": 9,
183
- "name": "setItem",
184
- "variant": "signature",
185
- "kind": 4096,
186
- "flags": {},
187
- "sources": [
188
- {
189
- "fileName": "PreviousHashStore.ts",
190
- "line": 4,
191
- "character": 2,
192
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/dda7db621a/packages/protocol/packages/account/packages/previous-hash-store/packages/model/src/PreviousHashStore.ts#L4"
193
- }
194
- ],
195
- "parameters": [
196
- {
197
- "id": 10,
198
- "name": "address",
199
- "variant": "param",
200
- "kind": 32768,
201
- "flags": {},
202
- "type": {
203
- "type": "intrinsic",
204
- "name": "string"
205
- }
206
- },
207
- {
208
- "id": 11,
209
- "name": "previousHash",
210
- "variant": "param",
211
- "kind": 32768,
212
- "flags": {},
213
- "type": {
214
- "type": "intrinsic",
215
- "name": "string"
216
- }
217
- }
218
- ],
219
- "type": {
220
- "type": "union",
221
- "types": [
222
- {
223
- "type": "intrinsic",
224
- "name": "void"
225
- },
226
- {
227
- "type": "reference",
228
- "target": {
229
- "sourceFileName": "../../../../../../../../node_modules/typescript/lib/lib.es5.d.ts",
230
- "qualifiedName": "Promise"
231
- },
232
- "typeArguments": [
233
- {
234
- "type": "intrinsic",
235
- "name": "void"
236
- }
237
- ],
238
- "name": "Promise",
239
- "package": "typescript"
240
- }
241
- ]
242
- }
243
- }
244
- ]
245
- }
246
- ],
247
- "groups": [
248
- {
249
- "title": "Methods",
250
- "children": [
251
- 2,
252
- 5,
253
- 8
254
- ]
255
- }
256
- ],
257
- "sources": [
258
- {
259
- "fileName": "PreviousHashStore.ts",
260
- "line": 1,
261
- "character": 17,
262
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/dda7db621a/packages/protocol/packages/account/packages/previous-hash-store/packages/model/src/PreviousHashStore.ts#L1"
263
- }
264
- ]
265
- }
266
- ],
267
- "groups": [
268
- {
269
- "title": "Interfaces",
270
- "children": [
271
- 1
272
- ]
273
- }
274
- ],
275
- "packageName": "@xyo-network/previous-hash-store-model",
276
- "readme": [
277
- {
278
- "kind": "text",
279
- "text": "[![logo][]](https://xyo.network)\n\nPart of [sdk-xyo-clint-js](https://www.npmjs.com/package/@xyo-network/sdk-xyo-client-js)\n\n## License\n\n> See the [LICENSE](LICENSE) file for license details\n\n## Credits\n\n[Made with 🔥 and ❄️ by XYO](https://xyo.network)\n\n[logo]: https://cdn.xy.company/img/brand/XYO_full_colored.png"
280
- }
281
- ],
282
- "symbolIdMap": {
283
- "0": {
284
- "sourceFileName": "src/index.ts",
285
- "qualifiedName": ""
286
- },
287
- "1": {
288
- "sourceFileName": "src/PreviousHashStore.ts",
289
- "qualifiedName": "PreviousHashStore"
290
- },
291
- "2": {
292
- "sourceFileName": "src/PreviousHashStore.ts",
293
- "qualifiedName": "PreviousHashStore.getItem"
294
- },
295
- "3": {
296
- "sourceFileName": "src/PreviousHashStore.ts",
297
- "qualifiedName": "PreviousHashStore.getItem"
298
- },
299
- "4": {
300
- "sourceFileName": "src/PreviousHashStore.ts",
301
- "qualifiedName": "address"
302
- },
303
- "5": {
304
- "sourceFileName": "src/PreviousHashStore.ts",
305
- "qualifiedName": "PreviousHashStore.removeItem"
306
- },
307
- "6": {
308
- "sourceFileName": "src/PreviousHashStore.ts",
309
- "qualifiedName": "PreviousHashStore.removeItem"
310
- },
311
- "7": {
312
- "sourceFileName": "src/PreviousHashStore.ts",
313
- "qualifiedName": "address"
314
- },
315
- "8": {
316
- "sourceFileName": "src/PreviousHashStore.ts",
317
- "qualifiedName": "PreviousHashStore.setItem"
318
- },
319
- "9": {
320
- "sourceFileName": "src/PreviousHashStore.ts",
321
- "qualifiedName": "PreviousHashStore.setItem"
322
- },
323
- "10": {
324
- "sourceFileName": "src/PreviousHashStore.ts",
325
- "qualifiedName": "address"
326
- },
327
- "11": {
328
- "sourceFileName": "src/PreviousHashStore.ts",
329
- "qualifiedName": "previousHash"
330
- }
331
- }
332
- }
package/dist/index.js.map DELETED
@@ -1 +0,0 @@
1
- {"version":3,"sources":["../src/index.ts"],"sourcesContent":["export * from './PreviousHashStore'\n"],"mappings":";;;;;;;;;;;;;;;;AAAA;AAAA;","names":[]}
package/dist/index.mjs DELETED
@@ -1 +0,0 @@
1
- //# sourceMappingURL=index.mjs.map
File without changes
File without changes