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