@xyo-network/module-instance-payload-plugin 2.37.6 → 2.38.0-rc.10
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.
- package/dist/cjs/Plugin.d.ts.map +1 -1
- package/dist/cjs/Plugin.js +4 -3
- package/dist/cjs/Plugin.js.map +1 -1
- package/dist/cjs/Witness.d.ts +2 -1
- package/dist/cjs/Witness.d.ts.map +1 -1
- package/dist/cjs/Witness.js +7 -0
- package/dist/cjs/Witness.js.map +1 -1
- package/dist/docs.json +1336 -1011
- package/dist/esm/Plugin.d.ts.map +1 -1
- package/dist/esm/Plugin.js +3 -7
- package/dist/esm/Plugin.js.map +1 -1
- package/dist/esm/Witness.d.ts +2 -1
- package/dist/esm/Witness.d.ts.map +1 -1
- package/dist/esm/Witness.js +5 -0
- package/dist/esm/Witness.js.map +1 -1
- package/package.json +6 -5
- package/src/Plugin.ts +3 -7
- package/src/Witness.spec.ts +6 -2
- package/src/Witness.ts +7 -1
package/dist/docs.json
CHANGED
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
"originalName": "",
|
|
8
8
|
"children": [
|
|
9
9
|
{
|
|
10
|
-
"id":
|
|
10
|
+
"id": 238,
|
|
11
11
|
"name": "default",
|
|
12
12
|
"kind": 8388608,
|
|
13
13
|
"kindString": "Reference",
|
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
"fileName": "plugins/packages/module-instance/src/index.ts",
|
|
18
18
|
"line": 11,
|
|
19
19
|
"character": 0,
|
|
20
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
20
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/cd4628e1/packages/plugins/packages/module-instance/src/index.ts#L11"
|
|
21
21
|
}
|
|
22
22
|
],
|
|
23
23
|
"target": 1
|
|
@@ -30,534 +30,516 @@
|
|
|
30
30
|
"flags": {},
|
|
31
31
|
"children": [
|
|
32
32
|
{
|
|
33
|
-
"id":
|
|
33
|
+
"id": 67,
|
|
34
34
|
"name": "constructor",
|
|
35
35
|
"kind": 512,
|
|
36
36
|
"kindString": "Constructor",
|
|
37
|
-
"flags": {
|
|
37
|
+
"flags": {
|
|
38
|
+
"isProtected": true
|
|
39
|
+
},
|
|
38
40
|
"sources": [
|
|
39
41
|
{
|
|
40
|
-
"fileName": "modules/packages/
|
|
41
|
-
"line":
|
|
42
|
+
"fileName": "modules/packages/module/dist/esm/XyoModule.d.ts",
|
|
43
|
+
"line": 27,
|
|
42
44
|
"character": 4
|
|
43
45
|
}
|
|
44
46
|
],
|
|
45
47
|
"signatures": [
|
|
46
48
|
{
|
|
47
|
-
"id":
|
|
49
|
+
"id": 68,
|
|
48
50
|
"name": "new XyoModuleInstanceWitness",
|
|
49
51
|
"kind": 16384,
|
|
50
52
|
"kindString": "Constructor signature",
|
|
51
53
|
"flags": {},
|
|
52
54
|
"parameters": [
|
|
53
55
|
{
|
|
54
|
-
"id":
|
|
55
|
-
"name": "
|
|
56
|
+
"id": 69,
|
|
57
|
+
"name": "params",
|
|
56
58
|
"kind": 32768,
|
|
57
59
|
"kindString": "Parameter",
|
|
58
60
|
"flags": {
|
|
59
61
|
"isOptional": true
|
|
60
62
|
},
|
|
61
63
|
"type": {
|
|
62
|
-
"type": "
|
|
63
|
-
"
|
|
64
|
-
{
|
|
65
|
-
"type": "reference",
|
|
66
|
-
"name": "SchemaFields"
|
|
67
|
-
},
|
|
68
|
-
{
|
|
69
|
-
"type": "reference",
|
|
70
|
-
"name": "PayloadFields"
|
|
71
|
-
},
|
|
64
|
+
"type": "reference",
|
|
65
|
+
"typeArguments": [
|
|
72
66
|
{
|
|
73
|
-
"type": "
|
|
74
|
-
"
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
"
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
"
|
|
67
|
+
"type": "intersection",
|
|
68
|
+
"types": [
|
|
69
|
+
{
|
|
70
|
+
"type": "reference",
|
|
71
|
+
"name": "SchemaFields"
|
|
72
|
+
},
|
|
73
|
+
{
|
|
74
|
+
"type": "reference",
|
|
75
|
+
"name": "PayloadFields"
|
|
76
|
+
},
|
|
77
|
+
{
|
|
78
|
+
"type": "reflection",
|
|
79
|
+
"declaration": {
|
|
80
|
+
"id": 70,
|
|
81
|
+
"name": "__type",
|
|
82
|
+
"kind": 65536,
|
|
83
|
+
"kindString": "Type literal",
|
|
84
|
+
"flags": {},
|
|
85
|
+
"children": [
|
|
90
86
|
{
|
|
91
|
-
"
|
|
92
|
-
"
|
|
93
|
-
"
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
"id": 61,
|
|
100
|
-
"name": "__type",
|
|
101
|
-
"kind": 65536,
|
|
102
|
-
"kindString": "Type literal",
|
|
103
|
-
"flags": {},
|
|
104
|
-
"children": [
|
|
87
|
+
"id": 71,
|
|
88
|
+
"name": "security",
|
|
89
|
+
"kind": 1024,
|
|
90
|
+
"kindString": "Property",
|
|
91
|
+
"flags": {
|
|
92
|
+
"isOptional": true
|
|
93
|
+
},
|
|
94
|
+
"sources": [
|
|
105
95
|
{
|
|
106
|
-
"
|
|
107
|
-
"
|
|
108
|
-
"
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
96
|
+
"fileName": "modules/packages/module/dist/esm/Config.d.ts",
|
|
97
|
+
"line": 8,
|
|
98
|
+
"character": 4
|
|
99
|
+
}
|
|
100
|
+
],
|
|
101
|
+
"type": {
|
|
102
|
+
"type": "reflection",
|
|
103
|
+
"declaration": {
|
|
104
|
+
"id": 72,
|
|
105
|
+
"name": "__type",
|
|
106
|
+
"kind": 65536,
|
|
107
|
+
"kindString": "Type literal",
|
|
108
|
+
"flags": {},
|
|
109
|
+
"children": [
|
|
114
110
|
{
|
|
115
|
-
"
|
|
116
|
-
"
|
|
117
|
-
"
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
"type": "reference",
|
|
122
|
-
"typeArguments": [
|
|
123
|
-
{
|
|
124
|
-
"type": "intrinsic",
|
|
125
|
-
"name": "string"
|
|
111
|
+
"id": 73,
|
|
112
|
+
"name": "allowed",
|
|
113
|
+
"kind": 1024,
|
|
114
|
+
"kindString": "Property",
|
|
115
|
+
"flags": {
|
|
116
|
+
"isOptional": true
|
|
126
117
|
},
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
"
|
|
131
|
-
"
|
|
118
|
+
"sources": [
|
|
119
|
+
{
|
|
120
|
+
"fileName": "modules/packages/module/dist/esm/Config.d.ts",
|
|
121
|
+
"line": 9,
|
|
122
|
+
"character": 8
|
|
123
|
+
}
|
|
124
|
+
],
|
|
125
|
+
"type": {
|
|
126
|
+
"type": "reference",
|
|
127
|
+
"typeArguments": [
|
|
128
|
+
{
|
|
132
129
|
"type": "intrinsic",
|
|
133
130
|
"name": "string"
|
|
131
|
+
},
|
|
132
|
+
{
|
|
133
|
+
"type": "array",
|
|
134
|
+
"elementType": {
|
|
135
|
+
"type": "array",
|
|
136
|
+
"elementType": {
|
|
137
|
+
"type": "intrinsic",
|
|
138
|
+
"name": "string"
|
|
139
|
+
}
|
|
140
|
+
}
|
|
134
141
|
}
|
|
142
|
+
],
|
|
143
|
+
"name": "Record",
|
|
144
|
+
"qualifiedName": "Record",
|
|
145
|
+
"package": "typescript"
|
|
146
|
+
}
|
|
147
|
+
},
|
|
148
|
+
{
|
|
149
|
+
"id": 74,
|
|
150
|
+
"name": "disallowed",
|
|
151
|
+
"kind": 1024,
|
|
152
|
+
"kindString": "Property",
|
|
153
|
+
"flags": {
|
|
154
|
+
"isOptional": true
|
|
155
|
+
},
|
|
156
|
+
"sources": [
|
|
157
|
+
{
|
|
158
|
+
"fileName": "modules/packages/module/dist/esm/Config.d.ts",
|
|
159
|
+
"line": 10,
|
|
160
|
+
"character": 8
|
|
135
161
|
}
|
|
162
|
+
],
|
|
163
|
+
"type": {
|
|
164
|
+
"type": "reference",
|
|
165
|
+
"typeArguments": [
|
|
166
|
+
{
|
|
167
|
+
"type": "intrinsic",
|
|
168
|
+
"name": "string"
|
|
169
|
+
},
|
|
170
|
+
{
|
|
171
|
+
"type": "array",
|
|
172
|
+
"elementType": {
|
|
173
|
+
"type": "intrinsic",
|
|
174
|
+
"name": "string"
|
|
175
|
+
}
|
|
176
|
+
}
|
|
177
|
+
],
|
|
178
|
+
"name": "Record",
|
|
179
|
+
"qualifiedName": "Record",
|
|
180
|
+
"package": "typescript"
|
|
136
181
|
}
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
"flags": {
|
|
149
|
-
"isOptional": true
|
|
150
|
-
},
|
|
182
|
+
}
|
|
183
|
+
],
|
|
184
|
+
"groups": [
|
|
185
|
+
{
|
|
186
|
+
"title": "Properties",
|
|
187
|
+
"children": [
|
|
188
|
+
73,
|
|
189
|
+
74
|
|
190
|
+
]
|
|
191
|
+
}
|
|
192
|
+
],
|
|
151
193
|
"sources": [
|
|
152
194
|
{
|
|
153
195
|
"fileName": "modules/packages/module/dist/esm/Config.d.ts",
|
|
154
|
-
"line":
|
|
155
|
-
"character":
|
|
196
|
+
"line": 8,
|
|
197
|
+
"character": 15
|
|
156
198
|
}
|
|
157
|
-
],
|
|
158
|
-
"type": {
|
|
159
|
-
"type": "reference",
|
|
160
|
-
"typeArguments": [
|
|
161
|
-
{
|
|
162
|
-
"type": "intrinsic",
|
|
163
|
-
"name": "string"
|
|
164
|
-
},
|
|
165
|
-
{
|
|
166
|
-
"type": "array",
|
|
167
|
-
"elementType": {
|
|
168
|
-
"type": "intrinsic",
|
|
169
|
-
"name": "string"
|
|
170
|
-
}
|
|
171
|
-
}
|
|
172
|
-
],
|
|
173
|
-
"name": "Record",
|
|
174
|
-
"qualifiedName": "Record",
|
|
175
|
-
"package": "typescript"
|
|
176
|
-
}
|
|
177
|
-
}
|
|
178
|
-
],
|
|
179
|
-
"groups": [
|
|
180
|
-
{
|
|
181
|
-
"title": "Properties",
|
|
182
|
-
"children": [
|
|
183
|
-
62,
|
|
184
|
-
63
|
|
185
199
|
]
|
|
186
200
|
}
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
201
|
+
}
|
|
202
|
+
}
|
|
203
|
+
],
|
|
204
|
+
"groups": [
|
|
205
|
+
{
|
|
206
|
+
"title": "Properties",
|
|
207
|
+
"children": [
|
|
208
|
+
71
|
|
194
209
|
]
|
|
195
210
|
}
|
|
196
|
-
|
|
197
|
-
}
|
|
198
|
-
],
|
|
199
|
-
"groups": [
|
|
200
|
-
{
|
|
201
|
-
"title": "Properties",
|
|
202
|
-
"children": [
|
|
203
|
-
60
|
|
204
|
-
]
|
|
205
|
-
}
|
|
206
|
-
],
|
|
207
|
-
"sources": [
|
|
208
|
-
{
|
|
209
|
-
"fileName": "modules/packages/module/dist/esm/Config.d.ts",
|
|
210
|
-
"line": 7,
|
|
211
|
-
"character": 90
|
|
212
|
-
}
|
|
213
|
-
]
|
|
214
|
-
}
|
|
215
|
-
},
|
|
216
|
-
{
|
|
217
|
-
"type": "reflection",
|
|
218
|
-
"declaration": {
|
|
219
|
-
"id": 64,
|
|
220
|
-
"name": "__type",
|
|
221
|
-
"kind": 65536,
|
|
222
|
-
"kindString": "Type literal",
|
|
223
|
-
"flags": {},
|
|
224
|
-
"children": [
|
|
225
|
-
{
|
|
226
|
-
"id": 66,
|
|
227
|
-
"name": "module",
|
|
228
|
-
"kind": 1024,
|
|
229
|
-
"kindString": "Property",
|
|
230
|
-
"flags": {
|
|
231
|
-
"isOptional": true
|
|
232
|
-
},
|
|
211
|
+
],
|
|
233
212
|
"sources": [
|
|
234
213
|
{
|
|
235
|
-
"fileName": "
|
|
236
|
-
"line":
|
|
237
|
-
"character":
|
|
238
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/b65c4c90/packages/plugins/packages/module-instance/src/Witness.ts#L15"
|
|
214
|
+
"fileName": "modules/packages/module/dist/esm/Config.d.ts",
|
|
215
|
+
"line": 7,
|
|
216
|
+
"character": 90
|
|
239
217
|
}
|
|
240
|
-
]
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
218
|
+
]
|
|
219
|
+
}
|
|
220
|
+
},
|
|
221
|
+
{
|
|
222
|
+
"type": "reflection",
|
|
223
|
+
"declaration": {
|
|
224
|
+
"id": 75,
|
|
225
|
+
"name": "__type",
|
|
226
|
+
"kind": 65536,
|
|
227
|
+
"kindString": "Type literal",
|
|
228
|
+
"flags": {},
|
|
229
|
+
"children": [
|
|
230
|
+
{
|
|
231
|
+
"id": 77,
|
|
232
|
+
"name": "module",
|
|
233
|
+
"kind": 1024,
|
|
234
|
+
"kindString": "Property",
|
|
235
|
+
"flags": {
|
|
236
|
+
"isOptional": true
|
|
237
|
+
},
|
|
238
|
+
"sources": [
|
|
239
|
+
{
|
|
240
|
+
"fileName": "plugins/packages/module-instance/src/Witness.ts",
|
|
241
|
+
"line": 15,
|
|
242
|
+
"character": 4,
|
|
243
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/cd4628e1/packages/plugins/packages/module-instance/src/Witness.ts#L15"
|
|
244
|
+
}
|
|
245
|
+
],
|
|
246
|
+
"type": {
|
|
247
|
+
"type": "reference",
|
|
248
|
+
"typeArguments": [
|
|
255
249
|
{
|
|
256
|
-
"type": "
|
|
257
|
-
"
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
"
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
"
|
|
250
|
+
"type": "intersection",
|
|
251
|
+
"types": [
|
|
252
|
+
{
|
|
253
|
+
"type": "reference",
|
|
254
|
+
"name": "SchemaFields"
|
|
255
|
+
},
|
|
256
|
+
{
|
|
257
|
+
"type": "reference",
|
|
258
|
+
"name": "PayloadFields"
|
|
259
|
+
},
|
|
260
|
+
{
|
|
261
|
+
"type": "reflection",
|
|
262
|
+
"declaration": {
|
|
263
|
+
"id": 78,
|
|
264
|
+
"name": "__type",
|
|
265
|
+
"kind": 65536,
|
|
266
|
+
"kindString": "Type literal",
|
|
267
|
+
"flags": {},
|
|
268
|
+
"children": [
|
|
273
269
|
{
|
|
274
|
-
"
|
|
275
|
-
"
|
|
276
|
-
"
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
"id": 69,
|
|
283
|
-
"name": "__type",
|
|
284
|
-
"kind": 65536,
|
|
285
|
-
"kindString": "Type literal",
|
|
286
|
-
"flags": {},
|
|
287
|
-
"children": [
|
|
270
|
+
"id": 79,
|
|
271
|
+
"name": "security",
|
|
272
|
+
"kind": 1024,
|
|
273
|
+
"kindString": "Property",
|
|
274
|
+
"flags": {
|
|
275
|
+
"isOptional": true
|
|
276
|
+
},
|
|
277
|
+
"sources": [
|
|
288
278
|
{
|
|
289
|
-
"
|
|
290
|
-
"
|
|
291
|
-
"
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
279
|
+
"fileName": "modules/packages/module/dist/esm/Config.d.ts",
|
|
280
|
+
"line": 8,
|
|
281
|
+
"character": 4
|
|
282
|
+
}
|
|
283
|
+
],
|
|
284
|
+
"type": {
|
|
285
|
+
"type": "reflection",
|
|
286
|
+
"declaration": {
|
|
287
|
+
"id": 80,
|
|
288
|
+
"name": "__type",
|
|
289
|
+
"kind": 65536,
|
|
290
|
+
"kindString": "Type literal",
|
|
291
|
+
"flags": {},
|
|
292
|
+
"children": [
|
|
297
293
|
{
|
|
298
|
-
"
|
|
299
|
-
"
|
|
300
|
-
"
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
"type": "reference",
|
|
305
|
-
"typeArguments": [
|
|
306
|
-
{
|
|
307
|
-
"type": "intrinsic",
|
|
308
|
-
"name": "string"
|
|
294
|
+
"id": 81,
|
|
295
|
+
"name": "allowed",
|
|
296
|
+
"kind": 1024,
|
|
297
|
+
"kindString": "Property",
|
|
298
|
+
"flags": {
|
|
299
|
+
"isOptional": true
|
|
309
300
|
},
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
"
|
|
314
|
-
"
|
|
301
|
+
"sources": [
|
|
302
|
+
{
|
|
303
|
+
"fileName": "modules/packages/module/dist/esm/Config.d.ts",
|
|
304
|
+
"line": 9,
|
|
305
|
+
"character": 8
|
|
306
|
+
}
|
|
307
|
+
],
|
|
308
|
+
"type": {
|
|
309
|
+
"type": "reference",
|
|
310
|
+
"typeArguments": [
|
|
311
|
+
{
|
|
315
312
|
"type": "intrinsic",
|
|
316
313
|
"name": "string"
|
|
314
|
+
},
|
|
315
|
+
{
|
|
316
|
+
"type": "array",
|
|
317
|
+
"elementType": {
|
|
318
|
+
"type": "array",
|
|
319
|
+
"elementType": {
|
|
320
|
+
"type": "intrinsic",
|
|
321
|
+
"name": "string"
|
|
322
|
+
}
|
|
323
|
+
}
|
|
317
324
|
}
|
|
325
|
+
],
|
|
326
|
+
"name": "Record",
|
|
327
|
+
"qualifiedName": "Record",
|
|
328
|
+
"package": "typescript"
|
|
329
|
+
}
|
|
330
|
+
},
|
|
331
|
+
{
|
|
332
|
+
"id": 82,
|
|
333
|
+
"name": "disallowed",
|
|
334
|
+
"kind": 1024,
|
|
335
|
+
"kindString": "Property",
|
|
336
|
+
"flags": {
|
|
337
|
+
"isOptional": true
|
|
338
|
+
},
|
|
339
|
+
"sources": [
|
|
340
|
+
{
|
|
341
|
+
"fileName": "modules/packages/module/dist/esm/Config.d.ts",
|
|
342
|
+
"line": 10,
|
|
343
|
+
"character": 8
|
|
318
344
|
}
|
|
345
|
+
],
|
|
346
|
+
"type": {
|
|
347
|
+
"type": "reference",
|
|
348
|
+
"typeArguments": [
|
|
349
|
+
{
|
|
350
|
+
"type": "intrinsic",
|
|
351
|
+
"name": "string"
|
|
352
|
+
},
|
|
353
|
+
{
|
|
354
|
+
"type": "array",
|
|
355
|
+
"elementType": {
|
|
356
|
+
"type": "intrinsic",
|
|
357
|
+
"name": "string"
|
|
358
|
+
}
|
|
359
|
+
}
|
|
360
|
+
],
|
|
361
|
+
"name": "Record",
|
|
362
|
+
"qualifiedName": "Record",
|
|
363
|
+
"package": "typescript"
|
|
319
364
|
}
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
"flags": {
|
|
332
|
-
"isOptional": true
|
|
333
|
-
},
|
|
365
|
+
}
|
|
366
|
+
],
|
|
367
|
+
"groups": [
|
|
368
|
+
{
|
|
369
|
+
"title": "Properties",
|
|
370
|
+
"children": [
|
|
371
|
+
81,
|
|
372
|
+
82
|
|
373
|
+
]
|
|
374
|
+
}
|
|
375
|
+
],
|
|
334
376
|
"sources": [
|
|
335
377
|
{
|
|
336
378
|
"fileName": "modules/packages/module/dist/esm/Config.d.ts",
|
|
337
|
-
"line":
|
|
338
|
-
"character":
|
|
379
|
+
"line": 8,
|
|
380
|
+
"character": 15
|
|
339
381
|
}
|
|
340
|
-
],
|
|
341
|
-
"type": {
|
|
342
|
-
"type": "reference",
|
|
343
|
-
"typeArguments": [
|
|
344
|
-
{
|
|
345
|
-
"type": "intrinsic",
|
|
346
|
-
"name": "string"
|
|
347
|
-
},
|
|
348
|
-
{
|
|
349
|
-
"type": "array",
|
|
350
|
-
"elementType": {
|
|
351
|
-
"type": "intrinsic",
|
|
352
|
-
"name": "string"
|
|
353
|
-
}
|
|
354
|
-
}
|
|
355
|
-
],
|
|
356
|
-
"name": "Record",
|
|
357
|
-
"qualifiedName": "Record",
|
|
358
|
-
"package": "typescript"
|
|
359
|
-
}
|
|
360
|
-
}
|
|
361
|
-
],
|
|
362
|
-
"groups": [
|
|
363
|
-
{
|
|
364
|
-
"title": "Properties",
|
|
365
|
-
"children": [
|
|
366
|
-
70,
|
|
367
|
-
71
|
|
368
382
|
]
|
|
369
383
|
}
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
384
|
+
}
|
|
385
|
+
}
|
|
386
|
+
],
|
|
387
|
+
"groups": [
|
|
388
|
+
{
|
|
389
|
+
"title": "Properties",
|
|
390
|
+
"children": [
|
|
391
|
+
79
|
|
377
392
|
]
|
|
378
393
|
}
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
68
|
|
394
|
+
],
|
|
395
|
+
"sources": [
|
|
396
|
+
{
|
|
397
|
+
"fileName": "modules/packages/module/dist/esm/Config.d.ts",
|
|
398
|
+
"line": 7,
|
|
399
|
+
"character": 90
|
|
400
|
+
}
|
|
387
401
|
]
|
|
388
402
|
}
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
"
|
|
394
|
-
"
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
}
|
|
398
|
-
},
|
|
399
|
-
{
|
|
400
|
-
"type": "reflection",
|
|
401
|
-
"declaration": {
|
|
402
|
-
"id": 72,
|
|
403
|
-
"name": "__type",
|
|
404
|
-
"kind": 65536,
|
|
405
|
-
"kindString": "Type literal",
|
|
406
|
-
"flags": {},
|
|
407
|
-
"children": [
|
|
408
|
-
{
|
|
409
|
-
"id": 73,
|
|
410
|
-
"name": "schema",
|
|
411
|
-
"kind": 1024,
|
|
412
|
-
"kindString": "Property",
|
|
403
|
+
},
|
|
404
|
+
{
|
|
405
|
+
"type": "reflection",
|
|
406
|
+
"declaration": {
|
|
407
|
+
"id": 83,
|
|
408
|
+
"name": "__type",
|
|
409
|
+
"kind": 65536,
|
|
410
|
+
"kindString": "Type literal",
|
|
413
411
|
"flags": {},
|
|
414
|
-
"
|
|
412
|
+
"children": [
|
|
415
413
|
{
|
|
416
|
-
"
|
|
417
|
-
"
|
|
418
|
-
"
|
|
414
|
+
"id": 84,
|
|
415
|
+
"name": "schema",
|
|
416
|
+
"kind": 1024,
|
|
417
|
+
"kindString": "Property",
|
|
418
|
+
"flags": {},
|
|
419
|
+
"sources": [
|
|
420
|
+
{
|
|
421
|
+
"fileName": "sdk/packages/payload/dist/esm/models/XyoPayload.d.ts",
|
|
422
|
+
"line": 19,
|
|
423
|
+
"character": 4
|
|
424
|
+
}
|
|
425
|
+
],
|
|
426
|
+
"type": {
|
|
427
|
+
"type": "intrinsic",
|
|
428
|
+
"name": "string"
|
|
429
|
+
}
|
|
419
430
|
}
|
|
420
431
|
],
|
|
421
|
-
"
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
"
|
|
430
|
-
|
|
431
|
-
|
|
432
|
+
"groups": [
|
|
433
|
+
{
|
|
434
|
+
"title": "Properties",
|
|
435
|
+
"children": [
|
|
436
|
+
84
|
|
437
|
+
]
|
|
438
|
+
}
|
|
439
|
+
],
|
|
440
|
+
"sources": [
|
|
441
|
+
{
|
|
442
|
+
"fileName": "sdk/packages/payload/dist/esm/models/XyoPayload.d.ts",
|
|
443
|
+
"line": 18,
|
|
444
|
+
"character": 17
|
|
445
|
+
}
|
|
432
446
|
]
|
|
433
447
|
}
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
{
|
|
437
|
-
"fileName": "sdk/packages/payload/dist/esm/models/Base.d.ts",
|
|
438
|
-
"line": 18,
|
|
439
|
-
"character": 17
|
|
440
|
-
}
|
|
441
|
-
]
|
|
442
|
-
}
|
|
448
|
+
}
|
|
449
|
+
]
|
|
443
450
|
}
|
|
444
|
-
]
|
|
451
|
+
],
|
|
452
|
+
"name": "XyoModule"
|
|
445
453
|
}
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
|
|
455
|
-
|
|
454
|
+
},
|
|
455
|
+
{
|
|
456
|
+
"id": 76,
|
|
457
|
+
"name": "schema",
|
|
458
|
+
"kind": 1024,
|
|
459
|
+
"kindString": "Property",
|
|
460
|
+
"flags": {},
|
|
461
|
+
"sources": [
|
|
462
|
+
{
|
|
463
|
+
"fileName": "plugins/packages/module-instance/src/Witness.ts",
|
|
464
|
+
"line": 14,
|
|
465
|
+
"character": 4,
|
|
466
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/cd4628e1/packages/plugins/packages/module-instance/src/Witness.ts#L14"
|
|
467
|
+
}
|
|
468
|
+
],
|
|
469
|
+
"type": {
|
|
470
|
+
"type": "literal",
|
|
471
|
+
"value": "network.xyo.module.instance.config"
|
|
472
|
+
}
|
|
473
|
+
}
|
|
474
|
+
],
|
|
475
|
+
"groups": [
|
|
476
|
+
{
|
|
477
|
+
"title": "Properties",
|
|
478
|
+
"children": [
|
|
479
|
+
77,
|
|
480
|
+
76
|
|
481
|
+
]
|
|
482
|
+
}
|
|
483
|
+
],
|
|
456
484
|
"sources": [
|
|
457
485
|
{
|
|
458
486
|
"fileName": "plugins/packages/module-instance/src/Witness.ts",
|
|
459
|
-
"line":
|
|
460
|
-
"character":
|
|
461
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
487
|
+
"line": 13,
|
|
488
|
+
"character": 2,
|
|
489
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/cd4628e1/packages/plugins/packages/module-instance/src/Witness.ts#L13"
|
|
462
490
|
}
|
|
463
|
-
],
|
|
464
|
-
"type": {
|
|
465
|
-
"type": "literal",
|
|
466
|
-
"value": "network.xyo.module.instance.config"
|
|
467
|
-
}
|
|
468
|
-
}
|
|
469
|
-
],
|
|
470
|
-
"groups": [
|
|
471
|
-
{
|
|
472
|
-
"title": "Properties",
|
|
473
|
-
"children": [
|
|
474
|
-
66,
|
|
475
|
-
65
|
|
476
491
|
]
|
|
477
492
|
}
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
"
|
|
483
|
-
"
|
|
484
|
-
"
|
|
485
|
-
|
|
486
|
-
]
|
|
487
|
-
}
|
|
488
|
-
},
|
|
489
|
-
{
|
|
490
|
-
"type": "reflection",
|
|
491
|
-
"declaration": {
|
|
492
|
-
"id": 74,
|
|
493
|
-
"name": "__type",
|
|
494
|
-
"kind": 65536,
|
|
495
|
-
"kindString": "Type literal",
|
|
496
|
-
"flags": {},
|
|
497
|
-
"children": [
|
|
498
|
-
{
|
|
499
|
-
"id": 75,
|
|
500
|
-
"name": "targetSchema",
|
|
501
|
-
"kind": 1024,
|
|
502
|
-
"kindString": "Property",
|
|
493
|
+
},
|
|
494
|
+
{
|
|
495
|
+
"type": "reflection",
|
|
496
|
+
"declaration": {
|
|
497
|
+
"id": 85,
|
|
498
|
+
"name": "__type",
|
|
499
|
+
"kind": 65536,
|
|
500
|
+
"kindString": "Type literal",
|
|
503
501
|
"flags": {},
|
|
502
|
+
"children": [
|
|
503
|
+
{
|
|
504
|
+
"id": 86,
|
|
505
|
+
"name": "targetSchema",
|
|
506
|
+
"kind": 1024,
|
|
507
|
+
"kindString": "Property",
|
|
508
|
+
"flags": {},
|
|
509
|
+
"sources": [
|
|
510
|
+
{
|
|
511
|
+
"fileName": "modules/packages/witness/dist/esm/Config.d.ts",
|
|
512
|
+
"line": 6,
|
|
513
|
+
"character": 4
|
|
514
|
+
}
|
|
515
|
+
],
|
|
516
|
+
"type": {
|
|
517
|
+
"type": "literal",
|
|
518
|
+
"value": "network.xyo.module.instance"
|
|
519
|
+
}
|
|
520
|
+
}
|
|
521
|
+
],
|
|
522
|
+
"groups": [
|
|
523
|
+
{
|
|
524
|
+
"title": "Properties",
|
|
525
|
+
"children": [
|
|
526
|
+
86
|
|
527
|
+
]
|
|
528
|
+
}
|
|
529
|
+
],
|
|
504
530
|
"sources": [
|
|
505
531
|
{
|
|
506
532
|
"fileName": "modules/packages/witness/dist/esm/Config.d.ts",
|
|
507
|
-
"line":
|
|
508
|
-
"character":
|
|
533
|
+
"line": 5,
|
|
534
|
+
"character": 154
|
|
509
535
|
}
|
|
510
|
-
],
|
|
511
|
-
"type": {
|
|
512
|
-
"type": "literal",
|
|
513
|
-
"value": "network.xyo.module.instance"
|
|
514
|
-
}
|
|
515
|
-
}
|
|
516
|
-
],
|
|
517
|
-
"groups": [
|
|
518
|
-
{
|
|
519
|
-
"title": "Properties",
|
|
520
|
-
"children": [
|
|
521
|
-
75
|
|
522
536
|
]
|
|
523
537
|
}
|
|
524
|
-
|
|
525
|
-
|
|
526
|
-
{
|
|
527
|
-
"fileName": "modules/packages/witness/dist/esm/Config.d.ts",
|
|
528
|
-
"line": 5,
|
|
529
|
-
"character": 154
|
|
530
|
-
}
|
|
531
|
-
]
|
|
532
|
-
}
|
|
538
|
+
}
|
|
539
|
+
]
|
|
533
540
|
}
|
|
534
|
-
]
|
|
535
|
-
|
|
536
|
-
},
|
|
537
|
-
{
|
|
538
|
-
"id": 76,
|
|
539
|
-
"name": "account",
|
|
540
|
-
"kind": 32768,
|
|
541
|
-
"kindString": "Parameter",
|
|
542
|
-
"flags": {
|
|
543
|
-
"isOptional": true
|
|
544
|
-
},
|
|
545
|
-
"type": {
|
|
546
|
-
"type": "reference",
|
|
547
|
-
"name": "XyoAccount"
|
|
548
|
-
}
|
|
549
|
-
},
|
|
550
|
-
{
|
|
551
|
-
"id": 77,
|
|
552
|
-
"name": "resolver",
|
|
553
|
-
"kind": 32768,
|
|
554
|
-
"kindString": "Parameter",
|
|
555
|
-
"flags": {
|
|
556
|
-
"isOptional": true
|
|
557
|
-
},
|
|
558
|
-
"type": {
|
|
559
|
-
"type": "reference",
|
|
560
|
-
"name": "XyoModuleResolverFunc"
|
|
541
|
+
],
|
|
542
|
+
"name": "XyoModuleParams"
|
|
561
543
|
}
|
|
562
544
|
}
|
|
563
545
|
],
|
|
@@ -578,7 +560,31 @@
|
|
|
578
560
|
}
|
|
579
561
|
},
|
|
580
562
|
{
|
|
581
|
-
"id":
|
|
563
|
+
"id": 126,
|
|
564
|
+
"name": "_started",
|
|
565
|
+
"kind": 1024,
|
|
566
|
+
"kindString": "Property",
|
|
567
|
+
"flags": {
|
|
568
|
+
"isProtected": true
|
|
569
|
+
},
|
|
570
|
+
"sources": [
|
|
571
|
+
{
|
|
572
|
+
"fileName": "modules/packages/module/dist/esm/XyoModule.d.ts",
|
|
573
|
+
"line": 19,
|
|
574
|
+
"character": 14
|
|
575
|
+
}
|
|
576
|
+
],
|
|
577
|
+
"type": {
|
|
578
|
+
"type": "intrinsic",
|
|
579
|
+
"name": "boolean"
|
|
580
|
+
},
|
|
581
|
+
"inheritedFrom": {
|
|
582
|
+
"type": "reference",
|
|
583
|
+
"name": "XyoWitness._started"
|
|
584
|
+
}
|
|
585
|
+
},
|
|
586
|
+
{
|
|
587
|
+
"id": 146,
|
|
582
588
|
"name": "account",
|
|
583
589
|
"kind": 1024,
|
|
584
590
|
"kindString": "Property",
|
|
@@ -588,7 +594,7 @@
|
|
|
588
594
|
"sources": [
|
|
589
595
|
{
|
|
590
596
|
"fileName": "modules/packages/module/dist/esm/XyoModule.d.ts",
|
|
591
|
-
"line":
|
|
597
|
+
"line": 22,
|
|
592
598
|
"character": 14
|
|
593
599
|
}
|
|
594
600
|
],
|
|
@@ -602,7 +608,7 @@
|
|
|
602
608
|
}
|
|
603
609
|
},
|
|
604
610
|
{
|
|
605
|
-
"id":
|
|
611
|
+
"id": 145,
|
|
606
612
|
"name": "allowedAddressSets",
|
|
607
613
|
"kind": 1024,
|
|
608
614
|
"kindString": "Property",
|
|
@@ -613,7 +619,7 @@
|
|
|
613
619
|
"sources": [
|
|
614
620
|
{
|
|
615
621
|
"fileName": "modules/packages/module/dist/esm/XyoModule.d.ts",
|
|
616
|
-
"line":
|
|
622
|
+
"line": 21,
|
|
617
623
|
"character": 14
|
|
618
624
|
}
|
|
619
625
|
],
|
|
@@ -642,20 +648,19 @@
|
|
|
642
648
|
}
|
|
643
649
|
},
|
|
644
650
|
{
|
|
645
|
-
"id":
|
|
651
|
+
"id": 127,
|
|
646
652
|
"name": "config",
|
|
647
653
|
"kind": 1024,
|
|
648
654
|
"kindString": "Property",
|
|
649
655
|
"flags": {
|
|
650
656
|
"isProtected": true,
|
|
651
|
-
"isOptional": true
|
|
652
|
-
"isReadonly": true
|
|
657
|
+
"isOptional": true
|
|
653
658
|
},
|
|
654
659
|
"sources": [
|
|
655
660
|
{
|
|
656
661
|
"fileName": "modules/packages/module/dist/esm/XyoModule.d.ts",
|
|
657
|
-
"line":
|
|
658
|
-
"character":
|
|
662
|
+
"line": 20,
|
|
663
|
+
"character": 14
|
|
659
664
|
}
|
|
660
665
|
],
|
|
661
666
|
"type": {
|
|
@@ -672,14 +677,14 @@
|
|
|
672
677
|
{
|
|
673
678
|
"type": "reflection",
|
|
674
679
|
"declaration": {
|
|
675
|
-
"id":
|
|
680
|
+
"id": 128,
|
|
676
681
|
"name": "__type",
|
|
677
682
|
"kind": 65536,
|
|
678
683
|
"kindString": "Type literal",
|
|
679
684
|
"flags": {},
|
|
680
685
|
"children": [
|
|
681
686
|
{
|
|
682
|
-
"id":
|
|
687
|
+
"id": 129,
|
|
683
688
|
"name": "security",
|
|
684
689
|
"kind": 1024,
|
|
685
690
|
"kindString": "Property",
|
|
@@ -696,14 +701,14 @@
|
|
|
696
701
|
"type": {
|
|
697
702
|
"type": "reflection",
|
|
698
703
|
"declaration": {
|
|
699
|
-
"id":
|
|
704
|
+
"id": 130,
|
|
700
705
|
"name": "__type",
|
|
701
706
|
"kind": 65536,
|
|
702
707
|
"kindString": "Type literal",
|
|
703
708
|
"flags": {},
|
|
704
709
|
"children": [
|
|
705
710
|
{
|
|
706
|
-
"id":
|
|
711
|
+
"id": 131,
|
|
707
712
|
"name": "allowed",
|
|
708
713
|
"kind": 1024,
|
|
709
714
|
"kindString": "Property",
|
|
@@ -741,7 +746,7 @@
|
|
|
741
746
|
}
|
|
742
747
|
},
|
|
743
748
|
{
|
|
744
|
-
"id":
|
|
749
|
+
"id": 132,
|
|
745
750
|
"name": "disallowed",
|
|
746
751
|
"kind": 1024,
|
|
747
752
|
"kindString": "Property",
|
|
@@ -780,8 +785,8 @@
|
|
|
780
785
|
{
|
|
781
786
|
"title": "Properties",
|
|
782
787
|
"children": [
|
|
783
|
-
|
|
784
|
-
|
|
788
|
+
131,
|
|
789
|
+
132
|
|
785
790
|
]
|
|
786
791
|
}
|
|
787
792
|
],
|
|
@@ -800,7 +805,7 @@
|
|
|
800
805
|
{
|
|
801
806
|
"title": "Properties",
|
|
802
807
|
"children": [
|
|
803
|
-
|
|
808
|
+
129
|
|
804
809
|
]
|
|
805
810
|
}
|
|
806
811
|
],
|
|
@@ -816,14 +821,14 @@
|
|
|
816
821
|
{
|
|
817
822
|
"type": "reflection",
|
|
818
823
|
"declaration": {
|
|
819
|
-
"id":
|
|
824
|
+
"id": 133,
|
|
820
825
|
"name": "__type",
|
|
821
826
|
"kind": 65536,
|
|
822
827
|
"kindString": "Type literal",
|
|
823
828
|
"flags": {},
|
|
824
829
|
"children": [
|
|
825
830
|
{
|
|
826
|
-
"id":
|
|
831
|
+
"id": 135,
|
|
827
832
|
"name": "module",
|
|
828
833
|
"kind": 1024,
|
|
829
834
|
"kindString": "Property",
|
|
@@ -835,7 +840,7 @@
|
|
|
835
840
|
"fileName": "plugins/packages/module-instance/src/Witness.ts",
|
|
836
841
|
"line": 15,
|
|
837
842
|
"character": 4,
|
|
838
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
843
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/cd4628e1/packages/plugins/packages/module-instance/src/Witness.ts#L15"
|
|
839
844
|
}
|
|
840
845
|
],
|
|
841
846
|
"type": {
|
|
@@ -855,14 +860,14 @@
|
|
|
855
860
|
{
|
|
856
861
|
"type": "reflection",
|
|
857
862
|
"declaration": {
|
|
858
|
-
"id":
|
|
863
|
+
"id": 136,
|
|
859
864
|
"name": "__type",
|
|
860
865
|
"kind": 65536,
|
|
861
866
|
"kindString": "Type literal",
|
|
862
867
|
"flags": {},
|
|
863
868
|
"children": [
|
|
864
869
|
{
|
|
865
|
-
"id":
|
|
870
|
+
"id": 137,
|
|
866
871
|
"name": "security",
|
|
867
872
|
"kind": 1024,
|
|
868
873
|
"kindString": "Property",
|
|
@@ -879,14 +884,14 @@
|
|
|
879
884
|
"type": {
|
|
880
885
|
"type": "reflection",
|
|
881
886
|
"declaration": {
|
|
882
|
-
"id":
|
|
887
|
+
"id": 138,
|
|
883
888
|
"name": "__type",
|
|
884
889
|
"kind": 65536,
|
|
885
890
|
"kindString": "Type literal",
|
|
886
891
|
"flags": {},
|
|
887
892
|
"children": [
|
|
888
893
|
{
|
|
889
|
-
"id":
|
|
894
|
+
"id": 139,
|
|
890
895
|
"name": "allowed",
|
|
891
896
|
"kind": 1024,
|
|
892
897
|
"kindString": "Property",
|
|
@@ -924,7 +929,7 @@
|
|
|
924
929
|
}
|
|
925
930
|
},
|
|
926
931
|
{
|
|
927
|
-
"id":
|
|
932
|
+
"id": 140,
|
|
928
933
|
"name": "disallowed",
|
|
929
934
|
"kind": 1024,
|
|
930
935
|
"kindString": "Property",
|
|
@@ -963,8 +968,8 @@
|
|
|
963
968
|
{
|
|
964
969
|
"title": "Properties",
|
|
965
970
|
"children": [
|
|
966
|
-
|
|
967
|
-
|
|
971
|
+
139,
|
|
972
|
+
140
|
|
968
973
|
]
|
|
969
974
|
}
|
|
970
975
|
],
|
|
@@ -983,7 +988,7 @@
|
|
|
983
988
|
{
|
|
984
989
|
"title": "Properties",
|
|
985
990
|
"children": [
|
|
986
|
-
|
|
991
|
+
137
|
|
987
992
|
]
|
|
988
993
|
}
|
|
989
994
|
],
|
|
@@ -999,21 +1004,21 @@
|
|
|
999
1004
|
{
|
|
1000
1005
|
"type": "reflection",
|
|
1001
1006
|
"declaration": {
|
|
1002
|
-
"id":
|
|
1007
|
+
"id": 141,
|
|
1003
1008
|
"name": "__type",
|
|
1004
1009
|
"kind": 65536,
|
|
1005
1010
|
"kindString": "Type literal",
|
|
1006
1011
|
"flags": {},
|
|
1007
1012
|
"children": [
|
|
1008
1013
|
{
|
|
1009
|
-
"id":
|
|
1014
|
+
"id": 142,
|
|
1010
1015
|
"name": "schema",
|
|
1011
1016
|
"kind": 1024,
|
|
1012
1017
|
"kindString": "Property",
|
|
1013
1018
|
"flags": {},
|
|
1014
1019
|
"sources": [
|
|
1015
1020
|
{
|
|
1016
|
-
"fileName": "sdk/packages/payload/dist/esm/models/
|
|
1021
|
+
"fileName": "sdk/packages/payload/dist/esm/models/XyoPayload.d.ts",
|
|
1017
1022
|
"line": 19,
|
|
1018
1023
|
"character": 4
|
|
1019
1024
|
}
|
|
@@ -1028,13 +1033,13 @@
|
|
|
1028
1033
|
{
|
|
1029
1034
|
"title": "Properties",
|
|
1030
1035
|
"children": [
|
|
1031
|
-
|
|
1036
|
+
142
|
|
1032
1037
|
]
|
|
1033
1038
|
}
|
|
1034
1039
|
],
|
|
1035
1040
|
"sources": [
|
|
1036
1041
|
{
|
|
1037
|
-
"fileName": "sdk/packages/payload/dist/esm/models/
|
|
1042
|
+
"fileName": "sdk/packages/payload/dist/esm/models/XyoPayload.d.ts",
|
|
1038
1043
|
"line": 18,
|
|
1039
1044
|
"character": 17
|
|
1040
1045
|
}
|
|
@@ -1048,7 +1053,7 @@
|
|
|
1048
1053
|
}
|
|
1049
1054
|
},
|
|
1050
1055
|
{
|
|
1051
|
-
"id":
|
|
1056
|
+
"id": 134,
|
|
1052
1057
|
"name": "schema",
|
|
1053
1058
|
"kind": 1024,
|
|
1054
1059
|
"kindString": "Property",
|
|
@@ -1058,7 +1063,7 @@
|
|
|
1058
1063
|
"fileName": "plugins/packages/module-instance/src/Witness.ts",
|
|
1059
1064
|
"line": 14,
|
|
1060
1065
|
"character": 4,
|
|
1061
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
1066
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/cd4628e1/packages/plugins/packages/module-instance/src/Witness.ts#L14"
|
|
1062
1067
|
}
|
|
1063
1068
|
],
|
|
1064
1069
|
"type": {
|
|
@@ -1071,8 +1076,8 @@
|
|
|
1071
1076
|
{
|
|
1072
1077
|
"title": "Properties",
|
|
1073
1078
|
"children": [
|
|
1074
|
-
|
|
1075
|
-
|
|
1079
|
+
135,
|
|
1080
|
+
134
|
|
1076
1081
|
]
|
|
1077
1082
|
}
|
|
1078
1083
|
],
|
|
@@ -1081,7 +1086,7 @@
|
|
|
1081
1086
|
"fileName": "plugins/packages/module-instance/src/Witness.ts",
|
|
1082
1087
|
"line": 13,
|
|
1083
1088
|
"character": 2,
|
|
1084
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
1089
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/cd4628e1/packages/plugins/packages/module-instance/src/Witness.ts#L13"
|
|
1085
1090
|
}
|
|
1086
1091
|
]
|
|
1087
1092
|
}
|
|
@@ -1089,14 +1094,14 @@
|
|
|
1089
1094
|
{
|
|
1090
1095
|
"type": "reflection",
|
|
1091
1096
|
"declaration": {
|
|
1092
|
-
"id":
|
|
1097
|
+
"id": 143,
|
|
1093
1098
|
"name": "__type",
|
|
1094
1099
|
"kind": 65536,
|
|
1095
1100
|
"kindString": "Type literal",
|
|
1096
1101
|
"flags": {},
|
|
1097
1102
|
"children": [
|
|
1098
1103
|
{
|
|
1099
|
-
"id":
|
|
1104
|
+
"id": 144,
|
|
1100
1105
|
"name": "targetSchema",
|
|
1101
1106
|
"kind": 1024,
|
|
1102
1107
|
"kindString": "Property",
|
|
@@ -1118,7 +1123,7 @@
|
|
|
1118
1123
|
{
|
|
1119
1124
|
"title": "Properties",
|
|
1120
1125
|
"children": [
|
|
1121
|
-
|
|
1126
|
+
144
|
|
1122
1127
|
]
|
|
1123
1128
|
}
|
|
1124
1129
|
],
|
|
@@ -1139,98 +1144,83 @@
|
|
|
1139
1144
|
}
|
|
1140
1145
|
},
|
|
1141
1146
|
{
|
|
1142
|
-
"id":
|
|
1143
|
-
"name": "
|
|
1147
|
+
"id": 148,
|
|
1148
|
+
"name": "logger",
|
|
1144
1149
|
"kind": 1024,
|
|
1145
1150
|
"kindString": "Property",
|
|
1146
1151
|
"flags": {
|
|
1147
1152
|
"isProtected": true,
|
|
1148
|
-
"isOptional": true
|
|
1153
|
+
"isOptional": true,
|
|
1154
|
+
"isReadonly": true
|
|
1149
1155
|
},
|
|
1150
1156
|
"sources": [
|
|
1151
1157
|
{
|
|
1152
1158
|
"fileName": "modules/packages/module/dist/esm/XyoModule.d.ts",
|
|
1153
|
-
"line":
|
|
1154
|
-
"character":
|
|
1159
|
+
"line": 24,
|
|
1160
|
+
"character": 23
|
|
1155
1161
|
}
|
|
1156
1162
|
],
|
|
1157
1163
|
"type": {
|
|
1158
1164
|
"type": "reference",
|
|
1159
|
-
"
|
|
1160
|
-
{
|
|
1161
|
-
"type": "intrinsic",
|
|
1162
|
-
"name": "string"
|
|
1163
|
-
},
|
|
1164
|
-
{
|
|
1165
|
-
"type": "array",
|
|
1166
|
-
"elementType": {
|
|
1167
|
-
"type": "intrinsic",
|
|
1168
|
-
"name": "string"
|
|
1169
|
-
}
|
|
1170
|
-
}
|
|
1171
|
-
],
|
|
1172
|
-
"name": "Record",
|
|
1173
|
-
"qualifiedName": "Record",
|
|
1174
|
-
"package": "typescript"
|
|
1165
|
+
"name": "Logging"
|
|
1175
1166
|
},
|
|
1176
1167
|
"inheritedFrom": {
|
|
1177
1168
|
"type": "reference",
|
|
1178
|
-
"name": "XyoWitness.
|
|
1169
|
+
"name": "XyoWitness.logger"
|
|
1179
1170
|
}
|
|
1180
1171
|
},
|
|
1181
1172
|
{
|
|
1182
|
-
"id":
|
|
1183
|
-
"name": "
|
|
1173
|
+
"id": 147,
|
|
1174
|
+
"name": "resolver",
|
|
1184
1175
|
"kind": 1024,
|
|
1185
1176
|
"kindString": "Property",
|
|
1186
1177
|
"flags": {
|
|
1187
1178
|
"isProtected": true,
|
|
1188
|
-
"isOptional": true
|
|
1189
|
-
"isReadonly": true
|
|
1179
|
+
"isOptional": true
|
|
1190
1180
|
},
|
|
1191
1181
|
"sources": [
|
|
1192
1182
|
{
|
|
1193
1183
|
"fileName": "modules/packages/module/dist/esm/XyoModule.d.ts",
|
|
1194
|
-
"line":
|
|
1195
|
-
"character":
|
|
1184
|
+
"line": 23,
|
|
1185
|
+
"character": 14
|
|
1196
1186
|
}
|
|
1197
1187
|
],
|
|
1198
1188
|
"type": {
|
|
1199
1189
|
"type": "reference",
|
|
1200
|
-
"name": "
|
|
1190
|
+
"name": "ModuleResolver"
|
|
1201
1191
|
},
|
|
1202
1192
|
"inheritedFrom": {
|
|
1203
1193
|
"type": "reference",
|
|
1204
|
-
"name": "XyoWitness.
|
|
1194
|
+
"name": "XyoWitness.resolver"
|
|
1205
1195
|
}
|
|
1206
1196
|
},
|
|
1207
1197
|
{
|
|
1208
|
-
"id":
|
|
1209
|
-
"name": "
|
|
1198
|
+
"id": 66,
|
|
1199
|
+
"name": "defaultLogger",
|
|
1210
1200
|
"kind": 1024,
|
|
1211
1201
|
"kindString": "Property",
|
|
1212
1202
|
"flags": {
|
|
1213
|
-
"
|
|
1203
|
+
"isStatic": true,
|
|
1214
1204
|
"isOptional": true
|
|
1215
1205
|
},
|
|
1216
1206
|
"sources": [
|
|
1217
1207
|
{
|
|
1218
1208
|
"fileName": "modules/packages/module/dist/esm/XyoModule.d.ts",
|
|
1219
|
-
"line":
|
|
1220
|
-
"character":
|
|
1209
|
+
"line": 47,
|
|
1210
|
+
"character": 11
|
|
1221
1211
|
}
|
|
1222
1212
|
],
|
|
1223
1213
|
"type": {
|
|
1224
1214
|
"type": "reference",
|
|
1225
|
-
"name": "
|
|
1215
|
+
"name": "Logger"
|
|
1226
1216
|
},
|
|
1227
1217
|
"inheritedFrom": {
|
|
1228
1218
|
"type": "reference",
|
|
1229
|
-
"name": "XyoWitness.
|
|
1219
|
+
"name": "XyoWitness.defaultLogger"
|
|
1230
1220
|
}
|
|
1231
1221
|
},
|
|
1232
1222
|
{
|
|
1233
|
-
"id":
|
|
1223
|
+
"id": 65,
|
|
1234
1224
|
"name": "schema",
|
|
1235
1225
|
"kind": 1024,
|
|
1236
1226
|
"kindString": "Property",
|
|
@@ -1240,9 +1230,9 @@
|
|
|
1240
1230
|
"sources": [
|
|
1241
1231
|
{
|
|
1242
1232
|
"fileName": "plugins/packages/module-instance/src/Witness.ts",
|
|
1243
|
-
"line":
|
|
1233
|
+
"line": 34,
|
|
1244
1234
|
"character": 9,
|
|
1245
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
1235
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/cd4628e1/packages/plugins/packages/module-instance/src/Witness.ts#L34"
|
|
1246
1236
|
}
|
|
1247
1237
|
],
|
|
1248
1238
|
"type": {
|
|
@@ -1252,7 +1242,7 @@
|
|
|
1252
1242
|
"defaultValue": "XyoModuleInstanceSchema"
|
|
1253
1243
|
},
|
|
1254
1244
|
{
|
|
1255
|
-
"id":
|
|
1245
|
+
"id": 164,
|
|
1256
1246
|
"name": "address",
|
|
1257
1247
|
"kind": 262144,
|
|
1258
1248
|
"kindString": "Accessor",
|
|
@@ -1260,12 +1250,12 @@
|
|
|
1260
1250
|
"sources": [
|
|
1261
1251
|
{
|
|
1262
1252
|
"fileName": "modules/packages/module/dist/esm/XyoModule.d.ts",
|
|
1263
|
-
"line":
|
|
1253
|
+
"line": 32,
|
|
1264
1254
|
"character": 8
|
|
1265
1255
|
}
|
|
1266
1256
|
],
|
|
1267
1257
|
"getSignature": {
|
|
1268
|
-
"id":
|
|
1258
|
+
"id": 165,
|
|
1269
1259
|
"name": "address",
|
|
1270
1260
|
"kind": 524288,
|
|
1271
1261
|
"kindString": "Get signature",
|
|
@@ -1285,23 +1275,21 @@
|
|
|
1285
1275
|
}
|
|
1286
1276
|
},
|
|
1287
1277
|
{
|
|
1288
|
-
"id":
|
|
1289
|
-
"name": "
|
|
1278
|
+
"id": 149,
|
|
1279
|
+
"name": "disallowedAddresses",
|
|
1290
1280
|
"kind": 262144,
|
|
1291
1281
|
"kindString": "Accessor",
|
|
1292
|
-
"flags": {
|
|
1293
|
-
"isProtected": true
|
|
1294
|
-
},
|
|
1282
|
+
"flags": {},
|
|
1295
1283
|
"sources": [
|
|
1296
1284
|
{
|
|
1297
1285
|
"fileName": "modules/packages/module/dist/esm/XyoModule.d.ts",
|
|
1298
|
-
"line":
|
|
1299
|
-
"character":
|
|
1286
|
+
"line": 25,
|
|
1287
|
+
"character": 8
|
|
1300
1288
|
}
|
|
1301
1289
|
],
|
|
1302
1290
|
"getSignature": {
|
|
1303
|
-
"id":
|
|
1304
|
-
"name": "
|
|
1291
|
+
"id": 150,
|
|
1292
|
+
"name": "disallowedAddresses",
|
|
1305
1293
|
"kind": 524288,
|
|
1306
1294
|
"kindString": "Get signature",
|
|
1307
1295
|
"flags": {},
|
|
@@ -1313,92 +1301,38 @@
|
|
|
1313
1301
|
"name": "undefined"
|
|
1314
1302
|
},
|
|
1315
1303
|
{
|
|
1316
|
-
"type": "
|
|
1317
|
-
"
|
|
1318
|
-
|
|
1319
|
-
|
|
1320
|
-
|
|
1321
|
-
|
|
1322
|
-
|
|
1323
|
-
|
|
1324
|
-
{
|
|
1325
|
-
"
|
|
1326
|
-
"
|
|
1327
|
-
"character": 26
|
|
1328
|
-
}
|
|
1329
|
-
],
|
|
1330
|
-
"signatures": [
|
|
1331
|
-
{
|
|
1332
|
-
"id": 143,
|
|
1333
|
-
"name": "__type",
|
|
1334
|
-
"kind": 4096,
|
|
1335
|
-
"kindString": "Call signature",
|
|
1336
|
-
"flags": {},
|
|
1337
|
-
"parameters": [
|
|
1338
|
-
{
|
|
1339
|
-
"id": 144,
|
|
1340
|
-
"name": "tag",
|
|
1341
|
-
"kind": 32768,
|
|
1342
|
-
"kindString": "Parameter",
|
|
1343
|
-
"flags": {},
|
|
1344
|
-
"type": {
|
|
1345
|
-
"type": "intrinsic",
|
|
1346
|
-
"name": "string"
|
|
1347
|
-
}
|
|
1348
|
-
},
|
|
1349
|
-
{
|
|
1350
|
-
"id": 145,
|
|
1351
|
-
"name": "message",
|
|
1352
|
-
"kind": 32768,
|
|
1353
|
-
"kindString": "Parameter",
|
|
1354
|
-
"flags": {
|
|
1355
|
-
"isOptional": true
|
|
1356
|
-
},
|
|
1357
|
-
"type": {
|
|
1358
|
-
"type": "union",
|
|
1359
|
-
"types": [
|
|
1360
|
-
{
|
|
1361
|
-
"type": "intrinsic",
|
|
1362
|
-
"name": "string"
|
|
1363
|
-
},
|
|
1364
|
-
{
|
|
1365
|
-
"type": "intrinsic",
|
|
1366
|
-
"name": "number"
|
|
1367
|
-
},
|
|
1368
|
-
{
|
|
1369
|
-
"type": "intrinsic",
|
|
1370
|
-
"name": "boolean"
|
|
1371
|
-
},
|
|
1372
|
-
{
|
|
1373
|
-
"type": "intrinsic",
|
|
1374
|
-
"name": "object"
|
|
1375
|
-
}
|
|
1376
|
-
]
|
|
1377
|
-
}
|
|
1378
|
-
}
|
|
1379
|
-
],
|
|
1380
|
-
"type": {
|
|
1381
|
-
"type": "intrinsic",
|
|
1382
|
-
"name": "void"
|
|
1383
|
-
}
|
|
1304
|
+
"type": "reference",
|
|
1305
|
+
"typeArguments": [
|
|
1306
|
+
{
|
|
1307
|
+
"type": "intrinsic",
|
|
1308
|
+
"name": "string"
|
|
1309
|
+
},
|
|
1310
|
+
{
|
|
1311
|
+
"type": "array",
|
|
1312
|
+
"elementType": {
|
|
1313
|
+
"type": "intrinsic",
|
|
1314
|
+
"name": "string"
|
|
1384
1315
|
}
|
|
1385
|
-
|
|
1386
|
-
|
|
1316
|
+
}
|
|
1317
|
+
],
|
|
1318
|
+
"name": "Record",
|
|
1319
|
+
"qualifiedName": "Record",
|
|
1320
|
+
"package": "typescript"
|
|
1387
1321
|
}
|
|
1388
1322
|
]
|
|
1389
1323
|
},
|
|
1390
1324
|
"inheritedFrom": {
|
|
1391
1325
|
"type": "reference",
|
|
1392
|
-
"name": "XyoWitness.
|
|
1326
|
+
"name": "XyoWitness.disallowedAddresses"
|
|
1393
1327
|
}
|
|
1394
1328
|
},
|
|
1395
1329
|
"inheritedFrom": {
|
|
1396
1330
|
"type": "reference",
|
|
1397
|
-
"name": "XyoWitness.
|
|
1331
|
+
"name": "XyoWitness.disallowedAddresses"
|
|
1398
1332
|
}
|
|
1399
1333
|
},
|
|
1400
1334
|
{
|
|
1401
|
-
"id":
|
|
1335
|
+
"id": 87,
|
|
1402
1336
|
"name": "module",
|
|
1403
1337
|
"kind": 262144,
|
|
1404
1338
|
"kindString": "Accessor",
|
|
@@ -1408,13 +1342,13 @@
|
|
|
1408
1342
|
"sources": [
|
|
1409
1343
|
{
|
|
1410
1344
|
"fileName": "plugins/packages/module-instance/src/Witness.ts",
|
|
1411
|
-
"line":
|
|
1345
|
+
"line": 26,
|
|
1412
1346
|
"character": 16,
|
|
1413
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
1347
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/cd4628e1/packages/plugins/packages/module-instance/src/Witness.ts#L26"
|
|
1414
1348
|
}
|
|
1415
1349
|
],
|
|
1416
1350
|
"getSignature": {
|
|
1417
|
-
"id":
|
|
1351
|
+
"id": 88,
|
|
1418
1352
|
"name": "module",
|
|
1419
1353
|
"kind": 524288,
|
|
1420
1354
|
"kindString": "Get signature",
|
|
@@ -1443,14 +1377,14 @@
|
|
|
1443
1377
|
{
|
|
1444
1378
|
"type": "reflection",
|
|
1445
1379
|
"declaration": {
|
|
1446
|
-
"id":
|
|
1380
|
+
"id": 89,
|
|
1447
1381
|
"name": "__type",
|
|
1448
1382
|
"kind": 65536,
|
|
1449
1383
|
"kindString": "Type literal",
|
|
1450
1384
|
"flags": {},
|
|
1451
1385
|
"children": [
|
|
1452
1386
|
{
|
|
1453
|
-
"id":
|
|
1387
|
+
"id": 90,
|
|
1454
1388
|
"name": "security",
|
|
1455
1389
|
"kind": 1024,
|
|
1456
1390
|
"kindString": "Property",
|
|
@@ -1467,14 +1401,14 @@
|
|
|
1467
1401
|
"type": {
|
|
1468
1402
|
"type": "reflection",
|
|
1469
1403
|
"declaration": {
|
|
1470
|
-
"id":
|
|
1404
|
+
"id": 91,
|
|
1471
1405
|
"name": "__type",
|
|
1472
1406
|
"kind": 65536,
|
|
1473
1407
|
"kindString": "Type literal",
|
|
1474
1408
|
"flags": {},
|
|
1475
1409
|
"children": [
|
|
1476
1410
|
{
|
|
1477
|
-
"id":
|
|
1411
|
+
"id": 92,
|
|
1478
1412
|
"name": "allowed",
|
|
1479
1413
|
"kind": 1024,
|
|
1480
1414
|
"kindString": "Property",
|
|
@@ -1512,7 +1446,7 @@
|
|
|
1512
1446
|
}
|
|
1513
1447
|
},
|
|
1514
1448
|
{
|
|
1515
|
-
"id":
|
|
1449
|
+
"id": 93,
|
|
1516
1450
|
"name": "disallowed",
|
|
1517
1451
|
"kind": 1024,
|
|
1518
1452
|
"kindString": "Property",
|
|
@@ -1551,8 +1485,8 @@
|
|
|
1551
1485
|
{
|
|
1552
1486
|
"title": "Properties",
|
|
1553
1487
|
"children": [
|
|
1554
|
-
|
|
1555
|
-
|
|
1488
|
+
92,
|
|
1489
|
+
93
|
|
1556
1490
|
]
|
|
1557
1491
|
}
|
|
1558
1492
|
],
|
|
@@ -1571,7 +1505,7 @@
|
|
|
1571
1505
|
{
|
|
1572
1506
|
"title": "Properties",
|
|
1573
1507
|
"children": [
|
|
1574
|
-
|
|
1508
|
+
90
|
|
1575
1509
|
]
|
|
1576
1510
|
}
|
|
1577
1511
|
],
|
|
@@ -1587,21 +1521,21 @@
|
|
|
1587
1521
|
{
|
|
1588
1522
|
"type": "reflection",
|
|
1589
1523
|
"declaration": {
|
|
1590
|
-
"id":
|
|
1524
|
+
"id": 94,
|
|
1591
1525
|
"name": "__type",
|
|
1592
1526
|
"kind": 65536,
|
|
1593
1527
|
"kindString": "Type literal",
|
|
1594
1528
|
"flags": {},
|
|
1595
1529
|
"children": [
|
|
1596
1530
|
{
|
|
1597
|
-
"id":
|
|
1531
|
+
"id": 95,
|
|
1598
1532
|
"name": "schema",
|
|
1599
1533
|
"kind": 1024,
|
|
1600
1534
|
"kindString": "Property",
|
|
1601
1535
|
"flags": {},
|
|
1602
1536
|
"sources": [
|
|
1603
1537
|
{
|
|
1604
|
-
"fileName": "sdk/packages/payload/dist/esm/models/
|
|
1538
|
+
"fileName": "sdk/packages/payload/dist/esm/models/XyoPayload.d.ts",
|
|
1605
1539
|
"line": 19,
|
|
1606
1540
|
"character": 4
|
|
1607
1541
|
}
|
|
@@ -1616,13 +1550,13 @@
|
|
|
1616
1550
|
{
|
|
1617
1551
|
"title": "Properties",
|
|
1618
1552
|
"children": [
|
|
1619
|
-
|
|
1553
|
+
95
|
|
1620
1554
|
]
|
|
1621
1555
|
}
|
|
1622
1556
|
],
|
|
1623
1557
|
"sources": [
|
|
1624
1558
|
{
|
|
1625
|
-
"fileName": "sdk/packages/payload/dist/esm/models/
|
|
1559
|
+
"fileName": "sdk/packages/payload/dist/esm/models/XyoPayload.d.ts",
|
|
1626
1560
|
"line": 18,
|
|
1627
1561
|
"character": 17
|
|
1628
1562
|
}
|
|
@@ -1639,7 +1573,7 @@
|
|
|
1639
1573
|
}
|
|
1640
1574
|
},
|
|
1641
1575
|
{
|
|
1642
|
-
"id":
|
|
1576
|
+
"id": 107,
|
|
1643
1577
|
"name": "targetSchema",
|
|
1644
1578
|
"kind": 262144,
|
|
1645
1579
|
"kindString": "Accessor",
|
|
@@ -1652,7 +1586,7 @@
|
|
|
1652
1586
|
}
|
|
1653
1587
|
],
|
|
1654
1588
|
"getSignature": {
|
|
1655
|
-
"id":
|
|
1589
|
+
"id": 108,
|
|
1656
1590
|
"name": "targetSchema",
|
|
1657
1591
|
"kind": 524288,
|
|
1658
1592
|
"kindString": "Get signature",
|
|
@@ -1688,28 +1622,30 @@
|
|
|
1688
1622
|
}
|
|
1689
1623
|
},
|
|
1690
1624
|
{
|
|
1691
|
-
"id":
|
|
1625
|
+
"id": 183,
|
|
1692
1626
|
"name": "bindHashes",
|
|
1693
1627
|
"kind": 2048,
|
|
1694
1628
|
"kindString": "Method",
|
|
1695
|
-
"flags": {
|
|
1629
|
+
"flags": {
|
|
1630
|
+
"isProtected": true
|
|
1631
|
+
},
|
|
1696
1632
|
"sources": [
|
|
1697
1633
|
{
|
|
1698
1634
|
"fileName": "modules/packages/module/dist/esm/XyoModule.d.ts",
|
|
1699
|
-
"line":
|
|
1700
|
-
"character":
|
|
1635
|
+
"line": 41,
|
|
1636
|
+
"character": 14
|
|
1701
1637
|
}
|
|
1702
1638
|
],
|
|
1703
1639
|
"signatures": [
|
|
1704
1640
|
{
|
|
1705
|
-
"id":
|
|
1641
|
+
"id": 184,
|
|
1706
1642
|
"name": "bindHashes",
|
|
1707
1643
|
"kind": 4096,
|
|
1708
1644
|
"kindString": "Call signature",
|
|
1709
1645
|
"flags": {},
|
|
1710
1646
|
"parameters": [
|
|
1711
1647
|
{
|
|
1712
|
-
"id":
|
|
1648
|
+
"id": 185,
|
|
1713
1649
|
"name": "hashes",
|
|
1714
1650
|
"kind": 32768,
|
|
1715
1651
|
"kindString": "Parameter",
|
|
@@ -1723,7 +1659,7 @@
|
|
|
1723
1659
|
}
|
|
1724
1660
|
},
|
|
1725
1661
|
{
|
|
1726
|
-
"id":
|
|
1662
|
+
"id": 186,
|
|
1727
1663
|
"name": "schema",
|
|
1728
1664
|
"kind": 32768,
|
|
1729
1665
|
"kindString": "Parameter",
|
|
@@ -1737,7 +1673,7 @@
|
|
|
1737
1673
|
}
|
|
1738
1674
|
},
|
|
1739
1675
|
{
|
|
1740
|
-
"id":
|
|
1676
|
+
"id": 187,
|
|
1741
1677
|
"name": "account",
|
|
1742
1678
|
"kind": 32768,
|
|
1743
1679
|
"kindString": "Parameter",
|
|
@@ -1776,28 +1712,30 @@
|
|
|
1776
1712
|
}
|
|
1777
1713
|
},
|
|
1778
1714
|
{
|
|
1779
|
-
"id":
|
|
1715
|
+
"id": 176,
|
|
1780
1716
|
"name": "bindHashesInternal",
|
|
1781
1717
|
"kind": 2048,
|
|
1782
1718
|
"kindString": "Method",
|
|
1783
|
-
"flags": {
|
|
1719
|
+
"flags": {
|
|
1720
|
+
"isProtected": true
|
|
1721
|
+
},
|
|
1784
1722
|
"sources": [
|
|
1785
1723
|
{
|
|
1786
1724
|
"fileName": "modules/packages/module/dist/esm/XyoModule.d.ts",
|
|
1787
|
-
"line":
|
|
1788
|
-
"character":
|
|
1725
|
+
"line": 40,
|
|
1726
|
+
"character": 14
|
|
1789
1727
|
}
|
|
1790
1728
|
],
|
|
1791
1729
|
"signatures": [
|
|
1792
1730
|
{
|
|
1793
|
-
"id":
|
|
1731
|
+
"id": 177,
|
|
1794
1732
|
"name": "bindHashesInternal",
|
|
1795
1733
|
"kind": 4096,
|
|
1796
1734
|
"kindString": "Call signature",
|
|
1797
1735
|
"flags": {},
|
|
1798
1736
|
"parameters": [
|
|
1799
1737
|
{
|
|
1800
|
-
"id":
|
|
1738
|
+
"id": 178,
|
|
1801
1739
|
"name": "hashes",
|
|
1802
1740
|
"kind": 32768,
|
|
1803
1741
|
"kindString": "Parameter",
|
|
@@ -1811,7 +1749,7 @@
|
|
|
1811
1749
|
}
|
|
1812
1750
|
},
|
|
1813
1751
|
{
|
|
1814
|
-
"id":
|
|
1752
|
+
"id": 179,
|
|
1815
1753
|
"name": "schema",
|
|
1816
1754
|
"kind": 32768,
|
|
1817
1755
|
"kindString": "Parameter",
|
|
@@ -1825,7 +1763,7 @@
|
|
|
1825
1763
|
}
|
|
1826
1764
|
},
|
|
1827
1765
|
{
|
|
1828
|
-
"id":
|
|
1766
|
+
"id": 180,
|
|
1829
1767
|
"name": "account",
|
|
1830
1768
|
"kind": 32768,
|
|
1831
1769
|
"kindString": "Parameter",
|
|
@@ -1855,21 +1793,21 @@
|
|
|
1855
1793
|
{
|
|
1856
1794
|
"type": "reflection",
|
|
1857
1795
|
"declaration": {
|
|
1858
|
-
"id":
|
|
1796
|
+
"id": 181,
|
|
1859
1797
|
"name": "__type",
|
|
1860
1798
|
"kind": 65536,
|
|
1861
1799
|
"kindString": "Type literal",
|
|
1862
1800
|
"flags": {},
|
|
1863
1801
|
"children": [
|
|
1864
1802
|
{
|
|
1865
|
-
"id":
|
|
1803
|
+
"id": 182,
|
|
1866
1804
|
"name": "schema",
|
|
1867
1805
|
"kind": 1024,
|
|
1868
1806
|
"kindString": "Property",
|
|
1869
1807
|
"flags": {},
|
|
1870
1808
|
"sources": [
|
|
1871
1809
|
{
|
|
1872
|
-
"fileName": "sdk/packages/payload/dist/esm/models/
|
|
1810
|
+
"fileName": "sdk/packages/payload/dist/esm/models/XyoPayload.d.ts",
|
|
1873
1811
|
"line": 19,
|
|
1874
1812
|
"character": 4
|
|
1875
1813
|
}
|
|
@@ -1884,13 +1822,13 @@
|
|
|
1884
1822
|
{
|
|
1885
1823
|
"title": "Properties",
|
|
1886
1824
|
"children": [
|
|
1887
|
-
|
|
1825
|
+
182
|
|
1888
1826
|
]
|
|
1889
1827
|
}
|
|
1890
1828
|
],
|
|
1891
1829
|
"sources": [
|
|
1892
1830
|
{
|
|
1893
|
-
"fileName": "sdk/packages/payload/dist/esm/models/
|
|
1831
|
+
"fileName": "sdk/packages/payload/dist/esm/models/XyoPayload.d.ts",
|
|
1894
1832
|
"line": 18,
|
|
1895
1833
|
"character": 17
|
|
1896
1834
|
}
|
|
@@ -1914,28 +1852,30 @@
|
|
|
1914
1852
|
}
|
|
1915
1853
|
},
|
|
1916
1854
|
{
|
|
1917
|
-
"id":
|
|
1855
|
+
"id": 221,
|
|
1918
1856
|
"name": "bindQuery",
|
|
1919
1857
|
"kind": 2048,
|
|
1920
1858
|
"kindString": "Method",
|
|
1921
|
-
"flags": {
|
|
1859
|
+
"flags": {
|
|
1860
|
+
"isProtected": true
|
|
1861
|
+
},
|
|
1922
1862
|
"sources": [
|
|
1923
1863
|
{
|
|
1924
1864
|
"fileName": "modules/packages/module/dist/esm/XyoModule.d.ts",
|
|
1925
|
-
"line":
|
|
1926
|
-
"character":
|
|
1865
|
+
"line": 45,
|
|
1866
|
+
"character": 14
|
|
1927
1867
|
}
|
|
1928
1868
|
],
|
|
1929
1869
|
"signatures": [
|
|
1930
1870
|
{
|
|
1931
|
-
"id":
|
|
1871
|
+
"id": 222,
|
|
1932
1872
|
"name": "bindQuery",
|
|
1933
1873
|
"kind": 4096,
|
|
1934
1874
|
"kindString": "Call signature",
|
|
1935
1875
|
"flags": {},
|
|
1936
1876
|
"typeParameter": [
|
|
1937
1877
|
{
|
|
1938
|
-
"id":
|
|
1878
|
+
"id": 227,
|
|
1939
1879
|
"name": "T",
|
|
1940
1880
|
"kind": 131072,
|
|
1941
1881
|
"kindString": "Type parameter",
|
|
@@ -1961,21 +1901,21 @@
|
|
|
1961
1901
|
{
|
|
1962
1902
|
"type": "reflection",
|
|
1963
1903
|
"declaration": {
|
|
1964
|
-
"id":
|
|
1904
|
+
"id": 223,
|
|
1965
1905
|
"name": "__type",
|
|
1966
1906
|
"kind": 65536,
|
|
1967
1907
|
"kindString": "Type literal",
|
|
1968
1908
|
"flags": {},
|
|
1969
1909
|
"children": [
|
|
1970
1910
|
{
|
|
1971
|
-
"id":
|
|
1911
|
+
"id": 224,
|
|
1972
1912
|
"name": "schema",
|
|
1973
1913
|
"kind": 1024,
|
|
1974
1914
|
"kindString": "Property",
|
|
1975
1915
|
"flags": {},
|
|
1976
1916
|
"sources": [
|
|
1977
1917
|
{
|
|
1978
|
-
"fileName": "sdk/packages/payload/dist/esm/models/
|
|
1918
|
+
"fileName": "sdk/packages/payload/dist/esm/models/XyoPayload.d.ts",
|
|
1979
1919
|
"line": 17,
|
|
1980
1920
|
"character": 4
|
|
1981
1921
|
}
|
|
@@ -1990,13 +1930,13 @@
|
|
|
1990
1930
|
{
|
|
1991
1931
|
"title": "Properties",
|
|
1992
1932
|
"children": [
|
|
1993
|
-
|
|
1933
|
+
224
|
|
1994
1934
|
]
|
|
1995
1935
|
}
|
|
1996
1936
|
],
|
|
1997
1937
|
"sources": [
|
|
1998
1938
|
{
|
|
1999
|
-
"fileName": "sdk/packages/payload/dist/esm/models/
|
|
1939
|
+
"fileName": "sdk/packages/payload/dist/esm/models/XyoPayload.d.ts",
|
|
2000
1940
|
"line": 16,
|
|
2001
1941
|
"character": 227
|
|
2002
1942
|
}
|
|
@@ -2026,21 +1966,21 @@
|
|
|
2026
1966
|
{
|
|
2027
1967
|
"type": "reflection",
|
|
2028
1968
|
"declaration": {
|
|
2029
|
-
"id":
|
|
1969
|
+
"id": 225,
|
|
2030
1970
|
"name": "__type",
|
|
2031
1971
|
"kind": 65536,
|
|
2032
1972
|
"kindString": "Type literal",
|
|
2033
1973
|
"flags": {},
|
|
2034
1974
|
"children": [
|
|
2035
1975
|
{
|
|
2036
|
-
"id":
|
|
1976
|
+
"id": 226,
|
|
2037
1977
|
"name": "schema",
|
|
2038
1978
|
"kind": 1024,
|
|
2039
1979
|
"kindString": "Property",
|
|
2040
1980
|
"flags": {},
|
|
2041
1981
|
"sources": [
|
|
2042
1982
|
{
|
|
2043
|
-
"fileName": "sdk/packages/payload/dist/esm/models/
|
|
1983
|
+
"fileName": "sdk/packages/payload/dist/esm/models/XyoPayload.d.ts",
|
|
2044
1984
|
"line": 17,
|
|
2045
1985
|
"character": 4
|
|
2046
1986
|
}
|
|
@@ -2055,13 +1995,13 @@
|
|
|
2055
1995
|
{
|
|
2056
1996
|
"title": "Properties",
|
|
2057
1997
|
"children": [
|
|
2058
|
-
|
|
1998
|
+
226
|
|
2059
1999
|
]
|
|
2060
2000
|
}
|
|
2061
2001
|
],
|
|
2062
2002
|
"sources": [
|
|
2063
2003
|
{
|
|
2064
|
-
"fileName": "sdk/packages/payload/dist/esm/models/
|
|
2004
|
+
"fileName": "sdk/packages/payload/dist/esm/models/XyoPayload.d.ts",
|
|
2065
2005
|
"line": 16,
|
|
2066
2006
|
"character": 227
|
|
2067
2007
|
}
|
|
@@ -2079,19 +2019,19 @@
|
|
|
2079
2019
|
],
|
|
2080
2020
|
"parameters": [
|
|
2081
2021
|
{
|
|
2082
|
-
"id":
|
|
2022
|
+
"id": 228,
|
|
2083
2023
|
"name": "query",
|
|
2084
2024
|
"kind": 32768,
|
|
2085
2025
|
"kindString": "Parameter",
|
|
2086
2026
|
"flags": {},
|
|
2087
2027
|
"type": {
|
|
2088
2028
|
"type": "reference",
|
|
2089
|
-
"id":
|
|
2029
|
+
"id": 227,
|
|
2090
2030
|
"name": "T"
|
|
2091
2031
|
}
|
|
2092
2032
|
},
|
|
2093
2033
|
{
|
|
2094
|
-
"id":
|
|
2034
|
+
"id": 229,
|
|
2095
2035
|
"name": "payloads",
|
|
2096
2036
|
"kind": 32768,
|
|
2097
2037
|
"kindString": "Parameter",
|
|
@@ -2114,21 +2054,21 @@
|
|
|
2114
2054
|
{
|
|
2115
2055
|
"type": "reflection",
|
|
2116
2056
|
"declaration": {
|
|
2117
|
-
"id":
|
|
2057
|
+
"id": 230,
|
|
2118
2058
|
"name": "__type",
|
|
2119
2059
|
"kind": 65536,
|
|
2120
2060
|
"kindString": "Type literal",
|
|
2121
2061
|
"flags": {},
|
|
2122
2062
|
"children": [
|
|
2123
2063
|
{
|
|
2124
|
-
"id":
|
|
2064
|
+
"id": 231,
|
|
2125
2065
|
"name": "schema",
|
|
2126
2066
|
"kind": 1024,
|
|
2127
2067
|
"kindString": "Property",
|
|
2128
2068
|
"flags": {},
|
|
2129
2069
|
"sources": [
|
|
2130
2070
|
{
|
|
2131
|
-
"fileName": "sdk/packages/payload/dist/esm/models/
|
|
2071
|
+
"fileName": "sdk/packages/payload/dist/esm/models/XyoPayload.d.ts",
|
|
2132
2072
|
"line": 19,
|
|
2133
2073
|
"character": 4
|
|
2134
2074
|
}
|
|
@@ -2143,13 +2083,13 @@
|
|
|
2143
2083
|
{
|
|
2144
2084
|
"title": "Properties",
|
|
2145
2085
|
"children": [
|
|
2146
|
-
|
|
2086
|
+
231
|
|
2147
2087
|
]
|
|
2148
2088
|
}
|
|
2149
2089
|
],
|
|
2150
2090
|
"sources": [
|
|
2151
2091
|
{
|
|
2152
|
-
"fileName": "sdk/packages/payload/dist/esm/models/
|
|
2092
|
+
"fileName": "sdk/packages/payload/dist/esm/models/XyoPayload.d.ts",
|
|
2153
2093
|
"line": 18,
|
|
2154
2094
|
"character": 17
|
|
2155
2095
|
}
|
|
@@ -2161,7 +2101,7 @@
|
|
|
2161
2101
|
}
|
|
2162
2102
|
},
|
|
2163
2103
|
{
|
|
2164
|
-
"id":
|
|
2104
|
+
"id": 232,
|
|
2165
2105
|
"name": "account",
|
|
2166
2106
|
"kind": 32768,
|
|
2167
2107
|
"kindString": "Parameter",
|
|
@@ -2193,27 +2133,27 @@
|
|
|
2193
2133
|
},
|
|
2194
2134
|
{
|
|
2195
2135
|
"type": "reference",
|
|
2196
|
-
"name": "
|
|
2136
|
+
"name": "XyoBoundWitnessFields"
|
|
2197
2137
|
},
|
|
2198
2138
|
{
|
|
2199
2139
|
"type": "reflection",
|
|
2200
2140
|
"declaration": {
|
|
2201
|
-
"id":
|
|
2141
|
+
"id": 233,
|
|
2202
2142
|
"name": "__type",
|
|
2203
2143
|
"kind": 65536,
|
|
2204
2144
|
"kindString": "Type literal",
|
|
2205
2145
|
"flags": {},
|
|
2206
2146
|
"children": [
|
|
2207
2147
|
{
|
|
2208
|
-
"id":
|
|
2148
|
+
"id": 235,
|
|
2209
2149
|
"name": "query",
|
|
2210
2150
|
"kind": 1024,
|
|
2211
2151
|
"kindString": "Property",
|
|
2212
2152
|
"flags": {},
|
|
2213
2153
|
"sources": [
|
|
2214
2154
|
{
|
|
2215
|
-
"fileName": "modules/packages/module/dist/esm/Query.d.ts",
|
|
2216
|
-
"line":
|
|
2155
|
+
"fileName": "modules/packages/module/dist/esm/Query/XyoQueryBoundWitness.d.ts",
|
|
2156
|
+
"line": 6,
|
|
2217
2157
|
"character": 4
|
|
2218
2158
|
}
|
|
2219
2159
|
],
|
|
@@ -2223,15 +2163,15 @@
|
|
|
2223
2163
|
}
|
|
2224
2164
|
},
|
|
2225
2165
|
{
|
|
2226
|
-
"id":
|
|
2166
|
+
"id": 234,
|
|
2227
2167
|
"name": "schema",
|
|
2228
2168
|
"kind": 1024,
|
|
2229
2169
|
"kindString": "Property",
|
|
2230
2170
|
"flags": {},
|
|
2231
2171
|
"sources": [
|
|
2232
2172
|
{
|
|
2233
|
-
"fileName": "modules/packages/module/dist/esm/Query.d.ts",
|
|
2234
|
-
"line":
|
|
2173
|
+
"fileName": "modules/packages/module/dist/esm/Query/XyoQueryBoundWitness.d.ts",
|
|
2174
|
+
"line": 5,
|
|
2235
2175
|
"character": 4
|
|
2236
2176
|
}
|
|
2237
2177
|
],
|
|
@@ -2245,15 +2185,15 @@
|
|
|
2245
2185
|
{
|
|
2246
2186
|
"title": "Properties",
|
|
2247
2187
|
"children": [
|
|
2248
|
-
|
|
2249
|
-
|
|
2188
|
+
235,
|
|
2189
|
+
234
|
|
2250
2190
|
]
|
|
2251
2191
|
}
|
|
2252
2192
|
],
|
|
2253
2193
|
"sources": [
|
|
2254
2194
|
{
|
|
2255
|
-
"fileName": "modules/packages/module/dist/esm/Query.d.ts",
|
|
2256
|
-
"line":
|
|
2195
|
+
"fileName": "modules/packages/module/dist/esm/Query/XyoQueryBoundWitness.d.ts",
|
|
2196
|
+
"line": 4,
|
|
2257
2197
|
"character": 59
|
|
2258
2198
|
}
|
|
2259
2199
|
]
|
|
@@ -2277,21 +2217,21 @@
|
|
|
2277
2217
|
{
|
|
2278
2218
|
"type": "reflection",
|
|
2279
2219
|
"declaration": {
|
|
2280
|
-
"id":
|
|
2220
|
+
"id": 236,
|
|
2281
2221
|
"name": "__type",
|
|
2282
2222
|
"kind": 65536,
|
|
2283
2223
|
"kindString": "Type literal",
|
|
2284
2224
|
"flags": {},
|
|
2285
2225
|
"children": [
|
|
2286
2226
|
{
|
|
2287
|
-
"id":
|
|
2227
|
+
"id": 237,
|
|
2288
2228
|
"name": "schema",
|
|
2289
2229
|
"kind": 1024,
|
|
2290
2230
|
"kindString": "Property",
|
|
2291
2231
|
"flags": {},
|
|
2292
2232
|
"sources": [
|
|
2293
2233
|
{
|
|
2294
|
-
"fileName": "sdk/packages/payload/dist/esm/models/
|
|
2234
|
+
"fileName": "sdk/packages/payload/dist/esm/models/XyoPayload.d.ts",
|
|
2295
2235
|
"line": 19,
|
|
2296
2236
|
"character": 4
|
|
2297
2237
|
}
|
|
@@ -2306,13 +2246,13 @@
|
|
|
2306
2246
|
{
|
|
2307
2247
|
"title": "Properties",
|
|
2308
2248
|
"children": [
|
|
2309
|
-
|
|
2249
|
+
237
|
|
2310
2250
|
]
|
|
2311
2251
|
}
|
|
2312
2252
|
],
|
|
2313
2253
|
"sources": [
|
|
2314
2254
|
{
|
|
2315
|
-
"fileName": "sdk/packages/payload/dist/esm/models/
|
|
2255
|
+
"fileName": "sdk/packages/payload/dist/esm/models/XyoPayload.d.ts",
|
|
2316
2256
|
"line": 18,
|
|
2317
2257
|
"character": 17
|
|
2318
2258
|
}
|
|
@@ -2343,28 +2283,30 @@
|
|
|
2343
2283
|
}
|
|
2344
2284
|
},
|
|
2345
2285
|
{
|
|
2346
|
-
"id":
|
|
2286
|
+
"id": 196,
|
|
2347
2287
|
"name": "bindQueryInternal",
|
|
2348
2288
|
"kind": 2048,
|
|
2349
2289
|
"kindString": "Method",
|
|
2350
|
-
"flags": {
|
|
2290
|
+
"flags": {
|
|
2291
|
+
"isProtected": true
|
|
2292
|
+
},
|
|
2351
2293
|
"sources": [
|
|
2352
2294
|
{
|
|
2353
2295
|
"fileName": "modules/packages/module/dist/esm/XyoModule.d.ts",
|
|
2354
|
-
"line":
|
|
2355
|
-
"character":
|
|
2296
|
+
"line": 43,
|
|
2297
|
+
"character": 14
|
|
2356
2298
|
}
|
|
2357
2299
|
],
|
|
2358
2300
|
"signatures": [
|
|
2359
2301
|
{
|
|
2360
|
-
"id":
|
|
2302
|
+
"id": 197,
|
|
2361
2303
|
"name": "bindQueryInternal",
|
|
2362
2304
|
"kind": 4096,
|
|
2363
2305
|
"kindString": "Call signature",
|
|
2364
2306
|
"flags": {},
|
|
2365
2307
|
"typeParameter": [
|
|
2366
2308
|
{
|
|
2367
|
-
"id":
|
|
2309
|
+
"id": 202,
|
|
2368
2310
|
"name": "T",
|
|
2369
2311
|
"kind": 131072,
|
|
2370
2312
|
"kindString": "Type parameter",
|
|
@@ -2390,21 +2332,21 @@
|
|
|
2390
2332
|
{
|
|
2391
2333
|
"type": "reflection",
|
|
2392
2334
|
"declaration": {
|
|
2393
|
-
"id":
|
|
2335
|
+
"id": 198,
|
|
2394
2336
|
"name": "__type",
|
|
2395
2337
|
"kind": 65536,
|
|
2396
2338
|
"kindString": "Type literal",
|
|
2397
2339
|
"flags": {},
|
|
2398
2340
|
"children": [
|
|
2399
2341
|
{
|
|
2400
|
-
"id":
|
|
2342
|
+
"id": 199,
|
|
2401
2343
|
"name": "schema",
|
|
2402
2344
|
"kind": 1024,
|
|
2403
2345
|
"kindString": "Property",
|
|
2404
2346
|
"flags": {},
|
|
2405
2347
|
"sources": [
|
|
2406
2348
|
{
|
|
2407
|
-
"fileName": "sdk/packages/payload/dist/esm/models/
|
|
2349
|
+
"fileName": "sdk/packages/payload/dist/esm/models/XyoPayload.d.ts",
|
|
2408
2350
|
"line": 17,
|
|
2409
2351
|
"character": 4
|
|
2410
2352
|
}
|
|
@@ -2419,13 +2361,13 @@
|
|
|
2419
2361
|
{
|
|
2420
2362
|
"title": "Properties",
|
|
2421
2363
|
"children": [
|
|
2422
|
-
|
|
2364
|
+
199
|
|
2423
2365
|
]
|
|
2424
2366
|
}
|
|
2425
2367
|
],
|
|
2426
2368
|
"sources": [
|
|
2427
2369
|
{
|
|
2428
|
-
"fileName": "sdk/packages/payload/dist/esm/models/
|
|
2370
|
+
"fileName": "sdk/packages/payload/dist/esm/models/XyoPayload.d.ts",
|
|
2429
2371
|
"line": 16,
|
|
2430
2372
|
"character": 227
|
|
2431
2373
|
}
|
|
@@ -2455,21 +2397,21 @@
|
|
|
2455
2397
|
{
|
|
2456
2398
|
"type": "reflection",
|
|
2457
2399
|
"declaration": {
|
|
2458
|
-
"id":
|
|
2400
|
+
"id": 200,
|
|
2459
2401
|
"name": "__type",
|
|
2460
2402
|
"kind": 65536,
|
|
2461
2403
|
"kindString": "Type literal",
|
|
2462
2404
|
"flags": {},
|
|
2463
2405
|
"children": [
|
|
2464
2406
|
{
|
|
2465
|
-
"id":
|
|
2407
|
+
"id": 201,
|
|
2466
2408
|
"name": "schema",
|
|
2467
2409
|
"kind": 1024,
|
|
2468
2410
|
"kindString": "Property",
|
|
2469
2411
|
"flags": {},
|
|
2470
2412
|
"sources": [
|
|
2471
2413
|
{
|
|
2472
|
-
"fileName": "sdk/packages/payload/dist/esm/models/
|
|
2414
|
+
"fileName": "sdk/packages/payload/dist/esm/models/XyoPayload.d.ts",
|
|
2473
2415
|
"line": 17,
|
|
2474
2416
|
"character": 4
|
|
2475
2417
|
}
|
|
@@ -2484,13 +2426,13 @@
|
|
|
2484
2426
|
{
|
|
2485
2427
|
"title": "Properties",
|
|
2486
2428
|
"children": [
|
|
2487
|
-
|
|
2429
|
+
201
|
|
2488
2430
|
]
|
|
2489
2431
|
}
|
|
2490
2432
|
],
|
|
2491
2433
|
"sources": [
|
|
2492
2434
|
{
|
|
2493
|
-
"fileName": "sdk/packages/payload/dist/esm/models/
|
|
2435
|
+
"fileName": "sdk/packages/payload/dist/esm/models/XyoPayload.d.ts",
|
|
2494
2436
|
"line": 16,
|
|
2495
2437
|
"character": 227
|
|
2496
2438
|
}
|
|
@@ -2508,19 +2450,19 @@
|
|
|
2508
2450
|
],
|
|
2509
2451
|
"parameters": [
|
|
2510
2452
|
{
|
|
2511
|
-
"id":
|
|
2453
|
+
"id": 203,
|
|
2512
2454
|
"name": "query",
|
|
2513
2455
|
"kind": 32768,
|
|
2514
2456
|
"kindString": "Parameter",
|
|
2515
2457
|
"flags": {},
|
|
2516
2458
|
"type": {
|
|
2517
2459
|
"type": "reference",
|
|
2518
|
-
"id":
|
|
2460
|
+
"id": 202,
|
|
2519
2461
|
"name": "T"
|
|
2520
2462
|
}
|
|
2521
2463
|
},
|
|
2522
2464
|
{
|
|
2523
|
-
"id":
|
|
2465
|
+
"id": 204,
|
|
2524
2466
|
"name": "payloads",
|
|
2525
2467
|
"kind": 32768,
|
|
2526
2468
|
"kindString": "Parameter",
|
|
@@ -2543,21 +2485,21 @@
|
|
|
2543
2485
|
{
|
|
2544
2486
|
"type": "reflection",
|
|
2545
2487
|
"declaration": {
|
|
2546
|
-
"id":
|
|
2488
|
+
"id": 205,
|
|
2547
2489
|
"name": "__type",
|
|
2548
2490
|
"kind": 65536,
|
|
2549
2491
|
"kindString": "Type literal",
|
|
2550
2492
|
"flags": {},
|
|
2551
2493
|
"children": [
|
|
2552
2494
|
{
|
|
2553
|
-
"id":
|
|
2495
|
+
"id": 206,
|
|
2554
2496
|
"name": "schema",
|
|
2555
2497
|
"kind": 1024,
|
|
2556
2498
|
"kindString": "Property",
|
|
2557
2499
|
"flags": {},
|
|
2558
2500
|
"sources": [
|
|
2559
2501
|
{
|
|
2560
|
-
"fileName": "sdk/packages/payload/dist/esm/models/
|
|
2502
|
+
"fileName": "sdk/packages/payload/dist/esm/models/XyoPayload.d.ts",
|
|
2561
2503
|
"line": 19,
|
|
2562
2504
|
"character": 4
|
|
2563
2505
|
}
|
|
@@ -2572,13 +2514,13 @@
|
|
|
2572
2514
|
{
|
|
2573
2515
|
"title": "Properties",
|
|
2574
2516
|
"children": [
|
|
2575
|
-
|
|
2517
|
+
206
|
|
2576
2518
|
]
|
|
2577
2519
|
}
|
|
2578
2520
|
],
|
|
2579
2521
|
"sources": [
|
|
2580
2522
|
{
|
|
2581
|
-
"fileName": "sdk/packages/payload/dist/esm/models/
|
|
2523
|
+
"fileName": "sdk/packages/payload/dist/esm/models/XyoPayload.d.ts",
|
|
2582
2524
|
"line": 18,
|
|
2583
2525
|
"character": 17
|
|
2584
2526
|
}
|
|
@@ -2590,7 +2532,7 @@
|
|
|
2590
2532
|
}
|
|
2591
2533
|
},
|
|
2592
2534
|
{
|
|
2593
|
-
"id":
|
|
2535
|
+
"id": 207,
|
|
2594
2536
|
"name": "account",
|
|
2595
2537
|
"kind": 32768,
|
|
2596
2538
|
"kindString": "Parameter",
|
|
@@ -2619,27 +2561,27 @@
|
|
|
2619
2561
|
},
|
|
2620
2562
|
{
|
|
2621
2563
|
"type": "reference",
|
|
2622
|
-
"name": "
|
|
2564
|
+
"name": "XyoBoundWitnessFields"
|
|
2623
2565
|
},
|
|
2624
2566
|
{
|
|
2625
2567
|
"type": "reflection",
|
|
2626
2568
|
"declaration": {
|
|
2627
|
-
"id":
|
|
2569
|
+
"id": 208,
|
|
2628
2570
|
"name": "__type",
|
|
2629
2571
|
"kind": 65536,
|
|
2630
2572
|
"kindString": "Type literal",
|
|
2631
2573
|
"flags": {},
|
|
2632
2574
|
"children": [
|
|
2633
2575
|
{
|
|
2634
|
-
"id":
|
|
2576
|
+
"id": 210,
|
|
2635
2577
|
"name": "query",
|
|
2636
2578
|
"kind": 1024,
|
|
2637
2579
|
"kindString": "Property",
|
|
2638
2580
|
"flags": {},
|
|
2639
2581
|
"sources": [
|
|
2640
2582
|
{
|
|
2641
|
-
"fileName": "modules/packages/module/dist/esm/Query.d.ts",
|
|
2642
|
-
"line":
|
|
2583
|
+
"fileName": "modules/packages/module/dist/esm/Query/XyoQueryBoundWitness.d.ts",
|
|
2584
|
+
"line": 6,
|
|
2643
2585
|
"character": 4
|
|
2644
2586
|
}
|
|
2645
2587
|
],
|
|
@@ -2649,15 +2591,15 @@
|
|
|
2649
2591
|
}
|
|
2650
2592
|
},
|
|
2651
2593
|
{
|
|
2652
|
-
"id":
|
|
2594
|
+
"id": 209,
|
|
2653
2595
|
"name": "schema",
|
|
2654
2596
|
"kind": 1024,
|
|
2655
2597
|
"kindString": "Property",
|
|
2656
2598
|
"flags": {},
|
|
2657
2599
|
"sources": [
|
|
2658
2600
|
{
|
|
2659
|
-
"fileName": "modules/packages/module/dist/esm/Query.d.ts",
|
|
2660
|
-
"line":
|
|
2601
|
+
"fileName": "modules/packages/module/dist/esm/Query/XyoQueryBoundWitness.d.ts",
|
|
2602
|
+
"line": 5,
|
|
2661
2603
|
"character": 4
|
|
2662
2604
|
}
|
|
2663
2605
|
],
|
|
@@ -2671,15 +2613,15 @@
|
|
|
2671
2613
|
{
|
|
2672
2614
|
"title": "Properties",
|
|
2673
2615
|
"children": [
|
|
2674
|
-
|
|
2675
|
-
|
|
2616
|
+
210,
|
|
2617
|
+
209
|
|
2676
2618
|
]
|
|
2677
2619
|
}
|
|
2678
2620
|
],
|
|
2679
2621
|
"sources": [
|
|
2680
2622
|
{
|
|
2681
|
-
"fileName": "modules/packages/module/dist/esm/Query.d.ts",
|
|
2682
|
-
"line":
|
|
2623
|
+
"fileName": "modules/packages/module/dist/esm/Query/XyoQueryBoundWitness.d.ts",
|
|
2624
|
+
"line": 4,
|
|
2683
2625
|
"character": 59
|
|
2684
2626
|
}
|
|
2685
2627
|
]
|
|
@@ -2703,21 +2645,21 @@
|
|
|
2703
2645
|
{
|
|
2704
2646
|
"type": "reflection",
|
|
2705
2647
|
"declaration": {
|
|
2706
|
-
"id":
|
|
2648
|
+
"id": 211,
|
|
2707
2649
|
"name": "__type",
|
|
2708
2650
|
"kind": 65536,
|
|
2709
2651
|
"kindString": "Type literal",
|
|
2710
2652
|
"flags": {},
|
|
2711
2653
|
"children": [
|
|
2712
2654
|
{
|
|
2713
|
-
"id":
|
|
2655
|
+
"id": 212,
|
|
2714
2656
|
"name": "schema",
|
|
2715
2657
|
"kind": 1024,
|
|
2716
2658
|
"kindString": "Property",
|
|
2717
2659
|
"flags": {},
|
|
2718
2660
|
"sources": [
|
|
2719
2661
|
{
|
|
2720
|
-
"fileName": "sdk/packages/payload/dist/esm/models/
|
|
2662
|
+
"fileName": "sdk/packages/payload/dist/esm/models/XyoPayload.d.ts",
|
|
2721
2663
|
"line": 19,
|
|
2722
2664
|
"character": 4
|
|
2723
2665
|
}
|
|
@@ -2732,13 +2674,13 @@
|
|
|
2732
2674
|
{
|
|
2733
2675
|
"title": "Properties",
|
|
2734
2676
|
"children": [
|
|
2735
|
-
|
|
2677
|
+
212
|
|
2736
2678
|
]
|
|
2737
2679
|
}
|
|
2738
2680
|
],
|
|
2739
2681
|
"sources": [
|
|
2740
2682
|
{
|
|
2741
|
-
"fileName": "sdk/packages/payload/dist/esm/models/
|
|
2683
|
+
"fileName": "sdk/packages/payload/dist/esm/models/XyoPayload.d.ts",
|
|
2742
2684
|
"line": 18,
|
|
2743
2685
|
"character": 17
|
|
2744
2686
|
}
|
|
@@ -2762,28 +2704,30 @@
|
|
|
2762
2704
|
}
|
|
2763
2705
|
},
|
|
2764
2706
|
{
|
|
2765
|
-
"id":
|
|
2707
|
+
"id": 213,
|
|
2766
2708
|
"name": "bindResult",
|
|
2767
2709
|
"kind": 2048,
|
|
2768
2710
|
"kindString": "Method",
|
|
2769
|
-
"flags": {
|
|
2711
|
+
"flags": {
|
|
2712
|
+
"isProtected": true
|
|
2713
|
+
},
|
|
2770
2714
|
"sources": [
|
|
2771
2715
|
{
|
|
2772
2716
|
"fileName": "modules/packages/module/dist/esm/XyoModule.d.ts",
|
|
2773
|
-
"line":
|
|
2774
|
-
"character":
|
|
2717
|
+
"line": 44,
|
|
2718
|
+
"character": 14
|
|
2775
2719
|
}
|
|
2776
2720
|
],
|
|
2777
2721
|
"signatures": [
|
|
2778
2722
|
{
|
|
2779
|
-
"id":
|
|
2723
|
+
"id": 214,
|
|
2780
2724
|
"name": "bindResult",
|
|
2781
2725
|
"kind": 4096,
|
|
2782
2726
|
"kindString": "Call signature",
|
|
2783
2727
|
"flags": {},
|
|
2784
2728
|
"parameters": [
|
|
2785
2729
|
{
|
|
2786
|
-
"id":
|
|
2730
|
+
"id": 215,
|
|
2787
2731
|
"name": "payloads",
|
|
2788
2732
|
"kind": 32768,
|
|
2789
2733
|
"kindString": "Parameter",
|
|
@@ -2805,21 +2749,21 @@
|
|
|
2805
2749
|
{
|
|
2806
2750
|
"type": "reflection",
|
|
2807
2751
|
"declaration": {
|
|
2808
|
-
"id":
|
|
2752
|
+
"id": 216,
|
|
2809
2753
|
"name": "__type",
|
|
2810
2754
|
"kind": 65536,
|
|
2811
2755
|
"kindString": "Type literal",
|
|
2812
2756
|
"flags": {},
|
|
2813
2757
|
"children": [
|
|
2814
2758
|
{
|
|
2815
|
-
"id":
|
|
2759
|
+
"id": 217,
|
|
2816
2760
|
"name": "schema",
|
|
2817
2761
|
"kind": 1024,
|
|
2818
2762
|
"kindString": "Property",
|
|
2819
2763
|
"flags": {},
|
|
2820
2764
|
"sources": [
|
|
2821
2765
|
{
|
|
2822
|
-
"fileName": "sdk/packages/payload/dist/esm/models/
|
|
2766
|
+
"fileName": "sdk/packages/payload/dist/esm/models/XyoPayload.d.ts",
|
|
2823
2767
|
"line": 19,
|
|
2824
2768
|
"character": 4
|
|
2825
2769
|
}
|
|
@@ -2834,13 +2778,13 @@
|
|
|
2834
2778
|
{
|
|
2835
2779
|
"title": "Properties",
|
|
2836
2780
|
"children": [
|
|
2837
|
-
|
|
2781
|
+
217
|
|
2838
2782
|
]
|
|
2839
2783
|
}
|
|
2840
2784
|
],
|
|
2841
2785
|
"sources": [
|
|
2842
2786
|
{
|
|
2843
|
-
"fileName": "sdk/packages/payload/dist/esm/models/
|
|
2787
|
+
"fileName": "sdk/packages/payload/dist/esm/models/XyoPayload.d.ts",
|
|
2844
2788
|
"line": 18,
|
|
2845
2789
|
"character": 17
|
|
2846
2790
|
}
|
|
@@ -2854,7 +2798,7 @@
|
|
|
2854
2798
|
}
|
|
2855
2799
|
},
|
|
2856
2800
|
{
|
|
2857
|
-
"id":
|
|
2801
|
+
"id": 218,
|
|
2858
2802
|
"name": "account",
|
|
2859
2803
|
"kind": 32768,
|
|
2860
2804
|
"kindString": "Parameter",
|
|
@@ -2887,21 +2831,21 @@
|
|
|
2887
2831
|
{
|
|
2888
2832
|
"type": "reflection",
|
|
2889
2833
|
"declaration": {
|
|
2890
|
-
"id":
|
|
2834
|
+
"id": 219,
|
|
2891
2835
|
"name": "__type",
|
|
2892
2836
|
"kind": 65536,
|
|
2893
2837
|
"kindString": "Type literal",
|
|
2894
2838
|
"flags": {},
|
|
2895
2839
|
"children": [
|
|
2896
2840
|
{
|
|
2897
|
-
"id":
|
|
2841
|
+
"id": 220,
|
|
2898
2842
|
"name": "schema",
|
|
2899
2843
|
"kind": 1024,
|
|
2900
2844
|
"kindString": "Property",
|
|
2901
2845
|
"flags": {},
|
|
2902
2846
|
"sources": [
|
|
2903
2847
|
{
|
|
2904
|
-
"fileName": "sdk/packages/payload/dist/esm/models/
|
|
2848
|
+
"fileName": "sdk/packages/payload/dist/esm/models/XyoPayload.d.ts",
|
|
2905
2849
|
"line": 19,
|
|
2906
2850
|
"character": 4
|
|
2907
2851
|
}
|
|
@@ -2916,13 +2860,13 @@
|
|
|
2916
2860
|
{
|
|
2917
2861
|
"title": "Properties",
|
|
2918
2862
|
"children": [
|
|
2919
|
-
|
|
2863
|
+
220
|
|
2920
2864
|
]
|
|
2921
2865
|
}
|
|
2922
2866
|
],
|
|
2923
2867
|
"sources": [
|
|
2924
2868
|
{
|
|
2925
|
-
"fileName": "sdk/packages/payload/dist/esm/models/
|
|
2869
|
+
"fileName": "sdk/packages/payload/dist/esm/models/XyoPayload.d.ts",
|
|
2926
2870
|
"line": 18,
|
|
2927
2871
|
"character": 17
|
|
2928
2872
|
}
|
|
@@ -2953,28 +2897,30 @@
|
|
|
2953
2897
|
}
|
|
2954
2898
|
},
|
|
2955
2899
|
{
|
|
2956
|
-
"id":
|
|
2900
|
+
"id": 188,
|
|
2957
2901
|
"name": "bindResultInternal",
|
|
2958
2902
|
"kind": 2048,
|
|
2959
2903
|
"kindString": "Method",
|
|
2960
|
-
"flags": {
|
|
2904
|
+
"flags": {
|
|
2905
|
+
"isProtected": true
|
|
2906
|
+
},
|
|
2961
2907
|
"sources": [
|
|
2962
2908
|
{
|
|
2963
2909
|
"fileName": "modules/packages/module/dist/esm/XyoModule.d.ts",
|
|
2964
|
-
"line":
|
|
2965
|
-
"character":
|
|
2910
|
+
"line": 42,
|
|
2911
|
+
"character": 14
|
|
2966
2912
|
}
|
|
2967
2913
|
],
|
|
2968
2914
|
"signatures": [
|
|
2969
2915
|
{
|
|
2970
|
-
"id":
|
|
2916
|
+
"id": 189,
|
|
2971
2917
|
"name": "bindResultInternal",
|
|
2972
2918
|
"kind": 4096,
|
|
2973
2919
|
"kindString": "Call signature",
|
|
2974
2920
|
"flags": {},
|
|
2975
2921
|
"parameters": [
|
|
2976
2922
|
{
|
|
2977
|
-
"id":
|
|
2923
|
+
"id": 190,
|
|
2978
2924
|
"name": "payloads",
|
|
2979
2925
|
"kind": 32768,
|
|
2980
2926
|
"kindString": "Parameter",
|
|
@@ -2996,21 +2942,21 @@
|
|
|
2996
2942
|
{
|
|
2997
2943
|
"type": "reflection",
|
|
2998
2944
|
"declaration": {
|
|
2999
|
-
"id":
|
|
2945
|
+
"id": 191,
|
|
3000
2946
|
"name": "__type",
|
|
3001
2947
|
"kind": 65536,
|
|
3002
2948
|
"kindString": "Type literal",
|
|
3003
2949
|
"flags": {},
|
|
3004
2950
|
"children": [
|
|
3005
2951
|
{
|
|
3006
|
-
"id":
|
|
2952
|
+
"id": 192,
|
|
3007
2953
|
"name": "schema",
|
|
3008
2954
|
"kind": 1024,
|
|
3009
2955
|
"kindString": "Property",
|
|
3010
2956
|
"flags": {},
|
|
3011
2957
|
"sources": [
|
|
3012
2958
|
{
|
|
3013
|
-
"fileName": "sdk/packages/payload/dist/esm/models/
|
|
2959
|
+
"fileName": "sdk/packages/payload/dist/esm/models/XyoPayload.d.ts",
|
|
3014
2960
|
"line": 19,
|
|
3015
2961
|
"character": 4
|
|
3016
2962
|
}
|
|
@@ -3025,13 +2971,13 @@
|
|
|
3025
2971
|
{
|
|
3026
2972
|
"title": "Properties",
|
|
3027
2973
|
"children": [
|
|
3028
|
-
|
|
2974
|
+
192
|
|
3029
2975
|
]
|
|
3030
2976
|
}
|
|
3031
2977
|
],
|
|
3032
2978
|
"sources": [
|
|
3033
2979
|
{
|
|
3034
|
-
"fileName": "sdk/packages/payload/dist/esm/models/
|
|
2980
|
+
"fileName": "sdk/packages/payload/dist/esm/models/XyoPayload.d.ts",
|
|
3035
2981
|
"line": 18,
|
|
3036
2982
|
"character": 17
|
|
3037
2983
|
}
|
|
@@ -3045,7 +2991,7 @@
|
|
|
3045
2991
|
}
|
|
3046
2992
|
},
|
|
3047
2993
|
{
|
|
3048
|
-
"id":
|
|
2994
|
+
"id": 193,
|
|
3049
2995
|
"name": "account",
|
|
3050
2996
|
"kind": 32768,
|
|
3051
2997
|
"kindString": "Parameter",
|
|
@@ -3075,21 +3021,21 @@
|
|
|
3075
3021
|
{
|
|
3076
3022
|
"type": "reflection",
|
|
3077
3023
|
"declaration": {
|
|
3078
|
-
"id":
|
|
3024
|
+
"id": 194,
|
|
3079
3025
|
"name": "__type",
|
|
3080
3026
|
"kind": 65536,
|
|
3081
3027
|
"kindString": "Type literal",
|
|
3082
3028
|
"flags": {},
|
|
3083
3029
|
"children": [
|
|
3084
3030
|
{
|
|
3085
|
-
"id":
|
|
3031
|
+
"id": 195,
|
|
3086
3032
|
"name": "schema",
|
|
3087
3033
|
"kind": 1024,
|
|
3088
3034
|
"kindString": "Property",
|
|
3089
3035
|
"flags": {},
|
|
3090
3036
|
"sources": [
|
|
3091
3037
|
{
|
|
3092
|
-
"fileName": "sdk/packages/payload/dist/esm/models/
|
|
3038
|
+
"fileName": "sdk/packages/payload/dist/esm/models/XyoPayload.d.ts",
|
|
3093
3039
|
"line": 19,
|
|
3094
3040
|
"character": 4
|
|
3095
3041
|
}
|
|
@@ -3104,13 +3050,13 @@
|
|
|
3104
3050
|
{
|
|
3105
3051
|
"title": "Properties",
|
|
3106
3052
|
"children": [
|
|
3107
|
-
|
|
3053
|
+
195
|
|
3108
3054
|
]
|
|
3109
3055
|
}
|
|
3110
3056
|
],
|
|
3111
3057
|
"sources": [
|
|
3112
3058
|
{
|
|
3113
|
-
"fileName": "sdk/packages/payload/dist/esm/models/
|
|
3059
|
+
"fileName": "sdk/packages/payload/dist/esm/models/XyoPayload.d.ts",
|
|
3114
3060
|
"line": 18,
|
|
3115
3061
|
"character": 17
|
|
3116
3062
|
}
|
|
@@ -3134,7 +3080,7 @@
|
|
|
3134
3080
|
}
|
|
3135
3081
|
},
|
|
3136
3082
|
{
|
|
3137
|
-
"id":
|
|
3083
|
+
"id": 170,
|
|
3138
3084
|
"name": "discover",
|
|
3139
3085
|
"kind": 2048,
|
|
3140
3086
|
"kindString": "Method",
|
|
@@ -3142,20 +3088,20 @@
|
|
|
3142
3088
|
"sources": [
|
|
3143
3089
|
{
|
|
3144
3090
|
"fileName": "modules/packages/module/dist/esm/XyoModule.d.ts",
|
|
3145
|
-
"line":
|
|
3091
|
+
"line": 38,
|
|
3146
3092
|
"character": 4
|
|
3147
3093
|
}
|
|
3148
3094
|
],
|
|
3149
3095
|
"signatures": [
|
|
3150
3096
|
{
|
|
3151
|
-
"id":
|
|
3097
|
+
"id": 171,
|
|
3152
3098
|
"name": "discover",
|
|
3153
3099
|
"kind": 4096,
|
|
3154
3100
|
"kindString": "Call signature",
|
|
3155
3101
|
"flags": {},
|
|
3156
3102
|
"parameters": [
|
|
3157
3103
|
{
|
|
3158
|
-
"id":
|
|
3104
|
+
"id": 172,
|
|
3159
3105
|
"name": "_queryAccount",
|
|
3160
3106
|
"kind": 32768,
|
|
3161
3107
|
"kindString": "Parameter",
|
|
@@ -3184,57 +3130,7 @@
|
|
|
3184
3130
|
}
|
|
3185
3131
|
},
|
|
3186
3132
|
{
|
|
3187
|
-
"id":
|
|
3188
|
-
"name": "initialize",
|
|
3189
|
-
"kind": 2048,
|
|
3190
|
-
"kindString": "Method",
|
|
3191
|
-
"flags": {},
|
|
3192
|
-
"sources": [
|
|
3193
|
-
{
|
|
3194
|
-
"fileName": "modules/packages/module/dist/esm/XyoModule.d.ts",
|
|
3195
|
-
"line": 29,
|
|
3196
|
-
"character": 4
|
|
3197
|
-
}
|
|
3198
|
-
],
|
|
3199
|
-
"signatures": [
|
|
3200
|
-
{
|
|
3201
|
-
"id": 159,
|
|
3202
|
-
"name": "initialize",
|
|
3203
|
-
"kind": 4096,
|
|
3204
|
-
"kindString": "Call signature",
|
|
3205
|
-
"flags": {},
|
|
3206
|
-
"parameters": [
|
|
3207
|
-
{
|
|
3208
|
-
"id": 160,
|
|
3209
|
-
"name": "_queryAccount",
|
|
3210
|
-
"kind": 32768,
|
|
3211
|
-
"kindString": "Parameter",
|
|
3212
|
-
"flags": {
|
|
3213
|
-
"isOptional": true
|
|
3214
|
-
},
|
|
3215
|
-
"type": {
|
|
3216
|
-
"type": "reference",
|
|
3217
|
-
"name": "XyoAccount"
|
|
3218
|
-
}
|
|
3219
|
-
}
|
|
3220
|
-
],
|
|
3221
|
-
"type": {
|
|
3222
|
-
"type": "intrinsic",
|
|
3223
|
-
"name": "void"
|
|
3224
|
-
},
|
|
3225
|
-
"inheritedFrom": {
|
|
3226
|
-
"type": "reference",
|
|
3227
|
-
"name": "XyoWitness.initialize"
|
|
3228
|
-
}
|
|
3229
|
-
}
|
|
3230
|
-
],
|
|
3231
|
-
"inheritedFrom": {
|
|
3232
|
-
"type": "reference",
|
|
3233
|
-
"name": "XyoWitness.initialize"
|
|
3234
|
-
}
|
|
3235
|
-
},
|
|
3236
|
-
{
|
|
3237
|
-
"id": 146,
|
|
3133
|
+
"id": 157,
|
|
3238
3134
|
"name": "loadAccount",
|
|
3239
3135
|
"kind": 2048,
|
|
3240
3136
|
"kindString": "Method",
|
|
@@ -3244,20 +3140,20 @@
|
|
|
3244
3140
|
"sources": [
|
|
3245
3141
|
{
|
|
3246
3142
|
"fileName": "modules/packages/module/dist/esm/XyoModule.d.ts",
|
|
3247
|
-
"line":
|
|
3143
|
+
"line": 30,
|
|
3248
3144
|
"character": 14
|
|
3249
3145
|
}
|
|
3250
3146
|
],
|
|
3251
3147
|
"signatures": [
|
|
3252
3148
|
{
|
|
3253
|
-
"id":
|
|
3149
|
+
"id": 158,
|
|
3254
3150
|
"name": "loadAccount",
|
|
3255
3151
|
"kind": 4096,
|
|
3256
3152
|
"kindString": "Call signature",
|
|
3257
3153
|
"flags": {},
|
|
3258
3154
|
"parameters": [
|
|
3259
3155
|
{
|
|
3260
|
-
"id":
|
|
3156
|
+
"id": 159,
|
|
3261
3157
|
"name": "account",
|
|
3262
3158
|
"kind": 32768,
|
|
3263
3159
|
"kindString": "Parameter",
|
|
@@ -3286,7 +3182,7 @@
|
|
|
3286
3182
|
}
|
|
3287
3183
|
},
|
|
3288
3184
|
{
|
|
3289
|
-
"id":
|
|
3185
|
+
"id": 96,
|
|
3290
3186
|
"name": "observe",
|
|
3291
3187
|
"kind": 2048,
|
|
3292
3188
|
"kindString": "Method",
|
|
@@ -3294,21 +3190,21 @@
|
|
|
3294
3190
|
"sources": [
|
|
3295
3191
|
{
|
|
3296
3192
|
"fileName": "plugins/packages/module-instance/src/Witness.ts",
|
|
3297
|
-
"line":
|
|
3193
|
+
"line": 30,
|
|
3298
3194
|
"character": 17,
|
|
3299
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
3195
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/cd4628e1/packages/plugins/packages/module-instance/src/Witness.ts#L30"
|
|
3300
3196
|
}
|
|
3301
3197
|
],
|
|
3302
3198
|
"signatures": [
|
|
3303
3199
|
{
|
|
3304
|
-
"id":
|
|
3200
|
+
"id": 97,
|
|
3305
3201
|
"name": "observe",
|
|
3306
3202
|
"kind": 4096,
|
|
3307
3203
|
"kindString": "Call signature",
|
|
3308
3204
|
"flags": {},
|
|
3309
3205
|
"parameters": [
|
|
3310
3206
|
{
|
|
3311
|
-
"id":
|
|
3207
|
+
"id": 98,
|
|
3312
3208
|
"name": "fields",
|
|
3313
3209
|
"kind": 32768,
|
|
3314
3210
|
"kindString": "Parameter",
|
|
@@ -3334,14 +3230,14 @@
|
|
|
3334
3230
|
{
|
|
3335
3231
|
"type": "reflection",
|
|
3336
3232
|
"declaration": {
|
|
3337
|
-
"id":
|
|
3233
|
+
"id": 99,
|
|
3338
3234
|
"name": "__type",
|
|
3339
3235
|
"kind": 65536,
|
|
3340
3236
|
"kindString": "Type literal",
|
|
3341
3237
|
"flags": {},
|
|
3342
3238
|
"children": [
|
|
3343
3239
|
{
|
|
3344
|
-
"id":
|
|
3240
|
+
"id": 101,
|
|
3345
3241
|
"name": "address",
|
|
3346
3242
|
"kind": 1024,
|
|
3347
3243
|
"kindString": "Property",
|
|
@@ -3351,7 +3247,7 @@
|
|
|
3351
3247
|
"fileName": "plugins/packages/module-instance/src/Payload.ts",
|
|
3352
3248
|
"line": 11,
|
|
3353
3249
|
"character": 2,
|
|
3354
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
3250
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/cd4628e1/packages/plugins/packages/module-instance/src/Payload.ts#L11"
|
|
3355
3251
|
}
|
|
3356
3252
|
],
|
|
3357
3253
|
"type": {
|
|
@@ -3360,7 +3256,7 @@
|
|
|
3360
3256
|
}
|
|
3361
3257
|
},
|
|
3362
3258
|
{
|
|
3363
|
-
"id":
|
|
3259
|
+
"id": 102,
|
|
3364
3260
|
"name": "queries",
|
|
3365
3261
|
"kind": 1024,
|
|
3366
3262
|
"kindString": "Property",
|
|
@@ -3372,7 +3268,7 @@
|
|
|
3372
3268
|
"fileName": "plugins/packages/module-instance/src/Payload.ts",
|
|
3373
3269
|
"line": 12,
|
|
3374
3270
|
"character": 2,
|
|
3375
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
3271
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/cd4628e1/packages/plugins/packages/module-instance/src/Payload.ts#L12"
|
|
3376
3272
|
}
|
|
3377
3273
|
],
|
|
3378
3274
|
"type": {
|
|
@@ -3394,7 +3290,7 @@
|
|
|
3394
3290
|
}
|
|
3395
3291
|
},
|
|
3396
3292
|
{
|
|
3397
|
-
"id":
|
|
3293
|
+
"id": 100,
|
|
3398
3294
|
"name": "schema",
|
|
3399
3295
|
"kind": 1024,
|
|
3400
3296
|
"kindString": "Property",
|
|
@@ -3404,7 +3300,7 @@
|
|
|
3404
3300
|
"fileName": "plugins/packages/module-instance/src/Payload.ts",
|
|
3405
3301
|
"line": 10,
|
|
3406
3302
|
"character": 2,
|
|
3407
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
3303
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/cd4628e1/packages/plugins/packages/module-instance/src/Payload.ts#L10"
|
|
3408
3304
|
}
|
|
3409
3305
|
],
|
|
3410
3306
|
"type": {
|
|
@@ -3417,9 +3313,9 @@
|
|
|
3417
3313
|
{
|
|
3418
3314
|
"title": "Properties",
|
|
3419
3315
|
"children": [
|
|
3420
|
-
|
|
3421
|
-
|
|
3422
|
-
|
|
3316
|
+
101,
|
|
3317
|
+
102,
|
|
3318
|
+
100
|
|
3423
3319
|
]
|
|
3424
3320
|
}
|
|
3425
3321
|
],
|
|
@@ -3428,7 +3324,7 @@
|
|
|
3428
3324
|
"fileName": "plugins/packages/module-instance/src/Payload.ts",
|
|
3429
3325
|
"line": 9,
|
|
3430
3326
|
"character": 50,
|
|
3431
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
3327
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/cd4628e1/packages/plugins/packages/module-instance/src/Payload.ts#L9"
|
|
3432
3328
|
}
|
|
3433
3329
|
]
|
|
3434
3330
|
}
|
|
@@ -3462,14 +3358,14 @@
|
|
|
3462
3358
|
{
|
|
3463
3359
|
"type": "reflection",
|
|
3464
3360
|
"declaration": {
|
|
3465
|
-
"id":
|
|
3361
|
+
"id": 103,
|
|
3466
3362
|
"name": "__type",
|
|
3467
3363
|
"kind": 65536,
|
|
3468
3364
|
"kindString": "Type literal",
|
|
3469
3365
|
"flags": {},
|
|
3470
3366
|
"children": [
|
|
3471
3367
|
{
|
|
3472
|
-
"id":
|
|
3368
|
+
"id": 105,
|
|
3473
3369
|
"name": "address",
|
|
3474
3370
|
"kind": 1024,
|
|
3475
3371
|
"kindString": "Property",
|
|
@@ -3479,7 +3375,7 @@
|
|
|
3479
3375
|
"fileName": "plugins/packages/module-instance/src/Payload.ts",
|
|
3480
3376
|
"line": 11,
|
|
3481
3377
|
"character": 2,
|
|
3482
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
3378
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/cd4628e1/packages/plugins/packages/module-instance/src/Payload.ts#L11"
|
|
3483
3379
|
}
|
|
3484
3380
|
],
|
|
3485
3381
|
"type": {
|
|
@@ -3488,7 +3384,7 @@
|
|
|
3488
3384
|
}
|
|
3489
3385
|
},
|
|
3490
3386
|
{
|
|
3491
|
-
"id":
|
|
3387
|
+
"id": 106,
|
|
3492
3388
|
"name": "queries",
|
|
3493
3389
|
"kind": 1024,
|
|
3494
3390
|
"kindString": "Property",
|
|
@@ -3500,7 +3396,7 @@
|
|
|
3500
3396
|
"fileName": "plugins/packages/module-instance/src/Payload.ts",
|
|
3501
3397
|
"line": 12,
|
|
3502
3398
|
"character": 2,
|
|
3503
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
3399
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/cd4628e1/packages/plugins/packages/module-instance/src/Payload.ts#L12"
|
|
3504
3400
|
}
|
|
3505
3401
|
],
|
|
3506
3402
|
"type": {
|
|
@@ -3522,7 +3418,7 @@
|
|
|
3522
3418
|
}
|
|
3523
3419
|
},
|
|
3524
3420
|
{
|
|
3525
|
-
"id":
|
|
3421
|
+
"id": 104,
|
|
3526
3422
|
"name": "schema",
|
|
3527
3423
|
"kind": 1024,
|
|
3528
3424
|
"kindString": "Property",
|
|
@@ -3532,7 +3428,7 @@
|
|
|
3532
3428
|
"fileName": "plugins/packages/module-instance/src/Payload.ts",
|
|
3533
3429
|
"line": 10,
|
|
3534
3430
|
"character": 2,
|
|
3535
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
3431
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/cd4628e1/packages/plugins/packages/module-instance/src/Payload.ts#L10"
|
|
3536
3432
|
}
|
|
3537
3433
|
],
|
|
3538
3434
|
"type": {
|
|
@@ -3545,9 +3441,9 @@
|
|
|
3545
3441
|
{
|
|
3546
3442
|
"title": "Properties",
|
|
3547
3443
|
"children": [
|
|
3548
|
-
|
|
3549
|
-
|
|
3550
|
-
|
|
3444
|
+
105,
|
|
3445
|
+
106,
|
|
3446
|
+
104
|
|
3551
3447
|
]
|
|
3552
3448
|
}
|
|
3553
3449
|
],
|
|
@@ -3556,7 +3452,7 @@
|
|
|
3556
3452
|
"fileName": "plugins/packages/module-instance/src/Payload.ts",
|
|
3557
3453
|
"line": 9,
|
|
3558
3454
|
"character": 50,
|
|
3559
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
3455
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/cd4628e1/packages/plugins/packages/module-instance/src/Payload.ts#L9"
|
|
3560
3456
|
}
|
|
3561
3457
|
]
|
|
3562
3458
|
}
|
|
@@ -3581,7 +3477,7 @@
|
|
|
3581
3477
|
}
|
|
3582
3478
|
},
|
|
3583
3479
|
{
|
|
3584
|
-
"id":
|
|
3480
|
+
"id": 109,
|
|
3585
3481
|
"name": "queries",
|
|
3586
3482
|
"kind": 2048,
|
|
3587
3483
|
"kindString": "Method",
|
|
@@ -3595,7 +3491,7 @@
|
|
|
3595
3491
|
],
|
|
3596
3492
|
"signatures": [
|
|
3597
3493
|
{
|
|
3598
|
-
"id":
|
|
3494
|
+
"id": 110,
|
|
3599
3495
|
"name": "queries",
|
|
3600
3496
|
"kind": 4096,
|
|
3601
3497
|
"kindString": "Call signature",
|
|
@@ -3619,7 +3515,7 @@
|
|
|
3619
3515
|
}
|
|
3620
3516
|
},
|
|
3621
3517
|
{
|
|
3622
|
-
"id":
|
|
3518
|
+
"id": 111,
|
|
3623
3519
|
"name": "query",
|
|
3624
3520
|
"kind": 2048,
|
|
3625
3521
|
"kindString": "Method",
|
|
@@ -3633,14 +3529,14 @@
|
|
|
3633
3529
|
],
|
|
3634
3530
|
"signatures": [
|
|
3635
3531
|
{
|
|
3636
|
-
"id":
|
|
3532
|
+
"id": 112,
|
|
3637
3533
|
"name": "query",
|
|
3638
3534
|
"kind": 4096,
|
|
3639
3535
|
"kindString": "Call signature",
|
|
3640
3536
|
"flags": {},
|
|
3641
3537
|
"typeParameter": [
|
|
3642
3538
|
{
|
|
3643
|
-
"id":
|
|
3539
|
+
"id": 119,
|
|
3644
3540
|
"name": "T",
|
|
3645
3541
|
"kind": 131072,
|
|
3646
3542
|
"kindString": "Type parameter",
|
|
@@ -3658,27 +3554,27 @@
|
|
|
3658
3554
|
},
|
|
3659
3555
|
{
|
|
3660
3556
|
"type": "reference",
|
|
3661
|
-
"name": "
|
|
3557
|
+
"name": "XyoBoundWitnessFields"
|
|
3662
3558
|
},
|
|
3663
3559
|
{
|
|
3664
3560
|
"type": "reflection",
|
|
3665
3561
|
"declaration": {
|
|
3666
|
-
"id":
|
|
3562
|
+
"id": 113,
|
|
3667
3563
|
"name": "__type",
|
|
3668
3564
|
"kind": 65536,
|
|
3669
3565
|
"kindString": "Type literal",
|
|
3670
3566
|
"flags": {},
|
|
3671
3567
|
"children": [
|
|
3672
3568
|
{
|
|
3673
|
-
"id":
|
|
3569
|
+
"id": 115,
|
|
3674
3570
|
"name": "query",
|
|
3675
3571
|
"kind": 1024,
|
|
3676
3572
|
"kindString": "Property",
|
|
3677
3573
|
"flags": {},
|
|
3678
3574
|
"sources": [
|
|
3679
3575
|
{
|
|
3680
|
-
"fileName": "modules/packages/module/dist/esm/Query.d.ts",
|
|
3681
|
-
"line":
|
|
3576
|
+
"fileName": "modules/packages/module/dist/esm/Query/XyoQueryBoundWitness.d.ts",
|
|
3577
|
+
"line": 6,
|
|
3682
3578
|
"character": 4
|
|
3683
3579
|
}
|
|
3684
3580
|
],
|
|
@@ -3688,15 +3584,15 @@
|
|
|
3688
3584
|
}
|
|
3689
3585
|
},
|
|
3690
3586
|
{
|
|
3691
|
-
"id":
|
|
3587
|
+
"id": 114,
|
|
3692
3588
|
"name": "schema",
|
|
3693
3589
|
"kind": 1024,
|
|
3694
3590
|
"kindString": "Property",
|
|
3695
3591
|
"flags": {},
|
|
3696
3592
|
"sources": [
|
|
3697
3593
|
{
|
|
3698
|
-
"fileName": "modules/packages/module/dist/esm/Query.d.ts",
|
|
3699
|
-
"line":
|
|
3594
|
+
"fileName": "modules/packages/module/dist/esm/Query/XyoQueryBoundWitness.d.ts",
|
|
3595
|
+
"line": 5,
|
|
3700
3596
|
"character": 4
|
|
3701
3597
|
}
|
|
3702
3598
|
],
|
|
@@ -3710,15 +3606,15 @@
|
|
|
3710
3606
|
{
|
|
3711
3607
|
"title": "Properties",
|
|
3712
3608
|
"children": [
|
|
3713
|
-
|
|
3714
|
-
|
|
3609
|
+
115,
|
|
3610
|
+
114
|
|
3715
3611
|
]
|
|
3716
3612
|
}
|
|
3717
3613
|
],
|
|
3718
3614
|
"sources": [
|
|
3719
3615
|
{
|
|
3720
|
-
"fileName": "modules/packages/module/dist/esm/Query.d.ts",
|
|
3721
|
-
"line":
|
|
3616
|
+
"fileName": "modules/packages/module/dist/esm/Query/XyoQueryBoundWitness.d.ts",
|
|
3617
|
+
"line": 4,
|
|
3722
3618
|
"character": 59
|
|
3723
3619
|
}
|
|
3724
3620
|
]
|
|
@@ -3739,27 +3635,27 @@
|
|
|
3739
3635
|
},
|
|
3740
3636
|
{
|
|
3741
3637
|
"type": "reference",
|
|
3742
|
-
"name": "
|
|
3638
|
+
"name": "XyoBoundWitnessFields"
|
|
3743
3639
|
},
|
|
3744
3640
|
{
|
|
3745
3641
|
"type": "reflection",
|
|
3746
3642
|
"declaration": {
|
|
3747
|
-
"id":
|
|
3643
|
+
"id": 116,
|
|
3748
3644
|
"name": "__type",
|
|
3749
3645
|
"kind": 65536,
|
|
3750
3646
|
"kindString": "Type literal",
|
|
3751
3647
|
"flags": {},
|
|
3752
3648
|
"children": [
|
|
3753
3649
|
{
|
|
3754
|
-
"id":
|
|
3650
|
+
"id": 118,
|
|
3755
3651
|
"name": "query",
|
|
3756
3652
|
"kind": 1024,
|
|
3757
3653
|
"kindString": "Property",
|
|
3758
3654
|
"flags": {},
|
|
3759
3655
|
"sources": [
|
|
3760
3656
|
{
|
|
3761
|
-
"fileName": "modules/packages/module/dist/esm/Query.d.ts",
|
|
3762
|
-
"line":
|
|
3657
|
+
"fileName": "modules/packages/module/dist/esm/Query/XyoQueryBoundWitness.d.ts",
|
|
3658
|
+
"line": 6,
|
|
3763
3659
|
"character": 4
|
|
3764
3660
|
}
|
|
3765
3661
|
],
|
|
@@ -3769,15 +3665,15 @@
|
|
|
3769
3665
|
}
|
|
3770
3666
|
},
|
|
3771
3667
|
{
|
|
3772
|
-
"id":
|
|
3668
|
+
"id": 117,
|
|
3773
3669
|
"name": "schema",
|
|
3774
3670
|
"kind": 1024,
|
|
3775
3671
|
"kindString": "Property",
|
|
3776
3672
|
"flags": {},
|
|
3777
3673
|
"sources": [
|
|
3778
3674
|
{
|
|
3779
|
-
"fileName": "modules/packages/module/dist/esm/Query.d.ts",
|
|
3780
|
-
"line":
|
|
3675
|
+
"fileName": "modules/packages/module/dist/esm/Query/XyoQueryBoundWitness.d.ts",
|
|
3676
|
+
"line": 5,
|
|
3781
3677
|
"character": 4
|
|
3782
3678
|
}
|
|
3783
3679
|
],
|
|
@@ -3791,15 +3687,15 @@
|
|
|
3791
3687
|
{
|
|
3792
3688
|
"title": "Properties",
|
|
3793
3689
|
"children": [
|
|
3794
|
-
|
|
3795
|
-
|
|
3690
|
+
118,
|
|
3691
|
+
117
|
|
3796
3692
|
]
|
|
3797
3693
|
}
|
|
3798
3694
|
],
|
|
3799
3695
|
"sources": [
|
|
3800
3696
|
{
|
|
3801
|
-
"fileName": "modules/packages/module/dist/esm/Query.d.ts",
|
|
3802
|
-
"line":
|
|
3697
|
+
"fileName": "modules/packages/module/dist/esm/Query/XyoQueryBoundWitness.d.ts",
|
|
3698
|
+
"line": 4,
|
|
3803
3699
|
"character": 59
|
|
3804
3700
|
}
|
|
3805
3701
|
]
|
|
@@ -3811,19 +3707,19 @@
|
|
|
3811
3707
|
],
|
|
3812
3708
|
"parameters": [
|
|
3813
3709
|
{
|
|
3814
|
-
"id":
|
|
3710
|
+
"id": 120,
|
|
3815
3711
|
"name": "query",
|
|
3816
3712
|
"kind": 32768,
|
|
3817
3713
|
"kindString": "Parameter",
|
|
3818
3714
|
"flags": {},
|
|
3819
3715
|
"type": {
|
|
3820
3716
|
"type": "reference",
|
|
3821
|
-
"id":
|
|
3717
|
+
"id": 119,
|
|
3822
3718
|
"name": "T"
|
|
3823
3719
|
}
|
|
3824
3720
|
},
|
|
3825
3721
|
{
|
|
3826
|
-
"id":
|
|
3722
|
+
"id": 121,
|
|
3827
3723
|
"name": "payloads",
|
|
3828
3724
|
"kind": 32768,
|
|
3829
3725
|
"kindString": "Parameter",
|
|
@@ -3846,21 +3742,21 @@
|
|
|
3846
3742
|
{
|
|
3847
3743
|
"type": "reflection",
|
|
3848
3744
|
"declaration": {
|
|
3849
|
-
"id":
|
|
3745
|
+
"id": 122,
|
|
3850
3746
|
"name": "__type",
|
|
3851
3747
|
"kind": 65536,
|
|
3852
3748
|
"kindString": "Type literal",
|
|
3853
3749
|
"flags": {},
|
|
3854
3750
|
"children": [
|
|
3855
3751
|
{
|
|
3856
|
-
"id":
|
|
3752
|
+
"id": 123,
|
|
3857
3753
|
"name": "schema",
|
|
3858
3754
|
"kind": 1024,
|
|
3859
3755
|
"kindString": "Property",
|
|
3860
3756
|
"flags": {},
|
|
3861
3757
|
"sources": [
|
|
3862
3758
|
{
|
|
3863
|
-
"fileName": "sdk/packages/payload/dist/esm/models/
|
|
3759
|
+
"fileName": "sdk/packages/payload/dist/esm/models/XyoPayload.d.ts",
|
|
3864
3760
|
"line": 19,
|
|
3865
3761
|
"character": 4
|
|
3866
3762
|
}
|
|
@@ -3875,13 +3771,13 @@
|
|
|
3875
3771
|
{
|
|
3876
3772
|
"title": "Properties",
|
|
3877
3773
|
"children": [
|
|
3878
|
-
|
|
3774
|
+
123
|
|
3879
3775
|
]
|
|
3880
3776
|
}
|
|
3881
3777
|
],
|
|
3882
3778
|
"sources": [
|
|
3883
3779
|
{
|
|
3884
|
-
"fileName": "sdk/packages/payload/dist/esm/models/
|
|
3780
|
+
"fileName": "sdk/packages/payload/dist/esm/models/XyoPayload.d.ts",
|
|
3885
3781
|
"line": 18,
|
|
3886
3782
|
"character": 17
|
|
3887
3783
|
}
|
|
@@ -3913,14 +3809,14 @@
|
|
|
3913
3809
|
{
|
|
3914
3810
|
"type": "reflection",
|
|
3915
3811
|
"declaration": {
|
|
3916
|
-
"id":
|
|
3812
|
+
"id": 124,
|
|
3917
3813
|
"name": "__type",
|
|
3918
3814
|
"kind": 65536,
|
|
3919
3815
|
"kindString": "Type literal",
|
|
3920
3816
|
"flags": {},
|
|
3921
3817
|
"children": [
|
|
3922
3818
|
{
|
|
3923
|
-
"id":
|
|
3819
|
+
"id": 125,
|
|
3924
3820
|
"name": "schema",
|
|
3925
3821
|
"kind": 1024,
|
|
3926
3822
|
"kindString": "Property",
|
|
@@ -3942,7 +3838,7 @@
|
|
|
3942
3838
|
{
|
|
3943
3839
|
"title": "Properties",
|
|
3944
3840
|
"children": [
|
|
3945
|
-
|
|
3841
|
+
125
|
|
3946
3842
|
]
|
|
3947
3843
|
}
|
|
3948
3844
|
],
|
|
@@ -3967,102 +3863,312 @@
|
|
|
3967
3863
|
},
|
|
3968
3864
|
"inheritedFrom": {
|
|
3969
3865
|
"type": "reference",
|
|
3970
|
-
"name": "XyoWitness.query"
|
|
3866
|
+
"name": "XyoWitness.query"
|
|
3867
|
+
}
|
|
3868
|
+
}
|
|
3869
|
+
],
|
|
3870
|
+
"inheritedFrom": {
|
|
3871
|
+
"type": "reference",
|
|
3872
|
+
"name": "XyoWitness.query"
|
|
3873
|
+
}
|
|
3874
|
+
},
|
|
3875
|
+
{
|
|
3876
|
+
"id": 166,
|
|
3877
|
+
"name": "queryable",
|
|
3878
|
+
"kind": 2048,
|
|
3879
|
+
"kindString": "Method",
|
|
3880
|
+
"flags": {},
|
|
3881
|
+
"sources": [
|
|
3882
|
+
{
|
|
3883
|
+
"fileName": "modules/packages/module/dist/esm/XyoModule.d.ts",
|
|
3884
|
+
"line": 35,
|
|
3885
|
+
"character": 4
|
|
3886
|
+
}
|
|
3887
|
+
],
|
|
3888
|
+
"signatures": [
|
|
3889
|
+
{
|
|
3890
|
+
"id": 167,
|
|
3891
|
+
"name": "queryable",
|
|
3892
|
+
"kind": 4096,
|
|
3893
|
+
"kindString": "Call signature",
|
|
3894
|
+
"flags": {},
|
|
3895
|
+
"parameters": [
|
|
3896
|
+
{
|
|
3897
|
+
"id": 168,
|
|
3898
|
+
"name": "schema",
|
|
3899
|
+
"kind": 32768,
|
|
3900
|
+
"kindString": "Parameter",
|
|
3901
|
+
"flags": {},
|
|
3902
|
+
"type": {
|
|
3903
|
+
"type": "intrinsic",
|
|
3904
|
+
"name": "string"
|
|
3905
|
+
}
|
|
3906
|
+
},
|
|
3907
|
+
{
|
|
3908
|
+
"id": 169,
|
|
3909
|
+
"name": "addresses",
|
|
3910
|
+
"kind": 32768,
|
|
3911
|
+
"kindString": "Parameter",
|
|
3912
|
+
"flags": {
|
|
3913
|
+
"isOptional": true
|
|
3914
|
+
},
|
|
3915
|
+
"type": {
|
|
3916
|
+
"type": "array",
|
|
3917
|
+
"elementType": {
|
|
3918
|
+
"type": "intrinsic",
|
|
3919
|
+
"name": "string"
|
|
3920
|
+
}
|
|
3921
|
+
}
|
|
3922
|
+
}
|
|
3923
|
+
],
|
|
3924
|
+
"type": {
|
|
3925
|
+
"type": "intrinsic",
|
|
3926
|
+
"name": "boolean"
|
|
3927
|
+
},
|
|
3928
|
+
"inheritedFrom": {
|
|
3929
|
+
"type": "reference",
|
|
3930
|
+
"name": "XyoWitness.queryable"
|
|
3931
|
+
}
|
|
3932
|
+
}
|
|
3933
|
+
],
|
|
3934
|
+
"inheritedFrom": {
|
|
3935
|
+
"type": "reference",
|
|
3936
|
+
"name": "XyoWitness.queryable"
|
|
3937
|
+
}
|
|
3938
|
+
},
|
|
3939
|
+
{
|
|
3940
|
+
"id": 151,
|
|
3941
|
+
"name": "start",
|
|
3942
|
+
"kind": 2048,
|
|
3943
|
+
"kindString": "Method",
|
|
3944
|
+
"flags": {
|
|
3945
|
+
"isProtected": true
|
|
3946
|
+
},
|
|
3947
|
+
"sources": [
|
|
3948
|
+
{
|
|
3949
|
+
"fileName": "modules/packages/module/dist/esm/XyoModule.d.ts",
|
|
3950
|
+
"line": 28,
|
|
3951
|
+
"character": 14
|
|
3952
|
+
}
|
|
3953
|
+
],
|
|
3954
|
+
"signatures": [
|
|
3955
|
+
{
|
|
3956
|
+
"id": 152,
|
|
3957
|
+
"name": "start",
|
|
3958
|
+
"kind": 4096,
|
|
3959
|
+
"kindString": "Call signature",
|
|
3960
|
+
"flags": {},
|
|
3961
|
+
"parameters": [
|
|
3962
|
+
{
|
|
3963
|
+
"id": 153,
|
|
3964
|
+
"name": "_timeout",
|
|
3965
|
+
"kind": 32768,
|
|
3966
|
+
"kindString": "Parameter",
|
|
3967
|
+
"flags": {
|
|
3968
|
+
"isOptional": true
|
|
3969
|
+
},
|
|
3970
|
+
"type": {
|
|
3971
|
+
"type": "intrinsic",
|
|
3972
|
+
"name": "number"
|
|
3973
|
+
}
|
|
3974
|
+
}
|
|
3975
|
+
],
|
|
3976
|
+
"type": {
|
|
3977
|
+
"type": "reference",
|
|
3978
|
+
"typeArguments": [
|
|
3979
|
+
{
|
|
3980
|
+
"type": "reference",
|
|
3981
|
+
"id": 54,
|
|
3982
|
+
"name": "XyoModuleInstanceWitness"
|
|
3983
|
+
},
|
|
3984
|
+
{
|
|
3985
|
+
"type": "intrinsic",
|
|
3986
|
+
"name": "never"
|
|
3987
|
+
}
|
|
3988
|
+
],
|
|
3989
|
+
"name": "Promisable"
|
|
3990
|
+
},
|
|
3991
|
+
"inheritedFrom": {
|
|
3992
|
+
"type": "reference",
|
|
3993
|
+
"name": "XyoWitness.start"
|
|
3994
|
+
}
|
|
3995
|
+
}
|
|
3996
|
+
],
|
|
3997
|
+
"inheritedFrom": {
|
|
3998
|
+
"type": "reference",
|
|
3999
|
+
"name": "XyoWitness.start"
|
|
4000
|
+
}
|
|
4001
|
+
},
|
|
4002
|
+
{
|
|
4003
|
+
"id": 160,
|
|
4004
|
+
"name": "started",
|
|
4005
|
+
"kind": 2048,
|
|
4006
|
+
"kindString": "Method",
|
|
4007
|
+
"flags": {},
|
|
4008
|
+
"sources": [
|
|
4009
|
+
{
|
|
4010
|
+
"fileName": "modules/packages/module/dist/esm/XyoModule.d.ts",
|
|
4011
|
+
"line": 31,
|
|
4012
|
+
"character": 4
|
|
4013
|
+
}
|
|
4014
|
+
],
|
|
4015
|
+
"signatures": [
|
|
4016
|
+
{
|
|
4017
|
+
"id": 161,
|
|
4018
|
+
"name": "started",
|
|
4019
|
+
"kind": 4096,
|
|
4020
|
+
"kindString": "Call signature",
|
|
4021
|
+
"flags": {},
|
|
4022
|
+
"parameters": [
|
|
4023
|
+
{
|
|
4024
|
+
"id": 162,
|
|
4025
|
+
"name": "notStartedAction",
|
|
4026
|
+
"kind": 32768,
|
|
4027
|
+
"kindString": "Parameter",
|
|
4028
|
+
"flags": {
|
|
4029
|
+
"isOptional": true
|
|
4030
|
+
},
|
|
4031
|
+
"type": {
|
|
4032
|
+
"type": "union",
|
|
4033
|
+
"types": [
|
|
4034
|
+
{
|
|
4035
|
+
"type": "literal",
|
|
4036
|
+
"value": "error"
|
|
4037
|
+
},
|
|
4038
|
+
{
|
|
4039
|
+
"type": "literal",
|
|
4040
|
+
"value": "throw"
|
|
4041
|
+
},
|
|
4042
|
+
{
|
|
4043
|
+
"type": "literal",
|
|
4044
|
+
"value": "warn"
|
|
4045
|
+
},
|
|
4046
|
+
{
|
|
4047
|
+
"type": "literal",
|
|
4048
|
+
"value": "log"
|
|
4049
|
+
},
|
|
4050
|
+
{
|
|
4051
|
+
"type": "literal",
|
|
4052
|
+
"value": "none"
|
|
4053
|
+
}
|
|
4054
|
+
]
|
|
4055
|
+
}
|
|
4056
|
+
},
|
|
4057
|
+
{
|
|
4058
|
+
"id": 163,
|
|
4059
|
+
"name": "tag",
|
|
4060
|
+
"kind": 32768,
|
|
4061
|
+
"kindString": "Parameter",
|
|
4062
|
+
"flags": {
|
|
4063
|
+
"isOptional": true
|
|
4064
|
+
},
|
|
4065
|
+
"type": {
|
|
4066
|
+
"type": "intrinsic",
|
|
4067
|
+
"name": "string"
|
|
4068
|
+
}
|
|
4069
|
+
}
|
|
4070
|
+
],
|
|
4071
|
+
"type": {
|
|
4072
|
+
"type": "intrinsic",
|
|
4073
|
+
"name": "boolean"
|
|
4074
|
+
},
|
|
4075
|
+
"inheritedFrom": {
|
|
4076
|
+
"type": "reference",
|
|
4077
|
+
"name": "XyoWitness.started"
|
|
3971
4078
|
}
|
|
3972
4079
|
}
|
|
3973
4080
|
],
|
|
3974
4081
|
"inheritedFrom": {
|
|
3975
4082
|
"type": "reference",
|
|
3976
|
-
"name": "XyoWitness.
|
|
4083
|
+
"name": "XyoWitness.started"
|
|
3977
4084
|
}
|
|
3978
4085
|
},
|
|
3979
4086
|
{
|
|
3980
|
-
"id":
|
|
3981
|
-
"name": "
|
|
4087
|
+
"id": 154,
|
|
4088
|
+
"name": "stop",
|
|
3982
4089
|
"kind": 2048,
|
|
3983
4090
|
"kindString": "Method",
|
|
3984
|
-
"flags": {
|
|
4091
|
+
"flags": {
|
|
4092
|
+
"isProtected": true
|
|
4093
|
+
},
|
|
3985
4094
|
"sources": [
|
|
3986
4095
|
{
|
|
3987
4096
|
"fileName": "modules/packages/module/dist/esm/XyoModule.d.ts",
|
|
3988
|
-
"line":
|
|
3989
|
-
"character":
|
|
4097
|
+
"line": 29,
|
|
4098
|
+
"character": 14
|
|
3990
4099
|
}
|
|
3991
4100
|
],
|
|
3992
4101
|
"signatures": [
|
|
3993
4102
|
{
|
|
3994
|
-
"id":
|
|
3995
|
-
"name": "
|
|
4103
|
+
"id": 155,
|
|
4104
|
+
"name": "stop",
|
|
3996
4105
|
"kind": 4096,
|
|
3997
4106
|
"kindString": "Call signature",
|
|
3998
4107
|
"flags": {},
|
|
3999
4108
|
"parameters": [
|
|
4000
4109
|
{
|
|
4001
|
-
"id":
|
|
4002
|
-
"name": "
|
|
4003
|
-
"kind": 32768,
|
|
4004
|
-
"kindString": "Parameter",
|
|
4005
|
-
"flags": {},
|
|
4006
|
-
"type": {
|
|
4007
|
-
"type": "intrinsic",
|
|
4008
|
-
"name": "string"
|
|
4009
|
-
}
|
|
4010
|
-
},
|
|
4011
|
-
{
|
|
4012
|
-
"id": 154,
|
|
4013
|
-
"name": "addresses",
|
|
4110
|
+
"id": 156,
|
|
4111
|
+
"name": "_timeout",
|
|
4014
4112
|
"kind": 32768,
|
|
4015
4113
|
"kindString": "Parameter",
|
|
4016
4114
|
"flags": {
|
|
4017
4115
|
"isOptional": true
|
|
4018
4116
|
},
|
|
4019
4117
|
"type": {
|
|
4020
|
-
"type": "
|
|
4021
|
-
"
|
|
4022
|
-
"type": "intrinsic",
|
|
4023
|
-
"name": "string"
|
|
4024
|
-
}
|
|
4118
|
+
"type": "intrinsic",
|
|
4119
|
+
"name": "number"
|
|
4025
4120
|
}
|
|
4026
4121
|
}
|
|
4027
4122
|
],
|
|
4028
4123
|
"type": {
|
|
4029
|
-
"type": "
|
|
4030
|
-
"
|
|
4124
|
+
"type": "reference",
|
|
4125
|
+
"typeArguments": [
|
|
4126
|
+
{
|
|
4127
|
+
"type": "reference",
|
|
4128
|
+
"id": 54,
|
|
4129
|
+
"name": "XyoModuleInstanceWitness"
|
|
4130
|
+
},
|
|
4131
|
+
{
|
|
4132
|
+
"type": "intrinsic",
|
|
4133
|
+
"name": "never"
|
|
4134
|
+
}
|
|
4135
|
+
],
|
|
4136
|
+
"name": "Promisable"
|
|
4031
4137
|
},
|
|
4032
4138
|
"inheritedFrom": {
|
|
4033
4139
|
"type": "reference",
|
|
4034
|
-
"name": "XyoWitness.
|
|
4140
|
+
"name": "XyoWitness.stop"
|
|
4035
4141
|
}
|
|
4036
4142
|
}
|
|
4037
4143
|
],
|
|
4038
4144
|
"inheritedFrom": {
|
|
4039
4145
|
"type": "reference",
|
|
4040
|
-
"name": "XyoWitness.
|
|
4146
|
+
"name": "XyoWitness.stop"
|
|
4041
4147
|
}
|
|
4042
4148
|
},
|
|
4043
4149
|
{
|
|
4044
|
-
"id":
|
|
4045
|
-
"name": "
|
|
4150
|
+
"id": 173,
|
|
4151
|
+
"name": "subscribe",
|
|
4046
4152
|
"kind": 2048,
|
|
4047
4153
|
"kindString": "Method",
|
|
4048
4154
|
"flags": {},
|
|
4049
4155
|
"sources": [
|
|
4050
4156
|
{
|
|
4051
4157
|
"fileName": "modules/packages/module/dist/esm/XyoModule.d.ts",
|
|
4052
|
-
"line":
|
|
4158
|
+
"line": 39,
|
|
4053
4159
|
"character": 4
|
|
4054
4160
|
}
|
|
4055
4161
|
],
|
|
4056
4162
|
"signatures": [
|
|
4057
4163
|
{
|
|
4058
|
-
"id":
|
|
4059
|
-
"name": "
|
|
4164
|
+
"id": 174,
|
|
4165
|
+
"name": "subscribe",
|
|
4060
4166
|
"kind": 4096,
|
|
4061
4167
|
"kindString": "Call signature",
|
|
4062
4168
|
"flags": {},
|
|
4063
4169
|
"parameters": [
|
|
4064
4170
|
{
|
|
4065
|
-
"id":
|
|
4171
|
+
"id": 175,
|
|
4066
4172
|
"name": "_queryAccount",
|
|
4067
4173
|
"kind": 32768,
|
|
4068
4174
|
"kindString": "Parameter",
|
|
@@ -4081,39 +4187,42 @@
|
|
|
4081
4187
|
},
|
|
4082
4188
|
"inheritedFrom": {
|
|
4083
4189
|
"type": "reference",
|
|
4084
|
-
"name": "XyoWitness.
|
|
4190
|
+
"name": "XyoWitness.subscribe"
|
|
4085
4191
|
}
|
|
4086
4192
|
}
|
|
4087
4193
|
],
|
|
4088
4194
|
"inheritedFrom": {
|
|
4089
4195
|
"type": "reference",
|
|
4090
|
-
"name": "XyoWitness.
|
|
4196
|
+
"name": "XyoWitness.subscribe"
|
|
4091
4197
|
}
|
|
4092
4198
|
},
|
|
4093
4199
|
{
|
|
4094
|
-
"id":
|
|
4095
|
-
"name": "
|
|
4200
|
+
"id": 55,
|
|
4201
|
+
"name": "create",
|
|
4096
4202
|
"kind": 2048,
|
|
4097
4203
|
"kindString": "Method",
|
|
4098
|
-
"flags": {
|
|
4204
|
+
"flags": {
|
|
4205
|
+
"isStatic": true
|
|
4206
|
+
},
|
|
4099
4207
|
"sources": [
|
|
4100
4208
|
{
|
|
4101
|
-
"fileName": "
|
|
4102
|
-
"line":
|
|
4103
|
-
"character":
|
|
4209
|
+
"fileName": "plugins/packages/module-instance/src/Witness.ts",
|
|
4210
|
+
"line": 20,
|
|
4211
|
+
"character": 24,
|
|
4212
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/cd4628e1/packages/plugins/packages/module-instance/src/Witness.ts#L20"
|
|
4104
4213
|
}
|
|
4105
4214
|
],
|
|
4106
4215
|
"signatures": [
|
|
4107
4216
|
{
|
|
4108
|
-
"id":
|
|
4109
|
-
"name": "
|
|
4217
|
+
"id": 56,
|
|
4218
|
+
"name": "create",
|
|
4110
4219
|
"kind": 4096,
|
|
4111
4220
|
"kindString": "Call signature",
|
|
4112
4221
|
"flags": {},
|
|
4113
4222
|
"parameters": [
|
|
4114
4223
|
{
|
|
4115
|
-
"id":
|
|
4116
|
-
"name": "
|
|
4224
|
+
"id": 57,
|
|
4225
|
+
"name": "params",
|
|
4117
4226
|
"kind": 32768,
|
|
4118
4227
|
"kindString": "Parameter",
|
|
4119
4228
|
"flags": {
|
|
@@ -4121,23 +4230,236 @@
|
|
|
4121
4230
|
},
|
|
4122
4231
|
"type": {
|
|
4123
4232
|
"type": "reference",
|
|
4124
|
-
"
|
|
4233
|
+
"typeArguments": [
|
|
4234
|
+
{
|
|
4235
|
+
"type": "intersection",
|
|
4236
|
+
"types": [
|
|
4237
|
+
{
|
|
4238
|
+
"type": "reference",
|
|
4239
|
+
"name": "SchemaFields"
|
|
4240
|
+
},
|
|
4241
|
+
{
|
|
4242
|
+
"type": "reference",
|
|
4243
|
+
"name": "PayloadFields"
|
|
4244
|
+
},
|
|
4245
|
+
{
|
|
4246
|
+
"type": "reflection",
|
|
4247
|
+
"declaration": {
|
|
4248
|
+
"id": 58,
|
|
4249
|
+
"name": "__type",
|
|
4250
|
+
"kind": 65536,
|
|
4251
|
+
"kindString": "Type literal",
|
|
4252
|
+
"flags": {},
|
|
4253
|
+
"children": [
|
|
4254
|
+
{
|
|
4255
|
+
"id": 59,
|
|
4256
|
+
"name": "security",
|
|
4257
|
+
"kind": 1024,
|
|
4258
|
+
"kindString": "Property",
|
|
4259
|
+
"flags": {
|
|
4260
|
+
"isOptional": true
|
|
4261
|
+
},
|
|
4262
|
+
"sources": [
|
|
4263
|
+
{
|
|
4264
|
+
"fileName": "modules/packages/module/dist/esm/Config.d.ts",
|
|
4265
|
+
"line": 8,
|
|
4266
|
+
"character": 4
|
|
4267
|
+
}
|
|
4268
|
+
],
|
|
4269
|
+
"type": {
|
|
4270
|
+
"type": "reflection",
|
|
4271
|
+
"declaration": {
|
|
4272
|
+
"id": 60,
|
|
4273
|
+
"name": "__type",
|
|
4274
|
+
"kind": 65536,
|
|
4275
|
+
"kindString": "Type literal",
|
|
4276
|
+
"flags": {},
|
|
4277
|
+
"children": [
|
|
4278
|
+
{
|
|
4279
|
+
"id": 61,
|
|
4280
|
+
"name": "allowed",
|
|
4281
|
+
"kind": 1024,
|
|
4282
|
+
"kindString": "Property",
|
|
4283
|
+
"flags": {
|
|
4284
|
+
"isOptional": true
|
|
4285
|
+
},
|
|
4286
|
+
"sources": [
|
|
4287
|
+
{
|
|
4288
|
+
"fileName": "modules/packages/module/dist/esm/Config.d.ts",
|
|
4289
|
+
"line": 9,
|
|
4290
|
+
"character": 8
|
|
4291
|
+
}
|
|
4292
|
+
],
|
|
4293
|
+
"type": {
|
|
4294
|
+
"type": "reference",
|
|
4295
|
+
"typeArguments": [
|
|
4296
|
+
{
|
|
4297
|
+
"type": "intrinsic",
|
|
4298
|
+
"name": "string"
|
|
4299
|
+
},
|
|
4300
|
+
{
|
|
4301
|
+
"type": "array",
|
|
4302
|
+
"elementType": {
|
|
4303
|
+
"type": "array",
|
|
4304
|
+
"elementType": {
|
|
4305
|
+
"type": "intrinsic",
|
|
4306
|
+
"name": "string"
|
|
4307
|
+
}
|
|
4308
|
+
}
|
|
4309
|
+
}
|
|
4310
|
+
],
|
|
4311
|
+
"name": "Record",
|
|
4312
|
+
"qualifiedName": "Record",
|
|
4313
|
+
"package": "typescript"
|
|
4314
|
+
}
|
|
4315
|
+
},
|
|
4316
|
+
{
|
|
4317
|
+
"id": 62,
|
|
4318
|
+
"name": "disallowed",
|
|
4319
|
+
"kind": 1024,
|
|
4320
|
+
"kindString": "Property",
|
|
4321
|
+
"flags": {
|
|
4322
|
+
"isOptional": true
|
|
4323
|
+
},
|
|
4324
|
+
"sources": [
|
|
4325
|
+
{
|
|
4326
|
+
"fileName": "modules/packages/module/dist/esm/Config.d.ts",
|
|
4327
|
+
"line": 10,
|
|
4328
|
+
"character": 8
|
|
4329
|
+
}
|
|
4330
|
+
],
|
|
4331
|
+
"type": {
|
|
4332
|
+
"type": "reference",
|
|
4333
|
+
"typeArguments": [
|
|
4334
|
+
{
|
|
4335
|
+
"type": "intrinsic",
|
|
4336
|
+
"name": "string"
|
|
4337
|
+
},
|
|
4338
|
+
{
|
|
4339
|
+
"type": "array",
|
|
4340
|
+
"elementType": {
|
|
4341
|
+
"type": "intrinsic",
|
|
4342
|
+
"name": "string"
|
|
4343
|
+
}
|
|
4344
|
+
}
|
|
4345
|
+
],
|
|
4346
|
+
"name": "Record",
|
|
4347
|
+
"qualifiedName": "Record",
|
|
4348
|
+
"package": "typescript"
|
|
4349
|
+
}
|
|
4350
|
+
}
|
|
4351
|
+
],
|
|
4352
|
+
"groups": [
|
|
4353
|
+
{
|
|
4354
|
+
"title": "Properties",
|
|
4355
|
+
"children": [
|
|
4356
|
+
61,
|
|
4357
|
+
62
|
|
4358
|
+
]
|
|
4359
|
+
}
|
|
4360
|
+
],
|
|
4361
|
+
"sources": [
|
|
4362
|
+
{
|
|
4363
|
+
"fileName": "modules/packages/module/dist/esm/Config.d.ts",
|
|
4364
|
+
"line": 8,
|
|
4365
|
+
"character": 15
|
|
4366
|
+
}
|
|
4367
|
+
]
|
|
4368
|
+
}
|
|
4369
|
+
}
|
|
4370
|
+
}
|
|
4371
|
+
],
|
|
4372
|
+
"groups": [
|
|
4373
|
+
{
|
|
4374
|
+
"title": "Properties",
|
|
4375
|
+
"children": [
|
|
4376
|
+
59
|
|
4377
|
+
]
|
|
4378
|
+
}
|
|
4379
|
+
],
|
|
4380
|
+
"sources": [
|
|
4381
|
+
{
|
|
4382
|
+
"fileName": "modules/packages/module/dist/esm/Config.d.ts",
|
|
4383
|
+
"line": 7,
|
|
4384
|
+
"character": 90
|
|
4385
|
+
}
|
|
4386
|
+
]
|
|
4387
|
+
}
|
|
4388
|
+
},
|
|
4389
|
+
{
|
|
4390
|
+
"type": "reflection",
|
|
4391
|
+
"declaration": {
|
|
4392
|
+
"id": 63,
|
|
4393
|
+
"name": "__type",
|
|
4394
|
+
"kind": 65536,
|
|
4395
|
+
"kindString": "Type literal",
|
|
4396
|
+
"flags": {},
|
|
4397
|
+
"children": [
|
|
4398
|
+
{
|
|
4399
|
+
"id": 64,
|
|
4400
|
+
"name": "schema",
|
|
4401
|
+
"kind": 1024,
|
|
4402
|
+
"kindString": "Property",
|
|
4403
|
+
"flags": {},
|
|
4404
|
+
"sources": [
|
|
4405
|
+
{
|
|
4406
|
+
"fileName": "sdk/packages/payload/dist/esm/models/XyoPayload.d.ts",
|
|
4407
|
+
"line": 19,
|
|
4408
|
+
"character": 4
|
|
4409
|
+
}
|
|
4410
|
+
],
|
|
4411
|
+
"type": {
|
|
4412
|
+
"type": "intrinsic",
|
|
4413
|
+
"name": "string"
|
|
4414
|
+
}
|
|
4415
|
+
}
|
|
4416
|
+
],
|
|
4417
|
+
"groups": [
|
|
4418
|
+
{
|
|
4419
|
+
"title": "Properties",
|
|
4420
|
+
"children": [
|
|
4421
|
+
64
|
|
4422
|
+
]
|
|
4423
|
+
}
|
|
4424
|
+
],
|
|
4425
|
+
"sources": [
|
|
4426
|
+
{
|
|
4427
|
+
"fileName": "sdk/packages/payload/dist/esm/models/XyoPayload.d.ts",
|
|
4428
|
+
"line": 18,
|
|
4429
|
+
"character": 17
|
|
4430
|
+
}
|
|
4431
|
+
]
|
|
4432
|
+
}
|
|
4433
|
+
}
|
|
4434
|
+
]
|
|
4435
|
+
}
|
|
4436
|
+
],
|
|
4437
|
+
"name": "XyoModuleParams"
|
|
4125
4438
|
}
|
|
4126
4439
|
}
|
|
4127
4440
|
],
|
|
4128
4441
|
"type": {
|
|
4129
|
-
"type": "
|
|
4130
|
-
"
|
|
4442
|
+
"type": "reference",
|
|
4443
|
+
"typeArguments": [
|
|
4444
|
+
{
|
|
4445
|
+
"type": "reference",
|
|
4446
|
+
"id": 54,
|
|
4447
|
+
"name": "XyoModuleInstanceWitness"
|
|
4448
|
+
}
|
|
4449
|
+
],
|
|
4450
|
+
"name": "Promise",
|
|
4451
|
+
"qualifiedName": "Promise",
|
|
4452
|
+
"package": "typescript"
|
|
4131
4453
|
},
|
|
4132
|
-
"
|
|
4454
|
+
"overwrites": {
|
|
4133
4455
|
"type": "reference",
|
|
4134
|
-
"name": "XyoWitness.
|
|
4456
|
+
"name": "XyoWitness.create"
|
|
4135
4457
|
}
|
|
4136
4458
|
}
|
|
4137
4459
|
],
|
|
4138
|
-
"
|
|
4460
|
+
"overwrites": {
|
|
4139
4461
|
"type": "reference",
|
|
4140
|
-
"name": "XyoWitness.
|
|
4462
|
+
"name": "XyoWitness.create"
|
|
4141
4463
|
}
|
|
4142
4464
|
}
|
|
4143
4465
|
],
|
|
@@ -4145,48 +4467,51 @@
|
|
|
4145
4467
|
{
|
|
4146
4468
|
"title": "Constructors",
|
|
4147
4469
|
"children": [
|
|
4148
|
-
|
|
4470
|
+
67
|
|
4149
4471
|
]
|
|
4150
4472
|
},
|
|
4151
4473
|
{
|
|
4152
4474
|
"title": "Properties",
|
|
4153
4475
|
"children": [
|
|
4154
|
-
|
|
4155
|
-
|
|
4156
|
-
|
|
4157
|
-
|
|
4158
|
-
|
|
4159
|
-
|
|
4160
|
-
|
|
4476
|
+
126,
|
|
4477
|
+
146,
|
|
4478
|
+
145,
|
|
4479
|
+
127,
|
|
4480
|
+
148,
|
|
4481
|
+
147,
|
|
4482
|
+
66,
|
|
4483
|
+
65
|
|
4161
4484
|
]
|
|
4162
4485
|
},
|
|
4163
4486
|
{
|
|
4164
4487
|
"title": "Accessors",
|
|
4165
4488
|
"children": [
|
|
4489
|
+
164,
|
|
4166
4490
|
149,
|
|
4167
|
-
|
|
4168
|
-
|
|
4169
|
-
98
|
|
4491
|
+
87,
|
|
4492
|
+
107
|
|
4170
4493
|
]
|
|
4171
4494
|
},
|
|
4172
4495
|
{
|
|
4173
4496
|
"title": "Methods",
|
|
4174
4497
|
"children": [
|
|
4175
|
-
|
|
4176
|
-
|
|
4177
|
-
|
|
4178
|
-
|
|
4179
|
-
|
|
4180
|
-
|
|
4181
|
-
|
|
4182
|
-
|
|
4183
|
-
|
|
4184
|
-
|
|
4185
|
-
|
|
4186
|
-
|
|
4498
|
+
183,
|
|
4499
|
+
176,
|
|
4500
|
+
221,
|
|
4501
|
+
196,
|
|
4502
|
+
213,
|
|
4503
|
+
188,
|
|
4504
|
+
170,
|
|
4505
|
+
157,
|
|
4506
|
+
96,
|
|
4507
|
+
109,
|
|
4508
|
+
111,
|
|
4509
|
+
166,
|
|
4187
4510
|
151,
|
|
4188
|
-
|
|
4189
|
-
|
|
4511
|
+
160,
|
|
4512
|
+
154,
|
|
4513
|
+
173,
|
|
4514
|
+
55
|
|
4190
4515
|
]
|
|
4191
4516
|
}
|
|
4192
4517
|
],
|
|
@@ -4195,7 +4520,7 @@
|
|
|
4195
4520
|
"fileName": "plugins/packages/module-instance/src/Witness.ts",
|
|
4196
4521
|
"line": 19,
|
|
4197
4522
|
"character": 13,
|
|
4198
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
4523
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/cd4628e1/packages/plugins/packages/module-instance/src/Witness.ts#L19"
|
|
4199
4524
|
}
|
|
4200
4525
|
],
|
|
4201
4526
|
"extendedTypes": [
|
|
@@ -4237,7 +4562,7 @@
|
|
|
4237
4562
|
"fileName": "plugins/packages/module-instance/src/Payload.ts",
|
|
4238
4563
|
"line": 6,
|
|
4239
4564
|
"character": 2,
|
|
4240
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
4565
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/cd4628e1/packages/plugins/packages/module-instance/src/Payload.ts#L6"
|
|
4241
4566
|
}
|
|
4242
4567
|
],
|
|
4243
4568
|
"type": {
|
|
@@ -4259,7 +4584,7 @@
|
|
|
4259
4584
|
"fileName": "plugins/packages/module-instance/src/Payload.ts",
|
|
4260
4585
|
"line": 5,
|
|
4261
4586
|
"character": 17,
|
|
4262
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
4587
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/cd4628e1/packages/plugins/packages/module-instance/src/Payload.ts#L5"
|
|
4263
4588
|
}
|
|
4264
4589
|
]
|
|
4265
4590
|
},
|
|
@@ -4274,7 +4599,7 @@
|
|
|
4274
4599
|
"fileName": "plugins/packages/module-instance/src/Payload.ts",
|
|
4275
4600
|
"line": 9,
|
|
4276
4601
|
"character": 12,
|
|
4277
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
4602
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/cd4628e1/packages/plugins/packages/module-instance/src/Payload.ts#L9"
|
|
4278
4603
|
}
|
|
4279
4604
|
],
|
|
4280
4605
|
"type": {
|
|
@@ -4300,7 +4625,7 @@
|
|
|
4300
4625
|
"fileName": "plugins/packages/module-instance/src/Payload.ts",
|
|
4301
4626
|
"line": 11,
|
|
4302
4627
|
"character": 2,
|
|
4303
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
4628
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/cd4628e1/packages/plugins/packages/module-instance/src/Payload.ts#L11"
|
|
4304
4629
|
}
|
|
4305
4630
|
],
|
|
4306
4631
|
"type": {
|
|
@@ -4321,7 +4646,7 @@
|
|
|
4321
4646
|
"fileName": "plugins/packages/module-instance/src/Payload.ts",
|
|
4322
4647
|
"line": 12,
|
|
4323
4648
|
"character": 2,
|
|
4324
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
4649
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/cd4628e1/packages/plugins/packages/module-instance/src/Payload.ts#L12"
|
|
4325
4650
|
}
|
|
4326
4651
|
],
|
|
4327
4652
|
"type": {
|
|
@@ -4353,7 +4678,7 @@
|
|
|
4353
4678
|
"fileName": "plugins/packages/module-instance/src/Payload.ts",
|
|
4354
4679
|
"line": 10,
|
|
4355
4680
|
"character": 2,
|
|
4356
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
4681
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/cd4628e1/packages/plugins/packages/module-instance/src/Payload.ts#L10"
|
|
4357
4682
|
}
|
|
4358
4683
|
],
|
|
4359
4684
|
"type": {
|
|
@@ -4378,7 +4703,7 @@
|
|
|
4378
4703
|
"fileName": "plugins/packages/module-instance/src/Payload.ts",
|
|
4379
4704
|
"line": 9,
|
|
4380
4705
|
"character": 50,
|
|
4381
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
4706
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/cd4628e1/packages/plugins/packages/module-instance/src/Payload.ts#L9"
|
|
4382
4707
|
}
|
|
4383
4708
|
]
|
|
4384
4709
|
}
|
|
@@ -4398,13 +4723,13 @@
|
|
|
4398
4723
|
"fileName": "plugins/packages/module-instance/src/Schema.ts",
|
|
4399
4724
|
"line": 1,
|
|
4400
4725
|
"character": 12,
|
|
4401
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
4726
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/cd4628e1/packages/plugins/packages/module-instance/src/Schema.ts#L1"
|
|
4402
4727
|
},
|
|
4403
4728
|
{
|
|
4404
4729
|
"fileName": "plugins/packages/module-instance/src/Schema.ts",
|
|
4405
4730
|
"line": 2,
|
|
4406
4731
|
"character": 13,
|
|
4407
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
4732
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/cd4628e1/packages/plugins/packages/module-instance/src/Schema.ts#L2"
|
|
4408
4733
|
}
|
|
4409
4734
|
],
|
|
4410
4735
|
"type": {
|
|
@@ -4423,7 +4748,7 @@
|
|
|
4423
4748
|
"fileName": "plugins/packages/module-instance/src/Witness.ts",
|
|
4424
4749
|
"line": 11,
|
|
4425
4750
|
"character": 12,
|
|
4426
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
4751
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/cd4628e1/packages/plugins/packages/module-instance/src/Witness.ts#L11"
|
|
4427
4752
|
}
|
|
4428
4753
|
],
|
|
4429
4754
|
"type": {
|
|
@@ -4456,7 +4781,7 @@
|
|
|
4456
4781
|
"fileName": "plugins/packages/module-instance/src/Witness.ts",
|
|
4457
4782
|
"line": 15,
|
|
4458
4783
|
"character": 4,
|
|
4459
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
4784
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/cd4628e1/packages/plugins/packages/module-instance/src/Witness.ts#L15"
|
|
4460
4785
|
}
|
|
4461
4786
|
],
|
|
4462
4787
|
"type": {
|
|
@@ -4475,7 +4800,7 @@
|
|
|
4475
4800
|
"fileName": "plugins/packages/module-instance/src/Witness.ts",
|
|
4476
4801
|
"line": 14,
|
|
4477
4802
|
"character": 4,
|
|
4478
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
4803
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/cd4628e1/packages/plugins/packages/module-instance/src/Witness.ts#L14"
|
|
4479
4804
|
}
|
|
4480
4805
|
],
|
|
4481
4806
|
"type": {
|
|
@@ -4499,7 +4824,7 @@
|
|
|
4499
4824
|
"fileName": "plugins/packages/module-instance/src/Witness.ts",
|
|
4500
4825
|
"line": 13,
|
|
4501
4826
|
"character": 2,
|
|
4502
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
4827
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/cd4628e1/packages/plugins/packages/module-instance/src/Witness.ts#L13"
|
|
4503
4828
|
}
|
|
4504
4829
|
]
|
|
4505
4830
|
}
|
|
@@ -4519,13 +4844,13 @@
|
|
|
4519
4844
|
"fileName": "plugins/packages/module-instance/src/Witness.ts",
|
|
4520
4845
|
"line": 8,
|
|
4521
4846
|
"character": 12,
|
|
4522
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
4847
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/cd4628e1/packages/plugins/packages/module-instance/src/Witness.ts#L8"
|
|
4523
4848
|
},
|
|
4524
4849
|
{
|
|
4525
4850
|
"fileName": "plugins/packages/module-instance/src/Witness.ts",
|
|
4526
4851
|
"line": 9,
|
|
4527
4852
|
"character": 13,
|
|
4528
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
4853
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/cd4628e1/packages/plugins/packages/module-instance/src/Witness.ts#L9"
|
|
4529
4854
|
}
|
|
4530
4855
|
],
|
|
4531
4856
|
"type": {
|
|
@@ -4544,13 +4869,13 @@
|
|
|
4544
4869
|
"fileName": "plugins/packages/module-instance/src/Schema.ts",
|
|
4545
4870
|
"line": 1,
|
|
4546
4871
|
"character": 12,
|
|
4547
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
4872
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/cd4628e1/packages/plugins/packages/module-instance/src/Schema.ts#L1"
|
|
4548
4873
|
},
|
|
4549
4874
|
{
|
|
4550
4875
|
"fileName": "plugins/packages/module-instance/src/Schema.ts",
|
|
4551
4876
|
"line": 2,
|
|
4552
4877
|
"character": 13,
|
|
4553
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
4878
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/cd4628e1/packages/plugins/packages/module-instance/src/Schema.ts#L2"
|
|
4554
4879
|
}
|
|
4555
4880
|
],
|
|
4556
4881
|
"type": {
|
|
@@ -4569,13 +4894,13 @@
|
|
|
4569
4894
|
"fileName": "plugins/packages/module-instance/src/Witness.ts",
|
|
4570
4895
|
"line": 8,
|
|
4571
4896
|
"character": 12,
|
|
4572
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
4897
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/cd4628e1/packages/plugins/packages/module-instance/src/Witness.ts#L8"
|
|
4573
4898
|
},
|
|
4574
4899
|
{
|
|
4575
4900
|
"fileName": "plugins/packages/module-instance/src/Witness.ts",
|
|
4576
4901
|
"line": 9,
|
|
4577
4902
|
"character": 13,
|
|
4578
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
4903
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/cd4628e1/packages/plugins/packages/module-instance/src/Witness.ts#L9"
|
|
4579
4904
|
}
|
|
4580
4905
|
],
|
|
4581
4906
|
"type": {
|
|
@@ -4594,7 +4919,7 @@
|
|
|
4594
4919
|
"fileName": "plugins/packages/module-instance/src/Plugin.ts",
|
|
4595
4920
|
"line": 8,
|
|
4596
4921
|
"character": 13,
|
|
4597
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
4922
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/cd4628e1/packages/plugins/packages/module-instance/src/Plugin.ts#L8"
|
|
4598
4923
|
}
|
|
4599
4924
|
],
|
|
4600
4925
|
"signatures": [
|
|
@@ -4638,7 +4963,7 @@
|
|
|
4638
4963
|
"fileName": "plugins/packages/module-instance/src/Payload.ts",
|
|
4639
4964
|
"line": 11,
|
|
4640
4965
|
"character": 2,
|
|
4641
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
4966
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/cd4628e1/packages/plugins/packages/module-instance/src/Payload.ts#L11"
|
|
4642
4967
|
}
|
|
4643
4968
|
],
|
|
4644
4969
|
"type": {
|
|
@@ -4659,7 +4984,7 @@
|
|
|
4659
4984
|
"fileName": "plugins/packages/module-instance/src/Payload.ts",
|
|
4660
4985
|
"line": 12,
|
|
4661
4986
|
"character": 2,
|
|
4662
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
4987
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/cd4628e1/packages/plugins/packages/module-instance/src/Payload.ts#L12"
|
|
4663
4988
|
}
|
|
4664
4989
|
],
|
|
4665
4990
|
"type": {
|
|
@@ -4691,7 +5016,7 @@
|
|
|
4691
5016
|
"fileName": "plugins/packages/module-instance/src/Payload.ts",
|
|
4692
5017
|
"line": 10,
|
|
4693
5018
|
"character": 2,
|
|
4694
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
5019
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/cd4628e1/packages/plugins/packages/module-instance/src/Payload.ts#L10"
|
|
4695
5020
|
}
|
|
4696
5021
|
],
|
|
4697
5022
|
"type": {
|
|
@@ -4715,7 +5040,7 @@
|
|
|
4715
5040
|
"fileName": "plugins/packages/module-instance/src/Payload.ts",
|
|
4716
5041
|
"line": 9,
|
|
4717
5042
|
"character": 50,
|
|
4718
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
5043
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/cd4628e1/packages/plugins/packages/module-instance/src/Payload.ts#L9"
|
|
4719
5044
|
}
|
|
4720
5045
|
]
|
|
4721
5046
|
}
|
|
@@ -4899,7 +5224,7 @@
|
|
|
4899
5224
|
"fileName": "plugins/packages/module-instance/src/Witness.ts",
|
|
4900
5225
|
"line": 15,
|
|
4901
5226
|
"character": 4,
|
|
4902
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
5227
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/cd4628e1/packages/plugins/packages/module-instance/src/Witness.ts#L15"
|
|
4903
5228
|
}
|
|
4904
5229
|
],
|
|
4905
5230
|
"type": {
|
|
@@ -5077,7 +5402,7 @@
|
|
|
5077
5402
|
"flags": {},
|
|
5078
5403
|
"sources": [
|
|
5079
5404
|
{
|
|
5080
|
-
"fileName": "sdk/packages/payload/dist/esm/models/
|
|
5405
|
+
"fileName": "sdk/packages/payload/dist/esm/models/XyoPayload.d.ts",
|
|
5081
5406
|
"line": 19,
|
|
5082
5407
|
"character": 4
|
|
5083
5408
|
}
|
|
@@ -5098,7 +5423,7 @@
|
|
|
5098
5423
|
],
|
|
5099
5424
|
"sources": [
|
|
5100
5425
|
{
|
|
5101
|
-
"fileName": "sdk/packages/payload/dist/esm/models/
|
|
5426
|
+
"fileName": "sdk/packages/payload/dist/esm/models/XyoPayload.d.ts",
|
|
5102
5427
|
"line": 18,
|
|
5103
5428
|
"character": 17
|
|
5104
5429
|
}
|
|
@@ -5122,7 +5447,7 @@
|
|
|
5122
5447
|
"fileName": "plugins/packages/module-instance/src/Witness.ts",
|
|
5123
5448
|
"line": 14,
|
|
5124
5449
|
"character": 4,
|
|
5125
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
5450
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/cd4628e1/packages/plugins/packages/module-instance/src/Witness.ts#L14"
|
|
5126
5451
|
}
|
|
5127
5452
|
],
|
|
5128
5453
|
"type": {
|
|
@@ -5145,7 +5470,7 @@
|
|
|
5145
5470
|
"fileName": "plugins/packages/module-instance/src/Witness.ts",
|
|
5146
5471
|
"line": 13,
|
|
5147
5472
|
"character": 2,
|
|
5148
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
5473
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/cd4628e1/packages/plugins/packages/module-instance/src/Witness.ts#L13"
|
|
5149
5474
|
}
|
|
5150
5475
|
]
|
|
5151
5476
|
}
|
|
@@ -5463,7 +5788,7 @@
|
|
|
5463
5788
|
"fileName": "plugins/packages/module-instance/src/Template.ts",
|
|
5464
5789
|
"line": 4,
|
|
5465
5790
|
"character": 13,
|
|
5466
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
5791
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/cd4628e1/packages/plugins/packages/module-instance/src/Template.ts#L4"
|
|
5467
5792
|
}
|
|
5468
5793
|
],
|
|
5469
5794
|
"signatures": [
|
|
@@ -5507,7 +5832,7 @@
|
|
|
5507
5832
|
"fileName": "plugins/packages/module-instance/src/Payload.ts",
|
|
5508
5833
|
"line": 11,
|
|
5509
5834
|
"character": 2,
|
|
5510
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
5835
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/cd4628e1/packages/plugins/packages/module-instance/src/Payload.ts#L11"
|
|
5511
5836
|
}
|
|
5512
5837
|
],
|
|
5513
5838
|
"type": {
|
|
@@ -5528,7 +5853,7 @@
|
|
|
5528
5853
|
"fileName": "plugins/packages/module-instance/src/Payload.ts",
|
|
5529
5854
|
"line": 12,
|
|
5530
5855
|
"character": 2,
|
|
5531
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
5856
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/cd4628e1/packages/plugins/packages/module-instance/src/Payload.ts#L12"
|
|
5532
5857
|
}
|
|
5533
5858
|
],
|
|
5534
5859
|
"type": {
|
|
@@ -5560,7 +5885,7 @@
|
|
|
5560
5885
|
"fileName": "plugins/packages/module-instance/src/Payload.ts",
|
|
5561
5886
|
"line": 10,
|
|
5562
5887
|
"character": 2,
|
|
5563
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
5888
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/cd4628e1/packages/plugins/packages/module-instance/src/Payload.ts#L10"
|
|
5564
5889
|
}
|
|
5565
5890
|
],
|
|
5566
5891
|
"type": {
|
|
@@ -5584,7 +5909,7 @@
|
|
|
5584
5909
|
"fileName": "plugins/packages/module-instance/src/Payload.ts",
|
|
5585
5910
|
"line": 9,
|
|
5586
5911
|
"character": 50,
|
|
5587
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
5912
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/cd4628e1/packages/plugins/packages/module-instance/src/Payload.ts#L9"
|
|
5588
5913
|
}
|
|
5589
5914
|
]
|
|
5590
5915
|
}
|
|
@@ -5604,7 +5929,7 @@
|
|
|
5604
5929
|
{
|
|
5605
5930
|
"title": "References",
|
|
5606
5931
|
"children": [
|
|
5607
|
-
|
|
5932
|
+
238
|
|
5608
5933
|
]
|
|
5609
5934
|
},
|
|
5610
5935
|
{
|
|
@@ -5648,7 +5973,7 @@
|
|
|
5648
5973
|
"fileName": "plugins/packages/module-instance/src/index.ts",
|
|
5649
5974
|
"line": 1,
|
|
5650
5975
|
"character": 0,
|
|
5651
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
5976
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/cd4628e1/packages/plugins/packages/module-instance/src/index.ts#L1"
|
|
5652
5977
|
}
|
|
5653
5978
|
]
|
|
5654
5979
|
}
|