cooptypes 0.3.1 → 0.4.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -2
- package/dist/index.cjs +664 -441
- package/dist/index.d.cts +1605 -906
- package/dist/index.d.mts +1605 -906
- package/dist/index.d.ts +1605 -906
- package/dist/index.mjs +657 -435
- package/package.json +2 -2
package/dist/index.cjs
CHANGED
|
@@ -8,7 +8,7 @@ const _admin = "_admin";
|
|
|
8
8
|
const _contract = "_contract";
|
|
9
9
|
const _system$1 = "_system";
|
|
10
10
|
|
|
11
|
-
const index$
|
|
11
|
+
const index$u = {
|
|
12
12
|
__proto__: null,
|
|
13
13
|
_admin: _admin,
|
|
14
14
|
_chairman: _chairman,
|
|
@@ -52,7 +52,7 @@ const _token = {
|
|
|
52
52
|
testnet: "eosio.token"
|
|
53
53
|
};
|
|
54
54
|
|
|
55
|
-
const index$
|
|
55
|
+
const index$t = {
|
|
56
56
|
__proto__: null,
|
|
57
57
|
_draft: _draft,
|
|
58
58
|
_fund: _fund,
|
|
@@ -71,66 +71,66 @@ const special = {
|
|
|
71
71
|
action: "actionName"
|
|
72
72
|
};
|
|
73
73
|
|
|
74
|
-
const index$
|
|
74
|
+
const index$s = {
|
|
75
75
|
__proto__: null,
|
|
76
76
|
active: active,
|
|
77
77
|
owner: owner,
|
|
78
78
|
special: special
|
|
79
79
|
};
|
|
80
80
|
|
|
81
|
-
const index$
|
|
81
|
+
const index$r = {
|
|
82
82
|
__proto__: null,
|
|
83
|
-
Actors: index$
|
|
84
|
-
ContractNames: index$
|
|
85
|
-
Permissions: index$
|
|
83
|
+
Actors: index$u,
|
|
84
|
+
ContractNames: index$t,
|
|
85
|
+
Permissions: index$s
|
|
86
86
|
};
|
|
87
87
|
|
|
88
|
-
const authorizations$
|
|
89
|
-
const actionName$
|
|
88
|
+
const authorizations$1r = [{ permissions: [active], actor: _system }];
|
|
89
|
+
const actionName$1r = "createtrans";
|
|
90
90
|
|
|
91
91
|
const createTranslation = {
|
|
92
92
|
__proto__: null,
|
|
93
|
-
actionName: actionName$
|
|
94
|
-
authorizations: authorizations$
|
|
93
|
+
actionName: actionName$1r,
|
|
94
|
+
authorizations: authorizations$1r
|
|
95
95
|
};
|
|
96
96
|
|
|
97
|
-
const authorizations$
|
|
98
|
-
const actionName$
|
|
97
|
+
const authorizations$1q = [{ permissions: [active], actor: _system }];
|
|
98
|
+
const actionName$1q = "createdraft";
|
|
99
99
|
|
|
100
100
|
const createDraft = {
|
|
101
101
|
__proto__: null,
|
|
102
|
-
actionName: actionName$
|
|
103
|
-
authorizations: authorizations$
|
|
102
|
+
actionName: actionName$1q,
|
|
103
|
+
authorizations: authorizations$1q
|
|
104
104
|
};
|
|
105
105
|
|
|
106
|
-
const authorizations$
|
|
107
|
-
const actionName$
|
|
106
|
+
const authorizations$1p = [{ permissions: [active], actor: _system }];
|
|
107
|
+
const actionName$1p = "deldraft";
|
|
108
108
|
|
|
109
109
|
const deleteDraft = {
|
|
110
110
|
__proto__: null,
|
|
111
|
-
actionName: actionName$
|
|
112
|
-
authorizations: authorizations$
|
|
111
|
+
actionName: actionName$1p,
|
|
112
|
+
authorizations: authorizations$1p
|
|
113
113
|
};
|
|
114
114
|
|
|
115
|
-
const authorizations$
|
|
116
|
-
const actionName$
|
|
115
|
+
const authorizations$1o = [{ permissions: [active], actor: _system }];
|
|
116
|
+
const actionName$1o = "edittrans";
|
|
117
117
|
|
|
118
118
|
const editTranslation = {
|
|
119
119
|
__proto__: null,
|
|
120
|
-
actionName: actionName$
|
|
121
|
-
authorizations: authorizations$
|
|
120
|
+
actionName: actionName$1o,
|
|
121
|
+
authorizations: authorizations$1o
|
|
122
122
|
};
|
|
123
123
|
|
|
124
|
-
const authorizations$
|
|
125
|
-
const actionName$
|
|
124
|
+
const authorizations$1n = [{ permissions: [active], actor: _draft }];
|
|
125
|
+
const actionName$1n = "newid";
|
|
126
126
|
|
|
127
127
|
const newId = {
|
|
128
128
|
__proto__: null,
|
|
129
|
-
actionName: actionName$
|
|
130
|
-
authorizations: authorizations$
|
|
129
|
+
actionName: actionName$1n,
|
|
130
|
+
authorizations: authorizations$1n
|
|
131
131
|
};
|
|
132
132
|
|
|
133
|
-
const index$
|
|
133
|
+
const index$q = {
|
|
134
134
|
__proto__: null,
|
|
135
135
|
createDraft: createDraft,
|
|
136
136
|
createTranslation: createTranslation,
|
|
@@ -139,25 +139,25 @@ const index$n = {
|
|
|
139
139
|
newId: newId
|
|
140
140
|
};
|
|
141
141
|
|
|
142
|
-
const tableName$
|
|
143
|
-
const scope$
|
|
142
|
+
const tableName$p = "drafts";
|
|
143
|
+
const scope$p = _contract;
|
|
144
144
|
|
|
145
145
|
const drafts = {
|
|
146
146
|
__proto__: null,
|
|
147
|
-
scope: scope$
|
|
148
|
-
tableName: tableName$
|
|
147
|
+
scope: scope$p,
|
|
148
|
+
tableName: tableName$p
|
|
149
149
|
};
|
|
150
150
|
|
|
151
|
-
const tableName$
|
|
152
|
-
const scope$
|
|
151
|
+
const tableName$o = "translations";
|
|
152
|
+
const scope$o = _contract;
|
|
153
153
|
|
|
154
154
|
const translations = {
|
|
155
155
|
__proto__: null,
|
|
156
|
-
scope: scope$
|
|
157
|
-
tableName: tableName$
|
|
156
|
+
scope: scope$o,
|
|
157
|
+
tableName: tableName$o
|
|
158
158
|
};
|
|
159
159
|
|
|
160
|
-
const index$
|
|
160
|
+
const index$p = {
|
|
161
161
|
__proto__: null,
|
|
162
162
|
Drafts: drafts,
|
|
163
163
|
Translations: translations
|
|
@@ -167,156 +167,156 @@ const draft$1 = {
|
|
|
167
167
|
__proto__: null
|
|
168
168
|
};
|
|
169
169
|
|
|
170
|
-
const contractName$
|
|
170
|
+
const contractName$6 = _draft;
|
|
171
171
|
|
|
172
|
-
const index$
|
|
172
|
+
const index$o = {
|
|
173
173
|
__proto__: null,
|
|
174
|
-
Actions: index$
|
|
174
|
+
Actions: index$q,
|
|
175
175
|
Interfaces: draft$1,
|
|
176
|
-
Tables: index$
|
|
177
|
-
contractName: contractName$
|
|
176
|
+
Tables: index$p,
|
|
177
|
+
contractName: contractName$6
|
|
178
178
|
};
|
|
179
179
|
|
|
180
|
-
const authorizations$
|
|
181
|
-
const actionName$
|
|
180
|
+
const authorizations$1m = [{ permissions: [active], actor: _fund }];
|
|
181
|
+
const actionName$1m = "addaccum";
|
|
182
182
|
|
|
183
183
|
const addAccumulation = {
|
|
184
184
|
__proto__: null,
|
|
185
|
-
actionName: actionName$
|
|
186
|
-
authorizations: authorizations$
|
|
185
|
+
actionName: actionName$1m,
|
|
186
|
+
authorizations: authorizations$1m
|
|
187
187
|
};
|
|
188
188
|
|
|
189
|
-
const authorizations$
|
|
190
|
-
const actionName$
|
|
189
|
+
const authorizations$1l = [{ permissions: [active], actor: _fund }];
|
|
190
|
+
const actionName$1l = "subaccum";
|
|
191
191
|
|
|
192
192
|
const subAccumulation = {
|
|
193
193
|
__proto__: null,
|
|
194
|
-
actionName: actionName$
|
|
195
|
-
authorizations: authorizations$
|
|
194
|
+
actionName: actionName$1l,
|
|
195
|
+
authorizations: authorizations$1l
|
|
196
196
|
};
|
|
197
197
|
|
|
198
|
-
const authorizations$
|
|
199
|
-
const actionName$
|
|
198
|
+
const authorizations$1k = [{ permissions: [active], actor: _gateway }];
|
|
199
|
+
const actionName$1k = "addcirculate";
|
|
200
200
|
|
|
201
201
|
const addCirculation = {
|
|
202
202
|
__proto__: null,
|
|
203
|
-
actionName: actionName$
|
|
204
|
-
authorizations: authorizations$
|
|
203
|
+
actionName: actionName$1k,
|
|
204
|
+
authorizations: authorizations$1k
|
|
205
205
|
};
|
|
206
206
|
|
|
207
|
-
const authorizations$
|
|
208
|
-
const actionName$
|
|
207
|
+
const authorizations$1j = [{ permissions: [active], actor: _fund }];
|
|
208
|
+
const actionName$1j = "addexpense";
|
|
209
209
|
|
|
210
210
|
const addExpense = {
|
|
211
211
|
__proto__: null,
|
|
212
|
-
actionName: actionName$
|
|
213
|
-
authorizations: authorizations$
|
|
212
|
+
actionName: actionName$1j,
|
|
213
|
+
authorizations: authorizations$1j
|
|
214
214
|
};
|
|
215
215
|
|
|
216
|
-
const authorizations
|
|
217
|
-
const actionName
|
|
216
|
+
const authorizations$1i = [{ permissions: [active], actor: _soviet }];
|
|
217
|
+
const actionName$1i = "authorize";
|
|
218
218
|
|
|
219
219
|
const authorizeWithdraw = {
|
|
220
220
|
__proto__: null,
|
|
221
|
-
actionName: actionName
|
|
222
|
-
authorizations: authorizations
|
|
221
|
+
actionName: actionName$1i,
|
|
222
|
+
authorizations: authorizations$1i
|
|
223
223
|
};
|
|
224
224
|
|
|
225
|
-
const authorizations$
|
|
226
|
-
const actionName$
|
|
225
|
+
const authorizations$1h = [{ permissions: [active, special], actor: _admin }];
|
|
226
|
+
const actionName$1h = "complete";
|
|
227
227
|
|
|
228
228
|
const completeWithdraw$1 = {
|
|
229
229
|
__proto__: null,
|
|
230
|
-
actionName: actionName$
|
|
231
|
-
authorizations: authorizations$
|
|
230
|
+
actionName: actionName$1h,
|
|
231
|
+
authorizations: authorizations$1h
|
|
232
232
|
};
|
|
233
233
|
|
|
234
|
-
const authorizations$
|
|
235
|
-
const actionName$
|
|
234
|
+
const authorizations$1g = [{ permissions: [active], actor: _fund }];
|
|
235
|
+
const actionName$1g = "newfund";
|
|
236
236
|
|
|
237
237
|
const newFund = {
|
|
238
238
|
__proto__: null,
|
|
239
|
-
actionName: actionName$
|
|
240
|
-
authorizations: authorizations$
|
|
239
|
+
actionName: actionName$1g,
|
|
240
|
+
authorizations: authorizations$1g
|
|
241
241
|
};
|
|
242
242
|
|
|
243
|
-
const authorizations$
|
|
244
|
-
const actionName$
|
|
243
|
+
const authorizations$1f = [{ permissions: [active], actor: _chairman }];
|
|
244
|
+
const actionName$1f = "createfund";
|
|
245
245
|
|
|
246
246
|
const createFund = {
|
|
247
247
|
__proto__: null,
|
|
248
|
-
actionName: actionName$
|
|
249
|
-
authorizations: authorizations$
|
|
248
|
+
actionName: actionName$1f,
|
|
249
|
+
authorizations: authorizations$1f
|
|
250
250
|
};
|
|
251
251
|
|
|
252
|
-
const authorizations$
|
|
253
|
-
const actionName$
|
|
252
|
+
const authorizations$1e = [{ permissions: [active], actor: _chairman }];
|
|
253
|
+
const actionName$1e = "delfund";
|
|
254
254
|
|
|
255
255
|
const deleteFund = {
|
|
256
256
|
__proto__: null,
|
|
257
|
-
actionName: actionName$
|
|
258
|
-
authorizations: authorizations$
|
|
257
|
+
actionName: actionName$1e,
|
|
258
|
+
authorizations: authorizations$1e
|
|
259
259
|
};
|
|
260
260
|
|
|
261
|
-
const authorizations$
|
|
262
|
-
const actionName$
|
|
261
|
+
const authorizations$1d = [{ permissions: [active], actor: _chairman }];
|
|
262
|
+
const actionName$1d = "editfund";
|
|
263
263
|
|
|
264
264
|
const editFund = {
|
|
265
265
|
__proto__: null,
|
|
266
|
-
actionName: actionName$
|
|
267
|
-
authorizations: authorizations$
|
|
266
|
+
actionName: actionName$1d,
|
|
267
|
+
authorizations: authorizations$1d
|
|
268
268
|
};
|
|
269
269
|
|
|
270
|
-
const authorizations$
|
|
270
|
+
const authorizations$1c = [
|
|
271
271
|
{ permissions: [active], actor: _username },
|
|
272
272
|
{ permissions: [active, special], actor: _admin },
|
|
273
273
|
{ permissions: [active], actor: _contract }
|
|
274
274
|
];
|
|
275
|
-
const actionName$
|
|
275
|
+
const actionName$1c = "fundwithdraw";
|
|
276
276
|
|
|
277
277
|
const createWithdraw$1 = {
|
|
278
278
|
__proto__: null,
|
|
279
|
-
actionName: actionName$
|
|
280
|
-
authorizations: authorizations$
|
|
279
|
+
actionName: actionName$1c,
|
|
280
|
+
authorizations: authorizations$1c
|
|
281
281
|
};
|
|
282
282
|
|
|
283
|
-
const authorizations$
|
|
284
|
-
const actionName$
|
|
283
|
+
const authorizations$1b = [{ permissions: [active], actor: _soviet }];
|
|
284
|
+
const actionName$1b = "init";
|
|
285
285
|
|
|
286
286
|
const init = {
|
|
287
287
|
__proto__: null,
|
|
288
|
-
actionName: actionName$
|
|
289
|
-
authorizations: authorizations$
|
|
288
|
+
actionName: actionName$1b,
|
|
289
|
+
authorizations: authorizations$1b
|
|
290
290
|
};
|
|
291
291
|
|
|
292
|
-
const authorizations$
|
|
293
|
-
const actionName$
|
|
292
|
+
const authorizations$1a = [{ permissions: [active], actor: _fund }];
|
|
293
|
+
const actionName$1a = "newwithdraw";
|
|
294
294
|
|
|
295
295
|
const newWithdraw = {
|
|
296
296
|
__proto__: null,
|
|
297
|
-
actionName: actionName$
|
|
298
|
-
authorizations: authorizations$
|
|
297
|
+
actionName: actionName$1a,
|
|
298
|
+
authorizations: authorizations$1a
|
|
299
299
|
};
|
|
300
300
|
|
|
301
|
-
const authorizations$
|
|
302
|
-
const actionName$
|
|
301
|
+
const authorizations$19 = [{ permissions: [active], actor: _marketplace }, { permissions: [active], actor: _gateway }];
|
|
302
|
+
const actionName$19 = "spreadamount";
|
|
303
303
|
|
|
304
304
|
const spreadAmount = {
|
|
305
305
|
__proto__: null,
|
|
306
|
-
actionName: actionName$
|
|
307
|
-
authorizations: authorizations$
|
|
306
|
+
actionName: actionName$19,
|
|
307
|
+
authorizations: authorizations$19
|
|
308
308
|
};
|
|
309
309
|
|
|
310
|
-
const authorizations$
|
|
311
|
-
const actionName$
|
|
310
|
+
const authorizations$18 = [{ permissions: [active], actor: _gateway }];
|
|
311
|
+
const actionName$18 = "subcirculate";
|
|
312
312
|
|
|
313
313
|
const subCirculation = {
|
|
314
314
|
__proto__: null,
|
|
315
|
-
actionName: actionName$
|
|
316
|
-
authorizations: authorizations$
|
|
315
|
+
actionName: actionName$18,
|
|
316
|
+
authorizations: authorizations$18
|
|
317
317
|
};
|
|
318
318
|
|
|
319
|
-
const index$
|
|
319
|
+
const index$n = {
|
|
320
320
|
__proto__: null,
|
|
321
321
|
addAccumulation: addAccumulation,
|
|
322
322
|
addCirculation: addCirculation,
|
|
@@ -335,43 +335,43 @@ const index$k = {
|
|
|
335
335
|
subCirculation: subCirculation
|
|
336
336
|
};
|
|
337
337
|
|
|
338
|
-
const tableName$
|
|
339
|
-
const scope$
|
|
338
|
+
const tableName$n = "accfunds";
|
|
339
|
+
const scope$n = _fund;
|
|
340
340
|
|
|
341
341
|
const accumulationFunds = {
|
|
342
|
+
__proto__: null,
|
|
343
|
+
scope: scope$n,
|
|
344
|
+
tableName: tableName$n
|
|
345
|
+
};
|
|
346
|
+
|
|
347
|
+
const tableName$m = "expfunds";
|
|
348
|
+
const scope$m = _fund;
|
|
349
|
+
|
|
350
|
+
const expenseFunds = {
|
|
342
351
|
__proto__: null,
|
|
343
352
|
scope: scope$m,
|
|
344
353
|
tableName: tableName$m
|
|
345
354
|
};
|
|
346
355
|
|
|
347
|
-
const tableName$l = "
|
|
356
|
+
const tableName$l = "fundwallet";
|
|
348
357
|
const scope$l = _fund;
|
|
349
358
|
|
|
350
|
-
const
|
|
359
|
+
const fundWallet = {
|
|
351
360
|
__proto__: null,
|
|
352
361
|
scope: scope$l,
|
|
353
362
|
tableName: tableName$l
|
|
354
363
|
};
|
|
355
364
|
|
|
356
|
-
const tableName$k = "
|
|
365
|
+
const tableName$k = "fwithdraws";
|
|
357
366
|
const scope$k = _fund;
|
|
358
367
|
|
|
359
|
-
const
|
|
368
|
+
const fundWithdraws = {
|
|
360
369
|
__proto__: null,
|
|
361
370
|
scope: scope$k,
|
|
362
371
|
tableName: tableName$k
|
|
363
372
|
};
|
|
364
373
|
|
|
365
|
-
const
|
|
366
|
-
const scope$j = _fund;
|
|
367
|
-
|
|
368
|
-
const fundWithdraws = {
|
|
369
|
-
__proto__: null,
|
|
370
|
-
scope: scope$j,
|
|
371
|
-
tableName: tableName$j
|
|
372
|
-
};
|
|
373
|
-
|
|
374
|
-
const index$j = {
|
|
374
|
+
const index$m = {
|
|
375
375
|
__proto__: null,
|
|
376
376
|
AccumulatedFunds: accumulationFunds,
|
|
377
377
|
ExpensedFunds: expenseFunds,
|
|
@@ -383,89 +383,89 @@ const fund = {
|
|
|
383
383
|
__proto__: null
|
|
384
384
|
};
|
|
385
385
|
|
|
386
|
-
const contractName$
|
|
386
|
+
const contractName$5 = _fund;
|
|
387
387
|
|
|
388
|
-
const index$
|
|
388
|
+
const index$l = {
|
|
389
389
|
__proto__: null,
|
|
390
|
-
Actions: index$
|
|
390
|
+
Actions: index$n,
|
|
391
391
|
Interfaces: fund,
|
|
392
|
-
Tables: index$
|
|
393
|
-
contractName: contractName$
|
|
392
|
+
Tables: index$m,
|
|
393
|
+
contractName: contractName$5
|
|
394
394
|
};
|
|
395
395
|
|
|
396
|
-
const authorizations$
|
|
397
|
-
const actionName$
|
|
396
|
+
const authorizations$17 = [{ permissions: [active, special], actor: _coopname }];
|
|
397
|
+
const actionName$17 = "deposit";
|
|
398
398
|
|
|
399
399
|
const createDeposit = {
|
|
400
400
|
__proto__: null,
|
|
401
|
-
actionName: actionName$
|
|
402
|
-
authorizations: authorizations$
|
|
401
|
+
actionName: actionName$17,
|
|
402
|
+
authorizations: authorizations$17
|
|
403
403
|
};
|
|
404
404
|
|
|
405
|
-
const authorizations$
|
|
406
|
-
const actionName$
|
|
405
|
+
const authorizations$16 = [{ permissions: [active, special], actor: _admin }];
|
|
406
|
+
const actionName$16 = "dpcomplete";
|
|
407
407
|
|
|
408
408
|
const completeDeposit = {
|
|
409
409
|
__proto__: null,
|
|
410
|
-
actionName: actionName$
|
|
411
|
-
authorizations: authorizations$
|
|
410
|
+
actionName: actionName$16,
|
|
411
|
+
authorizations: authorizations$16
|
|
412
412
|
};
|
|
413
413
|
|
|
414
|
-
const authorizations$
|
|
415
|
-
const actionName$
|
|
414
|
+
const authorizations$15 = [{ permissions: [active, special], actor: _admin }];
|
|
415
|
+
const actionName$15 = "dpfail";
|
|
416
416
|
|
|
417
417
|
const failDeposit = {
|
|
418
418
|
__proto__: null,
|
|
419
|
-
actionName: actionName$
|
|
420
|
-
authorizations: authorizations$
|
|
419
|
+
actionName: actionName$15,
|
|
420
|
+
authorizations: authorizations$15
|
|
421
421
|
};
|
|
422
422
|
|
|
423
|
-
const authorizations$
|
|
424
|
-
const actionName$
|
|
423
|
+
const authorizations$14 = [{ permissions: [active], actor: _gateway }];
|
|
424
|
+
const actionName$14 = "newdepositid";
|
|
425
425
|
|
|
426
426
|
const newDepositId = {
|
|
427
427
|
__proto__: null,
|
|
428
|
-
actionName: actionName$
|
|
429
|
-
authorizations: authorizations$
|
|
428
|
+
actionName: actionName$14,
|
|
429
|
+
authorizations: authorizations$14
|
|
430
430
|
};
|
|
431
431
|
|
|
432
|
-
const authorizations$
|
|
433
|
-
const actionName$
|
|
432
|
+
const authorizations$13 = [{ permissions: [active], actor: _gateway }];
|
|
433
|
+
const actionName$13 = "newwithdrid";
|
|
434
434
|
|
|
435
435
|
const newWithdrawId = {
|
|
436
436
|
__proto__: null,
|
|
437
|
-
actionName: actionName$
|
|
438
|
-
authorizations: authorizations$
|
|
437
|
+
actionName: actionName$13,
|
|
438
|
+
authorizations: authorizations$13
|
|
439
439
|
};
|
|
440
440
|
|
|
441
|
-
const authorizations$
|
|
442
|
-
const actionName$
|
|
441
|
+
const authorizations$12 = [{ permissions: [active], actor: _username }];
|
|
442
|
+
const actionName$12 = "withdraw";
|
|
443
443
|
|
|
444
444
|
const createWithdraw = {
|
|
445
445
|
__proto__: null,
|
|
446
|
-
actionName: actionName$
|
|
447
|
-
authorizations: authorizations$
|
|
446
|
+
actionName: actionName$12,
|
|
447
|
+
authorizations: authorizations$12
|
|
448
448
|
};
|
|
449
449
|
|
|
450
|
-
const authorizations$
|
|
451
|
-
const actionName$
|
|
450
|
+
const authorizations$11 = [{ permissions: [active, special], actor: _admin }];
|
|
451
|
+
const actionName$11 = "wthdcomplete";
|
|
452
452
|
|
|
453
453
|
const completeWithdraw = {
|
|
454
454
|
__proto__: null,
|
|
455
|
-
actionName: actionName$
|
|
456
|
-
authorizations: authorizations$
|
|
455
|
+
actionName: actionName$11,
|
|
456
|
+
authorizations: authorizations$11
|
|
457
457
|
};
|
|
458
458
|
|
|
459
|
-
const authorizations$
|
|
460
|
-
const actionName$
|
|
459
|
+
const authorizations$10 = [{ permissions: [active, special], actor: _admin }];
|
|
460
|
+
const actionName$10 = "wthdfail";
|
|
461
461
|
|
|
462
462
|
const failWithdraw = {
|
|
463
463
|
__proto__: null,
|
|
464
|
-
actionName: actionName$
|
|
465
|
-
authorizations: authorizations$
|
|
464
|
+
actionName: actionName$10,
|
|
465
|
+
authorizations: authorizations$10
|
|
466
466
|
};
|
|
467
467
|
|
|
468
|
-
const index$
|
|
468
|
+
const index$k = {
|
|
469
469
|
__proto__: null,
|
|
470
470
|
completeDeposit: completeDeposit,
|
|
471
471
|
completeWithdraw: completeWithdraw,
|
|
@@ -477,25 +477,25 @@ const index$h = {
|
|
|
477
477
|
newWithdrawId: newWithdrawId
|
|
478
478
|
};
|
|
479
479
|
|
|
480
|
-
const tableName$
|
|
481
|
-
const scope$
|
|
480
|
+
const tableName$j = "deposits";
|
|
481
|
+
const scope$j = _gateway;
|
|
482
482
|
|
|
483
483
|
const deposits = {
|
|
484
484
|
__proto__: null,
|
|
485
|
-
scope: scope$
|
|
486
|
-
tableName: tableName$
|
|
485
|
+
scope: scope$j,
|
|
486
|
+
tableName: tableName$j
|
|
487
487
|
};
|
|
488
488
|
|
|
489
|
-
const tableName$
|
|
490
|
-
const scope$
|
|
489
|
+
const tableName$i = "withdraws";
|
|
490
|
+
const scope$i = _gateway;
|
|
491
491
|
|
|
492
492
|
const withdraws = {
|
|
493
493
|
__proto__: null,
|
|
494
|
-
scope: scope$
|
|
495
|
-
tableName: tableName$
|
|
494
|
+
scope: scope$i,
|
|
495
|
+
tableName: tableName$i
|
|
496
496
|
};
|
|
497
497
|
|
|
498
|
-
const index$
|
|
498
|
+
const index$j = {
|
|
499
499
|
__proto__: null,
|
|
500
500
|
Deposits: deposits,
|
|
501
501
|
Withdrws: withdraws
|
|
@@ -505,80 +505,80 @@ const gateway = {
|
|
|
505
505
|
__proto__: null
|
|
506
506
|
};
|
|
507
507
|
|
|
508
|
-
const contractName$
|
|
508
|
+
const contractName$4 = _gateway;
|
|
509
509
|
|
|
510
|
-
const index$
|
|
510
|
+
const index$i = {
|
|
511
511
|
__proto__: null,
|
|
512
|
-
Actions: index$
|
|
512
|
+
Actions: index$k,
|
|
513
513
|
Interfaces: gateway,
|
|
514
|
-
Tables: index$
|
|
515
|
-
contractName: contractName$
|
|
514
|
+
Tables: index$j,
|
|
515
|
+
contractName: contractName$4
|
|
516
516
|
};
|
|
517
517
|
|
|
518
|
-
const authorizations
|
|
519
|
-
const actionName
|
|
518
|
+
const authorizations$$ = [{ permissions: [active], actor: _system }];
|
|
519
|
+
const actionName$$ = "verificate";
|
|
520
520
|
|
|
521
521
|
const verificateAccount = {
|
|
522
522
|
__proto__: null,
|
|
523
|
-
actionName: actionName
|
|
524
|
-
authorizations: authorizations
|
|
523
|
+
actionName: actionName$$,
|
|
524
|
+
authorizations: authorizations$$
|
|
525
525
|
};
|
|
526
526
|
|
|
527
|
-
const authorizations$
|
|
528
|
-
const actionName$
|
|
527
|
+
const authorizations$_ = [{ permissions: [active], actor: _username }];
|
|
528
|
+
const actionName$_ = "update";
|
|
529
529
|
|
|
530
530
|
const updateAccount = {
|
|
531
531
|
__proto__: null,
|
|
532
|
-
actionName: actionName$
|
|
533
|
-
authorizations: authorizations$
|
|
532
|
+
actionName: actionName$_,
|
|
533
|
+
authorizations: authorizations$_
|
|
534
534
|
};
|
|
535
535
|
|
|
536
|
-
const authorizations$
|
|
537
|
-
const actionName$
|
|
536
|
+
const authorizations$Z = [{ permissions: [active, special], actor: _admin }];
|
|
537
|
+
const actionName$Z = "newaccount";
|
|
538
538
|
|
|
539
539
|
const createAccount = {
|
|
540
540
|
__proto__: null,
|
|
541
|
-
actionName: actionName$
|
|
542
|
-
authorizations: authorizations$
|
|
541
|
+
actionName: actionName$Z,
|
|
542
|
+
authorizations: authorizations$Z
|
|
543
543
|
};
|
|
544
544
|
|
|
545
|
-
const authorizations$
|
|
546
|
-
const actionName$
|
|
545
|
+
const authorizations$Y = [{ permissions: [active, special], actor: _admin }];
|
|
546
|
+
const actionName$Y = "regorg";
|
|
547
547
|
|
|
548
548
|
const registerOrganization = {
|
|
549
549
|
__proto__: null,
|
|
550
|
-
actionName: actionName$
|
|
551
|
-
authorizations: authorizations$
|
|
550
|
+
actionName: actionName$Y,
|
|
551
|
+
authorizations: authorizations$Y
|
|
552
552
|
};
|
|
553
553
|
|
|
554
|
-
const authorizations$
|
|
555
|
-
const actionName$
|
|
554
|
+
const authorizations$X = [{ permissions: [active], actor: _system }];
|
|
555
|
+
const actionName$X = "changekey";
|
|
556
556
|
|
|
557
557
|
const changeKey = {
|
|
558
558
|
__proto__: null,
|
|
559
|
-
actionName: actionName$
|
|
560
|
-
authorizations: authorizations$
|
|
559
|
+
actionName: actionName$X,
|
|
560
|
+
authorizations: authorizations$X
|
|
561
561
|
};
|
|
562
562
|
|
|
563
|
-
const authorizations$
|
|
564
|
-
const actionName$
|
|
563
|
+
const authorizations$W = [{ permissions: [active, special], actor: _admin }, { permissions: [active], actor: _username }];
|
|
564
|
+
const actionName$W = "joincoop";
|
|
565
565
|
|
|
566
566
|
const joinCooperative = {
|
|
567
567
|
__proto__: null,
|
|
568
|
-
actionName: actionName$
|
|
569
|
-
authorizations: authorizations$
|
|
568
|
+
actionName: actionName$W,
|
|
569
|
+
authorizations: authorizations$W
|
|
570
570
|
};
|
|
571
571
|
|
|
572
|
-
const authorizations$
|
|
573
|
-
const actionName$
|
|
572
|
+
const authorizations$V = [{ permissions: [active], actor: _soviet }];
|
|
573
|
+
const actionName$V = "confirmreg";
|
|
574
574
|
|
|
575
575
|
const confirmJoin = {
|
|
576
576
|
__proto__: null,
|
|
577
|
-
actionName: actionName$
|
|
578
|
-
authorizations: authorizations$
|
|
577
|
+
actionName: actionName$V,
|
|
578
|
+
authorizations: authorizations$V
|
|
579
579
|
};
|
|
580
580
|
|
|
581
|
-
const index$
|
|
581
|
+
const index$h = {
|
|
582
582
|
__proto__: null,
|
|
583
583
|
changeKey: changeKey,
|
|
584
584
|
confirmJoin: confirmJoin,
|
|
@@ -589,34 +589,34 @@ const index$e = {
|
|
|
589
589
|
verificateAccount: verificateAccount
|
|
590
590
|
};
|
|
591
591
|
|
|
592
|
-
const tableName$
|
|
593
|
-
const scope$
|
|
592
|
+
const tableName$h = "accounts";
|
|
593
|
+
const scope$h = _registrator;
|
|
594
594
|
|
|
595
595
|
const accounts = {
|
|
596
596
|
__proto__: null,
|
|
597
|
-
scope: scope$
|
|
598
|
-
tableName: tableName$
|
|
597
|
+
scope: scope$h,
|
|
598
|
+
tableName: tableName$h
|
|
599
599
|
};
|
|
600
600
|
|
|
601
|
-
const tableName$
|
|
602
|
-
const scope$
|
|
601
|
+
const tableName$g = "orgs";
|
|
602
|
+
const scope$g = _registrator;
|
|
603
603
|
|
|
604
604
|
const organizations = {
|
|
605
605
|
__proto__: null,
|
|
606
|
-
scope: scope$
|
|
607
|
-
tableName: tableName$
|
|
606
|
+
scope: scope$g,
|
|
607
|
+
tableName: tableName$g
|
|
608
608
|
};
|
|
609
609
|
|
|
610
|
-
const tableName$
|
|
611
|
-
const scope$
|
|
610
|
+
const tableName$f = "users";
|
|
611
|
+
const scope$f = _coopname;
|
|
612
612
|
|
|
613
613
|
const users = {
|
|
614
614
|
__proto__: null,
|
|
615
|
-
scope: scope$
|
|
616
|
-
tableName: tableName$
|
|
615
|
+
scope: scope$f,
|
|
616
|
+
tableName: tableName$f
|
|
617
617
|
};
|
|
618
618
|
|
|
619
|
-
const index$
|
|
619
|
+
const index$g = {
|
|
620
620
|
__proto__: null,
|
|
621
621
|
Accounts: accounts,
|
|
622
622
|
Organizations: organizations,
|
|
@@ -627,71 +627,71 @@ const registrator = {
|
|
|
627
627
|
__proto__: null
|
|
628
628
|
};
|
|
629
629
|
|
|
630
|
-
const contractName$
|
|
630
|
+
const contractName$3 = _registrator;
|
|
631
631
|
|
|
632
|
-
const index$
|
|
632
|
+
const index$f = {
|
|
633
633
|
__proto__: null,
|
|
634
|
-
Actions: index$
|
|
634
|
+
Actions: index$h,
|
|
635
635
|
Interfaces: registrator,
|
|
636
|
-
Tables: index$
|
|
637
|
-
contractName: contractName$
|
|
636
|
+
Tables: index$g,
|
|
637
|
+
contractName: contractName$3
|
|
638
638
|
};
|
|
639
639
|
|
|
640
|
-
const authorizations$
|
|
641
|
-
const actionName$
|
|
640
|
+
const authorizations$U = [{ permissions: [active], actor: _username }];
|
|
641
|
+
const actionName$U = "transfer";
|
|
642
642
|
|
|
643
643
|
const transfer = {
|
|
644
644
|
__proto__: null,
|
|
645
|
-
actionName: actionName$
|
|
646
|
-
authorizations: authorizations$
|
|
645
|
+
actionName: actionName$U,
|
|
646
|
+
authorizations: authorizations$U
|
|
647
647
|
};
|
|
648
648
|
|
|
649
|
-
const authorizations$
|
|
650
|
-
const actionName$
|
|
649
|
+
const authorizations$T = [{ permissions: [active], actor: _username }];
|
|
650
|
+
const actionName$T = "open";
|
|
651
651
|
|
|
652
652
|
const open = {
|
|
653
653
|
__proto__: null,
|
|
654
|
-
actionName: actionName$
|
|
655
|
-
authorizations: authorizations$
|
|
654
|
+
actionName: actionName$T,
|
|
655
|
+
authorizations: authorizations$T
|
|
656
656
|
};
|
|
657
657
|
|
|
658
|
-
const authorizations$
|
|
659
|
-
const actionName$
|
|
658
|
+
const authorizations$S = [{ permissions: [active], actor: _username }];
|
|
659
|
+
const actionName$S = "close";
|
|
660
660
|
|
|
661
661
|
const close = {
|
|
662
662
|
__proto__: null,
|
|
663
|
-
actionName: actionName$
|
|
664
|
-
authorizations: authorizations$
|
|
663
|
+
actionName: actionName$S,
|
|
664
|
+
authorizations: authorizations$S
|
|
665
665
|
};
|
|
666
666
|
|
|
667
|
-
const authorizations$
|
|
668
|
-
const actionName$
|
|
667
|
+
const authorizations$R = [{ permissions: [active], actor: _system$1 }];
|
|
668
|
+
const actionName$R = "create";
|
|
669
669
|
|
|
670
670
|
const create = {
|
|
671
671
|
__proto__: null,
|
|
672
|
-
actionName: actionName$
|
|
673
|
-
authorizations: authorizations$
|
|
672
|
+
actionName: actionName$R,
|
|
673
|
+
authorizations: authorizations$R
|
|
674
674
|
};
|
|
675
675
|
|
|
676
|
-
const authorizations$
|
|
677
|
-
const actionName$
|
|
676
|
+
const authorizations$Q = [{ permissions: [active], actor: "currencyStats.issuer" }];
|
|
677
|
+
const actionName$Q = "issue";
|
|
678
678
|
|
|
679
679
|
const issue = {
|
|
680
680
|
__proto__: null,
|
|
681
|
-
actionName: actionName$
|
|
682
|
-
authorizations: authorizations$
|
|
681
|
+
actionName: actionName$Q,
|
|
682
|
+
authorizations: authorizations$Q
|
|
683
683
|
};
|
|
684
684
|
|
|
685
|
-
const authorizations$
|
|
686
|
-
const actionName$
|
|
685
|
+
const authorizations$P = [{ permissions: [active], actor: "currencyStats.issuer" }];
|
|
686
|
+
const actionName$P = "retire";
|
|
687
687
|
|
|
688
688
|
const retire = {
|
|
689
689
|
__proto__: null,
|
|
690
|
-
actionName: actionName$
|
|
691
|
-
authorizations: authorizations$
|
|
690
|
+
actionName: actionName$P,
|
|
691
|
+
authorizations: authorizations$P
|
|
692
692
|
};
|
|
693
693
|
|
|
694
|
-
const index$
|
|
694
|
+
const index$e = {
|
|
695
695
|
__proto__: null,
|
|
696
696
|
close: close,
|
|
697
697
|
create: create,
|
|
@@ -701,25 +701,25 @@ const index$b = {
|
|
|
701
701
|
transfer: transfer
|
|
702
702
|
};
|
|
703
703
|
|
|
704
|
-
const tableName$
|
|
705
|
-
const scope$
|
|
704
|
+
const tableName$e = "accounts";
|
|
705
|
+
const scope$e = _username;
|
|
706
706
|
|
|
707
707
|
const accountBalance = {
|
|
708
708
|
__proto__: null,
|
|
709
|
-
scope: scope$
|
|
710
|
-
tableName: tableName$
|
|
709
|
+
scope: scope$e,
|
|
710
|
+
tableName: tableName$e
|
|
711
711
|
};
|
|
712
712
|
|
|
713
|
-
const tableName$
|
|
714
|
-
const scope$
|
|
713
|
+
const tableName$d = "stat";
|
|
714
|
+
const scope$d = "AXON";
|
|
715
715
|
|
|
716
716
|
const currencyStats = {
|
|
717
717
|
__proto__: null,
|
|
718
|
-
scope: scope$
|
|
719
|
-
tableName: tableName$
|
|
718
|
+
scope: scope$d,
|
|
719
|
+
tableName: tableName$d
|
|
720
720
|
};
|
|
721
721
|
|
|
722
|
-
const index$
|
|
722
|
+
const index$d = {
|
|
723
723
|
__proto__: null,
|
|
724
724
|
AccountBalance: accountBalance,
|
|
725
725
|
CurrencyStats: currencyStats
|
|
@@ -729,62 +729,62 @@ const eosio_token = {
|
|
|
729
729
|
__proto__: null
|
|
730
730
|
};
|
|
731
731
|
|
|
732
|
-
const contractName$
|
|
732
|
+
const contractName$2 = _token;
|
|
733
733
|
|
|
734
|
-
const index$
|
|
734
|
+
const index$c = {
|
|
735
735
|
__proto__: null,
|
|
736
|
-
Actions: index$
|
|
736
|
+
Actions: index$e,
|
|
737
737
|
Interfaces: eosio_token,
|
|
738
|
-
Tables: index$
|
|
739
|
-
contractName: contractName$
|
|
738
|
+
Tables: index$d,
|
|
739
|
+
contractName: contractName$2
|
|
740
740
|
};
|
|
741
741
|
|
|
742
|
-
const authorizations$
|
|
743
|
-
const actionName$
|
|
742
|
+
const authorizations$O = [{ permissions: [active], actor: _soviet }];
|
|
743
|
+
const actionName$O = "draft";
|
|
744
744
|
|
|
745
745
|
const draft = {
|
|
746
746
|
__proto__: null,
|
|
747
|
-
actionName: actionName$
|
|
748
|
-
authorizations: authorizations$
|
|
747
|
+
actionName: actionName$O,
|
|
748
|
+
authorizations: authorizations$O
|
|
749
749
|
};
|
|
750
750
|
|
|
751
|
-
const authorizations$
|
|
752
|
-
const actionName$
|
|
751
|
+
const authorizations$N = [{ permissions: [active], actor: _soviet }];
|
|
752
|
+
const actionName$N = "batch";
|
|
753
753
|
|
|
754
754
|
const batch = {
|
|
755
755
|
__proto__: null,
|
|
756
|
-
actionName: actionName$
|
|
757
|
-
authorizations: authorizations$
|
|
756
|
+
actionName: actionName$N,
|
|
757
|
+
authorizations: authorizations$N
|
|
758
758
|
};
|
|
759
759
|
|
|
760
|
-
const authorizations$
|
|
761
|
-
const actionName$
|
|
760
|
+
const authorizations$M = [{ permissions: [active], actor: _soviet }];
|
|
761
|
+
const actionName$M = "statement";
|
|
762
762
|
|
|
763
763
|
const statement = {
|
|
764
764
|
__proto__: null,
|
|
765
|
-
actionName: actionName$
|
|
766
|
-
authorizations: authorizations$
|
|
765
|
+
actionName: actionName$M,
|
|
766
|
+
authorizations: authorizations$M
|
|
767
767
|
};
|
|
768
768
|
|
|
769
|
-
const authorizations$
|
|
770
|
-
const actionName$
|
|
769
|
+
const authorizations$L = [{ permissions: [active], actor: _soviet }];
|
|
770
|
+
const actionName$L = "act";
|
|
771
771
|
|
|
772
772
|
const act = {
|
|
773
773
|
__proto__: null,
|
|
774
|
-
actionName: actionName$
|
|
775
|
-
authorizations: authorizations$
|
|
774
|
+
actionName: actionName$L,
|
|
775
|
+
authorizations: authorizations$L
|
|
776
776
|
};
|
|
777
777
|
|
|
778
|
-
const authorizations$
|
|
779
|
-
const actionName$
|
|
778
|
+
const authorizations$K = [{ permissions: [active], actor: _soviet }];
|
|
779
|
+
const actionName$K = "decision";
|
|
780
780
|
|
|
781
781
|
const decision = {
|
|
782
782
|
__proto__: null,
|
|
783
|
-
actionName: actionName$
|
|
784
|
-
authorizations: authorizations$
|
|
783
|
+
actionName: actionName$K,
|
|
784
|
+
authorizations: authorizations$K
|
|
785
785
|
};
|
|
786
786
|
|
|
787
|
-
const index$
|
|
787
|
+
const index$b = {
|
|
788
788
|
__proto__: null,
|
|
789
789
|
act: act,
|
|
790
790
|
batch: batch,
|
|
@@ -793,117 +793,117 @@ const index$8 = {
|
|
|
793
793
|
statement: statement
|
|
794
794
|
};
|
|
795
795
|
|
|
796
|
-
const authorizations$
|
|
797
|
-
const actionName$
|
|
796
|
+
const authorizations$J = [{ permissions: [active], actor: _chairman }];
|
|
797
|
+
const actionName$J = "creaddress";
|
|
798
798
|
|
|
799
799
|
const createAddress = {
|
|
800
800
|
__proto__: null,
|
|
801
|
-
actionName: actionName$
|
|
802
|
-
authorizations: authorizations$
|
|
801
|
+
actionName: actionName$J,
|
|
802
|
+
authorizations: authorizations$J
|
|
803
803
|
};
|
|
804
804
|
|
|
805
|
-
const authorizations$
|
|
806
|
-
const actionName$
|
|
805
|
+
const authorizations$I = [{ permissions: [active], actor: _chairman }];
|
|
806
|
+
const actionName$I = "deladdress";
|
|
807
807
|
|
|
808
808
|
const deleteAddress = {
|
|
809
809
|
__proto__: null,
|
|
810
|
-
actionName: actionName$
|
|
811
|
-
authorizations: authorizations$
|
|
810
|
+
actionName: actionName$I,
|
|
811
|
+
authorizations: authorizations$I
|
|
812
812
|
};
|
|
813
813
|
|
|
814
|
-
const authorizations$
|
|
815
|
-
const actionName$
|
|
814
|
+
const authorizations$H = [{ permissions: [active], actor: _chairman }];
|
|
815
|
+
const actionName$H = "editaddress";
|
|
816
816
|
|
|
817
817
|
const editAddress = {
|
|
818
818
|
__proto__: null,
|
|
819
|
-
actionName: actionName$
|
|
820
|
-
authorizations: authorizations$
|
|
819
|
+
actionName: actionName$H,
|
|
820
|
+
authorizations: authorizations$H
|
|
821
821
|
};
|
|
822
822
|
|
|
823
|
-
const index$
|
|
823
|
+
const index$a = {
|
|
824
824
|
__proto__: null,
|
|
825
825
|
createAddress: createAddress,
|
|
826
826
|
deleteAddress: deleteAddress,
|
|
827
827
|
editAddress: editAddress
|
|
828
828
|
};
|
|
829
829
|
|
|
830
|
-
const authorizations$
|
|
830
|
+
const authorizations$G = [
|
|
831
831
|
{ permissions: [active], actor: _soviet },
|
|
832
832
|
{ permissions: [active], actor: _gateway },
|
|
833
833
|
{ permissions: [active], actor: _marketplace }
|
|
834
834
|
];
|
|
835
|
-
const actionName$
|
|
835
|
+
const actionName$G = "addbalance";
|
|
836
836
|
|
|
837
837
|
const addBalance = {
|
|
838
838
|
__proto__: null,
|
|
839
|
-
actionName: actionName$
|
|
840
|
-
authorizations: authorizations$
|
|
839
|
+
actionName: actionName$G,
|
|
840
|
+
authorizations: authorizations$G
|
|
841
841
|
};
|
|
842
842
|
|
|
843
|
-
const authorizations$
|
|
843
|
+
const authorizations$F = [
|
|
844
844
|
{ permissions: [active], actor: _soviet },
|
|
845
845
|
{ permissions: [active], actor: _gateway },
|
|
846
846
|
{ permissions: [active], actor: _marketplace }
|
|
847
847
|
];
|
|
848
|
-
const actionName$
|
|
848
|
+
const actionName$F = "subbalance";
|
|
849
849
|
|
|
850
850
|
const subBalance = {
|
|
851
851
|
__proto__: null,
|
|
852
|
-
actionName: actionName$
|
|
853
|
-
authorizations: authorizations$
|
|
852
|
+
actionName: actionName$F,
|
|
853
|
+
authorizations: authorizations$F
|
|
854
854
|
};
|
|
855
855
|
|
|
856
|
-
const authorizations$
|
|
856
|
+
const authorizations$E = [
|
|
857
857
|
{ permissions: [active], actor: _soviet },
|
|
858
858
|
{ permissions: [active], actor: _gateway },
|
|
859
859
|
{ permissions: [active], actor: _marketplace }
|
|
860
860
|
];
|
|
861
|
-
const actionName$
|
|
861
|
+
const actionName$E = "blockbal";
|
|
862
862
|
|
|
863
863
|
const blockBalance = {
|
|
864
864
|
__proto__: null,
|
|
865
|
-
actionName: actionName$
|
|
866
|
-
authorizations: authorizations$
|
|
865
|
+
actionName: actionName$E,
|
|
866
|
+
authorizations: authorizations$E
|
|
867
867
|
};
|
|
868
868
|
|
|
869
|
-
const authorizations$
|
|
869
|
+
const authorizations$D = [
|
|
870
870
|
{ permissions: [active], actor: _soviet },
|
|
871
871
|
{ permissions: [active], actor: _gateway },
|
|
872
872
|
{ permissions: [active], actor: _marketplace }
|
|
873
873
|
];
|
|
874
|
-
const actionName$
|
|
874
|
+
const actionName$D = "unblockbal";
|
|
875
875
|
|
|
876
876
|
const unblockBalance = {
|
|
877
877
|
__proto__: null,
|
|
878
|
-
actionName: actionName$
|
|
879
|
-
authorizations: authorizations$
|
|
878
|
+
actionName: actionName$D,
|
|
879
|
+
authorizations: authorizations$D
|
|
880
880
|
};
|
|
881
881
|
|
|
882
|
-
const authorizations$
|
|
882
|
+
const authorizations$C = [
|
|
883
883
|
{ permissions: [active], actor: _soviet },
|
|
884
884
|
{ permissions: [active], actor: _marketplace }
|
|
885
885
|
];
|
|
886
|
-
const actionName$
|
|
886
|
+
const actionName$C = "addprogbal";
|
|
887
887
|
|
|
888
888
|
const addProgramBalance = {
|
|
889
889
|
__proto__: null,
|
|
890
|
-
actionName: actionName$
|
|
891
|
-
authorizations: authorizations$
|
|
890
|
+
actionName: actionName$C,
|
|
891
|
+
authorizations: authorizations$C
|
|
892
892
|
};
|
|
893
893
|
|
|
894
|
-
const authorizations$
|
|
894
|
+
const authorizations$B = [
|
|
895
895
|
{ permissions: [active], actor: _soviet },
|
|
896
896
|
{ permissions: [active], actor: _marketplace }
|
|
897
897
|
];
|
|
898
|
-
const actionName$
|
|
898
|
+
const actionName$B = "subprogbal";
|
|
899
899
|
|
|
900
900
|
const subProgramBalance = {
|
|
901
901
|
__proto__: null,
|
|
902
|
-
actionName: actionName$
|
|
903
|
-
authorizations: authorizations$
|
|
902
|
+
actionName: actionName$B,
|
|
903
|
+
authorizations: authorizations$B
|
|
904
904
|
};
|
|
905
905
|
|
|
906
|
-
const index$
|
|
906
|
+
const index$9 = {
|
|
907
907
|
__proto__: null,
|
|
908
908
|
addBalance: addBalance,
|
|
909
909
|
addProgramBalance: addProgramBalance,
|
|
@@ -913,192 +913,192 @@ const index$6 = {
|
|
|
913
913
|
unblockBalance: unblockBalance
|
|
914
914
|
};
|
|
915
915
|
|
|
916
|
-
const authorizations$
|
|
916
|
+
const authorizations$A = [
|
|
917
917
|
{ permissions: [active], actor: _chairman }
|
|
918
918
|
];
|
|
919
|
-
const actionName$
|
|
919
|
+
const actionName$A = "createprog";
|
|
920
920
|
|
|
921
921
|
const createMarketProgram = {
|
|
922
922
|
__proto__: null,
|
|
923
|
-
actionName: actionName$
|
|
924
|
-
authorizations: authorizations$
|
|
923
|
+
actionName: actionName$A,
|
|
924
|
+
authorizations: authorizations$A
|
|
925
925
|
};
|
|
926
926
|
|
|
927
|
-
const authorizations$
|
|
927
|
+
const authorizations$z = [
|
|
928
928
|
{ permissions: [active], actor: _chairman }
|
|
929
929
|
];
|
|
930
|
-
const actionName$
|
|
930
|
+
const actionName$z = "editprog";
|
|
931
931
|
|
|
932
932
|
const editMarketProgram = {
|
|
933
933
|
__proto__: null,
|
|
934
|
-
actionName: actionName$
|
|
935
|
-
authorizations: authorizations$
|
|
934
|
+
actionName: actionName$z,
|
|
935
|
+
authorizations: authorizations$z
|
|
936
936
|
};
|
|
937
937
|
|
|
938
|
-
const authorizations$
|
|
938
|
+
const authorizations$y = [
|
|
939
939
|
{ permissions: [active], actor: _chairman }
|
|
940
940
|
];
|
|
941
|
-
const actionName$
|
|
941
|
+
const actionName$y = "disableprog";
|
|
942
942
|
|
|
943
943
|
const disableMarketProgram = {
|
|
944
944
|
__proto__: null,
|
|
945
|
-
actionName: actionName$
|
|
946
|
-
authorizations: authorizations$
|
|
945
|
+
actionName: actionName$y,
|
|
946
|
+
authorizations: authorizations$y
|
|
947
947
|
};
|
|
948
948
|
|
|
949
|
-
const index$
|
|
949
|
+
const index$8 = {
|
|
950
950
|
__proto__: null,
|
|
951
951
|
createMarketProgram: createMarketProgram,
|
|
952
952
|
disableMarketProgram: disableMarketProgram,
|
|
953
953
|
editMarketProgram: editMarketProgram
|
|
954
954
|
};
|
|
955
955
|
|
|
956
|
-
const authorizations$
|
|
956
|
+
const authorizations$x = [
|
|
957
957
|
{ permissions: [active], actor: _member }
|
|
958
958
|
];
|
|
959
|
-
const actionName$
|
|
959
|
+
const actionName$x = "voteagainst";
|
|
960
960
|
|
|
961
961
|
const voteAgainst = {
|
|
962
962
|
__proto__: null,
|
|
963
|
-
actionName: actionName$
|
|
964
|
-
authorizations: authorizations$
|
|
963
|
+
actionName: actionName$x,
|
|
964
|
+
authorizations: authorizations$x
|
|
965
965
|
};
|
|
966
966
|
|
|
967
|
-
const authorizations$
|
|
967
|
+
const authorizations$w = [
|
|
968
968
|
{ permissions: [active], actor: _member }
|
|
969
969
|
];
|
|
970
|
-
const actionName$
|
|
970
|
+
const actionName$w = "votefor";
|
|
971
971
|
|
|
972
972
|
const voteFor = {
|
|
973
973
|
__proto__: null,
|
|
974
|
-
actionName: actionName$
|
|
975
|
-
authorizations: authorizations$
|
|
974
|
+
actionName: actionName$w,
|
|
975
|
+
authorizations: authorizations$w
|
|
976
976
|
};
|
|
977
977
|
|
|
978
|
-
const authorizations$
|
|
978
|
+
const authorizations$v = [
|
|
979
979
|
{ permissions: [active], actor: _member }
|
|
980
980
|
];
|
|
981
|
-
const actionName$
|
|
981
|
+
const actionName$v = "cancelvote";
|
|
982
982
|
|
|
983
983
|
const cancelVote = {
|
|
984
984
|
__proto__: null,
|
|
985
|
-
actionName: actionName$
|
|
986
|
-
authorizations: authorizations$
|
|
985
|
+
actionName: actionName$v,
|
|
986
|
+
authorizations: authorizations$v
|
|
987
987
|
};
|
|
988
988
|
|
|
989
|
-
const authorizations$
|
|
989
|
+
const authorizations$u = [
|
|
990
990
|
{ permissions: [active], actor: _chairman }
|
|
991
991
|
];
|
|
992
|
-
const actionName$
|
|
992
|
+
const actionName$u = "authorize";
|
|
993
993
|
|
|
994
|
-
const authorize = {
|
|
994
|
+
const authorize$1 = {
|
|
995
995
|
__proto__: null,
|
|
996
|
-
actionName: actionName$
|
|
997
|
-
authorizations: authorizations$
|
|
996
|
+
actionName: actionName$u,
|
|
997
|
+
authorizations: authorizations$u
|
|
998
998
|
};
|
|
999
999
|
|
|
1000
|
-
const authorizations$
|
|
1000
|
+
const authorizations$t = [
|
|
1001
1001
|
{ permissions: [active], actor: _username }
|
|
1002
1002
|
];
|
|
1003
|
-
const actionName$
|
|
1003
|
+
const actionName$t = "exec";
|
|
1004
1004
|
|
|
1005
1005
|
const exec = {
|
|
1006
1006
|
__proto__: null,
|
|
1007
|
-
actionName: actionName$
|
|
1008
|
-
authorizations: authorizations$
|
|
1007
|
+
actionName: actionName$t,
|
|
1008
|
+
authorizations: authorizations$t
|
|
1009
1009
|
};
|
|
1010
1010
|
|
|
1011
|
-
const authorizations$
|
|
1011
|
+
const authorizations$s = [
|
|
1012
1012
|
{ permissions: [active], actor: _marketplace }
|
|
1013
1013
|
];
|
|
1014
|
-
const actionName$
|
|
1014
|
+
const actionName$s = "change";
|
|
1015
1015
|
|
|
1016
1016
|
const marketDecision = {
|
|
1017
1017
|
__proto__: null,
|
|
1018
|
-
actionName: actionName$
|
|
1019
|
-
authorizations: authorizations$
|
|
1018
|
+
actionName: actionName$s,
|
|
1019
|
+
authorizations: authorizations$s
|
|
1020
1020
|
};
|
|
1021
1021
|
|
|
1022
|
-
const authorizations$
|
|
1022
|
+
const authorizations$r = [
|
|
1023
1023
|
{ permissions: [active], actor: _gateway }
|
|
1024
1024
|
];
|
|
1025
|
-
const actionName$
|
|
1025
|
+
const actionName$r = "withdraw";
|
|
1026
1026
|
|
|
1027
1027
|
const withdrawDecision = {
|
|
1028
1028
|
__proto__: null,
|
|
1029
|
-
actionName: actionName$
|
|
1030
|
-
authorizations: authorizations$
|
|
1029
|
+
actionName: actionName$r,
|
|
1030
|
+
authorizations: authorizations$r
|
|
1031
1031
|
};
|
|
1032
1032
|
|
|
1033
|
-
const authorizations$
|
|
1033
|
+
const authorizations$q = [
|
|
1034
1034
|
{ permissions: [active], actor: _fund }
|
|
1035
1035
|
];
|
|
1036
|
-
const actionName$
|
|
1036
|
+
const actionName$q = "fundwithdraw";
|
|
1037
1037
|
|
|
1038
1038
|
const fundWithdrawDecision = {
|
|
1039
1039
|
__proto__: null,
|
|
1040
|
-
actionName: actionName$
|
|
1041
|
-
authorizations: authorizations$
|
|
1040
|
+
actionName: actionName$q,
|
|
1041
|
+
authorizations: authorizations$q
|
|
1042
1042
|
};
|
|
1043
1043
|
|
|
1044
|
-
const authorizations$
|
|
1044
|
+
const authorizations$p = [
|
|
1045
1045
|
{ permissions: [active], actor: _registrator }
|
|
1046
1046
|
];
|
|
1047
|
-
const actionName$
|
|
1047
|
+
const actionName$p = "joincoop";
|
|
1048
1048
|
|
|
1049
1049
|
const joinCoopDecision = {
|
|
1050
1050
|
__proto__: null,
|
|
1051
|
-
actionName: actionName$
|
|
1052
|
-
authorizations: authorizations$
|
|
1051
|
+
actionName: actionName$p,
|
|
1052
|
+
authorizations: authorizations$p
|
|
1053
1053
|
};
|
|
1054
1054
|
|
|
1055
|
-
const authorizations$
|
|
1055
|
+
const authorizations$o = [
|
|
1056
1056
|
{ permissions: [active], actor: _marketplace }
|
|
1057
1057
|
];
|
|
1058
|
-
const actionName$
|
|
1058
|
+
const actionName$o = "recieved";
|
|
1059
1059
|
|
|
1060
1060
|
const productRecieved = {
|
|
1061
1061
|
__proto__: null,
|
|
1062
|
-
actionName: actionName$
|
|
1063
|
-
authorizations: authorizations$
|
|
1062
|
+
actionName: actionName$o,
|
|
1063
|
+
authorizations: authorizations$o
|
|
1064
1064
|
};
|
|
1065
1065
|
|
|
1066
|
-
const authorizations$
|
|
1066
|
+
const authorizations$n = [
|
|
1067
1067
|
{ permissions: [active, special], actor: _admin }
|
|
1068
1068
|
];
|
|
1069
|
-
const actionName$
|
|
1069
|
+
const actionName$n = "validated";
|
|
1070
1070
|
|
|
1071
1071
|
const validate = {
|
|
1072
1072
|
__proto__: null,
|
|
1073
|
-
actionName: actionName$
|
|
1074
|
-
authorizations: authorizations$
|
|
1073
|
+
actionName: actionName$n,
|
|
1074
|
+
authorizations: authorizations$n
|
|
1075
1075
|
};
|
|
1076
1076
|
|
|
1077
|
-
const authorizations$
|
|
1077
|
+
const authorizations$m = [
|
|
1078
1078
|
{ permissions: [active], actor: _member }
|
|
1079
1079
|
];
|
|
1080
|
-
const actionName$
|
|
1080
|
+
const actionName$m = "automate";
|
|
1081
1081
|
|
|
1082
1082
|
const automate = {
|
|
1083
1083
|
__proto__: null,
|
|
1084
|
-
actionName: actionName$
|
|
1085
|
-
authorizations: authorizations$
|
|
1084
|
+
actionName: actionName$m,
|
|
1085
|
+
authorizations: authorizations$m
|
|
1086
1086
|
};
|
|
1087
1087
|
|
|
1088
|
-
const authorizations$
|
|
1088
|
+
const authorizations$l = [
|
|
1089
1089
|
{ permissions: [active], actor: _member }
|
|
1090
1090
|
];
|
|
1091
|
-
const actionName$
|
|
1091
|
+
const actionName$l = "disautomate";
|
|
1092
1092
|
|
|
1093
1093
|
const disautomate = {
|
|
1094
1094
|
__proto__: null,
|
|
1095
|
-
actionName: actionName$
|
|
1096
|
-
authorizations: authorizations$
|
|
1095
|
+
actionName: actionName$l,
|
|
1096
|
+
authorizations: authorizations$l
|
|
1097
1097
|
};
|
|
1098
1098
|
|
|
1099
|
-
const index$
|
|
1099
|
+
const index$7 = {
|
|
1100
1100
|
__proto__: null,
|
|
1101
|
-
authorize: authorize,
|
|
1101
|
+
authorize: authorize$1,
|
|
1102
1102
|
automate: automate,
|
|
1103
1103
|
cancelVote: cancelVote,
|
|
1104
1104
|
disautomate: disautomate,
|
|
@@ -1113,149 +1113,149 @@ const index$4 = {
|
|
|
1113
1113
|
withdrawDecision: withdrawDecision
|
|
1114
1114
|
};
|
|
1115
1115
|
|
|
1116
|
-
const authorizations$
|
|
1117
|
-
const actionName$
|
|
1116
|
+
const authorizations$k = [{ permissions: [active], actor: _chairman }];
|
|
1117
|
+
const actionName$k = "createboard";
|
|
1118
1118
|
|
|
1119
1119
|
const createBoard = {
|
|
1120
1120
|
__proto__: null,
|
|
1121
|
-
actionName: actionName$
|
|
1122
|
-
authorizations: authorizations$
|
|
1121
|
+
actionName: actionName$k,
|
|
1122
|
+
authorizations: authorizations$k
|
|
1123
1123
|
};
|
|
1124
1124
|
|
|
1125
|
-
const authorizations = [{ permissions: [active], actor: _chairman }];
|
|
1126
|
-
const actionName = "updateboard";
|
|
1125
|
+
const authorizations$j = [{ permissions: [active], actor: _chairman }];
|
|
1126
|
+
const actionName$j = "updateboard";
|
|
1127
1127
|
|
|
1128
1128
|
const updateBoard = {
|
|
1129
1129
|
__proto__: null,
|
|
1130
|
-
actionName: actionName,
|
|
1131
|
-
authorizations: authorizations
|
|
1130
|
+
actionName: actionName$j,
|
|
1131
|
+
authorizations: authorizations$j
|
|
1132
1132
|
};
|
|
1133
1133
|
|
|
1134
|
-
const index$
|
|
1134
|
+
const index$6 = {
|
|
1135
1135
|
__proto__: null,
|
|
1136
1136
|
createBoard: createBoard,
|
|
1137
1137
|
updateBoard: updateBoard
|
|
1138
1138
|
};
|
|
1139
1139
|
|
|
1140
|
-
const index$
|
|
1140
|
+
const index$5 = {
|
|
1141
1141
|
__proto__: null,
|
|
1142
|
-
Addresses: index$
|
|
1143
|
-
Boards: index$
|
|
1144
|
-
Decisions: index$
|
|
1145
|
-
Programs: index$
|
|
1146
|
-
Registry: index$
|
|
1147
|
-
Wallet: index$
|
|
1142
|
+
Addresses: index$a,
|
|
1143
|
+
Boards: index$6,
|
|
1144
|
+
Decisions: index$7,
|
|
1145
|
+
Programs: index$8,
|
|
1146
|
+
Registry: index$b,
|
|
1147
|
+
Wallet: index$9
|
|
1148
1148
|
};
|
|
1149
1149
|
|
|
1150
|
-
const tableName$
|
|
1151
|
-
const scope$
|
|
1150
|
+
const tableName$c = "addresses";
|
|
1151
|
+
const scope$c = _coopname;
|
|
1152
1152
|
|
|
1153
1153
|
const addresses = {
|
|
1154
|
+
__proto__: null,
|
|
1155
|
+
scope: scope$c,
|
|
1156
|
+
tableName: tableName$c
|
|
1157
|
+
};
|
|
1158
|
+
|
|
1159
|
+
const tableName$b = "staff";
|
|
1160
|
+
const scope$b = _coopname;
|
|
1161
|
+
|
|
1162
|
+
const admins = {
|
|
1154
1163
|
__proto__: null,
|
|
1155
1164
|
scope: scope$b,
|
|
1156
1165
|
tableName: tableName$b
|
|
1157
1166
|
};
|
|
1158
1167
|
|
|
1159
|
-
const tableName$a = "
|
|
1168
|
+
const tableName$a = "autosigner";
|
|
1160
1169
|
const scope$a = _coopname;
|
|
1161
1170
|
|
|
1162
|
-
const
|
|
1171
|
+
const automationQueue = {
|
|
1163
1172
|
__proto__: null,
|
|
1164
1173
|
scope: scope$a,
|
|
1165
1174
|
tableName: tableName$a
|
|
1166
1175
|
};
|
|
1167
1176
|
|
|
1168
|
-
const tableName$9 = "
|
|
1177
|
+
const tableName$9 = "automator";
|
|
1169
1178
|
const scope$9 = _coopname;
|
|
1170
1179
|
|
|
1171
|
-
const
|
|
1180
|
+
const automations = {
|
|
1172
1181
|
__proto__: null,
|
|
1173
1182
|
scope: scope$9,
|
|
1174
1183
|
tableName: tableName$9
|
|
1175
1184
|
};
|
|
1176
1185
|
|
|
1177
|
-
const tableName$8 = "
|
|
1186
|
+
const tableName$8 = "boards";
|
|
1178
1187
|
const scope$8 = _coopname;
|
|
1179
1188
|
|
|
1180
|
-
const
|
|
1189
|
+
const boards = {
|
|
1181
1190
|
__proto__: null,
|
|
1182
1191
|
scope: scope$8,
|
|
1183
1192
|
tableName: tableName$8
|
|
1184
1193
|
};
|
|
1185
1194
|
|
|
1186
|
-
const tableName$7 = "
|
|
1195
|
+
const tableName$7 = "changes";
|
|
1187
1196
|
const scope$7 = _coopname;
|
|
1188
1197
|
|
|
1189
|
-
const
|
|
1198
|
+
const changes = {
|
|
1190
1199
|
__proto__: null,
|
|
1191
1200
|
scope: scope$7,
|
|
1192
1201
|
tableName: tableName$7
|
|
1193
1202
|
};
|
|
1194
1203
|
|
|
1195
|
-
const tableName$6 = "
|
|
1204
|
+
const tableName$6 = "decisions";
|
|
1196
1205
|
const scope$6 = _coopname;
|
|
1197
1206
|
|
|
1198
|
-
const
|
|
1207
|
+
const decisions = {
|
|
1199
1208
|
__proto__: null,
|
|
1200
1209
|
scope: scope$6,
|
|
1201
1210
|
tableName: tableName$6
|
|
1202
1211
|
};
|
|
1203
1212
|
|
|
1204
|
-
const tableName$5 = "
|
|
1213
|
+
const tableName$5 = "joincoops";
|
|
1205
1214
|
const scope$5 = _coopname;
|
|
1206
1215
|
|
|
1207
|
-
const
|
|
1216
|
+
const joinCoops = {
|
|
1208
1217
|
__proto__: null,
|
|
1209
1218
|
scope: scope$5,
|
|
1210
1219
|
tableName: tableName$5
|
|
1211
1220
|
};
|
|
1212
1221
|
|
|
1213
|
-
const tableName$4 = "
|
|
1222
|
+
const tableName$4 = "progcomarket";
|
|
1214
1223
|
const scope$4 = _coopname;
|
|
1215
1224
|
|
|
1216
|
-
const
|
|
1225
|
+
const marketPrograms = {
|
|
1217
1226
|
__proto__: null,
|
|
1218
1227
|
scope: scope$4,
|
|
1219
1228
|
tableName: tableName$4
|
|
1220
1229
|
};
|
|
1221
1230
|
|
|
1222
|
-
const tableName$3 = "
|
|
1231
|
+
const tableName$3 = "participants";
|
|
1223
1232
|
const scope$3 = _coopname;
|
|
1224
1233
|
|
|
1225
|
-
const
|
|
1234
|
+
const participants = {
|
|
1226
1235
|
__proto__: null,
|
|
1227
1236
|
scope: scope$3,
|
|
1228
1237
|
tableName: tableName$3
|
|
1229
1238
|
};
|
|
1230
1239
|
|
|
1231
|
-
const tableName$2 = "
|
|
1240
|
+
const tableName$2 = "progwallets";
|
|
1232
1241
|
const scope$2 = _coopname;
|
|
1233
1242
|
|
|
1234
|
-
const
|
|
1243
|
+
const programWallets = {
|
|
1235
1244
|
__proto__: null,
|
|
1236
1245
|
scope: scope$2,
|
|
1237
1246
|
tableName: tableName$2
|
|
1238
1247
|
};
|
|
1239
1248
|
|
|
1240
|
-
const tableName$1 = "
|
|
1249
|
+
const tableName$1 = "wallets";
|
|
1241
1250
|
const scope$1 = _coopname;
|
|
1242
1251
|
|
|
1243
|
-
const
|
|
1252
|
+
const wallets = {
|
|
1244
1253
|
__proto__: null,
|
|
1245
1254
|
scope: scope$1,
|
|
1246
1255
|
tableName: tableName$1
|
|
1247
1256
|
};
|
|
1248
1257
|
|
|
1249
|
-
const
|
|
1250
|
-
const scope = _coopname;
|
|
1251
|
-
|
|
1252
|
-
const wallets = {
|
|
1253
|
-
__proto__: null,
|
|
1254
|
-
scope: scope,
|
|
1255
|
-
tableName: tableName
|
|
1256
|
-
};
|
|
1257
|
-
|
|
1258
|
-
const index$1 = {
|
|
1258
|
+
const index$4 = {
|
|
1259
1259
|
__proto__: null,
|
|
1260
1260
|
Addresses: addresses,
|
|
1261
1261
|
Admins: admins,
|
|
@@ -1275,20 +1275,243 @@ const soviet = {
|
|
|
1275
1275
|
__proto__: null
|
|
1276
1276
|
};
|
|
1277
1277
|
|
|
1278
|
-
const contractName = _soviet;
|
|
1278
|
+
const contractName$1 = _soviet;
|
|
1279
|
+
|
|
1280
|
+
const index$3 = {
|
|
1281
|
+
__proto__: null,
|
|
1282
|
+
Actions: index$5,
|
|
1283
|
+
Interfaces: soviet,
|
|
1284
|
+
Tables: index$4,
|
|
1285
|
+
contractName: contractName$1
|
|
1286
|
+
};
|
|
1287
|
+
|
|
1288
|
+
const authorizations$i = [{ permissions: [active], actor: _username }];
|
|
1289
|
+
const actionName$i = "accept";
|
|
1290
|
+
|
|
1291
|
+
const acceptRequest = {
|
|
1292
|
+
__proto__: null,
|
|
1293
|
+
actionName: actionName$i,
|
|
1294
|
+
authorizations: authorizations$i
|
|
1295
|
+
};
|
|
1296
|
+
|
|
1297
|
+
const authorizations$h = [{ permissions: [active], actor: _soviet }];
|
|
1298
|
+
const actionName$h = "authorize";
|
|
1299
|
+
|
|
1300
|
+
const authorize = {
|
|
1301
|
+
__proto__: null,
|
|
1302
|
+
actionName: actionName$h,
|
|
1303
|
+
authorizations: authorizations$h
|
|
1304
|
+
};
|
|
1305
|
+
|
|
1306
|
+
const authorizations$g = [{ permissions: [active], actor: _username }];
|
|
1307
|
+
const actionName$g = "cancel";
|
|
1308
|
+
|
|
1309
|
+
const cancelRequest = {
|
|
1310
|
+
__proto__: null,
|
|
1311
|
+
actionName: actionName$g,
|
|
1312
|
+
authorizations: authorizations$g
|
|
1313
|
+
};
|
|
1314
|
+
|
|
1315
|
+
const authorizations$f = [{ permissions: [active], actor: _username }];
|
|
1316
|
+
const actionName$f = "complete";
|
|
1317
|
+
|
|
1318
|
+
const completeRequest = {
|
|
1319
|
+
__proto__: null,
|
|
1320
|
+
actionName: actionName$f,
|
|
1321
|
+
authorizations: authorizations$f
|
|
1322
|
+
};
|
|
1323
|
+
|
|
1324
|
+
const authorizations$e = [{ permissions: [active], actor: _chairman }];
|
|
1325
|
+
const actionName$e = "recievecnfrm";
|
|
1326
|
+
|
|
1327
|
+
const confirmRecieve = {
|
|
1328
|
+
__proto__: null,
|
|
1329
|
+
actionName: actionName$e,
|
|
1330
|
+
authorizations: authorizations$e
|
|
1331
|
+
};
|
|
1332
|
+
|
|
1333
|
+
const authorizations$d = [{ permissions: [active], actor: _chairman }];
|
|
1334
|
+
const actionName$d = "supplycnfrm";
|
|
1335
|
+
|
|
1336
|
+
const confirmSupply = {
|
|
1337
|
+
__proto__: null,
|
|
1338
|
+
actionName: actionName$d,
|
|
1339
|
+
authorizations: authorizations$d
|
|
1340
|
+
};
|
|
1341
|
+
|
|
1342
|
+
const authorizations$c = [{ permissions: [active], actor: _username }];
|
|
1343
|
+
const actionName$c = "offer";
|
|
1344
|
+
|
|
1345
|
+
const createOffer = {
|
|
1346
|
+
__proto__: null,
|
|
1347
|
+
actionName: actionName$c,
|
|
1348
|
+
authorizations: authorizations$c
|
|
1349
|
+
};
|
|
1350
|
+
|
|
1351
|
+
const authorizations$b = [{ permissions: [active], actor: _username }];
|
|
1352
|
+
const actionName$b = "order";
|
|
1353
|
+
|
|
1354
|
+
const createOrder = {
|
|
1355
|
+
__proto__: null,
|
|
1356
|
+
actionName: actionName$b,
|
|
1357
|
+
authorizations: authorizations$b
|
|
1358
|
+
};
|
|
1359
|
+
|
|
1360
|
+
const authorizations$a = [{ permissions: [active], actor: _username }];
|
|
1361
|
+
const actionName$a = "decline";
|
|
1362
|
+
|
|
1363
|
+
const declineRequest = {
|
|
1364
|
+
__proto__: null,
|
|
1365
|
+
actionName: actionName$a,
|
|
1366
|
+
authorizations: authorizations$a
|
|
1367
|
+
};
|
|
1368
|
+
|
|
1369
|
+
const authorizations$9 = [{ permissions: [active], actor: _chairman }];
|
|
1370
|
+
const actionName$9 = "delivered";
|
|
1371
|
+
|
|
1372
|
+
const deliverOnRequest = {
|
|
1373
|
+
__proto__: null,
|
|
1374
|
+
actionName: actionName$9,
|
|
1375
|
+
authorizations: authorizations$9
|
|
1376
|
+
};
|
|
1377
|
+
|
|
1378
|
+
const authorizations$8 = [{ permissions: [active, special], actor: _admin }];
|
|
1379
|
+
const actionName$8 = "moderate";
|
|
1380
|
+
|
|
1381
|
+
const moderateRequest = {
|
|
1382
|
+
__proto__: null,
|
|
1383
|
+
actionName: actionName$8,
|
|
1384
|
+
authorizations: authorizations$8
|
|
1385
|
+
};
|
|
1386
|
+
|
|
1387
|
+
const authorizations$7 = [{ permissions: [active], actor: _marketplace }];
|
|
1388
|
+
const actionName$7 = "newid";
|
|
1389
|
+
|
|
1390
|
+
const newRequestId = {
|
|
1391
|
+
__proto__: null,
|
|
1392
|
+
actionName: actionName$7,
|
|
1393
|
+
authorizations: authorizations$7
|
|
1394
|
+
};
|
|
1395
|
+
|
|
1396
|
+
const authorizations$6 = [{ permissions: [active], actor: _username }];
|
|
1397
|
+
const actionName$6 = "dispute";
|
|
1398
|
+
|
|
1399
|
+
const openDispute = {
|
|
1400
|
+
__proto__: null,
|
|
1401
|
+
actionName: actionName$6,
|
|
1402
|
+
authorizations: authorizations$6
|
|
1403
|
+
};
|
|
1404
|
+
|
|
1405
|
+
const authorizations$5 = [{ permissions: [active, special], actor: _admin }];
|
|
1406
|
+
const actionName$5 = "prohibit";
|
|
1407
|
+
|
|
1408
|
+
const prohibitRequest = {
|
|
1409
|
+
__proto__: null,
|
|
1410
|
+
actionName: actionName$5,
|
|
1411
|
+
authorizations: authorizations$5
|
|
1412
|
+
};
|
|
1413
|
+
|
|
1414
|
+
const authorizations$4 = [{ permissions: [active], actor: _username }];
|
|
1415
|
+
const actionName$4 = "publish";
|
|
1416
|
+
|
|
1417
|
+
const publishRequest = {
|
|
1418
|
+
__proto__: null,
|
|
1419
|
+
actionName: actionName$4,
|
|
1420
|
+
authorizations: authorizations$4
|
|
1421
|
+
};
|
|
1422
|
+
|
|
1423
|
+
const authorizations$3 = [{ permissions: [active], actor: _username }];
|
|
1424
|
+
const actionName$3 = "recieve";
|
|
1425
|
+
|
|
1426
|
+
const recieveOnRequest = {
|
|
1427
|
+
__proto__: null,
|
|
1428
|
+
actionName: actionName$3,
|
|
1429
|
+
authorizations: authorizations$3
|
|
1430
|
+
};
|
|
1431
|
+
|
|
1432
|
+
const authorizations$2 = [{ permissions: [active], actor: _username }];
|
|
1433
|
+
const actionName$2 = "supply";
|
|
1434
|
+
|
|
1435
|
+
const supplyOnRequest = {
|
|
1436
|
+
__proto__: null,
|
|
1437
|
+
actionName: actionName$2,
|
|
1438
|
+
authorizations: authorizations$2
|
|
1439
|
+
};
|
|
1440
|
+
|
|
1441
|
+
const authorizations$1 = [{ permissions: [active], actor: _username }];
|
|
1442
|
+
const actionName$1 = "unpublish";
|
|
1443
|
+
|
|
1444
|
+
const unpublishRequest = {
|
|
1445
|
+
__proto__: null,
|
|
1446
|
+
actionName: actionName$1,
|
|
1447
|
+
authorizations: authorizations$1
|
|
1448
|
+
};
|
|
1449
|
+
|
|
1450
|
+
const authorizations = [{ permissions: [active], actor: _username }];
|
|
1451
|
+
const actionName = "update";
|
|
1452
|
+
|
|
1453
|
+
const updateRequest = {
|
|
1454
|
+
__proto__: null,
|
|
1455
|
+
actionName: actionName,
|
|
1456
|
+
authorizations: authorizations
|
|
1457
|
+
};
|
|
1458
|
+
|
|
1459
|
+
const index$2 = {
|
|
1460
|
+
__proto__: null,
|
|
1461
|
+
acceptRequest: acceptRequest,
|
|
1462
|
+
authorize: authorize,
|
|
1463
|
+
cancelRequest: cancelRequest,
|
|
1464
|
+
completeRequest: completeRequest,
|
|
1465
|
+
confirmRecieve: confirmRecieve,
|
|
1466
|
+
confirmSupply: confirmSupply,
|
|
1467
|
+
createOffer: createOffer,
|
|
1468
|
+
createOrder: createOrder,
|
|
1469
|
+
declineRequest: declineRequest,
|
|
1470
|
+
deliverOnRequest: deliverOnRequest,
|
|
1471
|
+
moderateRequest: moderateRequest,
|
|
1472
|
+
newRequestId: newRequestId,
|
|
1473
|
+
openDispute: openDispute,
|
|
1474
|
+
prohibitRequest: prohibitRequest,
|
|
1475
|
+
publishRequest: publishRequest,
|
|
1476
|
+
recieveOnRequest: recieveOnRequest,
|
|
1477
|
+
supplyOnRequest: supplyOnRequest,
|
|
1478
|
+
unpublishRequest: unpublishRequest,
|
|
1479
|
+
updateRequests: updateRequest
|
|
1480
|
+
};
|
|
1481
|
+
|
|
1482
|
+
const tableName = "exchange";
|
|
1483
|
+
const scope = _coopname;
|
|
1484
|
+
|
|
1485
|
+
const requests = {
|
|
1486
|
+
__proto__: null,
|
|
1487
|
+
scope: scope,
|
|
1488
|
+
tableName: tableName
|
|
1489
|
+
};
|
|
1490
|
+
|
|
1491
|
+
const index$1 = {
|
|
1492
|
+
__proto__: null,
|
|
1493
|
+
Requests: requests
|
|
1494
|
+
};
|
|
1495
|
+
|
|
1496
|
+
const marketplace = {
|
|
1497
|
+
__proto__: null
|
|
1498
|
+
};
|
|
1499
|
+
|
|
1500
|
+
const contractName = _marketplace;
|
|
1279
1501
|
|
|
1280
1502
|
const index = {
|
|
1281
1503
|
__proto__: null,
|
|
1282
1504
|
Actions: index$2,
|
|
1283
|
-
Interfaces:
|
|
1505
|
+
Interfaces: marketplace,
|
|
1284
1506
|
Tables: index$1,
|
|
1285
1507
|
contractName: contractName
|
|
1286
1508
|
};
|
|
1287
1509
|
|
|
1288
|
-
exports.DraftContract = index$
|
|
1289
|
-
exports.FundContract = index$
|
|
1290
|
-
exports.GatewayContract = index$
|
|
1291
|
-
exports.
|
|
1292
|
-
exports.
|
|
1293
|
-
exports.
|
|
1294
|
-
exports.
|
|
1510
|
+
exports.DraftContract = index$o;
|
|
1511
|
+
exports.FundContract = index$l;
|
|
1512
|
+
exports.GatewayContract = index$i;
|
|
1513
|
+
exports.MarketContract = index;
|
|
1514
|
+
exports.RegistratorContract = index$f;
|
|
1515
|
+
exports.SovietContract = index$3;
|
|
1516
|
+
exports.TokenContract = index$c;
|
|
1517
|
+
exports._Common = index$r;
|