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