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