cooptypes 2.2.9 → 2.2.10
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 +1003 -873
- package/dist/index.d.cts +1319 -886
- package/dist/index.d.mts +1319 -886
- package/dist/index.d.ts +1319 -886
- package/dist/index.mjs +1003 -873
- package/package.json +2 -2
package/dist/index.cjs
CHANGED
|
@@ -107,58 +107,58 @@ const index$19 = {
|
|
|
107
107
|
Permissions: index$1a
|
|
108
108
|
};
|
|
109
109
|
|
|
110
|
-
const authorizations$
|
|
111
|
-
const actionName$
|
|
110
|
+
const authorizations$2$ = [{ permissions: [active], actor: _system }];
|
|
111
|
+
const actionName$2$ = "createdraft";
|
|
112
112
|
|
|
113
113
|
const createDraft = {
|
|
114
114
|
__proto__: null,
|
|
115
|
-
actionName: actionName$
|
|
116
|
-
authorizations: authorizations$
|
|
115
|
+
actionName: actionName$2$,
|
|
116
|
+
authorizations: authorizations$2$
|
|
117
117
|
};
|
|
118
118
|
|
|
119
|
-
const authorizations$
|
|
120
|
-
const actionName$
|
|
119
|
+
const authorizations$2_ = [{ permissions: [active], actor: _system }];
|
|
120
|
+
const actionName$2_ = "editdraft";
|
|
121
121
|
|
|
122
122
|
const editDraft = {
|
|
123
123
|
__proto__: null,
|
|
124
|
-
actionName: actionName$
|
|
125
|
-
authorizations: authorizations$
|
|
124
|
+
actionName: actionName$2_,
|
|
125
|
+
authorizations: authorizations$2_
|
|
126
126
|
};
|
|
127
127
|
|
|
128
|
-
const authorizations$
|
|
129
|
-
const actionName$
|
|
128
|
+
const authorizations$2Z = [{ permissions: [active], actor: _system }];
|
|
129
|
+
const actionName$2Z = "deldraft";
|
|
130
130
|
|
|
131
131
|
const deleteDraft = {
|
|
132
132
|
__proto__: null,
|
|
133
|
-
actionName: actionName$
|
|
134
|
-
authorizations: authorizations$
|
|
133
|
+
actionName: actionName$2Z,
|
|
134
|
+
authorizations: authorizations$2Z
|
|
135
135
|
};
|
|
136
136
|
|
|
137
|
-
const authorizations$
|
|
138
|
-
const actionName$
|
|
137
|
+
const authorizations$2Y = [{ permissions: [active], actor: _system }];
|
|
138
|
+
const actionName$2Y = "createtrans";
|
|
139
139
|
|
|
140
140
|
const createTranslation = {
|
|
141
141
|
__proto__: null,
|
|
142
|
-
actionName: actionName$
|
|
143
|
-
authorizations: authorizations$
|
|
142
|
+
actionName: actionName$2Y,
|
|
143
|
+
authorizations: authorizations$2Y
|
|
144
144
|
};
|
|
145
145
|
|
|
146
|
-
const authorizations$
|
|
147
|
-
const actionName$
|
|
146
|
+
const authorizations$2X = [{ permissions: [active], actor: _system }];
|
|
147
|
+
const actionName$2X = "edittrans";
|
|
148
148
|
|
|
149
149
|
const editTranslation = {
|
|
150
150
|
__proto__: null,
|
|
151
|
-
actionName: actionName$
|
|
152
|
-
authorizations: authorizations$
|
|
151
|
+
actionName: actionName$2X,
|
|
152
|
+
authorizations: authorizations$2X
|
|
153
153
|
};
|
|
154
154
|
|
|
155
|
-
const authorizations$
|
|
156
|
-
const actionName$
|
|
155
|
+
const authorizations$2W = [{ permissions: [active], actor: _draft }];
|
|
156
|
+
const actionName$2W = "newid";
|
|
157
157
|
|
|
158
158
|
const newId = {
|
|
159
159
|
__proto__: null,
|
|
160
|
-
actionName: actionName$
|
|
161
|
-
authorizations: authorizations$
|
|
160
|
+
actionName: actionName$2W,
|
|
161
|
+
authorizations: authorizations$2W
|
|
162
162
|
};
|
|
163
163
|
|
|
164
164
|
const index$18 = {
|
|
@@ -171,22 +171,22 @@ const index$18 = {
|
|
|
171
171
|
newId: newId
|
|
172
172
|
};
|
|
173
173
|
|
|
174
|
-
const tableName$
|
|
175
|
-
const scope$
|
|
174
|
+
const tableName$W = "drafts";
|
|
175
|
+
const scope$W = _contract;
|
|
176
176
|
|
|
177
177
|
const drafts = {
|
|
178
178
|
__proto__: null,
|
|
179
|
-
scope: scope$
|
|
180
|
-
tableName: tableName$
|
|
179
|
+
scope: scope$W,
|
|
180
|
+
tableName: tableName$W
|
|
181
181
|
};
|
|
182
182
|
|
|
183
|
-
const tableName$
|
|
184
|
-
const scope$
|
|
183
|
+
const tableName$V = "translations";
|
|
184
|
+
const scope$V = _contract;
|
|
185
185
|
|
|
186
186
|
const translations$m = {
|
|
187
187
|
__proto__: null,
|
|
188
|
-
scope: scope$
|
|
189
|
-
tableName: tableName$
|
|
188
|
+
scope: scope$V,
|
|
189
|
+
tableName: tableName$V
|
|
190
190
|
};
|
|
191
191
|
|
|
192
192
|
const index$17 = {
|
|
@@ -209,49 +209,49 @@ const index$16 = {
|
|
|
209
209
|
contractName: contractName$b
|
|
210
210
|
};
|
|
211
211
|
|
|
212
|
-
const authorizations$
|
|
213
|
-
const actionName$
|
|
212
|
+
const authorizations$2V = [{ permissions: [active], actor: _trustee }];
|
|
213
|
+
const actionName$2V = "addtrusted";
|
|
214
214
|
|
|
215
215
|
const addTrusted = {
|
|
216
216
|
__proto__: null,
|
|
217
|
-
actionName: actionName$
|
|
218
|
-
authorizations: authorizations$
|
|
217
|
+
actionName: actionName$2V,
|
|
218
|
+
authorizations: authorizations$2V
|
|
219
219
|
};
|
|
220
220
|
|
|
221
|
-
const authorizations$
|
|
222
|
-
const actionName$
|
|
221
|
+
const authorizations$2U = [{ permissions: [active], actor: _chairman }];
|
|
222
|
+
const actionName$2U = "createbranch";
|
|
223
223
|
|
|
224
224
|
const createBranch = {
|
|
225
225
|
__proto__: null,
|
|
226
|
-
actionName: actionName$
|
|
227
|
-
authorizations: authorizations$
|
|
226
|
+
actionName: actionName$2U,
|
|
227
|
+
authorizations: authorizations$2U
|
|
228
228
|
};
|
|
229
229
|
|
|
230
|
-
const authorizations$
|
|
231
|
-
const actionName$
|
|
230
|
+
const authorizations$2T = [{ permissions: [active], actor: _chairman }];
|
|
231
|
+
const actionName$2T = "deletebranch";
|
|
232
232
|
|
|
233
233
|
const deleteBranch = {
|
|
234
234
|
__proto__: null,
|
|
235
|
-
actionName: actionName$
|
|
236
|
-
authorizations: authorizations$
|
|
235
|
+
actionName: actionName$2T,
|
|
236
|
+
authorizations: authorizations$2T
|
|
237
237
|
};
|
|
238
238
|
|
|
239
|
-
const authorizations$
|
|
240
|
-
const actionName$
|
|
239
|
+
const authorizations$2S = [{ permissions: [active], actor: _trustee }];
|
|
240
|
+
const actionName$2S = "deltrusted";
|
|
241
241
|
|
|
242
242
|
const deleteTrusted = {
|
|
243
243
|
__proto__: null,
|
|
244
|
-
actionName: actionName$
|
|
245
|
-
authorizations: authorizations$
|
|
244
|
+
actionName: actionName$2S,
|
|
245
|
+
authorizations: authorizations$2S
|
|
246
246
|
};
|
|
247
247
|
|
|
248
|
-
const authorizations$
|
|
249
|
-
const actionName$
|
|
248
|
+
const authorizations$2R = [{ permissions: [active], actor: _chairman }];
|
|
249
|
+
const actionName$2R = "editbranch";
|
|
250
250
|
|
|
251
251
|
const editBranch = {
|
|
252
252
|
__proto__: null,
|
|
253
|
-
actionName: actionName$
|
|
254
|
-
authorizations: authorizations$
|
|
253
|
+
actionName: actionName$2R,
|
|
254
|
+
authorizations: authorizations$2R
|
|
255
255
|
};
|
|
256
256
|
|
|
257
257
|
const index$15 = {
|
|
@@ -263,22 +263,22 @@ const index$15 = {
|
|
|
263
263
|
EditBranch: editBranch
|
|
264
264
|
};
|
|
265
265
|
|
|
266
|
-
const tableName$
|
|
267
|
-
const scope$
|
|
266
|
+
const tableName$U = "branches";
|
|
267
|
+
const scope$U = _coopname;
|
|
268
268
|
|
|
269
269
|
const branches = {
|
|
270
270
|
__proto__: null,
|
|
271
|
-
scope: scope$
|
|
272
|
-
tableName: tableName$
|
|
271
|
+
scope: scope$U,
|
|
272
|
+
tableName: tableName$U
|
|
273
273
|
};
|
|
274
274
|
|
|
275
|
-
const tableName$
|
|
276
|
-
const scope$
|
|
275
|
+
const tableName$T = "branchstat";
|
|
276
|
+
const scope$T = _contract;
|
|
277
277
|
|
|
278
278
|
const branchStat = {
|
|
279
279
|
__proto__: null,
|
|
280
|
-
scope: scope$
|
|
281
|
-
tableName: tableName$
|
|
280
|
+
scope: scope$T,
|
|
281
|
+
tableName: tableName$T
|
|
282
282
|
};
|
|
283
283
|
|
|
284
284
|
const index$14 = {
|
|
@@ -301,143 +301,143 @@ const index$13 = {
|
|
|
301
301
|
contractName: contractName$a
|
|
302
302
|
};
|
|
303
303
|
|
|
304
|
-
const authorizations$
|
|
305
|
-
const actionName$
|
|
304
|
+
const authorizations$2Q = [{ permissions: [active], actor: _fund }];
|
|
305
|
+
const actionName$2Q = "addaccum";
|
|
306
306
|
|
|
307
307
|
const addAccumulation = {
|
|
308
308
|
__proto__: null,
|
|
309
|
-
actionName: actionName$
|
|
310
|
-
authorizations: authorizations$
|
|
309
|
+
actionName: actionName$2Q,
|
|
310
|
+
authorizations: authorizations$2Q
|
|
311
311
|
};
|
|
312
312
|
|
|
313
|
-
const authorizations$
|
|
314
|
-
const actionName$
|
|
313
|
+
const authorizations$2P = [{ permissions: [active], actor: _fund }];
|
|
314
|
+
const actionName$2P = "subaccum";
|
|
315
315
|
|
|
316
316
|
const subAccumulation = {
|
|
317
317
|
__proto__: null,
|
|
318
|
-
actionName: actionName$
|
|
319
|
-
authorizations: authorizations$
|
|
318
|
+
actionName: actionName$2P,
|
|
319
|
+
authorizations: authorizations$2P
|
|
320
320
|
};
|
|
321
321
|
|
|
322
|
-
const authorizations$
|
|
323
|
-
const actionName$
|
|
322
|
+
const authorizations$2O = [{ permissions: [active], actor: _gateway }];
|
|
323
|
+
const actionName$2O = "addcirculate";
|
|
324
324
|
|
|
325
325
|
const addCirculation = {
|
|
326
326
|
__proto__: null,
|
|
327
|
-
actionName: actionName$
|
|
328
|
-
authorizations: authorizations$
|
|
327
|
+
actionName: actionName$2O,
|
|
328
|
+
authorizations: authorizations$2O
|
|
329
329
|
};
|
|
330
330
|
|
|
331
|
-
const authorizations$
|
|
332
|
-
const actionName$
|
|
331
|
+
const authorizations$2N = [{ permissions: [active], actor: _fund }];
|
|
332
|
+
const actionName$2N = "addexpense";
|
|
333
333
|
|
|
334
334
|
const addExpense = {
|
|
335
335
|
__proto__: null,
|
|
336
|
-
actionName: actionName$
|
|
337
|
-
authorizations: authorizations$
|
|
336
|
+
actionName: actionName$2N,
|
|
337
|
+
authorizations: authorizations$2N
|
|
338
338
|
};
|
|
339
339
|
|
|
340
|
-
const authorizations$
|
|
341
|
-
const actionName$
|
|
340
|
+
const authorizations$2M = [{ permissions: [active], actor: _soviet }];
|
|
341
|
+
const actionName$2M = "authorize";
|
|
342
342
|
|
|
343
343
|
const authorizeWithdraw = {
|
|
344
344
|
__proto__: null,
|
|
345
|
-
actionName: actionName$
|
|
346
|
-
authorizations: authorizations$
|
|
345
|
+
actionName: actionName$2M,
|
|
346
|
+
authorizations: authorizations$2M
|
|
347
347
|
};
|
|
348
348
|
|
|
349
|
-
const authorizations$
|
|
350
|
-
const actionName$
|
|
349
|
+
const authorizations$2L = [{ permissions: [active, special], actor: _admin }];
|
|
350
|
+
const actionName$2L = "complete";
|
|
351
351
|
|
|
352
352
|
const completeWithdraw$1 = {
|
|
353
353
|
__proto__: null,
|
|
354
|
-
actionName: actionName$
|
|
355
|
-
authorizations: authorizations$
|
|
354
|
+
actionName: actionName$2L,
|
|
355
|
+
authorizations: authorizations$2L
|
|
356
356
|
};
|
|
357
357
|
|
|
358
|
-
const authorizations$
|
|
359
|
-
const actionName$
|
|
358
|
+
const authorizations$2K = [{ permissions: [active], actor: _fund }];
|
|
359
|
+
const actionName$2K = "newfund";
|
|
360
360
|
|
|
361
361
|
const newFund = {
|
|
362
362
|
__proto__: null,
|
|
363
|
-
actionName: actionName$
|
|
364
|
-
authorizations: authorizations$
|
|
363
|
+
actionName: actionName$2K,
|
|
364
|
+
authorizations: authorizations$2K
|
|
365
365
|
};
|
|
366
366
|
|
|
367
|
-
const authorizations$
|
|
368
|
-
const actionName$
|
|
367
|
+
const authorizations$2J = [{ permissions: [active], actor: _chairman }];
|
|
368
|
+
const actionName$2J = "createfund";
|
|
369
369
|
|
|
370
370
|
const createFund = {
|
|
371
371
|
__proto__: null,
|
|
372
|
-
actionName: actionName$
|
|
373
|
-
authorizations: authorizations$
|
|
372
|
+
actionName: actionName$2J,
|
|
373
|
+
authorizations: authorizations$2J
|
|
374
374
|
};
|
|
375
375
|
|
|
376
|
-
const authorizations$
|
|
377
|
-
const actionName$
|
|
376
|
+
const authorizations$2I = [{ permissions: [active], actor: _chairman }];
|
|
377
|
+
const actionName$2I = "delfund";
|
|
378
378
|
|
|
379
379
|
const deleteFund = {
|
|
380
380
|
__proto__: null,
|
|
381
|
-
actionName: actionName$
|
|
382
|
-
authorizations: authorizations$
|
|
381
|
+
actionName: actionName$2I,
|
|
382
|
+
authorizations: authorizations$2I
|
|
383
383
|
};
|
|
384
384
|
|
|
385
|
-
const authorizations$
|
|
386
|
-
const actionName$
|
|
385
|
+
const authorizations$2H = [{ permissions: [active], actor: _chairman }];
|
|
386
|
+
const actionName$2H = "editfund";
|
|
387
387
|
|
|
388
388
|
const editFund = {
|
|
389
389
|
__proto__: null,
|
|
390
|
-
actionName: actionName$
|
|
391
|
-
authorizations: authorizations$
|
|
390
|
+
actionName: actionName$2H,
|
|
391
|
+
authorizations: authorizations$2H
|
|
392
392
|
};
|
|
393
393
|
|
|
394
|
-
const authorizations$
|
|
394
|
+
const authorizations$2G = [
|
|
395
395
|
{ permissions: [active], actor: _username },
|
|
396
396
|
{ permissions: [active, special], actor: _admin },
|
|
397
397
|
{ permissions: [active], actor: _contract }
|
|
398
398
|
];
|
|
399
|
-
const actionName$
|
|
399
|
+
const actionName$2G = "fundwithdraw";
|
|
400
400
|
|
|
401
401
|
const createWithdraw$1 = {
|
|
402
402
|
__proto__: null,
|
|
403
|
-
actionName: actionName$
|
|
404
|
-
authorizations: authorizations$
|
|
403
|
+
actionName: actionName$2G,
|
|
404
|
+
authorizations: authorizations$2G
|
|
405
405
|
};
|
|
406
406
|
|
|
407
|
-
const authorizations$
|
|
408
|
-
const actionName$
|
|
407
|
+
const authorizations$2F = [{ permissions: [active], actor: _soviet }];
|
|
408
|
+
const actionName$2F = "init";
|
|
409
409
|
|
|
410
410
|
const init$4 = {
|
|
411
411
|
__proto__: null,
|
|
412
|
-
actionName: actionName$
|
|
413
|
-
authorizations: authorizations$
|
|
412
|
+
actionName: actionName$2F,
|
|
413
|
+
authorizations: authorizations$2F
|
|
414
414
|
};
|
|
415
415
|
|
|
416
|
-
const authorizations$
|
|
417
|
-
const actionName$
|
|
416
|
+
const authorizations$2E = [{ permissions: [active], actor: _fund }];
|
|
417
|
+
const actionName$2E = "newwithdraw";
|
|
418
418
|
|
|
419
419
|
const newWithdraw = {
|
|
420
420
|
__proto__: null,
|
|
421
|
-
actionName: actionName$
|
|
422
|
-
authorizations: authorizations$
|
|
421
|
+
actionName: actionName$2E,
|
|
422
|
+
authorizations: authorizations$2E
|
|
423
423
|
};
|
|
424
424
|
|
|
425
|
-
const authorizations$
|
|
426
|
-
const actionName$
|
|
425
|
+
const authorizations$2D = [{ permissions: [active], actor: _marketplace }, { permissions: [active], actor: _gateway }];
|
|
426
|
+
const actionName$2D = "spreadamount";
|
|
427
427
|
|
|
428
428
|
const spreadAmount = {
|
|
429
429
|
__proto__: null,
|
|
430
|
-
actionName: actionName$
|
|
431
|
-
authorizations: authorizations$
|
|
430
|
+
actionName: actionName$2D,
|
|
431
|
+
authorizations: authorizations$2D
|
|
432
432
|
};
|
|
433
433
|
|
|
434
|
-
const authorizations$
|
|
435
|
-
const actionName$
|
|
434
|
+
const authorizations$2C = [{ permissions: [active], actor: _gateway }];
|
|
435
|
+
const actionName$2C = "subcirculate";
|
|
436
436
|
|
|
437
437
|
const subCirculation = {
|
|
438
438
|
__proto__: null,
|
|
439
|
-
actionName: actionName$
|
|
440
|
-
authorizations: authorizations$
|
|
439
|
+
actionName: actionName$2C,
|
|
440
|
+
authorizations: authorizations$2C
|
|
441
441
|
};
|
|
442
442
|
|
|
443
443
|
const index$12 = {
|
|
@@ -459,40 +459,40 @@ const index$12 = {
|
|
|
459
459
|
SubCirculation: subCirculation
|
|
460
460
|
};
|
|
461
461
|
|
|
462
|
-
const tableName$
|
|
463
|
-
const scope$
|
|
462
|
+
const tableName$S = "accfunds";
|
|
463
|
+
const scope$S = _fund;
|
|
464
464
|
|
|
465
465
|
const accumulationFunds = {
|
|
466
466
|
__proto__: null,
|
|
467
|
-
scope: scope$
|
|
468
|
-
tableName: tableName$
|
|
467
|
+
scope: scope$S,
|
|
468
|
+
tableName: tableName$S
|
|
469
469
|
};
|
|
470
470
|
|
|
471
|
-
const tableName$
|
|
472
|
-
const scope$
|
|
471
|
+
const tableName$R = "expfunds";
|
|
472
|
+
const scope$R = _fund;
|
|
473
473
|
|
|
474
474
|
const expenseFunds = {
|
|
475
475
|
__proto__: null,
|
|
476
|
-
scope: scope$
|
|
477
|
-
tableName: tableName$
|
|
476
|
+
scope: scope$R,
|
|
477
|
+
tableName: tableName$R
|
|
478
478
|
};
|
|
479
479
|
|
|
480
|
-
const tableName$
|
|
481
|
-
const scope$
|
|
480
|
+
const tableName$Q = "coopwallet";
|
|
481
|
+
const scope$Q = _fund;
|
|
482
482
|
|
|
483
483
|
const coopWallet = {
|
|
484
484
|
__proto__: null,
|
|
485
|
-
scope: scope$
|
|
486
|
-
tableName: tableName$
|
|
485
|
+
scope: scope$Q,
|
|
486
|
+
tableName: tableName$Q
|
|
487
487
|
};
|
|
488
488
|
|
|
489
|
-
const tableName$
|
|
490
|
-
const scope$
|
|
489
|
+
const tableName$P = "fwithdraws";
|
|
490
|
+
const scope$P = _fund;
|
|
491
491
|
|
|
492
492
|
const fundWithdraws = {
|
|
493
493
|
__proto__: null,
|
|
494
|
-
scope: scope$
|
|
495
|
-
tableName: tableName$
|
|
494
|
+
scope: scope$P,
|
|
495
|
+
tableName: tableName$P
|
|
496
496
|
};
|
|
497
497
|
|
|
498
498
|
const index$11 = {
|
|
@@ -517,76 +517,76 @@ const index$10 = {
|
|
|
517
517
|
contractName: contractName$9
|
|
518
518
|
};
|
|
519
519
|
|
|
520
|
-
const authorizations$
|
|
521
|
-
const actionName$
|
|
520
|
+
const authorizations$2B = [{ permissions: [active, special], actor: _coopname }];
|
|
521
|
+
const actionName$2B = "deposit";
|
|
522
522
|
|
|
523
523
|
const createDeposit = {
|
|
524
524
|
__proto__: null,
|
|
525
|
-
actionName: actionName$
|
|
526
|
-
authorizations: authorizations$
|
|
525
|
+
actionName: actionName$2B,
|
|
526
|
+
authorizations: authorizations$2B
|
|
527
527
|
};
|
|
528
528
|
|
|
529
|
-
const authorizations$
|
|
530
|
-
const actionName$
|
|
529
|
+
const authorizations$2A = [{ permissions: [active, special], actor: _admin }];
|
|
530
|
+
const actionName$2A = "dpcomplete";
|
|
531
531
|
|
|
532
532
|
const completeDeposit = {
|
|
533
533
|
__proto__: null,
|
|
534
|
-
actionName: actionName$
|
|
535
|
-
authorizations: authorizations$
|
|
534
|
+
actionName: actionName$2A,
|
|
535
|
+
authorizations: authorizations$2A
|
|
536
536
|
};
|
|
537
537
|
|
|
538
|
-
const authorizations$
|
|
539
|
-
const actionName$
|
|
538
|
+
const authorizations$2z = [{ permissions: [active, special], actor: _admin }];
|
|
539
|
+
const actionName$2z = "dprefund";
|
|
540
540
|
|
|
541
541
|
const refundDeposit = {
|
|
542
542
|
__proto__: null,
|
|
543
|
-
actionName: actionName$
|
|
544
|
-
authorizations: authorizations$
|
|
543
|
+
actionName: actionName$2z,
|
|
544
|
+
authorizations: authorizations$2z
|
|
545
545
|
};
|
|
546
546
|
|
|
547
|
-
const authorizations$
|
|
548
|
-
const actionName$
|
|
547
|
+
const authorizations$2y = [{ permissions: [active], actor: _gateway }];
|
|
548
|
+
const actionName$2y = "newdepositid";
|
|
549
549
|
|
|
550
550
|
const newDepositId = {
|
|
551
551
|
__proto__: null,
|
|
552
|
-
actionName: actionName$
|
|
553
|
-
authorizations: authorizations$
|
|
552
|
+
actionName: actionName$2y,
|
|
553
|
+
authorizations: authorizations$2y
|
|
554
554
|
};
|
|
555
555
|
|
|
556
|
-
const authorizations$
|
|
557
|
-
const actionName$
|
|
556
|
+
const authorizations$2x = [{ permissions: [active], actor: _gateway }];
|
|
557
|
+
const actionName$2x = "newwithdrid";
|
|
558
558
|
|
|
559
559
|
const newWithdrawId = {
|
|
560
560
|
__proto__: null,
|
|
561
|
-
actionName: actionName$
|
|
562
|
-
authorizations: authorizations$
|
|
561
|
+
actionName: actionName$2x,
|
|
562
|
+
authorizations: authorizations$2x
|
|
563
563
|
};
|
|
564
564
|
|
|
565
|
-
const authorizations$
|
|
566
|
-
const actionName$
|
|
565
|
+
const authorizations$2w = [{ permissions: [active], actor: _username }];
|
|
566
|
+
const actionName$2w = "withdraw";
|
|
567
567
|
|
|
568
568
|
const createWithdraw = {
|
|
569
569
|
__proto__: null,
|
|
570
|
-
actionName: actionName$
|
|
571
|
-
authorizations: authorizations$
|
|
570
|
+
actionName: actionName$2w,
|
|
571
|
+
authorizations: authorizations$2w
|
|
572
572
|
};
|
|
573
573
|
|
|
574
|
-
const authorizations$
|
|
575
|
-
const actionName$
|
|
574
|
+
const authorizations$2v = [{ permissions: [active, special], actor: _admin }];
|
|
575
|
+
const actionName$2v = "wthdcomplete";
|
|
576
576
|
|
|
577
577
|
const completeWithdraw = {
|
|
578
578
|
__proto__: null,
|
|
579
|
-
actionName: actionName$
|
|
580
|
-
authorizations: authorizations$
|
|
579
|
+
actionName: actionName$2v,
|
|
580
|
+
authorizations: authorizations$2v
|
|
581
581
|
};
|
|
582
582
|
|
|
583
|
-
const authorizations$
|
|
584
|
-
const actionName$
|
|
583
|
+
const authorizations$2u = [{ permissions: [active, special], actor: _admin }];
|
|
584
|
+
const actionName$2u = "wthdfail";
|
|
585
585
|
|
|
586
586
|
const failWithdraw = {
|
|
587
587
|
__proto__: null,
|
|
588
|
-
actionName: actionName$
|
|
589
|
-
authorizations: authorizations$
|
|
588
|
+
actionName: actionName$2u,
|
|
589
|
+
authorizations: authorizations$2u
|
|
590
590
|
};
|
|
591
591
|
|
|
592
592
|
const index$$ = {
|
|
@@ -601,28 +601,28 @@ const index$$ = {
|
|
|
601
601
|
RefundDeposit: refundDeposit
|
|
602
602
|
};
|
|
603
603
|
|
|
604
|
-
const tableName$
|
|
605
|
-
const scope$
|
|
604
|
+
const tableName$O = "deposits";
|
|
605
|
+
const scope$O = _gateway;
|
|
606
606
|
|
|
607
607
|
const deposits = {
|
|
608
608
|
__proto__: null,
|
|
609
|
-
scope: scope$
|
|
610
|
-
tableName: tableName$
|
|
609
|
+
scope: scope$O,
|
|
610
|
+
tableName: tableName$O
|
|
611
611
|
};
|
|
612
612
|
|
|
613
|
-
const tableName$
|
|
614
|
-
const scope$
|
|
613
|
+
const tableName$N = "withdraws";
|
|
614
|
+
const scope$N = _gateway;
|
|
615
615
|
|
|
616
|
-
const withdraws
|
|
616
|
+
const withdraws = {
|
|
617
617
|
__proto__: null,
|
|
618
|
-
scope: scope$
|
|
619
|
-
tableName: tableName$
|
|
618
|
+
scope: scope$N,
|
|
619
|
+
tableName: tableName$N
|
|
620
620
|
};
|
|
621
621
|
|
|
622
622
|
const index$_ = {
|
|
623
623
|
__proto__: null,
|
|
624
624
|
Deposits: deposits,
|
|
625
|
-
Withdraws: withdraws
|
|
625
|
+
Withdraws: withdraws
|
|
626
626
|
};
|
|
627
627
|
|
|
628
628
|
const gateway = {
|
|
@@ -639,130 +639,130 @@ const index$Z = {
|
|
|
639
639
|
contractName: contractName$8
|
|
640
640
|
};
|
|
641
641
|
|
|
642
|
-
const authorizations$
|
|
643
|
-
const actionName$
|
|
642
|
+
const authorizations$2t = [{ permissions: [active], actor: _system }];
|
|
643
|
+
const actionName$2t = "verificate";
|
|
644
644
|
|
|
645
645
|
const verificateAccount = {
|
|
646
646
|
__proto__: null,
|
|
647
|
-
actionName: actionName$
|
|
648
|
-
authorizations: authorizations$
|
|
647
|
+
actionName: actionName$2t,
|
|
648
|
+
authorizations: authorizations$2t
|
|
649
649
|
};
|
|
650
650
|
|
|
651
|
-
const authorizations$
|
|
652
|
-
const actionName$
|
|
651
|
+
const authorizations$2s = [{ permissions: [active], actor: _username }];
|
|
652
|
+
const actionName$2s = "updateaccnt";
|
|
653
653
|
|
|
654
654
|
const updateAccount = {
|
|
655
655
|
__proto__: null,
|
|
656
|
-
actionName: actionName$
|
|
657
|
-
authorizations: authorizations$
|
|
656
|
+
actionName: actionName$2s,
|
|
657
|
+
authorizations: authorizations$2s
|
|
658
658
|
};
|
|
659
659
|
|
|
660
|
-
const authorizations$
|
|
661
|
-
const actionName$
|
|
660
|
+
const authorizations$2r = [{ permissions: [active], actor: _username }];
|
|
661
|
+
const actionName$2r = "updatecoop";
|
|
662
662
|
|
|
663
663
|
const updateCoop = {
|
|
664
664
|
__proto__: null,
|
|
665
|
-
actionName: actionName$
|
|
666
|
-
authorizations: authorizations$
|
|
665
|
+
actionName: actionName$2r,
|
|
666
|
+
authorizations: authorizations$2r
|
|
667
667
|
};
|
|
668
668
|
|
|
669
|
-
const authorizations$
|
|
670
|
-
const actionName$
|
|
669
|
+
const authorizations$2q = [{ permissions: [active, special], actor: _admin }];
|
|
670
|
+
const actionName$2q = "newaccount";
|
|
671
671
|
|
|
672
672
|
const createAccount$1 = {
|
|
673
673
|
__proto__: null,
|
|
674
|
-
actionName: actionName$
|
|
675
|
-
authorizations: authorizations$
|
|
674
|
+
actionName: actionName$2q,
|
|
675
|
+
authorizations: authorizations$2q
|
|
676
676
|
};
|
|
677
677
|
|
|
678
|
-
const authorizations$
|
|
679
|
-
const actionName$
|
|
678
|
+
const authorizations$2p = [{ permissions: [active, special], actor: _admin }];
|
|
679
|
+
const actionName$2p = "reguser";
|
|
680
680
|
|
|
681
681
|
const registerUser = {
|
|
682
682
|
__proto__: null,
|
|
683
|
-
actionName: actionName$
|
|
684
|
-
authorizations: authorizations$
|
|
683
|
+
actionName: actionName$2p,
|
|
684
|
+
authorizations: authorizations$2p
|
|
685
685
|
};
|
|
686
686
|
|
|
687
|
-
const authorizations$
|
|
688
|
-
const actionName$
|
|
687
|
+
const authorizations$2o = [{ permissions: [active, special], actor: _admin }];
|
|
688
|
+
const actionName$2o = "regcoop";
|
|
689
689
|
|
|
690
690
|
const registerCooperative = {
|
|
691
691
|
__proto__: null,
|
|
692
|
-
actionName: actionName$
|
|
693
|
-
authorizations: authorizations$
|
|
692
|
+
actionName: actionName$2o,
|
|
693
|
+
authorizations: authorizations$2o
|
|
694
694
|
};
|
|
695
695
|
|
|
696
|
-
const authorizations$
|
|
697
|
-
const actionName$
|
|
696
|
+
const authorizations$2n = [{ permissions: [active], actor: _system }];
|
|
697
|
+
const actionName$2n = "changekey";
|
|
698
698
|
|
|
699
699
|
const changeKey = {
|
|
700
700
|
__proto__: null,
|
|
701
|
-
actionName: actionName$
|
|
702
|
-
authorizations: authorizations$
|
|
701
|
+
actionName: actionName$2n,
|
|
702
|
+
authorizations: authorizations$2n
|
|
703
703
|
};
|
|
704
704
|
|
|
705
|
-
const authorizations$
|
|
706
|
-
const actionName$
|
|
705
|
+
const authorizations$2m = [{ permissions: [active, special], actor: _admin }, { permissions: [active], actor: _username }];
|
|
706
|
+
const actionName$2m = "joincoop";
|
|
707
707
|
|
|
708
708
|
const joinCooperative = {
|
|
709
709
|
__proto__: null,
|
|
710
|
-
actionName: actionName$
|
|
711
|
-
authorizations: authorizations$
|
|
710
|
+
actionName: actionName$2m,
|
|
711
|
+
authorizations: authorizations$2m
|
|
712
712
|
};
|
|
713
713
|
|
|
714
|
-
const authorizations$
|
|
715
|
-
const actionName$
|
|
714
|
+
const authorizations$2l = [{ permissions: [active], actor: _system }];
|
|
715
|
+
const actionName$2l = "init";
|
|
716
716
|
|
|
717
717
|
const init$3 = {
|
|
718
718
|
__proto__: null,
|
|
719
|
-
actionName: actionName$
|
|
720
|
-
authorizations: authorizations$
|
|
719
|
+
actionName: actionName$2l,
|
|
720
|
+
authorizations: authorizations$2l
|
|
721
721
|
};
|
|
722
722
|
|
|
723
|
-
const authorizations$
|
|
724
|
-
const actionName$
|
|
723
|
+
const authorizations$2k = [{ permissions: [active, special], actor: _admin }];
|
|
724
|
+
const actionName$2k = "adduser";
|
|
725
725
|
|
|
726
726
|
const addUser = {
|
|
727
727
|
__proto__: null,
|
|
728
|
-
actionName: actionName$
|
|
729
|
-
authorizations: authorizations$
|
|
728
|
+
actionName: actionName$2k,
|
|
729
|
+
authorizations: authorizations$2k
|
|
730
730
|
};
|
|
731
731
|
|
|
732
|
-
const authorizations$
|
|
733
|
-
const actionName$
|
|
732
|
+
const authorizations$2j = [{ permissions: [active, special], actor: _admin }];
|
|
733
|
+
const actionName$2j = "stcoopstatus";
|
|
734
734
|
|
|
735
735
|
const setCoopStatus = {
|
|
736
736
|
__proto__: null,
|
|
737
|
-
actionName: actionName$
|
|
738
|
-
authorizations: authorizations$
|
|
737
|
+
actionName: actionName$2j,
|
|
738
|
+
authorizations: authorizations$2j
|
|
739
739
|
};
|
|
740
740
|
|
|
741
|
-
const authorizations$
|
|
742
|
-
const actionName$
|
|
741
|
+
const authorizations$2i = [{ permissions: [active, special], actor: _admin }];
|
|
742
|
+
const actionName$2i = "delcoop";
|
|
743
743
|
|
|
744
744
|
const deleteCooperative = {
|
|
745
745
|
__proto__: null,
|
|
746
|
-
actionName: actionName$
|
|
747
|
-
authorizations: authorizations$
|
|
746
|
+
actionName: actionName$2i,
|
|
747
|
+
authorizations: authorizations$2i
|
|
748
748
|
};
|
|
749
749
|
|
|
750
|
-
const authorizations$
|
|
751
|
-
const actionName$
|
|
750
|
+
const authorizations$2h = [{ permissions: [active], actor: _coopname }];
|
|
751
|
+
const actionName$2h = "enabranches";
|
|
752
752
|
|
|
753
753
|
const enableBranches = {
|
|
754
754
|
__proto__: null,
|
|
755
|
-
actionName: actionName$
|
|
756
|
-
authorizations: authorizations$
|
|
755
|
+
actionName: actionName$2h,
|
|
756
|
+
authorizations: authorizations$2h
|
|
757
757
|
};
|
|
758
758
|
|
|
759
|
-
const authorizations$
|
|
760
|
-
const actionName$
|
|
759
|
+
const authorizations$2g = [{ permissions: [active], actor: _coopname }];
|
|
760
|
+
const actionName$2g = "disbranches";
|
|
761
761
|
|
|
762
762
|
const disableBranches = {
|
|
763
763
|
__proto__: null,
|
|
764
|
-
actionName: actionName$
|
|
765
|
-
authorizations: authorizations$
|
|
764
|
+
actionName: actionName$2g,
|
|
765
|
+
authorizations: authorizations$2g
|
|
766
766
|
};
|
|
767
767
|
|
|
768
768
|
const index$Y = {
|
|
@@ -783,22 +783,22 @@ const index$Y = {
|
|
|
783
783
|
VerificateAccount: verificateAccount
|
|
784
784
|
};
|
|
785
785
|
|
|
786
|
-
const tableName$
|
|
787
|
-
const scope$
|
|
786
|
+
const tableName$M = "accounts";
|
|
787
|
+
const scope$M = _registrator;
|
|
788
788
|
|
|
789
789
|
const accounts = {
|
|
790
790
|
__proto__: null,
|
|
791
|
-
scope: scope$
|
|
792
|
-
tableName: tableName$
|
|
791
|
+
scope: scope$M,
|
|
792
|
+
tableName: tableName$M
|
|
793
793
|
};
|
|
794
794
|
|
|
795
|
-
const tableName$
|
|
796
|
-
const scope$
|
|
795
|
+
const tableName$L = "orgs";
|
|
796
|
+
const scope$L = _registrator;
|
|
797
797
|
|
|
798
798
|
const cooperatives = {
|
|
799
799
|
__proto__: null,
|
|
800
|
-
scope: scope$
|
|
801
|
-
tableName: tableName$
|
|
800
|
+
scope: scope$L,
|
|
801
|
+
tableName: tableName$L
|
|
802
802
|
};
|
|
803
803
|
|
|
804
804
|
const index$X = {
|
|
@@ -821,58 +821,58 @@ const index$W = {
|
|
|
821
821
|
contractName: contractName$7
|
|
822
822
|
};
|
|
823
823
|
|
|
824
|
-
const authorizations$
|
|
825
|
-
const actionName$
|
|
824
|
+
const authorizations$2f = [{ permissions: [active], actor: _username }];
|
|
825
|
+
const actionName$2f = "transfer";
|
|
826
826
|
|
|
827
827
|
const transfer = {
|
|
828
828
|
__proto__: null,
|
|
829
|
-
actionName: actionName$
|
|
830
|
-
authorizations: authorizations$
|
|
829
|
+
actionName: actionName$2f,
|
|
830
|
+
authorizations: authorizations$2f
|
|
831
831
|
};
|
|
832
832
|
|
|
833
|
-
const authorizations$
|
|
834
|
-
const actionName$
|
|
833
|
+
const authorizations$2e = [{ permissions: [active], actor: _username }];
|
|
834
|
+
const actionName$2e = "open";
|
|
835
835
|
|
|
836
836
|
const open = {
|
|
837
837
|
__proto__: null,
|
|
838
|
-
actionName: actionName$
|
|
839
|
-
authorizations: authorizations$
|
|
838
|
+
actionName: actionName$2e,
|
|
839
|
+
authorizations: authorizations$2e
|
|
840
840
|
};
|
|
841
841
|
|
|
842
|
-
const authorizations$
|
|
843
|
-
const actionName$
|
|
842
|
+
const authorizations$2d = [{ permissions: [active], actor: _username }];
|
|
843
|
+
const actionName$2d = "close";
|
|
844
844
|
|
|
845
845
|
const close = {
|
|
846
846
|
__proto__: null,
|
|
847
|
-
actionName: actionName$
|
|
848
|
-
authorizations: authorizations$
|
|
847
|
+
actionName: actionName$2d,
|
|
848
|
+
authorizations: authorizations$2d
|
|
849
849
|
};
|
|
850
850
|
|
|
851
|
-
const authorizations$
|
|
852
|
-
const actionName$
|
|
851
|
+
const authorizations$2c = [{ permissions: [active], actor: _system$1 }];
|
|
852
|
+
const actionName$2c = "create";
|
|
853
853
|
|
|
854
854
|
const create = {
|
|
855
855
|
__proto__: null,
|
|
856
|
-
actionName: actionName$
|
|
857
|
-
authorizations: authorizations$
|
|
856
|
+
actionName: actionName$2c,
|
|
857
|
+
authorizations: authorizations$2c
|
|
858
858
|
};
|
|
859
859
|
|
|
860
|
-
const authorizations$
|
|
861
|
-
const actionName$
|
|
860
|
+
const authorizations$2b = [{ permissions: [active], actor: "currencyStats.issuer" }];
|
|
861
|
+
const actionName$2b = "issue";
|
|
862
862
|
|
|
863
863
|
const issue = {
|
|
864
864
|
__proto__: null,
|
|
865
|
-
actionName: actionName$
|
|
866
|
-
authorizations: authorizations$
|
|
865
|
+
actionName: actionName$2b,
|
|
866
|
+
authorizations: authorizations$2b
|
|
867
867
|
};
|
|
868
868
|
|
|
869
|
-
const authorizations$
|
|
870
|
-
const actionName$
|
|
869
|
+
const authorizations$2a = [{ permissions: [active], actor: "currencyStats.issuer" }];
|
|
870
|
+
const actionName$2a = "retire";
|
|
871
871
|
|
|
872
872
|
const retire = {
|
|
873
873
|
__proto__: null,
|
|
874
|
-
actionName: actionName$
|
|
875
|
-
authorizations: authorizations$
|
|
874
|
+
actionName: actionName$2a,
|
|
875
|
+
authorizations: authorizations$2a
|
|
876
876
|
};
|
|
877
877
|
|
|
878
878
|
const index$V = {
|
|
@@ -885,22 +885,22 @@ const index$V = {
|
|
|
885
885
|
Transfer: transfer
|
|
886
886
|
};
|
|
887
887
|
|
|
888
|
-
const tableName$
|
|
889
|
-
const scope$
|
|
888
|
+
const tableName$K = "accounts";
|
|
889
|
+
const scope$K = _username;
|
|
890
890
|
|
|
891
891
|
const accountBalance = {
|
|
892
892
|
__proto__: null,
|
|
893
|
-
scope: scope$
|
|
894
|
-
tableName: tableName$
|
|
893
|
+
scope: scope$K,
|
|
894
|
+
tableName: tableName$K
|
|
895
895
|
};
|
|
896
896
|
|
|
897
|
-
const tableName$
|
|
898
|
-
const scope$
|
|
897
|
+
const tableName$J = "stat";
|
|
898
|
+
const scope$J = "AXON";
|
|
899
899
|
|
|
900
900
|
const currencyStats = {
|
|
901
901
|
__proto__: null,
|
|
902
|
-
scope: scope$
|
|
903
|
-
tableName: tableName$
|
|
902
|
+
scope: scope$J,
|
|
903
|
+
tableName: tableName$J
|
|
904
904
|
};
|
|
905
905
|
|
|
906
906
|
const index$U = {
|
|
@@ -923,58 +923,58 @@ const index$T = {
|
|
|
923
923
|
contractName: contractName$6
|
|
924
924
|
};
|
|
925
925
|
|
|
926
|
-
const authorizations$
|
|
927
|
-
const actionName$
|
|
926
|
+
const authorizations$29 = [{ permissions: [active], actor: _soviet }];
|
|
927
|
+
const actionName$29 = "newsubmitted";
|
|
928
928
|
|
|
929
929
|
const newsubmitted = {
|
|
930
930
|
__proto__: null,
|
|
931
|
-
actionName: actionName$
|
|
932
|
-
authorizations: authorizations$
|
|
931
|
+
actionName: actionName$29,
|
|
932
|
+
authorizations: authorizations$29
|
|
933
933
|
};
|
|
934
934
|
|
|
935
|
-
const authorizations$
|
|
936
|
-
const actionName$
|
|
935
|
+
const authorizations$28 = [{ permissions: [active], actor: _soviet }];
|
|
936
|
+
const actionName$28 = "newbatch";
|
|
937
937
|
|
|
938
938
|
const newbatch = {
|
|
939
939
|
__proto__: null,
|
|
940
|
-
actionName: actionName$
|
|
941
|
-
authorizations: authorizations$
|
|
940
|
+
actionName: actionName$28,
|
|
941
|
+
authorizations: authorizations$28
|
|
942
942
|
};
|
|
943
943
|
|
|
944
|
-
const authorizations$
|
|
945
|
-
const actionName$
|
|
944
|
+
const authorizations$27 = [{ permissions: [active], actor: _soviet }];
|
|
945
|
+
const actionName$27 = "newresolved";
|
|
946
946
|
|
|
947
947
|
const newresolved = {
|
|
948
948
|
__proto__: null,
|
|
949
|
-
actionName: actionName$
|
|
950
|
-
authorizations: authorizations$
|
|
949
|
+
actionName: actionName$27,
|
|
950
|
+
authorizations: authorizations$27
|
|
951
951
|
};
|
|
952
952
|
|
|
953
|
-
const authorizations$
|
|
954
|
-
const actionName$
|
|
953
|
+
const authorizations$26 = [{ permissions: [active], actor: _soviet }];
|
|
954
|
+
const actionName$26 = "newact";
|
|
955
955
|
|
|
956
956
|
const newact = {
|
|
957
957
|
__proto__: null,
|
|
958
|
-
actionName: actionName$
|
|
959
|
-
authorizations: authorizations$
|
|
958
|
+
actionName: actionName$26,
|
|
959
|
+
authorizations: authorizations$26
|
|
960
960
|
};
|
|
961
961
|
|
|
962
|
-
const authorizations$
|
|
963
|
-
const actionName$
|
|
962
|
+
const authorizations$25 = [{ permissions: [active], actor: _soviet }];
|
|
963
|
+
const actionName$25 = "newdecision";
|
|
964
964
|
|
|
965
965
|
const newdecision = {
|
|
966
966
|
__proto__: null,
|
|
967
|
-
actionName: actionName$
|
|
968
|
-
authorizations: authorizations$
|
|
967
|
+
actionName: actionName$25,
|
|
968
|
+
authorizations: authorizations$25
|
|
969
969
|
};
|
|
970
970
|
|
|
971
|
-
const authorizations$
|
|
972
|
-
const actionName$
|
|
971
|
+
const authorizations$24 = [{ permissions: [active], actor: _soviet }];
|
|
972
|
+
const actionName$24 = "newprogram";
|
|
973
973
|
|
|
974
974
|
const newprogram = {
|
|
975
975
|
__proto__: null,
|
|
976
|
-
actionName: actionName$
|
|
977
|
-
authorizations: authorizations$
|
|
976
|
+
actionName: actionName$24,
|
|
977
|
+
authorizations: authorizations$24
|
|
978
978
|
};
|
|
979
979
|
|
|
980
980
|
const index$S = {
|
|
@@ -987,31 +987,31 @@ const index$S = {
|
|
|
987
987
|
NewSubmitted: newsubmitted
|
|
988
988
|
};
|
|
989
989
|
|
|
990
|
-
const authorizations$
|
|
991
|
-
const actionName$
|
|
990
|
+
const authorizations$23 = [{ permissions: [active], actor: _chairman }];
|
|
991
|
+
const actionName$23 = "creaddress";
|
|
992
992
|
|
|
993
993
|
const createAddress = {
|
|
994
994
|
__proto__: null,
|
|
995
|
-
actionName: actionName$
|
|
996
|
-
authorizations: authorizations$
|
|
995
|
+
actionName: actionName$23,
|
|
996
|
+
authorizations: authorizations$23
|
|
997
997
|
};
|
|
998
998
|
|
|
999
|
-
const authorizations$
|
|
1000
|
-
const actionName$
|
|
999
|
+
const authorizations$22 = [{ permissions: [active], actor: _chairman }];
|
|
1000
|
+
const actionName$22 = "deladdress";
|
|
1001
1001
|
|
|
1002
1002
|
const deleteAddress = {
|
|
1003
1003
|
__proto__: null,
|
|
1004
|
-
actionName: actionName$
|
|
1005
|
-
authorizations: authorizations$
|
|
1004
|
+
actionName: actionName$22,
|
|
1005
|
+
authorizations: authorizations$22
|
|
1006
1006
|
};
|
|
1007
1007
|
|
|
1008
|
-
const authorizations$
|
|
1009
|
-
const actionName$
|
|
1008
|
+
const authorizations$21 = [{ permissions: [active], actor: _chairman }];
|
|
1009
|
+
const actionName$21 = "editaddress";
|
|
1010
1010
|
|
|
1011
1011
|
const editAddress = {
|
|
1012
1012
|
__proto__: null,
|
|
1013
|
-
actionName: actionName$
|
|
1014
|
-
authorizations: authorizations$
|
|
1013
|
+
actionName: actionName$21,
|
|
1014
|
+
authorizations: authorizations$21
|
|
1015
1015
|
};
|
|
1016
1016
|
|
|
1017
1017
|
const index$R = {
|
|
@@ -1021,56 +1021,56 @@ const index$R = {
|
|
|
1021
1021
|
EditAddress: editAddress
|
|
1022
1022
|
};
|
|
1023
1023
|
|
|
1024
|
-
const authorizations$
|
|
1024
|
+
const authorizations$20 = [
|
|
1025
1025
|
{ permissions: [active], actor: _soviet },
|
|
1026
1026
|
{ permissions: [active], actor: _gateway },
|
|
1027
1027
|
{ permissions: [active], actor: _marketplace }
|
|
1028
1028
|
];
|
|
1029
|
-
const actionName$
|
|
1029
|
+
const actionName$20 = "addbal";
|
|
1030
1030
|
|
|
1031
1031
|
const addBalance = {
|
|
1032
1032
|
__proto__: null,
|
|
1033
|
-
actionName: actionName$
|
|
1034
|
-
authorizations: authorizations$
|
|
1033
|
+
actionName: actionName$20,
|
|
1034
|
+
authorizations: authorizations$20
|
|
1035
1035
|
};
|
|
1036
1036
|
|
|
1037
|
-
const authorizations$
|
|
1037
|
+
const authorizations$1$ = [
|
|
1038
1038
|
{ permissions: [active], actor: _soviet },
|
|
1039
1039
|
{ permissions: [active], actor: _gateway },
|
|
1040
1040
|
{ permissions: [active], actor: _marketplace }
|
|
1041
1041
|
];
|
|
1042
|
-
const actionName$
|
|
1042
|
+
const actionName$1$ = "subbal";
|
|
1043
1043
|
|
|
1044
1044
|
const subBalance = {
|
|
1045
1045
|
__proto__: null,
|
|
1046
|
-
actionName: actionName$
|
|
1047
|
-
authorizations: authorizations$
|
|
1046
|
+
actionName: actionName$1$,
|
|
1047
|
+
authorizations: authorizations$1$
|
|
1048
1048
|
};
|
|
1049
1049
|
|
|
1050
|
-
const authorizations$
|
|
1050
|
+
const authorizations$1_ = [
|
|
1051
1051
|
{ permissions: [active], actor: _soviet },
|
|
1052
1052
|
{ permissions: [active], actor: _gateway },
|
|
1053
1053
|
{ permissions: [active], actor: _marketplace }
|
|
1054
1054
|
];
|
|
1055
|
-
const actionName$
|
|
1055
|
+
const actionName$1_ = "blockbal";
|
|
1056
1056
|
|
|
1057
1057
|
const blockBalance = {
|
|
1058
1058
|
__proto__: null,
|
|
1059
|
-
actionName: actionName$
|
|
1060
|
-
authorizations: authorizations$
|
|
1059
|
+
actionName: actionName$1_,
|
|
1060
|
+
authorizations: authorizations$1_
|
|
1061
1061
|
};
|
|
1062
1062
|
|
|
1063
|
-
const authorizations$
|
|
1063
|
+
const authorizations$1Z = [
|
|
1064
1064
|
{ permissions: [active], actor: _soviet },
|
|
1065
1065
|
{ permissions: [active], actor: _gateway },
|
|
1066
1066
|
{ permissions: [active], actor: _marketplace }
|
|
1067
1067
|
];
|
|
1068
|
-
const actionName$
|
|
1068
|
+
const actionName$1Z = "unblockbal";
|
|
1069
1069
|
|
|
1070
1070
|
const unblockBalance = {
|
|
1071
1071
|
__proto__: null,
|
|
1072
|
-
actionName: actionName$
|
|
1073
|
-
authorizations: authorizations$
|
|
1072
|
+
actionName: actionName$1Z,
|
|
1073
|
+
authorizations: authorizations$1Z
|
|
1074
1074
|
};
|
|
1075
1075
|
|
|
1076
1076
|
const index$Q = {
|
|
@@ -1081,37 +1081,37 @@ const index$Q = {
|
|
|
1081
1081
|
UnblockBalance: unblockBalance
|
|
1082
1082
|
};
|
|
1083
1083
|
|
|
1084
|
-
const authorizations$
|
|
1084
|
+
const authorizations$1Y = [
|
|
1085
1085
|
{ permissions: [active], actor: _chairman }
|
|
1086
1086
|
];
|
|
1087
|
-
const actionName$
|
|
1087
|
+
const actionName$1Y = "createprog";
|
|
1088
1088
|
|
|
1089
1089
|
const createProgram = {
|
|
1090
1090
|
__proto__: null,
|
|
1091
|
-
actionName: actionName$
|
|
1092
|
-
authorizations: authorizations$
|
|
1091
|
+
actionName: actionName$1Y,
|
|
1092
|
+
authorizations: authorizations$1Y
|
|
1093
1093
|
};
|
|
1094
1094
|
|
|
1095
|
-
const authorizations$
|
|
1095
|
+
const authorizations$1X = [
|
|
1096
1096
|
{ permissions: [active], actor: _chairman }
|
|
1097
1097
|
];
|
|
1098
|
-
const actionName$
|
|
1098
|
+
const actionName$1X = "editprog";
|
|
1099
1099
|
|
|
1100
1100
|
const editProgram = {
|
|
1101
1101
|
__proto__: null,
|
|
1102
|
-
actionName: actionName$
|
|
1103
|
-
authorizations: authorizations$
|
|
1102
|
+
actionName: actionName$1X,
|
|
1103
|
+
authorizations: authorizations$1X
|
|
1104
1104
|
};
|
|
1105
1105
|
|
|
1106
|
-
const authorizations$
|
|
1106
|
+
const authorizations$1W = [
|
|
1107
1107
|
{ permissions: [active], actor: _chairman }
|
|
1108
1108
|
];
|
|
1109
|
-
const actionName$
|
|
1109
|
+
const actionName$1W = "disableprog";
|
|
1110
1110
|
|
|
1111
1111
|
const disableProgram = {
|
|
1112
1112
|
__proto__: null,
|
|
1113
|
-
actionName: actionName$
|
|
1114
|
-
authorizations: authorizations$
|
|
1113
|
+
actionName: actionName$1W,
|
|
1114
|
+
authorizations: authorizations$1W
|
|
1115
1115
|
};
|
|
1116
1116
|
|
|
1117
1117
|
const index$P = {
|
|
@@ -1121,163 +1121,163 @@ const index$P = {
|
|
|
1121
1121
|
EditProgram: editProgram
|
|
1122
1122
|
};
|
|
1123
1123
|
|
|
1124
|
-
const authorizations$
|
|
1124
|
+
const authorizations$1V = [
|
|
1125
1125
|
{ permissions: [active], actor: _member }
|
|
1126
1126
|
];
|
|
1127
|
-
const actionName$
|
|
1127
|
+
const actionName$1V = "voteagainst";
|
|
1128
1128
|
|
|
1129
1129
|
const voteAgainst = {
|
|
1130
1130
|
__proto__: null,
|
|
1131
|
-
actionName: actionName$
|
|
1132
|
-
authorizations: authorizations$
|
|
1131
|
+
actionName: actionName$1V,
|
|
1132
|
+
authorizations: authorizations$1V
|
|
1133
1133
|
};
|
|
1134
1134
|
|
|
1135
|
-
const authorizations$
|
|
1135
|
+
const authorizations$1U = [
|
|
1136
1136
|
{ permissions: [active], actor: _member }
|
|
1137
1137
|
];
|
|
1138
|
-
const actionName$
|
|
1138
|
+
const actionName$1U = "votefor";
|
|
1139
1139
|
|
|
1140
1140
|
const voteFor = {
|
|
1141
1141
|
__proto__: null,
|
|
1142
|
-
actionName: actionName$
|
|
1143
|
-
authorizations: authorizations$
|
|
1142
|
+
actionName: actionName$1U,
|
|
1143
|
+
authorizations: authorizations$1U
|
|
1144
1144
|
};
|
|
1145
1145
|
|
|
1146
|
-
const authorizations$
|
|
1146
|
+
const authorizations$1T = [
|
|
1147
1147
|
{ permissions: [active], actor: _member }
|
|
1148
1148
|
];
|
|
1149
|
-
const actionName$
|
|
1149
|
+
const actionName$1T = "cancelvote";
|
|
1150
1150
|
|
|
1151
1151
|
const cancelVote = {
|
|
1152
1152
|
__proto__: null,
|
|
1153
|
-
actionName: actionName$
|
|
1154
|
-
authorizations: authorizations$
|
|
1153
|
+
actionName: actionName$1T,
|
|
1154
|
+
authorizations: authorizations$1T
|
|
1155
1155
|
};
|
|
1156
1156
|
|
|
1157
|
-
const authorizations$
|
|
1157
|
+
const authorizations$1S = [
|
|
1158
1158
|
{ permissions: [active], actor: _chairman }
|
|
1159
1159
|
];
|
|
1160
|
-
const actionName$
|
|
1160
|
+
const actionName$1S = "authorize";
|
|
1161
1161
|
|
|
1162
|
-
const authorize$
|
|
1162
|
+
const authorize$1 = {
|
|
1163
1163
|
__proto__: null,
|
|
1164
|
-
actionName: actionName$
|
|
1165
|
-
authorizations: authorizations$
|
|
1164
|
+
actionName: actionName$1S,
|
|
1165
|
+
authorizations: authorizations$1S
|
|
1166
1166
|
};
|
|
1167
1167
|
|
|
1168
|
-
const authorizations$
|
|
1168
|
+
const authorizations$1R = [
|
|
1169
1169
|
{ permissions: [active], actor: _username }
|
|
1170
1170
|
];
|
|
1171
|
-
const actionName$
|
|
1171
|
+
const actionName$1R = "exec";
|
|
1172
1172
|
|
|
1173
1173
|
const exec$1 = {
|
|
1174
1174
|
__proto__: null,
|
|
1175
|
-
actionName: actionName$
|
|
1176
|
-
authorizations: authorizations$
|
|
1175
|
+
actionName: actionName$1R,
|
|
1176
|
+
authorizations: authorizations$1R
|
|
1177
1177
|
};
|
|
1178
1178
|
|
|
1179
|
-
const authorizations$
|
|
1179
|
+
const authorizations$1Q = [
|
|
1180
1180
|
{ permissions: [active], actor: _marketplace }
|
|
1181
1181
|
];
|
|
1182
|
-
const actionName$
|
|
1182
|
+
const actionName$1Q = "change";
|
|
1183
1183
|
|
|
1184
1184
|
const marketDecision = {
|
|
1185
1185
|
__proto__: null,
|
|
1186
|
-
actionName: actionName$
|
|
1187
|
-
authorizations: authorizations$
|
|
1186
|
+
actionName: actionName$1Q,
|
|
1187
|
+
authorizations: authorizations$1Q
|
|
1188
1188
|
};
|
|
1189
1189
|
|
|
1190
|
-
const authorizations$
|
|
1190
|
+
const authorizations$1P = [
|
|
1191
1191
|
{ permissions: [active], actor: _gateway }
|
|
1192
1192
|
];
|
|
1193
|
-
const actionName$
|
|
1193
|
+
const actionName$1P = "withdraw";
|
|
1194
1194
|
|
|
1195
1195
|
const withdrawDecision = {
|
|
1196
1196
|
__proto__: null,
|
|
1197
|
-
actionName: actionName$
|
|
1198
|
-
authorizations: authorizations$
|
|
1197
|
+
actionName: actionName$1P,
|
|
1198
|
+
authorizations: authorizations$1P
|
|
1199
1199
|
};
|
|
1200
1200
|
|
|
1201
|
-
const authorizations$
|
|
1201
|
+
const authorizations$1O = [
|
|
1202
1202
|
{ permissions: [active], actor: _fund }
|
|
1203
1203
|
];
|
|
1204
|
-
const actionName$
|
|
1204
|
+
const actionName$1O = "fundwithdraw";
|
|
1205
1205
|
|
|
1206
1206
|
const fundWithdrawDecision = {
|
|
1207
1207
|
__proto__: null,
|
|
1208
|
-
actionName: actionName$
|
|
1209
|
-
authorizations: authorizations$
|
|
1208
|
+
actionName: actionName$1O,
|
|
1209
|
+
authorizations: authorizations$1O
|
|
1210
1210
|
};
|
|
1211
1211
|
|
|
1212
|
-
const authorizations$
|
|
1212
|
+
const authorizations$1N = [
|
|
1213
1213
|
{ permissions: [active], actor: _registrator }
|
|
1214
1214
|
];
|
|
1215
|
-
const actionName$
|
|
1215
|
+
const actionName$1N = "joincoop";
|
|
1216
1216
|
|
|
1217
1217
|
const joinCoopDecision = {
|
|
1218
1218
|
__proto__: null,
|
|
1219
|
-
actionName: actionName$
|
|
1220
|
-
authorizations: authorizations$
|
|
1219
|
+
actionName: actionName$1N,
|
|
1220
|
+
authorizations: authorizations$1N
|
|
1221
1221
|
};
|
|
1222
1222
|
|
|
1223
|
-
const authorizations$
|
|
1223
|
+
const authorizations$1M = [
|
|
1224
1224
|
{ permissions: [active], actor: _marketplace }
|
|
1225
1225
|
];
|
|
1226
|
-
const actionName$
|
|
1226
|
+
const actionName$1M = "recieved";
|
|
1227
1227
|
|
|
1228
1228
|
const productRecieved = {
|
|
1229
1229
|
__proto__: null,
|
|
1230
|
-
actionName: actionName$
|
|
1231
|
-
authorizations: authorizations$
|
|
1230
|
+
actionName: actionName$1M,
|
|
1231
|
+
authorizations: authorizations$1M
|
|
1232
1232
|
};
|
|
1233
1233
|
|
|
1234
|
-
const authorizations$
|
|
1234
|
+
const authorizations$1L = [
|
|
1235
1235
|
{ permissions: [active, special], actor: _admin }
|
|
1236
1236
|
];
|
|
1237
|
-
const actionName$
|
|
1237
|
+
const actionName$1L = "validated";
|
|
1238
1238
|
|
|
1239
1239
|
const validate = {
|
|
1240
1240
|
__proto__: null,
|
|
1241
|
-
actionName: actionName$
|
|
1242
|
-
authorizations: authorizations$
|
|
1241
|
+
actionName: actionName$1L,
|
|
1242
|
+
authorizations: authorizations$1L
|
|
1243
1243
|
};
|
|
1244
1244
|
|
|
1245
|
-
const authorizations$
|
|
1245
|
+
const authorizations$1K = [
|
|
1246
1246
|
{ permissions: [active], actor: _member }
|
|
1247
1247
|
];
|
|
1248
|
-
const actionName$
|
|
1248
|
+
const actionName$1K = "automate";
|
|
1249
1249
|
|
|
1250
1250
|
const automate = {
|
|
1251
1251
|
__proto__: null,
|
|
1252
|
-
actionName: actionName$
|
|
1253
|
-
authorizations: authorizations$
|
|
1252
|
+
actionName: actionName$1K,
|
|
1253
|
+
authorizations: authorizations$1K
|
|
1254
1254
|
};
|
|
1255
1255
|
|
|
1256
|
-
const authorizations$
|
|
1256
|
+
const authorizations$1J = [
|
|
1257
1257
|
{ permissions: [active], actor: _member }
|
|
1258
1258
|
];
|
|
1259
|
-
const actionName$
|
|
1259
|
+
const actionName$1J = "disautomate";
|
|
1260
1260
|
|
|
1261
1261
|
const disautomate = {
|
|
1262
1262
|
__proto__: null,
|
|
1263
|
-
actionName: actionName$
|
|
1264
|
-
authorizations: authorizations$
|
|
1263
|
+
actionName: actionName$1J,
|
|
1264
|
+
authorizations: authorizations$1J
|
|
1265
1265
|
};
|
|
1266
1266
|
|
|
1267
|
-
const authorizations$
|
|
1267
|
+
const authorizations$1I = [
|
|
1268
1268
|
{ permissions: [active], actor: _chairman }
|
|
1269
1269
|
];
|
|
1270
|
-
const actionName$
|
|
1270
|
+
const actionName$1I = "freedecision";
|
|
1271
1271
|
|
|
1272
1272
|
const freeDecision = {
|
|
1273
1273
|
__proto__: null,
|
|
1274
|
-
actionName: actionName$
|
|
1275
|
-
authorizations: authorizations$
|
|
1274
|
+
actionName: actionName$1I,
|
|
1275
|
+
authorizations: authorizations$1I
|
|
1276
1276
|
};
|
|
1277
1277
|
|
|
1278
1278
|
const index$O = {
|
|
1279
1279
|
__proto__: null,
|
|
1280
|
-
Authorize: authorize$
|
|
1280
|
+
Authorize: authorize$1,
|
|
1281
1281
|
Automate: automate,
|
|
1282
1282
|
CancelVote: cancelVote,
|
|
1283
1283
|
CreateFreeDecision: freeDecision,
|
|
@@ -1293,22 +1293,22 @@ const index$O = {
|
|
|
1293
1293
|
WithdrawDecision: withdrawDecision
|
|
1294
1294
|
};
|
|
1295
1295
|
|
|
1296
|
-
const authorizations$
|
|
1297
|
-
const actionName$
|
|
1296
|
+
const authorizations$1H = [{ permissions: [active], actor: _chairman }];
|
|
1297
|
+
const actionName$1H = "createboard";
|
|
1298
1298
|
|
|
1299
1299
|
const createBoard = {
|
|
1300
1300
|
__proto__: null,
|
|
1301
|
-
actionName: actionName$
|
|
1302
|
-
authorizations: authorizations$
|
|
1301
|
+
actionName: actionName$1H,
|
|
1302
|
+
authorizations: authorizations$1H
|
|
1303
1303
|
};
|
|
1304
1304
|
|
|
1305
|
-
const authorizations$
|
|
1306
|
-
const actionName$
|
|
1305
|
+
const authorizations$1G = [{ permissions: [active], actor: _chairman }];
|
|
1306
|
+
const actionName$1G = "updateboard";
|
|
1307
1307
|
|
|
1308
1308
|
const updateBoard = {
|
|
1309
1309
|
__proto__: null,
|
|
1310
|
-
actionName: actionName$
|
|
1311
|
-
authorizations: authorizations$
|
|
1310
|
+
actionName: actionName$1G,
|
|
1311
|
+
authorizations: authorizations$1G
|
|
1312
1312
|
};
|
|
1313
1313
|
|
|
1314
1314
|
const index$N = {
|
|
@@ -1317,59 +1317,59 @@ const index$N = {
|
|
|
1317
1317
|
UpdateBoard: updateBoard
|
|
1318
1318
|
};
|
|
1319
1319
|
|
|
1320
|
-
const authorizations$
|
|
1320
|
+
const authorizations$1F = [
|
|
1321
1321
|
{ permissions: [active], actor: _chairman }
|
|
1322
1322
|
];
|
|
1323
|
-
const actionName$
|
|
1323
|
+
const actionName$1F = "addstaff";
|
|
1324
1324
|
|
|
1325
1325
|
const addAdmin = {
|
|
1326
1326
|
__proto__: null,
|
|
1327
|
-
actionName: actionName$
|
|
1328
|
-
authorizations: authorizations$
|
|
1327
|
+
actionName: actionName$1F,
|
|
1328
|
+
authorizations: authorizations$1F
|
|
1329
1329
|
};
|
|
1330
1330
|
|
|
1331
|
-
const authorizations$
|
|
1331
|
+
const authorizations$1E = [
|
|
1332
1332
|
{ permissions: [active], actor: _chairman }
|
|
1333
1333
|
];
|
|
1334
|
-
const actionName$
|
|
1334
|
+
const actionName$1E = "rmstaff";
|
|
1335
1335
|
|
|
1336
1336
|
const deleteAdmin = {
|
|
1337
1337
|
__proto__: null,
|
|
1338
|
-
actionName: actionName$
|
|
1339
|
-
authorizations: authorizations$
|
|
1338
|
+
actionName: actionName$1E,
|
|
1339
|
+
authorizations: authorizations$1E
|
|
1340
1340
|
};
|
|
1341
1341
|
|
|
1342
|
-
const authorizations$
|
|
1342
|
+
const authorizations$1D = [
|
|
1343
1343
|
{ permissions: [active, special], actor: _admin }
|
|
1344
1344
|
];
|
|
1345
|
-
const actionName$
|
|
1345
|
+
const actionName$1D = "regpaid";
|
|
1346
1346
|
|
|
1347
1347
|
const registerPayment = {
|
|
1348
1348
|
__proto__: null,
|
|
1349
|
-
actionName: actionName$
|
|
1350
|
-
authorizations: authorizations$
|
|
1349
|
+
actionName: actionName$1D,
|
|
1350
|
+
authorizations: authorizations$1D
|
|
1351
1351
|
};
|
|
1352
1352
|
|
|
1353
|
-
const authorizations$
|
|
1353
|
+
const authorizations$1C = [
|
|
1354
1354
|
{ permissions: [active], actor: _chairman }
|
|
1355
1355
|
];
|
|
1356
|
-
const actionName$
|
|
1356
|
+
const actionName$1C = "setrights";
|
|
1357
1357
|
|
|
1358
1358
|
const setRights = {
|
|
1359
1359
|
__proto__: null,
|
|
1360
|
-
actionName: actionName$
|
|
1361
|
-
authorizations: authorizations$
|
|
1360
|
+
actionName: actionName$1C,
|
|
1361
|
+
authorizations: authorizations$1C
|
|
1362
1362
|
};
|
|
1363
1363
|
|
|
1364
|
-
const authorizations$
|
|
1364
|
+
const authorizations$1B = [
|
|
1365
1365
|
{ permissions: [active], actor: _system$1 }
|
|
1366
1366
|
];
|
|
1367
|
-
const actionName$
|
|
1367
|
+
const actionName$1B = "init";
|
|
1368
1368
|
|
|
1369
1369
|
const init$2 = {
|
|
1370
1370
|
__proto__: null,
|
|
1371
|
-
actionName: actionName$
|
|
1372
|
-
authorizations: authorizations$
|
|
1371
|
+
actionName: actionName$1B,
|
|
1372
|
+
authorizations: authorizations$1B
|
|
1373
1373
|
};
|
|
1374
1374
|
|
|
1375
1375
|
const index$M = {
|
|
@@ -1381,48 +1381,48 @@ const index$M = {
|
|
|
1381
1381
|
SetRights: setRights
|
|
1382
1382
|
};
|
|
1383
1383
|
|
|
1384
|
-
const authorizations$
|
|
1384
|
+
const authorizations$1A = [
|
|
1385
1385
|
{ permissions: [active, special], actor: _admin }
|
|
1386
1386
|
];
|
|
1387
|
-
const actionName$
|
|
1387
|
+
const actionName$1A = "confirmagree";
|
|
1388
1388
|
|
|
1389
1389
|
const confirmAgreement = {
|
|
1390
1390
|
__proto__: null,
|
|
1391
|
-
actionName: actionName$
|
|
1392
|
-
authorizations: authorizations$
|
|
1391
|
+
actionName: actionName$1A,
|
|
1392
|
+
authorizations: authorizations$1A
|
|
1393
1393
|
};
|
|
1394
1394
|
|
|
1395
|
-
const authorizations$
|
|
1395
|
+
const authorizations$1z = [
|
|
1396
1396
|
{ permissions: [active, special], actor: _admin }
|
|
1397
1397
|
];
|
|
1398
|
-
const actionName$
|
|
1398
|
+
const actionName$1z = "declineagree";
|
|
1399
1399
|
|
|
1400
1400
|
const declineAgreement = {
|
|
1401
1401
|
__proto__: null,
|
|
1402
|
-
actionName: actionName$
|
|
1403
|
-
authorizations: authorizations$
|
|
1402
|
+
actionName: actionName$1z,
|
|
1403
|
+
authorizations: authorizations$1z
|
|
1404
1404
|
};
|
|
1405
1405
|
|
|
1406
|
-
const authorizations$
|
|
1406
|
+
const authorizations$1y = [
|
|
1407
1407
|
{ permissions: [active], actor: _username }
|
|
1408
1408
|
];
|
|
1409
|
-
const actionName$
|
|
1409
|
+
const actionName$1y = "sndagreement";
|
|
1410
1410
|
|
|
1411
1411
|
const sendAgreement = {
|
|
1412
1412
|
__proto__: null,
|
|
1413
|
-
actionName: actionName$
|
|
1414
|
-
authorizations: authorizations$
|
|
1413
|
+
actionName: actionName$1y,
|
|
1414
|
+
authorizations: authorizations$1y
|
|
1415
1415
|
};
|
|
1416
1416
|
|
|
1417
|
-
const authorizations$
|
|
1417
|
+
const authorizations$1x = [
|
|
1418
1418
|
{ permissions: [active, special], actor: _admin }
|
|
1419
1419
|
];
|
|
1420
|
-
const actionName$
|
|
1420
|
+
const actionName$1x = "makecoagreem";
|
|
1421
1421
|
|
|
1422
1422
|
const makeCoagreement = {
|
|
1423
1423
|
__proto__: null,
|
|
1424
|
-
actionName: actionName$
|
|
1425
|
-
authorizations: authorizations$
|
|
1424
|
+
actionName: actionName$1x,
|
|
1425
|
+
authorizations: authorizations$1x
|
|
1426
1426
|
};
|
|
1427
1427
|
|
|
1428
1428
|
const index$L = {
|
|
@@ -1433,13 +1433,13 @@ const index$L = {
|
|
|
1433
1433
|
SendAgreement: sendAgreement
|
|
1434
1434
|
};
|
|
1435
1435
|
|
|
1436
|
-
const authorizations$
|
|
1437
|
-
const actionName$
|
|
1436
|
+
const authorizations$1w = [{ permissions: [active], actor: _coopname }];
|
|
1437
|
+
const actionName$1w = "selectbranch";
|
|
1438
1438
|
|
|
1439
1439
|
const selectBranch = {
|
|
1440
1440
|
__proto__: null,
|
|
1441
|
-
actionName: actionName$
|
|
1442
|
-
authorizations: authorizations$
|
|
1441
|
+
actionName: actionName$1w,
|
|
1442
|
+
authorizations: authorizations$1w
|
|
1443
1443
|
};
|
|
1444
1444
|
|
|
1445
1445
|
const index$K = {
|
|
@@ -1460,132 +1460,132 @@ const index$J = {
|
|
|
1460
1460
|
Wallet: index$Q
|
|
1461
1461
|
};
|
|
1462
1462
|
|
|
1463
|
-
const tableName$
|
|
1464
|
-
const scope$
|
|
1463
|
+
const tableName$I = "addresses";
|
|
1464
|
+
const scope$I = _coopname;
|
|
1465
1465
|
|
|
1466
1466
|
const addresses = {
|
|
1467
|
+
__proto__: null,
|
|
1468
|
+
scope: scope$I,
|
|
1469
|
+
tableName: tableName$I
|
|
1470
|
+
};
|
|
1471
|
+
|
|
1472
|
+
const tableName$H = "staff";
|
|
1473
|
+
const scope$H = _coopname;
|
|
1474
|
+
|
|
1475
|
+
const admins = {
|
|
1476
|
+
__proto__: null,
|
|
1477
|
+
scope: scope$H,
|
|
1478
|
+
tableName: tableName$H
|
|
1479
|
+
};
|
|
1480
|
+
|
|
1481
|
+
const tableName$G = "autosigner";
|
|
1482
|
+
const scope$G = _coopname;
|
|
1483
|
+
|
|
1484
|
+
const automationQueue = {
|
|
1467
1485
|
__proto__: null,
|
|
1468
1486
|
scope: scope$G,
|
|
1469
1487
|
tableName: tableName$G
|
|
1470
1488
|
};
|
|
1471
1489
|
|
|
1472
|
-
const tableName$F = "
|
|
1490
|
+
const tableName$F = "automator";
|
|
1473
1491
|
const scope$F = _coopname;
|
|
1474
1492
|
|
|
1475
|
-
const
|
|
1493
|
+
const automations = {
|
|
1476
1494
|
__proto__: null,
|
|
1477
1495
|
scope: scope$F,
|
|
1478
1496
|
tableName: tableName$F
|
|
1479
1497
|
};
|
|
1480
1498
|
|
|
1481
|
-
const tableName$E = "
|
|
1499
|
+
const tableName$E = "boards";
|
|
1482
1500
|
const scope$E = _coopname;
|
|
1483
1501
|
|
|
1484
|
-
const
|
|
1502
|
+
const boards = {
|
|
1485
1503
|
__proto__: null,
|
|
1486
1504
|
scope: scope$E,
|
|
1487
1505
|
tableName: tableName$E
|
|
1488
1506
|
};
|
|
1489
1507
|
|
|
1490
|
-
const tableName$D = "
|
|
1508
|
+
const tableName$D = "changes";
|
|
1491
1509
|
const scope$D = _coopname;
|
|
1492
1510
|
|
|
1493
|
-
const
|
|
1511
|
+
const changes = {
|
|
1494
1512
|
__proto__: null,
|
|
1495
1513
|
scope: scope$D,
|
|
1496
1514
|
tableName: tableName$D
|
|
1497
1515
|
};
|
|
1498
1516
|
|
|
1499
|
-
const tableName$C = "
|
|
1517
|
+
const tableName$C = "decisions";
|
|
1500
1518
|
const scope$C = _coopname;
|
|
1501
1519
|
|
|
1502
|
-
const
|
|
1520
|
+
const decisions = {
|
|
1503
1521
|
__proto__: null,
|
|
1504
1522
|
scope: scope$C,
|
|
1505
1523
|
tableName: tableName$C
|
|
1506
1524
|
};
|
|
1507
1525
|
|
|
1508
|
-
const tableName$B = "
|
|
1526
|
+
const tableName$B = "joincoops";
|
|
1509
1527
|
const scope$B = _coopname;
|
|
1510
1528
|
|
|
1511
|
-
const
|
|
1529
|
+
const joinCoops = {
|
|
1512
1530
|
__proto__: null,
|
|
1513
1531
|
scope: scope$B,
|
|
1514
1532
|
tableName: tableName$B
|
|
1515
1533
|
};
|
|
1516
1534
|
|
|
1517
|
-
const tableName$A = "
|
|
1535
|
+
const tableName$A = "programs";
|
|
1518
1536
|
const scope$A = _coopname;
|
|
1519
1537
|
|
|
1520
|
-
const
|
|
1538
|
+
const programs = {
|
|
1521
1539
|
__proto__: null,
|
|
1522
1540
|
scope: scope$A,
|
|
1523
1541
|
tableName: tableName$A
|
|
1524
1542
|
};
|
|
1525
1543
|
|
|
1526
|
-
const tableName$z = "
|
|
1544
|
+
const tableName$z = "participants";
|
|
1527
1545
|
const scope$z = _coopname;
|
|
1528
1546
|
|
|
1529
|
-
const
|
|
1547
|
+
const participants = {
|
|
1530
1548
|
__proto__: null,
|
|
1531
1549
|
scope: scope$z,
|
|
1532
1550
|
tableName: tableName$z
|
|
1533
1551
|
};
|
|
1534
1552
|
|
|
1535
|
-
const tableName$y = "
|
|
1553
|
+
const tableName$y = "progwallets";
|
|
1536
1554
|
const scope$y = _coopname;
|
|
1537
1555
|
|
|
1538
|
-
const
|
|
1556
|
+
const programWallets = {
|
|
1539
1557
|
__proto__: null,
|
|
1540
1558
|
scope: scope$y,
|
|
1541
1559
|
tableName: tableName$y
|
|
1542
1560
|
};
|
|
1543
1561
|
|
|
1544
|
-
const tableName$x = "
|
|
1562
|
+
const tableName$x = "wallets";
|
|
1545
1563
|
const scope$x = _coopname;
|
|
1546
1564
|
|
|
1547
|
-
const
|
|
1565
|
+
const wallets = {
|
|
1548
1566
|
__proto__: null,
|
|
1549
1567
|
scope: scope$x,
|
|
1550
1568
|
tableName: tableName$x
|
|
1551
1569
|
};
|
|
1552
1570
|
|
|
1553
|
-
const tableName$w = "
|
|
1571
|
+
const tableName$w = "agreements";
|
|
1554
1572
|
const scope$w = _coopname;
|
|
1555
1573
|
|
|
1556
|
-
const
|
|
1574
|
+
const agreements = {
|
|
1557
1575
|
__proto__: null,
|
|
1558
1576
|
scope: scope$w,
|
|
1559
1577
|
tableName: tableName$w
|
|
1560
1578
|
};
|
|
1561
1579
|
|
|
1562
|
-
const tableName$v = "
|
|
1580
|
+
const tableName$v = "coagreements";
|
|
1563
1581
|
const scope$v = _coopname;
|
|
1564
1582
|
|
|
1565
|
-
const
|
|
1583
|
+
const coopAgreements = {
|
|
1566
1584
|
__proto__: null,
|
|
1567
1585
|
scope: scope$v,
|
|
1568
1586
|
tableName: tableName$v
|
|
1569
1587
|
};
|
|
1570
1588
|
|
|
1571
|
-
const tableName$u = "agreements";
|
|
1572
|
-
const scope$u = _coopname;
|
|
1573
|
-
|
|
1574
|
-
const agreements = {
|
|
1575
|
-
__proto__: null,
|
|
1576
|
-
scope: scope$u,
|
|
1577
|
-
tableName: tableName$u
|
|
1578
|
-
};
|
|
1579
|
-
|
|
1580
|
-
const tableName$t = "coagreements";
|
|
1581
|
-
const scope$t = _coopname;
|
|
1582
|
-
|
|
1583
|
-
const coopAgreements = {
|
|
1584
|
-
__proto__: null,
|
|
1585
|
-
scope: scope$t,
|
|
1586
|
-
tableName: tableName$t
|
|
1587
|
-
};
|
|
1588
|
-
|
|
1589
1589
|
const index$I = {
|
|
1590
1590
|
__proto__: null,
|
|
1591
1591
|
Addresses: addresses,
|
|
@@ -1618,181 +1618,181 @@ const index$H = {
|
|
|
1618
1618
|
contractName: contractName$5
|
|
1619
1619
|
};
|
|
1620
1620
|
|
|
1621
|
-
const authorizations$
|
|
1622
|
-
const actionName$
|
|
1621
|
+
const authorizations$1v = [{ permissions: [active], actor: _username }];
|
|
1622
|
+
const actionName$1v = "accept";
|
|
1623
1623
|
|
|
1624
1624
|
const acceptRequest = {
|
|
1625
1625
|
__proto__: null,
|
|
1626
|
-
actionName: actionName$
|
|
1627
|
-
authorizations: authorizations$
|
|
1626
|
+
actionName: actionName$1v,
|
|
1627
|
+
authorizations: authorizations$1v
|
|
1628
1628
|
};
|
|
1629
1629
|
|
|
1630
|
-
const authorizations$
|
|
1631
|
-
const actionName$
|
|
1630
|
+
const authorizations$1u = [{ permissions: [active], actor: _soviet }];
|
|
1631
|
+
const actionName$1u = "authorize";
|
|
1632
1632
|
|
|
1633
|
-
const authorize
|
|
1633
|
+
const authorize = {
|
|
1634
1634
|
__proto__: null,
|
|
1635
|
-
actionName: actionName$
|
|
1636
|
-
authorizations: authorizations$
|
|
1635
|
+
actionName: actionName$1u,
|
|
1636
|
+
authorizations: authorizations$1u
|
|
1637
1637
|
};
|
|
1638
1638
|
|
|
1639
|
-
const authorizations$
|
|
1640
|
-
const actionName$
|
|
1639
|
+
const authorizations$1t = [{ permissions: [active], actor: _username }];
|
|
1640
|
+
const actionName$1t = "cancel";
|
|
1641
1641
|
|
|
1642
1642
|
const cancelRequest = {
|
|
1643
1643
|
__proto__: null,
|
|
1644
|
-
actionName: actionName$
|
|
1645
|
-
authorizations: authorizations$
|
|
1644
|
+
actionName: actionName$1t,
|
|
1645
|
+
authorizations: authorizations$1t
|
|
1646
1646
|
};
|
|
1647
1647
|
|
|
1648
|
-
const authorizations$
|
|
1649
|
-
const actionName$
|
|
1648
|
+
const authorizations$1s = [{ permissions: [active], actor: _username }];
|
|
1649
|
+
const actionName$1s = "complete";
|
|
1650
1650
|
|
|
1651
1651
|
const completeRequest = {
|
|
1652
1652
|
__proto__: null,
|
|
1653
|
-
actionName: actionName$
|
|
1654
|
-
authorizations: authorizations$
|
|
1653
|
+
actionName: actionName$1s,
|
|
1654
|
+
authorizations: authorizations$1s
|
|
1655
1655
|
};
|
|
1656
1656
|
|
|
1657
|
-
const authorizations$
|
|
1658
|
-
const actionName$
|
|
1657
|
+
const authorizations$1r = [{ permissions: [active], actor: _chairman }];
|
|
1658
|
+
const actionName$1r = "recievecnfrm";
|
|
1659
1659
|
|
|
1660
1660
|
const confirmReceive = {
|
|
1661
1661
|
__proto__: null,
|
|
1662
|
-
actionName: actionName$
|
|
1663
|
-
authorizations: authorizations$
|
|
1662
|
+
actionName: actionName$1r,
|
|
1663
|
+
authorizations: authorizations$1r
|
|
1664
1664
|
};
|
|
1665
1665
|
|
|
1666
|
-
const authorizations$
|
|
1667
|
-
const actionName$
|
|
1666
|
+
const authorizations$1q = [{ permissions: [active], actor: _chairman }];
|
|
1667
|
+
const actionName$1q = "supplycnfrm";
|
|
1668
1668
|
|
|
1669
1669
|
const confirmSupply = {
|
|
1670
1670
|
__proto__: null,
|
|
1671
|
-
actionName: actionName$
|
|
1672
|
-
authorizations: authorizations$
|
|
1671
|
+
actionName: actionName$1q,
|
|
1672
|
+
authorizations: authorizations$1q
|
|
1673
1673
|
};
|
|
1674
1674
|
|
|
1675
|
-
const authorizations$
|
|
1676
|
-
const actionName$
|
|
1675
|
+
const authorizations$1p = [{ permissions: [active], actor: _username }];
|
|
1676
|
+
const actionName$1p = "offer";
|
|
1677
1677
|
|
|
1678
1678
|
const createOffer = {
|
|
1679
1679
|
__proto__: null,
|
|
1680
|
-
actionName: actionName$
|
|
1681
|
-
authorizations: authorizations$
|
|
1680
|
+
actionName: actionName$1p,
|
|
1681
|
+
authorizations: authorizations$1p
|
|
1682
1682
|
};
|
|
1683
1683
|
|
|
1684
|
-
const authorizations$
|
|
1685
|
-
const actionName$
|
|
1684
|
+
const authorizations$1o = [{ permissions: [active], actor: _username }];
|
|
1685
|
+
const actionName$1o = "order";
|
|
1686
1686
|
|
|
1687
1687
|
const createOrder = {
|
|
1688
1688
|
__proto__: null,
|
|
1689
|
-
actionName: actionName$
|
|
1690
|
-
authorizations: authorizations$
|
|
1689
|
+
actionName: actionName$1o,
|
|
1690
|
+
authorizations: authorizations$1o
|
|
1691
1691
|
};
|
|
1692
1692
|
|
|
1693
|
-
const authorizations$
|
|
1694
|
-
const actionName$
|
|
1693
|
+
const authorizations$1n = [{ permissions: [active], actor: _username }];
|
|
1694
|
+
const actionName$1n = "decline";
|
|
1695
1695
|
|
|
1696
1696
|
const declineRequest = {
|
|
1697
1697
|
__proto__: null,
|
|
1698
|
-
actionName: actionName$
|
|
1699
|
-
authorizations: authorizations$
|
|
1698
|
+
actionName: actionName$1n,
|
|
1699
|
+
authorizations: authorizations$1n
|
|
1700
1700
|
};
|
|
1701
1701
|
|
|
1702
|
-
const authorizations$
|
|
1703
|
-
const actionName$
|
|
1702
|
+
const authorizations$1m = [{ permissions: [active], actor: _chairman }];
|
|
1703
|
+
const actionName$1m = "delivered";
|
|
1704
1704
|
|
|
1705
1705
|
const deliverOnRequest = {
|
|
1706
1706
|
__proto__: null,
|
|
1707
|
-
actionName: actionName$
|
|
1708
|
-
authorizations: authorizations$
|
|
1707
|
+
actionName: actionName$1m,
|
|
1708
|
+
authorizations: authorizations$1m
|
|
1709
1709
|
};
|
|
1710
1710
|
|
|
1711
|
-
const authorizations$
|
|
1712
|
-
const actionName$
|
|
1711
|
+
const authorizations$1l = [{ permissions: [active, special], actor: _admin }];
|
|
1712
|
+
const actionName$1l = "moderate";
|
|
1713
1713
|
|
|
1714
1714
|
const moderateRequest = {
|
|
1715
1715
|
__proto__: null,
|
|
1716
|
-
actionName: actionName$
|
|
1717
|
-
authorizations: authorizations$
|
|
1716
|
+
actionName: actionName$1l,
|
|
1717
|
+
authorizations: authorizations$1l
|
|
1718
1718
|
};
|
|
1719
1719
|
|
|
1720
|
-
const authorizations$
|
|
1721
|
-
const actionName$
|
|
1720
|
+
const authorizations$1k = [{ permissions: [active], actor: _marketplace }];
|
|
1721
|
+
const actionName$1k = "newid";
|
|
1722
1722
|
|
|
1723
1723
|
const newRequestId = {
|
|
1724
1724
|
__proto__: null,
|
|
1725
|
-
actionName: actionName$
|
|
1726
|
-
authorizations: authorizations$
|
|
1725
|
+
actionName: actionName$1k,
|
|
1726
|
+
authorizations: authorizations$1k
|
|
1727
1727
|
};
|
|
1728
1728
|
|
|
1729
|
-
const authorizations$
|
|
1730
|
-
const actionName$
|
|
1729
|
+
const authorizations$1j = [{ permissions: [active], actor: _username }];
|
|
1730
|
+
const actionName$1j = "dispute";
|
|
1731
1731
|
|
|
1732
1732
|
const openDispute = {
|
|
1733
1733
|
__proto__: null,
|
|
1734
|
-
actionName: actionName$
|
|
1735
|
-
authorizations: authorizations$
|
|
1734
|
+
actionName: actionName$1j,
|
|
1735
|
+
authorizations: authorizations$1j
|
|
1736
1736
|
};
|
|
1737
1737
|
|
|
1738
|
-
const authorizations$
|
|
1739
|
-
const actionName$
|
|
1738
|
+
const authorizations$1i = [{ permissions: [active, special], actor: _admin }];
|
|
1739
|
+
const actionName$1i = "prohibit";
|
|
1740
1740
|
|
|
1741
1741
|
const prohibitRequest = {
|
|
1742
1742
|
__proto__: null,
|
|
1743
|
-
actionName: actionName$
|
|
1744
|
-
authorizations: authorizations$
|
|
1743
|
+
actionName: actionName$1i,
|
|
1744
|
+
authorizations: authorizations$1i
|
|
1745
1745
|
};
|
|
1746
1746
|
|
|
1747
|
-
const authorizations$
|
|
1748
|
-
const actionName$
|
|
1747
|
+
const authorizations$1h = [{ permissions: [active], actor: _username }];
|
|
1748
|
+
const actionName$1h = "publish";
|
|
1749
1749
|
|
|
1750
1750
|
const publishRequest = {
|
|
1751
1751
|
__proto__: null,
|
|
1752
|
-
actionName: actionName$
|
|
1753
|
-
authorizations: authorizations$
|
|
1752
|
+
actionName: actionName$1h,
|
|
1753
|
+
authorizations: authorizations$1h
|
|
1754
1754
|
};
|
|
1755
1755
|
|
|
1756
|
-
const authorizations$
|
|
1757
|
-
const actionName$
|
|
1756
|
+
const authorizations$1g = [{ permissions: [active], actor: _username }];
|
|
1757
|
+
const actionName$1g = "recieve";
|
|
1758
1758
|
|
|
1759
1759
|
const receiveOnRequest = {
|
|
1760
1760
|
__proto__: null,
|
|
1761
|
-
actionName: actionName$
|
|
1762
|
-
authorizations: authorizations$
|
|
1761
|
+
actionName: actionName$1g,
|
|
1762
|
+
authorizations: authorizations$1g
|
|
1763
1763
|
};
|
|
1764
1764
|
|
|
1765
|
-
const authorizations$
|
|
1766
|
-
const actionName$
|
|
1765
|
+
const authorizations$1f = [{ permissions: [active], actor: _username }];
|
|
1766
|
+
const actionName$1f = "supply";
|
|
1767
1767
|
|
|
1768
1768
|
const supplyOnRequest = {
|
|
1769
1769
|
__proto__: null,
|
|
1770
|
-
actionName: actionName$
|
|
1771
|
-
authorizations: authorizations$
|
|
1770
|
+
actionName: actionName$1f,
|
|
1771
|
+
authorizations: authorizations$1f
|
|
1772
1772
|
};
|
|
1773
1773
|
|
|
1774
|
-
const authorizations$
|
|
1775
|
-
const actionName$
|
|
1774
|
+
const authorizations$1e = [{ permissions: [active], actor: _username }];
|
|
1775
|
+
const actionName$1e = "unpublish";
|
|
1776
1776
|
|
|
1777
1777
|
const unpublishRequest = {
|
|
1778
1778
|
__proto__: null,
|
|
1779
|
-
actionName: actionName$
|
|
1780
|
-
authorizations: authorizations$
|
|
1779
|
+
actionName: actionName$1e,
|
|
1780
|
+
authorizations: authorizations$1e
|
|
1781
1781
|
};
|
|
1782
1782
|
|
|
1783
|
-
const authorizations$
|
|
1784
|
-
const actionName$
|
|
1783
|
+
const authorizations$1d = [{ permissions: [active], actor: _username }];
|
|
1784
|
+
const actionName$1d = "update";
|
|
1785
1785
|
|
|
1786
1786
|
const updateRequest = {
|
|
1787
1787
|
__proto__: null,
|
|
1788
|
-
actionName: actionName$
|
|
1789
|
-
authorizations: authorizations$
|
|
1788
|
+
actionName: actionName$1d,
|
|
1789
|
+
authorizations: authorizations$1d
|
|
1790
1790
|
};
|
|
1791
1791
|
|
|
1792
1792
|
const index$G = {
|
|
1793
1793
|
__proto__: null,
|
|
1794
1794
|
AcceptRequest: acceptRequest,
|
|
1795
|
-
Authorize: authorize
|
|
1795
|
+
Authorize: authorize,
|
|
1796
1796
|
CancelRequest: cancelRequest,
|
|
1797
1797
|
CompleteRequest: completeRequest,
|
|
1798
1798
|
ConfirmReceive: confirmReceive,
|
|
@@ -1812,13 +1812,13 @@ const index$G = {
|
|
|
1812
1812
|
UpdateRequest: updateRequest
|
|
1813
1813
|
};
|
|
1814
1814
|
|
|
1815
|
-
const tableName$
|
|
1816
|
-
const scope$
|
|
1815
|
+
const tableName$u = "requests";
|
|
1816
|
+
const scope$u = _coopname;
|
|
1817
1817
|
|
|
1818
1818
|
const requests = {
|
|
1819
1819
|
__proto__: null,
|
|
1820
|
-
scope: scope$
|
|
1821
|
-
tableName: tableName$
|
|
1820
|
+
scope: scope$u,
|
|
1821
|
+
tableName: tableName$u
|
|
1822
1822
|
};
|
|
1823
1823
|
|
|
1824
1824
|
const index$F = {
|
|
@@ -1840,58 +1840,58 @@ const index$E = {
|
|
|
1840
1840
|
contractName: contractName$4
|
|
1841
1841
|
};
|
|
1842
1842
|
|
|
1843
|
-
const authorizations$
|
|
1844
|
-
const actionName$
|
|
1843
|
+
const authorizations$1c = [{ permissions: [active], actor: _username }];
|
|
1844
|
+
const actionName$1c = "propose";
|
|
1845
1845
|
|
|
1846
1846
|
const proposeTransaction = {
|
|
1847
1847
|
__proto__: null,
|
|
1848
|
-
actionName: actionName$
|
|
1849
|
-
authorizations: authorizations$
|
|
1848
|
+
actionName: actionName$1c,
|
|
1849
|
+
authorizations: authorizations$1c
|
|
1850
1850
|
};
|
|
1851
1851
|
|
|
1852
|
-
const authorizations$
|
|
1853
|
-
const actionName$
|
|
1852
|
+
const authorizations$1b = [{ permissions: [active], actor: _username }];
|
|
1853
|
+
const actionName$1b = "approve";
|
|
1854
1854
|
|
|
1855
1855
|
const approveProposal = {
|
|
1856
1856
|
__proto__: null,
|
|
1857
|
-
actionName: actionName$
|
|
1858
|
-
authorizations: authorizations$
|
|
1857
|
+
actionName: actionName$1b,
|
|
1858
|
+
authorizations: authorizations$1b
|
|
1859
1859
|
};
|
|
1860
1860
|
|
|
1861
|
-
const authorizations
|
|
1862
|
-
const actionName
|
|
1861
|
+
const authorizations$1a = [{ permissions: [active], actor: _username }];
|
|
1862
|
+
const actionName$1a = "unapprove";
|
|
1863
1863
|
|
|
1864
1864
|
const unapproveProposal = {
|
|
1865
1865
|
__proto__: null,
|
|
1866
|
-
actionName: actionName
|
|
1867
|
-
authorizations: authorizations
|
|
1866
|
+
actionName: actionName$1a,
|
|
1867
|
+
authorizations: authorizations$1a
|
|
1868
1868
|
};
|
|
1869
1869
|
|
|
1870
|
-
const authorizations$
|
|
1871
|
-
const actionName$
|
|
1870
|
+
const authorizations$19 = [{ permissions: [active], actor: _username }];
|
|
1871
|
+
const actionName$19 = "cancel";
|
|
1872
1872
|
|
|
1873
1873
|
const cancelProposal = {
|
|
1874
1874
|
__proto__: null,
|
|
1875
|
-
actionName: actionName$
|
|
1876
|
-
authorizations: authorizations$
|
|
1875
|
+
actionName: actionName$19,
|
|
1876
|
+
authorizations: authorizations$19
|
|
1877
1877
|
};
|
|
1878
1878
|
|
|
1879
|
-
const authorizations$
|
|
1880
|
-
const actionName$
|
|
1879
|
+
const authorizations$18 = [{ permissions: [active], actor: _username }];
|
|
1880
|
+
const actionName$18 = "exec";
|
|
1881
1881
|
|
|
1882
1882
|
const execProposal = {
|
|
1883
1883
|
__proto__: null,
|
|
1884
|
-
actionName: actionName$
|
|
1885
|
-
authorizations: authorizations$
|
|
1884
|
+
actionName: actionName$18,
|
|
1885
|
+
authorizations: authorizations$18
|
|
1886
1886
|
};
|
|
1887
1887
|
|
|
1888
|
-
const authorizations$
|
|
1889
|
-
const actionName$
|
|
1888
|
+
const authorizations$17 = [{ permissions: [active], actor: _username }];
|
|
1889
|
+
const actionName$17 = "invalidate";
|
|
1890
1890
|
|
|
1891
1891
|
const invalidateAccount = {
|
|
1892
1892
|
__proto__: null,
|
|
1893
|
-
actionName: actionName$
|
|
1894
|
-
authorizations: authorizations$
|
|
1893
|
+
actionName: actionName$17,
|
|
1894
|
+
authorizations: authorizations$17
|
|
1895
1895
|
};
|
|
1896
1896
|
|
|
1897
1897
|
const index$D = {
|
|
@@ -1904,40 +1904,40 @@ const index$D = {
|
|
|
1904
1904
|
UnapproveProposal: unapproveProposal
|
|
1905
1905
|
};
|
|
1906
1906
|
|
|
1907
|
-
const tableName$
|
|
1908
|
-
const scope$
|
|
1907
|
+
const tableName$t = "approvals";
|
|
1908
|
+
const scope$t = _msig;
|
|
1909
1909
|
|
|
1910
1910
|
const approvals = {
|
|
1911
1911
|
__proto__: null,
|
|
1912
|
-
scope: scope$
|
|
1913
|
-
tableName: tableName$
|
|
1912
|
+
scope: scope$t,
|
|
1913
|
+
tableName: tableName$t
|
|
1914
1914
|
};
|
|
1915
1915
|
|
|
1916
|
-
const tableName$
|
|
1917
|
-
const scope$
|
|
1916
|
+
const tableName$s = "approvals2";
|
|
1917
|
+
const scope$s = _msig;
|
|
1918
1918
|
|
|
1919
1919
|
const approvals2 = {
|
|
1920
1920
|
__proto__: null,
|
|
1921
|
-
scope: scope$
|
|
1922
|
-
tableName: tableName$
|
|
1921
|
+
scope: scope$s,
|
|
1922
|
+
tableName: tableName$s
|
|
1923
1923
|
};
|
|
1924
1924
|
|
|
1925
|
-
const tableName$
|
|
1926
|
-
const scope$
|
|
1925
|
+
const tableName$r = "invals";
|
|
1926
|
+
const scope$r = _msig;
|
|
1927
1927
|
|
|
1928
1928
|
const invalidations = {
|
|
1929
1929
|
__proto__: null,
|
|
1930
|
-
scope: scope$
|
|
1931
|
-
tableName: tableName$
|
|
1930
|
+
scope: scope$r,
|
|
1931
|
+
tableName: tableName$r
|
|
1932
1932
|
};
|
|
1933
1933
|
|
|
1934
|
-
const tableName$
|
|
1935
|
-
const scope$
|
|
1934
|
+
const tableName$q = "proposal";
|
|
1935
|
+
const scope$q = _msig;
|
|
1936
1936
|
|
|
1937
1937
|
const proposals = {
|
|
1938
1938
|
__proto__: null,
|
|
1939
|
-
scope: scope$
|
|
1940
|
-
tableName: tableName$
|
|
1939
|
+
scope: scope$q,
|
|
1940
|
+
tableName: tableName$q
|
|
1941
1941
|
};
|
|
1942
1942
|
|
|
1943
1943
|
const index$C = {
|
|
@@ -1962,13 +1962,13 @@ const index$B = {
|
|
|
1962
1962
|
contractName: contractName$3
|
|
1963
1963
|
};
|
|
1964
1964
|
|
|
1965
|
-
const authorizations$
|
|
1966
|
-
const actionName$
|
|
1965
|
+
const authorizations$16 = [{ permissions: [active], actor: _username }];
|
|
1966
|
+
const actionName$16 = "exec";
|
|
1967
1967
|
|
|
1968
1968
|
const exec = {
|
|
1969
1969
|
__proto__: null,
|
|
1970
|
-
actionName: actionName$
|
|
1971
|
-
authorizations: authorizations$
|
|
1970
|
+
actionName: actionName$16,
|
|
1971
|
+
authorizations: authorizations$16
|
|
1972
1972
|
};
|
|
1973
1973
|
|
|
1974
1974
|
const index$A = {
|
|
@@ -1989,351 +1989,351 @@ const index$z = {
|
|
|
1989
1989
|
contractName: contractName$2
|
|
1990
1990
|
};
|
|
1991
1991
|
|
|
1992
|
-
const authorizations$
|
|
1993
|
-
const actionName$
|
|
1992
|
+
const authorizations$15 = [{ permissions: [active], actor: _system }];
|
|
1993
|
+
const actionName$15 = "init";
|
|
1994
1994
|
|
|
1995
1995
|
const init$1 = {
|
|
1996
1996
|
__proto__: null,
|
|
1997
|
-
actionName: actionName$
|
|
1998
|
-
authorizations: authorizations$
|
|
1997
|
+
actionName: actionName$15,
|
|
1998
|
+
authorizations: authorizations$15
|
|
1999
1999
|
};
|
|
2000
2000
|
|
|
2001
|
-
const authorizations$
|
|
2002
|
-
const actionName$
|
|
2001
|
+
const authorizations$14 = [{ permissions: [active], actor: _contract }];
|
|
2002
|
+
const actionName$14 = "setcode";
|
|
2003
2003
|
|
|
2004
2004
|
const setCode = {
|
|
2005
2005
|
__proto__: null,
|
|
2006
|
-
actionName: actionName$
|
|
2007
|
-
authorizations: authorizations$
|
|
2006
|
+
actionName: actionName$14,
|
|
2007
|
+
authorizations: authorizations$14
|
|
2008
2008
|
};
|
|
2009
2009
|
|
|
2010
|
-
const authorizations$
|
|
2011
|
-
const actionName$
|
|
2010
|
+
const authorizations$13 = [{ permissions: [active], actor: _system }];
|
|
2011
|
+
const actionName$13 = "initemission";
|
|
2012
2012
|
|
|
2013
2013
|
const initEmission = {
|
|
2014
2014
|
__proto__: null,
|
|
2015
|
-
actionName: actionName$
|
|
2016
|
-
authorizations: authorizations$
|
|
2015
|
+
actionName: actionName$13,
|
|
2016
|
+
authorizations: authorizations$13
|
|
2017
2017
|
};
|
|
2018
2018
|
|
|
2019
|
-
const authorizations$
|
|
2020
|
-
const actionName$
|
|
2019
|
+
const authorizations$12 = [{ permissions: [active], actor: _system }];
|
|
2020
|
+
const actionName$12 = "setacctcpu";
|
|
2021
2021
|
|
|
2022
2022
|
const setCPULimits = {
|
|
2023
2023
|
__proto__: null,
|
|
2024
|
-
actionName: actionName$
|
|
2025
|
-
authorizations: authorizations$
|
|
2024
|
+
actionName: actionName$12,
|
|
2025
|
+
authorizations: authorizations$12
|
|
2026
2026
|
};
|
|
2027
2027
|
|
|
2028
|
-
const authorizations$
|
|
2029
|
-
const actionName$
|
|
2028
|
+
const authorizations$11 = [{ permissions: [active], actor: _system }];
|
|
2029
|
+
const actionName$11 = "setacctnet";
|
|
2030
2030
|
|
|
2031
2031
|
const setNETLimits = {
|
|
2032
2032
|
__proto__: null,
|
|
2033
|
-
actionName: actionName$
|
|
2034
|
-
authorizations: authorizations$
|
|
2033
|
+
actionName: actionName$11,
|
|
2034
|
+
authorizations: authorizations$11
|
|
2035
2035
|
};
|
|
2036
2036
|
|
|
2037
|
-
const authorizations$
|
|
2038
|
-
const actionName$
|
|
2037
|
+
const authorizations$10 = [{ permissions: [active], actor: _system }];
|
|
2038
|
+
const actionName$10 = "setacctram";
|
|
2039
2039
|
|
|
2040
2040
|
const setRAMLimits = {
|
|
2041
2041
|
__proto__: null,
|
|
2042
|
-
actionName: actionName$
|
|
2043
|
-
authorizations: authorizations$
|
|
2042
|
+
actionName: actionName$10,
|
|
2043
|
+
authorizations: authorizations$10
|
|
2044
2044
|
};
|
|
2045
2045
|
|
|
2046
|
-
const authorizations
|
|
2047
|
-
const actionName
|
|
2046
|
+
const authorizations$$ = [{ permissions: [active], actor: _system }];
|
|
2047
|
+
const actionName$$ = "activate";
|
|
2048
2048
|
|
|
2049
2049
|
const activateFeature = {
|
|
2050
2050
|
__proto__: null,
|
|
2051
|
-
actionName: actionName
|
|
2052
|
-
authorizations: authorizations
|
|
2051
|
+
actionName: actionName$$,
|
|
2052
|
+
authorizations: authorizations$$
|
|
2053
2053
|
};
|
|
2054
2054
|
|
|
2055
|
-
const authorizations$
|
|
2056
|
-
const actionName$
|
|
2055
|
+
const authorizations$_ = [{ permissions: [active], actor: _username }];
|
|
2056
|
+
const actionName$_ = "delegatebw";
|
|
2057
2057
|
|
|
2058
2058
|
const delegateBW = {
|
|
2059
2059
|
__proto__: null,
|
|
2060
|
-
actionName: actionName$
|
|
2061
|
-
authorizations: authorizations$
|
|
2060
|
+
actionName: actionName$_,
|
|
2061
|
+
authorizations: authorizations$_
|
|
2062
2062
|
};
|
|
2063
2063
|
|
|
2064
|
-
const authorizations$
|
|
2065
|
-
const actionName$
|
|
2064
|
+
const authorizations$Z = [{ permissions: [active], actor: _username }];
|
|
2065
|
+
const actionName$Z = "undelegatebw";
|
|
2066
2066
|
|
|
2067
2067
|
const undelegateBW = {
|
|
2068
2068
|
__proto__: null,
|
|
2069
|
-
actionName: actionName$
|
|
2070
|
-
authorizations: authorizations$
|
|
2069
|
+
actionName: actionName$Z,
|
|
2070
|
+
authorizations: authorizations$Z
|
|
2071
2071
|
};
|
|
2072
2072
|
|
|
2073
|
-
const authorizations$
|
|
2074
|
-
const actionName$
|
|
2073
|
+
const authorizations$Y = [{ permissions: [active], actor: _username }];
|
|
2074
|
+
const actionName$Y = "buyram";
|
|
2075
2075
|
|
|
2076
2076
|
const buyRAM = {
|
|
2077
2077
|
__proto__: null,
|
|
2078
|
-
actionName: actionName$
|
|
2079
|
-
authorizations: authorizations$
|
|
2078
|
+
actionName: actionName$Y,
|
|
2079
|
+
authorizations: authorizations$Y
|
|
2080
2080
|
};
|
|
2081
2081
|
|
|
2082
|
-
const authorizations$
|
|
2083
|
-
const actionName$
|
|
2082
|
+
const authorizations$X = [{ permissions: [active], actor: _username }];
|
|
2083
|
+
const actionName$X = "buyrambytes";
|
|
2084
2084
|
|
|
2085
2085
|
const buyRAMBytes = {
|
|
2086
2086
|
__proto__: null,
|
|
2087
|
-
actionName: actionName$
|
|
2088
|
-
authorizations: authorizations$
|
|
2087
|
+
actionName: actionName$X,
|
|
2088
|
+
authorizations: authorizations$X
|
|
2089
2089
|
};
|
|
2090
2090
|
|
|
2091
|
-
const authorizations$
|
|
2092
|
-
const actionName$
|
|
2091
|
+
const authorizations$W = [{ permissions: [active], actor: _username }];
|
|
2092
|
+
const actionName$W = "refund";
|
|
2093
2093
|
|
|
2094
2094
|
const refund = {
|
|
2095
2095
|
__proto__: null,
|
|
2096
|
-
actionName: actionName$
|
|
2097
|
-
authorizations: authorizations$
|
|
2096
|
+
actionName: actionName$W,
|
|
2097
|
+
authorizations: authorizations$W
|
|
2098
2098
|
};
|
|
2099
2099
|
|
|
2100
|
-
const authorizations$
|
|
2101
|
-
const actionName$
|
|
2100
|
+
const authorizations$V = [{ permissions: [active], actor: _username }];
|
|
2101
|
+
const actionName$V = "regproducer";
|
|
2102
2102
|
|
|
2103
2103
|
const registerProducer = {
|
|
2104
2104
|
__proto__: null,
|
|
2105
|
-
actionName: actionName$
|
|
2106
|
-
authorizations: authorizations$
|
|
2105
|
+
actionName: actionName$V,
|
|
2106
|
+
authorizations: authorizations$V
|
|
2107
2107
|
};
|
|
2108
2108
|
|
|
2109
|
-
const authorizations$
|
|
2110
|
-
const actionName$
|
|
2109
|
+
const authorizations$U = [{ permissions: [active], actor: _username }];
|
|
2110
|
+
const actionName$U = "regproducer2";
|
|
2111
2111
|
|
|
2112
2112
|
const registerProducer2 = {
|
|
2113
2113
|
__proto__: null,
|
|
2114
|
-
actionName: actionName$
|
|
2115
|
-
authorizations: authorizations$
|
|
2114
|
+
actionName: actionName$U,
|
|
2115
|
+
authorizations: authorizations$U
|
|
2116
2116
|
};
|
|
2117
2117
|
|
|
2118
|
-
const authorizations$
|
|
2119
|
-
const actionName$
|
|
2118
|
+
const authorizations$T = [{ permissions: [active], actor: _username }];
|
|
2119
|
+
const actionName$T = "unregprod";
|
|
2120
2120
|
|
|
2121
2121
|
const unregisterProducer = {
|
|
2122
2122
|
__proto__: null,
|
|
2123
|
-
actionName: actionName$
|
|
2124
|
-
authorizations: authorizations$
|
|
2123
|
+
actionName: actionName$T,
|
|
2124
|
+
authorizations: authorizations$T
|
|
2125
2125
|
};
|
|
2126
2126
|
|
|
2127
|
-
const authorizations$
|
|
2128
|
-
const actionName$
|
|
2127
|
+
const authorizations$S = [{ permissions: [active], actor: _system }];
|
|
2128
|
+
const actionName$S = "setram";
|
|
2129
2129
|
|
|
2130
2130
|
const setTotalRAM = {
|
|
2131
2131
|
__proto__: null,
|
|
2132
|
-
actionName: actionName$
|
|
2133
|
-
authorizations: authorizations$
|
|
2132
|
+
actionName: actionName$S,
|
|
2133
|
+
authorizations: authorizations$S
|
|
2134
2134
|
};
|
|
2135
2135
|
|
|
2136
|
-
const authorizations$
|
|
2137
|
-
const actionName$
|
|
2136
|
+
const authorizations$R = [{ permissions: [active], actor: _system }];
|
|
2137
|
+
const actionName$R = "setramrate";
|
|
2138
2138
|
|
|
2139
2139
|
const setTotalRAMRate = {
|
|
2140
2140
|
__proto__: null,
|
|
2141
|
-
actionName: actionName$
|
|
2142
|
-
authorizations: authorizations$
|
|
2141
|
+
actionName: actionName$R,
|
|
2142
|
+
authorizations: authorizations$R
|
|
2143
2143
|
};
|
|
2144
2144
|
|
|
2145
|
-
const authorizations$
|
|
2146
|
-
const actionName$
|
|
2145
|
+
const authorizations$Q = [{ permissions: [active], actor: _username }];
|
|
2146
|
+
const actionName$Q = "voteproducer";
|
|
2147
2147
|
|
|
2148
2148
|
const voteForProducer = {
|
|
2149
2149
|
__proto__: null,
|
|
2150
|
-
actionName: actionName$
|
|
2151
|
-
authorizations: authorizations$
|
|
2150
|
+
actionName: actionName$Q,
|
|
2151
|
+
authorizations: authorizations$Q
|
|
2152
2152
|
};
|
|
2153
2153
|
|
|
2154
|
-
const authorizations$
|
|
2155
|
-
const actionName$
|
|
2154
|
+
const authorizations$P = [{ permissions: [active], actor: _username }];
|
|
2155
|
+
const actionName$P = "voteupdate";
|
|
2156
2156
|
|
|
2157
2157
|
const voteUpdate = {
|
|
2158
2158
|
__proto__: null,
|
|
2159
|
-
actionName: actionName$
|
|
2160
|
-
authorizations: authorizations$
|
|
2159
|
+
actionName: actionName$P,
|
|
2160
|
+
authorizations: authorizations$P
|
|
2161
2161
|
};
|
|
2162
2162
|
|
|
2163
|
-
const authorizations$
|
|
2164
|
-
const actionName$
|
|
2163
|
+
const authorizations$O = [{ permissions: [active], actor: _username }];
|
|
2164
|
+
const actionName$O = "regproxy";
|
|
2165
2165
|
|
|
2166
2166
|
const registerProxy = {
|
|
2167
2167
|
__proto__: null,
|
|
2168
|
-
actionName: actionName$
|
|
2169
|
-
authorizations: authorizations$
|
|
2168
|
+
actionName: actionName$O,
|
|
2169
|
+
authorizations: authorizations$O
|
|
2170
2170
|
};
|
|
2171
2171
|
|
|
2172
|
-
const authorizations$
|
|
2173
|
-
const actionName$
|
|
2172
|
+
const authorizations$N = [{ permissions: [active], actor: _username }];
|
|
2173
|
+
const actionName$N = "claimrewards";
|
|
2174
2174
|
|
|
2175
2175
|
const claimRewards = {
|
|
2176
2176
|
__proto__: null,
|
|
2177
|
-
actionName: actionName$
|
|
2178
|
-
authorizations: authorizations$
|
|
2177
|
+
actionName: actionName$N,
|
|
2178
|
+
authorizations: authorizations$N
|
|
2179
2179
|
};
|
|
2180
2180
|
|
|
2181
|
-
const authorizations$
|
|
2182
|
-
const actionName$
|
|
2181
|
+
const authorizations$M = [{ permissions: [active], actor: _system }];
|
|
2182
|
+
const actionName$M = "rmvproducer";
|
|
2183
2183
|
|
|
2184
2184
|
const removeProducer = {
|
|
2185
2185
|
__proto__: null,
|
|
2186
|
-
actionName: actionName$
|
|
2187
|
-
authorizations: authorizations$
|
|
2186
|
+
actionName: actionName$M,
|
|
2187
|
+
authorizations: authorizations$M
|
|
2188
2188
|
};
|
|
2189
2189
|
|
|
2190
|
-
const authorizations$
|
|
2191
|
-
const actionName$
|
|
2190
|
+
const authorizations$L = [{ permissions: [active], actor: _system }];
|
|
2191
|
+
const actionName$L = "updtrevision";
|
|
2192
2192
|
|
|
2193
2193
|
const updateRevision = {
|
|
2194
2194
|
__proto__: null,
|
|
2195
|
-
actionName: actionName$
|
|
2196
|
-
authorizations: authorizations$
|
|
2195
|
+
actionName: actionName$L,
|
|
2196
|
+
authorizations: authorizations$L
|
|
2197
2197
|
};
|
|
2198
2198
|
|
|
2199
|
-
const authorizations$
|
|
2200
|
-
const actionName$
|
|
2199
|
+
const authorizations$K = [{ permissions: [active], actor: _username }];
|
|
2200
|
+
const actionName$K = "bidname";
|
|
2201
2201
|
|
|
2202
2202
|
const bidName = {
|
|
2203
2203
|
__proto__: null,
|
|
2204
|
-
actionName: actionName$
|
|
2205
|
-
authorizations: authorizations$
|
|
2204
|
+
actionName: actionName$K,
|
|
2205
|
+
authorizations: authorizations$K
|
|
2206
2206
|
};
|
|
2207
2207
|
|
|
2208
|
-
const authorizations$
|
|
2209
|
-
const actionName$
|
|
2208
|
+
const authorizations$J = [{ permissions: [active], actor: _username }];
|
|
2209
|
+
const actionName$J = "bidrefund";
|
|
2210
2210
|
|
|
2211
2211
|
const bidNameRefund = {
|
|
2212
2212
|
__proto__: null,
|
|
2213
|
-
actionName: actionName$
|
|
2214
|
-
authorizations: authorizations$
|
|
2213
|
+
actionName: actionName$J,
|
|
2214
|
+
authorizations: authorizations$J
|
|
2215
2215
|
};
|
|
2216
2216
|
|
|
2217
|
-
const authorizations$
|
|
2218
|
-
const actionName$
|
|
2217
|
+
const authorizations$I = [{ permissions: [active], actor: _system }];
|
|
2218
|
+
const actionName$I = "setpriv";
|
|
2219
2219
|
|
|
2220
2220
|
const setPrivileged = {
|
|
2221
2221
|
__proto__: null,
|
|
2222
|
-
actionName: actionName$
|
|
2223
|
-
authorizations: authorizations$
|
|
2222
|
+
actionName: actionName$I,
|
|
2223
|
+
authorizations: authorizations$I
|
|
2224
2224
|
};
|
|
2225
2225
|
|
|
2226
|
-
const authorizations$
|
|
2227
|
-
const actionName$
|
|
2226
|
+
const authorizations$H = [{ permissions: [active], actor: _system }];
|
|
2227
|
+
const actionName$H = "setalimits";
|
|
2228
2228
|
|
|
2229
2229
|
const setAccountLimits = {
|
|
2230
2230
|
__proto__: null,
|
|
2231
|
-
actionName: actionName$
|
|
2232
|
-
authorizations: authorizations$
|
|
2231
|
+
actionName: actionName$H,
|
|
2232
|
+
authorizations: authorizations$H
|
|
2233
2233
|
};
|
|
2234
2234
|
|
|
2235
|
-
const authorizations$
|
|
2236
|
-
const actionName$
|
|
2235
|
+
const authorizations$G = [{ permissions: [active], actor: _system }];
|
|
2236
|
+
const actionName$G = "setparams";
|
|
2237
2237
|
|
|
2238
2238
|
const setParams = {
|
|
2239
2239
|
__proto__: null,
|
|
2240
|
-
actionName: actionName$
|
|
2241
|
-
authorizations: authorizations$
|
|
2240
|
+
actionName: actionName$G,
|
|
2241
|
+
authorizations: authorizations$G
|
|
2242
2242
|
};
|
|
2243
2243
|
|
|
2244
|
-
const authorizations$
|
|
2245
|
-
const actionName$
|
|
2244
|
+
const authorizations$F = [{ permissions: [active], actor: _system }];
|
|
2245
|
+
const actionName$F = "cfgpowerup";
|
|
2246
2246
|
|
|
2247
2247
|
const initPowerup = {
|
|
2248
2248
|
__proto__: null,
|
|
2249
|
-
actionName: actionName$
|
|
2250
|
-
authorizations: authorizations$
|
|
2249
|
+
actionName: actionName$F,
|
|
2250
|
+
authorizations: authorizations$F
|
|
2251
2251
|
};
|
|
2252
2252
|
|
|
2253
|
-
const authorizations$
|
|
2254
|
-
const actionName$
|
|
2253
|
+
const authorizations$E = [{ permissions: [active], actor: _username }];
|
|
2254
|
+
const actionName$E = "powerupexec";
|
|
2255
2255
|
|
|
2256
2256
|
const execPowerup = {
|
|
2257
2257
|
__proto__: null,
|
|
2258
|
-
actionName: actionName$
|
|
2259
|
-
authorizations: authorizations$
|
|
2258
|
+
actionName: actionName$E,
|
|
2259
|
+
authorizations: authorizations$E
|
|
2260
2260
|
};
|
|
2261
2261
|
|
|
2262
|
-
const authorizations$
|
|
2263
|
-
const actionName$
|
|
2262
|
+
const authorizations$D = [{ permissions: [active], actor: _username }];
|
|
2263
|
+
const actionName$D = "powerup";
|
|
2264
2264
|
|
|
2265
2265
|
const powerup = {
|
|
2266
2266
|
__proto__: null,
|
|
2267
|
-
actionName: actionName$
|
|
2268
|
-
authorizations: authorizations$
|
|
2267
|
+
actionName: actionName$D,
|
|
2268
|
+
authorizations: authorizations$D
|
|
2269
2269
|
};
|
|
2270
2270
|
|
|
2271
|
-
const authorizations$
|
|
2271
|
+
const authorizations$C = [
|
|
2272
2272
|
{ permissions: [active], actor: _system },
|
|
2273
2273
|
{ permissions: [active], actor: _registrator }
|
|
2274
2274
|
];
|
|
2275
|
-
const actionName$
|
|
2275
|
+
const actionName$C = "newaccount";
|
|
2276
2276
|
|
|
2277
2277
|
const newAccount = {
|
|
2278
2278
|
__proto__: null,
|
|
2279
|
-
actionName: actionName$
|
|
2280
|
-
authorizations: authorizations$
|
|
2279
|
+
actionName: actionName$C,
|
|
2280
|
+
authorizations: authorizations$C
|
|
2281
2281
|
};
|
|
2282
2282
|
|
|
2283
|
-
const authorizations$
|
|
2283
|
+
const authorizations$B = [
|
|
2284
2284
|
{ permissions: [active], actor: _registrator }
|
|
2285
2285
|
];
|
|
2286
|
-
const actionName$
|
|
2286
|
+
const actionName$B = "createaccnt";
|
|
2287
2287
|
|
|
2288
2288
|
const createAccount = {
|
|
2289
2289
|
__proto__: null,
|
|
2290
|
-
actionName: actionName$
|
|
2291
|
-
authorizations: authorizations$
|
|
2290
|
+
actionName: actionName$B,
|
|
2291
|
+
authorizations: authorizations$B
|
|
2292
2292
|
};
|
|
2293
2293
|
|
|
2294
|
-
const authorizations$
|
|
2295
|
-
const actionName$
|
|
2294
|
+
const authorizations$A = [{ permissions: [active], actor: _contract }];
|
|
2295
|
+
const actionName$A = "setabi";
|
|
2296
2296
|
|
|
2297
2297
|
const setAbi = {
|
|
2298
2298
|
__proto__: null,
|
|
2299
|
-
actionName: actionName$
|
|
2300
|
-
authorizations: authorizations$
|
|
2299
|
+
actionName: actionName$A,
|
|
2300
|
+
authorizations: authorizations$A
|
|
2301
2301
|
};
|
|
2302
2302
|
|
|
2303
|
-
const authorizations$
|
|
2304
|
-
const actionName$
|
|
2303
|
+
const authorizations$z = [{ permissions: [active], actor: _username }];
|
|
2304
|
+
const actionName$z = "updateauth";
|
|
2305
2305
|
|
|
2306
2306
|
const updateAuth = {
|
|
2307
2307
|
__proto__: null,
|
|
2308
|
-
actionName: actionName$
|
|
2309
|
-
authorizations: authorizations$
|
|
2308
|
+
actionName: actionName$z,
|
|
2309
|
+
authorizations: authorizations$z
|
|
2310
2310
|
};
|
|
2311
2311
|
|
|
2312
|
-
const authorizations$
|
|
2313
|
-
const actionName$
|
|
2312
|
+
const authorizations$y = [{ permissions: [active], actor: _username }];
|
|
2313
|
+
const actionName$y = "deleteauth";
|
|
2314
2314
|
|
|
2315
2315
|
const deleteAuth = {
|
|
2316
2316
|
__proto__: null,
|
|
2317
|
-
actionName: actionName$
|
|
2318
|
-
authorizations: authorizations$
|
|
2317
|
+
actionName: actionName$y,
|
|
2318
|
+
authorizations: authorizations$y
|
|
2319
2319
|
};
|
|
2320
2320
|
|
|
2321
|
-
const authorizations$
|
|
2322
|
-
const actionName$
|
|
2321
|
+
const authorizations$x = [{ permissions: [active], actor: _contract }];
|
|
2322
|
+
const actionName$x = "linkauth";
|
|
2323
2323
|
|
|
2324
2324
|
const linkAuth = {
|
|
2325
2325
|
__proto__: null,
|
|
2326
|
-
actionName: actionName$
|
|
2327
|
-
authorizations: authorizations$
|
|
2326
|
+
actionName: actionName$x,
|
|
2327
|
+
authorizations: authorizations$x
|
|
2328
2328
|
};
|
|
2329
2329
|
|
|
2330
|
-
const authorizations$
|
|
2331
|
-
const actionName$
|
|
2330
|
+
const authorizations$w = [{ permissions: [active], actor: _username }];
|
|
2331
|
+
const actionName$w = "canceldelay";
|
|
2332
2332
|
|
|
2333
2333
|
const cancelDelay = {
|
|
2334
2334
|
__proto__: null,
|
|
2335
|
-
actionName: actionName$
|
|
2336
|
-
authorizations: authorizations$
|
|
2335
|
+
actionName: actionName$w,
|
|
2336
|
+
authorizations: authorizations$w
|
|
2337
2337
|
};
|
|
2338
2338
|
|
|
2339
2339
|
const index$y = {
|
|
@@ -2378,114 +2378,114 @@ const index$y = {
|
|
|
2378
2378
|
VoteUpdate: voteUpdate
|
|
2379
2379
|
};
|
|
2380
2380
|
|
|
2381
|
-
const tableName$
|
|
2382
|
-
const scope$
|
|
2381
|
+
const tableName$p = "bidrefunds";
|
|
2382
|
+
const scope$p = _system;
|
|
2383
2383
|
|
|
2384
2384
|
const bidRefunds = {
|
|
2385
|
+
__proto__: null,
|
|
2386
|
+
scope: scope$p,
|
|
2387
|
+
tableName: tableName$p
|
|
2388
|
+
};
|
|
2389
|
+
|
|
2390
|
+
const tableName$o = "delband";
|
|
2391
|
+
const scope$o = _system;
|
|
2392
|
+
|
|
2393
|
+
const delegatedBandwith = {
|
|
2394
|
+
__proto__: null,
|
|
2395
|
+
scope: scope$o,
|
|
2396
|
+
tableName: tableName$o
|
|
2397
|
+
};
|
|
2398
|
+
|
|
2399
|
+
const tableName$n = "emission";
|
|
2400
|
+
const scope$n = _system;
|
|
2401
|
+
|
|
2402
|
+
const emissionState = {
|
|
2385
2403
|
__proto__: null,
|
|
2386
2404
|
scope: scope$n,
|
|
2387
2405
|
tableName: tableName$n
|
|
2388
2406
|
};
|
|
2389
2407
|
|
|
2390
|
-
const tableName$m = "
|
|
2408
|
+
const tableName$m = "global";
|
|
2391
2409
|
const scope$m = _system;
|
|
2392
2410
|
|
|
2393
|
-
const
|
|
2411
|
+
const globalState = {
|
|
2394
2412
|
__proto__: null,
|
|
2395
2413
|
scope: scope$m,
|
|
2396
2414
|
tableName: tableName$m
|
|
2397
2415
|
};
|
|
2398
2416
|
|
|
2399
|
-
const tableName$l = "
|
|
2417
|
+
const tableName$l = "namebids";
|
|
2400
2418
|
const scope$l = _system;
|
|
2401
2419
|
|
|
2402
|
-
const
|
|
2420
|
+
const nameBids = {
|
|
2403
2421
|
__proto__: null,
|
|
2404
2422
|
scope: scope$l,
|
|
2405
2423
|
tableName: tableName$l
|
|
2406
2424
|
};
|
|
2407
2425
|
|
|
2408
|
-
const tableName$k = "
|
|
2426
|
+
const tableName$k = "powerstate";
|
|
2409
2427
|
const scope$k = _system;
|
|
2410
2428
|
|
|
2411
|
-
const
|
|
2429
|
+
const powerState = {
|
|
2412
2430
|
__proto__: null,
|
|
2413
2431
|
scope: scope$k,
|
|
2414
2432
|
tableName: tableName$k
|
|
2415
2433
|
};
|
|
2416
2434
|
|
|
2417
|
-
const tableName$j = "
|
|
2435
|
+
const tableName$j = "powup.order";
|
|
2418
2436
|
const scope$j = _system;
|
|
2419
2437
|
|
|
2420
|
-
const
|
|
2438
|
+
const powerupOrders = {
|
|
2421
2439
|
__proto__: null,
|
|
2422
2440
|
scope: scope$j,
|
|
2423
2441
|
tableName: tableName$j
|
|
2424
2442
|
};
|
|
2425
2443
|
|
|
2426
|
-
const tableName$i = "
|
|
2444
|
+
const tableName$i = "producers";
|
|
2427
2445
|
const scope$i = _system;
|
|
2428
2446
|
|
|
2429
|
-
const
|
|
2447
|
+
const producers = {
|
|
2430
2448
|
__proto__: null,
|
|
2431
2449
|
scope: scope$i,
|
|
2432
2450
|
tableName: tableName$i
|
|
2433
2451
|
};
|
|
2434
2452
|
|
|
2435
|
-
const tableName$h = "
|
|
2453
|
+
const tableName$h = "ramdebts";
|
|
2436
2454
|
const scope$h = _system;
|
|
2437
2455
|
|
|
2438
|
-
const
|
|
2456
|
+
const ramDebts = {
|
|
2439
2457
|
__proto__: null,
|
|
2440
2458
|
scope: scope$h,
|
|
2441
2459
|
tableName: tableName$h
|
|
2442
2460
|
};
|
|
2443
2461
|
|
|
2444
|
-
const tableName$g = "
|
|
2462
|
+
const tableName$g = "refunds";
|
|
2445
2463
|
const scope$g = _system;
|
|
2446
2464
|
|
|
2447
|
-
const
|
|
2465
|
+
const refunds = {
|
|
2448
2466
|
__proto__: null,
|
|
2449
2467
|
scope: scope$g,
|
|
2450
2468
|
tableName: tableName$g
|
|
2451
2469
|
};
|
|
2452
2470
|
|
|
2453
|
-
const tableName$f = "
|
|
2471
|
+
const tableName$f = "userres";
|
|
2454
2472
|
const scope$f = _system;
|
|
2455
2473
|
|
|
2456
|
-
const
|
|
2474
|
+
const userResources = {
|
|
2457
2475
|
__proto__: null,
|
|
2458
2476
|
scope: scope$f,
|
|
2459
2477
|
tableName: tableName$f
|
|
2460
2478
|
};
|
|
2461
2479
|
|
|
2462
|
-
const tableName$e = "
|
|
2480
|
+
const tableName$e = "voters";
|
|
2463
2481
|
const scope$e = _system;
|
|
2464
2482
|
|
|
2465
|
-
const
|
|
2483
|
+
const voters = {
|
|
2466
2484
|
__proto__: null,
|
|
2467
2485
|
scope: scope$e,
|
|
2468
2486
|
tableName: tableName$e
|
|
2469
2487
|
};
|
|
2470
2488
|
|
|
2471
|
-
const tableName$d = "userres";
|
|
2472
|
-
const scope$d = _system;
|
|
2473
|
-
|
|
2474
|
-
const userResources = {
|
|
2475
|
-
__proto__: null,
|
|
2476
|
-
scope: scope$d,
|
|
2477
|
-
tableName: tableName$d
|
|
2478
|
-
};
|
|
2479
|
-
|
|
2480
|
-
const tableName$c = "voters";
|
|
2481
|
-
const scope$c = _system;
|
|
2482
|
-
|
|
2483
|
-
const voters = {
|
|
2484
|
-
__proto__: null,
|
|
2485
|
-
scope: scope$c,
|
|
2486
|
-
tableName: tableName$c
|
|
2487
|
-
};
|
|
2488
|
-
|
|
2489
2489
|
const index$x = {
|
|
2490
2490
|
__proto__: null,
|
|
2491
2491
|
BidRefunds: bidRefunds,
|
|
@@ -2516,190 +2516,289 @@ const index$w = {
|
|
|
2516
2516
|
contractName: contractName$1
|
|
2517
2517
|
};
|
|
2518
2518
|
|
|
2519
|
+
const authorizations$v = [{ permissions: [active], actor: _chairman }];
|
|
2520
|
+
const actionName$v = "addauthor";
|
|
2521
|
+
|
|
2522
|
+
const addAuthor = {
|
|
2523
|
+
__proto__: null,
|
|
2524
|
+
actionName: actionName$v,
|
|
2525
|
+
authorizations: authorizations$v
|
|
2526
|
+
};
|
|
2527
|
+
|
|
2528
|
+
const authorizations$u = [{ permissions: [active], actor: _chairman }];
|
|
2529
|
+
const actionName$u = "allocate";
|
|
2530
|
+
|
|
2531
|
+
const allocate = {
|
|
2532
|
+
__proto__: null,
|
|
2533
|
+
actionName: actionName$u,
|
|
2534
|
+
authorizations: authorizations$u
|
|
2535
|
+
};
|
|
2536
|
+
|
|
2537
|
+
const authorizations$t = [{ permissions: [active], actor: _chairman }];
|
|
2538
|
+
const actionName$t = "approveclaim";
|
|
2539
|
+
|
|
2540
|
+
const approveClaim = {
|
|
2541
|
+
__proto__: null,
|
|
2542
|
+
actionName: actionName$t,
|
|
2543
|
+
authorizations: authorizations$t
|
|
2544
|
+
};
|
|
2545
|
+
|
|
2546
|
+
const authorizations$s = [{ permissions: [active], actor: _chairman }];
|
|
2547
|
+
const actionName$s = "approvecmmt";
|
|
2548
|
+
|
|
2549
|
+
const approveCommit = {
|
|
2550
|
+
__proto__: null,
|
|
2551
|
+
actionName: actionName$s,
|
|
2552
|
+
authorizations: authorizations$s
|
|
2553
|
+
};
|
|
2554
|
+
|
|
2555
|
+
const authorizations$r = [{ permissions: [active], actor: _chairman }];
|
|
2556
|
+
const actionName$r = "approveinvst";
|
|
2557
|
+
|
|
2558
|
+
const approveInvest = {
|
|
2559
|
+
__proto__: null,
|
|
2560
|
+
actionName: actionName$r,
|
|
2561
|
+
authorizations: authorizations$r
|
|
2562
|
+
};
|
|
2563
|
+
|
|
2564
|
+
const authorizations$q = [{ permissions: [active], actor: _chairman }];
|
|
2565
|
+
const actionName$q = "approvereg";
|
|
2566
|
+
|
|
2567
|
+
const approveRegister = {
|
|
2568
|
+
__proto__: null,
|
|
2569
|
+
actionName: actionName$q,
|
|
2570
|
+
authorizations: authorizations$q
|
|
2571
|
+
};
|
|
2572
|
+
|
|
2573
|
+
const authorizations$p = [{ permissions: [active], actor: _chairman }];
|
|
2574
|
+
const actionName$p = "approveexpns";
|
|
2575
|
+
|
|
2576
|
+
const approveExpense = {
|
|
2577
|
+
__proto__: null,
|
|
2578
|
+
actionName: actionName$p,
|
|
2579
|
+
authorizations: authorizations$p
|
|
2580
|
+
};
|
|
2581
|
+
|
|
2582
|
+
const authorizations$o = [{ permissions: [active], actor: _chairman }];
|
|
2583
|
+
const actionName$o = "approvewthd1";
|
|
2584
|
+
|
|
2585
|
+
const approveWithdrawResult = {
|
|
2586
|
+
__proto__: null,
|
|
2587
|
+
actionName: actionName$o,
|
|
2588
|
+
authorizations: authorizations$o
|
|
2589
|
+
};
|
|
2590
|
+
|
|
2591
|
+
const authorizations$n = [{ permissions: [active], actor: _chairman }];
|
|
2592
|
+
const actionName$n = "approvewthd3";
|
|
2593
|
+
|
|
2594
|
+
const approveWithdrawProgram = {
|
|
2595
|
+
__proto__: null,
|
|
2596
|
+
actionName: actionName$n,
|
|
2597
|
+
authorizations: authorizations$n
|
|
2598
|
+
};
|
|
2599
|
+
|
|
2600
|
+
const authorizations$m = [{ permissions: [active], actor: _chairman }];
|
|
2601
|
+
const actionName$m = "approvewthd2";
|
|
2602
|
+
|
|
2603
|
+
const approveWithdrawProject = {
|
|
2604
|
+
__proto__: null,
|
|
2605
|
+
actionName: actionName$m,
|
|
2606
|
+
authorizations: authorizations$m
|
|
2607
|
+
};
|
|
2608
|
+
|
|
2609
|
+
const authorizations$l = [{ permissions: [active], actor: _chairman }];
|
|
2610
|
+
const actionName$l = "claimnow";
|
|
2611
|
+
|
|
2612
|
+
const claimNow = {
|
|
2613
|
+
__proto__: null,
|
|
2614
|
+
actionName: actionName$l,
|
|
2615
|
+
authorizations: authorizations$l
|
|
2616
|
+
};
|
|
2617
|
+
|
|
2519
2618
|
const authorizations$k = [{ permissions: [active], actor: _chairman }];
|
|
2520
|
-
const actionName$k = "
|
|
2619
|
+
const actionName$k = "createcmmt";
|
|
2521
2620
|
|
|
2522
|
-
const
|
|
2621
|
+
const createCommit = {
|
|
2523
2622
|
__proto__: null,
|
|
2524
2623
|
actionName: actionName$k,
|
|
2525
2624
|
authorizations: authorizations$k
|
|
2526
2625
|
};
|
|
2527
2626
|
|
|
2528
2627
|
const authorizations$j = [{ permissions: [active], actor: _chairman }];
|
|
2529
|
-
const actionName$j = "
|
|
2628
|
+
const actionName$j = "createproj";
|
|
2530
2629
|
|
|
2531
|
-
const
|
|
2630
|
+
const createProject = {
|
|
2532
2631
|
__proto__: null,
|
|
2533
2632
|
actionName: actionName$j,
|
|
2534
2633
|
authorizations: authorizations$j
|
|
2535
2634
|
};
|
|
2536
2635
|
|
|
2537
|
-
const authorizations$i = [{ permissions: [active], actor:
|
|
2538
|
-
const actionName$i = "
|
|
2636
|
+
const authorizations$i = [{ permissions: [active], actor: _chairman }];
|
|
2637
|
+
const actionName$i = "createresult";
|
|
2539
2638
|
|
|
2540
|
-
const
|
|
2639
|
+
const createResult = {
|
|
2541
2640
|
__proto__: null,
|
|
2542
2641
|
actionName: actionName$i,
|
|
2543
2642
|
authorizations: authorizations$i
|
|
2544
2643
|
};
|
|
2545
2644
|
|
|
2546
2645
|
const authorizations$h = [{ permissions: [active], actor: _chairman }];
|
|
2547
|
-
const actionName$h = "
|
|
2646
|
+
const actionName$h = "createexpnse";
|
|
2548
2647
|
|
|
2549
|
-
const
|
|
2648
|
+
const createExpense = {
|
|
2550
2649
|
__proto__: null,
|
|
2551
2650
|
actionName: actionName$h,
|
|
2552
2651
|
authorizations: authorizations$h
|
|
2553
2652
|
};
|
|
2554
2653
|
|
|
2555
2654
|
const authorizations$g = [{ permissions: [active], actor: _chairman }];
|
|
2556
|
-
const actionName$g = "
|
|
2655
|
+
const actionName$g = "createinvest";
|
|
2557
2656
|
|
|
2558
|
-
const
|
|
2657
|
+
const createInvest = {
|
|
2559
2658
|
__proto__: null,
|
|
2560
2659
|
actionName: actionName$g,
|
|
2561
2660
|
authorizations: authorizations$g
|
|
2562
2661
|
};
|
|
2563
2662
|
|
|
2564
2663
|
const authorizations$f = [{ permissions: [active], actor: _chairman }];
|
|
2565
|
-
const actionName$f = "
|
|
2664
|
+
const actionName$f = "diallocate";
|
|
2566
2665
|
|
|
2567
|
-
const
|
|
2666
|
+
const diallocate = {
|
|
2568
2667
|
__proto__: null,
|
|
2569
2668
|
actionName: actionName$f,
|
|
2570
2669
|
authorizations: authorizations$f
|
|
2571
2670
|
};
|
|
2572
2671
|
|
|
2573
2672
|
const authorizations$e = [{ permissions: [active], actor: _chairman }];
|
|
2574
|
-
const actionName$e = "
|
|
2673
|
+
const actionName$e = "fundprog";
|
|
2575
2674
|
|
|
2576
|
-
const
|
|
2675
|
+
const fundProgram = {
|
|
2577
2676
|
__proto__: null,
|
|
2578
2677
|
actionName: actionName$e,
|
|
2579
2678
|
authorizations: authorizations$e
|
|
2580
2679
|
};
|
|
2581
2680
|
|
|
2582
2681
|
const authorizations$d = [{ permissions: [active], actor: _chairman }];
|
|
2583
|
-
const actionName$d = "
|
|
2682
|
+
const actionName$d = "fundproj";
|
|
2584
2683
|
|
|
2585
|
-
const
|
|
2684
|
+
const fundProject = {
|
|
2586
2685
|
__proto__: null,
|
|
2587
2686
|
actionName: actionName$d,
|
|
2588
2687
|
authorizations: authorizations$d
|
|
2589
2688
|
};
|
|
2590
2689
|
|
|
2591
2690
|
const authorizations$c = [{ permissions: [active], actor: _chairman }];
|
|
2592
|
-
const actionName$c = "
|
|
2691
|
+
const actionName$c = "init";
|
|
2593
2692
|
|
|
2594
|
-
const
|
|
2693
|
+
const init = {
|
|
2595
2694
|
__proto__: null,
|
|
2596
2695
|
actionName: actionName$c,
|
|
2597
2696
|
authorizations: authorizations$c
|
|
2598
2697
|
};
|
|
2599
2698
|
|
|
2600
2699
|
const authorizations$b = [{ permissions: [active], actor: _chairman }];
|
|
2601
|
-
const actionName$b = "
|
|
2700
|
+
const actionName$b = "refreshproj";
|
|
2602
2701
|
|
|
2603
|
-
const
|
|
2702
|
+
const refreshProject = {
|
|
2604
2703
|
__proto__: null,
|
|
2605
2704
|
actionName: actionName$b,
|
|
2606
2705
|
authorizations: authorizations$b
|
|
2607
2706
|
};
|
|
2608
2707
|
|
|
2609
2708
|
const authorizations$a = [{ permissions: [active], actor: _chairman }];
|
|
2610
|
-
const actionName$a = "
|
|
2709
|
+
const actionName$a = "refreshprog";
|
|
2611
2710
|
|
|
2612
|
-
const
|
|
2711
|
+
const refreshProgram = {
|
|
2613
2712
|
__proto__: null,
|
|
2614
2713
|
actionName: actionName$a,
|
|
2615
2714
|
authorizations: authorizations$a
|
|
2616
2715
|
};
|
|
2617
2716
|
|
|
2618
2717
|
const authorizations$9 = [{ permissions: [active], actor: _chairman }];
|
|
2619
|
-
const actionName$9 = "
|
|
2718
|
+
const actionName$9 = "regcontrib";
|
|
2620
2719
|
|
|
2621
|
-
const
|
|
2720
|
+
const registerContributor = {
|
|
2622
2721
|
__proto__: null,
|
|
2623
2722
|
actionName: actionName$9,
|
|
2624
2723
|
authorizations: authorizations$9
|
|
2625
2724
|
};
|
|
2626
2725
|
|
|
2627
2726
|
const authorizations$8 = [{ permissions: [active], actor: _chairman }];
|
|
2628
|
-
const actionName$8 = "
|
|
2727
|
+
const actionName$8 = "setact1";
|
|
2629
2728
|
|
|
2630
|
-
const
|
|
2729
|
+
const setAct1 = {
|
|
2631
2730
|
__proto__: null,
|
|
2632
2731
|
actionName: actionName$8,
|
|
2633
2732
|
authorizations: authorizations$8
|
|
2634
2733
|
};
|
|
2635
2734
|
|
|
2636
2735
|
const authorizations$7 = [{ permissions: [active], actor: _chairman }];
|
|
2637
|
-
const actionName$7 = "
|
|
2736
|
+
const actionName$7 = "setact2";
|
|
2638
2737
|
|
|
2639
|
-
const
|
|
2738
|
+
const setAct2 = {
|
|
2640
2739
|
__proto__: null,
|
|
2641
2740
|
actionName: actionName$7,
|
|
2642
2741
|
authorizations: authorizations$7
|
|
2643
2742
|
};
|
|
2644
2743
|
|
|
2645
2744
|
const authorizations$6 = [{ permissions: [active], actor: _chairman }];
|
|
2646
|
-
const actionName$6 = "
|
|
2745
|
+
const actionName$6 = "startdistrbn";
|
|
2647
2746
|
|
|
2648
|
-
const
|
|
2747
|
+
const startDistribution = {
|
|
2649
2748
|
__proto__: null,
|
|
2650
2749
|
actionName: actionName$6,
|
|
2651
2750
|
authorizations: authorizations$6
|
|
2652
2751
|
};
|
|
2653
2752
|
|
|
2654
2753
|
const authorizations$5 = [{ permissions: [active], actor: _chairman }];
|
|
2655
|
-
const actionName$5 = "
|
|
2754
|
+
const actionName$5 = "createwthd1";
|
|
2656
2755
|
|
|
2657
|
-
const
|
|
2756
|
+
const withdrawResult = {
|
|
2658
2757
|
__proto__: null,
|
|
2659
2758
|
actionName: actionName$5,
|
|
2660
2759
|
authorizations: authorizations$5
|
|
2661
2760
|
};
|
|
2662
2761
|
|
|
2663
2762
|
const authorizations$4 = [{ permissions: [active], actor: _chairman }];
|
|
2664
|
-
const actionName$4 = "
|
|
2763
|
+
const actionName$4 = "createwthd2";
|
|
2665
2764
|
|
|
2666
|
-
const
|
|
2765
|
+
const withdrawProject = {
|
|
2667
2766
|
__proto__: null,
|
|
2668
2767
|
actionName: actionName$4,
|
|
2669
2768
|
authorizations: authorizations$4
|
|
2670
2769
|
};
|
|
2671
2770
|
|
|
2672
2771
|
const authorizations$3 = [{ permissions: [active], actor: _chairman }];
|
|
2673
|
-
const actionName$3 = "
|
|
2772
|
+
const actionName$3 = "createwthd3";
|
|
2674
2773
|
|
|
2675
|
-
const
|
|
2774
|
+
const withdrawProgram = {
|
|
2676
2775
|
__proto__: null,
|
|
2677
2776
|
actionName: actionName$3,
|
|
2678
2777
|
authorizations: authorizations$3
|
|
2679
2778
|
};
|
|
2680
2779
|
|
|
2681
2780
|
const authorizations$2 = [{ permissions: [active], actor: _chairman }];
|
|
2682
|
-
const actionName$2 = "
|
|
2781
|
+
const actionName$2 = "createcnvrt";
|
|
2683
2782
|
|
|
2684
|
-
const
|
|
2783
|
+
const createConvert = {
|
|
2685
2784
|
__proto__: null,
|
|
2686
2785
|
actionName: actionName$2,
|
|
2687
2786
|
authorizations: authorizations$2
|
|
2688
2787
|
};
|
|
2689
2788
|
|
|
2690
2789
|
const authorizations$1 = [{ permissions: [active], actor: _chairman }];
|
|
2691
|
-
const actionName$1 = "
|
|
2790
|
+
const actionName$1 = "createclaim";
|
|
2692
2791
|
|
|
2693
|
-
const
|
|
2792
|
+
const createClaim = {
|
|
2694
2793
|
__proto__: null,
|
|
2695
2794
|
actionName: actionName$1,
|
|
2696
2795
|
authorizations: authorizations$1
|
|
2697
2796
|
};
|
|
2698
2797
|
|
|
2699
2798
|
const authorizations = [{ permissions: [active], actor: _chairman }];
|
|
2700
|
-
const actionName = "
|
|
2799
|
+
const actionName = "approvecnvrt";
|
|
2701
2800
|
|
|
2702
|
-
const
|
|
2801
|
+
const approveConvert = {
|
|
2703
2802
|
__proto__: null,
|
|
2704
2803
|
actionName: actionName,
|
|
2705
2804
|
authorizations: authorizations
|
|
@@ -2707,96 +2806,125 @@ const approveExpense = {
|
|
|
2707
2806
|
|
|
2708
2807
|
const index$v = {
|
|
2709
2808
|
__proto__: null,
|
|
2710
|
-
Accumulate: accumulate,
|
|
2711
2809
|
AddAuthor: addAuthor,
|
|
2712
2810
|
Allocate: allocate,
|
|
2811
|
+
ApproveClaim: approveClaim,
|
|
2713
2812
|
ApproveCommit: approveCommit,
|
|
2813
|
+
ApproveConvert: approveConvert,
|
|
2714
2814
|
ApproveExpense: approveExpense,
|
|
2715
2815
|
ApproveInvest: approveInvest,
|
|
2716
2816
|
ApproveRegister: approveRegister,
|
|
2717
|
-
|
|
2718
|
-
|
|
2719
|
-
|
|
2817
|
+
ApproveWithdrawProgram: approveWithdrawProgram,
|
|
2818
|
+
ApproveWithdrawProject: approveWithdrawProject,
|
|
2819
|
+
ApproveWithdrawResult: approveWithdrawResult,
|
|
2820
|
+
ClaimNow: claimNow,
|
|
2821
|
+
CreateClaim: createClaim,
|
|
2720
2822
|
CreateCommit: createCommit,
|
|
2823
|
+
CreateConvert: createConvert,
|
|
2721
2824
|
CreateExpense: createExpense,
|
|
2722
2825
|
CreateInvest: createInvest,
|
|
2723
2826
|
CreateProject: createProject,
|
|
2724
2827
|
CreateResult: createResult,
|
|
2725
|
-
|
|
2828
|
+
Diallocate: diallocate,
|
|
2829
|
+
FundProgram: fundProgram,
|
|
2830
|
+
FundProject: fundProject,
|
|
2726
2831
|
Init: init,
|
|
2727
|
-
|
|
2832
|
+
RefreshProgram: refreshProgram,
|
|
2833
|
+
RefreshProject: refreshProject,
|
|
2728
2834
|
RegisterContributor: registerContributor,
|
|
2729
|
-
|
|
2730
|
-
|
|
2835
|
+
SetAct1: setAct1,
|
|
2836
|
+
SetAct2: setAct2,
|
|
2837
|
+
StartDistribution: startDistribution,
|
|
2838
|
+
WithdrawProgram: withdrawProgram,
|
|
2839
|
+
WithdrawProject: withdrawProject,
|
|
2840
|
+
WithdrawResult: withdrawResult
|
|
2731
2841
|
};
|
|
2732
2842
|
|
|
2733
|
-
const tableName$
|
|
2734
|
-
const scope$
|
|
2843
|
+
const tableName$d = "authors";
|
|
2844
|
+
const scope$d = _coopname;
|
|
2735
2845
|
|
|
2736
2846
|
const authors = {
|
|
2847
|
+
__proto__: null,
|
|
2848
|
+
scope: scope$d,
|
|
2849
|
+
tableName: tableName$d
|
|
2850
|
+
};
|
|
2851
|
+
|
|
2852
|
+
const tableName$c = "claims";
|
|
2853
|
+
const scope$c = _coopname;
|
|
2854
|
+
|
|
2855
|
+
const claims = {
|
|
2856
|
+
__proto__: null,
|
|
2857
|
+
scope: scope$c,
|
|
2858
|
+
tableName: tableName$c
|
|
2859
|
+
};
|
|
2860
|
+
|
|
2861
|
+
const tableName$b = "contributors";
|
|
2862
|
+
const scope$b = _coopname;
|
|
2863
|
+
|
|
2864
|
+
const contributors = {
|
|
2737
2865
|
__proto__: null,
|
|
2738
2866
|
scope: scope$b,
|
|
2739
2867
|
tableName: tableName$b
|
|
2740
2868
|
};
|
|
2741
2869
|
|
|
2742
|
-
const tableName$a = "
|
|
2870
|
+
const tableName$a = "creators";
|
|
2743
2871
|
const scope$a = _coopname;
|
|
2744
2872
|
|
|
2745
|
-
const
|
|
2873
|
+
const creators = {
|
|
2746
2874
|
__proto__: null,
|
|
2747
2875
|
scope: scope$a,
|
|
2748
2876
|
tableName: tableName$a
|
|
2749
2877
|
};
|
|
2750
2878
|
|
|
2751
|
-
const tableName$9 = "
|
|
2879
|
+
const tableName$9 = "projects";
|
|
2752
2880
|
const scope$9 = _coopname;
|
|
2753
2881
|
|
|
2754
|
-
const
|
|
2882
|
+
const projects = {
|
|
2755
2883
|
__proto__: null,
|
|
2756
2884
|
scope: scope$9,
|
|
2757
2885
|
tableName: tableName$9
|
|
2758
2886
|
};
|
|
2759
2887
|
|
|
2760
|
-
const tableName$8 = "
|
|
2888
|
+
const tableName$8 = "results";
|
|
2761
2889
|
const scope$8 = _coopname;
|
|
2762
2890
|
|
|
2763
|
-
const
|
|
2891
|
+
const results = {
|
|
2764
2892
|
__proto__: null,
|
|
2765
2893
|
scope: scope$8,
|
|
2766
2894
|
tableName: tableName$8
|
|
2767
2895
|
};
|
|
2768
2896
|
|
|
2769
|
-
const tableName$7 = "
|
|
2770
|
-
const scope$7 =
|
|
2897
|
+
const tableName$7 = "state";
|
|
2898
|
+
const scope$7 = _capital;
|
|
2771
2899
|
|
|
2772
|
-
const
|
|
2900
|
+
const state = {
|
|
2773
2901
|
__proto__: null,
|
|
2774
2902
|
scope: scope$7,
|
|
2775
2903
|
tableName: tableName$7
|
|
2776
2904
|
};
|
|
2777
2905
|
|
|
2778
|
-
const tableName$6 = "
|
|
2906
|
+
const tableName$6 = "prjwithdraws";
|
|
2779
2907
|
const scope$6 = _coopname;
|
|
2780
2908
|
|
|
2781
|
-
const
|
|
2909
|
+
const projectWithdraws = {
|
|
2782
2910
|
__proto__: null,
|
|
2783
2911
|
scope: scope$6,
|
|
2784
2912
|
tableName: tableName$6
|
|
2785
2913
|
};
|
|
2786
2914
|
|
|
2787
|
-
const tableName$5 = "
|
|
2788
|
-
const scope$5 =
|
|
2915
|
+
const tableName$5 = "prgwithdraws";
|
|
2916
|
+
const scope$5 = _coopname;
|
|
2789
2917
|
|
|
2790
|
-
const
|
|
2918
|
+
const programWithdraws = {
|
|
2791
2919
|
__proto__: null,
|
|
2792
2920
|
scope: scope$5,
|
|
2793
2921
|
tableName: tableName$5
|
|
2794
2922
|
};
|
|
2795
2923
|
|
|
2796
|
-
const tableName$4 = "
|
|
2924
|
+
const tableName$4 = "reswithdraws";
|
|
2797
2925
|
const scope$4 = _coopname;
|
|
2798
2926
|
|
|
2799
|
-
const
|
|
2927
|
+
const resultWithdraws = {
|
|
2800
2928
|
__proto__: null,
|
|
2801
2929
|
scope: scope$4,
|
|
2802
2930
|
tableName: tableName$4
|
|
@@ -2847,11 +2975,13 @@ const index$u = {
|
|
|
2847
2975
|
Creators: creators,
|
|
2848
2976
|
Expenses: expenses,
|
|
2849
2977
|
Invests: invests,
|
|
2978
|
+
ProgramWithdraws: programWithdraws,
|
|
2979
|
+
ProjectWithdraws: projectWithdraws,
|
|
2850
2980
|
Projects: projects,
|
|
2851
2981
|
ResultAuthors: resultAuthors,
|
|
2982
|
+
ResultWithdraws: resultWithdraws,
|
|
2852
2983
|
Results: results,
|
|
2853
|
-
State: state
|
|
2854
|
-
Withdraws: withdraws
|
|
2984
|
+
State: state
|
|
2855
2985
|
};
|
|
2856
2986
|
|
|
2857
2987
|
const capital = {
|