cooptypes 2025.7.28 → 2025.9.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.cjs +1124 -954
- package/dist/index.d.cts +1871 -1343
- package/dist/index.d.mts +1871 -1343
- package/dist/index.d.ts +1871 -1343
- package/dist/index.mjs +1124 -954
- package/package.json +2 -2
package/dist/index.cjs
CHANGED
|
@@ -122,58 +122,58 @@ const index$1r = {
|
|
|
122
122
|
Permissions: index$1s
|
|
123
123
|
};
|
|
124
124
|
|
|
125
|
-
const authorizations$
|
|
126
|
-
const actionName$
|
|
125
|
+
const authorizations$3n = [{ permissions: [active], actor: _system }];
|
|
126
|
+
const actionName$3n = "createdraft";
|
|
127
127
|
|
|
128
128
|
const createDraft = {
|
|
129
129
|
__proto__: null,
|
|
130
|
-
actionName: actionName$
|
|
131
|
-
authorizations: authorizations$
|
|
130
|
+
actionName: actionName$3n,
|
|
131
|
+
authorizations: authorizations$3n
|
|
132
132
|
};
|
|
133
133
|
|
|
134
|
-
const authorizations$
|
|
135
|
-
const actionName$
|
|
134
|
+
const authorizations$3m = [{ permissions: [active], actor: _system }];
|
|
135
|
+
const actionName$3m = "editdraft";
|
|
136
136
|
|
|
137
137
|
const editDraft = {
|
|
138
138
|
__proto__: null,
|
|
139
|
-
actionName: actionName$
|
|
140
|
-
authorizations: authorizations$
|
|
139
|
+
actionName: actionName$3m,
|
|
140
|
+
authorizations: authorizations$3m
|
|
141
141
|
};
|
|
142
142
|
|
|
143
|
-
const authorizations$
|
|
144
|
-
const actionName$
|
|
143
|
+
const authorizations$3l = [{ permissions: [active], actor: _system }];
|
|
144
|
+
const actionName$3l = "deldraft";
|
|
145
145
|
|
|
146
146
|
const deleteDraft = {
|
|
147
147
|
__proto__: null,
|
|
148
|
-
actionName: actionName$
|
|
149
|
-
authorizations: authorizations$
|
|
148
|
+
actionName: actionName$3l,
|
|
149
|
+
authorizations: authorizations$3l
|
|
150
150
|
};
|
|
151
151
|
|
|
152
|
-
const authorizations$
|
|
153
|
-
const actionName$
|
|
152
|
+
const authorizations$3k = [{ permissions: [active], actor: _system }];
|
|
153
|
+
const actionName$3k = "createtrans";
|
|
154
154
|
|
|
155
155
|
const createTranslation = {
|
|
156
156
|
__proto__: null,
|
|
157
|
-
actionName: actionName$
|
|
158
|
-
authorizations: authorizations$
|
|
157
|
+
actionName: actionName$3k,
|
|
158
|
+
authorizations: authorizations$3k
|
|
159
159
|
};
|
|
160
160
|
|
|
161
|
-
const authorizations$
|
|
162
|
-
const actionName$
|
|
161
|
+
const authorizations$3j = [{ permissions: [active], actor: _system }];
|
|
162
|
+
const actionName$3j = "edittrans";
|
|
163
163
|
|
|
164
164
|
const editTranslation = {
|
|
165
165
|
__proto__: null,
|
|
166
|
-
actionName: actionName$
|
|
167
|
-
authorizations: authorizations$
|
|
166
|
+
actionName: actionName$3j,
|
|
167
|
+
authorizations: authorizations$3j
|
|
168
168
|
};
|
|
169
169
|
|
|
170
|
-
const authorizations$
|
|
171
|
-
const actionName$
|
|
170
|
+
const authorizations$3i = [{ permissions: [active], actor: _draft }];
|
|
171
|
+
const actionName$3i = "newid";
|
|
172
172
|
|
|
173
173
|
const newId = {
|
|
174
174
|
__proto__: null,
|
|
175
|
-
actionName: actionName$
|
|
176
|
-
authorizations: authorizations$
|
|
175
|
+
actionName: actionName$3i,
|
|
176
|
+
authorizations: authorizations$3i
|
|
177
177
|
};
|
|
178
178
|
|
|
179
179
|
const index$1q = {
|
|
@@ -186,22 +186,22 @@ const index$1q = {
|
|
|
186
186
|
newId: newId
|
|
187
187
|
};
|
|
188
188
|
|
|
189
|
-
const tableName
|
|
190
|
-
const scope
|
|
189
|
+
const tableName$13 = "drafts";
|
|
190
|
+
const scope$13 = _contract;
|
|
191
191
|
|
|
192
192
|
const drafts = {
|
|
193
193
|
__proto__: null,
|
|
194
|
-
scope: scope
|
|
195
|
-
tableName: tableName
|
|
194
|
+
scope: scope$13,
|
|
195
|
+
tableName: tableName$13
|
|
196
196
|
};
|
|
197
197
|
|
|
198
|
-
const tableName$
|
|
199
|
-
const scope$
|
|
198
|
+
const tableName$12 = "translations";
|
|
199
|
+
const scope$12 = _contract;
|
|
200
200
|
|
|
201
201
|
const translations$t = {
|
|
202
202
|
__proto__: null,
|
|
203
|
-
scope: scope$
|
|
204
|
-
tableName: tableName$
|
|
203
|
+
scope: scope$12,
|
|
204
|
+
tableName: tableName$12
|
|
205
205
|
};
|
|
206
206
|
|
|
207
207
|
const index$1p = {
|
|
@@ -224,49 +224,49 @@ const index$1o = {
|
|
|
224
224
|
contractName: contractName$e
|
|
225
225
|
};
|
|
226
226
|
|
|
227
|
-
const authorizations$
|
|
228
|
-
const actionName$
|
|
227
|
+
const authorizations$3h = [{ permissions: [active], actor: _trustee }];
|
|
228
|
+
const actionName$3h = "addtrusted";
|
|
229
229
|
|
|
230
230
|
const addTrusted = {
|
|
231
231
|
__proto__: null,
|
|
232
|
-
actionName: actionName$
|
|
233
|
-
authorizations: authorizations$
|
|
232
|
+
actionName: actionName$3h,
|
|
233
|
+
authorizations: authorizations$3h
|
|
234
234
|
};
|
|
235
235
|
|
|
236
|
-
const authorizations$
|
|
237
|
-
const actionName$
|
|
236
|
+
const authorizations$3g = [{ permissions: [active], actor: _chairman }];
|
|
237
|
+
const actionName$3g = "createbranch";
|
|
238
238
|
|
|
239
239
|
const createBranch = {
|
|
240
240
|
__proto__: null,
|
|
241
|
-
actionName: actionName$
|
|
242
|
-
authorizations: authorizations$
|
|
241
|
+
actionName: actionName$3g,
|
|
242
|
+
authorizations: authorizations$3g
|
|
243
243
|
};
|
|
244
244
|
|
|
245
|
-
const authorizations$
|
|
246
|
-
const actionName$
|
|
245
|
+
const authorizations$3f = [{ permissions: [active], actor: _chairman }];
|
|
246
|
+
const actionName$3f = "deletebranch";
|
|
247
247
|
|
|
248
248
|
const deleteBranch = {
|
|
249
249
|
__proto__: null,
|
|
250
|
-
actionName: actionName$
|
|
251
|
-
authorizations: authorizations$
|
|
250
|
+
actionName: actionName$3f,
|
|
251
|
+
authorizations: authorizations$3f
|
|
252
252
|
};
|
|
253
253
|
|
|
254
|
-
const authorizations$
|
|
255
|
-
const actionName$
|
|
254
|
+
const authorizations$3e = [{ permissions: [active], actor: _trustee }];
|
|
255
|
+
const actionName$3e = "deltrusted";
|
|
256
256
|
|
|
257
257
|
const deleteTrusted = {
|
|
258
258
|
__proto__: null,
|
|
259
|
-
actionName: actionName$
|
|
260
|
-
authorizations: authorizations$
|
|
259
|
+
actionName: actionName$3e,
|
|
260
|
+
authorizations: authorizations$3e
|
|
261
261
|
};
|
|
262
262
|
|
|
263
|
-
const authorizations$
|
|
264
|
-
const actionName$
|
|
263
|
+
const authorizations$3d = [{ permissions: [active], actor: _chairman }];
|
|
264
|
+
const actionName$3d = "editbranch";
|
|
265
265
|
|
|
266
266
|
const editBranch = {
|
|
267
267
|
__proto__: null,
|
|
268
|
-
actionName: actionName$
|
|
269
|
-
authorizations: authorizations$
|
|
268
|
+
actionName: actionName$3d,
|
|
269
|
+
authorizations: authorizations$3d
|
|
270
270
|
};
|
|
271
271
|
|
|
272
272
|
const index$1n = {
|
|
@@ -278,22 +278,22 @@ const index$1n = {
|
|
|
278
278
|
EditBranch: editBranch
|
|
279
279
|
};
|
|
280
280
|
|
|
281
|
-
const tableName$
|
|
282
|
-
const scope$
|
|
281
|
+
const tableName$11 = "branches";
|
|
282
|
+
const scope$11 = _coopname;
|
|
283
283
|
|
|
284
284
|
const branches = {
|
|
285
285
|
__proto__: null,
|
|
286
|
-
scope: scope$
|
|
287
|
-
tableName: tableName$
|
|
286
|
+
scope: scope$11,
|
|
287
|
+
tableName: tableName$11
|
|
288
288
|
};
|
|
289
289
|
|
|
290
|
-
const tableName$
|
|
291
|
-
const scope$
|
|
290
|
+
const tableName$10 = "branchstat";
|
|
291
|
+
const scope$10 = _contract;
|
|
292
292
|
|
|
293
293
|
const branchStat = {
|
|
294
294
|
__proto__: null,
|
|
295
|
-
scope: scope$
|
|
296
|
-
tableName: tableName$
|
|
295
|
+
scope: scope$10,
|
|
296
|
+
tableName: tableName$10
|
|
297
297
|
};
|
|
298
298
|
|
|
299
299
|
const index$1m = {
|
|
@@ -316,143 +316,143 @@ const index$1l = {
|
|
|
316
316
|
contractName: contractName$d
|
|
317
317
|
};
|
|
318
318
|
|
|
319
|
-
const authorizations$
|
|
320
|
-
const actionName$
|
|
319
|
+
const authorizations$3c = [{ permissions: [active], actor: _fund }];
|
|
320
|
+
const actionName$3c = "addaccum";
|
|
321
321
|
|
|
322
322
|
const addAccumulation = {
|
|
323
323
|
__proto__: null,
|
|
324
|
-
actionName: actionName$
|
|
325
|
-
authorizations: authorizations$
|
|
324
|
+
actionName: actionName$3c,
|
|
325
|
+
authorizations: authorizations$3c
|
|
326
326
|
};
|
|
327
327
|
|
|
328
|
-
const authorizations$
|
|
329
|
-
const actionName$
|
|
328
|
+
const authorizations$3b = [{ permissions: [active], actor: _fund }];
|
|
329
|
+
const actionName$3b = "subaccum";
|
|
330
330
|
|
|
331
331
|
const subAccumulation = {
|
|
332
332
|
__proto__: null,
|
|
333
|
-
actionName: actionName$
|
|
334
|
-
authorizations: authorizations$
|
|
333
|
+
actionName: actionName$3b,
|
|
334
|
+
authorizations: authorizations$3b
|
|
335
335
|
};
|
|
336
336
|
|
|
337
|
-
const authorizations$
|
|
338
|
-
const actionName$
|
|
337
|
+
const authorizations$3a = [{ permissions: [active], actor: _gateway }];
|
|
338
|
+
const actionName$3a = "addcirculate";
|
|
339
339
|
|
|
340
340
|
const addCirculation = {
|
|
341
341
|
__proto__: null,
|
|
342
|
-
actionName: actionName$
|
|
343
|
-
authorizations: authorizations$
|
|
342
|
+
actionName: actionName$3a,
|
|
343
|
+
authorizations: authorizations$3a
|
|
344
344
|
};
|
|
345
345
|
|
|
346
|
-
const authorizations$
|
|
347
|
-
const actionName$
|
|
346
|
+
const authorizations$39 = [{ permissions: [active], actor: _fund }];
|
|
347
|
+
const actionName$39 = "addexpense";
|
|
348
348
|
|
|
349
349
|
const addExpense = {
|
|
350
350
|
__proto__: null,
|
|
351
|
-
actionName: actionName$
|
|
352
|
-
authorizations: authorizations$
|
|
351
|
+
actionName: actionName$39,
|
|
352
|
+
authorizations: authorizations$39
|
|
353
353
|
};
|
|
354
354
|
|
|
355
|
-
const authorizations$
|
|
356
|
-
const actionName$
|
|
355
|
+
const authorizations$38 = [{ permissions: [active], actor: _soviet }];
|
|
356
|
+
const actionName$38 = "authorize";
|
|
357
357
|
|
|
358
358
|
const authorizeWithdraw = {
|
|
359
359
|
__proto__: null,
|
|
360
|
-
actionName: actionName$
|
|
361
|
-
authorizations: authorizations$
|
|
360
|
+
actionName: actionName$38,
|
|
361
|
+
authorizations: authorizations$38
|
|
362
362
|
};
|
|
363
363
|
|
|
364
|
-
const authorizations$
|
|
365
|
-
const actionName$
|
|
364
|
+
const authorizations$37 = [{ permissions: [active, special], actor: _admin }];
|
|
365
|
+
const actionName$37 = "complete";
|
|
366
366
|
|
|
367
367
|
const completeWithdraw = {
|
|
368
368
|
__proto__: null,
|
|
369
|
-
actionName: actionName$
|
|
370
|
-
authorizations: authorizations$
|
|
369
|
+
actionName: actionName$37,
|
|
370
|
+
authorizations: authorizations$37
|
|
371
371
|
};
|
|
372
372
|
|
|
373
|
-
const authorizations$
|
|
374
|
-
const actionName$
|
|
373
|
+
const authorizations$36 = [{ permissions: [active], actor: _fund }];
|
|
374
|
+
const actionName$36 = "newfund";
|
|
375
375
|
|
|
376
376
|
const newFund = {
|
|
377
377
|
__proto__: null,
|
|
378
|
-
actionName: actionName$
|
|
379
|
-
authorizations: authorizations$
|
|
378
|
+
actionName: actionName$36,
|
|
379
|
+
authorizations: authorizations$36
|
|
380
380
|
};
|
|
381
381
|
|
|
382
|
-
const authorizations$
|
|
383
|
-
const actionName$
|
|
382
|
+
const authorizations$35 = [{ permissions: [active], actor: _chairman }];
|
|
383
|
+
const actionName$35 = "createfund";
|
|
384
384
|
|
|
385
385
|
const createFund = {
|
|
386
386
|
__proto__: null,
|
|
387
|
-
actionName: actionName$
|
|
388
|
-
authorizations: authorizations$
|
|
387
|
+
actionName: actionName$35,
|
|
388
|
+
authorizations: authorizations$35
|
|
389
389
|
};
|
|
390
390
|
|
|
391
|
-
const authorizations$
|
|
392
|
-
const actionName$
|
|
391
|
+
const authorizations$34 = [{ permissions: [active], actor: _chairman }];
|
|
392
|
+
const actionName$34 = "delfund";
|
|
393
393
|
|
|
394
394
|
const deleteFund = {
|
|
395
395
|
__proto__: null,
|
|
396
|
-
actionName: actionName$
|
|
397
|
-
authorizations: authorizations$
|
|
396
|
+
actionName: actionName$34,
|
|
397
|
+
authorizations: authorizations$34
|
|
398
398
|
};
|
|
399
399
|
|
|
400
|
-
const authorizations$
|
|
401
|
-
const actionName$
|
|
400
|
+
const authorizations$33 = [{ permissions: [active], actor: _chairman }];
|
|
401
|
+
const actionName$33 = "editfund";
|
|
402
402
|
|
|
403
403
|
const editFund = {
|
|
404
404
|
__proto__: null,
|
|
405
|
-
actionName: actionName$
|
|
406
|
-
authorizations: authorizations$
|
|
405
|
+
actionName: actionName$33,
|
|
406
|
+
authorizations: authorizations$33
|
|
407
407
|
};
|
|
408
408
|
|
|
409
|
-
const authorizations$
|
|
409
|
+
const authorizations$32 = [
|
|
410
410
|
{ permissions: [active], actor: _username },
|
|
411
411
|
{ permissions: [active, special], actor: _admin },
|
|
412
412
|
{ permissions: [active], actor: _contract }
|
|
413
413
|
];
|
|
414
|
-
const actionName$
|
|
414
|
+
const actionName$32 = "fundwithdraw";
|
|
415
415
|
|
|
416
416
|
const createWithdraw$1 = {
|
|
417
417
|
__proto__: null,
|
|
418
|
-
actionName: actionName$
|
|
419
|
-
authorizations: authorizations$
|
|
418
|
+
actionName: actionName$32,
|
|
419
|
+
authorizations: authorizations$32
|
|
420
420
|
};
|
|
421
421
|
|
|
422
|
-
const authorizations$
|
|
423
|
-
const actionName$
|
|
422
|
+
const authorizations$31 = [{ permissions: [active], actor: _soviet }];
|
|
423
|
+
const actionName$31 = "init";
|
|
424
424
|
|
|
425
|
-
const init$
|
|
425
|
+
const init$3 = {
|
|
426
426
|
__proto__: null,
|
|
427
|
-
actionName: actionName$
|
|
428
|
-
authorizations: authorizations$
|
|
427
|
+
actionName: actionName$31,
|
|
428
|
+
authorizations: authorizations$31
|
|
429
429
|
};
|
|
430
430
|
|
|
431
|
-
const authorizations$
|
|
432
|
-
const actionName$
|
|
431
|
+
const authorizations$30 = [{ permissions: [active], actor: _fund }];
|
|
432
|
+
const actionName$30 = "newwithdraw";
|
|
433
433
|
|
|
434
434
|
const newWithdraw = {
|
|
435
435
|
__proto__: null,
|
|
436
|
-
actionName: actionName$
|
|
437
|
-
authorizations: authorizations$
|
|
436
|
+
actionName: actionName$30,
|
|
437
|
+
authorizations: authorizations$30
|
|
438
438
|
};
|
|
439
439
|
|
|
440
|
-
const authorizations$
|
|
441
|
-
const actionName$
|
|
440
|
+
const authorizations$2$ = [{ permissions: [active], actor: _marketplace }, { permissions: [active], actor: _gateway }];
|
|
441
|
+
const actionName$2$ = "spreadamount";
|
|
442
442
|
|
|
443
443
|
const spreadAmount = {
|
|
444
444
|
__proto__: null,
|
|
445
|
-
actionName: actionName$
|
|
446
|
-
authorizations: authorizations$
|
|
445
|
+
actionName: actionName$2$,
|
|
446
|
+
authorizations: authorizations$2$
|
|
447
447
|
};
|
|
448
448
|
|
|
449
|
-
const authorizations$
|
|
450
|
-
const actionName$
|
|
449
|
+
const authorizations$2_ = [{ permissions: [active], actor: _gateway }];
|
|
450
|
+
const actionName$2_ = "subcirculate";
|
|
451
451
|
|
|
452
452
|
const subCirculation = {
|
|
453
453
|
__proto__: null,
|
|
454
|
-
actionName: actionName$
|
|
455
|
-
authorizations: authorizations$
|
|
454
|
+
actionName: actionName$2_,
|
|
455
|
+
authorizations: authorizations$2_
|
|
456
456
|
};
|
|
457
457
|
|
|
458
458
|
const index$1k = {
|
|
@@ -466,7 +466,7 @@ const index$1k = {
|
|
|
466
466
|
CreateWithdraw: createWithdraw$1,
|
|
467
467
|
DeleteFund: deleteFund,
|
|
468
468
|
EditFund: editFund,
|
|
469
|
-
Init: init$
|
|
469
|
+
Init: init$3,
|
|
470
470
|
NewFund: newFund,
|
|
471
471
|
NewWithdraw: newWithdraw,
|
|
472
472
|
SpreadAmount: spreadAmount,
|
|
@@ -474,40 +474,40 @@ const index$1k = {
|
|
|
474
474
|
SubCirculation: subCirculation
|
|
475
475
|
};
|
|
476
476
|
|
|
477
|
-
const tableName
|
|
478
|
-
const scope
|
|
477
|
+
const tableName$$ = "accfunds";
|
|
478
|
+
const scope$$ = _fund;
|
|
479
479
|
|
|
480
480
|
const accumulationFunds = {
|
|
481
481
|
__proto__: null,
|
|
482
|
-
scope: scope
|
|
483
|
-
tableName: tableName
|
|
482
|
+
scope: scope$$,
|
|
483
|
+
tableName: tableName$$
|
|
484
484
|
};
|
|
485
485
|
|
|
486
|
-
const tableName$
|
|
487
|
-
const scope$
|
|
486
|
+
const tableName$_ = "expfunds";
|
|
487
|
+
const scope$_ = _fund;
|
|
488
488
|
|
|
489
489
|
const expenseFunds = {
|
|
490
490
|
__proto__: null,
|
|
491
|
-
scope: scope$
|
|
492
|
-
tableName: tableName$
|
|
491
|
+
scope: scope$_,
|
|
492
|
+
tableName: tableName$_
|
|
493
493
|
};
|
|
494
494
|
|
|
495
|
-
const tableName$
|
|
496
|
-
const scope$
|
|
495
|
+
const tableName$Z = "coopwallet";
|
|
496
|
+
const scope$Z = _fund;
|
|
497
497
|
|
|
498
498
|
const coopWallet = {
|
|
499
499
|
__proto__: null,
|
|
500
|
-
scope: scope$
|
|
501
|
-
tableName: tableName$
|
|
500
|
+
scope: scope$Z,
|
|
501
|
+
tableName: tableName$Z
|
|
502
502
|
};
|
|
503
503
|
|
|
504
|
-
const tableName$
|
|
505
|
-
const scope$
|
|
504
|
+
const tableName$Y = "fwithdraws";
|
|
505
|
+
const scope$Y = _fund;
|
|
506
506
|
|
|
507
507
|
const fundWithdraws = {
|
|
508
508
|
__proto__: null,
|
|
509
|
-
scope: scope$
|
|
510
|
-
tableName: tableName$
|
|
509
|
+
scope: scope$Y,
|
|
510
|
+
tableName: tableName$Y
|
|
511
511
|
};
|
|
512
512
|
|
|
513
513
|
const index$1j = {
|
|
@@ -532,58 +532,58 @@ const index$1i = {
|
|
|
532
532
|
contractName: contractName$c
|
|
533
533
|
};
|
|
534
534
|
|
|
535
|
-
const authorizations$
|
|
536
|
-
const actionName$
|
|
535
|
+
const authorizations$2Z = [{ permissions: [active, special], actor: _coopname }];
|
|
536
|
+
const actionName$2Z = "createincome";
|
|
537
537
|
|
|
538
538
|
const createIncome = {
|
|
539
539
|
__proto__: null,
|
|
540
|
-
actionName: actionName$
|
|
541
|
-
authorizations: authorizations$
|
|
540
|
+
actionName: actionName$2Z,
|
|
541
|
+
authorizations: authorizations$2Z
|
|
542
542
|
};
|
|
543
543
|
|
|
544
|
-
const authorizations$
|
|
545
|
-
const actionName$
|
|
544
|
+
const authorizations$2Y = [{ permissions: [active, special], actor: _admin }];
|
|
545
|
+
const actionName$2Y = "incomplete";
|
|
546
546
|
|
|
547
547
|
const completeIncome = {
|
|
548
548
|
__proto__: null,
|
|
549
|
-
actionName: actionName$
|
|
550
|
-
authorizations: authorizations$
|
|
549
|
+
actionName: actionName$2Y,
|
|
550
|
+
authorizations: authorizations$2Y
|
|
551
551
|
};
|
|
552
552
|
|
|
553
|
-
const authorizations$
|
|
554
|
-
const actionName$
|
|
553
|
+
const authorizations$2X = [{ permissions: [active, special], actor: _admin }];
|
|
554
|
+
const actionName$2X = "indecline";
|
|
555
555
|
|
|
556
556
|
const declineIncome = {
|
|
557
557
|
__proto__: null,
|
|
558
|
-
actionName: actionName$
|
|
559
|
-
authorizations: authorizations$
|
|
558
|
+
actionName: actionName$2X,
|
|
559
|
+
authorizations: authorizations$2X
|
|
560
560
|
};
|
|
561
561
|
|
|
562
|
-
const authorizations$
|
|
563
|
-
const actionName$
|
|
562
|
+
const authorizations$2W = [{ permissions: [active], actor: _username }];
|
|
563
|
+
const actionName$2W = "createoutpay";
|
|
564
564
|
|
|
565
565
|
const createOutcome = {
|
|
566
566
|
__proto__: null,
|
|
567
|
-
actionName: actionName$
|
|
568
|
-
authorizations: authorizations$
|
|
567
|
+
actionName: actionName$2W,
|
|
568
|
+
authorizations: authorizations$2W
|
|
569
569
|
};
|
|
570
570
|
|
|
571
|
-
const authorizations$
|
|
572
|
-
const actionName$
|
|
571
|
+
const authorizations$2V = [{ permissions: [active, special], actor: _admin }];
|
|
572
|
+
const actionName$2V = "outcomplete";
|
|
573
573
|
|
|
574
574
|
const completeOutcome = {
|
|
575
575
|
__proto__: null,
|
|
576
|
-
actionName: actionName$
|
|
577
|
-
authorizations: authorizations$
|
|
576
|
+
actionName: actionName$2V,
|
|
577
|
+
authorizations: authorizations$2V
|
|
578
578
|
};
|
|
579
579
|
|
|
580
|
-
const authorizations$
|
|
581
|
-
const actionName$
|
|
580
|
+
const authorizations$2U = [{ permissions: [active, special], actor: _admin }];
|
|
581
|
+
const actionName$2U = "outdecline";
|
|
582
582
|
|
|
583
583
|
const declineOutcome = {
|
|
584
584
|
__proto__: null,
|
|
585
|
-
actionName: actionName$
|
|
586
|
-
authorizations: authorizations$
|
|
585
|
+
actionName: actionName$2U,
|
|
586
|
+
authorizations: authorizations$2U
|
|
587
587
|
};
|
|
588
588
|
|
|
589
589
|
const index$1h = {
|
|
@@ -596,22 +596,22 @@ const index$1h = {
|
|
|
596
596
|
DeclineOutcome: declineOutcome
|
|
597
597
|
};
|
|
598
598
|
|
|
599
|
-
const tableName$
|
|
600
|
-
const scope$
|
|
599
|
+
const tableName$X = "incomes";
|
|
600
|
+
const scope$X = _gateway;
|
|
601
601
|
|
|
602
602
|
const incomes = {
|
|
603
603
|
__proto__: null,
|
|
604
|
-
scope: scope$
|
|
605
|
-
tableName: tableName$
|
|
604
|
+
scope: scope$X,
|
|
605
|
+
tableName: tableName$X
|
|
606
606
|
};
|
|
607
607
|
|
|
608
|
-
const tableName$
|
|
609
|
-
const scope$
|
|
608
|
+
const tableName$W = "outcomes";
|
|
609
|
+
const scope$W = _gateway;
|
|
610
610
|
|
|
611
611
|
const outcomes = {
|
|
612
612
|
__proto__: null,
|
|
613
|
-
scope: scope$
|
|
614
|
-
tableName: tableName$
|
|
613
|
+
scope: scope$W,
|
|
614
|
+
tableName: tableName$W
|
|
615
615
|
};
|
|
616
616
|
|
|
617
617
|
const index$1g = {
|
|
@@ -634,121 +634,121 @@ const index$1f = {
|
|
|
634
634
|
contractName: contractName$b
|
|
635
635
|
};
|
|
636
636
|
|
|
637
|
-
const authorizations$
|
|
638
|
-
const actionName$
|
|
637
|
+
const authorizations$2T = [{ permissions: [active], actor: _system }];
|
|
638
|
+
const actionName$2T = "verificate";
|
|
639
639
|
|
|
640
640
|
const verificateAccount = {
|
|
641
641
|
__proto__: null,
|
|
642
|
-
actionName: actionName$
|
|
643
|
-
authorizations: authorizations$
|
|
642
|
+
actionName: actionName$2T,
|
|
643
|
+
authorizations: authorizations$2T
|
|
644
644
|
};
|
|
645
645
|
|
|
646
|
-
const authorizations$
|
|
647
|
-
const actionName$
|
|
646
|
+
const authorizations$2S = [{ permissions: [active], actor: _username }];
|
|
647
|
+
const actionName$2S = "updateaccnt";
|
|
648
648
|
|
|
649
649
|
const updateAccount = {
|
|
650
650
|
__proto__: null,
|
|
651
|
-
actionName: actionName$
|
|
652
|
-
authorizations: authorizations$
|
|
651
|
+
actionName: actionName$2S,
|
|
652
|
+
authorizations: authorizations$2S
|
|
653
653
|
};
|
|
654
654
|
|
|
655
|
-
const authorizations$
|
|
656
|
-
const actionName$
|
|
655
|
+
const authorizations$2R = [{ permissions: [active], actor: _username }];
|
|
656
|
+
const actionName$2R = "updatecoop";
|
|
657
657
|
|
|
658
658
|
const updateCoop = {
|
|
659
659
|
__proto__: null,
|
|
660
|
-
actionName: actionName$
|
|
661
|
-
authorizations: authorizations$
|
|
660
|
+
actionName: actionName$2R,
|
|
661
|
+
authorizations: authorizations$2R
|
|
662
662
|
};
|
|
663
663
|
|
|
664
|
-
const authorizations$
|
|
665
|
-
const actionName$
|
|
664
|
+
const authorizations$2Q = [{ permissions: [active, special], actor: _admin }];
|
|
665
|
+
const actionName$2Q = "newaccount";
|
|
666
666
|
|
|
667
667
|
const createAccount$1 = {
|
|
668
668
|
__proto__: null,
|
|
669
|
-
actionName: actionName$
|
|
670
|
-
authorizations: authorizations$
|
|
669
|
+
actionName: actionName$2Q,
|
|
670
|
+
authorizations: authorizations$2Q
|
|
671
671
|
};
|
|
672
672
|
|
|
673
|
-
const authorizations$
|
|
674
|
-
const actionName$
|
|
673
|
+
const authorizations$2P = [{ permissions: [active, special], actor: _admin }];
|
|
674
|
+
const actionName$2P = "reguser";
|
|
675
675
|
|
|
676
676
|
const registerUser = {
|
|
677
677
|
__proto__: null,
|
|
678
|
-
actionName: actionName$
|
|
679
|
-
authorizations: authorizations$
|
|
678
|
+
actionName: actionName$2P,
|
|
679
|
+
authorizations: authorizations$2P
|
|
680
680
|
};
|
|
681
681
|
|
|
682
|
-
const authorizations$
|
|
683
|
-
const actionName$
|
|
682
|
+
const authorizations$2O = [{ permissions: [active, special], actor: _admin }];
|
|
683
|
+
const actionName$2O = "regcoop";
|
|
684
684
|
|
|
685
685
|
const registerCooperative = {
|
|
686
686
|
__proto__: null,
|
|
687
|
-
actionName: actionName$
|
|
688
|
-
authorizations: authorizations$
|
|
687
|
+
actionName: actionName$2O,
|
|
688
|
+
authorizations: authorizations$2O
|
|
689
689
|
};
|
|
690
690
|
|
|
691
|
-
const authorizations$
|
|
692
|
-
const actionName$
|
|
691
|
+
const authorizations$2N = [{ permissions: [active], actor: _system }];
|
|
692
|
+
const actionName$2N = "changekey";
|
|
693
693
|
|
|
694
694
|
const changeKey = {
|
|
695
695
|
__proto__: null,
|
|
696
|
-
actionName: actionName$
|
|
697
|
-
authorizations: authorizations$
|
|
696
|
+
actionName: actionName$2N,
|
|
697
|
+
authorizations: authorizations$2N
|
|
698
698
|
};
|
|
699
699
|
|
|
700
|
-
const authorizations$
|
|
701
|
-
const actionName$
|
|
700
|
+
const authorizations$2M = [{ permissions: [active], actor: _system }];
|
|
701
|
+
const actionName$2M = "init";
|
|
702
702
|
|
|
703
|
-
const init$
|
|
703
|
+
const init$2 = {
|
|
704
704
|
__proto__: null,
|
|
705
|
-
actionName: actionName$
|
|
706
|
-
authorizations: authorizations$
|
|
705
|
+
actionName: actionName$2M,
|
|
706
|
+
authorizations: authorizations$2M
|
|
707
707
|
};
|
|
708
708
|
|
|
709
|
-
const authorizations$
|
|
710
|
-
const actionName$
|
|
709
|
+
const authorizations$2L = [{ permissions: [active, special], actor: _admin }];
|
|
710
|
+
const actionName$2L = "adduser";
|
|
711
711
|
|
|
712
712
|
const addUser = {
|
|
713
713
|
__proto__: null,
|
|
714
|
-
actionName: actionName$
|
|
715
|
-
authorizations: authorizations$
|
|
714
|
+
actionName: actionName$2L,
|
|
715
|
+
authorizations: authorizations$2L
|
|
716
716
|
};
|
|
717
717
|
|
|
718
|
-
const authorizations$
|
|
719
|
-
const actionName$
|
|
718
|
+
const authorizations$2K = [{ permissions: [active, special], actor: _admin }];
|
|
719
|
+
const actionName$2K = "stcoopstatus";
|
|
720
720
|
|
|
721
721
|
const setCoopStatus = {
|
|
722
722
|
__proto__: null,
|
|
723
|
-
actionName: actionName$
|
|
724
|
-
authorizations: authorizations$
|
|
723
|
+
actionName: actionName$2K,
|
|
724
|
+
authorizations: authorizations$2K
|
|
725
725
|
};
|
|
726
726
|
|
|
727
|
-
const authorizations$
|
|
728
|
-
const actionName$
|
|
727
|
+
const authorizations$2J = [{ permissions: [active, special], actor: _admin }];
|
|
728
|
+
const actionName$2J = "delcoop";
|
|
729
729
|
|
|
730
730
|
const deleteCooperative = {
|
|
731
731
|
__proto__: null,
|
|
732
|
-
actionName: actionName$
|
|
733
|
-
authorizations: authorizations$
|
|
732
|
+
actionName: actionName$2J,
|
|
733
|
+
authorizations: authorizations$2J
|
|
734
734
|
};
|
|
735
735
|
|
|
736
|
-
const authorizations$
|
|
737
|
-
const actionName$
|
|
736
|
+
const authorizations$2I = [{ permissions: [active], actor: _coopname }];
|
|
737
|
+
const actionName$2I = "enabranches";
|
|
738
738
|
|
|
739
739
|
const enableBranches = {
|
|
740
740
|
__proto__: null,
|
|
741
|
-
actionName: actionName$
|
|
742
|
-
authorizations: authorizations$
|
|
741
|
+
actionName: actionName$2I,
|
|
742
|
+
authorizations: authorizations$2I
|
|
743
743
|
};
|
|
744
744
|
|
|
745
|
-
const authorizations$
|
|
746
|
-
const actionName$
|
|
745
|
+
const authorizations$2H = [{ permissions: [active], actor: _coopname }];
|
|
746
|
+
const actionName$2H = "disbranches";
|
|
747
747
|
|
|
748
748
|
const disableBranches = {
|
|
749
749
|
__proto__: null,
|
|
750
|
-
actionName: actionName$
|
|
751
|
-
authorizations: authorizations$
|
|
750
|
+
actionName: actionName$2H,
|
|
751
|
+
authorizations: authorizations$2H
|
|
752
752
|
};
|
|
753
753
|
|
|
754
754
|
const index$1e = {
|
|
@@ -759,7 +759,7 @@ const index$1e = {
|
|
|
759
759
|
DeleteCooperative: deleteCooperative,
|
|
760
760
|
DisableBranches: disableBranches,
|
|
761
761
|
EnableBranches: enableBranches,
|
|
762
|
-
Init: init$
|
|
762
|
+
Init: init$2,
|
|
763
763
|
RegisterCooperative: registerCooperative,
|
|
764
764
|
RegisterUser: registerUser,
|
|
765
765
|
SetCoopStatus: setCoopStatus,
|
|
@@ -768,22 +768,22 @@ const index$1e = {
|
|
|
768
768
|
VerificateAccount: verificateAccount
|
|
769
769
|
};
|
|
770
770
|
|
|
771
|
-
const tableName$
|
|
772
|
-
const scope$
|
|
771
|
+
const tableName$V = "accounts";
|
|
772
|
+
const scope$V = _registrator;
|
|
773
773
|
|
|
774
774
|
const accounts = {
|
|
775
775
|
__proto__: null,
|
|
776
|
-
scope: scope$
|
|
777
|
-
tableName: tableName$
|
|
776
|
+
scope: scope$V,
|
|
777
|
+
tableName: tableName$V
|
|
778
778
|
};
|
|
779
779
|
|
|
780
|
-
const tableName$
|
|
781
|
-
const scope$
|
|
780
|
+
const tableName$U = "coops";
|
|
781
|
+
const scope$U = _registrator;
|
|
782
782
|
|
|
783
783
|
const cooperatives = {
|
|
784
784
|
__proto__: null,
|
|
785
|
-
scope: scope$
|
|
786
|
-
tableName: tableName$
|
|
785
|
+
scope: scope$U,
|
|
786
|
+
tableName: tableName$U
|
|
787
787
|
};
|
|
788
788
|
|
|
789
789
|
const index$1d = {
|
|
@@ -806,58 +806,58 @@ const index$1c = {
|
|
|
806
806
|
contractName: contractName$a
|
|
807
807
|
};
|
|
808
808
|
|
|
809
|
-
const authorizations$
|
|
810
|
-
const actionName$
|
|
809
|
+
const authorizations$2G = [{ permissions: [active], actor: _username }];
|
|
810
|
+
const actionName$2G = "transfer";
|
|
811
811
|
|
|
812
|
-
const transfer
|
|
812
|
+
const transfer = {
|
|
813
813
|
__proto__: null,
|
|
814
|
-
actionName: actionName$
|
|
815
|
-
authorizations: authorizations$
|
|
814
|
+
actionName: actionName$2G,
|
|
815
|
+
authorizations: authorizations$2G
|
|
816
816
|
};
|
|
817
817
|
|
|
818
|
-
const authorizations$
|
|
819
|
-
const actionName$
|
|
818
|
+
const authorizations$2F = [{ permissions: [active], actor: _username }];
|
|
819
|
+
const actionName$2F = "open";
|
|
820
820
|
|
|
821
821
|
const open = {
|
|
822
822
|
__proto__: null,
|
|
823
|
-
actionName: actionName$
|
|
824
|
-
authorizations: authorizations$
|
|
823
|
+
actionName: actionName$2F,
|
|
824
|
+
authorizations: authorizations$2F
|
|
825
825
|
};
|
|
826
826
|
|
|
827
|
-
const authorizations$
|
|
828
|
-
const actionName$
|
|
827
|
+
const authorizations$2E = [{ permissions: [active], actor: _username }];
|
|
828
|
+
const actionName$2E = "close";
|
|
829
829
|
|
|
830
830
|
const close = {
|
|
831
831
|
__proto__: null,
|
|
832
|
-
actionName: actionName$
|
|
833
|
-
authorizations: authorizations$
|
|
832
|
+
actionName: actionName$2E,
|
|
833
|
+
authorizations: authorizations$2E
|
|
834
834
|
};
|
|
835
835
|
|
|
836
|
-
const authorizations$
|
|
837
|
-
const actionName$
|
|
836
|
+
const authorizations$2D = [{ permissions: [active], actor: _system$1 }];
|
|
837
|
+
const actionName$2D = "create";
|
|
838
838
|
|
|
839
839
|
const create$1 = {
|
|
840
840
|
__proto__: null,
|
|
841
|
-
actionName: actionName$
|
|
842
|
-
authorizations: authorizations$
|
|
841
|
+
actionName: actionName$2D,
|
|
842
|
+
authorizations: authorizations$2D
|
|
843
843
|
};
|
|
844
844
|
|
|
845
|
-
const authorizations$
|
|
846
|
-
const actionName$
|
|
845
|
+
const authorizations$2C = [{ permissions: [active], actor: "currencyStats.issuer" }];
|
|
846
|
+
const actionName$2C = "issue";
|
|
847
847
|
|
|
848
848
|
const issue = {
|
|
849
849
|
__proto__: null,
|
|
850
|
-
actionName: actionName$
|
|
851
|
-
authorizations: authorizations$
|
|
850
|
+
actionName: actionName$2C,
|
|
851
|
+
authorizations: authorizations$2C
|
|
852
852
|
};
|
|
853
853
|
|
|
854
|
-
const authorizations$
|
|
855
|
-
const actionName$
|
|
854
|
+
const authorizations$2B = [{ permissions: [active], actor: "currencyStats.issuer" }];
|
|
855
|
+
const actionName$2B = "retire";
|
|
856
856
|
|
|
857
857
|
const retire = {
|
|
858
858
|
__proto__: null,
|
|
859
|
-
actionName: actionName$
|
|
860
|
-
authorizations: authorizations$
|
|
859
|
+
actionName: actionName$2B,
|
|
860
|
+
authorizations: authorizations$2B
|
|
861
861
|
};
|
|
862
862
|
|
|
863
863
|
const index$1b = {
|
|
@@ -867,25 +867,25 @@ const index$1b = {
|
|
|
867
867
|
Issue: issue,
|
|
868
868
|
Open: open,
|
|
869
869
|
Retire: retire,
|
|
870
|
-
Transfer: transfer
|
|
870
|
+
Transfer: transfer
|
|
871
871
|
};
|
|
872
872
|
|
|
873
|
-
const tableName$
|
|
874
|
-
const scope$
|
|
873
|
+
const tableName$T = "accounts";
|
|
874
|
+
const scope$T = _username;
|
|
875
875
|
|
|
876
876
|
const accountBalance = {
|
|
877
877
|
__proto__: null,
|
|
878
|
-
scope: scope$
|
|
879
|
-
tableName: tableName$
|
|
878
|
+
scope: scope$T,
|
|
879
|
+
tableName: tableName$T
|
|
880
880
|
};
|
|
881
881
|
|
|
882
|
-
const tableName$
|
|
883
|
-
const scope$
|
|
882
|
+
const tableName$S = "stat";
|
|
883
|
+
const scope$S = "AXON";
|
|
884
884
|
|
|
885
885
|
const currencyStats = {
|
|
886
886
|
__proto__: null,
|
|
887
|
-
scope: scope$
|
|
888
|
-
tableName: tableName$
|
|
887
|
+
scope: scope$S,
|
|
888
|
+
tableName: tableName$S
|
|
889
889
|
};
|
|
890
890
|
|
|
891
891
|
const index$1a = {
|
|
@@ -908,67 +908,67 @@ const index$19 = {
|
|
|
908
908
|
contractName: contractName$9
|
|
909
909
|
};
|
|
910
910
|
|
|
911
|
-
const authorizations$
|
|
912
|
-
const actionName$
|
|
911
|
+
const authorizations$2A = [{ permissions: [active], actor: _soviet }];
|
|
912
|
+
const actionName$2A = "newsubmitted";
|
|
913
913
|
|
|
914
914
|
const newsubmitted = {
|
|
915
915
|
__proto__: null,
|
|
916
|
-
actionName: actionName$
|
|
917
|
-
authorizations: authorizations$
|
|
916
|
+
actionName: actionName$2A,
|
|
917
|
+
authorizations: authorizations$2A
|
|
918
918
|
};
|
|
919
919
|
|
|
920
|
-
const authorizations$
|
|
921
|
-
const actionName$
|
|
920
|
+
const authorizations$2z = [{ permissions: [active], actor: _soviet }];
|
|
921
|
+
const actionName$2z = "newresolved";
|
|
922
922
|
|
|
923
923
|
const newresolved = {
|
|
924
924
|
__proto__: null,
|
|
925
|
-
actionName: actionName$
|
|
926
|
-
authorizations: authorizations$
|
|
925
|
+
actionName: actionName$2z,
|
|
926
|
+
authorizations: authorizations$2z
|
|
927
927
|
};
|
|
928
928
|
|
|
929
|
-
const authorizations$
|
|
930
|
-
const actionName$
|
|
929
|
+
const authorizations$2y = [{ permissions: [active], actor: _soviet }];
|
|
930
|
+
const actionName$2y = "newact";
|
|
931
931
|
|
|
932
932
|
const newact = {
|
|
933
933
|
__proto__: null,
|
|
934
|
-
actionName: actionName$
|
|
935
|
-
authorizations: authorizations$
|
|
934
|
+
actionName: actionName$2y,
|
|
935
|
+
authorizations: authorizations$2y
|
|
936
936
|
};
|
|
937
937
|
|
|
938
|
-
const authorizations$
|
|
939
|
-
const actionName$
|
|
938
|
+
const authorizations$2x = [{ permissions: [active], actor: _soviet }];
|
|
939
|
+
const actionName$2x = "newlink";
|
|
940
940
|
|
|
941
941
|
const newlink = {
|
|
942
942
|
__proto__: null,
|
|
943
|
-
actionName: actionName$
|
|
944
|
-
authorizations: authorizations$
|
|
943
|
+
actionName: actionName$2x,
|
|
944
|
+
authorizations: authorizations$2x
|
|
945
945
|
};
|
|
946
946
|
|
|
947
|
-
const authorizations$
|
|
948
|
-
const actionName$
|
|
947
|
+
const authorizations$2w = [{ permissions: [active], actor: _soviet }];
|
|
948
|
+
const actionName$2w = "newdecision";
|
|
949
949
|
|
|
950
950
|
const newdecision = {
|
|
951
951
|
__proto__: null,
|
|
952
|
-
actionName: actionName$
|
|
953
|
-
authorizations: authorizations$
|
|
952
|
+
actionName: actionName$2w,
|
|
953
|
+
authorizations: authorizations$2w
|
|
954
954
|
};
|
|
955
955
|
|
|
956
|
-
const authorizations$
|
|
957
|
-
const actionName$
|
|
956
|
+
const authorizations$2v = [{ permissions: [active], actor: _soviet }];
|
|
957
|
+
const actionName$2v = "newagreement";
|
|
958
958
|
|
|
959
959
|
const newagreement = {
|
|
960
960
|
__proto__: null,
|
|
961
|
-
actionName: actionName$
|
|
962
|
-
authorizations: authorizations$
|
|
961
|
+
actionName: actionName$2v,
|
|
962
|
+
authorizations: authorizations$2v
|
|
963
963
|
};
|
|
964
964
|
|
|
965
|
-
const authorizations$
|
|
966
|
-
const actionName$
|
|
965
|
+
const authorizations$2u = [{ permissions: [active], actor: _soviet }];
|
|
966
|
+
const actionName$2u = "newpackage";
|
|
967
967
|
|
|
968
968
|
const newpackage = {
|
|
969
969
|
__proto__: null,
|
|
970
|
-
actionName: actionName$
|
|
971
|
-
authorizations: authorizations$
|
|
970
|
+
actionName: actionName$2u,
|
|
971
|
+
authorizations: authorizations$2u
|
|
972
972
|
};
|
|
973
973
|
|
|
974
974
|
const index$18 = {
|
|
@@ -982,31 +982,31 @@ const index$18 = {
|
|
|
982
982
|
NewSubmitted: newsubmitted
|
|
983
983
|
};
|
|
984
984
|
|
|
985
|
-
const authorizations$
|
|
986
|
-
const actionName$
|
|
985
|
+
const authorizations$2t = [{ permissions: [active], actor: _chairman }];
|
|
986
|
+
const actionName$2t = "creaddress";
|
|
987
987
|
|
|
988
988
|
const createAddress = {
|
|
989
989
|
__proto__: null,
|
|
990
|
-
actionName: actionName$
|
|
991
|
-
authorizations: authorizations$
|
|
990
|
+
actionName: actionName$2t,
|
|
991
|
+
authorizations: authorizations$2t
|
|
992
992
|
};
|
|
993
993
|
|
|
994
|
-
const authorizations$
|
|
995
|
-
const actionName$
|
|
994
|
+
const authorizations$2s = [{ permissions: [active], actor: _chairman }];
|
|
995
|
+
const actionName$2s = "deladdress";
|
|
996
996
|
|
|
997
997
|
const deleteAddress = {
|
|
998
998
|
__proto__: null,
|
|
999
|
-
actionName: actionName$
|
|
1000
|
-
authorizations: authorizations$
|
|
999
|
+
actionName: actionName$2s,
|
|
1000
|
+
authorizations: authorizations$2s
|
|
1001
1001
|
};
|
|
1002
1002
|
|
|
1003
|
-
const authorizations$
|
|
1004
|
-
const actionName$
|
|
1003
|
+
const authorizations$2r = [{ permissions: [active], actor: _chairman }];
|
|
1004
|
+
const actionName$2r = "editaddress";
|
|
1005
1005
|
|
|
1006
1006
|
const editAddress = {
|
|
1007
1007
|
__proto__: null,
|
|
1008
|
-
actionName: actionName$
|
|
1009
|
-
authorizations: authorizations$
|
|
1008
|
+
actionName: actionName$2r,
|
|
1009
|
+
authorizations: authorizations$2r
|
|
1010
1010
|
};
|
|
1011
1011
|
|
|
1012
1012
|
const index$17 = {
|
|
@@ -1016,56 +1016,56 @@ const index$17 = {
|
|
|
1016
1016
|
EditAddress: editAddress
|
|
1017
1017
|
};
|
|
1018
1018
|
|
|
1019
|
-
const authorizations$
|
|
1019
|
+
const authorizations$2q = [
|
|
1020
1020
|
{ permissions: [active], actor: _soviet },
|
|
1021
1021
|
{ permissions: [active], actor: _gateway },
|
|
1022
1022
|
{ permissions: [active], actor: _marketplace }
|
|
1023
1023
|
];
|
|
1024
|
-
const actionName$
|
|
1024
|
+
const actionName$2q = "addbal";
|
|
1025
1025
|
|
|
1026
1026
|
const addBalance = {
|
|
1027
1027
|
__proto__: null,
|
|
1028
|
-
actionName: actionName$
|
|
1029
|
-
authorizations: authorizations$
|
|
1028
|
+
actionName: actionName$2q,
|
|
1029
|
+
authorizations: authorizations$2q
|
|
1030
1030
|
};
|
|
1031
1031
|
|
|
1032
|
-
const authorizations$
|
|
1032
|
+
const authorizations$2p = [
|
|
1033
1033
|
{ permissions: [active], actor: _soviet },
|
|
1034
1034
|
{ permissions: [active], actor: _gateway },
|
|
1035
1035
|
{ permissions: [active], actor: _marketplace }
|
|
1036
1036
|
];
|
|
1037
|
-
const actionName$
|
|
1037
|
+
const actionName$2p = "subbal";
|
|
1038
1038
|
|
|
1039
1039
|
const subBalance = {
|
|
1040
1040
|
__proto__: null,
|
|
1041
|
-
actionName: actionName$
|
|
1042
|
-
authorizations: authorizations$
|
|
1041
|
+
actionName: actionName$2p,
|
|
1042
|
+
authorizations: authorizations$2p
|
|
1043
1043
|
};
|
|
1044
1044
|
|
|
1045
|
-
const authorizations$
|
|
1045
|
+
const authorizations$2o = [
|
|
1046
1046
|
{ permissions: [active], actor: _soviet },
|
|
1047
1047
|
{ permissions: [active], actor: _gateway },
|
|
1048
1048
|
{ permissions: [active], actor: _marketplace }
|
|
1049
1049
|
];
|
|
1050
|
-
const actionName$
|
|
1050
|
+
const actionName$2o = "blockbal";
|
|
1051
1051
|
|
|
1052
1052
|
const blockBalance = {
|
|
1053
1053
|
__proto__: null,
|
|
1054
|
-
actionName: actionName$
|
|
1055
|
-
authorizations: authorizations$
|
|
1054
|
+
actionName: actionName$2o,
|
|
1055
|
+
authorizations: authorizations$2o
|
|
1056
1056
|
};
|
|
1057
1057
|
|
|
1058
|
-
const authorizations$
|
|
1058
|
+
const authorizations$2n = [
|
|
1059
1059
|
{ permissions: [active], actor: _soviet },
|
|
1060
1060
|
{ permissions: [active], actor: _gateway },
|
|
1061
1061
|
{ permissions: [active], actor: _marketplace }
|
|
1062
1062
|
];
|
|
1063
|
-
const actionName$
|
|
1063
|
+
const actionName$2n = "unblockbal";
|
|
1064
1064
|
|
|
1065
1065
|
const unblockBalance = {
|
|
1066
1066
|
__proto__: null,
|
|
1067
|
-
actionName: actionName$
|
|
1068
|
-
authorizations: authorizations$
|
|
1067
|
+
actionName: actionName$2n,
|
|
1068
|
+
authorizations: authorizations$2n
|
|
1069
1069
|
};
|
|
1070
1070
|
|
|
1071
1071
|
const index$16 = {
|
|
@@ -1076,37 +1076,37 @@ const index$16 = {
|
|
|
1076
1076
|
UnblockBalance: unblockBalance
|
|
1077
1077
|
};
|
|
1078
1078
|
|
|
1079
|
-
const authorizations$
|
|
1079
|
+
const authorizations$2m = [
|
|
1080
1080
|
{ permissions: [active], actor: _chairman }
|
|
1081
1081
|
];
|
|
1082
|
-
const actionName$
|
|
1082
|
+
const actionName$2m = "createprog";
|
|
1083
1083
|
|
|
1084
1084
|
const createProgram = {
|
|
1085
1085
|
__proto__: null,
|
|
1086
|
-
actionName: actionName$
|
|
1087
|
-
authorizations: authorizations$
|
|
1086
|
+
actionName: actionName$2m,
|
|
1087
|
+
authorizations: authorizations$2m
|
|
1088
1088
|
};
|
|
1089
1089
|
|
|
1090
|
-
const authorizations$
|
|
1090
|
+
const authorizations$2l = [
|
|
1091
1091
|
{ permissions: [active], actor: _chairman }
|
|
1092
1092
|
];
|
|
1093
|
-
const actionName$
|
|
1093
|
+
const actionName$2l = "editprog";
|
|
1094
1094
|
|
|
1095
1095
|
const editProgram = {
|
|
1096
1096
|
__proto__: null,
|
|
1097
|
-
actionName: actionName$
|
|
1098
|
-
authorizations: authorizations$
|
|
1097
|
+
actionName: actionName$2l,
|
|
1098
|
+
authorizations: authorizations$2l
|
|
1099
1099
|
};
|
|
1100
1100
|
|
|
1101
|
-
const authorizations$
|
|
1101
|
+
const authorizations$2k = [
|
|
1102
1102
|
{ permissions: [active], actor: _chairman }
|
|
1103
1103
|
];
|
|
1104
|
-
const actionName$
|
|
1104
|
+
const actionName$2k = "disableprog";
|
|
1105
1105
|
|
|
1106
1106
|
const disableProgram = {
|
|
1107
1107
|
__proto__: null,
|
|
1108
|
-
actionName: actionName$
|
|
1109
|
-
authorizations: authorizations$
|
|
1108
|
+
actionName: actionName$2k,
|
|
1109
|
+
authorizations: authorizations$2k
|
|
1110
1110
|
};
|
|
1111
1111
|
|
|
1112
1112
|
const index$15 = {
|
|
@@ -1116,158 +1116,158 @@ const index$15 = {
|
|
|
1116
1116
|
EditProgram: editProgram
|
|
1117
1117
|
};
|
|
1118
1118
|
|
|
1119
|
-
const authorizations$
|
|
1119
|
+
const authorizations$2j = [
|
|
1120
1120
|
{ permissions: [active], actor: _member }
|
|
1121
1121
|
];
|
|
1122
|
-
const actionName$
|
|
1122
|
+
const actionName$2j = "voteagainst";
|
|
1123
1123
|
|
|
1124
1124
|
const voteAgainst = {
|
|
1125
1125
|
__proto__: null,
|
|
1126
|
-
actionName: actionName$
|
|
1127
|
-
authorizations: authorizations$
|
|
1126
|
+
actionName: actionName$2j,
|
|
1127
|
+
authorizations: authorizations$2j
|
|
1128
1128
|
};
|
|
1129
1129
|
|
|
1130
|
-
const authorizations$
|
|
1130
|
+
const authorizations$2i = [
|
|
1131
1131
|
{ permissions: [active], actor: _member }
|
|
1132
1132
|
];
|
|
1133
|
-
const actionName$
|
|
1133
|
+
const actionName$2i = "votefor";
|
|
1134
1134
|
|
|
1135
1135
|
const voteFor = {
|
|
1136
1136
|
__proto__: null,
|
|
1137
|
-
actionName: actionName$
|
|
1138
|
-
authorizations: authorizations$
|
|
1137
|
+
actionName: actionName$2i,
|
|
1138
|
+
authorizations: authorizations$2i
|
|
1139
1139
|
};
|
|
1140
1140
|
|
|
1141
|
-
const authorizations$
|
|
1141
|
+
const authorizations$2h = [
|
|
1142
1142
|
{ permissions: [active], actor: _member }
|
|
1143
1143
|
];
|
|
1144
|
-
const actionName$
|
|
1144
|
+
const actionName$2h = "cancelvote";
|
|
1145
1145
|
|
|
1146
1146
|
const cancelVote = {
|
|
1147
1147
|
__proto__: null,
|
|
1148
|
-
actionName: actionName$
|
|
1149
|
-
authorizations: authorizations$
|
|
1148
|
+
actionName: actionName$2h,
|
|
1149
|
+
authorizations: authorizations$2h
|
|
1150
1150
|
};
|
|
1151
1151
|
|
|
1152
|
-
const authorizations$
|
|
1152
|
+
const authorizations$2g = [
|
|
1153
1153
|
{ permissions: [active], actor: _chairman }
|
|
1154
1154
|
];
|
|
1155
|
-
const actionName$
|
|
1155
|
+
const actionName$2g = "authorize";
|
|
1156
1156
|
|
|
1157
1157
|
const authorize$1 = {
|
|
1158
1158
|
__proto__: null,
|
|
1159
|
-
actionName: actionName$
|
|
1160
|
-
authorizations: authorizations$
|
|
1159
|
+
actionName: actionName$2g,
|
|
1160
|
+
authorizations: authorizations$2g
|
|
1161
1161
|
};
|
|
1162
1162
|
|
|
1163
|
-
const authorizations$
|
|
1163
|
+
const authorizations$2f = [
|
|
1164
1164
|
{ permissions: [active], actor: _username }
|
|
1165
1165
|
];
|
|
1166
|
-
const actionName$
|
|
1166
|
+
const actionName$2f = "exec";
|
|
1167
1167
|
|
|
1168
1168
|
const exec$1 = {
|
|
1169
1169
|
__proto__: null,
|
|
1170
|
-
actionName: actionName$
|
|
1171
|
-
authorizations: authorizations$
|
|
1170
|
+
actionName: actionName$2f,
|
|
1171
|
+
authorizations: authorizations$2f
|
|
1172
1172
|
};
|
|
1173
1173
|
|
|
1174
|
-
const authorizations$
|
|
1174
|
+
const authorizations$2e = [
|
|
1175
1175
|
{ permissions: [active], actor: _marketplace }
|
|
1176
1176
|
];
|
|
1177
|
-
const actionName$
|
|
1177
|
+
const actionName$2e = "change";
|
|
1178
1178
|
|
|
1179
1179
|
const marketDecision = {
|
|
1180
1180
|
__proto__: null,
|
|
1181
|
-
actionName: actionName$
|
|
1182
|
-
authorizations: authorizations$
|
|
1181
|
+
actionName: actionName$2e,
|
|
1182
|
+
authorizations: authorizations$2e
|
|
1183
1183
|
};
|
|
1184
1184
|
|
|
1185
|
-
const authorizations$
|
|
1185
|
+
const authorizations$2d = [
|
|
1186
1186
|
{ permissions: [active], actor: _gateway }
|
|
1187
1187
|
];
|
|
1188
|
-
const actionName$
|
|
1188
|
+
const actionName$2d = "withdraw";
|
|
1189
1189
|
|
|
1190
1190
|
const withdrawDecision = {
|
|
1191
1191
|
__proto__: null,
|
|
1192
|
-
actionName: actionName$
|
|
1193
|
-
authorizations: authorizations$
|
|
1192
|
+
actionName: actionName$2d,
|
|
1193
|
+
authorizations: authorizations$2d
|
|
1194
1194
|
};
|
|
1195
1195
|
|
|
1196
|
-
const authorizations$
|
|
1196
|
+
const authorizations$2c = [
|
|
1197
1197
|
{ permissions: [active], actor: _fund }
|
|
1198
1198
|
];
|
|
1199
|
-
const actionName$
|
|
1199
|
+
const actionName$2c = "fundwithdraw";
|
|
1200
1200
|
|
|
1201
1201
|
const fundWithdrawDecision = {
|
|
1202
1202
|
__proto__: null,
|
|
1203
|
-
actionName: actionName$
|
|
1204
|
-
authorizations: authorizations$
|
|
1203
|
+
actionName: actionName$2c,
|
|
1204
|
+
authorizations: authorizations$2c
|
|
1205
1205
|
};
|
|
1206
1206
|
|
|
1207
|
-
const authorizations$
|
|
1207
|
+
const authorizations$2b = [
|
|
1208
1208
|
{ permissions: [active], actor: _marketplace }
|
|
1209
1209
|
];
|
|
1210
|
-
const actionName$
|
|
1210
|
+
const actionName$2b = "recieved";
|
|
1211
1211
|
|
|
1212
1212
|
const productRecieved = {
|
|
1213
1213
|
__proto__: null,
|
|
1214
|
-
actionName: actionName$
|
|
1215
|
-
authorizations: authorizations$
|
|
1214
|
+
actionName: actionName$2b,
|
|
1215
|
+
authorizations: authorizations$2b
|
|
1216
1216
|
};
|
|
1217
1217
|
|
|
1218
|
-
const authorizations$
|
|
1218
|
+
const authorizations$2a = [
|
|
1219
1219
|
{ permissions: [active, special], actor: _admin }
|
|
1220
1220
|
];
|
|
1221
|
-
const actionName$
|
|
1221
|
+
const actionName$2a = "validated";
|
|
1222
1222
|
|
|
1223
1223
|
const validate = {
|
|
1224
1224
|
__proto__: null,
|
|
1225
|
-
actionName: actionName$
|
|
1226
|
-
authorizations: authorizations$
|
|
1225
|
+
actionName: actionName$2a,
|
|
1226
|
+
authorizations: authorizations$2a
|
|
1227
1227
|
};
|
|
1228
1228
|
|
|
1229
|
-
const authorizations$
|
|
1229
|
+
const authorizations$29 = [
|
|
1230
1230
|
{ permissions: [active], actor: _member }
|
|
1231
1231
|
];
|
|
1232
|
-
const actionName$
|
|
1232
|
+
const actionName$29 = "automate";
|
|
1233
1233
|
|
|
1234
1234
|
const automate = {
|
|
1235
1235
|
__proto__: null,
|
|
1236
|
-
actionName: actionName$
|
|
1237
|
-
authorizations: authorizations$
|
|
1236
|
+
actionName: actionName$29,
|
|
1237
|
+
authorizations: authorizations$29
|
|
1238
1238
|
};
|
|
1239
1239
|
|
|
1240
|
-
const authorizations$
|
|
1240
|
+
const authorizations$28 = [
|
|
1241
1241
|
{ permissions: [active], actor: _member }
|
|
1242
1242
|
];
|
|
1243
|
-
const actionName$
|
|
1243
|
+
const actionName$28 = "disautomate";
|
|
1244
1244
|
|
|
1245
1245
|
const disautomate = {
|
|
1246
1246
|
__proto__: null,
|
|
1247
|
-
actionName: actionName$
|
|
1248
|
-
authorizations: authorizations$
|
|
1247
|
+
actionName: actionName$28,
|
|
1248
|
+
authorizations: authorizations$28
|
|
1249
1249
|
};
|
|
1250
1250
|
|
|
1251
|
-
const authorizations$
|
|
1251
|
+
const authorizations$27 = [
|
|
1252
1252
|
{ permissions: [active], actor: _chairman }
|
|
1253
1253
|
];
|
|
1254
|
-
const actionName$
|
|
1254
|
+
const actionName$27 = "freedecision";
|
|
1255
1255
|
|
|
1256
1256
|
const freeDecision = {
|
|
1257
1257
|
__proto__: null,
|
|
1258
|
-
actionName: actionName$
|
|
1259
|
-
authorizations: authorizations$
|
|
1258
|
+
actionName: actionName$27,
|
|
1259
|
+
authorizations: authorizations$27
|
|
1260
1260
|
};
|
|
1261
1261
|
|
|
1262
|
-
const authorizations$
|
|
1262
|
+
const authorizations$26 = [
|
|
1263
1263
|
{ permissions: [active], actor: _member }
|
|
1264
1264
|
];
|
|
1265
|
-
const actionName$
|
|
1265
|
+
const actionName$26 = "cancelexprd";
|
|
1266
1266
|
|
|
1267
1267
|
const cancelexprd = {
|
|
1268
1268
|
__proto__: null,
|
|
1269
|
-
actionName: actionName$
|
|
1270
|
-
authorizations: authorizations$
|
|
1269
|
+
actionName: actionName$26,
|
|
1270
|
+
authorizations: authorizations$26
|
|
1271
1271
|
};
|
|
1272
1272
|
|
|
1273
1273
|
const index$14 = {
|
|
@@ -1288,22 +1288,22 @@ const index$14 = {
|
|
|
1288
1288
|
WithdrawDecision: withdrawDecision
|
|
1289
1289
|
};
|
|
1290
1290
|
|
|
1291
|
-
const authorizations$
|
|
1292
|
-
const actionName$
|
|
1291
|
+
const authorizations$25 = [{ permissions: [active], actor: _chairman }];
|
|
1292
|
+
const actionName$25 = "createboard";
|
|
1293
1293
|
|
|
1294
1294
|
const createBoard = {
|
|
1295
1295
|
__proto__: null,
|
|
1296
|
-
actionName: actionName$
|
|
1297
|
-
authorizations: authorizations$
|
|
1296
|
+
actionName: actionName$25,
|
|
1297
|
+
authorizations: authorizations$25
|
|
1298
1298
|
};
|
|
1299
1299
|
|
|
1300
|
-
const authorizations$
|
|
1301
|
-
const actionName$
|
|
1300
|
+
const authorizations$24 = [{ permissions: [active], actor: _chairman }];
|
|
1301
|
+
const actionName$24 = "updateboard";
|
|
1302
1302
|
|
|
1303
1303
|
const updateBoard = {
|
|
1304
1304
|
__proto__: null,
|
|
1305
|
-
actionName: actionName$
|
|
1306
|
-
authorizations: authorizations$
|
|
1305
|
+
actionName: actionName$24,
|
|
1306
|
+
authorizations: authorizations$24
|
|
1307
1307
|
};
|
|
1308
1308
|
|
|
1309
1309
|
const index$13 = {
|
|
@@ -1312,89 +1312,89 @@ const index$13 = {
|
|
|
1312
1312
|
UpdateBoard: updateBoard
|
|
1313
1313
|
};
|
|
1314
1314
|
|
|
1315
|
-
const authorizations$
|
|
1315
|
+
const authorizations$23 = [
|
|
1316
1316
|
{ permissions: [active], actor: _chairman }
|
|
1317
1317
|
];
|
|
1318
|
-
const actionName$
|
|
1318
|
+
const actionName$23 = "addstaff";
|
|
1319
1319
|
|
|
1320
1320
|
const addAdmin = {
|
|
1321
1321
|
__proto__: null,
|
|
1322
|
-
actionName: actionName$
|
|
1323
|
-
authorizations: authorizations$
|
|
1322
|
+
actionName: actionName$23,
|
|
1323
|
+
authorizations: authorizations$23
|
|
1324
1324
|
};
|
|
1325
1325
|
|
|
1326
|
-
const authorizations$
|
|
1326
|
+
const authorizations$22 = [
|
|
1327
1327
|
{ permissions: [active], actor: _chairman }
|
|
1328
1328
|
];
|
|
1329
|
-
const actionName$
|
|
1329
|
+
const actionName$22 = "rmstaff";
|
|
1330
1330
|
|
|
1331
1331
|
const deleteAdmin = {
|
|
1332
1332
|
__proto__: null,
|
|
1333
|
-
actionName: actionName$
|
|
1334
|
-
authorizations: authorizations$
|
|
1333
|
+
actionName: actionName$22,
|
|
1334
|
+
authorizations: authorizations$22
|
|
1335
1335
|
};
|
|
1336
1336
|
|
|
1337
|
-
const authorizations$
|
|
1337
|
+
const authorizations$21 = [
|
|
1338
1338
|
{ permissions: [active], actor: _chairman }
|
|
1339
1339
|
];
|
|
1340
|
-
const actionName$
|
|
1340
|
+
const actionName$21 = "setrights";
|
|
1341
1341
|
|
|
1342
1342
|
const setRights = {
|
|
1343
1343
|
__proto__: null,
|
|
1344
|
-
actionName: actionName$
|
|
1345
|
-
authorizations: authorizations$
|
|
1344
|
+
actionName: actionName$21,
|
|
1345
|
+
authorizations: authorizations$21
|
|
1346
1346
|
};
|
|
1347
1347
|
|
|
1348
|
-
const authorizations$
|
|
1348
|
+
const authorizations$20 = [
|
|
1349
1349
|
{ permissions: [active], actor: _system$1 }
|
|
1350
1350
|
];
|
|
1351
|
-
const actionName$
|
|
1351
|
+
const actionName$20 = "init";
|
|
1352
1352
|
|
|
1353
|
-
const init$
|
|
1353
|
+
const init$1 = {
|
|
1354
1354
|
__proto__: null,
|
|
1355
|
-
actionName: actionName$
|
|
1356
|
-
authorizations: authorizations$
|
|
1355
|
+
actionName: actionName$20,
|
|
1356
|
+
authorizations: authorizations$20
|
|
1357
1357
|
};
|
|
1358
1358
|
|
|
1359
1359
|
const index$12 = {
|
|
1360
1360
|
__proto__: null,
|
|
1361
1361
|
AddAdmin: addAdmin,
|
|
1362
1362
|
DeleteAdmin: deleteAdmin,
|
|
1363
|
-
Init: init$
|
|
1363
|
+
Init: init$1,
|
|
1364
1364
|
SetRights: setRights
|
|
1365
1365
|
};
|
|
1366
1366
|
|
|
1367
|
-
const authorizations$
|
|
1367
|
+
const authorizations$1$ = [
|
|
1368
1368
|
{ permissions: [active, special], actor: _admin }
|
|
1369
1369
|
];
|
|
1370
|
-
const actionName$
|
|
1370
|
+
const actionName$1$ = "confirmagree";
|
|
1371
1371
|
|
|
1372
1372
|
const confirmAgreement = {
|
|
1373
1373
|
__proto__: null,
|
|
1374
|
-
actionName: actionName$
|
|
1375
|
-
authorizations: authorizations$
|
|
1374
|
+
actionName: actionName$1$,
|
|
1375
|
+
authorizations: authorizations$1$
|
|
1376
1376
|
};
|
|
1377
1377
|
|
|
1378
|
-
const authorizations$
|
|
1378
|
+
const authorizations$1_ = [
|
|
1379
1379
|
{ permissions: [active, special], actor: _admin }
|
|
1380
1380
|
];
|
|
1381
|
-
const actionName$
|
|
1381
|
+
const actionName$1_ = "declineagree";
|
|
1382
1382
|
|
|
1383
1383
|
const declineAgreement = {
|
|
1384
1384
|
__proto__: null,
|
|
1385
|
-
actionName: actionName$
|
|
1386
|
-
authorizations: authorizations$
|
|
1385
|
+
actionName: actionName$1_,
|
|
1386
|
+
authorizations: authorizations$1_
|
|
1387
1387
|
};
|
|
1388
1388
|
|
|
1389
|
-
const authorizations$
|
|
1389
|
+
const authorizations$1Z = [
|
|
1390
1390
|
{ permissions: [active], actor: _username }
|
|
1391
1391
|
];
|
|
1392
|
-
const actionName$
|
|
1392
|
+
const actionName$1Z = "sndagreement";
|
|
1393
1393
|
|
|
1394
1394
|
const sendAgreement = {
|
|
1395
1395
|
__proto__: null,
|
|
1396
|
-
actionName: actionName$
|
|
1397
|
-
authorizations: authorizations$
|
|
1396
|
+
actionName: actionName$1Z,
|
|
1397
|
+
authorizations: authorizations$1Z
|
|
1398
1398
|
};
|
|
1399
1399
|
|
|
1400
1400
|
const index$11 = {
|
|
@@ -1404,13 +1404,13 @@ const index$11 = {
|
|
|
1404
1404
|
SendAgreement: sendAgreement
|
|
1405
1405
|
};
|
|
1406
1406
|
|
|
1407
|
-
const authorizations$
|
|
1408
|
-
const actionName$
|
|
1407
|
+
const authorizations$1Y = [{ permissions: [active], actor: _coopname }];
|
|
1408
|
+
const actionName$1Y = "selectbranch";
|
|
1409
1409
|
|
|
1410
1410
|
const selectBranch = {
|
|
1411
1411
|
__proto__: null,
|
|
1412
|
-
actionName: actionName$
|
|
1413
|
-
authorizations: authorizations$
|
|
1412
|
+
actionName: actionName$1Y,
|
|
1413
|
+
authorizations: authorizations$1Y
|
|
1414
1414
|
};
|
|
1415
1415
|
|
|
1416
1416
|
const index$10 = {
|
|
@@ -1418,26 +1418,26 @@ const index$10 = {
|
|
|
1418
1418
|
SelectBranch: selectBranch
|
|
1419
1419
|
};
|
|
1420
1420
|
|
|
1421
|
-
const authorizations$
|
|
1421
|
+
const authorizations$1X = [
|
|
1422
1422
|
{ permissions: [active], actor: _chairman }
|
|
1423
1423
|
];
|
|
1424
|
-
const actionName$
|
|
1424
|
+
const actionName$1X = "confirmapprv";
|
|
1425
1425
|
|
|
1426
1426
|
const confirmApprove = {
|
|
1427
1427
|
__proto__: null,
|
|
1428
|
-
actionName: actionName$
|
|
1429
|
-
authorizations: authorizations$
|
|
1428
|
+
actionName: actionName$1X,
|
|
1429
|
+
authorizations: authorizations$1X
|
|
1430
1430
|
};
|
|
1431
1431
|
|
|
1432
|
-
const authorizations$
|
|
1432
|
+
const authorizations$1W = [
|
|
1433
1433
|
{ permissions: [active], actor: _chairman }
|
|
1434
1434
|
];
|
|
1435
|
-
const actionName$
|
|
1435
|
+
const actionName$1W = "declineapprv";
|
|
1436
1436
|
|
|
1437
1437
|
const declineApprove = {
|
|
1438
1438
|
__proto__: null,
|
|
1439
|
-
actionName: actionName$
|
|
1440
|
-
authorizations: authorizations$
|
|
1439
|
+
actionName: actionName$1W,
|
|
1440
|
+
authorizations: authorizations$1W
|
|
1441
1441
|
};
|
|
1442
1442
|
|
|
1443
1443
|
const index$$ = {
|
|
@@ -1460,133 +1460,133 @@ const index$_ = {
|
|
|
1460
1460
|
Wallet: index$16
|
|
1461
1461
|
};
|
|
1462
1462
|
|
|
1463
|
-
const tableName$
|
|
1464
|
-
const scope$
|
|
1463
|
+
const tableName$R = "addresses";
|
|
1464
|
+
const scope$R = _coopname;
|
|
1465
1465
|
|
|
1466
1466
|
const addresses = {
|
|
1467
|
+
__proto__: null,
|
|
1468
|
+
scope: scope$R,
|
|
1469
|
+
tableName: tableName$R
|
|
1470
|
+
};
|
|
1471
|
+
|
|
1472
|
+
const tableName$Q = "staff";
|
|
1473
|
+
const scope$Q = _coopname;
|
|
1474
|
+
|
|
1475
|
+
const admins = {
|
|
1476
|
+
__proto__: null,
|
|
1477
|
+
scope: scope$Q,
|
|
1478
|
+
tableName: tableName$Q
|
|
1479
|
+
};
|
|
1480
|
+
|
|
1481
|
+
const tableName$P = "autosigner";
|
|
1482
|
+
const scope$P = _coopname;
|
|
1483
|
+
|
|
1484
|
+
const automationQueue = {
|
|
1485
|
+
__proto__: null,
|
|
1486
|
+
scope: scope$P,
|
|
1487
|
+
tableName: tableName$P
|
|
1488
|
+
};
|
|
1489
|
+
|
|
1490
|
+
const tableName$O = "automator";
|
|
1491
|
+
const scope$O = _coopname;
|
|
1492
|
+
|
|
1493
|
+
const automations = {
|
|
1494
|
+
__proto__: null,
|
|
1495
|
+
scope: scope$O,
|
|
1496
|
+
tableName: tableName$O
|
|
1497
|
+
};
|
|
1498
|
+
|
|
1499
|
+
const tableName$N = "boards";
|
|
1500
|
+
const scope$N = _coopname;
|
|
1501
|
+
|
|
1502
|
+
const boards = {
|
|
1467
1503
|
__proto__: null,
|
|
1468
1504
|
scope: scope$N,
|
|
1469
1505
|
tableName: tableName$N
|
|
1470
1506
|
};
|
|
1471
1507
|
|
|
1472
|
-
const tableName$M = "
|
|
1508
|
+
const tableName$M = "changes";
|
|
1473
1509
|
const scope$M = _coopname;
|
|
1474
1510
|
|
|
1475
|
-
const
|
|
1511
|
+
const changes = {
|
|
1476
1512
|
__proto__: null,
|
|
1477
1513
|
scope: scope$M,
|
|
1478
1514
|
tableName: tableName$M
|
|
1479
1515
|
};
|
|
1480
1516
|
|
|
1481
|
-
const tableName$L = "
|
|
1517
|
+
const tableName$L = "decisions";
|
|
1482
1518
|
const scope$L = _coopname;
|
|
1483
1519
|
|
|
1484
|
-
const
|
|
1520
|
+
const decisions = {
|
|
1485
1521
|
__proto__: null,
|
|
1486
1522
|
scope: scope$L,
|
|
1487
1523
|
tableName: tableName$L
|
|
1488
1524
|
};
|
|
1489
1525
|
|
|
1490
|
-
const tableName$K = "
|
|
1526
|
+
const tableName$K = "joincoops";
|
|
1491
1527
|
const scope$K = _coopname;
|
|
1492
1528
|
|
|
1493
|
-
const
|
|
1529
|
+
const joinCoops = {
|
|
1494
1530
|
__proto__: null,
|
|
1495
1531
|
scope: scope$K,
|
|
1496
1532
|
tableName: tableName$K
|
|
1497
1533
|
};
|
|
1498
1534
|
|
|
1499
|
-
const tableName$J = "
|
|
1535
|
+
const tableName$J = "programs";
|
|
1500
1536
|
const scope$J = _coopname;
|
|
1501
1537
|
|
|
1502
|
-
const
|
|
1538
|
+
const programs = {
|
|
1503
1539
|
__proto__: null,
|
|
1504
1540
|
scope: scope$J,
|
|
1505
1541
|
tableName: tableName$J
|
|
1506
1542
|
};
|
|
1507
1543
|
|
|
1508
|
-
const tableName$I = "
|
|
1544
|
+
const tableName$I = "participants";
|
|
1509
1545
|
const scope$I = _coopname;
|
|
1510
1546
|
|
|
1511
|
-
const
|
|
1547
|
+
const participants = {
|
|
1512
1548
|
__proto__: null,
|
|
1513
1549
|
scope: scope$I,
|
|
1514
1550
|
tableName: tableName$I
|
|
1515
1551
|
};
|
|
1516
1552
|
|
|
1517
|
-
const tableName$H = "
|
|
1553
|
+
const tableName$H = "progwallets";
|
|
1518
1554
|
const scope$H = _coopname;
|
|
1519
1555
|
|
|
1520
|
-
const
|
|
1556
|
+
const programWallets = {
|
|
1521
1557
|
__proto__: null,
|
|
1522
1558
|
scope: scope$H,
|
|
1523
1559
|
tableName: tableName$H
|
|
1524
1560
|
};
|
|
1525
1561
|
|
|
1526
|
-
const tableName$G = "
|
|
1562
|
+
const tableName$G = "agreements3";
|
|
1527
1563
|
const scope$G = _coopname;
|
|
1528
1564
|
|
|
1529
|
-
const
|
|
1565
|
+
const agreements = {
|
|
1530
1566
|
__proto__: null,
|
|
1531
1567
|
scope: scope$G,
|
|
1532
1568
|
tableName: tableName$G
|
|
1533
1569
|
};
|
|
1534
1570
|
|
|
1535
|
-
const tableName$F = "
|
|
1571
|
+
const tableName$F = "coagreements";
|
|
1536
1572
|
const scope$F = _coopname;
|
|
1537
1573
|
|
|
1538
|
-
const
|
|
1574
|
+
const coopAgreements = {
|
|
1539
1575
|
__proto__: null,
|
|
1540
1576
|
scope: scope$F,
|
|
1541
1577
|
tableName: tableName$F
|
|
1542
1578
|
};
|
|
1543
1579
|
|
|
1544
|
-
const tableName$E = "
|
|
1580
|
+
const tableName$E = "agreements";
|
|
1545
1581
|
const scope$E = _coopname;
|
|
1546
1582
|
|
|
1547
|
-
const
|
|
1583
|
+
const agreements_legacy = {
|
|
1548
1584
|
__proto__: null,
|
|
1549
1585
|
scope: scope$E,
|
|
1550
1586
|
tableName: tableName$E
|
|
1551
1587
|
};
|
|
1552
1588
|
|
|
1553
|
-
const
|
|
1554
|
-
const scope$D = _coopname;
|
|
1555
|
-
|
|
1556
|
-
const programWallets = {
|
|
1557
|
-
__proto__: null,
|
|
1558
|
-
scope: scope$D,
|
|
1559
|
-
tableName: tableName$D
|
|
1560
|
-
};
|
|
1561
|
-
|
|
1562
|
-
const tableName$C = "agreements3";
|
|
1563
|
-
const scope$C = _coopname;
|
|
1564
|
-
|
|
1565
|
-
const agreements = {
|
|
1566
|
-
__proto__: null,
|
|
1567
|
-
scope: scope$C,
|
|
1568
|
-
tableName: tableName$C
|
|
1569
|
-
};
|
|
1570
|
-
|
|
1571
|
-
const tableName$B = "coagreements";
|
|
1572
|
-
const scope$B = _coopname;
|
|
1573
|
-
|
|
1574
|
-
const coopAgreements = {
|
|
1575
|
-
__proto__: null,
|
|
1576
|
-
scope: scope$B,
|
|
1577
|
-
tableName: tableName$B
|
|
1578
|
-
};
|
|
1579
|
-
|
|
1580
|
-
const tableName$A = "agreements";
|
|
1581
|
-
const scope$A = _coopname;
|
|
1582
|
-
|
|
1583
|
-
const agreements_legacy = {
|
|
1584
|
-
__proto__: null,
|
|
1585
|
-
scope: scope$A,
|
|
1586
|
-
tableName: tableName$A
|
|
1587
|
-
};
|
|
1588
|
-
|
|
1589
|
-
const index$Z = {
|
|
1589
|
+
const index$Z = {
|
|
1590
1590
|
__proto__: null,
|
|
1591
1591
|
Addresses: addresses,
|
|
1592
1592
|
Admins: admins,
|
|
@@ -1618,175 +1618,175 @@ const index$Y = {
|
|
|
1618
1618
|
contractName: contractName$8
|
|
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
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$X = {
|
|
@@ -1812,13 +1812,13 @@ const index$X = {
|
|
|
1812
1812
|
UpdateRequest: updateRequest
|
|
1813
1813
|
};
|
|
1814
1814
|
|
|
1815
|
-
const tableName$
|
|
1816
|
-
const scope$
|
|
1815
|
+
const tableName$D = "requests";
|
|
1816
|
+
const scope$D = _coopname;
|
|
1817
1817
|
|
|
1818
1818
|
const requests = {
|
|
1819
1819
|
__proto__: null,
|
|
1820
|
-
scope: scope$
|
|
1821
|
-
tableName: tableName$
|
|
1820
|
+
scope: scope$D,
|
|
1821
|
+
tableName: tableName$D
|
|
1822
1822
|
};
|
|
1823
1823
|
|
|
1824
1824
|
const index$W = {
|
|
@@ -1840,58 +1840,58 @@ const index$V = {
|
|
|
1840
1840
|
contractName: contractName$7
|
|
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$1z = [{ permissions: [active], actor: _username }];
|
|
1871
|
+
const actionName$1z = "cancel";
|
|
1872
1872
|
|
|
1873
1873
|
const cancelProposal = {
|
|
1874
1874
|
__proto__: null,
|
|
1875
|
-
actionName: actionName$
|
|
1876
|
-
authorizations: authorizations$
|
|
1875
|
+
actionName: actionName$1z,
|
|
1876
|
+
authorizations: authorizations$1z
|
|
1877
1877
|
};
|
|
1878
1878
|
|
|
1879
|
-
const authorizations$
|
|
1880
|
-
const actionName$
|
|
1879
|
+
const authorizations$1y = [{ permissions: [active], actor: _username }];
|
|
1880
|
+
const actionName$1y = "exec";
|
|
1881
1881
|
|
|
1882
1882
|
const execProposal = {
|
|
1883
1883
|
__proto__: null,
|
|
1884
|
-
actionName: actionName$
|
|
1885
|
-
authorizations: authorizations$
|
|
1884
|
+
actionName: actionName$1y,
|
|
1885
|
+
authorizations: authorizations$1y
|
|
1886
1886
|
};
|
|
1887
1887
|
|
|
1888
|
-
const authorizations$
|
|
1889
|
-
const actionName$
|
|
1888
|
+
const authorizations$1x = [{ permissions: [active], actor: _username }];
|
|
1889
|
+
const actionName$1x = "invalidate";
|
|
1890
1890
|
|
|
1891
1891
|
const invalidateAccount = {
|
|
1892
1892
|
__proto__: null,
|
|
1893
|
-
actionName: actionName$
|
|
1894
|
-
authorizations: authorizations$
|
|
1893
|
+
actionName: actionName$1x,
|
|
1894
|
+
authorizations: authorizations$1x
|
|
1895
1895
|
};
|
|
1896
1896
|
|
|
1897
1897
|
const index$U = {
|
|
@@ -1904,40 +1904,40 @@ const index$U = {
|
|
|
1904
1904
|
UnapproveProposal: unapproveProposal
|
|
1905
1905
|
};
|
|
1906
1906
|
|
|
1907
|
-
const tableName$
|
|
1908
|
-
const scope$
|
|
1907
|
+
const tableName$C = "approvals";
|
|
1908
|
+
const scope$C = _msig;
|
|
1909
1909
|
|
|
1910
1910
|
const approvals = {
|
|
1911
1911
|
__proto__: null,
|
|
1912
|
-
scope: scope$
|
|
1913
|
-
tableName: tableName$
|
|
1912
|
+
scope: scope$C,
|
|
1913
|
+
tableName: tableName$C
|
|
1914
1914
|
};
|
|
1915
1915
|
|
|
1916
|
-
const tableName$
|
|
1917
|
-
const scope$
|
|
1916
|
+
const tableName$B = "approvals2";
|
|
1917
|
+
const scope$B = _msig;
|
|
1918
1918
|
|
|
1919
1919
|
const approvals2 = {
|
|
1920
1920
|
__proto__: null,
|
|
1921
|
-
scope: scope$
|
|
1922
|
-
tableName: tableName$
|
|
1921
|
+
scope: scope$B,
|
|
1922
|
+
tableName: tableName$B
|
|
1923
1923
|
};
|
|
1924
1924
|
|
|
1925
|
-
const tableName$
|
|
1926
|
-
const scope$
|
|
1925
|
+
const tableName$A = "invals";
|
|
1926
|
+
const scope$A = _msig;
|
|
1927
1927
|
|
|
1928
1928
|
const invalidations = {
|
|
1929
1929
|
__proto__: null,
|
|
1930
|
-
scope: scope$
|
|
1931
|
-
tableName: tableName$
|
|
1930
|
+
scope: scope$A,
|
|
1931
|
+
tableName: tableName$A
|
|
1932
1932
|
};
|
|
1933
1933
|
|
|
1934
|
-
const tableName$
|
|
1935
|
-
const scope$
|
|
1934
|
+
const tableName$z = "proposal";
|
|
1935
|
+
const scope$z = _msig;
|
|
1936
1936
|
|
|
1937
1937
|
const proposals = {
|
|
1938
1938
|
__proto__: null,
|
|
1939
|
-
scope: scope$
|
|
1940
|
-
tableName: tableName$
|
|
1939
|
+
scope: scope$z,
|
|
1940
|
+
tableName: tableName$z
|
|
1941
1941
|
};
|
|
1942
1942
|
|
|
1943
1943
|
const index$T = {
|
|
@@ -1962,13 +1962,13 @@ const index$S = {
|
|
|
1962
1962
|
contractName: contractName$6
|
|
1963
1963
|
};
|
|
1964
1964
|
|
|
1965
|
-
const authorizations$
|
|
1966
|
-
const actionName$
|
|
1965
|
+
const authorizations$1w = [{ permissions: [active], actor: _username }];
|
|
1966
|
+
const actionName$1w = "exec";
|
|
1967
1967
|
|
|
1968
1968
|
const exec = {
|
|
1969
1969
|
__proto__: null,
|
|
1970
|
-
actionName: actionName$
|
|
1971
|
-
authorizations: authorizations$
|
|
1970
|
+
actionName: actionName$1w,
|
|
1971
|
+
authorizations: authorizations$1w
|
|
1972
1972
|
};
|
|
1973
1973
|
|
|
1974
1974
|
const index$R = {
|
|
@@ -1989,351 +1989,351 @@ const index$Q = {
|
|
|
1989
1989
|
contractName: contractName$5
|
|
1990
1990
|
};
|
|
1991
1991
|
|
|
1992
|
-
const authorizations$
|
|
1993
|
-
const actionName$
|
|
1992
|
+
const authorizations$1v = [{ permissions: [active], actor: _system }];
|
|
1993
|
+
const actionName$1v = "init";
|
|
1994
1994
|
|
|
1995
|
-
const init
|
|
1995
|
+
const init = {
|
|
1996
1996
|
__proto__: null,
|
|
1997
|
-
actionName: actionName$
|
|
1998
|
-
authorizations: authorizations$
|
|
1997
|
+
actionName: actionName$1v,
|
|
1998
|
+
authorizations: authorizations$1v
|
|
1999
1999
|
};
|
|
2000
2000
|
|
|
2001
|
-
const authorizations$
|
|
2002
|
-
const actionName$
|
|
2001
|
+
const authorizations$1u = [{ permissions: [active], actor: _contract }];
|
|
2002
|
+
const actionName$1u = "setcode";
|
|
2003
2003
|
|
|
2004
2004
|
const setCode = {
|
|
2005
2005
|
__proto__: null,
|
|
2006
|
-
actionName: actionName$
|
|
2007
|
-
authorizations: authorizations$
|
|
2006
|
+
actionName: actionName$1u,
|
|
2007
|
+
authorizations: authorizations$1u
|
|
2008
2008
|
};
|
|
2009
2009
|
|
|
2010
|
-
const authorizations$
|
|
2011
|
-
const actionName$
|
|
2010
|
+
const authorizations$1t = [{ permissions: [active], actor: _system }];
|
|
2011
|
+
const actionName$1t = "initemission";
|
|
2012
2012
|
|
|
2013
2013
|
const initEmission = {
|
|
2014
2014
|
__proto__: null,
|
|
2015
|
-
actionName: actionName$
|
|
2016
|
-
authorizations: authorizations$
|
|
2015
|
+
actionName: actionName$1t,
|
|
2016
|
+
authorizations: authorizations$1t
|
|
2017
2017
|
};
|
|
2018
2018
|
|
|
2019
|
-
const authorizations$
|
|
2020
|
-
const actionName$
|
|
2019
|
+
const authorizations$1s = [{ permissions: [active], actor: _system }];
|
|
2020
|
+
const actionName$1s = "setacctcpu";
|
|
2021
2021
|
|
|
2022
2022
|
const setCPULimits = {
|
|
2023
2023
|
__proto__: null,
|
|
2024
|
-
actionName: actionName$
|
|
2025
|
-
authorizations: authorizations$
|
|
2024
|
+
actionName: actionName$1s,
|
|
2025
|
+
authorizations: authorizations$1s
|
|
2026
2026
|
};
|
|
2027
2027
|
|
|
2028
|
-
const authorizations$
|
|
2029
|
-
const actionName$
|
|
2028
|
+
const authorizations$1r = [{ permissions: [active], actor: _system }];
|
|
2029
|
+
const actionName$1r = "setacctnet";
|
|
2030
2030
|
|
|
2031
2031
|
const setNETLimits = {
|
|
2032
2032
|
__proto__: null,
|
|
2033
|
-
actionName: actionName$
|
|
2034
|
-
authorizations: authorizations$
|
|
2033
|
+
actionName: actionName$1r,
|
|
2034
|
+
authorizations: authorizations$1r
|
|
2035
2035
|
};
|
|
2036
2036
|
|
|
2037
|
-
const authorizations$
|
|
2038
|
-
const actionName$
|
|
2037
|
+
const authorizations$1q = [{ permissions: [active], actor: _system }];
|
|
2038
|
+
const actionName$1q = "setacctram";
|
|
2039
2039
|
|
|
2040
2040
|
const setRAMLimits = {
|
|
2041
2041
|
__proto__: null,
|
|
2042
|
-
actionName: actionName$
|
|
2043
|
-
authorizations: authorizations$
|
|
2042
|
+
actionName: actionName$1q,
|
|
2043
|
+
authorizations: authorizations$1q
|
|
2044
2044
|
};
|
|
2045
2045
|
|
|
2046
|
-
const authorizations$
|
|
2047
|
-
const actionName$
|
|
2046
|
+
const authorizations$1p = [{ permissions: [active], actor: _system }];
|
|
2047
|
+
const actionName$1p = "activate";
|
|
2048
2048
|
|
|
2049
2049
|
const activateFeature = {
|
|
2050
2050
|
__proto__: null,
|
|
2051
|
-
actionName: actionName$
|
|
2052
|
-
authorizations: authorizations$
|
|
2051
|
+
actionName: actionName$1p,
|
|
2052
|
+
authorizations: authorizations$1p
|
|
2053
2053
|
};
|
|
2054
2054
|
|
|
2055
|
-
const authorizations$
|
|
2056
|
-
const actionName$
|
|
2055
|
+
const authorizations$1o = [{ permissions: [active], actor: _username }];
|
|
2056
|
+
const actionName$1o = "delegatebw";
|
|
2057
2057
|
|
|
2058
2058
|
const delegateBW = {
|
|
2059
2059
|
__proto__: null,
|
|
2060
|
-
actionName: actionName$
|
|
2061
|
-
authorizations: authorizations$
|
|
2060
|
+
actionName: actionName$1o,
|
|
2061
|
+
authorizations: authorizations$1o
|
|
2062
2062
|
};
|
|
2063
2063
|
|
|
2064
|
-
const authorizations$
|
|
2065
|
-
const actionName$
|
|
2064
|
+
const authorizations$1n = [{ permissions: [active], actor: _username }];
|
|
2065
|
+
const actionName$1n = "undelegatebw";
|
|
2066
2066
|
|
|
2067
2067
|
const undelegateBW = {
|
|
2068
2068
|
__proto__: null,
|
|
2069
|
-
actionName: actionName$
|
|
2070
|
-
authorizations: authorizations$
|
|
2069
|
+
actionName: actionName$1n,
|
|
2070
|
+
authorizations: authorizations$1n
|
|
2071
2071
|
};
|
|
2072
2072
|
|
|
2073
|
-
const authorizations$
|
|
2074
|
-
const actionName$
|
|
2073
|
+
const authorizations$1m = [{ permissions: [active], actor: _username }];
|
|
2074
|
+
const actionName$1m = "buyram";
|
|
2075
2075
|
|
|
2076
2076
|
const buyRAM = {
|
|
2077
2077
|
__proto__: null,
|
|
2078
|
-
actionName: actionName$
|
|
2079
|
-
authorizations: authorizations$
|
|
2078
|
+
actionName: actionName$1m,
|
|
2079
|
+
authorizations: authorizations$1m
|
|
2080
2080
|
};
|
|
2081
2081
|
|
|
2082
|
-
const authorizations$
|
|
2083
|
-
const actionName$
|
|
2082
|
+
const authorizations$1l = [{ permissions: [active], actor: _username }];
|
|
2083
|
+
const actionName$1l = "buyrambytes";
|
|
2084
2084
|
|
|
2085
2085
|
const buyRAMBytes = {
|
|
2086
2086
|
__proto__: null,
|
|
2087
|
-
actionName: actionName$
|
|
2088
|
-
authorizations: authorizations$
|
|
2087
|
+
actionName: actionName$1l,
|
|
2088
|
+
authorizations: authorizations$1l
|
|
2089
2089
|
};
|
|
2090
2090
|
|
|
2091
|
-
const authorizations$
|
|
2092
|
-
const actionName$
|
|
2091
|
+
const authorizations$1k = [{ permissions: [active], actor: _username }];
|
|
2092
|
+
const actionName$1k = "refund";
|
|
2093
2093
|
|
|
2094
2094
|
const refund = {
|
|
2095
2095
|
__proto__: null,
|
|
2096
|
-
actionName: actionName$
|
|
2097
|
-
authorizations: authorizations$
|
|
2096
|
+
actionName: actionName$1k,
|
|
2097
|
+
authorizations: authorizations$1k
|
|
2098
2098
|
};
|
|
2099
2099
|
|
|
2100
|
-
const authorizations$
|
|
2101
|
-
const actionName$
|
|
2100
|
+
const authorizations$1j = [{ permissions: [active], actor: _username }];
|
|
2101
|
+
const actionName$1j = "regproducer";
|
|
2102
2102
|
|
|
2103
2103
|
const registerProducer = {
|
|
2104
2104
|
__proto__: null,
|
|
2105
|
-
actionName: actionName$
|
|
2106
|
-
authorizations: authorizations$
|
|
2105
|
+
actionName: actionName$1j,
|
|
2106
|
+
authorizations: authorizations$1j
|
|
2107
2107
|
};
|
|
2108
2108
|
|
|
2109
|
-
const authorizations$
|
|
2110
|
-
const actionName$
|
|
2109
|
+
const authorizations$1i = [{ permissions: [active], actor: _username }];
|
|
2110
|
+
const actionName$1i = "regproducer2";
|
|
2111
2111
|
|
|
2112
2112
|
const registerProducer2 = {
|
|
2113
2113
|
__proto__: null,
|
|
2114
|
-
actionName: actionName$
|
|
2115
|
-
authorizations: authorizations$
|
|
2114
|
+
actionName: actionName$1i,
|
|
2115
|
+
authorizations: authorizations$1i
|
|
2116
2116
|
};
|
|
2117
2117
|
|
|
2118
|
-
const authorizations$
|
|
2119
|
-
const actionName$
|
|
2118
|
+
const authorizations$1h = [{ permissions: [active], actor: _username }];
|
|
2119
|
+
const actionName$1h = "unregprod";
|
|
2120
2120
|
|
|
2121
2121
|
const unregisterProducer = {
|
|
2122
2122
|
__proto__: null,
|
|
2123
|
-
actionName: actionName$
|
|
2124
|
-
authorizations: authorizations$
|
|
2123
|
+
actionName: actionName$1h,
|
|
2124
|
+
authorizations: authorizations$1h
|
|
2125
2125
|
};
|
|
2126
2126
|
|
|
2127
|
-
const authorizations$
|
|
2128
|
-
const actionName$
|
|
2127
|
+
const authorizations$1g = [{ permissions: [active], actor: _system }];
|
|
2128
|
+
const actionName$1g = "setram";
|
|
2129
2129
|
|
|
2130
2130
|
const setTotalRAM = {
|
|
2131
2131
|
__proto__: null,
|
|
2132
|
-
actionName: actionName$
|
|
2133
|
-
authorizations: authorizations$
|
|
2132
|
+
actionName: actionName$1g,
|
|
2133
|
+
authorizations: authorizations$1g
|
|
2134
2134
|
};
|
|
2135
2135
|
|
|
2136
|
-
const authorizations$
|
|
2137
|
-
const actionName$
|
|
2136
|
+
const authorizations$1f = [{ permissions: [active], actor: _system }];
|
|
2137
|
+
const actionName$1f = "setramrate";
|
|
2138
2138
|
|
|
2139
2139
|
const setTotalRAMRate = {
|
|
2140
2140
|
__proto__: null,
|
|
2141
|
-
actionName: actionName$
|
|
2142
|
-
authorizations: authorizations$
|
|
2141
|
+
actionName: actionName$1f,
|
|
2142
|
+
authorizations: authorizations$1f
|
|
2143
2143
|
};
|
|
2144
2144
|
|
|
2145
|
-
const authorizations$
|
|
2146
|
-
const actionName$
|
|
2145
|
+
const authorizations$1e = [{ permissions: [active], actor: _username }];
|
|
2146
|
+
const actionName$1e = "voteproducer";
|
|
2147
2147
|
|
|
2148
2148
|
const voteForProducer = {
|
|
2149
2149
|
__proto__: null,
|
|
2150
|
-
actionName: actionName$
|
|
2151
|
-
authorizations: authorizations$
|
|
2150
|
+
actionName: actionName$1e,
|
|
2151
|
+
authorizations: authorizations$1e
|
|
2152
2152
|
};
|
|
2153
2153
|
|
|
2154
|
-
const authorizations$
|
|
2155
|
-
const actionName$
|
|
2154
|
+
const authorizations$1d = [{ permissions: [active], actor: _username }];
|
|
2155
|
+
const actionName$1d = "voteupdate";
|
|
2156
2156
|
|
|
2157
2157
|
const voteUpdate = {
|
|
2158
2158
|
__proto__: null,
|
|
2159
|
-
actionName: actionName$
|
|
2160
|
-
authorizations: authorizations$
|
|
2159
|
+
actionName: actionName$1d,
|
|
2160
|
+
authorizations: authorizations$1d
|
|
2161
2161
|
};
|
|
2162
2162
|
|
|
2163
|
-
const authorizations
|
|
2164
|
-
const actionName
|
|
2163
|
+
const authorizations$1c = [{ permissions: [active], actor: _username }];
|
|
2164
|
+
const actionName$1c = "regproxy";
|
|
2165
2165
|
|
|
2166
2166
|
const registerProxy = {
|
|
2167
2167
|
__proto__: null,
|
|
2168
|
-
actionName: actionName
|
|
2169
|
-
authorizations: authorizations
|
|
2168
|
+
actionName: actionName$1c,
|
|
2169
|
+
authorizations: authorizations$1c
|
|
2170
2170
|
};
|
|
2171
2171
|
|
|
2172
|
-
const authorizations$
|
|
2173
|
-
const actionName$
|
|
2172
|
+
const authorizations$1b = [{ permissions: [active], actor: _username }];
|
|
2173
|
+
const actionName$1b = "claimrewards";
|
|
2174
2174
|
|
|
2175
2175
|
const claimRewards = {
|
|
2176
2176
|
__proto__: null,
|
|
2177
|
-
actionName: actionName$
|
|
2178
|
-
authorizations: authorizations$
|
|
2177
|
+
actionName: actionName$1b,
|
|
2178
|
+
authorizations: authorizations$1b
|
|
2179
2179
|
};
|
|
2180
2180
|
|
|
2181
|
-
const authorizations$
|
|
2182
|
-
const actionName$
|
|
2181
|
+
const authorizations$1a = [{ permissions: [active], actor: _system }];
|
|
2182
|
+
const actionName$1a = "rmvproducer";
|
|
2183
2183
|
|
|
2184
2184
|
const removeProducer = {
|
|
2185
2185
|
__proto__: null,
|
|
2186
|
-
actionName: actionName$
|
|
2187
|
-
authorizations: authorizations$
|
|
2186
|
+
actionName: actionName$1a,
|
|
2187
|
+
authorizations: authorizations$1a
|
|
2188
2188
|
};
|
|
2189
2189
|
|
|
2190
|
-
const authorizations$
|
|
2191
|
-
const actionName$
|
|
2190
|
+
const authorizations$19 = [{ permissions: [active], actor: _system }];
|
|
2191
|
+
const actionName$19 = "updtrevision";
|
|
2192
2192
|
|
|
2193
2193
|
const updateRevision = {
|
|
2194
2194
|
__proto__: null,
|
|
2195
|
-
actionName: actionName$
|
|
2196
|
-
authorizations: authorizations$
|
|
2195
|
+
actionName: actionName$19,
|
|
2196
|
+
authorizations: authorizations$19
|
|
2197
2197
|
};
|
|
2198
2198
|
|
|
2199
|
-
const authorizations$
|
|
2200
|
-
const actionName$
|
|
2199
|
+
const authorizations$18 = [{ permissions: [active], actor: _username }];
|
|
2200
|
+
const actionName$18 = "bidname";
|
|
2201
2201
|
|
|
2202
2202
|
const bidName = {
|
|
2203
2203
|
__proto__: null,
|
|
2204
|
-
actionName: actionName$
|
|
2205
|
-
authorizations: authorizations$
|
|
2204
|
+
actionName: actionName$18,
|
|
2205
|
+
authorizations: authorizations$18
|
|
2206
2206
|
};
|
|
2207
2207
|
|
|
2208
|
-
const authorizations$
|
|
2209
|
-
const actionName$
|
|
2208
|
+
const authorizations$17 = [{ permissions: [active], actor: _username }];
|
|
2209
|
+
const actionName$17 = "bidrefund";
|
|
2210
2210
|
|
|
2211
2211
|
const bidNameRefund = {
|
|
2212
2212
|
__proto__: null,
|
|
2213
|
-
actionName: actionName$
|
|
2214
|
-
authorizations: authorizations$
|
|
2213
|
+
actionName: actionName$17,
|
|
2214
|
+
authorizations: authorizations$17
|
|
2215
2215
|
};
|
|
2216
2216
|
|
|
2217
|
-
const authorizations$
|
|
2218
|
-
const actionName$
|
|
2217
|
+
const authorizations$16 = [{ permissions: [active], actor: _system }];
|
|
2218
|
+
const actionName$16 = "setpriv";
|
|
2219
2219
|
|
|
2220
2220
|
const setPrivileged = {
|
|
2221
2221
|
__proto__: null,
|
|
2222
|
-
actionName: actionName$
|
|
2223
|
-
authorizations: authorizations$
|
|
2222
|
+
actionName: actionName$16,
|
|
2223
|
+
authorizations: authorizations$16
|
|
2224
2224
|
};
|
|
2225
2225
|
|
|
2226
|
-
const authorizations$
|
|
2227
|
-
const actionName$
|
|
2226
|
+
const authorizations$15 = [{ permissions: [active], actor: _system }];
|
|
2227
|
+
const actionName$15 = "setalimits";
|
|
2228
2228
|
|
|
2229
2229
|
const setAccountLimits = {
|
|
2230
2230
|
__proto__: null,
|
|
2231
|
-
actionName: actionName$
|
|
2232
|
-
authorizations: authorizations$
|
|
2231
|
+
actionName: actionName$15,
|
|
2232
|
+
authorizations: authorizations$15
|
|
2233
2233
|
};
|
|
2234
2234
|
|
|
2235
|
-
const authorizations$
|
|
2236
|
-
const actionName$
|
|
2235
|
+
const authorizations$14 = [{ permissions: [active], actor: _system }];
|
|
2236
|
+
const actionName$14 = "setparams";
|
|
2237
2237
|
|
|
2238
2238
|
const setParams = {
|
|
2239
2239
|
__proto__: null,
|
|
2240
|
-
actionName: actionName$
|
|
2241
|
-
authorizations: authorizations$
|
|
2240
|
+
actionName: actionName$14,
|
|
2241
|
+
authorizations: authorizations$14
|
|
2242
2242
|
};
|
|
2243
2243
|
|
|
2244
|
-
const authorizations$
|
|
2245
|
-
const actionName$
|
|
2244
|
+
const authorizations$13 = [{ permissions: [active], actor: _system }];
|
|
2245
|
+
const actionName$13 = "cfgpowerup";
|
|
2246
2246
|
|
|
2247
2247
|
const initPowerup = {
|
|
2248
2248
|
__proto__: null,
|
|
2249
|
-
actionName: actionName$
|
|
2250
|
-
authorizations: authorizations$
|
|
2249
|
+
actionName: actionName$13,
|
|
2250
|
+
authorizations: authorizations$13
|
|
2251
2251
|
};
|
|
2252
2252
|
|
|
2253
|
-
const authorizations$
|
|
2254
|
-
const actionName$
|
|
2253
|
+
const authorizations$12 = [{ permissions: [active], actor: _username }];
|
|
2254
|
+
const actionName$12 = "powerupexec";
|
|
2255
2255
|
|
|
2256
2256
|
const execPowerup = {
|
|
2257
2257
|
__proto__: null,
|
|
2258
|
-
actionName: actionName$
|
|
2259
|
-
authorizations: authorizations$
|
|
2258
|
+
actionName: actionName$12,
|
|
2259
|
+
authorizations: authorizations$12
|
|
2260
2260
|
};
|
|
2261
2261
|
|
|
2262
|
-
const authorizations$
|
|
2263
|
-
const actionName$
|
|
2262
|
+
const authorizations$11 = [{ permissions: [active], actor: _username }];
|
|
2263
|
+
const actionName$11 = "powerup";
|
|
2264
2264
|
|
|
2265
2265
|
const powerup = {
|
|
2266
2266
|
__proto__: null,
|
|
2267
|
-
actionName: actionName$
|
|
2268
|
-
authorizations: authorizations$
|
|
2267
|
+
actionName: actionName$11,
|
|
2268
|
+
authorizations: authorizations$11
|
|
2269
2269
|
};
|
|
2270
2270
|
|
|
2271
|
-
const authorizations$
|
|
2271
|
+
const authorizations$10 = [
|
|
2272
2272
|
{ permissions: [active], actor: _system },
|
|
2273
2273
|
{ permissions: [active], actor: _registrator }
|
|
2274
2274
|
];
|
|
2275
|
-
const actionName$
|
|
2275
|
+
const actionName$10 = "newaccount";
|
|
2276
2276
|
|
|
2277
2277
|
const newAccount = {
|
|
2278
2278
|
__proto__: null,
|
|
2279
|
-
actionName: actionName$
|
|
2280
|
-
authorizations: authorizations$
|
|
2279
|
+
actionName: actionName$10,
|
|
2280
|
+
authorizations: authorizations$10
|
|
2281
2281
|
};
|
|
2282
2282
|
|
|
2283
|
-
const authorizations
|
|
2283
|
+
const authorizations$$ = [
|
|
2284
2284
|
{ permissions: [active], actor: _registrator }
|
|
2285
2285
|
];
|
|
2286
|
-
const actionName
|
|
2286
|
+
const actionName$$ = "createaccnt";
|
|
2287
2287
|
|
|
2288
2288
|
const createAccount = {
|
|
2289
2289
|
__proto__: null,
|
|
2290
|
-
actionName: actionName
|
|
2291
|
-
authorizations: authorizations
|
|
2290
|
+
actionName: actionName$$,
|
|
2291
|
+
authorizations: authorizations$$
|
|
2292
2292
|
};
|
|
2293
2293
|
|
|
2294
|
-
const authorizations$
|
|
2295
|
-
const actionName$
|
|
2294
|
+
const authorizations$_ = [{ permissions: [active], actor: _contract }];
|
|
2295
|
+
const actionName$_ = "setabi";
|
|
2296
2296
|
|
|
2297
2297
|
const setAbi = {
|
|
2298
2298
|
__proto__: null,
|
|
2299
|
-
actionName: actionName$
|
|
2300
|
-
authorizations: authorizations$
|
|
2299
|
+
actionName: actionName$_,
|
|
2300
|
+
authorizations: authorizations$_
|
|
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$P = {
|
|
@@ -2349,7 +2349,7 @@ const index$P = {
|
|
|
2349
2349
|
DelegateBW: delegateBW,
|
|
2350
2350
|
DeleteAuth: deleteAuth,
|
|
2351
2351
|
ExecPowerup: execPowerup,
|
|
2352
|
-
Init: init
|
|
2352
|
+
Init: init,
|
|
2353
2353
|
InitEmission: initEmission,
|
|
2354
2354
|
InitPowerup: initPowerup,
|
|
2355
2355
|
LinkAuth: linkAuth,
|
|
@@ -2378,112 +2378,112 @@ const index$P = {
|
|
|
2378
2378
|
VoteUpdate: voteUpdate
|
|
2379
2379
|
};
|
|
2380
2380
|
|
|
2381
|
-
const tableName$
|
|
2382
|
-
const scope$
|
|
2381
|
+
const tableName$y = "bidrefunds";
|
|
2382
|
+
const scope$y = _system;
|
|
2383
2383
|
|
|
2384
2384
|
const bidRefunds = {
|
|
2385
2385
|
__proto__: null,
|
|
2386
|
-
scope: scope$
|
|
2387
|
-
tableName: tableName$
|
|
2386
|
+
scope: scope$y,
|
|
2387
|
+
tableName: tableName$y
|
|
2388
2388
|
};
|
|
2389
2389
|
|
|
2390
|
-
const tableName$
|
|
2391
|
-
const scope$
|
|
2390
|
+
const tableName$x = "delband";
|
|
2391
|
+
const scope$x = _system;
|
|
2392
2392
|
|
|
2393
2393
|
const delegatedBandwith = {
|
|
2394
2394
|
__proto__: null,
|
|
2395
|
-
scope: scope$
|
|
2396
|
-
tableName: tableName$
|
|
2395
|
+
scope: scope$x,
|
|
2396
|
+
tableName: tableName$x
|
|
2397
2397
|
};
|
|
2398
2398
|
|
|
2399
|
-
const tableName$
|
|
2400
|
-
const scope$
|
|
2399
|
+
const tableName$w = "emission";
|
|
2400
|
+
const scope$w = _system;
|
|
2401
2401
|
|
|
2402
2402
|
const emissionState = {
|
|
2403
2403
|
__proto__: null,
|
|
2404
|
-
scope: scope$
|
|
2405
|
-
tableName: tableName$
|
|
2404
|
+
scope: scope$w,
|
|
2405
|
+
tableName: tableName$w
|
|
2406
2406
|
};
|
|
2407
2407
|
|
|
2408
|
-
const tableName$
|
|
2409
|
-
const scope$
|
|
2408
|
+
const tableName$v = "global";
|
|
2409
|
+
const scope$v = _system;
|
|
2410
2410
|
|
|
2411
2411
|
const globalState = {
|
|
2412
2412
|
__proto__: null,
|
|
2413
|
-
scope: scope$
|
|
2414
|
-
tableName: tableName$
|
|
2413
|
+
scope: scope$v,
|
|
2414
|
+
tableName: tableName$v
|
|
2415
2415
|
};
|
|
2416
2416
|
|
|
2417
|
-
const tableName$
|
|
2418
|
-
const scope$
|
|
2417
|
+
const tableName$u = "namebids";
|
|
2418
|
+
const scope$u = _system;
|
|
2419
2419
|
|
|
2420
2420
|
const nameBids = {
|
|
2421
2421
|
__proto__: null,
|
|
2422
|
-
scope: scope$
|
|
2423
|
-
tableName: tableName$
|
|
2422
|
+
scope: scope$u,
|
|
2423
|
+
tableName: tableName$u
|
|
2424
2424
|
};
|
|
2425
2425
|
|
|
2426
|
-
const tableName$
|
|
2427
|
-
const scope$
|
|
2426
|
+
const tableName$t = "powerstate";
|
|
2427
|
+
const scope$t = _system;
|
|
2428
2428
|
|
|
2429
2429
|
const powerState = {
|
|
2430
2430
|
__proto__: null,
|
|
2431
|
-
scope: scope$
|
|
2432
|
-
tableName: tableName$
|
|
2431
|
+
scope: scope$t,
|
|
2432
|
+
tableName: tableName$t
|
|
2433
2433
|
};
|
|
2434
2434
|
|
|
2435
|
-
const tableName$
|
|
2436
|
-
const scope$
|
|
2435
|
+
const tableName$s = "powup.order";
|
|
2436
|
+
const scope$s = _system;
|
|
2437
2437
|
|
|
2438
2438
|
const powerupOrders = {
|
|
2439
2439
|
__proto__: null,
|
|
2440
|
-
scope: scope$
|
|
2441
|
-
tableName: tableName$
|
|
2440
|
+
scope: scope$s,
|
|
2441
|
+
tableName: tableName$s
|
|
2442
2442
|
};
|
|
2443
2443
|
|
|
2444
|
-
const tableName$
|
|
2445
|
-
const scope$
|
|
2444
|
+
const tableName$r = "producers";
|
|
2445
|
+
const scope$r = _system;
|
|
2446
2446
|
|
|
2447
2447
|
const producers = {
|
|
2448
2448
|
__proto__: null,
|
|
2449
|
-
scope: scope$
|
|
2450
|
-
tableName: tableName$
|
|
2449
|
+
scope: scope$r,
|
|
2450
|
+
tableName: tableName$r
|
|
2451
2451
|
};
|
|
2452
2452
|
|
|
2453
|
-
const tableName$
|
|
2454
|
-
const scope$
|
|
2453
|
+
const tableName$q = "ramdebts";
|
|
2454
|
+
const scope$q = _system;
|
|
2455
2455
|
|
|
2456
2456
|
const ramDebts = {
|
|
2457
2457
|
__proto__: null,
|
|
2458
|
-
scope: scope$
|
|
2459
|
-
tableName: tableName$
|
|
2458
|
+
scope: scope$q,
|
|
2459
|
+
tableName: tableName$q
|
|
2460
2460
|
};
|
|
2461
2461
|
|
|
2462
|
-
const tableName$
|
|
2463
|
-
const scope$
|
|
2462
|
+
const tableName$p = "refunds";
|
|
2463
|
+
const scope$p = _system;
|
|
2464
2464
|
|
|
2465
2465
|
const refunds = {
|
|
2466
2466
|
__proto__: null,
|
|
2467
|
-
scope: scope$
|
|
2468
|
-
tableName: tableName$
|
|
2467
|
+
scope: scope$p,
|
|
2468
|
+
tableName: tableName$p
|
|
2469
2469
|
};
|
|
2470
2470
|
|
|
2471
|
-
const tableName$
|
|
2472
|
-
const scope$
|
|
2471
|
+
const tableName$o = "userres";
|
|
2472
|
+
const scope$o = _system;
|
|
2473
2473
|
|
|
2474
2474
|
const userResources = {
|
|
2475
2475
|
__proto__: null,
|
|
2476
|
-
scope: scope$
|
|
2477
|
-
tableName: tableName$
|
|
2476
|
+
scope: scope$o,
|
|
2477
|
+
tableName: tableName$o
|
|
2478
2478
|
};
|
|
2479
2479
|
|
|
2480
|
-
const tableName$
|
|
2481
|
-
const scope$
|
|
2480
|
+
const tableName$n = "voters";
|
|
2481
|
+
const scope$n = _system;
|
|
2482
2482
|
|
|
2483
2483
|
const voters = {
|
|
2484
2484
|
__proto__: null,
|
|
2485
|
-
scope: scope$
|
|
2486
|
-
tableName: tableName$
|
|
2485
|
+
scope: scope$n,
|
|
2486
|
+
tableName: tableName$n
|
|
2487
2487
|
};
|
|
2488
2488
|
|
|
2489
2489
|
const index$O = {
|
|
@@ -2516,402 +2516,578 @@ const index$N = {
|
|
|
2516
2516
|
contractName: contractName$4
|
|
2517
2517
|
};
|
|
2518
2518
|
|
|
2519
|
+
const authorizations$V = [{ permissions: [active], actor: _chairman }];
|
|
2520
|
+
const actionName$V = "importcontrib";
|
|
2521
|
+
|
|
2522
|
+
const importContributor = {
|
|
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 = "setconfig";
|
|
2530
|
+
|
|
2531
|
+
const setConfig = {
|
|
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 = "createproj";
|
|
2539
|
+
|
|
2540
|
+
const createProject = {
|
|
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 = "openproject";
|
|
2548
|
+
|
|
2549
|
+
const openProject = {
|
|
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 = "startproject";
|
|
2557
|
+
|
|
2558
|
+
const startProject = {
|
|
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 = "startvoting";
|
|
2566
|
+
|
|
2567
|
+
const startVoting = {
|
|
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 = "cmpltvoting";
|
|
2575
|
+
|
|
2576
|
+
const completeVoting = {
|
|
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 = "calcvotes";
|
|
2584
|
+
|
|
2585
|
+
const calcVotes = {
|
|
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 = "submitvote";
|
|
2593
|
+
|
|
2594
|
+
const submitVote = {
|
|
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 = "delproject";
|
|
2602
|
+
|
|
2603
|
+
const deleteProject = {
|
|
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 = "setmaster";
|
|
2611
|
+
|
|
2612
|
+
const setMaster = {
|
|
2613
|
+
__proto__: null,
|
|
2614
|
+
actionName: actionName$L,
|
|
2615
|
+
authorizations: authorizations$L
|
|
2616
|
+
};
|
|
2617
|
+
|
|
2618
|
+
const authorizations$K = [{ permissions: [active], actor: _chairman }];
|
|
2619
|
+
const actionName$K = "setplan";
|
|
2620
|
+
|
|
2621
|
+
const setPlan = {
|
|
2622
|
+
__proto__: null,
|
|
2623
|
+
actionName: actionName$K,
|
|
2624
|
+
authorizations: authorizations$K
|
|
2625
|
+
};
|
|
2626
|
+
|
|
2627
|
+
const authorizations$J = [{ permissions: [active], actor: _chairman }];
|
|
2628
|
+
const actionName$J = "expandexpnss";
|
|
2629
|
+
|
|
2630
|
+
const expandExpenses = {
|
|
2631
|
+
__proto__: null,
|
|
2632
|
+
actionName: actionName$J,
|
|
2633
|
+
authorizations: authorizations$J
|
|
2634
|
+
};
|
|
2635
|
+
|
|
2519
2636
|
const authorizations$I = [{ permissions: [active], actor: _chairman }];
|
|
2520
|
-
const actionName$I = "
|
|
2637
|
+
const actionName$I = "convertsegm";
|
|
2521
2638
|
|
|
2522
|
-
const
|
|
2639
|
+
const convertSegment = {
|
|
2523
2640
|
__proto__: null,
|
|
2524
2641
|
actionName: actionName$I,
|
|
2525
2642
|
authorizations: authorizations$I
|
|
2526
2643
|
};
|
|
2527
2644
|
|
|
2528
2645
|
const authorizations$H = [{ permissions: [active], actor: _chairman }];
|
|
2529
|
-
const actionName$H = "
|
|
2646
|
+
const actionName$H = "createwthd2";
|
|
2530
2647
|
|
|
2531
|
-
const
|
|
2648
|
+
const createWithdrawProject = {
|
|
2532
2649
|
__proto__: null,
|
|
2533
2650
|
actionName: actionName$H,
|
|
2534
2651
|
authorizations: authorizations$H
|
|
2535
2652
|
};
|
|
2536
2653
|
|
|
2537
2654
|
const authorizations$G = [{ permissions: [active], actor: _chairman }];
|
|
2538
|
-
const actionName$G = "
|
|
2655
|
+
const actionName$G = "createwthd3";
|
|
2539
2656
|
|
|
2540
|
-
const
|
|
2657
|
+
const createWithdrawProgram = {
|
|
2541
2658
|
__proto__: null,
|
|
2542
2659
|
actionName: actionName$G,
|
|
2543
2660
|
authorizations: authorizations$G
|
|
2544
2661
|
};
|
|
2545
2662
|
|
|
2546
2663
|
const authorizations$F = [{ permissions: [active], actor: _chairman }];
|
|
2547
|
-
const actionName$F = "
|
|
2664
|
+
const actionName$F = "pushrslt";
|
|
2548
2665
|
|
|
2549
|
-
const
|
|
2666
|
+
const pushResult = {
|
|
2550
2667
|
__proto__: null,
|
|
2551
2668
|
actionName: actionName$F,
|
|
2552
2669
|
authorizations: authorizations$F
|
|
2553
2670
|
};
|
|
2554
2671
|
|
|
2555
2672
|
const authorizations$E = [{ permissions: [active], actor: _chairman }];
|
|
2556
|
-
const actionName$E = "
|
|
2673
|
+
const actionName$E = "signact1";
|
|
2557
2674
|
|
|
2558
|
-
const
|
|
2675
|
+
const signAct1 = {
|
|
2559
2676
|
__proto__: null,
|
|
2560
2677
|
actionName: actionName$E,
|
|
2561
2678
|
authorizations: authorizations$E
|
|
2562
2679
|
};
|
|
2563
2680
|
|
|
2564
2681
|
const authorizations$D = [{ permissions: [active], actor: _chairman }];
|
|
2565
|
-
const actionName$D = "
|
|
2682
|
+
const actionName$D = "signact2";
|
|
2566
2683
|
|
|
2567
|
-
const
|
|
2684
|
+
const signAct2 = {
|
|
2568
2685
|
__proto__: null,
|
|
2569
2686
|
actionName: actionName$D,
|
|
2570
2687
|
authorizations: authorizations$D
|
|
2571
2688
|
};
|
|
2572
2689
|
|
|
2573
2690
|
const authorizations$C = [{ permissions: [active], actor: _chairman }];
|
|
2574
|
-
const actionName$C = "
|
|
2691
|
+
const actionName$C = "createpgprp";
|
|
2575
2692
|
|
|
2576
|
-
const
|
|
2693
|
+
const createProgramProperty = {
|
|
2577
2694
|
__proto__: null,
|
|
2578
2695
|
actionName: actionName$C,
|
|
2579
2696
|
authorizations: authorizations$C
|
|
2580
2697
|
};
|
|
2581
2698
|
|
|
2582
2699
|
const authorizations$B = [{ permissions: [active], actor: _chairman }];
|
|
2583
|
-
const actionName$B = "
|
|
2700
|
+
const actionName$B = "act1pgprp";
|
|
2584
2701
|
|
|
2585
|
-
const
|
|
2702
|
+
const act1ProgramProperty = {
|
|
2586
2703
|
__proto__: null,
|
|
2587
2704
|
actionName: actionName$B,
|
|
2588
2705
|
authorizations: authorizations$B
|
|
2589
2706
|
};
|
|
2590
2707
|
|
|
2591
2708
|
const authorizations$A = [{ permissions: [active], actor: _chairman }];
|
|
2592
|
-
const actionName$A = "
|
|
2709
|
+
const actionName$A = "act2pgprp";
|
|
2593
2710
|
|
|
2594
|
-
const
|
|
2711
|
+
const act2ProgramProperty = {
|
|
2595
2712
|
__proto__: null,
|
|
2596
2713
|
actionName: actionName$A,
|
|
2597
2714
|
authorizations: authorizations$A
|
|
2598
2715
|
};
|
|
2599
2716
|
|
|
2600
2717
|
const authorizations$z = [{ permissions: [active], actor: _chairman }];
|
|
2601
|
-
const actionName$z = "
|
|
2718
|
+
const actionName$z = "addauthor";
|
|
2602
2719
|
|
|
2603
|
-
const
|
|
2720
|
+
const addAuthor = {
|
|
2604
2721
|
__proto__: null,
|
|
2605
2722
|
actionName: actionName$z,
|
|
2606
2723
|
authorizations: authorizations$z
|
|
2607
2724
|
};
|
|
2608
2725
|
|
|
2609
2726
|
const authorizations$y = [{ permissions: [active], actor: _chairman }];
|
|
2610
|
-
const actionName$y = "
|
|
2727
|
+
const actionName$y = "createcmmt";
|
|
2611
2728
|
|
|
2612
|
-
const
|
|
2729
|
+
const createCommit = {
|
|
2613
2730
|
__proto__: null,
|
|
2614
2731
|
actionName: actionName$y,
|
|
2615
2732
|
authorizations: authorizations$y
|
|
2616
2733
|
};
|
|
2617
2734
|
|
|
2618
2735
|
const authorizations$x = [{ permissions: [active], actor: _chairman }];
|
|
2619
|
-
const actionName$x = "
|
|
2736
|
+
const actionName$x = "approvecmmt";
|
|
2620
2737
|
|
|
2621
|
-
const
|
|
2738
|
+
const commitApprove = {
|
|
2622
2739
|
__proto__: null,
|
|
2623
2740
|
actionName: actionName$x,
|
|
2624
2741
|
authorizations: authorizations$x
|
|
2625
2742
|
};
|
|
2626
2743
|
|
|
2627
2744
|
const authorizations$w = [{ permissions: [active], actor: _chairman }];
|
|
2628
|
-
const actionName$w = "
|
|
2745
|
+
const actionName$w = "declinecmmt";
|
|
2629
2746
|
|
|
2630
|
-
const
|
|
2747
|
+
const commitDecline = {
|
|
2631
2748
|
__proto__: null,
|
|
2632
2749
|
actionName: actionName$w,
|
|
2633
2750
|
authorizations: authorizations$w
|
|
2634
2751
|
};
|
|
2635
2752
|
|
|
2636
2753
|
const authorizations$v = [{ permissions: [active], actor: _chairman }];
|
|
2637
|
-
const actionName$v = "
|
|
2754
|
+
const actionName$v = "createdebt";
|
|
2638
2755
|
|
|
2639
|
-
const
|
|
2756
|
+
const createDebt = {
|
|
2640
2757
|
__proto__: null,
|
|
2641
2758
|
actionName: actionName$v,
|
|
2642
2759
|
authorizations: authorizations$v
|
|
2643
2760
|
};
|
|
2644
2761
|
|
|
2645
2762
|
const authorizations$u = [{ permissions: [active], actor: _chairman }];
|
|
2646
|
-
const actionName$u = "
|
|
2763
|
+
const actionName$u = "regcontrib";
|
|
2647
2764
|
|
|
2648
|
-
const
|
|
2765
|
+
const registerContributor = {
|
|
2649
2766
|
__proto__: null,
|
|
2650
2767
|
actionName: actionName$u,
|
|
2651
2768
|
authorizations: authorizations$u
|
|
2652
2769
|
};
|
|
2653
2770
|
|
|
2654
2771
|
const authorizations$t = [{ permissions: [active], actor: _chairman }];
|
|
2655
|
-
const actionName$t = "
|
|
2772
|
+
const actionName$t = "getclearance";
|
|
2656
2773
|
|
|
2657
|
-
const
|
|
2774
|
+
const getClearance = {
|
|
2658
2775
|
__proto__: null,
|
|
2659
2776
|
actionName: actionName$t,
|
|
2660
2777
|
authorizations: authorizations$t
|
|
2661
2778
|
};
|
|
2662
2779
|
|
|
2663
2780
|
const authorizations$s = [{ permissions: [active], actor: _chairman }];
|
|
2664
|
-
const actionName$s = "
|
|
2781
|
+
const actionName$s = "createinvest";
|
|
2665
2782
|
|
|
2666
|
-
const
|
|
2783
|
+
const createInvest = {
|
|
2667
2784
|
__proto__: null,
|
|
2668
2785
|
actionName: actionName$s,
|
|
2669
2786
|
authorizations: authorizations$s
|
|
2670
2787
|
};
|
|
2671
2788
|
|
|
2672
2789
|
const authorizations$r = [{ permissions: [active], actor: _chairman }];
|
|
2673
|
-
const actionName$r = "
|
|
2790
|
+
const actionName$r = "returnunused";
|
|
2674
2791
|
|
|
2675
|
-
const
|
|
2792
|
+
const returnUnused = {
|
|
2676
2793
|
__proto__: null,
|
|
2677
2794
|
actionName: actionName$r,
|
|
2678
2795
|
authorizations: authorizations$r
|
|
2679
2796
|
};
|
|
2680
2797
|
|
|
2681
2798
|
const authorizations$q = [{ permissions: [active], actor: _chairman }];
|
|
2682
|
-
const actionName$q = "
|
|
2799
|
+
const actionName$q = "createpinv";
|
|
2683
2800
|
|
|
2684
|
-
const
|
|
2801
|
+
const createProgramInvest = {
|
|
2685
2802
|
__proto__: null,
|
|
2686
2803
|
actionName: actionName$q,
|
|
2687
2804
|
authorizations: authorizations$q
|
|
2688
2805
|
};
|
|
2689
2806
|
|
|
2690
2807
|
const authorizations$p = [{ permissions: [active], actor: _chairman }];
|
|
2691
|
-
const actionName$p = "
|
|
2808
|
+
const actionName$p = "createpjprp";
|
|
2692
2809
|
|
|
2693
|
-
const
|
|
2810
|
+
const createProjectProperty = {
|
|
2694
2811
|
__proto__: null,
|
|
2695
2812
|
actionName: actionName$p,
|
|
2696
2813
|
authorizations: authorizations$p
|
|
2697
2814
|
};
|
|
2698
2815
|
|
|
2699
2816
|
const authorizations$o = [{ permissions: [active], actor: _chairman }];
|
|
2700
|
-
const actionName$o = "
|
|
2817
|
+
const actionName$o = "allocate";
|
|
2701
2818
|
|
|
2702
|
-
const
|
|
2819
|
+
const allocate = {
|
|
2703
2820
|
__proto__: null,
|
|
2704
2821
|
actionName: actionName$o,
|
|
2705
2822
|
authorizations: authorizations$o
|
|
2706
2823
|
};
|
|
2707
2824
|
|
|
2708
2825
|
const authorizations$n = [{ permissions: [active], actor: _chairman }];
|
|
2709
|
-
const actionName$n = "
|
|
2826
|
+
const actionName$n = "diallocate";
|
|
2710
2827
|
|
|
2711
|
-
const
|
|
2828
|
+
const deallocate = {
|
|
2712
2829
|
__proto__: null,
|
|
2713
2830
|
actionName: actionName$n,
|
|
2714
2831
|
authorizations: authorizations$n
|
|
2715
2832
|
};
|
|
2716
2833
|
|
|
2717
2834
|
const authorizations$m = [{ permissions: [active], actor: _chairman }];
|
|
2718
|
-
const actionName$m = "
|
|
2835
|
+
const actionName$m = "createexpnse";
|
|
2719
2836
|
|
|
2720
|
-
const
|
|
2837
|
+
const createExpense = {
|
|
2721
2838
|
__proto__: null,
|
|
2722
2839
|
actionName: actionName$m,
|
|
2723
2840
|
authorizations: authorizations$m
|
|
2724
2841
|
};
|
|
2725
2842
|
|
|
2726
2843
|
const authorizations$l = [{ permissions: [active], actor: _chairman }];
|
|
2727
|
-
const actionName$l = "
|
|
2844
|
+
const actionName$l = "fundproj";
|
|
2728
2845
|
|
|
2729
|
-
const
|
|
2846
|
+
const fundProject = {
|
|
2730
2847
|
__proto__: null,
|
|
2731
2848
|
actionName: actionName$l,
|
|
2732
2849
|
authorizations: authorizations$l
|
|
2733
2850
|
};
|
|
2734
2851
|
|
|
2735
2852
|
const authorizations$k = [{ permissions: [active], actor: _chairman }];
|
|
2736
|
-
const actionName$k = "
|
|
2853
|
+
const actionName$k = "refreshproj";
|
|
2737
2854
|
|
|
2738
|
-
const
|
|
2855
|
+
const refreshProject = {
|
|
2739
2856
|
__proto__: null,
|
|
2740
2857
|
actionName: actionName$k,
|
|
2741
2858
|
authorizations: authorizations$k
|
|
2742
2859
|
};
|
|
2743
2860
|
|
|
2744
2861
|
const authorizations$j = [{ permissions: [active], actor: _chairman }];
|
|
2745
|
-
const actionName$j = "
|
|
2862
|
+
const actionName$j = "fundprog";
|
|
2746
2863
|
|
|
2747
|
-
const
|
|
2864
|
+
const fundProgram = {
|
|
2748
2865
|
__proto__: null,
|
|
2749
2866
|
actionName: actionName$j,
|
|
2750
2867
|
authorizations: authorizations$j
|
|
2751
2868
|
};
|
|
2752
2869
|
|
|
2753
2870
|
const authorizations$i = [{ permissions: [active], actor: _chairman }];
|
|
2754
|
-
const actionName$i = "
|
|
2871
|
+
const actionName$i = "refreshprog";
|
|
2755
2872
|
|
|
2756
|
-
const
|
|
2873
|
+
const refreshProgram = {
|
|
2757
2874
|
__proto__: null,
|
|
2758
2875
|
actionName: actionName$i,
|
|
2759
2876
|
authorizations: authorizations$i
|
|
2760
2877
|
};
|
|
2761
2878
|
|
|
2762
2879
|
const authorizations$h = [{ permissions: [active], actor: _chairman }];
|
|
2763
|
-
const actionName$h = "
|
|
2880
|
+
const actionName$h = "rfrshsegment";
|
|
2764
2881
|
|
|
2765
|
-
const
|
|
2882
|
+
const refreshSegment = {
|
|
2766
2883
|
__proto__: null,
|
|
2767
2884
|
actionName: actionName$h,
|
|
2768
2885
|
authorizations: authorizations$h
|
|
2769
2886
|
};
|
|
2770
2887
|
|
|
2888
|
+
const authorizations$g = [{ permissions: [active], actor: _chairman }];
|
|
2889
|
+
const actionName$g = "regshare";
|
|
2890
|
+
|
|
2891
|
+
const registerShare = {
|
|
2892
|
+
__proto__: null,
|
|
2893
|
+
actionName: actionName$g,
|
|
2894
|
+
authorizations: authorizations$g
|
|
2895
|
+
};
|
|
2896
|
+
|
|
2771
2897
|
const index$M = {
|
|
2772
2898
|
__proto__: null,
|
|
2899
|
+
Act1ProgramProperty: act1ProgramProperty,
|
|
2900
|
+
Act2ProgramProperty: act2ProgramProperty,
|
|
2773
2901
|
AddAuthor: addAuthor,
|
|
2774
2902
|
Allocate: allocate,
|
|
2775
|
-
|
|
2776
|
-
|
|
2777
|
-
|
|
2778
|
-
|
|
2779
|
-
|
|
2780
|
-
ApproveWithdrawProgram: approveWithdrawProgram,
|
|
2781
|
-
ApproveWithdrawProject: approveWithdrawProject,
|
|
2782
|
-
ApproveWithdrawResult: approveWithdrawResult,
|
|
2903
|
+
CalculateVotes: calcVotes,
|
|
2904
|
+
CommitApprove: commitApprove,
|
|
2905
|
+
CommitDecline: commitDecline,
|
|
2906
|
+
CompleteVoting: completeVoting,
|
|
2907
|
+
ConvertSegment: convertSegment,
|
|
2783
2908
|
CreateCommit: createCommit,
|
|
2784
|
-
|
|
2909
|
+
CreateDebt: createDebt,
|
|
2785
2910
|
CreateExpense: createExpense,
|
|
2786
|
-
|
|
2911
|
+
CreateProgramInvest: createProgramInvest,
|
|
2912
|
+
CreateProgramProperty: createProgramProperty,
|
|
2787
2913
|
CreateProject: createProject,
|
|
2788
|
-
|
|
2914
|
+
CreateProjectInvest: createInvest,
|
|
2915
|
+
CreateProjectProperty: createProjectProperty,
|
|
2916
|
+
CreateWithdrawProgram: createWithdrawProgram,
|
|
2917
|
+
CreateWithdrawProject: createWithdrawProject,
|
|
2918
|
+
Deallocate: deallocate,
|
|
2919
|
+
DeleteProject: deleteProject,
|
|
2920
|
+
ExpandExpenses: expandExpenses,
|
|
2789
2921
|
FundProgram: fundProgram,
|
|
2790
2922
|
FundProject: fundProject,
|
|
2791
|
-
|
|
2923
|
+
GetClearance: getClearance,
|
|
2924
|
+
ImportContributor: importContributor,
|
|
2925
|
+
OpenProject: openProject,
|
|
2926
|
+
PushResult: pushResult,
|
|
2792
2927
|
RefreshProgram: refreshProgram,
|
|
2793
2928
|
RefreshProject: refreshProject,
|
|
2929
|
+
RefreshSegment: refreshSegment,
|
|
2794
2930
|
RegisterContributor: registerContributor,
|
|
2795
|
-
|
|
2796
|
-
|
|
2797
|
-
|
|
2798
|
-
|
|
2799
|
-
|
|
2800
|
-
|
|
2931
|
+
RegisterShare: registerShare,
|
|
2932
|
+
ReturnUnused: returnUnused,
|
|
2933
|
+
SetConfig: setConfig,
|
|
2934
|
+
SetMaster: setMaster,
|
|
2935
|
+
SetPlan: setPlan,
|
|
2936
|
+
SignAct1: signAct1,
|
|
2937
|
+
SignAct2: signAct2,
|
|
2938
|
+
StartProject: startProject,
|
|
2939
|
+
StartVoting: startVoting,
|
|
2940
|
+
SubmitVote: submitVote
|
|
2941
|
+
};
|
|
2942
|
+
|
|
2943
|
+
const tableName$m = "appendixes";
|
|
2944
|
+
const scope$m = _coopname;
|
|
2945
|
+
|
|
2946
|
+
const appendixes = {
|
|
2947
|
+
__proto__: null,
|
|
2948
|
+
scope: scope$m,
|
|
2949
|
+
tableName: tableName$m
|
|
2950
|
+
};
|
|
2951
|
+
|
|
2952
|
+
const tableName$l = "commits";
|
|
2953
|
+
const scope$l = _coopname;
|
|
2954
|
+
|
|
2955
|
+
const commits = {
|
|
2956
|
+
__proto__: null,
|
|
2957
|
+
scope: scope$l,
|
|
2958
|
+
tableName: tableName$l
|
|
2959
|
+
};
|
|
2960
|
+
|
|
2961
|
+
const tableName$k = "contributors";
|
|
2962
|
+
const scope$k = _coopname;
|
|
2963
|
+
|
|
2964
|
+
const contributors = {
|
|
2965
|
+
__proto__: null,
|
|
2966
|
+
scope: scope$k,
|
|
2967
|
+
tableName: tableName$k
|
|
2968
|
+
};
|
|
2969
|
+
|
|
2970
|
+
const tableName$j = "debts";
|
|
2971
|
+
const scope$j = _coopname;
|
|
2972
|
+
|
|
2973
|
+
const debts = {
|
|
2974
|
+
__proto__: null,
|
|
2975
|
+
scope: scope$j,
|
|
2976
|
+
tableName: tableName$j
|
|
2801
2977
|
};
|
|
2802
2978
|
|
|
2803
|
-
const tableName$i = "
|
|
2979
|
+
const tableName$i = "expenses";
|
|
2804
2980
|
const scope$i = _coopname;
|
|
2805
2981
|
|
|
2806
|
-
const
|
|
2982
|
+
const expenses = {
|
|
2807
2983
|
__proto__: null,
|
|
2808
2984
|
scope: scope$i,
|
|
2809
2985
|
tableName: tableName$i
|
|
2810
2986
|
};
|
|
2811
2987
|
|
|
2812
|
-
const tableName$h = "
|
|
2988
|
+
const tableName$h = "invests";
|
|
2813
2989
|
const scope$h = _coopname;
|
|
2814
2990
|
|
|
2815
|
-
const
|
|
2991
|
+
const invests = {
|
|
2816
2992
|
__proto__: null,
|
|
2817
2993
|
scope: scope$h,
|
|
2818
2994
|
tableName: tableName$h
|
|
2819
2995
|
};
|
|
2820
2996
|
|
|
2821
|
-
const tableName$g = "
|
|
2997
|
+
const tableName$g = "pinvests";
|
|
2822
2998
|
const scope$g = _coopname;
|
|
2823
2999
|
|
|
2824
|
-
const
|
|
3000
|
+
const programInvests = {
|
|
2825
3001
|
__proto__: null,
|
|
2826
3002
|
scope: scope$g,
|
|
2827
3003
|
tableName: tableName$g
|
|
2828
3004
|
};
|
|
2829
3005
|
|
|
2830
|
-
const tableName$f = "
|
|
3006
|
+
const tableName$f = "pgproperties";
|
|
2831
3007
|
const scope$f = _coopname;
|
|
2832
3008
|
|
|
2833
|
-
const
|
|
3009
|
+
const programProperties = {
|
|
2834
3010
|
__proto__: null,
|
|
2835
3011
|
scope: scope$f,
|
|
2836
3012
|
tableName: tableName$f
|
|
2837
3013
|
};
|
|
2838
3014
|
|
|
2839
|
-
const tableName$e = "
|
|
3015
|
+
const tableName$e = "prgwithdraws";
|
|
2840
3016
|
const scope$e = _coopname;
|
|
2841
3017
|
|
|
2842
|
-
const
|
|
3018
|
+
const programWithdraws = {
|
|
2843
3019
|
__proto__: null,
|
|
2844
3020
|
scope: scope$e,
|
|
2845
3021
|
tableName: tableName$e
|
|
2846
3022
|
};
|
|
2847
3023
|
|
|
2848
|
-
const tableName$d = "
|
|
2849
|
-
const scope$d =
|
|
3024
|
+
const tableName$d = "projects";
|
|
3025
|
+
const scope$d = _coopname;
|
|
2850
3026
|
|
|
2851
|
-
const
|
|
3027
|
+
const projects = {
|
|
2852
3028
|
__proto__: null,
|
|
2853
3029
|
scope: scope$d,
|
|
2854
3030
|
tableName: tableName$d
|
|
2855
3031
|
};
|
|
2856
3032
|
|
|
2857
|
-
const tableName$c = "
|
|
3033
|
+
const tableName$c = "pjproperties";
|
|
2858
3034
|
const scope$c = _coopname;
|
|
2859
3035
|
|
|
2860
|
-
const
|
|
3036
|
+
const projectProperties = {
|
|
2861
3037
|
__proto__: null,
|
|
2862
3038
|
scope: scope$c,
|
|
2863
3039
|
tableName: tableName$c
|
|
2864
3040
|
};
|
|
2865
3041
|
|
|
2866
|
-
const tableName$b = "
|
|
3042
|
+
const tableName$b = "projwallets";
|
|
2867
3043
|
const scope$b = _coopname;
|
|
2868
3044
|
|
|
2869
|
-
const
|
|
3045
|
+
const projectWallets = {
|
|
2870
3046
|
__proto__: null,
|
|
2871
3047
|
scope: scope$b,
|
|
2872
3048
|
tableName: tableName$b
|
|
2873
3049
|
};
|
|
2874
3050
|
|
|
2875
|
-
const tableName$a = "
|
|
3051
|
+
const tableName$a = "prjwithdraws";
|
|
2876
3052
|
const scope$a = _coopname;
|
|
2877
3053
|
|
|
2878
|
-
const
|
|
3054
|
+
const projectWithdraws = {
|
|
2879
3055
|
__proto__: null,
|
|
2880
3056
|
scope: scope$a,
|
|
2881
3057
|
tableName: tableName$a
|
|
2882
3058
|
};
|
|
2883
3059
|
|
|
2884
|
-
const tableName$9 = "
|
|
3060
|
+
const tableName$9 = "results";
|
|
2885
3061
|
const scope$9 = _coopname;
|
|
2886
3062
|
|
|
2887
|
-
const
|
|
3063
|
+
const results = {
|
|
2888
3064
|
__proto__: null,
|
|
2889
3065
|
scope: scope$9,
|
|
2890
3066
|
tableName: tableName$9
|
|
2891
3067
|
};
|
|
2892
3068
|
|
|
2893
|
-
const tableName$8 = "
|
|
3069
|
+
const tableName$8 = "segments";
|
|
2894
3070
|
const scope$8 = _coopname;
|
|
2895
3071
|
|
|
2896
|
-
const
|
|
3072
|
+
const segments = {
|
|
2897
3073
|
__proto__: null,
|
|
2898
3074
|
scope: scope$8,
|
|
2899
3075
|
tableName: tableName$8
|
|
2900
3076
|
};
|
|
2901
3077
|
|
|
2902
|
-
const tableName$7 = "
|
|
3078
|
+
const tableName$7 = "votes";
|
|
2903
3079
|
const scope$7 = _coopname;
|
|
2904
3080
|
|
|
2905
|
-
const
|
|
3081
|
+
const votes = {
|
|
2906
3082
|
__proto__: null,
|
|
2907
3083
|
scope: scope$7,
|
|
2908
3084
|
tableName: tableName$7
|
|
2909
3085
|
};
|
|
2910
3086
|
|
|
2911
|
-
const tableName$6 = "
|
|
2912
|
-
const scope$6 =
|
|
3087
|
+
const tableName$6 = "state";
|
|
3088
|
+
const scope$6 = _capital;
|
|
2913
3089
|
|
|
2914
|
-
const
|
|
3090
|
+
const state = {
|
|
2915
3091
|
__proto__: null,
|
|
2916
3092
|
scope: scope$6,
|
|
2917
3093
|
tableName: tableName$6
|
|
@@ -2919,19 +3095,23 @@ const converts = {
|
|
|
2919
3095
|
|
|
2920
3096
|
const index$L = {
|
|
2921
3097
|
__proto__: null,
|
|
2922
|
-
|
|
3098
|
+
Appendixes: appendixes,
|
|
2923
3099
|
Commits: commits,
|
|
2924
3100
|
Contributors: contributors,
|
|
2925
|
-
|
|
2926
|
-
Creators: creators,
|
|
3101
|
+
Debts: debts,
|
|
2927
3102
|
Expenses: expenses,
|
|
2928
3103
|
Invests: invests,
|
|
3104
|
+
ProgramInvests: programInvests,
|
|
3105
|
+
ProgramProperties: programProperties,
|
|
2929
3106
|
ProgramWithdraws: programWithdraws,
|
|
3107
|
+
ProjectProperties: projectProperties,
|
|
3108
|
+
ProjectWallets: projectWallets,
|
|
2930
3109
|
ProjectWithdraws: projectWithdraws,
|
|
2931
3110
|
Projects: projects,
|
|
2932
|
-
ResultWithdraws: resultWithdraws,
|
|
2933
3111
|
Results: results,
|
|
2934
|
-
|
|
3112
|
+
Segments: segments,
|
|
3113
|
+
State: state,
|
|
3114
|
+
Votes: votes
|
|
2935
3115
|
};
|
|
2936
3116
|
|
|
2937
3117
|
const capital = {
|
|
@@ -2948,22 +3128,22 @@ const index$K = {
|
|
|
2948
3128
|
contractName: contractName$3
|
|
2949
3129
|
};
|
|
2950
3130
|
|
|
2951
|
-
const authorizations$
|
|
2952
|
-
const actionName$
|
|
3131
|
+
const authorizations$f = [{ permissions: [active, special], actor: _coopname }];
|
|
3132
|
+
const actionName$f = "createdpst";
|
|
2953
3133
|
|
|
2954
3134
|
const createDeposit = {
|
|
2955
3135
|
__proto__: null,
|
|
2956
|
-
actionName: actionName$
|
|
2957
|
-
authorizations: authorizations$
|
|
3136
|
+
actionName: actionName$f,
|
|
3137
|
+
authorizations: authorizations$f
|
|
2958
3138
|
};
|
|
2959
3139
|
|
|
2960
|
-
const authorizations$
|
|
2961
|
-
const actionName$
|
|
3140
|
+
const authorizations$e = [{ permissions: [active], actor: _username }];
|
|
3141
|
+
const actionName$e = "createwthd";
|
|
2962
3142
|
|
|
2963
3143
|
const createWithdraw = {
|
|
2964
3144
|
__proto__: null,
|
|
2965
|
-
actionName: actionName$
|
|
2966
|
-
authorizations: authorizations$
|
|
3145
|
+
actionName: actionName$e,
|
|
3146
|
+
authorizations: authorizations$e
|
|
2967
3147
|
};
|
|
2968
3148
|
|
|
2969
3149
|
const index$J = {
|
|
@@ -3010,28 +3190,19 @@ const index$H = {
|
|
|
3010
3190
|
contractName: contractName$2
|
|
3011
3191
|
};
|
|
3012
3192
|
|
|
3013
|
-
const authorizations$e = [{ permissions: [active], actor: _contract }];
|
|
3014
|
-
const actionName$e = "add";
|
|
3015
|
-
|
|
3016
|
-
const add = {
|
|
3017
|
-
__proto__: null,
|
|
3018
|
-
actionName: actionName$e,
|
|
3019
|
-
authorizations: authorizations$e
|
|
3020
|
-
};
|
|
3021
|
-
|
|
3022
3193
|
const authorizations$d = [{ permissions: [active], actor: _contract }];
|
|
3023
|
-
const actionName$d = "
|
|
3194
|
+
const actionName$d = "debet";
|
|
3024
3195
|
|
|
3025
|
-
const
|
|
3196
|
+
const debet = {
|
|
3026
3197
|
__proto__: null,
|
|
3027
3198
|
actionName: actionName$d,
|
|
3028
3199
|
authorizations: authorizations$d
|
|
3029
3200
|
};
|
|
3030
3201
|
|
|
3031
3202
|
const authorizations$c = [{ permissions: [active], actor: _contract }];
|
|
3032
|
-
const actionName$c = "
|
|
3203
|
+
const actionName$c = "credit";
|
|
3033
3204
|
|
|
3034
|
-
const
|
|
3205
|
+
const credit = {
|
|
3035
3206
|
__proto__: null,
|
|
3036
3207
|
actionName: actionName$c,
|
|
3037
3208
|
authorizations: authorizations$c
|
|
@@ -3084,11 +3255,10 @@ const create = {
|
|
|
3084
3255
|
|
|
3085
3256
|
const index$G = {
|
|
3086
3257
|
__proto__: null,
|
|
3087
|
-
Add:
|
|
3258
|
+
Add: debet,
|
|
3088
3259
|
Block: block,
|
|
3089
3260
|
Create: create,
|
|
3090
|
-
Sub:
|
|
3091
|
-
Transfer: transfer,
|
|
3261
|
+
Sub: credit,
|
|
3092
3262
|
Unblock: unblock,
|
|
3093
3263
|
Writeoff: writeoff,
|
|
3094
3264
|
WriteoffCnsl: writeoffCnsl
|