cooptypes 0.5.24 → 0.5.26
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 +421 -356
- package/dist/index.d.cts +419 -298
- package/dist/index.d.mts +419 -298
- package/dist/index.d.ts +419 -298
- package/dist/index.mjs +416 -351
- 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$H = {
|
|
12
12
|
__proto__: null,
|
|
13
13
|
_admin: _admin,
|
|
14
14
|
_chairman: _chairman,
|
|
@@ -60,7 +60,7 @@ const _wrap = {
|
|
|
60
60
|
testnet: "eosio.wrap"
|
|
61
61
|
};
|
|
62
62
|
|
|
63
|
-
const index$
|
|
63
|
+
const index$G = {
|
|
64
64
|
__proto__: null,
|
|
65
65
|
_draft: _draft,
|
|
66
66
|
_fund: _fund,
|
|
@@ -81,66 +81,66 @@ const special = {
|
|
|
81
81
|
action: "actionName"
|
|
82
82
|
};
|
|
83
83
|
|
|
84
|
-
const index$
|
|
84
|
+
const index$F = {
|
|
85
85
|
__proto__: null,
|
|
86
86
|
active: active,
|
|
87
87
|
owner: owner,
|
|
88
88
|
special: special
|
|
89
89
|
};
|
|
90
90
|
|
|
91
|
-
const index$
|
|
91
|
+
const index$E = {
|
|
92
92
|
__proto__: null,
|
|
93
|
-
Actors: index$
|
|
94
|
-
ContractNames: index$
|
|
95
|
-
Permissions: index$
|
|
93
|
+
Actors: index$H,
|
|
94
|
+
ContractNames: index$G,
|
|
95
|
+
Permissions: index$F
|
|
96
96
|
};
|
|
97
97
|
|
|
98
|
-
const authorizations$
|
|
99
|
-
const actionName$
|
|
98
|
+
const authorizations$2g = [{ permissions: [active], actor: _system }];
|
|
99
|
+
const actionName$2g = "createtrans";
|
|
100
100
|
|
|
101
101
|
const createTranslation = {
|
|
102
102
|
__proto__: null,
|
|
103
|
-
actionName: actionName$
|
|
104
|
-
authorizations: authorizations$
|
|
103
|
+
actionName: actionName$2g,
|
|
104
|
+
authorizations: authorizations$2g
|
|
105
105
|
};
|
|
106
106
|
|
|
107
|
-
const authorizations$
|
|
108
|
-
const actionName$
|
|
107
|
+
const authorizations$2f = [{ permissions: [active], actor: _system }];
|
|
108
|
+
const actionName$2f = "createdraft";
|
|
109
109
|
|
|
110
110
|
const createDraft = {
|
|
111
111
|
__proto__: null,
|
|
112
|
-
actionName: actionName$
|
|
113
|
-
authorizations: authorizations$
|
|
112
|
+
actionName: actionName$2f,
|
|
113
|
+
authorizations: authorizations$2f
|
|
114
114
|
};
|
|
115
115
|
|
|
116
|
-
const authorizations$
|
|
117
|
-
const actionName$
|
|
116
|
+
const authorizations$2e = [{ permissions: [active], actor: _system }];
|
|
117
|
+
const actionName$2e = "deldraft";
|
|
118
118
|
|
|
119
119
|
const deleteDraft = {
|
|
120
120
|
__proto__: null,
|
|
121
|
-
actionName: actionName$
|
|
122
|
-
authorizations: authorizations$
|
|
121
|
+
actionName: actionName$2e,
|
|
122
|
+
authorizations: authorizations$2e
|
|
123
123
|
};
|
|
124
124
|
|
|
125
|
-
const authorizations$
|
|
126
|
-
const actionName$
|
|
125
|
+
const authorizations$2d = [{ permissions: [active], actor: _system }];
|
|
126
|
+
const actionName$2d = "edittrans";
|
|
127
127
|
|
|
128
128
|
const editTranslation = {
|
|
129
129
|
__proto__: null,
|
|
130
|
-
actionName: actionName$
|
|
131
|
-
authorizations: authorizations$
|
|
130
|
+
actionName: actionName$2d,
|
|
131
|
+
authorizations: authorizations$2d
|
|
132
132
|
};
|
|
133
133
|
|
|
134
|
-
const authorizations$
|
|
135
|
-
const actionName$
|
|
134
|
+
const authorizations$2c = [{ permissions: [active], actor: _draft }];
|
|
135
|
+
const actionName$2c = "newid";
|
|
136
136
|
|
|
137
137
|
const newId = {
|
|
138
138
|
__proto__: null,
|
|
139
|
-
actionName: actionName$
|
|
140
|
-
authorizations: authorizations$
|
|
139
|
+
actionName: actionName$2c,
|
|
140
|
+
authorizations: authorizations$2c
|
|
141
141
|
};
|
|
142
142
|
|
|
143
|
-
const index$
|
|
143
|
+
const index$D = {
|
|
144
144
|
__proto__: null,
|
|
145
145
|
CreateDraft: createDraft,
|
|
146
146
|
CreateTranslation: createTranslation,
|
|
@@ -167,7 +167,7 @@ const translations = {
|
|
|
167
167
|
tableName: tableName$D
|
|
168
168
|
};
|
|
169
169
|
|
|
170
|
-
const index$
|
|
170
|
+
const index$C = {
|
|
171
171
|
__proto__: null,
|
|
172
172
|
Drafts: drafts,
|
|
173
173
|
Translations: translations
|
|
@@ -179,154 +179,154 @@ const draft = {
|
|
|
179
179
|
|
|
180
180
|
const contractName$9 = _draft;
|
|
181
181
|
|
|
182
|
-
const index$
|
|
182
|
+
const index$B = {
|
|
183
183
|
__proto__: null,
|
|
184
|
-
Actions: index$
|
|
184
|
+
Actions: index$D,
|
|
185
185
|
Interfaces: draft,
|
|
186
|
-
Tables: index$
|
|
186
|
+
Tables: index$C,
|
|
187
187
|
contractName: contractName$9
|
|
188
188
|
};
|
|
189
189
|
|
|
190
|
-
const authorizations$
|
|
191
|
-
const actionName$
|
|
190
|
+
const authorizations$2b = [{ permissions: [active], actor: _fund }];
|
|
191
|
+
const actionName$2b = "addaccum";
|
|
192
192
|
|
|
193
193
|
const addAccumulation = {
|
|
194
194
|
__proto__: null,
|
|
195
|
-
actionName: actionName$
|
|
196
|
-
authorizations: authorizations$
|
|
195
|
+
actionName: actionName$2b,
|
|
196
|
+
authorizations: authorizations$2b
|
|
197
197
|
};
|
|
198
198
|
|
|
199
|
-
const authorizations$
|
|
200
|
-
const actionName$
|
|
199
|
+
const authorizations$2a = [{ permissions: [active], actor: _fund }];
|
|
200
|
+
const actionName$2a = "subaccum";
|
|
201
201
|
|
|
202
202
|
const subAccumulation = {
|
|
203
203
|
__proto__: null,
|
|
204
|
-
actionName: actionName$
|
|
205
|
-
authorizations: authorizations$
|
|
204
|
+
actionName: actionName$2a,
|
|
205
|
+
authorizations: authorizations$2a
|
|
206
206
|
};
|
|
207
207
|
|
|
208
|
-
const authorizations$
|
|
209
|
-
const actionName$
|
|
208
|
+
const authorizations$29 = [{ permissions: [active], actor: _gateway }];
|
|
209
|
+
const actionName$29 = "addcirculate";
|
|
210
210
|
|
|
211
211
|
const addCirculation = {
|
|
212
212
|
__proto__: null,
|
|
213
|
-
actionName: actionName$
|
|
214
|
-
authorizations: authorizations$
|
|
213
|
+
actionName: actionName$29,
|
|
214
|
+
authorizations: authorizations$29
|
|
215
215
|
};
|
|
216
216
|
|
|
217
|
-
const authorizations$
|
|
218
|
-
const actionName$
|
|
217
|
+
const authorizations$28 = [{ permissions: [active], actor: _fund }];
|
|
218
|
+
const actionName$28 = "addexpense";
|
|
219
219
|
|
|
220
220
|
const addExpense = {
|
|
221
221
|
__proto__: null,
|
|
222
|
-
actionName: actionName$
|
|
223
|
-
authorizations: authorizations$
|
|
222
|
+
actionName: actionName$28,
|
|
223
|
+
authorizations: authorizations$28
|
|
224
224
|
};
|
|
225
225
|
|
|
226
|
-
const authorizations$
|
|
227
|
-
const actionName$
|
|
226
|
+
const authorizations$27 = [{ permissions: [active], actor: _soviet }];
|
|
227
|
+
const actionName$27 = "authorize";
|
|
228
228
|
|
|
229
229
|
const authorizeWithdraw = {
|
|
230
230
|
__proto__: null,
|
|
231
|
-
actionName: actionName$
|
|
232
|
-
authorizations: authorizations$
|
|
231
|
+
actionName: actionName$27,
|
|
232
|
+
authorizations: authorizations$27
|
|
233
233
|
};
|
|
234
234
|
|
|
235
|
-
const authorizations$
|
|
236
|
-
const actionName$
|
|
235
|
+
const authorizations$26 = [{ permissions: [active, special], actor: _admin }];
|
|
236
|
+
const actionName$26 = "complete";
|
|
237
237
|
|
|
238
238
|
const completeWithdraw$1 = {
|
|
239
239
|
__proto__: null,
|
|
240
|
-
actionName: actionName$
|
|
241
|
-
authorizations: authorizations$
|
|
240
|
+
actionName: actionName$26,
|
|
241
|
+
authorizations: authorizations$26
|
|
242
242
|
};
|
|
243
243
|
|
|
244
|
-
const authorizations$
|
|
245
|
-
const actionName$
|
|
244
|
+
const authorizations$25 = [{ permissions: [active], actor: _fund }];
|
|
245
|
+
const actionName$25 = "newfund";
|
|
246
246
|
|
|
247
247
|
const newFund = {
|
|
248
248
|
__proto__: null,
|
|
249
|
-
actionName: actionName$
|
|
250
|
-
authorizations: authorizations$
|
|
249
|
+
actionName: actionName$25,
|
|
250
|
+
authorizations: authorizations$25
|
|
251
251
|
};
|
|
252
252
|
|
|
253
|
-
const authorizations$
|
|
254
|
-
const actionName$
|
|
253
|
+
const authorizations$24 = [{ permissions: [active], actor: _chairman }];
|
|
254
|
+
const actionName$24 = "createfund";
|
|
255
255
|
|
|
256
256
|
const createFund = {
|
|
257
257
|
__proto__: null,
|
|
258
|
-
actionName: actionName$
|
|
259
|
-
authorizations: authorizations$
|
|
258
|
+
actionName: actionName$24,
|
|
259
|
+
authorizations: authorizations$24
|
|
260
260
|
};
|
|
261
261
|
|
|
262
|
-
const authorizations$
|
|
263
|
-
const actionName$
|
|
262
|
+
const authorizations$23 = [{ permissions: [active], actor: _chairman }];
|
|
263
|
+
const actionName$23 = "delfund";
|
|
264
264
|
|
|
265
265
|
const deleteFund = {
|
|
266
266
|
__proto__: null,
|
|
267
|
-
actionName: actionName$
|
|
268
|
-
authorizations: authorizations$
|
|
267
|
+
actionName: actionName$23,
|
|
268
|
+
authorizations: authorizations$23
|
|
269
269
|
};
|
|
270
270
|
|
|
271
|
-
const authorizations$
|
|
272
|
-
const actionName$
|
|
271
|
+
const authorizations$22 = [{ permissions: [active], actor: _chairman }];
|
|
272
|
+
const actionName$22 = "editfund";
|
|
273
273
|
|
|
274
274
|
const editFund = {
|
|
275
275
|
__proto__: null,
|
|
276
|
-
actionName: actionName$
|
|
277
|
-
authorizations: authorizations$
|
|
276
|
+
actionName: actionName$22,
|
|
277
|
+
authorizations: authorizations$22
|
|
278
278
|
};
|
|
279
279
|
|
|
280
|
-
const authorizations$
|
|
280
|
+
const authorizations$21 = [
|
|
281
281
|
{ permissions: [active], actor: _username },
|
|
282
282
|
{ permissions: [active, special], actor: _admin },
|
|
283
283
|
{ permissions: [active], actor: _contract }
|
|
284
284
|
];
|
|
285
|
-
const actionName$
|
|
285
|
+
const actionName$21 = "fundwithdraw";
|
|
286
286
|
|
|
287
287
|
const createWithdraw$1 = {
|
|
288
288
|
__proto__: null,
|
|
289
|
-
actionName: actionName$
|
|
290
|
-
authorizations: authorizations$
|
|
289
|
+
actionName: actionName$21,
|
|
290
|
+
authorizations: authorizations$21
|
|
291
291
|
};
|
|
292
292
|
|
|
293
|
-
const authorizations$
|
|
294
|
-
const actionName$
|
|
293
|
+
const authorizations$20 = [{ permissions: [active], actor: _soviet }];
|
|
294
|
+
const actionName$20 = "init";
|
|
295
295
|
|
|
296
|
-
const init$
|
|
296
|
+
const init$3 = {
|
|
297
297
|
__proto__: null,
|
|
298
|
-
actionName: actionName$
|
|
299
|
-
authorizations: authorizations$
|
|
298
|
+
actionName: actionName$20,
|
|
299
|
+
authorizations: authorizations$20
|
|
300
300
|
};
|
|
301
301
|
|
|
302
|
-
const authorizations$
|
|
303
|
-
const actionName$
|
|
302
|
+
const authorizations$1$ = [{ permissions: [active], actor: _fund }];
|
|
303
|
+
const actionName$1$ = "newwithdraw";
|
|
304
304
|
|
|
305
305
|
const newWithdraw = {
|
|
306
306
|
__proto__: null,
|
|
307
|
-
actionName: actionName$
|
|
308
|
-
authorizations: authorizations$
|
|
307
|
+
actionName: actionName$1$,
|
|
308
|
+
authorizations: authorizations$1$
|
|
309
309
|
};
|
|
310
310
|
|
|
311
|
-
const authorizations$
|
|
312
|
-
const actionName$
|
|
311
|
+
const authorizations$1_ = [{ permissions: [active], actor: _marketplace }, { permissions: [active], actor: _gateway }];
|
|
312
|
+
const actionName$1_ = "spreadamount";
|
|
313
313
|
|
|
314
314
|
const spreadAmount = {
|
|
315
315
|
__proto__: null,
|
|
316
|
-
actionName: actionName$
|
|
317
|
-
authorizations: authorizations$
|
|
316
|
+
actionName: actionName$1_,
|
|
317
|
+
authorizations: authorizations$1_
|
|
318
318
|
};
|
|
319
319
|
|
|
320
|
-
const authorizations$
|
|
321
|
-
const actionName$
|
|
320
|
+
const authorizations$1Z = [{ permissions: [active], actor: _gateway }];
|
|
321
|
+
const actionName$1Z = "subcirculate";
|
|
322
322
|
|
|
323
323
|
const subCirculation = {
|
|
324
324
|
__proto__: null,
|
|
325
|
-
actionName: actionName$
|
|
326
|
-
authorizations: authorizations$
|
|
325
|
+
actionName: actionName$1Z,
|
|
326
|
+
authorizations: authorizations$1Z
|
|
327
327
|
};
|
|
328
328
|
|
|
329
|
-
const index$
|
|
329
|
+
const index$A = {
|
|
330
330
|
__proto__: null,
|
|
331
331
|
AddAccumulation: addAccumulation,
|
|
332
332
|
AddCirculation: addCirculation,
|
|
@@ -337,7 +337,7 @@ const index$z = {
|
|
|
337
337
|
CreateWithdraw: createWithdraw$1,
|
|
338
338
|
DeleteFund: deleteFund,
|
|
339
339
|
EditFund: editFund,
|
|
340
|
-
Init: init$
|
|
340
|
+
Init: init$3,
|
|
341
341
|
NewFund: newFund,
|
|
342
342
|
NewWithdraw: newWithdraw,
|
|
343
343
|
SpreadAmount: spreadAmount,
|
|
@@ -381,7 +381,7 @@ const fundWithdraws = {
|
|
|
381
381
|
tableName: tableName$z
|
|
382
382
|
};
|
|
383
383
|
|
|
384
|
-
const index$
|
|
384
|
+
const index$z = {
|
|
385
385
|
__proto__: null,
|
|
386
386
|
AccumulatedFunds: accumulationFunds,
|
|
387
387
|
ExpensedFunds: expenseFunds,
|
|
@@ -395,87 +395,87 @@ const fund = {
|
|
|
395
395
|
|
|
396
396
|
const contractName$8 = _fund;
|
|
397
397
|
|
|
398
|
-
const index$
|
|
398
|
+
const index$y = {
|
|
399
399
|
__proto__: null,
|
|
400
|
-
Actions: index$
|
|
400
|
+
Actions: index$A,
|
|
401
401
|
Interfaces: fund,
|
|
402
|
-
Tables: index$
|
|
402
|
+
Tables: index$z,
|
|
403
403
|
contractName: contractName$8
|
|
404
404
|
};
|
|
405
405
|
|
|
406
|
-
const authorizations$
|
|
407
|
-
const actionName$
|
|
406
|
+
const authorizations$1Y = [{ permissions: [active, special], actor: _coopname }];
|
|
407
|
+
const actionName$1Y = "deposit";
|
|
408
408
|
|
|
409
409
|
const createDeposit = {
|
|
410
410
|
__proto__: null,
|
|
411
|
-
actionName: actionName$
|
|
412
|
-
authorizations: authorizations$
|
|
411
|
+
actionName: actionName$1Y,
|
|
412
|
+
authorizations: authorizations$1Y
|
|
413
413
|
};
|
|
414
414
|
|
|
415
|
-
const authorizations$
|
|
416
|
-
const actionName$
|
|
415
|
+
const authorizations$1X = [{ permissions: [active, special], actor: _admin }];
|
|
416
|
+
const actionName$1X = "dpcomplete";
|
|
417
417
|
|
|
418
418
|
const completeDeposit = {
|
|
419
419
|
__proto__: null,
|
|
420
|
-
actionName: actionName$
|
|
421
|
-
authorizations: authorizations$
|
|
420
|
+
actionName: actionName$1X,
|
|
421
|
+
authorizations: authorizations$1X
|
|
422
422
|
};
|
|
423
423
|
|
|
424
|
-
const authorizations$
|
|
425
|
-
const actionName$
|
|
424
|
+
const authorizations$1W = [{ permissions: [active, special], actor: _admin }];
|
|
425
|
+
const actionName$1W = "dpfail";
|
|
426
426
|
|
|
427
427
|
const failDeposit = {
|
|
428
428
|
__proto__: null,
|
|
429
|
-
actionName: actionName$
|
|
430
|
-
authorizations: authorizations$
|
|
429
|
+
actionName: actionName$1W,
|
|
430
|
+
authorizations: authorizations$1W
|
|
431
431
|
};
|
|
432
432
|
|
|
433
|
-
const authorizations$
|
|
434
|
-
const actionName$
|
|
433
|
+
const authorizations$1V = [{ permissions: [active], actor: _gateway }];
|
|
434
|
+
const actionName$1V = "newdepositid";
|
|
435
435
|
|
|
436
436
|
const newDepositId = {
|
|
437
437
|
__proto__: null,
|
|
438
|
-
actionName: actionName$
|
|
439
|
-
authorizations: authorizations$
|
|
438
|
+
actionName: actionName$1V,
|
|
439
|
+
authorizations: authorizations$1V
|
|
440
440
|
};
|
|
441
441
|
|
|
442
|
-
const authorizations$
|
|
443
|
-
const actionName$
|
|
442
|
+
const authorizations$1U = [{ permissions: [active], actor: _gateway }];
|
|
443
|
+
const actionName$1U = "newwithdrid";
|
|
444
444
|
|
|
445
445
|
const newWithdrawId = {
|
|
446
446
|
__proto__: null,
|
|
447
|
-
actionName: actionName$
|
|
448
|
-
authorizations: authorizations$
|
|
447
|
+
actionName: actionName$1U,
|
|
448
|
+
authorizations: authorizations$1U
|
|
449
449
|
};
|
|
450
450
|
|
|
451
|
-
const authorizations$
|
|
452
|
-
const actionName$
|
|
451
|
+
const authorizations$1T = [{ permissions: [active], actor: _username }];
|
|
452
|
+
const actionName$1T = "withdraw";
|
|
453
453
|
|
|
454
454
|
const createWithdraw = {
|
|
455
455
|
__proto__: null,
|
|
456
|
-
actionName: actionName$
|
|
457
|
-
authorizations: authorizations$
|
|
456
|
+
actionName: actionName$1T,
|
|
457
|
+
authorizations: authorizations$1T
|
|
458
458
|
};
|
|
459
459
|
|
|
460
|
-
const authorizations$
|
|
461
|
-
const actionName$
|
|
460
|
+
const authorizations$1S = [{ permissions: [active, special], actor: _admin }];
|
|
461
|
+
const actionName$1S = "wthdcomplete";
|
|
462
462
|
|
|
463
463
|
const completeWithdraw = {
|
|
464
464
|
__proto__: null,
|
|
465
|
-
actionName: actionName$
|
|
466
|
-
authorizations: authorizations$
|
|
465
|
+
actionName: actionName$1S,
|
|
466
|
+
authorizations: authorizations$1S
|
|
467
467
|
};
|
|
468
468
|
|
|
469
|
-
const authorizations$
|
|
470
|
-
const actionName$
|
|
469
|
+
const authorizations$1R = [{ permissions: [active, special], actor: _admin }];
|
|
470
|
+
const actionName$1R = "wthdfail";
|
|
471
471
|
|
|
472
472
|
const failWithdraw = {
|
|
473
473
|
__proto__: null,
|
|
474
|
-
actionName: actionName$
|
|
475
|
-
authorizations: authorizations$
|
|
474
|
+
actionName: actionName$1R,
|
|
475
|
+
authorizations: authorizations$1R
|
|
476
476
|
};
|
|
477
477
|
|
|
478
|
-
const index$
|
|
478
|
+
const index$x = {
|
|
479
479
|
__proto__: null,
|
|
480
480
|
CompleteDeposit: completeDeposit,
|
|
481
481
|
CompleteWithdraw: completeWithdraw,
|
|
@@ -505,7 +505,7 @@ const withdraws = {
|
|
|
505
505
|
tableName: tableName$x
|
|
506
506
|
};
|
|
507
507
|
|
|
508
|
-
const index$
|
|
508
|
+
const index$w = {
|
|
509
509
|
__proto__: null,
|
|
510
510
|
Deposits: deposits,
|
|
511
511
|
Withdraws: withdraws
|
|
@@ -517,101 +517,101 @@ const gateway = {
|
|
|
517
517
|
|
|
518
518
|
const contractName$7 = _gateway;
|
|
519
519
|
|
|
520
|
-
const index$
|
|
520
|
+
const index$v = {
|
|
521
521
|
__proto__: null,
|
|
522
|
-
Actions: index$
|
|
522
|
+
Actions: index$x,
|
|
523
523
|
Interfaces: gateway,
|
|
524
|
-
Tables: index$
|
|
524
|
+
Tables: index$w,
|
|
525
525
|
contractName: contractName$7
|
|
526
526
|
};
|
|
527
527
|
|
|
528
|
-
const authorizations$
|
|
529
|
-
const actionName$
|
|
528
|
+
const authorizations$1Q = [{ permissions: [active], actor: _system }];
|
|
529
|
+
const actionName$1Q = "verificate";
|
|
530
530
|
|
|
531
531
|
const verificateAccount = {
|
|
532
532
|
__proto__: null,
|
|
533
|
-
actionName: actionName$
|
|
534
|
-
authorizations: authorizations$
|
|
533
|
+
actionName: actionName$1Q,
|
|
534
|
+
authorizations: authorizations$1Q
|
|
535
535
|
};
|
|
536
536
|
|
|
537
|
-
const authorizations$
|
|
538
|
-
const actionName$
|
|
537
|
+
const authorizations$1P = [{ permissions: [active], actor: _username }];
|
|
538
|
+
const actionName$1P = "update";
|
|
539
539
|
|
|
540
540
|
const updateAccount = {
|
|
541
541
|
__proto__: null,
|
|
542
|
-
actionName: actionName$
|
|
543
|
-
authorizations: authorizations$
|
|
542
|
+
actionName: actionName$1P,
|
|
543
|
+
authorizations: authorizations$1P
|
|
544
544
|
};
|
|
545
545
|
|
|
546
|
-
const authorizations$
|
|
547
|
-
const actionName$
|
|
546
|
+
const authorizations$1O = [{ permissions: [active, special], actor: _admin }];
|
|
547
|
+
const actionName$1O = "newaccount";
|
|
548
548
|
|
|
549
549
|
const createAccount$1 = {
|
|
550
550
|
__proto__: null,
|
|
551
|
-
actionName: actionName$
|
|
552
|
-
authorizations: authorizations$
|
|
551
|
+
actionName: actionName$1O,
|
|
552
|
+
authorizations: authorizations$1O
|
|
553
553
|
};
|
|
554
554
|
|
|
555
|
-
const authorizations$
|
|
556
|
-
const actionName$
|
|
555
|
+
const authorizations$1N = [{ permissions: [active, special], actor: _admin }];
|
|
556
|
+
const actionName$1N = "reguser";
|
|
557
557
|
|
|
558
558
|
const registerUser = {
|
|
559
559
|
__proto__: null,
|
|
560
|
-
actionName: actionName$
|
|
561
|
-
authorizations: authorizations$
|
|
560
|
+
actionName: actionName$1N,
|
|
561
|
+
authorizations: authorizations$1N
|
|
562
562
|
};
|
|
563
563
|
|
|
564
|
-
const authorizations$
|
|
565
|
-
const actionName$
|
|
564
|
+
const authorizations$1M = [{ permissions: [active, special], actor: _admin }];
|
|
565
|
+
const actionName$1M = "regorg";
|
|
566
566
|
|
|
567
567
|
const registerOrganization = {
|
|
568
568
|
__proto__: null,
|
|
569
|
-
actionName: actionName$
|
|
570
|
-
authorizations: authorizations$
|
|
569
|
+
actionName: actionName$1M,
|
|
570
|
+
authorizations: authorizations$1M
|
|
571
571
|
};
|
|
572
572
|
|
|
573
|
-
const authorizations$
|
|
574
|
-
const actionName$
|
|
573
|
+
const authorizations$1L = [{ permissions: [active], actor: _system }];
|
|
574
|
+
const actionName$1L = "changekey";
|
|
575
575
|
|
|
576
576
|
const changeKey = {
|
|
577
577
|
__proto__: null,
|
|
578
|
-
actionName: actionName$
|
|
579
|
-
authorizations: authorizations$
|
|
578
|
+
actionName: actionName$1L,
|
|
579
|
+
authorizations: authorizations$1L
|
|
580
580
|
};
|
|
581
581
|
|
|
582
|
-
const authorizations$
|
|
583
|
-
const actionName$
|
|
582
|
+
const authorizations$1K = [{ permissions: [active, special], actor: _admin }, { permissions: [active], actor: _username }];
|
|
583
|
+
const actionName$1K = "joincoop";
|
|
584
584
|
|
|
585
585
|
const joinCooperative = {
|
|
586
586
|
__proto__: null,
|
|
587
|
-
actionName: actionName$
|
|
588
|
-
authorizations: authorizations$
|
|
587
|
+
actionName: actionName$1K,
|
|
588
|
+
authorizations: authorizations$1K
|
|
589
589
|
};
|
|
590
590
|
|
|
591
|
-
const authorizations$
|
|
592
|
-
const actionName$
|
|
591
|
+
const authorizations$1J = [{ permissions: [active], actor: _soviet }];
|
|
592
|
+
const actionName$1J = "confirmreg";
|
|
593
593
|
|
|
594
594
|
const confirmJoin = {
|
|
595
595
|
__proto__: null,
|
|
596
|
-
actionName: actionName$
|
|
597
|
-
authorizations: authorizations$
|
|
596
|
+
actionName: actionName$1J,
|
|
597
|
+
authorizations: authorizations$1J
|
|
598
598
|
};
|
|
599
599
|
|
|
600
|
-
const authorizations$
|
|
601
|
-
const actionName$
|
|
600
|
+
const authorizations$1I = [{ permissions: [active], actor: _system }];
|
|
601
|
+
const actionName$1I = "init";
|
|
602
602
|
|
|
603
|
-
const init$
|
|
603
|
+
const init$2 = {
|
|
604
604
|
__proto__: null,
|
|
605
|
-
actionName: actionName$
|
|
606
|
-
authorizations: authorizations$
|
|
605
|
+
actionName: actionName$1I,
|
|
606
|
+
authorizations: authorizations$1I
|
|
607
607
|
};
|
|
608
608
|
|
|
609
|
-
const index$
|
|
609
|
+
const index$u = {
|
|
610
610
|
__proto__: null,
|
|
611
611
|
ChangeKey: changeKey,
|
|
612
612
|
ConfirmJoin: confirmJoin,
|
|
613
613
|
CreateAccount: createAccount$1,
|
|
614
|
-
Init: init$
|
|
614
|
+
Init: init$2,
|
|
615
615
|
JoinCooperative: joinCooperative,
|
|
616
616
|
RegisterOrganization: registerOrganization,
|
|
617
617
|
RegisterUser: registerUser,
|
|
@@ -637,7 +637,7 @@ const organizations = {
|
|
|
637
637
|
tableName: tableName$v
|
|
638
638
|
};
|
|
639
639
|
|
|
640
|
-
const index$
|
|
640
|
+
const index$t = {
|
|
641
641
|
__proto__: null,
|
|
642
642
|
Accounts: accounts,
|
|
643
643
|
Organizations: organizations
|
|
@@ -649,69 +649,69 @@ const registrator = {
|
|
|
649
649
|
|
|
650
650
|
const contractName$6 = _registrator;
|
|
651
651
|
|
|
652
|
-
const index$
|
|
652
|
+
const index$s = {
|
|
653
653
|
__proto__: null,
|
|
654
|
-
Actions: index$
|
|
654
|
+
Actions: index$u,
|
|
655
655
|
Interfaces: registrator,
|
|
656
|
-
Tables: index$
|
|
656
|
+
Tables: index$t,
|
|
657
657
|
contractName: contractName$6
|
|
658
658
|
};
|
|
659
659
|
|
|
660
|
-
const authorizations$
|
|
661
|
-
const actionName$
|
|
660
|
+
const authorizations$1H = [{ permissions: [active], actor: _username }];
|
|
661
|
+
const actionName$1H = "transfer";
|
|
662
662
|
|
|
663
663
|
const transfer = {
|
|
664
664
|
__proto__: null,
|
|
665
|
-
actionName: actionName$
|
|
666
|
-
authorizations: authorizations$
|
|
665
|
+
actionName: actionName$1H,
|
|
666
|
+
authorizations: authorizations$1H
|
|
667
667
|
};
|
|
668
668
|
|
|
669
|
-
const authorizations$
|
|
670
|
-
const actionName$
|
|
669
|
+
const authorizations$1G = [{ permissions: [active], actor: _username }];
|
|
670
|
+
const actionName$1G = "open";
|
|
671
671
|
|
|
672
672
|
const open = {
|
|
673
673
|
__proto__: null,
|
|
674
|
-
actionName: actionName$
|
|
675
|
-
authorizations: authorizations$
|
|
674
|
+
actionName: actionName$1G,
|
|
675
|
+
authorizations: authorizations$1G
|
|
676
676
|
};
|
|
677
677
|
|
|
678
|
-
const authorizations$
|
|
679
|
-
const actionName$
|
|
678
|
+
const authorizations$1F = [{ permissions: [active], actor: _username }];
|
|
679
|
+
const actionName$1F = "close";
|
|
680
680
|
|
|
681
681
|
const close = {
|
|
682
682
|
__proto__: null,
|
|
683
|
-
actionName: actionName$
|
|
684
|
-
authorizations: authorizations$
|
|
683
|
+
actionName: actionName$1F,
|
|
684
|
+
authorizations: authorizations$1F
|
|
685
685
|
};
|
|
686
686
|
|
|
687
|
-
const authorizations$
|
|
688
|
-
const actionName$
|
|
687
|
+
const authorizations$1E = [{ permissions: [active], actor: _system$1 }];
|
|
688
|
+
const actionName$1E = "create";
|
|
689
689
|
|
|
690
690
|
const create = {
|
|
691
691
|
__proto__: null,
|
|
692
|
-
actionName: actionName$
|
|
693
|
-
authorizations: authorizations$
|
|
692
|
+
actionName: actionName$1E,
|
|
693
|
+
authorizations: authorizations$1E
|
|
694
694
|
};
|
|
695
695
|
|
|
696
|
-
const authorizations$
|
|
697
|
-
const actionName$
|
|
696
|
+
const authorizations$1D = [{ permissions: [active], actor: "currencyStats.issuer" }];
|
|
697
|
+
const actionName$1D = "issue";
|
|
698
698
|
|
|
699
699
|
const issue = {
|
|
700
700
|
__proto__: null,
|
|
701
|
-
actionName: actionName$
|
|
702
|
-
authorizations: authorizations$
|
|
701
|
+
actionName: actionName$1D,
|
|
702
|
+
authorizations: authorizations$1D
|
|
703
703
|
};
|
|
704
704
|
|
|
705
|
-
const authorizations$
|
|
706
|
-
const actionName$
|
|
705
|
+
const authorizations$1C = [{ permissions: [active], actor: "currencyStats.issuer" }];
|
|
706
|
+
const actionName$1C = "retire";
|
|
707
707
|
|
|
708
708
|
const retire = {
|
|
709
709
|
__proto__: null,
|
|
710
|
-
actionName: actionName$
|
|
711
|
-
authorizations: authorizations$
|
|
710
|
+
actionName: actionName$1C,
|
|
711
|
+
authorizations: authorizations$1C
|
|
712
712
|
};
|
|
713
713
|
|
|
714
|
-
const index$
|
|
714
|
+
const index$r = {
|
|
715
715
|
__proto__: null,
|
|
716
716
|
Close: close,
|
|
717
717
|
Create: create,
|
|
@@ -739,7 +739,7 @@ const currencyStats = {
|
|
|
739
739
|
tableName: tableName$t
|
|
740
740
|
};
|
|
741
741
|
|
|
742
|
-
const index$
|
|
742
|
+
const index$q = {
|
|
743
743
|
__proto__: null,
|
|
744
744
|
AccountBalance: accountBalance,
|
|
745
745
|
CurrencyStats: currencyStats
|
|
@@ -751,69 +751,69 @@ const token = {
|
|
|
751
751
|
|
|
752
752
|
const contractName$5 = _token;
|
|
753
753
|
|
|
754
|
-
const index$
|
|
754
|
+
const index$p = {
|
|
755
755
|
__proto__: null,
|
|
756
|
-
Actions: index$
|
|
756
|
+
Actions: index$r,
|
|
757
757
|
Interfaces: token,
|
|
758
|
-
Tables: index$
|
|
758
|
+
Tables: index$q,
|
|
759
759
|
contractName: contractName$5
|
|
760
760
|
};
|
|
761
761
|
|
|
762
|
-
const authorizations$
|
|
763
|
-
const actionName$
|
|
762
|
+
const authorizations$1B = [{ permissions: [active], actor: _soviet }];
|
|
763
|
+
const actionName$1B = "newsubmitted";
|
|
764
764
|
|
|
765
765
|
const newsubmitted = {
|
|
766
766
|
__proto__: null,
|
|
767
|
-
actionName: actionName$
|
|
768
|
-
authorizations: authorizations$
|
|
767
|
+
actionName: actionName$1B,
|
|
768
|
+
authorizations: authorizations$1B
|
|
769
769
|
};
|
|
770
770
|
|
|
771
|
-
const authorizations$
|
|
772
|
-
const actionName$
|
|
771
|
+
const authorizations$1A = [{ permissions: [active], actor: _soviet }];
|
|
772
|
+
const actionName$1A = "newbatch";
|
|
773
773
|
|
|
774
774
|
const newbatch = {
|
|
775
775
|
__proto__: null,
|
|
776
|
-
actionName: actionName$
|
|
777
|
-
authorizations: authorizations$
|
|
776
|
+
actionName: actionName$1A,
|
|
777
|
+
authorizations: authorizations$1A
|
|
778
778
|
};
|
|
779
779
|
|
|
780
|
-
const authorizations$
|
|
781
|
-
const actionName$
|
|
780
|
+
const authorizations$1z = [{ permissions: [active], actor: _soviet }];
|
|
781
|
+
const actionName$1z = "newresolved";
|
|
782
782
|
|
|
783
783
|
const newresolved = {
|
|
784
784
|
__proto__: null,
|
|
785
|
-
actionName: actionName$
|
|
786
|
-
authorizations: authorizations$
|
|
785
|
+
actionName: actionName$1z,
|
|
786
|
+
authorizations: authorizations$1z
|
|
787
787
|
};
|
|
788
788
|
|
|
789
|
-
const authorizations$
|
|
790
|
-
const actionName$
|
|
789
|
+
const authorizations$1y = [{ permissions: [active], actor: _soviet }];
|
|
790
|
+
const actionName$1y = "newact";
|
|
791
791
|
|
|
792
792
|
const newact = {
|
|
793
793
|
__proto__: null,
|
|
794
|
-
actionName: actionName$
|
|
795
|
-
authorizations: authorizations$
|
|
794
|
+
actionName: actionName$1y,
|
|
795
|
+
authorizations: authorizations$1y
|
|
796
796
|
};
|
|
797
797
|
|
|
798
|
-
const authorizations$
|
|
799
|
-
const actionName$
|
|
798
|
+
const authorizations$1x = [{ permissions: [active], actor: _soviet }];
|
|
799
|
+
const actionName$1x = "newdecision";
|
|
800
800
|
|
|
801
801
|
const newdecision = {
|
|
802
802
|
__proto__: null,
|
|
803
|
-
actionName: actionName$
|
|
804
|
-
authorizations: authorizations$
|
|
803
|
+
actionName: actionName$1x,
|
|
804
|
+
authorizations: authorizations$1x
|
|
805
805
|
};
|
|
806
806
|
|
|
807
|
-
const authorizations$
|
|
808
|
-
const actionName$
|
|
807
|
+
const authorizations$1w = [{ permissions: [active], actor: _soviet }];
|
|
808
|
+
const actionName$1w = "newprogram";
|
|
809
809
|
|
|
810
810
|
const newprogram = {
|
|
811
811
|
__proto__: null,
|
|
812
|
-
actionName: actionName$
|
|
813
|
-
authorizations: authorizations$
|
|
812
|
+
actionName: actionName$1w,
|
|
813
|
+
authorizations: authorizations$1w
|
|
814
814
|
};
|
|
815
815
|
|
|
816
|
-
const index$
|
|
816
|
+
const index$o = {
|
|
817
817
|
__proto__: null,
|
|
818
818
|
NewAct: newact,
|
|
819
819
|
NewBatch: newbatch,
|
|
@@ -823,117 +823,117 @@ const index$n = {
|
|
|
823
823
|
NewSubmitted: newsubmitted
|
|
824
824
|
};
|
|
825
825
|
|
|
826
|
-
const authorizations$
|
|
827
|
-
const actionName$
|
|
826
|
+
const authorizations$1v = [{ permissions: [active], actor: _chairman }];
|
|
827
|
+
const actionName$1v = "creaddress";
|
|
828
828
|
|
|
829
829
|
const createAddress = {
|
|
830
830
|
__proto__: null,
|
|
831
|
-
actionName: actionName$
|
|
832
|
-
authorizations: authorizations$
|
|
831
|
+
actionName: actionName$1v,
|
|
832
|
+
authorizations: authorizations$1v
|
|
833
833
|
};
|
|
834
834
|
|
|
835
|
-
const authorizations$
|
|
836
|
-
const actionName$
|
|
835
|
+
const authorizations$1u = [{ permissions: [active], actor: _chairman }];
|
|
836
|
+
const actionName$1u = "deladdress";
|
|
837
837
|
|
|
838
838
|
const deleteAddress = {
|
|
839
839
|
__proto__: null,
|
|
840
|
-
actionName: actionName$
|
|
841
|
-
authorizations: authorizations$
|
|
840
|
+
actionName: actionName$1u,
|
|
841
|
+
authorizations: authorizations$1u
|
|
842
842
|
};
|
|
843
843
|
|
|
844
|
-
const authorizations$
|
|
845
|
-
const actionName$
|
|
844
|
+
const authorizations$1t = [{ permissions: [active], actor: _chairman }];
|
|
845
|
+
const actionName$1t = "editaddress";
|
|
846
846
|
|
|
847
847
|
const editAddress = {
|
|
848
848
|
__proto__: null,
|
|
849
|
-
actionName: actionName$
|
|
850
|
-
authorizations: authorizations$
|
|
849
|
+
actionName: actionName$1t,
|
|
850
|
+
authorizations: authorizations$1t
|
|
851
851
|
};
|
|
852
852
|
|
|
853
|
-
const index$
|
|
853
|
+
const index$n = {
|
|
854
854
|
__proto__: null,
|
|
855
855
|
CreateAddress: createAddress,
|
|
856
856
|
DeleteAddress: deleteAddress,
|
|
857
857
|
EditAddress: editAddress
|
|
858
858
|
};
|
|
859
859
|
|
|
860
|
-
const authorizations$
|
|
860
|
+
const authorizations$1s = [
|
|
861
861
|
{ permissions: [active], actor: _soviet },
|
|
862
862
|
{ permissions: [active], actor: _gateway },
|
|
863
863
|
{ permissions: [active], actor: _marketplace }
|
|
864
864
|
];
|
|
865
|
-
const actionName$
|
|
865
|
+
const actionName$1s = "addbalance";
|
|
866
866
|
|
|
867
867
|
const addBalance = {
|
|
868
868
|
__proto__: null,
|
|
869
|
-
actionName: actionName$
|
|
870
|
-
authorizations: authorizations$
|
|
869
|
+
actionName: actionName$1s,
|
|
870
|
+
authorizations: authorizations$1s
|
|
871
871
|
};
|
|
872
872
|
|
|
873
|
-
const authorizations$
|
|
873
|
+
const authorizations$1r = [
|
|
874
874
|
{ permissions: [active], actor: _soviet },
|
|
875
875
|
{ permissions: [active], actor: _gateway },
|
|
876
876
|
{ permissions: [active], actor: _marketplace }
|
|
877
877
|
];
|
|
878
|
-
const actionName$
|
|
878
|
+
const actionName$1r = "subbalance";
|
|
879
879
|
|
|
880
880
|
const subBalance = {
|
|
881
881
|
__proto__: null,
|
|
882
|
-
actionName: actionName$
|
|
883
|
-
authorizations: authorizations$
|
|
882
|
+
actionName: actionName$1r,
|
|
883
|
+
authorizations: authorizations$1r
|
|
884
884
|
};
|
|
885
885
|
|
|
886
|
-
const authorizations$
|
|
886
|
+
const authorizations$1q = [
|
|
887
887
|
{ permissions: [active], actor: _soviet },
|
|
888
888
|
{ permissions: [active], actor: _gateway },
|
|
889
889
|
{ permissions: [active], actor: _marketplace }
|
|
890
890
|
];
|
|
891
|
-
const actionName$
|
|
891
|
+
const actionName$1q = "blockbal";
|
|
892
892
|
|
|
893
893
|
const blockBalance = {
|
|
894
894
|
__proto__: null,
|
|
895
|
-
actionName: actionName$
|
|
896
|
-
authorizations: authorizations$
|
|
895
|
+
actionName: actionName$1q,
|
|
896
|
+
authorizations: authorizations$1q
|
|
897
897
|
};
|
|
898
898
|
|
|
899
|
-
const authorizations$
|
|
899
|
+
const authorizations$1p = [
|
|
900
900
|
{ permissions: [active], actor: _soviet },
|
|
901
901
|
{ permissions: [active], actor: _gateway },
|
|
902
902
|
{ permissions: [active], actor: _marketplace }
|
|
903
903
|
];
|
|
904
|
-
const actionName$
|
|
904
|
+
const actionName$1p = "unblockbal";
|
|
905
905
|
|
|
906
906
|
const unblockBalance = {
|
|
907
907
|
__proto__: null,
|
|
908
|
-
actionName: actionName$
|
|
909
|
-
authorizations: authorizations$
|
|
908
|
+
actionName: actionName$1p,
|
|
909
|
+
authorizations: authorizations$1p
|
|
910
910
|
};
|
|
911
911
|
|
|
912
|
-
const authorizations$
|
|
912
|
+
const authorizations$1o = [
|
|
913
913
|
{ permissions: [active], actor: _soviet },
|
|
914
914
|
{ permissions: [active], actor: _marketplace }
|
|
915
915
|
];
|
|
916
|
-
const actionName$
|
|
916
|
+
const actionName$1o = "addprogbal";
|
|
917
917
|
|
|
918
918
|
const addProgramBalance = {
|
|
919
919
|
__proto__: null,
|
|
920
|
-
actionName: actionName$
|
|
921
|
-
authorizations: authorizations$
|
|
920
|
+
actionName: actionName$1o,
|
|
921
|
+
authorizations: authorizations$1o
|
|
922
922
|
};
|
|
923
923
|
|
|
924
|
-
const authorizations$
|
|
924
|
+
const authorizations$1n = [
|
|
925
925
|
{ permissions: [active], actor: _soviet },
|
|
926
926
|
{ permissions: [active], actor: _marketplace }
|
|
927
927
|
];
|
|
928
|
-
const actionName$
|
|
928
|
+
const actionName$1n = "subprogbal";
|
|
929
929
|
|
|
930
930
|
const subProgramBalance = {
|
|
931
931
|
__proto__: null,
|
|
932
|
-
actionName: actionName$
|
|
933
|
-
authorizations: authorizations$
|
|
932
|
+
actionName: actionName$1n,
|
|
933
|
+
authorizations: authorizations$1n
|
|
934
934
|
};
|
|
935
935
|
|
|
936
|
-
const index$
|
|
936
|
+
const index$m = {
|
|
937
937
|
__proto__: null,
|
|
938
938
|
AddBalance: addBalance,
|
|
939
939
|
AddProgramBalance: addProgramBalance,
|
|
@@ -943,190 +943,190 @@ const index$l = {
|
|
|
943
943
|
UnblockBalance: unblockBalance
|
|
944
944
|
};
|
|
945
945
|
|
|
946
|
-
const authorizations$
|
|
946
|
+
const authorizations$1m = [
|
|
947
947
|
{ permissions: [active], actor: _chairman }
|
|
948
948
|
];
|
|
949
|
-
const actionName$
|
|
949
|
+
const actionName$1m = "createprog";
|
|
950
950
|
|
|
951
951
|
const createMarketProgram = {
|
|
952
952
|
__proto__: null,
|
|
953
|
-
actionName: actionName$
|
|
954
|
-
authorizations: authorizations$
|
|
953
|
+
actionName: actionName$1m,
|
|
954
|
+
authorizations: authorizations$1m
|
|
955
955
|
};
|
|
956
956
|
|
|
957
|
-
const authorizations$
|
|
957
|
+
const authorizations$1l = [
|
|
958
958
|
{ permissions: [active], actor: _chairman }
|
|
959
959
|
];
|
|
960
|
-
const actionName$
|
|
960
|
+
const actionName$1l = "editprog";
|
|
961
961
|
|
|
962
962
|
const editMarketProgram = {
|
|
963
963
|
__proto__: null,
|
|
964
|
-
actionName: actionName$
|
|
965
|
-
authorizations: authorizations$
|
|
964
|
+
actionName: actionName$1l,
|
|
965
|
+
authorizations: authorizations$1l
|
|
966
966
|
};
|
|
967
967
|
|
|
968
|
-
const authorizations$
|
|
968
|
+
const authorizations$1k = [
|
|
969
969
|
{ permissions: [active], actor: _chairman }
|
|
970
970
|
];
|
|
971
|
-
const actionName$
|
|
971
|
+
const actionName$1k = "disableprog";
|
|
972
972
|
|
|
973
973
|
const disableMarketProgram = {
|
|
974
974
|
__proto__: null,
|
|
975
|
-
actionName: actionName$
|
|
976
|
-
authorizations: authorizations$
|
|
975
|
+
actionName: actionName$1k,
|
|
976
|
+
authorizations: authorizations$1k
|
|
977
977
|
};
|
|
978
978
|
|
|
979
|
-
const index$
|
|
979
|
+
const index$l = {
|
|
980
980
|
__proto__: null,
|
|
981
981
|
CreateMarketProgram: createMarketProgram,
|
|
982
982
|
DisableMarketProgram: disableMarketProgram,
|
|
983
983
|
EditMarketProgram: editMarketProgram
|
|
984
984
|
};
|
|
985
985
|
|
|
986
|
-
const authorizations$
|
|
986
|
+
const authorizations$1j = [
|
|
987
987
|
{ permissions: [active], actor: _member }
|
|
988
988
|
];
|
|
989
|
-
const actionName$
|
|
989
|
+
const actionName$1j = "voteagainst";
|
|
990
990
|
|
|
991
991
|
const voteAgainst = {
|
|
992
992
|
__proto__: null,
|
|
993
|
-
actionName: actionName$
|
|
994
|
-
authorizations: authorizations$
|
|
993
|
+
actionName: actionName$1j,
|
|
994
|
+
authorizations: authorizations$1j
|
|
995
995
|
};
|
|
996
996
|
|
|
997
|
-
const authorizations$
|
|
997
|
+
const authorizations$1i = [
|
|
998
998
|
{ permissions: [active], actor: _member }
|
|
999
999
|
];
|
|
1000
|
-
const actionName$
|
|
1000
|
+
const actionName$1i = "votefor";
|
|
1001
1001
|
|
|
1002
1002
|
const voteFor = {
|
|
1003
1003
|
__proto__: null,
|
|
1004
|
-
actionName: actionName$
|
|
1005
|
-
authorizations: authorizations$
|
|
1004
|
+
actionName: actionName$1i,
|
|
1005
|
+
authorizations: authorizations$1i
|
|
1006
1006
|
};
|
|
1007
1007
|
|
|
1008
|
-
const authorizations$
|
|
1008
|
+
const authorizations$1h = [
|
|
1009
1009
|
{ permissions: [active], actor: _member }
|
|
1010
1010
|
];
|
|
1011
|
-
const actionName$
|
|
1011
|
+
const actionName$1h = "cancelvote";
|
|
1012
1012
|
|
|
1013
1013
|
const cancelVote = {
|
|
1014
1014
|
__proto__: null,
|
|
1015
|
-
actionName: actionName$
|
|
1016
|
-
authorizations: authorizations$
|
|
1015
|
+
actionName: actionName$1h,
|
|
1016
|
+
authorizations: authorizations$1h
|
|
1017
1017
|
};
|
|
1018
1018
|
|
|
1019
|
-
const authorizations$
|
|
1019
|
+
const authorizations$1g = [
|
|
1020
1020
|
{ permissions: [active], actor: _chairman }
|
|
1021
1021
|
];
|
|
1022
|
-
const actionName$
|
|
1022
|
+
const actionName$1g = "authorize";
|
|
1023
1023
|
|
|
1024
1024
|
const authorize$1 = {
|
|
1025
1025
|
__proto__: null,
|
|
1026
|
-
actionName: actionName$
|
|
1027
|
-
authorizations: authorizations$
|
|
1026
|
+
actionName: actionName$1g,
|
|
1027
|
+
authorizations: authorizations$1g
|
|
1028
1028
|
};
|
|
1029
1029
|
|
|
1030
|
-
const authorizations$
|
|
1030
|
+
const authorizations$1f = [
|
|
1031
1031
|
{ permissions: [active], actor: _username }
|
|
1032
1032
|
];
|
|
1033
|
-
const actionName$
|
|
1033
|
+
const actionName$1f = "exec";
|
|
1034
1034
|
|
|
1035
1035
|
const exec$1 = {
|
|
1036
1036
|
__proto__: null,
|
|
1037
|
-
actionName: actionName$
|
|
1038
|
-
authorizations: authorizations$
|
|
1037
|
+
actionName: actionName$1f,
|
|
1038
|
+
authorizations: authorizations$1f
|
|
1039
1039
|
};
|
|
1040
1040
|
|
|
1041
|
-
const authorizations$
|
|
1041
|
+
const authorizations$1e = [
|
|
1042
1042
|
{ permissions: [active], actor: _marketplace }
|
|
1043
1043
|
];
|
|
1044
|
-
const actionName$
|
|
1044
|
+
const actionName$1e = "change";
|
|
1045
1045
|
|
|
1046
1046
|
const marketDecision = {
|
|
1047
1047
|
__proto__: null,
|
|
1048
|
-
actionName: actionName$
|
|
1049
|
-
authorizations: authorizations$
|
|
1048
|
+
actionName: actionName$1e,
|
|
1049
|
+
authorizations: authorizations$1e
|
|
1050
1050
|
};
|
|
1051
1051
|
|
|
1052
|
-
const authorizations$
|
|
1052
|
+
const authorizations$1d = [
|
|
1053
1053
|
{ permissions: [active], actor: _gateway }
|
|
1054
1054
|
];
|
|
1055
|
-
const actionName$
|
|
1055
|
+
const actionName$1d = "withdraw";
|
|
1056
1056
|
|
|
1057
1057
|
const withdrawDecision = {
|
|
1058
1058
|
__proto__: null,
|
|
1059
|
-
actionName: actionName$
|
|
1060
|
-
authorizations: authorizations$
|
|
1059
|
+
actionName: actionName$1d,
|
|
1060
|
+
authorizations: authorizations$1d
|
|
1061
1061
|
};
|
|
1062
1062
|
|
|
1063
|
-
const authorizations$
|
|
1063
|
+
const authorizations$1c = [
|
|
1064
1064
|
{ permissions: [active], actor: _fund }
|
|
1065
1065
|
];
|
|
1066
|
-
const actionName$
|
|
1066
|
+
const actionName$1c = "fundwithdraw";
|
|
1067
1067
|
|
|
1068
1068
|
const fundWithdrawDecision = {
|
|
1069
1069
|
__proto__: null,
|
|
1070
|
-
actionName: actionName$
|
|
1071
|
-
authorizations: authorizations$
|
|
1070
|
+
actionName: actionName$1c,
|
|
1071
|
+
authorizations: authorizations$1c
|
|
1072
1072
|
};
|
|
1073
1073
|
|
|
1074
|
-
const authorizations$
|
|
1074
|
+
const authorizations$1b = [
|
|
1075
1075
|
{ permissions: [active], actor: _registrator }
|
|
1076
1076
|
];
|
|
1077
|
-
const actionName$
|
|
1077
|
+
const actionName$1b = "joincoop";
|
|
1078
1078
|
|
|
1079
1079
|
const joinCoopDecision = {
|
|
1080
1080
|
__proto__: null,
|
|
1081
|
-
actionName: actionName$
|
|
1082
|
-
authorizations: authorizations$
|
|
1081
|
+
actionName: actionName$1b,
|
|
1082
|
+
authorizations: authorizations$1b
|
|
1083
1083
|
};
|
|
1084
1084
|
|
|
1085
|
-
const authorizations$
|
|
1085
|
+
const authorizations$1a = [
|
|
1086
1086
|
{ permissions: [active], actor: _marketplace }
|
|
1087
1087
|
];
|
|
1088
|
-
const actionName$
|
|
1088
|
+
const actionName$1a = "recieved";
|
|
1089
1089
|
|
|
1090
1090
|
const productRecieved = {
|
|
1091
1091
|
__proto__: null,
|
|
1092
|
-
actionName: actionName$
|
|
1093
|
-
authorizations: authorizations$
|
|
1092
|
+
actionName: actionName$1a,
|
|
1093
|
+
authorizations: authorizations$1a
|
|
1094
1094
|
};
|
|
1095
1095
|
|
|
1096
|
-
const authorizations$
|
|
1096
|
+
const authorizations$19 = [
|
|
1097
1097
|
{ permissions: [active, special], actor: _admin }
|
|
1098
1098
|
];
|
|
1099
|
-
const actionName$
|
|
1099
|
+
const actionName$19 = "validated";
|
|
1100
1100
|
|
|
1101
1101
|
const validate = {
|
|
1102
1102
|
__proto__: null,
|
|
1103
|
-
actionName: actionName$
|
|
1104
|
-
authorizations: authorizations$
|
|
1103
|
+
actionName: actionName$19,
|
|
1104
|
+
authorizations: authorizations$19
|
|
1105
1105
|
};
|
|
1106
1106
|
|
|
1107
|
-
const authorizations$
|
|
1107
|
+
const authorizations$18 = [
|
|
1108
1108
|
{ permissions: [active], actor: _member }
|
|
1109
1109
|
];
|
|
1110
|
-
const actionName$
|
|
1110
|
+
const actionName$18 = "automate";
|
|
1111
1111
|
|
|
1112
1112
|
const automate = {
|
|
1113
1113
|
__proto__: null,
|
|
1114
|
-
actionName: actionName$
|
|
1115
|
-
authorizations: authorizations$
|
|
1114
|
+
actionName: actionName$18,
|
|
1115
|
+
authorizations: authorizations$18
|
|
1116
1116
|
};
|
|
1117
1117
|
|
|
1118
|
-
const authorizations$
|
|
1118
|
+
const authorizations$17 = [
|
|
1119
1119
|
{ permissions: [active], actor: _member }
|
|
1120
1120
|
];
|
|
1121
|
-
const actionName$
|
|
1121
|
+
const actionName$17 = "disautomate";
|
|
1122
1122
|
|
|
1123
1123
|
const disautomate = {
|
|
1124
1124
|
__proto__: null,
|
|
1125
|
-
actionName: actionName$
|
|
1126
|
-
authorizations: authorizations$
|
|
1125
|
+
actionName: actionName$17,
|
|
1126
|
+
authorizations: authorizations$17
|
|
1127
1127
|
};
|
|
1128
1128
|
|
|
1129
|
-
const index$
|
|
1129
|
+
const index$k = {
|
|
1130
1130
|
__proto__: null,
|
|
1131
1131
|
Authorize: authorize$1,
|
|
1132
1132
|
Automate: automate,
|
|
@@ -1143,19 +1143,80 @@ const index$j = {
|
|
|
1143
1143
|
WithdrawDecision: withdrawDecision
|
|
1144
1144
|
};
|
|
1145
1145
|
|
|
1146
|
-
const authorizations$
|
|
1147
|
-
const actionName$
|
|
1146
|
+
const authorizations$16 = [{ permissions: [active], actor: _chairman }];
|
|
1147
|
+
const actionName$16 = "createboard";
|
|
1148
1148
|
|
|
1149
1149
|
const createBoard = {
|
|
1150
|
+
__proto__: null,
|
|
1151
|
+
actionName: actionName$16,
|
|
1152
|
+
authorizations: authorizations$16
|
|
1153
|
+
};
|
|
1154
|
+
|
|
1155
|
+
const authorizations$15 = [{ permissions: [active], actor: _chairman }];
|
|
1156
|
+
const actionName$15 = "updateboard";
|
|
1157
|
+
|
|
1158
|
+
const updateBoard = {
|
|
1159
|
+
__proto__: null,
|
|
1160
|
+
actionName: actionName$15,
|
|
1161
|
+
authorizations: authorizations$15
|
|
1162
|
+
};
|
|
1163
|
+
|
|
1164
|
+
const index$j = {
|
|
1165
|
+
__proto__: null,
|
|
1166
|
+
CreateBoard: createBoard,
|
|
1167
|
+
UpdateBoard: updateBoard
|
|
1168
|
+
};
|
|
1169
|
+
|
|
1170
|
+
const authorizations$14 = [
|
|
1171
|
+
{ permissions: [active], actor: _chairman }
|
|
1172
|
+
];
|
|
1173
|
+
const actionName$14 = "addstaff";
|
|
1174
|
+
|
|
1175
|
+
const addAdmin = {
|
|
1176
|
+
__proto__: null,
|
|
1177
|
+
actionName: actionName$14,
|
|
1178
|
+
authorizations: authorizations$14
|
|
1179
|
+
};
|
|
1180
|
+
|
|
1181
|
+
const authorizations$13 = [
|
|
1182
|
+
{ permissions: [active], actor: _chairman }
|
|
1183
|
+
];
|
|
1184
|
+
const actionName$13 = "rmstaff";
|
|
1185
|
+
|
|
1186
|
+
const deleteAdmin = {
|
|
1187
|
+
__proto__: null,
|
|
1188
|
+
actionName: actionName$13,
|
|
1189
|
+
authorizations: authorizations$13
|
|
1190
|
+
};
|
|
1191
|
+
|
|
1192
|
+
const authorizations$12 = [
|
|
1193
|
+
{ permissions: [active, special], actor: _admin }
|
|
1194
|
+
];
|
|
1195
|
+
const actionName$12 = "regpaid";
|
|
1196
|
+
|
|
1197
|
+
const registerPayment = {
|
|
1198
|
+
__proto__: null,
|
|
1199
|
+
actionName: actionName$12,
|
|
1200
|
+
authorizations: authorizations$12
|
|
1201
|
+
};
|
|
1202
|
+
|
|
1203
|
+
const authorizations$11 = [
|
|
1204
|
+
{ permissions: [active], actor: _chairman }
|
|
1205
|
+
];
|
|
1206
|
+
const actionName$11 = "setrights";
|
|
1207
|
+
|
|
1208
|
+
const setRights = {
|
|
1150
1209
|
__proto__: null,
|
|
1151
1210
|
actionName: actionName$11,
|
|
1152
1211
|
authorizations: authorizations$11
|
|
1153
1212
|
};
|
|
1154
1213
|
|
|
1155
|
-
const authorizations$10 = [
|
|
1156
|
-
|
|
1214
|
+
const authorizations$10 = [
|
|
1215
|
+
{ permissions: [active], actor: _system$1 }
|
|
1216
|
+
];
|
|
1217
|
+
const actionName$10 = "init";
|
|
1157
1218
|
|
|
1158
|
-
const
|
|
1219
|
+
const init$1 = {
|
|
1159
1220
|
__proto__: null,
|
|
1160
1221
|
actionName: actionName$10,
|
|
1161
1222
|
authorizations: authorizations$10
|
|
@@ -1163,18 +1224,22 @@ const updateBoard = {
|
|
|
1163
1224
|
|
|
1164
1225
|
const index$i = {
|
|
1165
1226
|
__proto__: null,
|
|
1166
|
-
|
|
1167
|
-
|
|
1227
|
+
AddAdmin: addAdmin,
|
|
1228
|
+
DeleteAdmin: deleteAdmin,
|
|
1229
|
+
Init: init$1,
|
|
1230
|
+
RegisterPayment: registerPayment,
|
|
1231
|
+
SetRights: setRights
|
|
1168
1232
|
};
|
|
1169
1233
|
|
|
1170
1234
|
const index$h = {
|
|
1171
1235
|
__proto__: null,
|
|
1172
|
-
Addresses: index$
|
|
1173
|
-
|
|
1174
|
-
|
|
1175
|
-
|
|
1176
|
-
|
|
1177
|
-
|
|
1236
|
+
Addresses: index$n,
|
|
1237
|
+
Admins: index$i,
|
|
1238
|
+
Boards: index$j,
|
|
1239
|
+
Decisions: index$k,
|
|
1240
|
+
Programs: index$l,
|
|
1241
|
+
Registry: index$o,
|
|
1242
|
+
Wallet: index$m
|
|
1178
1243
|
};
|
|
1179
1244
|
|
|
1180
1245
|
const tableName$s = "addresses";
|
|
@@ -2233,14 +2298,14 @@ const index = {
|
|
|
2233
2298
|
};
|
|
2234
2299
|
|
|
2235
2300
|
exports.Cooperative = index;
|
|
2236
|
-
exports.DraftContract = index$
|
|
2237
|
-
exports.FundContract = index$
|
|
2238
|
-
exports.GatewayContract = index$
|
|
2301
|
+
exports.DraftContract = index$B;
|
|
2302
|
+
exports.FundContract = index$y;
|
|
2303
|
+
exports.GatewayContract = index$v;
|
|
2239
2304
|
exports.MarketContract = index$c;
|
|
2240
2305
|
exports.MsigContract = index$9;
|
|
2241
|
-
exports.RegistratorContract = index$
|
|
2306
|
+
exports.RegistratorContract = index$s;
|
|
2242
2307
|
exports.SovietContract = index$f;
|
|
2243
2308
|
exports.SystemContract = index$4;
|
|
2244
|
-
exports.TokenContract = index$
|
|
2309
|
+
exports.TokenContract = index$p;
|
|
2245
2310
|
exports.WrapContract = index$7;
|
|
2246
|
-
exports._Common = index$
|
|
2311
|
+
exports._Common = index$E;
|