cooptypes 2026.4.27-2 → 2026.4.30

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 CHANGED
@@ -10,7 +10,7 @@ const _contract = "_contract";
10
10
  const _system$1 = "_system";
11
11
  const _provider = "_provider";
12
12
 
13
- const index$1_ = {
13
+ const index$21 = {
14
14
  __proto__: null,
15
15
  _admin: _admin,
16
16
  _chairman: _chairman,
@@ -83,9 +83,14 @@ const _ledger = {
83
83
  production: "ledger",
84
84
  testnet: "ledger"
85
85
  };
86
+ const _apps = {
87
+ production: "apps",
88
+ testnet: "apps"
89
+ };
86
90
 
87
- const index$1Z = {
91
+ const index$20 = {
88
92
  __proto__: null,
93
+ _apps: _apps,
89
94
  _branch: _branch,
90
95
  _capital: _capital,
91
96
  _draft: _draft,
@@ -110,75 +115,75 @@ const special = {
110
115
  action: "actionName"
111
116
  };
112
117
 
113
- const index$1Y = {
118
+ const index$1$ = {
114
119
  __proto__: null,
115
120
  active: active,
116
121
  owner: owner,
117
122
  special: special
118
123
  };
119
124
 
120
- const index$1X = {
125
+ const index$1_ = {
121
126
  __proto__: null,
122
- Actors: index$1_,
123
- ContractNames: index$1Z,
124
- Permissions: index$1Y
127
+ Actors: index$21,
128
+ ContractNames: index$20,
129
+ Permissions: index$1$
125
130
  };
126
131
 
127
- const authorizations$3r = [{ permissions: [active], actor: _system }];
128
- const actionName$3r = "createdraft";
132
+ const authorizations$3C = [{ permissions: [active], actor: _system }];
133
+ const actionName$3C = "createdraft";
129
134
 
130
135
  const createDraft = {
131
136
  __proto__: null,
132
- actionName: actionName$3r,
133
- authorizations: authorizations$3r
137
+ actionName: actionName$3C,
138
+ authorizations: authorizations$3C
134
139
  };
135
140
 
136
- const authorizations$3q = [{ permissions: [active], actor: _system }];
137
- const actionName$3q = "editdraft";
141
+ const authorizations$3B = [{ permissions: [active], actor: _system }];
142
+ const actionName$3B = "editdraft";
138
143
 
139
144
  const editDraft = {
140
145
  __proto__: null,
141
- actionName: actionName$3q,
142
- authorizations: authorizations$3q
146
+ actionName: actionName$3B,
147
+ authorizations: authorizations$3B
143
148
  };
144
149
 
145
- const authorizations$3p = [{ permissions: [active], actor: _system }];
146
- const actionName$3p = "deldraft";
150
+ const authorizations$3A = [{ permissions: [active], actor: _system }];
151
+ const actionName$3A = "deldraft";
147
152
 
148
153
  const deleteDraft = {
149
154
  __proto__: null,
150
- actionName: actionName$3p,
151
- authorizations: authorizations$3p
155
+ actionName: actionName$3A,
156
+ authorizations: authorizations$3A
152
157
  };
153
158
 
154
- const authorizations$3o = [{ permissions: [active], actor: _system }];
155
- const actionName$3o = "createtrans";
159
+ const authorizations$3z = [{ permissions: [active], actor: _system }];
160
+ const actionName$3z = "createtrans";
156
161
 
157
162
  const createTranslation = {
158
163
  __proto__: null,
159
- actionName: actionName$3o,
160
- authorizations: authorizations$3o
164
+ actionName: actionName$3z,
165
+ authorizations: authorizations$3z
161
166
  };
162
167
 
163
- const authorizations$3n = [{ permissions: [active], actor: _system }];
164
- const actionName$3n = "edittrans";
168
+ const authorizations$3y = [{ permissions: [active], actor: _system }];
169
+ const actionName$3y = "edittrans";
165
170
 
166
171
  const editTranslation = {
167
172
  __proto__: null,
168
- actionName: actionName$3n,
169
- authorizations: authorizations$3n
173
+ actionName: actionName$3y,
174
+ authorizations: authorizations$3y
170
175
  };
171
176
 
172
- const authorizations$3m = [{ permissions: [active], actor: _draft }];
173
- const actionName$3m = "newid";
177
+ const authorizations$3x = [{ permissions: [active], actor: _draft }];
178
+ const actionName$3x = "newid";
174
179
 
175
180
  const newId = {
176
181
  __proto__: null,
177
- actionName: actionName$3m,
178
- authorizations: authorizations$3m
182
+ actionName: actionName$3x,
183
+ authorizations: authorizations$3x
179
184
  };
180
185
 
181
- const index$1W = {
186
+ const index$1Z = {
182
187
  __proto__: null,
183
188
  CreateDraft: createDraft,
184
189
  CreateTranslation: createTranslation,
@@ -188,25 +193,25 @@ const index$1W = {
188
193
  newId: newId
189
194
  };
190
195
 
191
- const tableName$13 = "drafts";
192
- const scope$13 = _contract;
196
+ const tableName$17 = "drafts";
197
+ const scope$17 = _contract;
193
198
 
194
199
  const drafts = {
195
200
  __proto__: null,
196
- scope: scope$13,
197
- tableName: tableName$13
201
+ scope: scope$17,
202
+ tableName: tableName$17
198
203
  };
199
204
 
200
- const tableName$12 = "translations";
201
- const scope$12 = _contract;
205
+ const tableName$16 = "translations";
206
+ const scope$16 = _contract;
202
207
 
203
208
  const translations$X = {
204
209
  __proto__: null,
205
- scope: scope$12,
206
- tableName: tableName$12
210
+ scope: scope$16,
211
+ tableName: tableName$16
207
212
  };
208
213
 
209
- const index$1V = {
214
+ const index$1Y = {
210
215
  __proto__: null,
211
216
  Drafts: drafts,
212
217
  Translations: translations$X
@@ -216,62 +221,62 @@ const draft = {
216
221
  __proto__: null
217
222
  };
218
223
 
219
- const contractName$e = _draft;
224
+ const contractName$f = _draft;
220
225
 
221
- const index$1U = {
226
+ const index$1X = {
222
227
  __proto__: null,
223
- Actions: index$1W,
228
+ Actions: index$1Z,
224
229
  Interfaces: draft,
225
- Tables: index$1V,
226
- contractName: contractName$e
230
+ Tables: index$1Y,
231
+ contractName: contractName$f
227
232
  };
228
233
 
229
- const authorizations$3l = [{ permissions: [active], actor: _trustee }];
230
- const actionName$3l = "addtrusted";
234
+ const authorizations$3w = [{ permissions: [active], actor: _trustee }];
235
+ const actionName$3w = "addtrusted";
231
236
 
232
237
  const addTrusted = {
233
238
  __proto__: null,
234
- actionName: actionName$3l,
235
- authorizations: authorizations$3l
239
+ actionName: actionName$3w,
240
+ authorizations: authorizations$3w
236
241
  };
237
242
 
238
- const authorizations$3k = [{ permissions: [active], actor: _chairman }];
239
- const actionName$3k = "createbranch";
243
+ const authorizations$3v = [{ permissions: [active], actor: _chairman }];
244
+ const actionName$3v = "createbranch";
240
245
 
241
246
  const createBranch = {
242
247
  __proto__: null,
243
- actionName: actionName$3k,
244
- authorizations: authorizations$3k
248
+ actionName: actionName$3v,
249
+ authorizations: authorizations$3v
245
250
  };
246
251
 
247
- const authorizations$3j = [{ permissions: [active], actor: _chairman }];
248
- const actionName$3j = "deletebranch";
252
+ const authorizations$3u = [{ permissions: [active], actor: _chairman }];
253
+ const actionName$3u = "deletebranch";
249
254
 
250
255
  const deleteBranch = {
251
256
  __proto__: null,
252
- actionName: actionName$3j,
253
- authorizations: authorizations$3j
257
+ actionName: actionName$3u,
258
+ authorizations: authorizations$3u
254
259
  };
255
260
 
256
- const authorizations$3i = [{ permissions: [active], actor: _trustee }];
257
- const actionName$3i = "deltrusted";
261
+ const authorizations$3t = [{ permissions: [active], actor: _trustee }];
262
+ const actionName$3t = "deltrusted";
258
263
 
259
264
  const deleteTrusted = {
260
265
  __proto__: null,
261
- actionName: actionName$3i,
262
- authorizations: authorizations$3i
266
+ actionName: actionName$3t,
267
+ authorizations: authorizations$3t
263
268
  };
264
269
 
265
- const authorizations$3h = [{ permissions: [active], actor: _chairman }];
266
- const actionName$3h = "editbranch";
270
+ const authorizations$3s = [{ permissions: [active], actor: _chairman }];
271
+ const actionName$3s = "editbranch";
267
272
 
268
273
  const editBranch = {
269
274
  __proto__: null,
270
- actionName: actionName$3h,
271
- authorizations: authorizations$3h
275
+ actionName: actionName$3s,
276
+ authorizations: authorizations$3s
272
277
  };
273
278
 
274
- const index$1T = {
279
+ const index$1W = {
275
280
  __proto__: null,
276
281
  AddTrusted: addTrusted,
277
282
  CreateBranch: createBranch,
@@ -280,25 +285,25 @@ const index$1T = {
280
285
  EditBranch: editBranch
281
286
  };
282
287
 
283
- const tableName$11 = "branches";
284
- const scope$11 = _coopname;
288
+ const tableName$15 = "branches";
289
+ const scope$15 = _coopname;
285
290
 
286
291
  const branches = {
287
292
  __proto__: null,
288
- scope: scope$11,
289
- tableName: tableName$11
293
+ scope: scope$15,
294
+ tableName: tableName$15
290
295
  };
291
296
 
292
- const tableName$10 = "branchstat";
293
- const scope$10 = _contract;
297
+ const tableName$14 = "branchstat";
298
+ const scope$14 = _contract;
294
299
 
295
300
  const branchStat = {
296
301
  __proto__: null,
297
- scope: scope$10,
298
- tableName: tableName$10
302
+ scope: scope$14,
303
+ tableName: tableName$14
299
304
  };
300
305
 
301
- const index$1S = {
306
+ const index$1V = {
302
307
  __proto__: null,
303
308
  BranchStat: branchStat,
304
309
  Branches: branches
@@ -308,156 +313,156 @@ const branch = {
308
313
  __proto__: null
309
314
  };
310
315
 
311
- const contractName$d = _branch;
316
+ const contractName$e = _branch;
312
317
 
313
- const index$1R = {
318
+ const index$1U = {
314
319
  __proto__: null,
315
- Actions: index$1T,
320
+ Actions: index$1W,
316
321
  Interfaces: branch,
317
- Tables: index$1S,
318
- contractName: contractName$d
322
+ Tables: index$1V,
323
+ contractName: contractName$e
319
324
  };
320
325
 
321
- const authorizations$3g = [{ permissions: [active], actor: _fund }];
322
- const actionName$3g = "addaccum";
326
+ const authorizations$3r = [{ permissions: [active], actor: _fund }];
327
+ const actionName$3r = "addaccum";
323
328
 
324
329
  const addAccumulation = {
325
330
  __proto__: null,
326
- actionName: actionName$3g,
327
- authorizations: authorizations$3g
331
+ actionName: actionName$3r,
332
+ authorizations: authorizations$3r
328
333
  };
329
334
 
330
- const authorizations$3f = [{ permissions: [active], actor: _fund }];
331
- const actionName$3f = "subaccum";
335
+ const authorizations$3q = [{ permissions: [active], actor: _fund }];
336
+ const actionName$3q = "subaccum";
332
337
 
333
338
  const subAccumulation = {
334
339
  __proto__: null,
335
- actionName: actionName$3f,
336
- authorizations: authorizations$3f
340
+ actionName: actionName$3q,
341
+ authorizations: authorizations$3q
337
342
  };
338
343
 
339
- const authorizations$3e = [{ permissions: [active], actor: _gateway }];
340
- const actionName$3e = "addcirculate";
344
+ const authorizations$3p = [{ permissions: [active], actor: _gateway }];
345
+ const actionName$3p = "addcirculate";
341
346
 
342
347
  const addCirculation = {
343
348
  __proto__: null,
344
- actionName: actionName$3e,
345
- authorizations: authorizations$3e
349
+ actionName: actionName$3p,
350
+ authorizations: authorizations$3p
346
351
  };
347
352
 
348
- const authorizations$3d = [{ permissions: [active], actor: _fund }];
349
- const actionName$3d = "addexpense";
353
+ const authorizations$3o = [{ permissions: [active], actor: _fund }];
354
+ const actionName$3o = "addexpense";
350
355
 
351
356
  const addExpense = {
352
357
  __proto__: null,
353
- actionName: actionName$3d,
354
- authorizations: authorizations$3d
358
+ actionName: actionName$3o,
359
+ authorizations: authorizations$3o
355
360
  };
356
361
 
357
- const authorizations$3c = [{ permissions: [active], actor: _soviet }];
358
- const actionName$3c = "authorize";
362
+ const authorizations$3n = [{ permissions: [active], actor: _soviet }];
363
+ const actionName$3n = "authorize";
359
364
 
360
365
  const authorizeWithdraw = {
361
366
  __proto__: null,
362
- actionName: actionName$3c,
363
- authorizations: authorizations$3c
367
+ actionName: actionName$3n,
368
+ authorizations: authorizations$3n
364
369
  };
365
370
 
366
- const authorizations$3b = [{ permissions: [active, special], actor: _admin }];
367
- const actionName$3b = "complete";
371
+ const authorizations$3m = [{ permissions: [active, special], actor: _admin }];
372
+ const actionName$3m = "complete";
368
373
 
369
374
  const completeWithdraw = {
370
375
  __proto__: null,
371
- actionName: actionName$3b,
372
- authorizations: authorizations$3b
376
+ actionName: actionName$3m,
377
+ authorizations: authorizations$3m
373
378
  };
374
379
 
375
- const authorizations$3a = [{ permissions: [active], actor: _fund }];
376
- const actionName$3a = "newfund";
380
+ const authorizations$3l = [{ permissions: [active], actor: _fund }];
381
+ const actionName$3l = "newfund";
377
382
 
378
383
  const newFund = {
379
384
  __proto__: null,
380
- actionName: actionName$3a,
381
- authorizations: authorizations$3a
385
+ actionName: actionName$3l,
386
+ authorizations: authorizations$3l
382
387
  };
383
388
 
384
- const authorizations$39 = [{ permissions: [active], actor: _chairman }];
385
- const actionName$39 = "createfund";
389
+ const authorizations$3k = [{ permissions: [active], actor: _chairman }];
390
+ const actionName$3k = "createfund";
386
391
 
387
392
  const createFund = {
388
393
  __proto__: null,
389
- actionName: actionName$39,
390
- authorizations: authorizations$39
394
+ actionName: actionName$3k,
395
+ authorizations: authorizations$3k
391
396
  };
392
397
 
393
- const authorizations$38 = [{ permissions: [active], actor: _chairman }];
394
- const actionName$38 = "delfund";
398
+ const authorizations$3j = [{ permissions: [active], actor: _chairman }];
399
+ const actionName$3j = "delfund";
395
400
 
396
401
  const deleteFund = {
397
402
  __proto__: null,
398
- actionName: actionName$38,
399
- authorizations: authorizations$38
403
+ actionName: actionName$3j,
404
+ authorizations: authorizations$3j
400
405
  };
401
406
 
402
- const authorizations$37 = [{ permissions: [active], actor: _chairman }];
403
- const actionName$37 = "editfund";
407
+ const authorizations$3i = [{ permissions: [active], actor: _chairman }];
408
+ const actionName$3i = "editfund";
404
409
 
405
410
  const editFund = {
406
411
  __proto__: null,
407
- actionName: actionName$37,
408
- authorizations: authorizations$37
412
+ actionName: actionName$3i,
413
+ authorizations: authorizations$3i
409
414
  };
410
415
 
411
- const authorizations$36 = [
416
+ const authorizations$3h = [
412
417
  { permissions: [active], actor: _username },
413
418
  { permissions: [active, special], actor: _admin },
414
419
  { permissions: [active], actor: _contract }
415
420
  ];
416
- const actionName$36 = "fundwithdraw";
421
+ const actionName$3h = "fundwithdraw";
417
422
 
418
423
  const createWithdraw$1 = {
419
424
  __proto__: null,
420
- actionName: actionName$36,
421
- authorizations: authorizations$36
425
+ actionName: actionName$3h,
426
+ authorizations: authorizations$3h
422
427
  };
423
428
 
424
- const authorizations$35 = [{ permissions: [active], actor: _soviet }];
425
- const actionName$35 = "init";
429
+ const authorizations$3g = [{ permissions: [active], actor: _soviet }];
430
+ const actionName$3g = "init";
426
431
 
427
432
  const init$3 = {
428
433
  __proto__: null,
429
- actionName: actionName$35,
430
- authorizations: authorizations$35
434
+ actionName: actionName$3g,
435
+ authorizations: authorizations$3g
431
436
  };
432
437
 
433
- const authorizations$34 = [{ permissions: [active], actor: _fund }];
434
- const actionName$34 = "newwithdraw";
438
+ const authorizations$3f = [{ permissions: [active], actor: _fund }];
439
+ const actionName$3f = "newwithdraw";
435
440
 
436
441
  const newWithdraw = {
437
442
  __proto__: null,
438
- actionName: actionName$34,
439
- authorizations: authorizations$34
443
+ actionName: actionName$3f,
444
+ authorizations: authorizations$3f
440
445
  };
441
446
 
442
- const authorizations$33 = [{ permissions: [active], actor: _marketplace }, { permissions: [active], actor: _gateway }];
443
- const actionName$33 = "spreadamount";
447
+ const authorizations$3e = [{ permissions: [active], actor: _marketplace }, { permissions: [active], actor: _gateway }];
448
+ const actionName$3e = "spreadamount";
444
449
 
445
450
  const spreadAmount = {
446
451
  __proto__: null,
447
- actionName: actionName$33,
448
- authorizations: authorizations$33
452
+ actionName: actionName$3e,
453
+ authorizations: authorizations$3e
449
454
  };
450
455
 
451
- const authorizations$32 = [{ permissions: [active], actor: _gateway }];
452
- const actionName$32 = "subcirculate";
456
+ const authorizations$3d = [{ permissions: [active], actor: _gateway }];
457
+ const actionName$3d = "subcirculate";
453
458
 
454
459
  const subCirculation = {
455
460
  __proto__: null,
456
- actionName: actionName$32,
457
- authorizations: authorizations$32
461
+ actionName: actionName$3d,
462
+ authorizations: authorizations$3d
458
463
  };
459
464
 
460
- const index$1Q = {
465
+ const index$1T = {
461
466
  __proto__: null,
462
467
  AddAccumulation: addAccumulation,
463
468
  AddCirculation: addCirculation,
@@ -476,43 +481,43 @@ const index$1Q = {
476
481
  SubCirculation: subCirculation
477
482
  };
478
483
 
479
- const tableName$$ = "accfunds";
480
- const scope$$ = _fund;
484
+ const tableName$13 = "accfunds";
485
+ const scope$13 = _fund;
481
486
 
482
487
  const accumulationFunds = {
483
488
  __proto__: null,
484
- scope: scope$$,
485
- tableName: tableName$$
489
+ scope: scope$13,
490
+ tableName: tableName$13
486
491
  };
487
492
 
488
- const tableName$_ = "expfunds";
489
- const scope$_ = _fund;
493
+ const tableName$12 = "expfunds";
494
+ const scope$12 = _fund;
490
495
 
491
496
  const expenseFunds = {
492
497
  __proto__: null,
493
- scope: scope$_,
494
- tableName: tableName$_
498
+ scope: scope$12,
499
+ tableName: tableName$12
495
500
  };
496
501
 
497
- const tableName$Z = "coopwallet";
498
- const scope$Z = _fund;
502
+ const tableName$11 = "coopwallet";
503
+ const scope$11 = _fund;
499
504
 
500
505
  const coopWallet = {
501
506
  __proto__: null,
502
- scope: scope$Z,
503
- tableName: tableName$Z
507
+ scope: scope$11,
508
+ tableName: tableName$11
504
509
  };
505
510
 
506
- const tableName$Y = "fwithdraws";
507
- const scope$Y = _fund;
511
+ const tableName$10 = "fwithdraws";
512
+ const scope$10 = _fund;
508
513
 
509
514
  const fundWithdraws = {
510
515
  __proto__: null,
511
- scope: scope$Y,
512
- tableName: tableName$Y
516
+ scope: scope$10,
517
+ tableName: tableName$10
513
518
  };
514
519
 
515
- const index$1P = {
520
+ const index$1S = {
516
521
  __proto__: null,
517
522
  AccumulatedFunds: accumulationFunds,
518
523
  CoopWallet: coopWallet,
@@ -524,71 +529,71 @@ const fund = {
524
529
  __proto__: null
525
530
  };
526
531
 
527
- const contractName$c = _fund;
532
+ const contractName$d = _fund;
528
533
 
529
- const index$1O = {
534
+ const index$1R = {
530
535
  __proto__: null,
531
- Actions: index$1Q,
536
+ Actions: index$1T,
532
537
  Interfaces: fund,
533
- Tables: index$1P,
534
- contractName: contractName$c
538
+ Tables: index$1S,
539
+ contractName: contractName$d
535
540
  };
536
541
 
537
- const authorizations$31 = [{ permissions: [active, special], actor: _coopname }];
538
- const actionName$31 = "createincome";
542
+ const authorizations$3c = [{ permissions: [active, special], actor: _coopname }];
543
+ const actionName$3c = "createincome";
539
544
 
540
545
  const createIncome = {
541
546
  __proto__: null,
542
- actionName: actionName$31,
543
- authorizations: authorizations$31
547
+ actionName: actionName$3c,
548
+ authorizations: authorizations$3c
544
549
  };
545
550
 
546
- const authorizations$30 = [{ permissions: [active, special], actor: _admin }];
547
- const actionName$30 = "incomplete";
551
+ const authorizations$3b = [{ permissions: [active, special], actor: _admin }];
552
+ const actionName$3b = "incomplete";
548
553
 
549
554
  const completeIncome = {
550
555
  __proto__: null,
551
- actionName: actionName$30,
552
- authorizations: authorizations$30
556
+ actionName: actionName$3b,
557
+ authorizations: authorizations$3b
553
558
  };
554
559
 
555
- const authorizations$2$ = [{ permissions: [active, special], actor: _admin }];
556
- const actionName$2$ = "indecline";
560
+ const authorizations$3a = [{ permissions: [active, special], actor: _admin }];
561
+ const actionName$3a = "indecline";
557
562
 
558
563
  const declineIncome = {
559
564
  __proto__: null,
560
- actionName: actionName$2$,
561
- authorizations: authorizations$2$
565
+ actionName: actionName$3a,
566
+ authorizations: authorizations$3a
562
567
  };
563
568
 
564
- const authorizations$2_ = [{ permissions: [active], actor: _username }];
565
- const actionName$2_ = "createoutpay";
569
+ const authorizations$39 = [{ permissions: [active], actor: _username }];
570
+ const actionName$39 = "createoutpay";
566
571
 
567
572
  const createOutcome = {
568
573
  __proto__: null,
569
- actionName: actionName$2_,
570
- authorizations: authorizations$2_
574
+ actionName: actionName$39,
575
+ authorizations: authorizations$39
571
576
  };
572
577
 
573
- const authorizations$2Z = [{ permissions: [active, special], actor: _admin }];
574
- const actionName$2Z = "outcomplete";
578
+ const authorizations$38 = [{ permissions: [active, special], actor: _admin }];
579
+ const actionName$38 = "outcomplete";
575
580
 
576
581
  const completeOutcome = {
577
582
  __proto__: null,
578
- actionName: actionName$2Z,
579
- authorizations: authorizations$2Z
583
+ actionName: actionName$38,
584
+ authorizations: authorizations$38
580
585
  };
581
586
 
582
- const authorizations$2Y = [{ permissions: [active, special], actor: _admin }];
583
- const actionName$2Y = "outdecline";
587
+ const authorizations$37 = [{ permissions: [active, special], actor: _admin }];
588
+ const actionName$37 = "outdecline";
584
589
 
585
590
  const declineOutcome = {
586
591
  __proto__: null,
587
- actionName: actionName$2Y,
588
- authorizations: authorizations$2Y
592
+ actionName: actionName$37,
593
+ authorizations: authorizations$37
589
594
  };
590
595
 
591
- const index$1N = {
596
+ const index$1Q = {
592
597
  __proto__: null,
593
598
  CompleteIncome: completeIncome,
594
599
  CompleteOutcome: completeOutcome,
@@ -598,25 +603,25 @@ const index$1N = {
598
603
  DeclineOutcome: declineOutcome
599
604
  };
600
605
 
601
- const tableName$X = "incomes";
602
- const scope$X = _gateway;
606
+ const tableName$$ = "incomes";
607
+ const scope$$ = _gateway;
603
608
 
604
609
  const incomes = {
605
610
  __proto__: null,
606
- scope: scope$X,
607
- tableName: tableName$X
611
+ scope: scope$$,
612
+ tableName: tableName$$
608
613
  };
609
614
 
610
- const tableName$W = "outcomes";
611
- const scope$W = _gateway;
615
+ const tableName$_ = "outcomes";
616
+ const scope$_ = _gateway;
612
617
 
613
618
  const outcomes = {
614
619
  __proto__: null,
615
- scope: scope$W,
616
- tableName: tableName$W
620
+ scope: scope$_,
621
+ tableName: tableName$_
617
622
  };
618
623
 
619
- const index$1M = {
624
+ const index$1P = {
620
625
  __proto__: null,
621
626
  Incomes: incomes,
622
627
  Outcomes: outcomes
@@ -626,134 +631,134 @@ const gateway = {
626
631
  __proto__: null
627
632
  };
628
633
 
629
- const contractName$b = _gateway;
634
+ const contractName$c = _gateway;
630
635
 
631
- const index$1L = {
636
+ const index$1O = {
632
637
  __proto__: null,
633
- Actions: index$1N,
638
+ Actions: index$1Q,
634
639
  Interfaces: gateway,
635
- Tables: index$1M,
636
- contractName: contractName$b
640
+ Tables: index$1P,
641
+ contractName: contractName$c
637
642
  };
638
643
 
639
- const authorizations$2X = [{ permissions: [active], actor: _system }];
640
- const actionName$2X = "verificate";
644
+ const authorizations$36 = [{ permissions: [active], actor: _system }];
645
+ const actionName$36 = "verificate";
641
646
 
642
647
  const verificateAccount = {
643
648
  __proto__: null,
644
- actionName: actionName$2X,
645
- authorizations: authorizations$2X
649
+ actionName: actionName$36,
650
+ authorizations: authorizations$36
646
651
  };
647
652
 
648
- const authorizations$2W = [{ permissions: [active], actor: _username }];
649
- const actionName$2W = "updateaccnt";
653
+ const authorizations$35 = [{ permissions: [active], actor: _username }];
654
+ const actionName$35 = "updateaccnt";
650
655
 
651
656
  const updateAccount = {
652
657
  __proto__: null,
653
- actionName: actionName$2W,
654
- authorizations: authorizations$2W
658
+ actionName: actionName$35,
659
+ authorizations: authorizations$35
655
660
  };
656
661
 
657
- const authorizations$2V = [{ permissions: [active], actor: _username }];
658
- const actionName$2V = "updatecoop";
662
+ const authorizations$34 = [{ permissions: [active], actor: _username }];
663
+ const actionName$34 = "updatecoop";
659
664
 
660
665
  const updateCoop = {
661
666
  __proto__: null,
662
- actionName: actionName$2V,
663
- authorizations: authorizations$2V
667
+ actionName: actionName$34,
668
+ authorizations: authorizations$34
664
669
  };
665
670
 
666
- const authorizations$2U = [{ permissions: [active, special], actor: _admin }];
667
- const actionName$2U = "newaccount";
671
+ const authorizations$33 = [{ permissions: [active, special], actor: _admin }];
672
+ const actionName$33 = "newaccount";
668
673
 
669
674
  const createAccount$1 = {
670
675
  __proto__: null,
671
- actionName: actionName$2U,
672
- authorizations: authorizations$2U
676
+ actionName: actionName$33,
677
+ authorizations: authorizations$33
673
678
  };
674
679
 
675
- const authorizations$2T = [{ permissions: [active, special], actor: _admin }];
676
- const actionName$2T = "reguser";
680
+ const authorizations$32 = [{ permissions: [active, special], actor: _admin }];
681
+ const actionName$32 = "reguser";
677
682
 
678
683
  const registerUser = {
679
684
  __proto__: null,
680
- actionName: actionName$2T,
681
- authorizations: authorizations$2T
685
+ actionName: actionName$32,
686
+ authorizations: authorizations$32
682
687
  };
683
688
 
684
- const authorizations$2S = [{ permissions: [active, special], actor: _admin }];
685
- const actionName$2S = "regcoop";
689
+ const authorizations$31 = [{ permissions: [active, special], actor: _admin }];
690
+ const actionName$31 = "regcoop";
686
691
 
687
692
  const registerCooperative = {
688
693
  __proto__: null,
689
- actionName: actionName$2S,
690
- authorizations: authorizations$2S
694
+ actionName: actionName$31,
695
+ authorizations: authorizations$31
691
696
  };
692
697
 
693
- const authorizations$2R = [{ permissions: [active], actor: _system }];
694
- const actionName$2R = "changekey";
698
+ const authorizations$30 = [{ permissions: [active], actor: _system }];
699
+ const actionName$30 = "changekey";
695
700
 
696
701
  const changeKey = {
697
702
  __proto__: null,
698
- actionName: actionName$2R,
699
- authorizations: authorizations$2R
703
+ actionName: actionName$30,
704
+ authorizations: authorizations$30
700
705
  };
701
706
 
702
- const authorizations$2Q = [{ permissions: [active], actor: _system }];
703
- const actionName$2Q = "init";
707
+ const authorizations$2$ = [{ permissions: [active], actor: _system }];
708
+ const actionName$2$ = "init";
704
709
 
705
710
  const init$2 = {
706
711
  __proto__: null,
707
- actionName: actionName$2Q,
708
- authorizations: authorizations$2Q
712
+ actionName: actionName$2$,
713
+ authorizations: authorizations$2$
709
714
  };
710
715
 
711
- const authorizations$2P = [{ permissions: [active, special], actor: _admin }];
712
- const actionName$2P = "adduser";
716
+ const authorizations$2_ = [{ permissions: [active, special], actor: _admin }];
717
+ const actionName$2_ = "adduser";
713
718
 
714
719
  const addUser = {
715
720
  __proto__: null,
716
- actionName: actionName$2P,
717
- authorizations: authorizations$2P
721
+ actionName: actionName$2_,
722
+ authorizations: authorizations$2_
718
723
  };
719
724
 
720
- const authorizations$2O = [{ permissions: [active, special], actor: _admin }];
721
- const actionName$2O = "stcoopstatus";
725
+ const authorizations$2Z = [{ permissions: [active, special], actor: _admin }];
726
+ const actionName$2Z = "stcoopstatus";
722
727
 
723
728
  const setCoopStatus = {
724
729
  __proto__: null,
725
- actionName: actionName$2O,
726
- authorizations: authorizations$2O
730
+ actionName: actionName$2Z,
731
+ authorizations: authorizations$2Z
727
732
  };
728
733
 
729
- const authorizations$2N = [{ permissions: [active, special], actor: _admin }];
730
- const actionName$2N = "delcoop";
734
+ const authorizations$2Y = [{ permissions: [active, special], actor: _admin }];
735
+ const actionName$2Y = "delcoop";
731
736
 
732
737
  const deleteCooperative = {
733
738
  __proto__: null,
734
- actionName: actionName$2N,
735
- authorizations: authorizations$2N
739
+ actionName: actionName$2Y,
740
+ authorizations: authorizations$2Y
736
741
  };
737
742
 
738
- const authorizations$2M = [{ permissions: [active], actor: _coopname }];
739
- const actionName$2M = "enabranches";
743
+ const authorizations$2X = [{ permissions: [active], actor: _coopname }];
744
+ const actionName$2X = "enabranches";
740
745
 
741
746
  const enableBranches = {
742
747
  __proto__: null,
743
- actionName: actionName$2M,
744
- authorizations: authorizations$2M
748
+ actionName: actionName$2X,
749
+ authorizations: authorizations$2X
745
750
  };
746
751
 
747
- const authorizations$2L = [{ permissions: [active], actor: _coopname }];
748
- const actionName$2L = "disbranches";
752
+ const authorizations$2W = [{ permissions: [active], actor: _coopname }];
753
+ const actionName$2W = "disbranches";
749
754
 
750
755
  const disableBranches = {
751
756
  __proto__: null,
752
- actionName: actionName$2L,
753
- authorizations: authorizations$2L
757
+ actionName: actionName$2W,
758
+ authorizations: authorizations$2W
754
759
  };
755
760
 
756
- const index$1K = {
761
+ const index$1N = {
757
762
  __proto__: null,
758
763
  AddUser: addUser,
759
764
  ChangeKey: changeKey,
@@ -770,25 +775,25 @@ const index$1K = {
770
775
  VerificateAccount: verificateAccount
771
776
  };
772
777
 
773
- const tableName$V = "accounts";
774
- const scope$V = _registrator;
778
+ const tableName$Z = "accounts";
779
+ const scope$Z = _registrator;
775
780
 
776
781
  const accounts = {
777
782
  __proto__: null,
778
- scope: scope$V,
779
- tableName: tableName$V
783
+ scope: scope$Z,
784
+ tableName: tableName$Z
780
785
  };
781
786
 
782
- const tableName$U = "coops";
783
- const scope$U = _registrator;
787
+ const tableName$Y = "coops";
788
+ const scope$Y = _registrator;
784
789
 
785
790
  const cooperatives = {
786
791
  __proto__: null,
787
- scope: scope$U,
788
- tableName: tableName$U
792
+ scope: scope$Y,
793
+ tableName: tableName$Y
789
794
  };
790
795
 
791
- const index$1J = {
796
+ const index$1M = {
792
797
  __proto__: null,
793
798
  Accounts: accounts,
794
799
  Cooperatives: cooperatives
@@ -798,71 +803,71 @@ const registrator = {
798
803
  __proto__: null
799
804
  };
800
805
 
801
- const contractName$a = _registrator;
806
+ const contractName$b = _registrator;
802
807
 
803
- const index$1I = {
808
+ const index$1L = {
804
809
  __proto__: null,
805
- Actions: index$1K,
810
+ Actions: index$1N,
806
811
  Interfaces: registrator,
807
- Tables: index$1J,
808
- contractName: contractName$a
812
+ Tables: index$1M,
813
+ contractName: contractName$b
809
814
  };
810
815
 
811
- const authorizations$2K = [{ permissions: [active], actor: _username }];
812
- const actionName$2K = "transfer";
816
+ const authorizations$2V = [{ permissions: [active], actor: _username }];
817
+ const actionName$2V = "transfer";
813
818
 
814
819
  const transfer = {
815
820
  __proto__: null,
816
- actionName: actionName$2K,
817
- authorizations: authorizations$2K
821
+ actionName: actionName$2V,
822
+ authorizations: authorizations$2V
818
823
  };
819
824
 
820
- const authorizations$2J = [{ permissions: [active], actor: _username }];
821
- const actionName$2J = "open";
825
+ const authorizations$2U = [{ permissions: [active], actor: _username }];
826
+ const actionName$2U = "open";
822
827
 
823
828
  const open = {
824
829
  __proto__: null,
825
- actionName: actionName$2J,
826
- authorizations: authorizations$2J
830
+ actionName: actionName$2U,
831
+ authorizations: authorizations$2U
827
832
  };
828
833
 
829
- const authorizations$2I = [{ permissions: [active], actor: _username }];
830
- const actionName$2I = "close";
834
+ const authorizations$2T = [{ permissions: [active], actor: _username }];
835
+ const actionName$2T = "close";
831
836
 
832
837
  const close = {
833
838
  __proto__: null,
834
- actionName: actionName$2I,
835
- authorizations: authorizations$2I
839
+ actionName: actionName$2T,
840
+ authorizations: authorizations$2T
836
841
  };
837
842
 
838
- const authorizations$2H = [{ permissions: [active], actor: _system$1 }];
839
- const actionName$2H = "create";
843
+ const authorizations$2S = [{ permissions: [active], actor: _system$1 }];
844
+ const actionName$2S = "create";
840
845
 
841
846
  const create$1 = {
842
847
  __proto__: null,
843
- actionName: actionName$2H,
844
- authorizations: authorizations$2H
848
+ actionName: actionName$2S,
849
+ authorizations: authorizations$2S
845
850
  };
846
851
 
847
- const authorizations$2G = [{ permissions: [active], actor: "currencyStats.issuer" }];
848
- const actionName$2G = "issue";
852
+ const authorizations$2R = [{ permissions: [active], actor: "currencyStats.issuer" }];
853
+ const actionName$2R = "issue";
849
854
 
850
855
  const issue = {
851
856
  __proto__: null,
852
- actionName: actionName$2G,
853
- authorizations: authorizations$2G
857
+ actionName: actionName$2R,
858
+ authorizations: authorizations$2R
854
859
  };
855
860
 
856
- const authorizations$2F = [{ permissions: [active], actor: "currencyStats.issuer" }];
857
- const actionName$2F = "retire";
861
+ const authorizations$2Q = [{ permissions: [active], actor: "currencyStats.issuer" }];
862
+ const actionName$2Q = "retire";
858
863
 
859
864
  const retire = {
860
865
  __proto__: null,
861
- actionName: actionName$2F,
862
- authorizations: authorizations$2F
866
+ actionName: actionName$2Q,
867
+ authorizations: authorizations$2Q
863
868
  };
864
869
 
865
- const index$1H = {
870
+ const index$1K = {
866
871
  __proto__: null,
867
872
  Close: close,
868
873
  Create: create$1,
@@ -872,25 +877,25 @@ const index$1H = {
872
877
  Transfer: transfer
873
878
  };
874
879
 
875
- const tableName$T = "accounts";
876
- const scope$T = _username;
880
+ const tableName$X = "accounts";
881
+ const scope$X = _username;
877
882
 
878
883
  const accountBalance = {
879
884
  __proto__: null,
880
- scope: scope$T,
881
- tableName: tableName$T
885
+ scope: scope$X,
886
+ tableName: tableName$X
882
887
  };
883
888
 
884
- const tableName$S = "stat";
885
- const scope$S = "AXON";
889
+ const tableName$W = "stat";
890
+ const scope$W = "AXON";
886
891
 
887
892
  const currencyStats = {
888
893
  __proto__: null,
889
- scope: scope$S,
890
- tableName: tableName$S
894
+ scope: scope$W,
895
+ tableName: tableName$W
891
896
  };
892
897
 
893
- const index$1G = {
898
+ const index$1J = {
894
899
  __proto__: null,
895
900
  AccountBalance: accountBalance,
896
901
  CurrencyStats: currencyStats
@@ -900,80 +905,80 @@ const token = {
900
905
  __proto__: null
901
906
  };
902
907
 
903
- const contractName$9 = _token;
908
+ const contractName$a = _token;
904
909
 
905
- const index$1F = {
910
+ const index$1I = {
906
911
  __proto__: null,
907
- Actions: index$1H,
912
+ Actions: index$1K,
908
913
  Interfaces: token,
909
- Tables: index$1G,
910
- contractName: contractName$9
914
+ Tables: index$1J,
915
+ contractName: contractName$a
911
916
  };
912
917
 
913
- const authorizations$2E = [{ permissions: [active], actor: _soviet }];
914
- const actionName$2E = "newsubmitted";
918
+ const authorizations$2P = [{ permissions: [active], actor: _soviet }];
919
+ const actionName$2P = "newsubmitted";
915
920
 
916
921
  const newsubmitted = {
917
922
  __proto__: null,
918
- actionName: actionName$2E,
919
- authorizations: authorizations$2E
923
+ actionName: actionName$2P,
924
+ authorizations: authorizations$2P
920
925
  };
921
926
 
922
- const authorizations$2D = [{ permissions: [active], actor: _soviet }];
923
- const actionName$2D = "newresolved";
927
+ const authorizations$2O = [{ permissions: [active], actor: _soviet }];
928
+ const actionName$2O = "newresolved";
924
929
 
925
930
  const newresolved = {
926
931
  __proto__: null,
927
- actionName: actionName$2D,
928
- authorizations: authorizations$2D
932
+ actionName: actionName$2O,
933
+ authorizations: authorizations$2O
929
934
  };
930
935
 
931
- const authorizations$2C = [{ permissions: [active], actor: _soviet }];
932
- const actionName$2C = "newact";
936
+ const authorizations$2N = [{ permissions: [active], actor: _soviet }];
937
+ const actionName$2N = "newact";
933
938
 
934
939
  const newact = {
935
940
  __proto__: null,
936
- actionName: actionName$2C,
937
- authorizations: authorizations$2C
941
+ actionName: actionName$2N,
942
+ authorizations: authorizations$2N
938
943
  };
939
944
 
940
- const authorizations$2B = [{ permissions: [active], actor: _soviet }];
941
- const actionName$2B = "newlink";
945
+ const authorizations$2M = [{ permissions: [active], actor: _soviet }];
946
+ const actionName$2M = "newlink";
942
947
 
943
948
  const newlink = {
944
949
  __proto__: null,
945
- actionName: actionName$2B,
946
- authorizations: authorizations$2B
950
+ actionName: actionName$2M,
951
+ authorizations: authorizations$2M
947
952
  };
948
953
 
949
- const authorizations$2A = [{ permissions: [active], actor: _soviet }];
950
- const actionName$2A = "newdecision";
954
+ const authorizations$2L = [{ permissions: [active], actor: _soviet }];
955
+ const actionName$2L = "newdecision";
951
956
 
952
957
  const newdecision = {
953
958
  __proto__: null,
954
- actionName: actionName$2A,
955
- authorizations: authorizations$2A
959
+ actionName: actionName$2L,
960
+ authorizations: authorizations$2L
956
961
  };
957
962
 
958
- const authorizations$2z = [{ permissions: [active], actor: _soviet }];
959
- const actionName$2z = "newagreement";
963
+ const authorizations$2K = [{ permissions: [active], actor: _soviet }];
964
+ const actionName$2K = "newagreement";
960
965
 
961
966
  const newagreement = {
962
967
  __proto__: null,
963
- actionName: actionName$2z,
964
- authorizations: authorizations$2z
968
+ actionName: actionName$2K,
969
+ authorizations: authorizations$2K
965
970
  };
966
971
 
967
- const authorizations$2y = [{ permissions: [active], actor: _soviet }];
968
- const actionName$2y = "newpackage";
972
+ const authorizations$2J = [{ permissions: [active], actor: _soviet }];
973
+ const actionName$2J = "newpackage";
969
974
 
970
975
  const newpackage = {
971
976
  __proto__: null,
972
- actionName: actionName$2y,
973
- authorizations: authorizations$2y
977
+ actionName: actionName$2J,
978
+ authorizations: authorizations$2J
974
979
  };
975
980
 
976
- const index$1E = {
981
+ const index$1H = {
977
982
  __proto__: null,
978
983
  NewAct: newact,
979
984
  NewAgreement: newagreement,
@@ -984,93 +989,93 @@ const index$1E = {
984
989
  NewSubmitted: newsubmitted
985
990
  };
986
991
 
987
- const authorizations$2x = [{ permissions: [active], actor: _chairman }];
988
- const actionName$2x = "creaddress";
992
+ const authorizations$2I = [{ permissions: [active], actor: _chairman }];
993
+ const actionName$2I = "creaddress";
989
994
 
990
995
  const createAddress = {
991
996
  __proto__: null,
992
- actionName: actionName$2x,
993
- authorizations: authorizations$2x
997
+ actionName: actionName$2I,
998
+ authorizations: authorizations$2I
994
999
  };
995
1000
 
996
- const authorizations$2w = [{ permissions: [active], actor: _chairman }];
997
- const actionName$2w = "deladdress";
1001
+ const authorizations$2H = [{ permissions: [active], actor: _chairman }];
1002
+ const actionName$2H = "deladdress";
998
1003
 
999
1004
  const deleteAddress = {
1000
1005
  __proto__: null,
1001
- actionName: actionName$2w,
1002
- authorizations: authorizations$2w
1006
+ actionName: actionName$2H,
1007
+ authorizations: authorizations$2H
1003
1008
  };
1004
1009
 
1005
- const authorizations$2v = [{ permissions: [active], actor: _chairman }];
1006
- const actionName$2v = "editaddress";
1010
+ const authorizations$2G = [{ permissions: [active], actor: _chairman }];
1011
+ const actionName$2G = "editaddress";
1007
1012
 
1008
1013
  const editAddress = {
1009
1014
  __proto__: null,
1010
- actionName: actionName$2v,
1011
- authorizations: authorizations$2v
1015
+ actionName: actionName$2G,
1016
+ authorizations: authorizations$2G
1012
1017
  };
1013
1018
 
1014
- const index$1D = {
1019
+ const index$1G = {
1015
1020
  __proto__: null,
1016
1021
  CreateAddress: createAddress,
1017
1022
  DeleteAddress: deleteAddress,
1018
1023
  EditAddress: editAddress
1019
1024
  };
1020
1025
 
1021
- const authorizations$2u = [
1026
+ const authorizations$2F = [
1022
1027
  { permissions: [active], actor: _soviet },
1023
1028
  { permissions: [active], actor: _gateway },
1024
1029
  { permissions: [active], actor: _marketplace }
1025
1030
  ];
1026
- const actionName$2u = "addbal";
1031
+ const actionName$2F = "addbal";
1027
1032
 
1028
1033
  const addBalance = {
1029
1034
  __proto__: null,
1030
- actionName: actionName$2u,
1031
- authorizations: authorizations$2u
1035
+ actionName: actionName$2F,
1036
+ authorizations: authorizations$2F
1032
1037
  };
1033
1038
 
1034
- const authorizations$2t = [
1039
+ const authorizations$2E = [
1035
1040
  { permissions: [active], actor: _soviet },
1036
1041
  { permissions: [active], actor: _gateway },
1037
1042
  { permissions: [active], actor: _marketplace }
1038
1043
  ];
1039
- const actionName$2t = "subbal";
1044
+ const actionName$2E = "subbal";
1040
1045
 
1041
1046
  const subBalance = {
1042
1047
  __proto__: null,
1043
- actionName: actionName$2t,
1044
- authorizations: authorizations$2t
1048
+ actionName: actionName$2E,
1049
+ authorizations: authorizations$2E
1045
1050
  };
1046
1051
 
1047
- const authorizations$2s = [
1052
+ const authorizations$2D = [
1048
1053
  { permissions: [active], actor: _soviet },
1049
1054
  { permissions: [active], actor: _gateway },
1050
1055
  { permissions: [active], actor: _marketplace }
1051
1056
  ];
1052
- const actionName$2s = "blockbal";
1057
+ const actionName$2D = "blockbal";
1053
1058
 
1054
1059
  const blockBalance = {
1055
1060
  __proto__: null,
1056
- actionName: actionName$2s,
1057
- authorizations: authorizations$2s
1061
+ actionName: actionName$2D,
1062
+ authorizations: authorizations$2D
1058
1063
  };
1059
1064
 
1060
- const authorizations$2r = [
1065
+ const authorizations$2C = [
1061
1066
  { permissions: [active], actor: _soviet },
1062
1067
  { permissions: [active], actor: _gateway },
1063
1068
  { permissions: [active], actor: _marketplace }
1064
1069
  ];
1065
- const actionName$2r = "unblockbal";
1070
+ const actionName$2C = "unblockbal";
1066
1071
 
1067
1072
  const unblockBalance = {
1068
1073
  __proto__: null,
1069
- actionName: actionName$2r,
1070
- authorizations: authorizations$2r
1074
+ actionName: actionName$2C,
1075
+ authorizations: authorizations$2C
1071
1076
  };
1072
1077
 
1073
- const index$1C = {
1078
+ const index$1F = {
1074
1079
  __proto__: null,
1075
1080
  AddBalance: addBalance,
1076
1081
  BlockBalance: blockBalance,
@@ -1078,190 +1083,190 @@ const index$1C = {
1078
1083
  UnblockBalance: unblockBalance
1079
1084
  };
1080
1085
 
1081
- const authorizations$2q = [
1086
+ const authorizations$2B = [
1082
1087
  { permissions: [active], actor: _chairman }
1083
1088
  ];
1084
- const actionName$2q = "createprog";
1089
+ const actionName$2B = "createprog";
1085
1090
 
1086
1091
  const createProgram = {
1087
1092
  __proto__: null,
1088
- actionName: actionName$2q,
1089
- authorizations: authorizations$2q
1093
+ actionName: actionName$2B,
1094
+ authorizations: authorizations$2B
1090
1095
  };
1091
1096
 
1092
- const authorizations$2p = [
1097
+ const authorizations$2A = [
1093
1098
  { permissions: [active], actor: _chairman }
1094
1099
  ];
1095
- const actionName$2p = "editprog";
1100
+ const actionName$2A = "editprog";
1096
1101
 
1097
1102
  const editProgram = {
1098
1103
  __proto__: null,
1099
- actionName: actionName$2p,
1100
- authorizations: authorizations$2p
1104
+ actionName: actionName$2A,
1105
+ authorizations: authorizations$2A
1101
1106
  };
1102
1107
 
1103
- const authorizations$2o = [
1108
+ const authorizations$2z = [
1104
1109
  { permissions: [active], actor: _chairman }
1105
1110
  ];
1106
- const actionName$2o = "disableprog";
1111
+ const actionName$2z = "disableprog";
1107
1112
 
1108
1113
  const disableProgram = {
1109
1114
  __proto__: null,
1110
- actionName: actionName$2o,
1111
- authorizations: authorizations$2o
1115
+ actionName: actionName$2z,
1116
+ authorizations: authorizations$2z
1112
1117
  };
1113
1118
 
1114
- const index$1B = {
1119
+ const index$1E = {
1115
1120
  __proto__: null,
1116
1121
  CreateProgram: createProgram,
1117
1122
  DisableProgram: disableProgram,
1118
1123
  EditProgram: editProgram
1119
1124
  };
1120
1125
 
1121
- const authorizations$2n = [
1126
+ const authorizations$2y = [
1122
1127
  { permissions: [active], actor: _member }
1123
1128
  ];
1124
- const actionName$2n = "voteagainst";
1129
+ const actionName$2y = "voteagainst";
1125
1130
 
1126
1131
  const voteAgainst = {
1127
1132
  __proto__: null,
1128
- actionName: actionName$2n,
1129
- authorizations: authorizations$2n
1133
+ actionName: actionName$2y,
1134
+ authorizations: authorizations$2y
1130
1135
  };
1131
1136
 
1132
- const authorizations$2m = [
1137
+ const authorizations$2x = [
1133
1138
  { permissions: [active], actor: _member }
1134
1139
  ];
1135
- const actionName$2m = "votefor";
1140
+ const actionName$2x = "votefor";
1136
1141
 
1137
1142
  const voteFor = {
1138
1143
  __proto__: null,
1139
- actionName: actionName$2m,
1140
- authorizations: authorizations$2m
1144
+ actionName: actionName$2x,
1145
+ authorizations: authorizations$2x
1141
1146
  };
1142
1147
 
1143
- const authorizations$2l = [
1148
+ const authorizations$2w = [
1144
1149
  { permissions: [active], actor: _member }
1145
1150
  ];
1146
- const actionName$2l = "cancelvote";
1151
+ const actionName$2w = "cancelvote";
1147
1152
 
1148
1153
  const cancelVote = {
1149
1154
  __proto__: null,
1150
- actionName: actionName$2l,
1151
- authorizations: authorizations$2l
1155
+ actionName: actionName$2w,
1156
+ authorizations: authorizations$2w
1152
1157
  };
1153
1158
 
1154
- const authorizations$2k = [
1159
+ const authorizations$2v = [
1155
1160
  { permissions: [active], actor: _chairman }
1156
1161
  ];
1157
- const actionName$2k = "authorize";
1162
+ const actionName$2v = "authorize";
1158
1163
 
1159
1164
  const authorize$1 = {
1160
1165
  __proto__: null,
1161
- actionName: actionName$2k,
1162
- authorizations: authorizations$2k
1166
+ actionName: actionName$2v,
1167
+ authorizations: authorizations$2v
1163
1168
  };
1164
1169
 
1165
- const authorizations$2j = [
1170
+ const authorizations$2u = [
1166
1171
  { permissions: [active], actor: _username }
1167
1172
  ];
1168
- const actionName$2j = "exec";
1173
+ const actionName$2u = "exec";
1169
1174
 
1170
1175
  const exec$1 = {
1171
1176
  __proto__: null,
1172
- actionName: actionName$2j,
1173
- authorizations: authorizations$2j
1177
+ actionName: actionName$2u,
1178
+ authorizations: authorizations$2u
1174
1179
  };
1175
1180
 
1176
- const authorizations$2i = [
1181
+ const authorizations$2t = [
1177
1182
  { permissions: [active], actor: _gateway }
1178
1183
  ];
1179
- const actionName$2i = "withdraw";
1184
+ const actionName$2t = "withdraw";
1180
1185
 
1181
1186
  const withdrawDecision = {
1182
1187
  __proto__: null,
1183
- actionName: actionName$2i,
1184
- authorizations: authorizations$2i
1188
+ actionName: actionName$2t,
1189
+ authorizations: authorizations$2t
1185
1190
  };
1186
1191
 
1187
- const authorizations$2h = [
1192
+ const authorizations$2s = [
1188
1193
  { permissions: [active], actor: _fund }
1189
1194
  ];
1190
- const actionName$2h = "fundwithdraw";
1195
+ const actionName$2s = "fundwithdraw";
1191
1196
 
1192
1197
  const fundWithdrawDecision = {
1193
1198
  __proto__: null,
1194
- actionName: actionName$2h,
1195
- authorizations: authorizations$2h
1199
+ actionName: actionName$2s,
1200
+ authorizations: authorizations$2s
1196
1201
  };
1197
1202
 
1198
- const authorizations$2g = [
1203
+ const authorizations$2r = [
1199
1204
  { permissions: [active, special], actor: _admin }
1200
1205
  ];
1201
- const actionName$2g = "validated";
1206
+ const actionName$2r = "validated";
1202
1207
 
1203
1208
  const validate = {
1204
1209
  __proto__: null,
1205
- actionName: actionName$2g,
1206
- authorizations: authorizations$2g
1210
+ actionName: actionName$2r,
1211
+ authorizations: authorizations$2r
1207
1212
  };
1208
1213
 
1209
- const authorizations$2f = [
1214
+ const authorizations$2q = [
1210
1215
  { permissions: [active], actor: _member }
1211
1216
  ];
1212
- const actionName$2f = "automate";
1217
+ const actionName$2q = "automate";
1213
1218
 
1214
1219
  const automate = {
1215
1220
  __proto__: null,
1216
- actionName: actionName$2f,
1217
- authorizations: authorizations$2f
1221
+ actionName: actionName$2q,
1222
+ authorizations: authorizations$2q
1218
1223
  };
1219
1224
 
1220
- const authorizations$2e = [
1225
+ const authorizations$2p = [
1221
1226
  { permissions: [active], actor: _member }
1222
1227
  ];
1223
- const actionName$2e = "disautomate";
1228
+ const actionName$2p = "disautomate";
1224
1229
 
1225
1230
  const disautomate = {
1226
1231
  __proto__: null,
1227
- actionName: actionName$2e,
1228
- authorizations: authorizations$2e
1232
+ actionName: actionName$2p,
1233
+ authorizations: authorizations$2p
1229
1234
  };
1230
1235
 
1231
- const authorizations$2d = [
1236
+ const authorizations$2o = [
1232
1237
  { permissions: [active], actor: _chairman }
1233
1238
  ];
1234
- const actionName$2d = "freedecision";
1239
+ const actionName$2o = "freedecision";
1235
1240
 
1236
1241
  const freeDecision = {
1237
1242
  __proto__: null,
1238
- actionName: actionName$2d,
1239
- authorizations: authorizations$2d
1243
+ actionName: actionName$2o,
1244
+ authorizations: authorizations$2o
1240
1245
  };
1241
1246
 
1242
- const authorizations$2c = [
1247
+ const authorizations$2n = [
1243
1248
  { permissions: [active], actor: _member }
1244
1249
  ];
1245
- const actionName$2c = "cancelexprd";
1250
+ const actionName$2n = "cancelexprd";
1246
1251
 
1247
1252
  const cancelexprd = {
1248
1253
  __proto__: null,
1249
- actionName: actionName$2c,
1250
- authorizations: authorizations$2c
1254
+ actionName: actionName$2n,
1255
+ authorizations: authorizations$2n
1251
1256
  };
1252
1257
 
1253
- const authorizations$2b = [
1258
+ const authorizations$2m = [
1254
1259
  { permissions: [active], actor: _member }
1255
1260
  ];
1256
- const actionName$2b = "createagenda";
1261
+ const actionName$2m = "createagenda";
1257
1262
 
1258
1263
  const createAgenda = {
1259
1264
  __proto__: null,
1260
- actionName: actionName$2b,
1261
- authorizations: authorizations$2b
1265
+ actionName: actionName$2m,
1266
+ authorizations: authorizations$2m
1262
1267
  };
1263
1268
 
1264
- const index$1A = {
1269
+ const index$1D = {
1265
1270
  __proto__: null,
1266
1271
  Authorize: authorize$1,
1267
1272
  Automate: automate,
@@ -1278,75 +1283,75 @@ const index$1A = {
1278
1283
  WithdrawDecision: withdrawDecision
1279
1284
  };
1280
1285
 
1281
- const authorizations$2a = [{ permissions: [active], actor: _chairman }];
1282
- const actionName$2a = "createboard";
1286
+ const authorizations$2l = [{ permissions: [active], actor: _chairman }];
1287
+ const actionName$2l = "createboard";
1283
1288
 
1284
1289
  const createBoard = {
1285
1290
  __proto__: null,
1286
- actionName: actionName$2a,
1287
- authorizations: authorizations$2a
1291
+ actionName: actionName$2l,
1292
+ authorizations: authorizations$2l
1288
1293
  };
1289
1294
 
1290
- const authorizations$29 = [{ permissions: [active], actor: _chairman }];
1291
- const actionName$29 = "updateboard";
1295
+ const authorizations$2k = [{ permissions: [active], actor: _chairman }];
1296
+ const actionName$2k = "updateboard";
1292
1297
 
1293
1298
  const updateBoard = {
1294
1299
  __proto__: null,
1295
- actionName: actionName$29,
1296
- authorizations: authorizations$29
1300
+ actionName: actionName$2k,
1301
+ authorizations: authorizations$2k
1297
1302
  };
1298
1303
 
1299
- const index$1z = {
1304
+ const index$1C = {
1300
1305
  __proto__: null,
1301
1306
  CreateBoard: createBoard,
1302
1307
  UpdateBoard: updateBoard
1303
1308
  };
1304
1309
 
1305
- const authorizations$28 = [
1310
+ const authorizations$2j = [
1306
1311
  { permissions: [active], actor: _chairman }
1307
1312
  ];
1308
- const actionName$28 = "addstaff";
1313
+ const actionName$2j = "addstaff";
1309
1314
 
1310
1315
  const addAdmin = {
1311
1316
  __proto__: null,
1312
- actionName: actionName$28,
1313
- authorizations: authorizations$28
1317
+ actionName: actionName$2j,
1318
+ authorizations: authorizations$2j
1314
1319
  };
1315
1320
 
1316
- const authorizations$27 = [
1321
+ const authorizations$2i = [
1317
1322
  { permissions: [active], actor: _chairman }
1318
1323
  ];
1319
- const actionName$27 = "rmstaff";
1324
+ const actionName$2i = "rmstaff";
1320
1325
 
1321
1326
  const deleteAdmin = {
1322
1327
  __proto__: null,
1323
- actionName: actionName$27,
1324
- authorizations: authorizations$27
1328
+ actionName: actionName$2i,
1329
+ authorizations: authorizations$2i
1325
1330
  };
1326
1331
 
1327
- const authorizations$26 = [
1332
+ const authorizations$2h = [
1328
1333
  { permissions: [active], actor: _chairman }
1329
1334
  ];
1330
- const actionName$26 = "setrights";
1335
+ const actionName$2h = "setrights";
1331
1336
 
1332
1337
  const setRights = {
1333
1338
  __proto__: null,
1334
- actionName: actionName$26,
1335
- authorizations: authorizations$26
1339
+ actionName: actionName$2h,
1340
+ authorizations: authorizations$2h
1336
1341
  };
1337
1342
 
1338
- const authorizations$25 = [
1343
+ const authorizations$2g = [
1339
1344
  { permissions: [active], actor: _system$1 }
1340
1345
  ];
1341
- const actionName$25 = "init";
1346
+ const actionName$2g = "init";
1342
1347
 
1343
1348
  const init$1 = {
1344
1349
  __proto__: null,
1345
- actionName: actionName$25,
1346
- authorizations: authorizations$25
1350
+ actionName: actionName$2g,
1351
+ authorizations: authorizations$2g
1347
1352
  };
1348
1353
 
1349
- const index$1y = {
1354
+ const index$1B = {
1350
1355
  __proto__: null,
1351
1356
  AddAdmin: addAdmin,
1352
1357
  DeleteAdmin: deleteAdmin,
@@ -1354,253 +1359,253 @@ const index$1y = {
1354
1359
  SetRights: setRights
1355
1360
  };
1356
1361
 
1357
- const authorizations$24 = [
1362
+ const authorizations$2f = [
1358
1363
  { permissions: [active, special], actor: _admin }
1359
1364
  ];
1360
- const actionName$24 = "confirmagree";
1365
+ const actionName$2f = "confirmagree";
1361
1366
 
1362
1367
  const confirmAgreement = {
1363
1368
  __proto__: null,
1364
- actionName: actionName$24,
1365
- authorizations: authorizations$24
1369
+ actionName: actionName$2f,
1370
+ authorizations: authorizations$2f
1366
1371
  };
1367
1372
 
1368
- const authorizations$23 = [
1373
+ const authorizations$2e = [
1369
1374
  { permissions: [active, special], actor: _admin }
1370
1375
  ];
1371
- const actionName$23 = "declineagree";
1376
+ const actionName$2e = "declineagree";
1372
1377
 
1373
1378
  const declineAgreement = {
1374
1379
  __proto__: null,
1375
- actionName: actionName$23,
1376
- authorizations: authorizations$23
1380
+ actionName: actionName$2e,
1381
+ authorizations: authorizations$2e
1377
1382
  };
1378
1383
 
1379
- const authorizations$22 = [
1384
+ const authorizations$2d = [
1380
1385
  { permissions: [active], actor: _username }
1381
1386
  ];
1382
- const actionName$22 = "sndagreement";
1387
+ const actionName$2d = "sndagreement";
1383
1388
 
1384
1389
  const sendAgreement = {
1385
1390
  __proto__: null,
1386
- actionName: actionName$22,
1387
- authorizations: authorizations$22
1391
+ actionName: actionName$2d,
1392
+ authorizations: authorizations$2d
1388
1393
  };
1389
1394
 
1390
- const index$1x = {
1395
+ const index$1A = {
1391
1396
  __proto__: null,
1392
1397
  ConfirmAgreement: confirmAgreement,
1393
1398
  DeclineAgreement: declineAgreement,
1394
1399
  SendAgreement: sendAgreement
1395
1400
  };
1396
1401
 
1397
- const authorizations$21 = [{ permissions: [active], actor: _coopname }];
1398
- const actionName$21 = "selectbranch";
1402
+ const authorizations$2c = [{ permissions: [active], actor: _coopname }];
1403
+ const actionName$2c = "selectbranch";
1399
1404
 
1400
1405
  const selectBranch = {
1401
1406
  __proto__: null,
1402
- actionName: actionName$21,
1403
- authorizations: authorizations$21
1407
+ actionName: actionName$2c,
1408
+ authorizations: authorizations$2c
1404
1409
  };
1405
1410
 
1406
- const index$1w = {
1411
+ const index$1z = {
1407
1412
  __proto__: null,
1408
1413
  SelectBranch: selectBranch
1409
1414
  };
1410
1415
 
1411
- const authorizations$20 = [
1416
+ const authorizations$2b = [
1412
1417
  { permissions: [active], actor: _chairman }
1413
1418
  ];
1414
- const actionName$20 = "confirmapprv";
1419
+ const actionName$2b = "confirmapprv";
1415
1420
 
1416
1421
  const confirmApprove = {
1417
1422
  __proto__: null,
1418
- actionName: actionName$20,
1419
- authorizations: authorizations$20
1423
+ actionName: actionName$2b,
1424
+ authorizations: authorizations$2b
1420
1425
  };
1421
1426
 
1422
- const authorizations$1$ = [
1427
+ const authorizations$2a = [
1423
1428
  { permissions: [active], actor: _chairman }
1424
1429
  ];
1425
- const actionName$1$ = "declineapprv";
1430
+ const actionName$2a = "declineapprv";
1426
1431
 
1427
1432
  const declineApprove = {
1428
1433
  __proto__: null,
1429
- actionName: actionName$1$,
1430
- authorizations: authorizations$1$
1434
+ actionName: actionName$2a,
1435
+ authorizations: authorizations$2a
1431
1436
  };
1432
1437
 
1433
- const index$1v = {
1438
+ const index$1y = {
1434
1439
  __proto__: null,
1435
1440
  ConfirmApprove: confirmApprove,
1436
1441
  DeclineApprove: declineApprove
1437
1442
  };
1438
1443
 
1439
- const authorizations$1_ = [{ permissions: [active], actor: _provider }];
1440
- const actionName$1_ = "converttoaxn";
1444
+ const authorizations$29 = [{ permissions: [active], actor: _provider }];
1445
+ const actionName$29 = "converttoaxn";
1441
1446
 
1442
1447
  const converttoaxn = {
1443
1448
  __proto__: null,
1444
- actionName: actionName$1_,
1445
- authorizations: authorizations$1_
1449
+ actionName: actionName$29,
1450
+ authorizations: authorizations$29
1446
1451
  };
1447
1452
 
1448
- const index$1u = {
1453
+ const index$1x = {
1449
1454
  __proto__: null,
1450
1455
  ConvertToAxn: converttoaxn
1451
1456
  };
1452
1457
 
1453
- const index$1t = {
1458
+ const index$1w = {
1454
1459
  __proto__: null,
1455
- Addresses: index$1D,
1456
- Admins: index$1y,
1457
- Agreements: index$1x,
1458
- Approves: index$1v,
1459
- Boards: index$1z,
1460
- Branches: index$1w,
1461
- Decisions: index$1A,
1462
- Programs: index$1B,
1463
- Registry: index$1E,
1464
- System: index$1u,
1465
- Wallet: index$1C
1460
+ Addresses: index$1G,
1461
+ Admins: index$1B,
1462
+ Agreements: index$1A,
1463
+ Approves: index$1y,
1464
+ Boards: index$1C,
1465
+ Branches: index$1z,
1466
+ Decisions: index$1D,
1467
+ Programs: index$1E,
1468
+ Registry: index$1H,
1469
+ System: index$1x,
1470
+ Wallet: index$1F
1466
1471
  };
1467
1472
 
1468
- const tableName$R = "addresses";
1469
- const scope$R = _coopname;
1473
+ const tableName$V = "addresses";
1474
+ const scope$V = _coopname;
1470
1475
 
1471
1476
  const addresses = {
1477
+ __proto__: null,
1478
+ scope: scope$V,
1479
+ tableName: tableName$V
1480
+ };
1481
+
1482
+ const tableName$U = "staff";
1483
+ const scope$U = _coopname;
1484
+
1485
+ const admins = {
1486
+ __proto__: null,
1487
+ scope: scope$U,
1488
+ tableName: tableName$U
1489
+ };
1490
+
1491
+ const tableName$T = "autosigner";
1492
+ const scope$T = _coopname;
1493
+
1494
+ const automationQueue = {
1495
+ __proto__: null,
1496
+ scope: scope$T,
1497
+ tableName: tableName$T
1498
+ };
1499
+
1500
+ const tableName$S = "automator";
1501
+ const scope$S = _coopname;
1502
+
1503
+ const automations = {
1504
+ __proto__: null,
1505
+ scope: scope$S,
1506
+ tableName: tableName$S
1507
+ };
1508
+
1509
+ const tableName$R = "boards";
1510
+ const scope$R = _coopname;
1511
+
1512
+ const boards = {
1472
1513
  __proto__: null,
1473
1514
  scope: scope$R,
1474
1515
  tableName: tableName$R
1475
1516
  };
1476
1517
 
1477
- const tableName$Q = "staff";
1518
+ const tableName$Q = "changes";
1478
1519
  const scope$Q = _coopname;
1479
1520
 
1480
- const admins = {
1521
+ const changes = {
1481
1522
  __proto__: null,
1482
1523
  scope: scope$Q,
1483
1524
  tableName: tableName$Q
1484
1525
  };
1485
1526
 
1486
- const tableName$P = "autosigner";
1527
+ const tableName$P = "decisions";
1487
1528
  const scope$P = _coopname;
1488
1529
 
1489
- const automationQueue = {
1530
+ const decisions = {
1490
1531
  __proto__: null,
1491
1532
  scope: scope$P,
1492
1533
  tableName: tableName$P
1493
1534
  };
1494
1535
 
1495
- const tableName$O = "automator";
1536
+ const tableName$O = "joincoops";
1496
1537
  const scope$O = _coopname;
1497
1538
 
1498
- const automations = {
1539
+ const joinCoops = {
1499
1540
  __proto__: null,
1500
1541
  scope: scope$O,
1501
1542
  tableName: tableName$O
1502
1543
  };
1503
1544
 
1504
- const tableName$N = "boards";
1545
+ const tableName$N = "programs";
1505
1546
  const scope$N = _coopname;
1506
1547
 
1507
- const boards = {
1548
+ const programs = {
1508
1549
  __proto__: null,
1509
1550
  scope: scope$N,
1510
1551
  tableName: tableName$N
1511
1552
  };
1512
1553
 
1513
- const tableName$M = "changes";
1554
+ const tableName$M = "participants";
1514
1555
  const scope$M = _coopname;
1515
1556
 
1516
- const changes = {
1557
+ const participants = {
1517
1558
  __proto__: null,
1518
1559
  scope: scope$M,
1519
1560
  tableName: tableName$M
1520
1561
  };
1521
1562
 
1522
- const tableName$L = "decisions";
1563
+ const tableName$L = "progwallets";
1523
1564
  const scope$L = _coopname;
1524
1565
 
1525
- const decisions = {
1566
+ const programWallets$1 = {
1526
1567
  __proto__: null,
1527
1568
  scope: scope$L,
1528
1569
  tableName: tableName$L
1529
1570
  };
1530
1571
 
1531
- const tableName$K = "joincoops";
1572
+ const tableName$K = "agreements3";
1532
1573
  const scope$K = _coopname;
1533
1574
 
1534
- const joinCoops = {
1575
+ const agreements = {
1535
1576
  __proto__: null,
1536
1577
  scope: scope$K,
1537
1578
  tableName: tableName$K
1538
1579
  };
1539
1580
 
1540
- const tableName$J = "programs";
1581
+ const tableName$J = "coagreements";
1541
1582
  const scope$J = _coopname;
1542
1583
 
1543
- const programs = {
1584
+ const coopAgreements = {
1544
1585
  __proto__: null,
1545
1586
  scope: scope$J,
1546
1587
  tableName: tableName$J
1547
1588
  };
1548
1589
 
1549
- const tableName$I = "participants";
1590
+ const tableName$I = "agreements";
1550
1591
  const scope$I = _coopname;
1551
1592
 
1552
- const participants = {
1593
+ const agreements_legacy = {
1553
1594
  __proto__: null,
1554
1595
  scope: scope$I,
1555
1596
  tableName: tableName$I
1556
1597
  };
1557
1598
 
1558
- const tableName$H = "progwallets";
1599
+ const tableName$H = "approvals";
1559
1600
  const scope$H = _coopname;
1560
1601
 
1561
- const programWallets$1 = {
1602
+ const approves = {
1562
1603
  __proto__: null,
1563
1604
  scope: scope$H,
1564
1605
  tableName: tableName$H
1565
1606
  };
1566
1607
 
1567
- const tableName$G = "agreements3";
1568
- const scope$G = _coopname;
1569
-
1570
- const agreements = {
1571
- __proto__: null,
1572
- scope: scope$G,
1573
- tableName: tableName$G
1574
- };
1575
-
1576
- const tableName$F = "coagreements";
1577
- const scope$F = _coopname;
1578
-
1579
- const coopAgreements = {
1580
- __proto__: null,
1581
- scope: scope$F,
1582
- tableName: tableName$F
1583
- };
1584
-
1585
- const tableName$E = "agreements";
1586
- const scope$E = _coopname;
1587
-
1588
- const agreements_legacy = {
1589
- __proto__: null,
1590
- scope: scope$E,
1591
- tableName: tableName$E
1592
- };
1593
-
1594
- const tableName$D = "approvals";
1595
- const scope$D = _coopname;
1596
-
1597
- const approves = {
1598
- __proto__: null,
1599
- scope: scope$D,
1600
- tableName: tableName$D
1601
- };
1602
-
1603
- const index$1s = {
1608
+ const index$1v = {
1604
1609
  __proto__: null,
1605
1610
  Addresses: addresses,
1606
1611
  Admins: admins,
@@ -1623,188 +1628,188 @@ const soviet = {
1623
1628
  __proto__: null
1624
1629
  };
1625
1630
 
1626
- const contractName$8 = _soviet;
1631
+ const contractName$9 = _soviet;
1627
1632
 
1628
- const index$1r = {
1633
+ const index$1u = {
1629
1634
  __proto__: null,
1630
- Actions: index$1t,
1635
+ Actions: index$1w,
1631
1636
  Interfaces: soviet,
1632
- Tables: index$1s,
1633
- contractName: contractName$8
1637
+ Tables: index$1v,
1638
+ contractName: contractName$9
1634
1639
  };
1635
1640
 
1636
- const authorizations$1Z = [{ permissions: [active], actor: _username }];
1637
- const actionName$1Z = "accept";
1641
+ const authorizations$28 = [{ permissions: [active], actor: _username }];
1642
+ const actionName$28 = "accept";
1638
1643
 
1639
1644
  const acceptRequest = {
1640
1645
  __proto__: null,
1641
- actionName: actionName$1Z,
1642
- authorizations: authorizations$1Z
1646
+ actionName: actionName$28,
1647
+ authorizations: authorizations$28
1643
1648
  };
1644
1649
 
1645
- const authorizations$1Y = [{ permissions: [active], actor: _soviet }];
1646
- const actionName$1Y = "authorize";
1650
+ const authorizations$27 = [{ permissions: [active], actor: _soviet }];
1651
+ const actionName$27 = "authorize";
1647
1652
 
1648
1653
  const authorize = {
1649
1654
  __proto__: null,
1650
- actionName: actionName$1Y,
1651
- authorizations: authorizations$1Y
1655
+ actionName: actionName$27,
1656
+ authorizations: authorizations$27
1652
1657
  };
1653
1658
 
1654
- const authorizations$1X = [{ permissions: [active], actor: _username }];
1655
- const actionName$1X = "cancel";
1659
+ const authorizations$26 = [{ permissions: [active], actor: _username }];
1660
+ const actionName$26 = "cancel";
1656
1661
 
1657
1662
  const cancelRequest = {
1658
1663
  __proto__: null,
1659
- actionName: actionName$1X,
1660
- authorizations: authorizations$1X
1664
+ actionName: actionName$26,
1665
+ authorizations: authorizations$26
1661
1666
  };
1662
1667
 
1663
- const authorizations$1W = [{ permissions: [active], actor: _username }];
1664
- const actionName$1W = "complete";
1668
+ const authorizations$25 = [{ permissions: [active], actor: _username }];
1669
+ const actionName$25 = "complete";
1665
1670
 
1666
1671
  const completeRequest = {
1667
1672
  __proto__: null,
1668
- actionName: actionName$1W,
1669
- authorizations: authorizations$1W
1673
+ actionName: actionName$25,
1674
+ authorizations: authorizations$25
1670
1675
  };
1671
1676
 
1672
- const authorizations$1V = [{ permissions: [active], actor: _chairman }];
1673
- const actionName$1V = "recievecnfrm";
1677
+ const authorizations$24 = [{ permissions: [active], actor: _chairman }];
1678
+ const actionName$24 = "recievecnfrm";
1674
1679
 
1675
1680
  const confirmReceive = {
1676
1681
  __proto__: null,
1677
- actionName: actionName$1V,
1678
- authorizations: authorizations$1V
1682
+ actionName: actionName$24,
1683
+ authorizations: authorizations$24
1679
1684
  };
1680
1685
 
1681
- const authorizations$1U = [{ permissions: [active], actor: _chairman }];
1682
- const actionName$1U = "supplycnfrm";
1686
+ const authorizations$23 = [{ permissions: [active], actor: _chairman }];
1687
+ const actionName$23 = "supplycnfrm";
1683
1688
 
1684
1689
  const confirmSupply = {
1685
1690
  __proto__: null,
1686
- actionName: actionName$1U,
1687
- authorizations: authorizations$1U
1691
+ actionName: actionName$23,
1692
+ authorizations: authorizations$23
1688
1693
  };
1689
1694
 
1690
- const authorizations$1T = [{ permissions: [active], actor: _username }];
1691
- const actionName$1T = "offer";
1695
+ const authorizations$22 = [{ permissions: [active], actor: _username }];
1696
+ const actionName$22 = "offer";
1692
1697
 
1693
1698
  const createOffer = {
1694
1699
  __proto__: null,
1695
- actionName: actionName$1T,
1696
- authorizations: authorizations$1T
1700
+ actionName: actionName$22,
1701
+ authorizations: authorizations$22
1697
1702
  };
1698
1703
 
1699
- const authorizations$1S = [{ permissions: [active], actor: _username }];
1700
- const actionName$1S = "order";
1704
+ const authorizations$21 = [{ permissions: [active], actor: _username }];
1705
+ const actionName$21 = "order";
1701
1706
 
1702
1707
  const createOrder = {
1703
1708
  __proto__: null,
1704
- actionName: actionName$1S,
1705
- authorizations: authorizations$1S
1709
+ actionName: actionName$21,
1710
+ authorizations: authorizations$21
1706
1711
  };
1707
1712
 
1708
- const authorizations$1R = [{ permissions: [active], actor: _username }];
1709
- const actionName$1R = "decline";
1713
+ const authorizations$20 = [{ permissions: [active], actor: _username }];
1714
+ const actionName$20 = "decline";
1710
1715
 
1711
1716
  const declineRequest = {
1712
1717
  __proto__: null,
1713
- actionName: actionName$1R,
1714
- authorizations: authorizations$1R
1718
+ actionName: actionName$20,
1719
+ authorizations: authorizations$20
1715
1720
  };
1716
1721
 
1717
- const authorizations$1Q = [{ permissions: [active], actor: _chairman }];
1718
- const actionName$1Q = "delivered";
1722
+ const authorizations$1$ = [{ permissions: [active], actor: _chairman }];
1723
+ const actionName$1$ = "delivered";
1719
1724
 
1720
1725
  const deliverOnRequest = {
1721
1726
  __proto__: null,
1722
- actionName: actionName$1Q,
1723
- authorizations: authorizations$1Q
1727
+ actionName: actionName$1$,
1728
+ authorizations: authorizations$1$
1724
1729
  };
1725
1730
 
1726
- const authorizations$1P = [{ permissions: [active, special], actor: _admin }];
1727
- const actionName$1P = "moderate";
1731
+ const authorizations$1_ = [{ permissions: [active, special], actor: _admin }];
1732
+ const actionName$1_ = "moderate";
1728
1733
 
1729
1734
  const moderateRequest = {
1730
1735
  __proto__: null,
1731
- actionName: actionName$1P,
1732
- authorizations: authorizations$1P
1736
+ actionName: actionName$1_,
1737
+ authorizations: authorizations$1_
1733
1738
  };
1734
1739
 
1735
- const authorizations$1O = [{ permissions: [active], actor: _marketplace }];
1736
- const actionName$1O = "newid";
1740
+ const authorizations$1Z = [{ permissions: [active], actor: _marketplace }];
1741
+ const actionName$1Z = "newid";
1737
1742
 
1738
1743
  const newRequestId = {
1739
1744
  __proto__: null,
1740
- actionName: actionName$1O,
1741
- authorizations: authorizations$1O
1745
+ actionName: actionName$1Z,
1746
+ authorizations: authorizations$1Z
1742
1747
  };
1743
1748
 
1744
- const authorizations$1N = [{ permissions: [active], actor: _username }];
1745
- const actionName$1N = "dispute";
1749
+ const authorizations$1Y = [{ permissions: [active], actor: _username }];
1750
+ const actionName$1Y = "dispute";
1746
1751
 
1747
1752
  const openDispute = {
1748
1753
  __proto__: null,
1749
- actionName: actionName$1N,
1750
- authorizations: authorizations$1N
1754
+ actionName: actionName$1Y,
1755
+ authorizations: authorizations$1Y
1751
1756
  };
1752
1757
 
1753
- const authorizations$1M = [{ permissions: [active, special], actor: _admin }];
1754
- const actionName$1M = "prohibit";
1758
+ const authorizations$1X = [{ permissions: [active, special], actor: _admin }];
1759
+ const actionName$1X = "prohibit";
1755
1760
 
1756
1761
  const prohibitRequest = {
1757
1762
  __proto__: null,
1758
- actionName: actionName$1M,
1759
- authorizations: authorizations$1M
1763
+ actionName: actionName$1X,
1764
+ authorizations: authorizations$1X
1760
1765
  };
1761
1766
 
1762
- const authorizations$1L = [{ permissions: [active], actor: _username }];
1763
- const actionName$1L = "publish";
1767
+ const authorizations$1W = [{ permissions: [active], actor: _username }];
1768
+ const actionName$1W = "publish";
1764
1769
 
1765
1770
  const publishRequest = {
1766
1771
  __proto__: null,
1767
- actionName: actionName$1L,
1768
- authorizations: authorizations$1L
1772
+ actionName: actionName$1W,
1773
+ authorizations: authorizations$1W
1769
1774
  };
1770
1775
 
1771
- const authorizations$1K = [{ permissions: [active], actor: _username }];
1772
- const actionName$1K = "recieve";
1776
+ const authorizations$1V = [{ permissions: [active], actor: _username }];
1777
+ const actionName$1V = "recieve";
1773
1778
 
1774
1779
  const receiveOnRequest = {
1775
1780
  __proto__: null,
1776
- actionName: actionName$1K,
1777
- authorizations: authorizations$1K
1781
+ actionName: actionName$1V,
1782
+ authorizations: authorizations$1V
1778
1783
  };
1779
1784
 
1780
- const authorizations$1J = [{ permissions: [active], actor: _username }];
1781
- const actionName$1J = "supply";
1785
+ const authorizations$1U = [{ permissions: [active], actor: _username }];
1786
+ const actionName$1U = "supply";
1782
1787
 
1783
1788
  const supplyOnRequest = {
1784
1789
  __proto__: null,
1785
- actionName: actionName$1J,
1786
- authorizations: authorizations$1J
1790
+ actionName: actionName$1U,
1791
+ authorizations: authorizations$1U
1787
1792
  };
1788
1793
 
1789
- const authorizations$1I = [{ permissions: [active], actor: _username }];
1790
- const actionName$1I = "unpublish";
1794
+ const authorizations$1T = [{ permissions: [active], actor: _username }];
1795
+ const actionName$1T = "unpublish";
1791
1796
 
1792
1797
  const unpublishRequest = {
1793
1798
  __proto__: null,
1794
- actionName: actionName$1I,
1795
- authorizations: authorizations$1I
1799
+ actionName: actionName$1T,
1800
+ authorizations: authorizations$1T
1796
1801
  };
1797
1802
 
1798
- const authorizations$1H = [{ permissions: [active], actor: _username }];
1799
- const actionName$1H = "update";
1803
+ const authorizations$1S = [{ permissions: [active], actor: _username }];
1804
+ const actionName$1S = "update";
1800
1805
 
1801
1806
  const updateRequest = {
1802
1807
  __proto__: null,
1803
- actionName: actionName$1H,
1804
- authorizations: authorizations$1H
1808
+ actionName: actionName$1S,
1809
+ authorizations: authorizations$1S
1805
1810
  };
1806
1811
 
1807
- const index$1q = {
1812
+ const index$1t = {
1808
1813
  __proto__: null,
1809
1814
  AcceptRequest: acceptRequest,
1810
1815
  Authorize: authorize,
@@ -1827,16 +1832,16 @@ const index$1q = {
1827
1832
  UpdateRequest: updateRequest
1828
1833
  };
1829
1834
 
1830
- const tableName$C = "requests";
1831
- const scope$C = _coopname;
1835
+ const tableName$G = "requests";
1836
+ const scope$G = _coopname;
1832
1837
 
1833
1838
  const requests = {
1834
1839
  __proto__: null,
1835
- scope: scope$C,
1836
- tableName: tableName$C
1840
+ scope: scope$G,
1841
+ tableName: tableName$G
1837
1842
  };
1838
1843
 
1839
- const index$1p = {
1844
+ const index$1s = {
1840
1845
  __proto__: null,
1841
1846
  Requests: requests
1842
1847
  };
@@ -1845,71 +1850,71 @@ const marketplace = {
1845
1850
  __proto__: null
1846
1851
  };
1847
1852
 
1848
- const contractName$7 = _marketplace;
1853
+ const contractName$8 = _marketplace;
1849
1854
 
1850
- const index$1o = {
1855
+ const index$1r = {
1851
1856
  __proto__: null,
1852
- Actions: index$1q,
1857
+ Actions: index$1t,
1853
1858
  Interfaces: marketplace,
1854
- Tables: index$1p,
1855
- contractName: contractName$7
1859
+ Tables: index$1s,
1860
+ contractName: contractName$8
1856
1861
  };
1857
1862
 
1858
- const authorizations$1G = [{ permissions: [active], actor: _username }];
1859
- const actionName$1G = "propose";
1863
+ const authorizations$1R = [{ permissions: [active], actor: _username }];
1864
+ const actionName$1R = "propose";
1860
1865
 
1861
1866
  const proposeTransaction = {
1862
1867
  __proto__: null,
1863
- actionName: actionName$1G,
1864
- authorizations: authorizations$1G
1868
+ actionName: actionName$1R,
1869
+ authorizations: authorizations$1R
1865
1870
  };
1866
1871
 
1867
- const authorizations$1F = [{ permissions: [active], actor: _username }];
1868
- const actionName$1F = "approve";
1872
+ const authorizations$1Q = [{ permissions: [active], actor: _username }];
1873
+ const actionName$1Q = "approve";
1869
1874
 
1870
1875
  const approveProposal = {
1871
1876
  __proto__: null,
1872
- actionName: actionName$1F,
1873
- authorizations: authorizations$1F
1877
+ actionName: actionName$1Q,
1878
+ authorizations: authorizations$1Q
1874
1879
  };
1875
1880
 
1876
- const authorizations$1E = [{ permissions: [active], actor: _username }];
1877
- const actionName$1E = "unapprove";
1881
+ const authorizations$1P = [{ permissions: [active], actor: _username }];
1882
+ const actionName$1P = "unapprove";
1878
1883
 
1879
1884
  const unapproveProposal = {
1880
1885
  __proto__: null,
1881
- actionName: actionName$1E,
1882
- authorizations: authorizations$1E
1886
+ actionName: actionName$1P,
1887
+ authorizations: authorizations$1P
1883
1888
  };
1884
1889
 
1885
- const authorizations$1D = [{ permissions: [active], actor: _username }];
1886
- const actionName$1D = "cancel";
1890
+ const authorizations$1O = [{ permissions: [active], actor: _username }];
1891
+ const actionName$1O = "cancel";
1887
1892
 
1888
1893
  const cancelProposal = {
1889
1894
  __proto__: null,
1890
- actionName: actionName$1D,
1891
- authorizations: authorizations$1D
1895
+ actionName: actionName$1O,
1896
+ authorizations: authorizations$1O
1892
1897
  };
1893
1898
 
1894
- const authorizations$1C = [{ permissions: [active], actor: _username }];
1895
- const actionName$1C = "exec";
1899
+ const authorizations$1N = [{ permissions: [active], actor: _username }];
1900
+ const actionName$1N = "exec";
1896
1901
 
1897
1902
  const execProposal = {
1898
1903
  __proto__: null,
1899
- actionName: actionName$1C,
1900
- authorizations: authorizations$1C
1904
+ actionName: actionName$1N,
1905
+ authorizations: authorizations$1N
1901
1906
  };
1902
1907
 
1903
- const authorizations$1B = [{ permissions: [active], actor: _username }];
1904
- const actionName$1B = "invalidate";
1908
+ const authorizations$1M = [{ permissions: [active], actor: _username }];
1909
+ const actionName$1M = "invalidate";
1905
1910
 
1906
1911
  const invalidateAccount = {
1907
1912
  __proto__: null,
1908
- actionName: actionName$1B,
1909
- authorizations: authorizations$1B
1913
+ actionName: actionName$1M,
1914
+ authorizations: authorizations$1M
1910
1915
  };
1911
1916
 
1912
- const index$1n = {
1917
+ const index$1q = {
1913
1918
  __proto__: null,
1914
1919
  ApproveProposal: approveProposal,
1915
1920
  CancelProposal: cancelProposal,
@@ -1919,43 +1924,43 @@ const index$1n = {
1919
1924
  UnapproveProposal: unapproveProposal
1920
1925
  };
1921
1926
 
1922
- const tableName$B = "approvals";
1923
- const scope$B = _msig;
1927
+ const tableName$F = "approvals";
1928
+ const scope$F = _msig;
1924
1929
 
1925
1930
  const approvals = {
1926
1931
  __proto__: null,
1927
- scope: scope$B,
1928
- tableName: tableName$B
1932
+ scope: scope$F,
1933
+ tableName: tableName$F
1929
1934
  };
1930
1935
 
1931
- const tableName$A = "approvals2";
1932
- const scope$A = _msig;
1936
+ const tableName$E = "approvals2";
1937
+ const scope$E = _msig;
1933
1938
 
1934
1939
  const approvals2 = {
1935
1940
  __proto__: null,
1936
- scope: scope$A,
1937
- tableName: tableName$A
1941
+ scope: scope$E,
1942
+ tableName: tableName$E
1938
1943
  };
1939
1944
 
1940
- const tableName$z = "invals";
1941
- const scope$z = _msig;
1945
+ const tableName$D = "invals";
1946
+ const scope$D = _msig;
1942
1947
 
1943
1948
  const invalidations = {
1944
1949
  __proto__: null,
1945
- scope: scope$z,
1946
- tableName: tableName$z
1950
+ scope: scope$D,
1951
+ tableName: tableName$D
1947
1952
  };
1948
1953
 
1949
- const tableName$y = "proposal";
1950
- const scope$y = _msig;
1954
+ const tableName$C = "proposal";
1955
+ const scope$C = _msig;
1951
1956
 
1952
1957
  const proposals = {
1953
1958
  __proto__: null,
1954
- scope: scope$y,
1955
- tableName: tableName$y
1959
+ scope: scope$C,
1960
+ tableName: tableName$C
1956
1961
  };
1957
1962
 
1958
- const index$1m = {
1963
+ const index$1p = {
1959
1964
  __proto__: null,
1960
1965
  Approvals: approvals,
1961
1966
  Approvals2: approvals2,
@@ -1967,26 +1972,26 @@ const msig = {
1967
1972
  __proto__: null
1968
1973
  };
1969
1974
 
1970
- const contractName$6 = _msig;
1975
+ const contractName$7 = _msig;
1971
1976
 
1972
- const index$1l = {
1977
+ const index$1o = {
1973
1978
  __proto__: null,
1974
- Actions: index$1n,
1979
+ Actions: index$1q,
1975
1980
  Interfaces: msig,
1976
- Tables: index$1m,
1977
- contractName: contractName$6
1981
+ Tables: index$1p,
1982
+ contractName: contractName$7
1978
1983
  };
1979
1984
 
1980
- const authorizations$1A = [{ permissions: [active], actor: _username }];
1981
- const actionName$1A = "exec";
1985
+ const authorizations$1L = [{ permissions: [active], actor: _username }];
1986
+ const actionName$1L = "exec";
1982
1987
 
1983
1988
  const exec = {
1984
1989
  __proto__: null,
1985
- actionName: actionName$1A,
1986
- authorizations: authorizations$1A
1990
+ actionName: actionName$1L,
1991
+ authorizations: authorizations$1L
1987
1992
  };
1988
1993
 
1989
- const index$1k = {
1994
+ const index$1n = {
1990
1995
  __proto__: null,
1991
1996
  Exec: exec
1992
1997
  };
@@ -1995,363 +2000,363 @@ const wrap = {
1995
2000
  __proto__: null
1996
2001
  };
1997
2002
 
1998
- const contractName$5 = _wrap;
2003
+ const contractName$6 = _wrap;
1999
2004
 
2000
- const index$1j = {
2005
+ const index$1m = {
2001
2006
  __proto__: null,
2002
- Actions: index$1k,
2007
+ Actions: index$1n,
2003
2008
  Interfaces: wrap,
2004
- contractName: contractName$5
2009
+ contractName: contractName$6
2005
2010
  };
2006
2011
 
2007
- const authorizations$1z = [{ permissions: [active], actor: _system }];
2008
- const actionName$1z = "init";
2012
+ const authorizations$1K = [{ permissions: [active], actor: _system }];
2013
+ const actionName$1K = "init";
2009
2014
 
2010
2015
  const init = {
2011
2016
  __proto__: null,
2012
- actionName: actionName$1z,
2013
- authorizations: authorizations$1z
2017
+ actionName: actionName$1K,
2018
+ authorizations: authorizations$1K
2014
2019
  };
2015
2020
 
2016
- const authorizations$1y = [{ permissions: [active], actor: _contract }];
2017
- const actionName$1y = "setcode";
2021
+ const authorizations$1J = [{ permissions: [active], actor: _contract }];
2022
+ const actionName$1J = "setcode";
2018
2023
 
2019
2024
  const setCode = {
2020
2025
  __proto__: null,
2021
- actionName: actionName$1y,
2022
- authorizations: authorizations$1y
2026
+ actionName: actionName$1J,
2027
+ authorizations: authorizations$1J
2023
2028
  };
2024
2029
 
2025
- const authorizations$1x = [{ permissions: [active], actor: _system }];
2026
- const actionName$1x = "initemission";
2030
+ const authorizations$1I = [{ permissions: [active], actor: _system }];
2031
+ const actionName$1I = "initemission";
2027
2032
 
2028
2033
  const initEmission = {
2029
2034
  __proto__: null,
2030
- actionName: actionName$1x,
2031
- authorizations: authorizations$1x
2035
+ actionName: actionName$1I,
2036
+ authorizations: authorizations$1I
2032
2037
  };
2033
2038
 
2034
- const authorizations$1w = [{ permissions: [active], actor: _system }];
2035
- const actionName$1w = "setacctcpu";
2039
+ const authorizations$1H = [{ permissions: [active], actor: _system }];
2040
+ const actionName$1H = "setacctcpu";
2036
2041
 
2037
2042
  const setCPULimits = {
2038
2043
  __proto__: null,
2039
- actionName: actionName$1w,
2040
- authorizations: authorizations$1w
2044
+ actionName: actionName$1H,
2045
+ authorizations: authorizations$1H
2041
2046
  };
2042
2047
 
2043
- const authorizations$1v = [{ permissions: [active], actor: _system }];
2044
- const actionName$1v = "setacctnet";
2048
+ const authorizations$1G = [{ permissions: [active], actor: _system }];
2049
+ const actionName$1G = "setacctnet";
2045
2050
 
2046
2051
  const setNETLimits = {
2047
2052
  __proto__: null,
2048
- actionName: actionName$1v,
2049
- authorizations: authorizations$1v
2053
+ actionName: actionName$1G,
2054
+ authorizations: authorizations$1G
2050
2055
  };
2051
2056
 
2052
- const authorizations$1u = [{ permissions: [active], actor: _system }];
2053
- const actionName$1u = "setacctram";
2057
+ const authorizations$1F = [{ permissions: [active], actor: _system }];
2058
+ const actionName$1F = "setacctram";
2054
2059
 
2055
2060
  const setRAMLimits = {
2056
2061
  __proto__: null,
2057
- actionName: actionName$1u,
2058
- authorizations: authorizations$1u
2062
+ actionName: actionName$1F,
2063
+ authorizations: authorizations$1F
2059
2064
  };
2060
2065
 
2061
- const authorizations$1t = [{ permissions: [active], actor: _system }];
2062
- const actionName$1t = "activate";
2066
+ const authorizations$1E = [{ permissions: [active], actor: _system }];
2067
+ const actionName$1E = "activate";
2063
2068
 
2064
2069
  const activateFeature = {
2065
2070
  __proto__: null,
2066
- actionName: actionName$1t,
2067
- authorizations: authorizations$1t
2071
+ actionName: actionName$1E,
2072
+ authorizations: authorizations$1E
2068
2073
  };
2069
2074
 
2070
- const authorizations$1s = [{ permissions: [active], actor: _username }];
2071
- const actionName$1s = "delegatebw";
2075
+ const authorizations$1D = [{ permissions: [active], actor: _username }];
2076
+ const actionName$1D = "delegatebw";
2072
2077
 
2073
2078
  const delegateBW = {
2074
2079
  __proto__: null,
2075
- actionName: actionName$1s,
2076
- authorizations: authorizations$1s
2080
+ actionName: actionName$1D,
2081
+ authorizations: authorizations$1D
2077
2082
  };
2078
2083
 
2079
- const authorizations$1r = [{ permissions: [active], actor: _username }];
2080
- const actionName$1r = "undelegatebw";
2084
+ const authorizations$1C = [{ permissions: [active], actor: _username }];
2085
+ const actionName$1C = "undelegatebw";
2081
2086
 
2082
2087
  const undelegateBW = {
2083
2088
  __proto__: null,
2084
- actionName: actionName$1r,
2085
- authorizations: authorizations$1r
2089
+ actionName: actionName$1C,
2090
+ authorizations: authorizations$1C
2086
2091
  };
2087
2092
 
2088
- const authorizations$1q = [{ permissions: [active], actor: _username }];
2089
- const actionName$1q = "buyram";
2093
+ const authorizations$1B = [{ permissions: [active], actor: _username }];
2094
+ const actionName$1B = "buyram";
2090
2095
 
2091
2096
  const buyRAM = {
2092
2097
  __proto__: null,
2093
- actionName: actionName$1q,
2094
- authorizations: authorizations$1q
2098
+ actionName: actionName$1B,
2099
+ authorizations: authorizations$1B
2095
2100
  };
2096
2101
 
2097
- const authorizations$1p = [{ permissions: [active], actor: _username }];
2098
- const actionName$1p = "buyrambytes";
2102
+ const authorizations$1A = [{ permissions: [active], actor: _username }];
2103
+ const actionName$1A = "buyrambytes";
2099
2104
 
2100
2105
  const buyRAMBytes = {
2101
2106
  __proto__: null,
2102
- actionName: actionName$1p,
2103
- authorizations: authorizations$1p
2107
+ actionName: actionName$1A,
2108
+ authorizations: authorizations$1A
2104
2109
  };
2105
2110
 
2106
- const authorizations$1o = [{ permissions: [active], actor: _username }];
2107
- const actionName$1o = "refund";
2111
+ const authorizations$1z = [{ permissions: [active], actor: _username }];
2112
+ const actionName$1z = "refund";
2108
2113
 
2109
2114
  const refund = {
2110
2115
  __proto__: null,
2111
- actionName: actionName$1o,
2112
- authorizations: authorizations$1o
2116
+ actionName: actionName$1z,
2117
+ authorizations: authorizations$1z
2113
2118
  };
2114
2119
 
2115
- const authorizations$1n = [{ permissions: [active], actor: _username }];
2116
- const actionName$1n = "regproducer";
2120
+ const authorizations$1y = [{ permissions: [active], actor: _username }];
2121
+ const actionName$1y = "regproducer";
2117
2122
 
2118
2123
  const registerProducer = {
2119
2124
  __proto__: null,
2120
- actionName: actionName$1n,
2121
- authorizations: authorizations$1n
2125
+ actionName: actionName$1y,
2126
+ authorizations: authorizations$1y
2122
2127
  };
2123
2128
 
2124
- const authorizations$1m = [{ permissions: [active], actor: _username }];
2125
- const actionName$1m = "regproducer2";
2129
+ const authorizations$1x = [{ permissions: [active], actor: _username }];
2130
+ const actionName$1x = "regproducer2";
2126
2131
 
2127
2132
  const registerProducer2 = {
2128
2133
  __proto__: null,
2129
- actionName: actionName$1m,
2130
- authorizations: authorizations$1m
2134
+ actionName: actionName$1x,
2135
+ authorizations: authorizations$1x
2131
2136
  };
2132
2137
 
2133
- const authorizations$1l = [{ permissions: [active], actor: _username }];
2134
- const actionName$1l = "unregprod";
2138
+ const authorizations$1w = [{ permissions: [active], actor: _username }];
2139
+ const actionName$1w = "unregprod";
2135
2140
 
2136
2141
  const unregisterProducer = {
2137
2142
  __proto__: null,
2138
- actionName: actionName$1l,
2139
- authorizations: authorizations$1l
2143
+ actionName: actionName$1w,
2144
+ authorizations: authorizations$1w
2140
2145
  };
2141
2146
 
2142
- const authorizations$1k = [{ permissions: [active], actor: _system }];
2143
- const actionName$1k = "setram";
2147
+ const authorizations$1v = [{ permissions: [active], actor: _system }];
2148
+ const actionName$1v = "setram";
2144
2149
 
2145
2150
  const setTotalRAM = {
2146
2151
  __proto__: null,
2147
- actionName: actionName$1k,
2148
- authorizations: authorizations$1k
2152
+ actionName: actionName$1v,
2153
+ authorizations: authorizations$1v
2149
2154
  };
2150
2155
 
2151
- const authorizations$1j = [{ permissions: [active], actor: _system }];
2152
- const actionName$1j = "setramrate";
2156
+ const authorizations$1u = [{ permissions: [active], actor: _system }];
2157
+ const actionName$1u = "setramrate";
2153
2158
 
2154
2159
  const setTotalRAMRate = {
2155
2160
  __proto__: null,
2156
- actionName: actionName$1j,
2157
- authorizations: authorizations$1j
2161
+ actionName: actionName$1u,
2162
+ authorizations: authorizations$1u
2158
2163
  };
2159
2164
 
2160
- const authorizations$1i = [{ permissions: [active], actor: _username }];
2161
- const actionName$1i = "voteproducer";
2165
+ const authorizations$1t = [{ permissions: [active], actor: _username }];
2166
+ const actionName$1t = "voteproducer";
2162
2167
 
2163
2168
  const voteForProducer = {
2164
2169
  __proto__: null,
2165
- actionName: actionName$1i,
2166
- authorizations: authorizations$1i
2170
+ actionName: actionName$1t,
2171
+ authorizations: authorizations$1t
2167
2172
  };
2168
2173
 
2169
- const authorizations$1h = [{ permissions: [active], actor: _username }];
2170
- const actionName$1h = "voteupdate";
2174
+ const authorizations$1s = [{ permissions: [active], actor: _username }];
2175
+ const actionName$1s = "voteupdate";
2171
2176
 
2172
2177
  const voteUpdate = {
2173
2178
  __proto__: null,
2174
- actionName: actionName$1h,
2175
- authorizations: authorizations$1h
2179
+ actionName: actionName$1s,
2180
+ authorizations: authorizations$1s
2176
2181
  };
2177
2182
 
2178
- const authorizations$1g = [{ permissions: [active], actor: _username }];
2179
- const actionName$1g = "regproxy";
2183
+ const authorizations$1r = [{ permissions: [active], actor: _username }];
2184
+ const actionName$1r = "regproxy";
2180
2185
 
2181
2186
  const registerProxy = {
2182
2187
  __proto__: null,
2183
- actionName: actionName$1g,
2184
- authorizations: authorizations$1g
2188
+ actionName: actionName$1r,
2189
+ authorizations: authorizations$1r
2185
2190
  };
2186
2191
 
2187
- const authorizations$1f = [{ permissions: [active], actor: _username }];
2188
- const actionName$1f = "claimrewards";
2192
+ const authorizations$1q = [{ permissions: [active], actor: _username }];
2193
+ const actionName$1q = "claimrewards";
2189
2194
 
2190
2195
  const claimRewards = {
2191
2196
  __proto__: null,
2192
- actionName: actionName$1f,
2193
- authorizations: authorizations$1f
2197
+ actionName: actionName$1q,
2198
+ authorizations: authorizations$1q
2194
2199
  };
2195
2200
 
2196
- const authorizations$1e = [{ permissions: [active], actor: _system }];
2197
- const actionName$1e = "rmvproducer";
2201
+ const authorizations$1p = [{ permissions: [active], actor: _system }];
2202
+ const actionName$1p = "rmvproducer";
2198
2203
 
2199
2204
  const removeProducer = {
2200
2205
  __proto__: null,
2201
- actionName: actionName$1e,
2202
- authorizations: authorizations$1e
2206
+ actionName: actionName$1p,
2207
+ authorizations: authorizations$1p
2203
2208
  };
2204
2209
 
2205
- const authorizations$1d = [{ permissions: [active], actor: _system }];
2206
- const actionName$1d = "updtrevision";
2210
+ const authorizations$1o = [{ permissions: [active], actor: _system }];
2211
+ const actionName$1o = "updtrevision";
2207
2212
 
2208
2213
  const updateRevision = {
2209
2214
  __proto__: null,
2210
- actionName: actionName$1d,
2211
- authorizations: authorizations$1d
2215
+ actionName: actionName$1o,
2216
+ authorizations: authorizations$1o
2212
2217
  };
2213
2218
 
2214
- const authorizations$1c = [{ permissions: [active], actor: _username }];
2215
- const actionName$1c = "bidname";
2219
+ const authorizations$1n = [{ permissions: [active], actor: _username }];
2220
+ const actionName$1n = "bidname";
2216
2221
 
2217
2222
  const bidName = {
2218
2223
  __proto__: null,
2219
- actionName: actionName$1c,
2220
- authorizations: authorizations$1c
2224
+ actionName: actionName$1n,
2225
+ authorizations: authorizations$1n
2221
2226
  };
2222
2227
 
2223
- const authorizations$1b = [{ permissions: [active], actor: _username }];
2224
- const actionName$1b = "bidrefund";
2228
+ const authorizations$1m = [{ permissions: [active], actor: _username }];
2229
+ const actionName$1m = "bidrefund";
2225
2230
 
2226
2231
  const bidNameRefund = {
2227
2232
  __proto__: null,
2228
- actionName: actionName$1b,
2229
- authorizations: authorizations$1b
2233
+ actionName: actionName$1m,
2234
+ authorizations: authorizations$1m
2230
2235
  };
2231
2236
 
2232
- const authorizations$1a = [{ permissions: [active], actor: _system }];
2233
- const actionName$1a = "setpriv";
2237
+ const authorizations$1l = [{ permissions: [active], actor: _system }];
2238
+ const actionName$1l = "setpriv";
2234
2239
 
2235
2240
  const setPrivileged = {
2236
2241
  __proto__: null,
2237
- actionName: actionName$1a,
2238
- authorizations: authorizations$1a
2242
+ actionName: actionName$1l,
2243
+ authorizations: authorizations$1l
2239
2244
  };
2240
2245
 
2241
- const authorizations$19 = [{ permissions: [active], actor: _system }];
2242
- const actionName$19 = "setalimits";
2246
+ const authorizations$1k = [{ permissions: [active], actor: _system }];
2247
+ const actionName$1k = "setalimits";
2243
2248
 
2244
2249
  const setAccountLimits = {
2245
2250
  __proto__: null,
2246
- actionName: actionName$19,
2247
- authorizations: authorizations$19
2251
+ actionName: actionName$1k,
2252
+ authorizations: authorizations$1k
2248
2253
  };
2249
2254
 
2250
- const authorizations$18 = [{ permissions: [active], actor: _system }];
2251
- const actionName$18 = "setparams";
2255
+ const authorizations$1j = [{ permissions: [active], actor: _system }];
2256
+ const actionName$1j = "setparams";
2252
2257
 
2253
2258
  const setParams = {
2254
2259
  __proto__: null,
2255
- actionName: actionName$18,
2256
- authorizations: authorizations$18
2260
+ actionName: actionName$1j,
2261
+ authorizations: authorizations$1j
2257
2262
  };
2258
2263
 
2259
- const authorizations$17 = [{ permissions: [active], actor: _system }];
2260
- const actionName$17 = "cfgpowerup";
2264
+ const authorizations$1i = [{ permissions: [active], actor: _system }];
2265
+ const actionName$1i = "cfgpowerup";
2261
2266
 
2262
2267
  const initPowerup = {
2263
2268
  __proto__: null,
2264
- actionName: actionName$17,
2265
- authorizations: authorizations$17
2269
+ actionName: actionName$1i,
2270
+ authorizations: authorizations$1i
2266
2271
  };
2267
2272
 
2268
- const authorizations$16 = [{ permissions: [active], actor: _username }];
2269
- const actionName$16 = "powerupexec";
2273
+ const authorizations$1h = [{ permissions: [active], actor: _username }];
2274
+ const actionName$1h = "powerupexec";
2270
2275
 
2271
2276
  const execPowerup = {
2272
2277
  __proto__: null,
2273
- actionName: actionName$16,
2274
- authorizations: authorizations$16
2278
+ actionName: actionName$1h,
2279
+ authorizations: authorizations$1h
2275
2280
  };
2276
2281
 
2277
- const authorizations$15 = [{ permissions: [active], actor: _username }];
2278
- const actionName$15 = "powerup";
2282
+ const authorizations$1g = [{ permissions: [active], actor: _username }];
2283
+ const actionName$1g = "powerup";
2279
2284
 
2280
2285
  const powerup = {
2281
2286
  __proto__: null,
2282
- actionName: actionName$15,
2283
- authorizations: authorizations$15
2287
+ actionName: actionName$1g,
2288
+ authorizations: authorizations$1g
2284
2289
  };
2285
2290
 
2286
- const authorizations$14 = [
2291
+ const authorizations$1f = [
2287
2292
  { permissions: [active], actor: _system },
2288
2293
  { permissions: [active], actor: _registrator }
2289
2294
  ];
2290
- const actionName$14 = "newaccount";
2295
+ const actionName$1f = "newaccount";
2291
2296
 
2292
2297
  const newAccount = {
2293
2298
  __proto__: null,
2294
- actionName: actionName$14,
2295
- authorizations: authorizations$14
2299
+ actionName: actionName$1f,
2300
+ authorizations: authorizations$1f
2296
2301
  };
2297
2302
 
2298
- const authorizations$13 = [
2303
+ const authorizations$1e = [
2299
2304
  { permissions: [active], actor: _registrator }
2300
2305
  ];
2301
- const actionName$13 = "createaccnt";
2306
+ const actionName$1e = "createaccnt";
2302
2307
 
2303
2308
  const createAccount = {
2304
2309
  __proto__: null,
2305
- actionName: actionName$13,
2306
- authorizations: authorizations$13
2310
+ actionName: actionName$1e,
2311
+ authorizations: authorizations$1e
2307
2312
  };
2308
2313
 
2309
- const authorizations$12 = [{ permissions: [active], actor: _contract }];
2310
- const actionName$12 = "setabi";
2314
+ const authorizations$1d = [{ permissions: [active], actor: _contract }];
2315
+ const actionName$1d = "setabi";
2311
2316
 
2312
2317
  const setAbi = {
2313
2318
  __proto__: null,
2314
- actionName: actionName$12,
2315
- authorizations: authorizations$12
2319
+ actionName: actionName$1d,
2320
+ authorizations: authorizations$1d
2316
2321
  };
2317
2322
 
2318
- const authorizations$11 = [{ permissions: [active], actor: _username }];
2319
- const actionName$11 = "updateauth";
2323
+ const authorizations$1c = [{ permissions: [active], actor: _username }];
2324
+ const actionName$1c = "updateauth";
2320
2325
 
2321
2326
  const updateAuth = {
2322
2327
  __proto__: null,
2323
- actionName: actionName$11,
2324
- authorizations: authorizations$11
2328
+ actionName: actionName$1c,
2329
+ authorizations: authorizations$1c
2325
2330
  };
2326
2331
 
2327
- const authorizations$10 = [{ permissions: [active], actor: _username }];
2328
- const actionName$10 = "deleteauth";
2332
+ const authorizations$1b = [{ permissions: [active], actor: _username }];
2333
+ const actionName$1b = "deleteauth";
2329
2334
 
2330
2335
  const deleteAuth = {
2331
2336
  __proto__: null,
2332
- actionName: actionName$10,
2333
- authorizations: authorizations$10
2337
+ actionName: actionName$1b,
2338
+ authorizations: authorizations$1b
2334
2339
  };
2335
2340
 
2336
- const authorizations$$ = [{ permissions: [active], actor: _contract }];
2337
- const actionName$$ = "linkauth";
2341
+ const authorizations$1a = [{ permissions: [active], actor: _contract }];
2342
+ const actionName$1a = "linkauth";
2338
2343
 
2339
2344
  const linkAuth = {
2340
2345
  __proto__: null,
2341
- actionName: actionName$$,
2342
- authorizations: authorizations$$
2346
+ actionName: actionName$1a,
2347
+ authorizations: authorizations$1a
2343
2348
  };
2344
2349
 
2345
- const authorizations$_ = [{ permissions: [active], actor: _username }];
2346
- const actionName$_ = "canceldelay";
2350
+ const authorizations$19 = [{ permissions: [active], actor: _username }];
2351
+ const actionName$19 = "canceldelay";
2347
2352
 
2348
2353
  const cancelDelay = {
2349
2354
  __proto__: null,
2350
- actionName: actionName$_,
2351
- authorizations: authorizations$_
2355
+ actionName: actionName$19,
2356
+ authorizations: authorizations$19
2352
2357
  };
2353
2358
 
2354
- const index$1i = {
2359
+ const index$1l = {
2355
2360
  __proto__: null,
2356
2361
  ActivateFeature: activateFeature,
2357
2362
  BidName: bidName,
@@ -2393,115 +2398,115 @@ const index$1i = {
2393
2398
  VoteUpdate: voteUpdate
2394
2399
  };
2395
2400
 
2396
- const tableName$x = "bidrefunds";
2397
- const scope$x = _system;
2401
+ const tableName$B = "bidrefunds";
2402
+ const scope$B = _system;
2398
2403
 
2399
2404
  const bidRefunds = {
2400
2405
  __proto__: null,
2401
- scope: scope$x,
2402
- tableName: tableName$x
2406
+ scope: scope$B,
2407
+ tableName: tableName$B
2403
2408
  };
2404
2409
 
2405
- const tableName$w = "delband";
2406
- const scope$w = _system;
2410
+ const tableName$A = "delband";
2411
+ const scope$A = _system;
2407
2412
 
2408
2413
  const delegatedBandwith = {
2409
2414
  __proto__: null,
2410
- scope: scope$w,
2411
- tableName: tableName$w
2415
+ scope: scope$A,
2416
+ tableName: tableName$A
2412
2417
  };
2413
2418
 
2414
- const tableName$v = "emission";
2415
- const scope$v = _system;
2419
+ const tableName$z = "emission";
2420
+ const scope$z = _system;
2416
2421
 
2417
2422
  const emissionState = {
2418
2423
  __proto__: null,
2419
- scope: scope$v,
2420
- tableName: tableName$v
2424
+ scope: scope$z,
2425
+ tableName: tableName$z
2421
2426
  };
2422
2427
 
2423
- const tableName$u = "global";
2424
- const scope$u = _system;
2428
+ const tableName$y = "global";
2429
+ const scope$y = _system;
2425
2430
 
2426
2431
  const globalState = {
2427
2432
  __proto__: null,
2428
- scope: scope$u,
2429
- tableName: tableName$u
2433
+ scope: scope$y,
2434
+ tableName: tableName$y
2430
2435
  };
2431
2436
 
2432
- const tableName$t = "namebids";
2433
- const scope$t = _system;
2437
+ const tableName$x = "namebids";
2438
+ const scope$x = _system;
2434
2439
 
2435
2440
  const nameBids = {
2436
2441
  __proto__: null,
2437
- scope: scope$t,
2438
- tableName: tableName$t
2442
+ scope: scope$x,
2443
+ tableName: tableName$x
2439
2444
  };
2440
2445
 
2441
- const tableName$s = "powerstate";
2442
- const scope$s = _system;
2446
+ const tableName$w = "powerstate";
2447
+ const scope$w = _system;
2443
2448
 
2444
2449
  const powerState = {
2445
2450
  __proto__: null,
2446
- scope: scope$s,
2447
- tableName: tableName$s
2451
+ scope: scope$w,
2452
+ tableName: tableName$w
2448
2453
  };
2449
2454
 
2450
- const tableName$r = "powup.order";
2451
- const scope$r = _system;
2455
+ const tableName$v = "powup.order";
2456
+ const scope$v = _system;
2452
2457
 
2453
2458
  const powerupOrders = {
2454
2459
  __proto__: null,
2455
- scope: scope$r,
2456
- tableName: tableName$r
2460
+ scope: scope$v,
2461
+ tableName: tableName$v
2457
2462
  };
2458
2463
 
2459
- const tableName$q = "producers";
2460
- const scope$q = _system;
2464
+ const tableName$u = "producers";
2465
+ const scope$u = _system;
2461
2466
 
2462
2467
  const producers = {
2463
2468
  __proto__: null,
2464
- scope: scope$q,
2465
- tableName: tableName$q
2469
+ scope: scope$u,
2470
+ tableName: tableName$u
2466
2471
  };
2467
2472
 
2468
- const tableName$p = "ramdebts";
2469
- const scope$p = _system;
2473
+ const tableName$t = "ramdebts";
2474
+ const scope$t = _system;
2470
2475
 
2471
2476
  const ramDebts = {
2472
2477
  __proto__: null,
2473
- scope: scope$p,
2474
- tableName: tableName$p
2478
+ scope: scope$t,
2479
+ tableName: tableName$t
2475
2480
  };
2476
2481
 
2477
- const tableName$o = "refunds";
2478
- const scope$o = _system;
2482
+ const tableName$s = "refunds";
2483
+ const scope$s = _system;
2479
2484
 
2480
2485
  const refunds = {
2481
2486
  __proto__: null,
2482
- scope: scope$o,
2483
- tableName: tableName$o
2487
+ scope: scope$s,
2488
+ tableName: tableName$s
2484
2489
  };
2485
2490
 
2486
- const tableName$n = "userres";
2487
- const scope$n = _system;
2491
+ const tableName$r = "userres";
2492
+ const scope$r = _system;
2488
2493
 
2489
2494
  const userResources = {
2490
2495
  __proto__: null,
2491
- scope: scope$n,
2492
- tableName: tableName$n
2496
+ scope: scope$r,
2497
+ tableName: tableName$r
2493
2498
  };
2494
2499
 
2495
- const tableName$m = "voters";
2496
- const scope$m = _system;
2500
+ const tableName$q = "voters";
2501
+ const scope$q = _system;
2497
2502
 
2498
2503
  const voters = {
2499
2504
  __proto__: null,
2500
- scope: scope$m,
2501
- tableName: tableName$m
2505
+ scope: scope$q,
2506
+ tableName: tableName$q
2502
2507
  };
2503
2508
 
2504
- const index$1h = {
2509
+ const index$1k = {
2505
2510
  __proto__: null,
2506
2511
  BidRefunds: bidRefunds,
2507
2512
  NameBids: nameBids,
@@ -2521,625 +2526,625 @@ const system = {
2521
2526
  __proto__: null
2522
2527
  };
2523
2528
 
2524
- const contractName$4 = _system;
2529
+ const contractName$5 = _system;
2525
2530
 
2526
- const index$1g = {
2531
+ const index$1j = {
2527
2532
  __proto__: null,
2528
- Actions: index$1i,
2533
+ Actions: index$1l,
2529
2534
  Interfaces: system,
2530
- Tables: index$1h,
2531
- contractName: contractName$4
2535
+ Tables: index$1k,
2536
+ contractName: contractName$5
2532
2537
  };
2533
2538
 
2534
- const authorizations$Z = [{ permissions: [active], actor: _chairman }];
2535
- const actionName$Z = "importcontrib";
2539
+ const authorizations$18 = [{ permissions: [active], actor: _chairman }];
2540
+ const actionName$18 = "importcontrib";
2536
2541
 
2537
2542
  const importContributor = {
2543
+ __proto__: null,
2544
+ actionName: actionName$18,
2545
+ authorizations: authorizations$18
2546
+ };
2547
+
2548
+ const authorizations$17 = [{ permissions: [active], actor: _chairman }];
2549
+ const actionName$17 = "setconfig";
2550
+
2551
+ const setConfig = {
2552
+ __proto__: null,
2553
+ actionName: actionName$17,
2554
+ authorizations: authorizations$17
2555
+ };
2556
+
2557
+ const authorizations$16 = [{ permissions: [active], actor: _chairman }];
2558
+ const actionName$16 = "createproj";
2559
+
2560
+ const createProject = {
2561
+ __proto__: null,
2562
+ actionName: actionName$16,
2563
+ authorizations: authorizations$16
2564
+ };
2565
+
2566
+ const authorizations$15 = [{ permissions: [active], actor: _chairman }];
2567
+ const actionName$15 = "editproj";
2568
+
2569
+ const editProject = {
2570
+ __proto__: null,
2571
+ actionName: actionName$15,
2572
+ authorizations: authorizations$15
2573
+ };
2574
+
2575
+ const authorizations$14 = [{ permissions: [active], actor: _chairman }];
2576
+ const actionName$14 = "openproject";
2577
+
2578
+ const openProject = {
2579
+ __proto__: null,
2580
+ actionName: actionName$14,
2581
+ authorizations: authorizations$14
2582
+ };
2583
+
2584
+ const authorizations$13 = [{ permissions: [active], actor: _chairman }];
2585
+ const actionName$13 = "closeproject";
2586
+
2587
+ const closeProject = {
2588
+ __proto__: null,
2589
+ actionName: actionName$13,
2590
+ authorizations: authorizations$13
2591
+ };
2592
+
2593
+ const authorizations$12 = [{ permissions: [active], actor: _chairman }];
2594
+ const actionName$12 = "startproject";
2595
+
2596
+ const startProject = {
2597
+ __proto__: null,
2598
+ actionName: actionName$12,
2599
+ authorizations: authorizations$12
2600
+ };
2601
+
2602
+ const authorizations$11 = [{ permissions: [active], actor: _chairman }];
2603
+ const actionName$11 = "stopproject";
2604
+
2605
+ const stopProject = {
2606
+ __proto__: null,
2607
+ actionName: actionName$11,
2608
+ authorizations: authorizations$11
2609
+ };
2610
+
2611
+ const authorizations$10 = [{ permissions: [active], actor: _chairman }];
2612
+ const actionName$10 = "startvoting";
2613
+
2614
+ const startVoting = {
2615
+ __proto__: null,
2616
+ actionName: actionName$10,
2617
+ authorizations: authorizations$10
2618
+ };
2619
+
2620
+ const authorizations$$ = [{ permissions: [active], actor: _chairman }];
2621
+ const actionName$$ = "cmpltvoting";
2622
+
2623
+ const completeVoting = {
2624
+ __proto__: null,
2625
+ actionName: actionName$$,
2626
+ authorizations: authorizations$$
2627
+ };
2628
+
2629
+ const authorizations$_ = [{ permissions: [active], actor: _chairman }];
2630
+ const actionName$_ = "calcvotes";
2631
+
2632
+ const calcVotes = {
2633
+ __proto__: null,
2634
+ actionName: actionName$_,
2635
+ authorizations: authorizations$_
2636
+ };
2637
+
2638
+ const authorizations$Z = [{ permissions: [active], actor: _chairman }];
2639
+ const actionName$Z = "submitvote";
2640
+
2641
+ const submitVote = {
2538
2642
  __proto__: null,
2539
2643
  actionName: actionName$Z,
2540
2644
  authorizations: authorizations$Z
2541
2645
  };
2542
2646
 
2543
2647
  const authorizations$Y = [{ permissions: [active], actor: _chairman }];
2544
- const actionName$Y = "setconfig";
2648
+ const actionName$Y = "delproject";
2545
2649
 
2546
- const setConfig = {
2650
+ const deleteProject = {
2547
2651
  __proto__: null,
2548
2652
  actionName: actionName$Y,
2549
2653
  authorizations: authorizations$Y
2550
2654
  };
2551
2655
 
2552
2656
  const authorizations$X = [{ permissions: [active], actor: _chairman }];
2553
- const actionName$X = "createproj";
2657
+ const actionName$X = "setmaster";
2554
2658
 
2555
- const createProject = {
2659
+ const setMaster = {
2556
2660
  __proto__: null,
2557
2661
  actionName: actionName$X,
2558
2662
  authorizations: authorizations$X
2559
2663
  };
2560
2664
 
2561
2665
  const authorizations$W = [{ permissions: [active], actor: _chairman }];
2562
- const actionName$W = "editproj";
2666
+ const actionName$W = "setplan";
2563
2667
 
2564
- const editProject = {
2668
+ const setPlan = {
2565
2669
  __proto__: null,
2566
2670
  actionName: actionName$W,
2567
2671
  authorizations: authorizations$W
2568
2672
  };
2569
2673
 
2570
2674
  const authorizations$V = [{ permissions: [active], actor: _chairman }];
2571
- const actionName$V = "openproject";
2675
+ const actionName$V = "expandexpnss";
2572
2676
 
2573
- const openProject = {
2677
+ const expandExpenses = {
2574
2678
  __proto__: null,
2575
2679
  actionName: actionName$V,
2576
2680
  authorizations: authorizations$V
2577
2681
  };
2578
2682
 
2579
2683
  const authorizations$U = [{ permissions: [active], actor: _chairman }];
2580
- const actionName$U = "closeproject";
2684
+ const actionName$U = "convertsegm";
2581
2685
 
2582
- const closeProject = {
2686
+ const convertSegment = {
2583
2687
  __proto__: null,
2584
2688
  actionName: actionName$U,
2585
2689
  authorizations: authorizations$U
2586
2690
  };
2587
2691
 
2588
2692
  const authorizations$T = [{ permissions: [active], actor: _chairman }];
2589
- const actionName$T = "startproject";
2693
+ const actionName$T = "createwthd3";
2590
2694
 
2591
- const startProject = {
2695
+ const createWithdrawProgram = {
2592
2696
  __proto__: null,
2593
2697
  actionName: actionName$T,
2594
2698
  authorizations: authorizations$T
2595
2699
  };
2596
2700
 
2597
2701
  const authorizations$S = [{ permissions: [active], actor: _chairman }];
2598
- const actionName$S = "stopproject";
2702
+ const actionName$S = "pushrslt";
2599
2703
 
2600
- const stopProject = {
2704
+ const pushResult = {
2601
2705
  __proto__: null,
2602
2706
  actionName: actionName$S,
2603
2707
  authorizations: authorizations$S
2604
2708
  };
2605
2709
 
2606
2710
  const authorizations$R = [{ permissions: [active], actor: _chairman }];
2607
- const actionName$R = "startvoting";
2711
+ const actionName$R = "signact1";
2608
2712
 
2609
- const startVoting = {
2713
+ const signAct1 = {
2610
2714
  __proto__: null,
2611
2715
  actionName: actionName$R,
2612
2716
  authorizations: authorizations$R
2613
2717
  };
2614
2718
 
2615
2719
  const authorizations$Q = [{ permissions: [active], actor: _chairman }];
2616
- const actionName$Q = "cmpltvoting";
2720
+ const actionName$Q = "signact2";
2617
2721
 
2618
- const completeVoting = {
2722
+ const signAct2 = {
2619
2723
  __proto__: null,
2620
2724
  actionName: actionName$Q,
2621
2725
  authorizations: authorizations$Q
2622
2726
  };
2623
2727
 
2624
2728
  const authorizations$P = [{ permissions: [active], actor: _chairman }];
2625
- const actionName$P = "calcvotes";
2729
+ const actionName$P = "createpgprp";
2626
2730
 
2627
- const calcVotes = {
2731
+ const createProgramProperty = {
2628
2732
  __proto__: null,
2629
2733
  actionName: actionName$P,
2630
2734
  authorizations: authorizations$P
2631
2735
  };
2632
2736
 
2633
2737
  const authorizations$O = [{ permissions: [active], actor: _chairman }];
2634
- const actionName$O = "submitvote";
2738
+ const actionName$O = "act1pgprp";
2635
2739
 
2636
- const submitVote = {
2740
+ const act1ProgramProperty = {
2637
2741
  __proto__: null,
2638
2742
  actionName: actionName$O,
2639
2743
  authorizations: authorizations$O
2640
2744
  };
2641
2745
 
2642
2746
  const authorizations$N = [{ permissions: [active], actor: _chairman }];
2643
- const actionName$N = "delproject";
2747
+ const actionName$N = "act2pgprp";
2644
2748
 
2645
- const deleteProject = {
2749
+ const act2ProgramProperty = {
2646
2750
  __proto__: null,
2647
2751
  actionName: actionName$N,
2648
2752
  authorizations: authorizations$N
2649
2753
  };
2650
2754
 
2651
2755
  const authorizations$M = [{ permissions: [active], actor: _chairman }];
2652
- const actionName$M = "setmaster";
2756
+ const actionName$M = "addauthor";
2653
2757
 
2654
- const setMaster = {
2758
+ const addAuthor = {
2655
2759
  __proto__: null,
2656
2760
  actionName: actionName$M,
2657
2761
  authorizations: authorizations$M
2658
2762
  };
2659
2763
 
2660
2764
  const authorizations$L = [{ permissions: [active], actor: _chairman }];
2661
- const actionName$L = "setplan";
2765
+ const actionName$L = "createcmmt";
2662
2766
 
2663
- const setPlan = {
2767
+ const createCommit = {
2664
2768
  __proto__: null,
2665
2769
  actionName: actionName$L,
2666
2770
  authorizations: authorizations$L
2667
2771
  };
2668
2772
 
2669
2773
  const authorizations$K = [{ permissions: [active], actor: _chairman }];
2670
- const actionName$K = "expandexpnss";
2774
+ const actionName$K = "approvecmmt";
2671
2775
 
2672
- const expandExpenses = {
2776
+ const commitApprove = {
2673
2777
  __proto__: null,
2674
2778
  actionName: actionName$K,
2675
2779
  authorizations: authorizations$K
2676
2780
  };
2677
2781
 
2678
2782
  const authorizations$J = [{ permissions: [active], actor: _chairman }];
2679
- const actionName$J = "convertsegm";
2783
+ const actionName$J = "declinecmmt";
2680
2784
 
2681
- const convertSegment = {
2785
+ const commitDecline = {
2682
2786
  __proto__: null,
2683
2787
  actionName: actionName$J,
2684
2788
  authorizations: authorizations$J
2685
2789
  };
2686
2790
 
2687
2791
  const authorizations$I = [{ permissions: [active], actor: _chairman }];
2688
- const actionName$I = "createwthd3";
2792
+ const actionName$I = "createdebt";
2689
2793
 
2690
- const createWithdrawProgram = {
2794
+ const createDebt = {
2691
2795
  __proto__: null,
2692
2796
  actionName: actionName$I,
2693
2797
  authorizations: authorizations$I
2694
2798
  };
2695
2799
 
2696
2800
  const authorizations$H = [{ permissions: [active], actor: _chairman }];
2697
- const actionName$H = "pushrslt";
2801
+ const actionName$H = "regcontrib";
2698
2802
 
2699
- const pushResult = {
2803
+ const registerContributor = {
2700
2804
  __proto__: null,
2701
2805
  actionName: actionName$H,
2702
2806
  authorizations: authorizations$H
2703
2807
  };
2704
2808
 
2705
2809
  const authorizations$G = [{ permissions: [active], actor: _chairman }];
2706
- const actionName$G = "signact1";
2810
+ const actionName$G = "editcontrib";
2707
2811
 
2708
- const signAct1 = {
2812
+ const editContributor = {
2709
2813
  __proto__: null,
2710
2814
  actionName: actionName$G,
2711
2815
  authorizations: authorizations$G
2712
2816
  };
2713
2817
 
2714
2818
  const authorizations$F = [{ permissions: [active], actor: _chairman }];
2715
- const actionName$F = "signact2";
2819
+ const actionName$F = "getclearance";
2716
2820
 
2717
- const signAct2 = {
2821
+ const getClearance = {
2718
2822
  __proto__: null,
2719
2823
  actionName: actionName$F,
2720
2824
  authorizations: authorizations$F
2721
2825
  };
2722
2826
 
2723
2827
  const authorizations$E = [{ permissions: [active], actor: _chairman }];
2724
- const actionName$E = "createpgprp";
2828
+ const actionName$E = "apprvappndx";
2725
2829
 
2726
- const createProgramProperty = {
2830
+ const confirmClearance = {
2727
2831
  __proto__: null,
2728
2832
  actionName: actionName$E,
2729
2833
  authorizations: authorizations$E
2730
2834
  };
2731
2835
 
2732
2836
  const authorizations$D = [{ permissions: [active], actor: _chairman }];
2733
- const actionName$D = "act1pgprp";
2837
+ const actionName$D = "dclineappndx";
2734
2838
 
2735
- const act1ProgramProperty = {
2839
+ const declineClearance = {
2736
2840
  __proto__: null,
2737
2841
  actionName: actionName$D,
2738
2842
  authorizations: authorizations$D
2739
2843
  };
2740
2844
 
2741
2845
  const authorizations$C = [{ permissions: [active], actor: _chairman }];
2742
- const actionName$C = "act2pgprp";
2846
+ const actionName$C = "createinvest";
2743
2847
 
2744
- const act2ProgramProperty = {
2848
+ const createInvest = {
2745
2849
  __proto__: null,
2746
2850
  actionName: actionName$C,
2747
2851
  authorizations: authorizations$C
2748
2852
  };
2749
2853
 
2750
2854
  const authorizations$B = [{ permissions: [active], actor: _chairman }];
2751
- const actionName$B = "addauthor";
2855
+ const actionName$B = "createpinv";
2752
2856
 
2753
- const addAuthor = {
2857
+ const createProgramInvest = {
2754
2858
  __proto__: null,
2755
2859
  actionName: actionName$B,
2756
2860
  authorizations: authorizations$B
2757
2861
  };
2758
2862
 
2759
2863
  const authorizations$A = [{ permissions: [active], actor: _chairman }];
2760
- const actionName$A = "createcmmt";
2864
+ const actionName$A = "createpjprp";
2761
2865
 
2762
- const createCommit = {
2866
+ const createProjectProperty = {
2763
2867
  __proto__: null,
2764
2868
  actionName: actionName$A,
2765
2869
  authorizations: authorizations$A
2766
2870
  };
2767
2871
 
2768
2872
  const authorizations$z = [{ permissions: [active], actor: _chairman }];
2769
- const actionName$z = "approvecmmt";
2873
+ const actionName$z = "allocate";
2770
2874
 
2771
- const commitApprove = {
2875
+ const allocate = {
2772
2876
  __proto__: null,
2773
2877
  actionName: actionName$z,
2774
2878
  authorizations: authorizations$z
2775
2879
  };
2776
2880
 
2777
2881
  const authorizations$y = [{ permissions: [active], actor: _chairman }];
2778
- const actionName$y = "declinecmmt";
2882
+ const actionName$y = "diallocate";
2779
2883
 
2780
- const commitDecline = {
2884
+ const deallocate = {
2781
2885
  __proto__: null,
2782
2886
  actionName: actionName$y,
2783
2887
  authorizations: authorizations$y
2784
2888
  };
2785
2889
 
2786
2890
  const authorizations$x = [{ permissions: [active], actor: _chairman }];
2787
- const actionName$x = "createdebt";
2891
+ const actionName$x = "createexpnse";
2788
2892
 
2789
- const createDebt = {
2893
+ const createExpense = {
2790
2894
  __proto__: null,
2791
2895
  actionName: actionName$x,
2792
2896
  authorizations: authorizations$x
2793
2897
  };
2794
2898
 
2795
2899
  const authorizations$w = [{ permissions: [active], actor: _chairman }];
2796
- const actionName$w = "regcontrib";
2900
+ const actionName$w = "fundprog";
2797
2901
 
2798
- const registerContributor = {
2902
+ const fundProgram = {
2799
2903
  __proto__: null,
2800
2904
  actionName: actionName$w,
2801
2905
  authorizations: authorizations$w
2802
2906
  };
2803
2907
 
2804
2908
  const authorizations$v = [{ permissions: [active], actor: _chairman }];
2805
- const actionName$v = "editcontrib";
2909
+ const actionName$v = "refreshprog";
2806
2910
 
2807
- const editContributor = {
2911
+ const refreshProgram = {
2808
2912
  __proto__: null,
2809
2913
  actionName: actionName$v,
2810
2914
  authorizations: authorizations$v
2811
2915
  };
2812
2916
 
2813
2917
  const authorizations$u = [{ permissions: [active], actor: _chairman }];
2814
- const actionName$u = "getclearance";
2918
+ const actionName$u = "rfrshsegment";
2815
2919
 
2816
- const getClearance = {
2920
+ const refreshSegment = {
2817
2921
  __proto__: null,
2818
2922
  actionName: actionName$u,
2819
2923
  authorizations: authorizations$u
2820
2924
  };
2821
2925
 
2822
- const authorizations$t = [{ permissions: [active], actor: _chairman }];
2823
- const actionName$t = "apprvappndx";
2926
+ const authorizations$t = [{ permissions: [active], actor: _coopname }];
2927
+ const actionName$t = "regshare";
2824
2928
 
2825
- const confirmClearance = {
2929
+ const registerShare = {
2826
2930
  __proto__: null,
2827
2931
  actionName: actionName$t,
2828
2932
  authorizations: authorizations$t
2829
2933
  };
2830
2934
 
2831
2935
  const authorizations$s = [{ permissions: [active], actor: _chairman }];
2832
- const actionName$s = "dclineappndx";
2936
+ const actionName$s = "refreshcontr";
2833
2937
 
2834
- const declineClearance = {
2938
+ const refreshContributor = {
2835
2939
  __proto__: null,
2836
2940
  actionName: actionName$s,
2837
2941
  authorizations: authorizations$s
2838
2942
  };
2839
2943
 
2840
2944
  const authorizations$r = [{ permissions: [active], actor: _chairman }];
2841
- const actionName$r = "createinvest";
2945
+ const actionName$r = "finalizeproj";
2842
2946
 
2843
- const createInvest = {
2947
+ const finalizeProject = {
2844
2948
  __proto__: null,
2845
2949
  actionName: actionName$r,
2846
2950
  authorizations: authorizations$r
2847
2951
  };
2848
2952
 
2849
- const authorizations$q = [{ permissions: [active], actor: _chairman }];
2850
- const actionName$q = "createpinv";
2851
-
2852
- const createProgramInvest = {
2953
+ const index$1i = {
2853
2954
  __proto__: null,
2854
- actionName: actionName$q,
2855
- authorizations: authorizations$q
2955
+ Act1ProgramProperty: act1ProgramProperty,
2956
+ Act2ProgramProperty: act2ProgramProperty,
2957
+ AddAuthor: addAuthor,
2958
+ Allocate: allocate,
2959
+ CalculateVotes: calcVotes,
2960
+ CloseProject: closeProject,
2961
+ CommitApprove: commitApprove,
2962
+ CommitDecline: commitDecline,
2963
+ CompleteVoting: completeVoting,
2964
+ ConfirmClearance: confirmClearance,
2965
+ ConvertSegment: convertSegment,
2966
+ CreateCommit: createCommit,
2967
+ CreateDebt: createDebt,
2968
+ CreateExpense: createExpense,
2969
+ CreateProgramInvest: createProgramInvest,
2970
+ CreateProgramProperty: createProgramProperty,
2971
+ CreateProject: createProject,
2972
+ CreateProjectInvest: createInvest,
2973
+ CreateProjectProperty: createProjectProperty,
2974
+ CreateWithdrawProgram: createWithdrawProgram,
2975
+ Deallocate: deallocate,
2976
+ DeclineClearance: declineClearance,
2977
+ DeleteProject: deleteProject,
2978
+ EditContributor: editContributor,
2979
+ EditProject: editProject,
2980
+ ExpandExpenses: expandExpenses,
2981
+ FinalizeProject: finalizeProject,
2982
+ FundProgram: fundProgram,
2983
+ GetClearance: getClearance,
2984
+ ImportContributor: importContributor,
2985
+ OpenProject: openProject,
2986
+ PushResult: pushResult,
2987
+ RefreshContributor: refreshContributor,
2988
+ RefreshProgram: refreshProgram,
2989
+ RefreshSegment: refreshSegment,
2990
+ RegisterContributor: registerContributor,
2991
+ RegisterShare: registerShare,
2992
+ SetConfig: setConfig,
2993
+ SetMaster: setMaster,
2994
+ SetPlan: setPlan,
2995
+ SignAct1: signAct1,
2996
+ SignAct2: signAct2,
2997
+ StartProject: startProject,
2998
+ StartVoting: startVoting,
2999
+ StopProject: stopProject,
3000
+ SubmitVote: submitVote
2856
3001
  };
2857
3002
 
2858
- const authorizations$p = [{ permissions: [active], actor: _chairman }];
2859
- const actionName$p = "createpjprp";
3003
+ const tableName$p = "appendixes";
3004
+ const scope$p = _coopname;
2860
3005
 
2861
- const createProjectProperty = {
3006
+ const appendixes = {
2862
3007
  __proto__: null,
2863
- actionName: actionName$p,
2864
- authorizations: authorizations$p
3008
+ scope: scope$p,
3009
+ tableName: tableName$p
2865
3010
  };
2866
3011
 
2867
- const authorizations$o = [{ permissions: [active], actor: _chairman }];
2868
- const actionName$o = "allocate";
3012
+ const tableName$o = "commits";
3013
+ const scope$o = _coopname;
2869
3014
 
2870
- const allocate = {
3015
+ const commits = {
2871
3016
  __proto__: null,
2872
- actionName: actionName$o,
2873
- authorizations: authorizations$o
3017
+ scope: scope$o,
3018
+ tableName: tableName$o
2874
3019
  };
2875
3020
 
2876
- const authorizations$n = [{ permissions: [active], actor: _chairman }];
2877
- const actionName$n = "diallocate";
3021
+ const tableName$n = "contributors";
3022
+ const scope$n = _coopname;
2878
3023
 
2879
- const deallocate = {
3024
+ const contributors = {
2880
3025
  __proto__: null,
2881
- actionName: actionName$n,
2882
- authorizations: authorizations$n
3026
+ scope: scope$n,
3027
+ tableName: tableName$n
2883
3028
  };
2884
3029
 
2885
- const authorizations$m = [{ permissions: [active], actor: _chairman }];
2886
- const actionName$m = "createexpnse";
3030
+ const tableName$m = "debts";
3031
+ const scope$m = _coopname;
2887
3032
 
2888
- const createExpense = {
3033
+ const debts = {
2889
3034
  __proto__: null,
2890
- actionName: actionName$m,
2891
- authorizations: authorizations$m
2892
- };
2893
-
2894
- const authorizations$l = [{ permissions: [active], actor: _chairman }];
2895
- const actionName$l = "fundprog";
2896
-
2897
- const fundProgram = {
2898
- __proto__: null,
2899
- actionName: actionName$l,
2900
- authorizations: authorizations$l
2901
- };
2902
-
2903
- const authorizations$k = [{ permissions: [active], actor: _chairman }];
2904
- const actionName$k = "refreshprog";
2905
-
2906
- const refreshProgram = {
2907
- __proto__: null,
2908
- actionName: actionName$k,
2909
- authorizations: authorizations$k
2910
- };
2911
-
2912
- const authorizations$j = [{ permissions: [active], actor: _chairman }];
2913
- const actionName$j = "rfrshsegment";
2914
-
2915
- const refreshSegment = {
2916
- __proto__: null,
2917
- actionName: actionName$j,
2918
- authorizations: authorizations$j
2919
- };
2920
-
2921
- const authorizations$i = [{ permissions: [active], actor: _coopname }];
2922
- const actionName$i = "regshare";
2923
-
2924
- const registerShare = {
2925
- __proto__: null,
2926
- actionName: actionName$i,
2927
- authorizations: authorizations$i
2928
- };
2929
-
2930
- const authorizations$h = [{ permissions: [active], actor: _chairman }];
2931
- const actionName$h = "refreshcontr";
2932
-
2933
- const refreshContributor = {
2934
- __proto__: null,
2935
- actionName: actionName$h,
2936
- authorizations: authorizations$h
2937
- };
2938
-
2939
- const authorizations$g = [{ permissions: [active], actor: _chairman }];
2940
- const actionName$g = "finalizeproj";
2941
-
2942
- const finalizeProject = {
2943
- __proto__: null,
2944
- actionName: actionName$g,
2945
- authorizations: authorizations$g
2946
- };
2947
-
2948
- const index$1f = {
2949
- __proto__: null,
2950
- Act1ProgramProperty: act1ProgramProperty,
2951
- Act2ProgramProperty: act2ProgramProperty,
2952
- AddAuthor: addAuthor,
2953
- Allocate: allocate,
2954
- CalculateVotes: calcVotes,
2955
- CloseProject: closeProject,
2956
- CommitApprove: commitApprove,
2957
- CommitDecline: commitDecline,
2958
- CompleteVoting: completeVoting,
2959
- ConfirmClearance: confirmClearance,
2960
- ConvertSegment: convertSegment,
2961
- CreateCommit: createCommit,
2962
- CreateDebt: createDebt,
2963
- CreateExpense: createExpense,
2964
- CreateProgramInvest: createProgramInvest,
2965
- CreateProgramProperty: createProgramProperty,
2966
- CreateProject: createProject,
2967
- CreateProjectInvest: createInvest,
2968
- CreateProjectProperty: createProjectProperty,
2969
- CreateWithdrawProgram: createWithdrawProgram,
2970
- Deallocate: deallocate,
2971
- DeclineClearance: declineClearance,
2972
- DeleteProject: deleteProject,
2973
- EditContributor: editContributor,
2974
- EditProject: editProject,
2975
- ExpandExpenses: expandExpenses,
2976
- FinalizeProject: finalizeProject,
2977
- FundProgram: fundProgram,
2978
- GetClearance: getClearance,
2979
- ImportContributor: importContributor,
2980
- OpenProject: openProject,
2981
- PushResult: pushResult,
2982
- RefreshContributor: refreshContributor,
2983
- RefreshProgram: refreshProgram,
2984
- RefreshSegment: refreshSegment,
2985
- RegisterContributor: registerContributor,
2986
- RegisterShare: registerShare,
2987
- SetConfig: setConfig,
2988
- SetMaster: setMaster,
2989
- SetPlan: setPlan,
2990
- SignAct1: signAct1,
2991
- SignAct2: signAct2,
2992
- StartProject: startProject,
2993
- StartVoting: startVoting,
2994
- StopProject: stopProject,
2995
- SubmitVote: submitVote
3035
+ scope: scope$m,
3036
+ tableName: tableName$m
2996
3037
  };
2997
3038
 
2998
- const tableName$l = "appendixes";
3039
+ const tableName$l = "expenses";
2999
3040
  const scope$l = _coopname;
3000
3041
 
3001
- const appendixes = {
3042
+ const expenses = {
3002
3043
  __proto__: null,
3003
3044
  scope: scope$l,
3004
3045
  tableName: tableName$l
3005
3046
  };
3006
3047
 
3007
- const tableName$k = "commits";
3048
+ const tableName$k = "invests";
3008
3049
  const scope$k = _coopname;
3009
3050
 
3010
- const commits = {
3051
+ const invests = {
3011
3052
  __proto__: null,
3012
3053
  scope: scope$k,
3013
3054
  tableName: tableName$k
3014
3055
  };
3015
3056
 
3016
- const tableName$j = "contributors";
3057
+ const tableName$j = "pinvests";
3017
3058
  const scope$j = _coopname;
3018
3059
 
3019
- const contributors = {
3060
+ const programInvests = {
3020
3061
  __proto__: null,
3021
3062
  scope: scope$j,
3022
3063
  tableName: tableName$j
3023
3064
  };
3024
3065
 
3025
- const tableName$i = "debts";
3066
+ const tableName$i = "pgproperties";
3026
3067
  const scope$i = _coopname;
3027
3068
 
3028
- const debts = {
3069
+ const programProperties = {
3029
3070
  __proto__: null,
3030
3071
  scope: scope$i,
3031
3072
  tableName: tableName$i
3032
3073
  };
3033
3074
 
3034
- const tableName$h = "expenses";
3075
+ const tableName$h = "prgwithdraws";
3035
3076
  const scope$h = _coopname;
3036
3077
 
3037
- const expenses = {
3078
+ const programWithdraws = {
3038
3079
  __proto__: null,
3039
3080
  scope: scope$h,
3040
3081
  tableName: tableName$h
3041
3082
  };
3042
3083
 
3043
- const tableName$g = "invests";
3084
+ const tableName$g = "projects";
3044
3085
  const scope$g = _coopname;
3045
3086
 
3046
- const invests = {
3087
+ const projects = {
3047
3088
  __proto__: null,
3048
3089
  scope: scope$g,
3049
3090
  tableName: tableName$g
3050
3091
  };
3051
3092
 
3052
- const tableName$f = "pinvests";
3093
+ const tableName$f = "pjproperties";
3053
3094
  const scope$f = _coopname;
3054
3095
 
3055
- const programInvests = {
3096
+ const projectProperties = {
3056
3097
  __proto__: null,
3057
3098
  scope: scope$f,
3058
3099
  tableName: tableName$f
3059
3100
  };
3060
3101
 
3061
- const tableName$e = "pgproperties";
3102
+ const tableName$e = "capwallets";
3062
3103
  const scope$e = _coopname;
3063
3104
 
3064
- const programProperties = {
3105
+ const programWallets = {
3065
3106
  __proto__: null,
3066
3107
  scope: scope$e,
3067
3108
  tableName: tableName$e
3068
3109
  };
3069
3110
 
3070
- const tableName$d = "prgwithdraws";
3111
+ const tableName$d = "results";
3071
3112
  const scope$d = _coopname;
3072
3113
 
3073
- const programWithdraws = {
3114
+ const results = {
3074
3115
  __proto__: null,
3075
3116
  scope: scope$d,
3076
3117
  tableName: tableName$d
3077
3118
  };
3078
3119
 
3079
- const tableName$c = "projects";
3120
+ const tableName$c = "segments";
3080
3121
  const scope$c = _coopname;
3081
3122
 
3082
- const projects = {
3123
+ const segments = {
3083
3124
  __proto__: null,
3084
3125
  scope: scope$c,
3085
3126
  tableName: tableName$c
3086
3127
  };
3087
3128
 
3088
- const tableName$b = "pjproperties";
3129
+ const tableName$b = "votes";
3089
3130
  const scope$b = _coopname;
3090
3131
 
3091
- const projectProperties = {
3132
+ const votes = {
3092
3133
  __proto__: null,
3093
3134
  scope: scope$b,
3094
3135
  tableName: tableName$b
3095
3136
  };
3096
3137
 
3097
- const tableName$a = "capwallets";
3098
- const scope$a = _coopname;
3138
+ const tableName$a = "state";
3139
+ const scope$a = _capital;
3099
3140
 
3100
- const programWallets = {
3141
+ const state = {
3101
3142
  __proto__: null,
3102
3143
  scope: scope$a,
3103
3144
  tableName: tableName$a
3104
3145
  };
3105
3146
 
3106
- const tableName$9 = "results";
3107
- const scope$9 = _coopname;
3108
-
3109
- const results = {
3110
- __proto__: null,
3111
- scope: scope$9,
3112
- tableName: tableName$9
3113
- };
3114
-
3115
- const tableName$8 = "segments";
3116
- const scope$8 = _coopname;
3117
-
3118
- const segments = {
3119
- __proto__: null,
3120
- scope: scope$8,
3121
- tableName: tableName$8
3122
- };
3123
-
3124
- const tableName$7 = "votes";
3125
- const scope$7 = _coopname;
3126
-
3127
- const votes = {
3128
- __proto__: null,
3129
- scope: scope$7,
3130
- tableName: tableName$7
3131
- };
3132
-
3133
- const tableName$6 = "state";
3134
- const scope$6 = _capital;
3135
-
3136
- const state = {
3137
- __proto__: null,
3138
- scope: scope$6,
3139
- tableName: tableName$6
3140
- };
3141
-
3142
- const index$1e = {
3147
+ const index$1h = {
3143
3148
  __proto__: null,
3144
3149
  Appendixes: appendixes,
3145
3150
  Commits: commits,
@@ -3163,59 +3168,59 @@ const capital = {
3163
3168
  __proto__: null
3164
3169
  };
3165
3170
 
3166
- const contractName$3 = _capital;
3171
+ const contractName$4 = _capital;
3167
3172
 
3168
- const index$1d = {
3173
+ const index$1g = {
3169
3174
  __proto__: null,
3170
- Actions: index$1f,
3175
+ Actions: index$1i,
3171
3176
  Interfaces: capital,
3172
- Tables: index$1e,
3173
- contractName: contractName$3
3177
+ Tables: index$1h,
3178
+ contractName: contractName$4
3174
3179
  };
3175
3180
 
3176
- const authorizations$f = [{ permissions: [active, special], actor: _coopname }];
3177
- const actionName$f = "createdpst";
3181
+ const authorizations$q = [{ permissions: [active, special], actor: _coopname }];
3182
+ const actionName$q = "createdpst";
3178
3183
 
3179
3184
  const createDeposit = {
3180
3185
  __proto__: null,
3181
- actionName: actionName$f,
3182
- authorizations: authorizations$f
3186
+ actionName: actionName$q,
3187
+ authorizations: authorizations$q
3183
3188
  };
3184
3189
 
3185
- const authorizations$e = [{ permissions: [active], actor: _username }];
3186
- const actionName$e = "createwthd";
3190
+ const authorizations$p = [{ permissions: [active], actor: _username }];
3191
+ const actionName$p = "createwthd";
3187
3192
 
3188
3193
  const createWithdraw = {
3189
3194
  __proto__: null,
3190
- actionName: actionName$e,
3191
- authorizations: authorizations$e
3195
+ actionName: actionName$p,
3196
+ authorizations: authorizations$p
3192
3197
  };
3193
3198
 
3194
- const index$1c = {
3199
+ const index$1f = {
3195
3200
  __proto__: null,
3196
3201
  CreateDeposit: createDeposit,
3197
3202
  CreateWithdraw: createWithdraw
3198
3203
  };
3199
3204
 
3200
- const tableName$5 = "deposits";
3201
- const scope$5 = _wallet;
3205
+ const tableName$9 = "deposits";
3206
+ const scope$9 = _wallet;
3202
3207
 
3203
3208
  const deposits = {
3204
3209
  __proto__: null,
3205
- scope: scope$5,
3206
- tableName: tableName$5
3210
+ scope: scope$9,
3211
+ tableName: tableName$9
3207
3212
  };
3208
3213
 
3209
- const tableName$4 = "withdraws";
3210
- const scope$4 = _wallet;
3214
+ const tableName$8 = "withdraws";
3215
+ const scope$8 = _wallet;
3211
3216
 
3212
3217
  const withdraws = {
3213
3218
  __proto__: null,
3214
- scope: scope$4,
3215
- tableName: tableName$4
3219
+ scope: scope$8,
3220
+ tableName: tableName$8
3216
3221
  };
3217
3222
 
3218
- const index$1b = {
3223
+ const index$1e = {
3219
3224
  __proto__: null,
3220
3225
  Deposits: deposits,
3221
3226
  Withdraws: withdraws
@@ -3225,80 +3230,80 @@ const wallet = {
3225
3230
  __proto__: null
3226
3231
  };
3227
3232
 
3228
- const contractName$2 = _wallet;
3233
+ const contractName$3 = _wallet;
3229
3234
 
3230
- const index$1a = {
3235
+ const index$1d = {
3231
3236
  __proto__: null,
3232
- Actions: index$1c,
3237
+ Actions: index$1f,
3233
3238
  Interfaces: wallet,
3234
- Tables: index$1b,
3235
- contractName: contractName$2
3239
+ Tables: index$1e,
3240
+ contractName: contractName$3
3236
3241
  };
3237
3242
 
3238
- const authorizations$d = [{ permissions: [active], actor: _contract }];
3239
- const actionName$d = "sub";
3243
+ const authorizations$o = [{ permissions: [active], actor: _contract }];
3244
+ const actionName$o = "sub";
3240
3245
 
3241
3246
  const debet = {
3242
3247
  __proto__: null,
3243
- actionName: actionName$d,
3244
- authorizations: authorizations$d
3248
+ actionName: actionName$o,
3249
+ authorizations: authorizations$o
3245
3250
  };
3246
3251
 
3247
- const authorizations$c = [{ permissions: [active], actor: _contract }];
3248
- const actionName$c = "add";
3252
+ const authorizations$n = [{ permissions: [active], actor: _contract }];
3253
+ const actionName$n = "add";
3249
3254
 
3250
3255
  const credit = {
3251
3256
  __proto__: null,
3252
- actionName: actionName$c,
3253
- authorizations: authorizations$c
3257
+ actionName: actionName$n,
3258
+ authorizations: authorizations$n
3254
3259
  };
3255
3260
 
3256
- const authorizations$b = [{ permissions: [active], actor: _contract }];
3257
- const actionName$b = "block";
3261
+ const authorizations$m = [{ permissions: [active], actor: _contract }];
3262
+ const actionName$m = "block";
3258
3263
 
3259
3264
  const block = {
3260
3265
  __proto__: null,
3261
- actionName: actionName$b,
3262
- authorizations: authorizations$b
3266
+ actionName: actionName$m,
3267
+ authorizations: authorizations$m
3263
3268
  };
3264
3269
 
3265
- const authorizations$a = [{ permissions: [active], actor: _contract }];
3266
- const actionName$a = "unblock";
3270
+ const authorizations$l = [{ permissions: [active], actor: _contract }];
3271
+ const actionName$l = "unblock";
3267
3272
 
3268
3273
  const unblock = {
3269
3274
  __proto__: null,
3270
- actionName: actionName$a,
3271
- authorizations: authorizations$a
3275
+ actionName: actionName$l,
3276
+ authorizations: authorizations$l
3272
3277
  };
3273
3278
 
3274
- const authorizations$9 = [{ permissions: [active], actor: _contract }];
3275
- const actionName$9 = "writeoff";
3279
+ const authorizations$k = [{ permissions: [active], actor: _contract }];
3280
+ const actionName$k = "writeoff";
3276
3281
 
3277
3282
  const writeoff = {
3278
3283
  __proto__: null,
3279
- actionName: actionName$9,
3280
- authorizations: authorizations$9
3284
+ actionName: actionName$k,
3285
+ authorizations: authorizations$k
3281
3286
  };
3282
3287
 
3283
- const authorizations$8 = [{ permissions: [active], actor: _contract }];
3284
- const actionName$8 = "writeoffcnsl";
3288
+ const authorizations$j = [{ permissions: [active], actor: _contract }];
3289
+ const actionName$j = "writeoffcnsl";
3285
3290
 
3286
3291
  const writeoffCnsl = {
3287
3292
  __proto__: null,
3288
- actionName: actionName$8,
3289
- authorizations: authorizations$8
3293
+ actionName: actionName$j,
3294
+ authorizations: authorizations$j
3290
3295
  };
3291
3296
 
3292
- const authorizations$7 = [{ permissions: [active], actor: _username }];
3293
- const actionName$7 = "create";
3297
+ const authorizations$i = [{ permissions: [active], actor: _username }];
3298
+ const actionName$i = "create";
3294
3299
 
3295
3300
  const create = {
3296
3301
  __proto__: null,
3297
- actionName: actionName$7,
3298
- authorizations: authorizations$7
3302
+ actionName: actionName$i,
3303
+ authorizations: authorizations$i
3299
3304
  };
3300
3305
 
3301
- const index$19 = {
3306
+ const index$1c = {
3302
3307
  __proto__: null,
3303
3308
  Add: debet,
3304
3309
  Block: block,
@@ -3309,25 +3314,25 @@ const index$19 = {
3309
3314
  WriteoffCnsl: writeoffCnsl
3310
3315
  };
3311
3316
 
3312
- const tableName$3 = "accounts";
3313
- const scope$3 = _coopname;
3317
+ const tableName$7 = "accounts";
3318
+ const scope$7 = _coopname;
3314
3319
 
3315
3320
  const laccount = {
3316
3321
  __proto__: null,
3317
- scope: scope$3,
3318
- tableName: tableName$3
3322
+ scope: scope$7,
3323
+ tableName: tableName$7
3319
3324
  };
3320
3325
 
3321
- const tableName$2 = "writeoffops";
3322
- const scope$2 = _coopname;
3326
+ const tableName$6 = "writeoffops";
3327
+ const scope$6 = _coopname;
3323
3328
 
3324
3329
  const writeoffOp = {
3325
3330
  __proto__: null,
3326
- scope: scope$2,
3327
- tableName: tableName$2
3331
+ scope: scope$6,
3332
+ tableName: tableName$6
3328
3333
  };
3329
3334
 
3330
- const index$18 = {
3335
+ const index$1b = {
3331
3336
  __proto__: null,
3332
3337
  Laccount: laccount,
3333
3338
  WriteoffOp: writeoffOp
@@ -3337,74 +3342,218 @@ const ledger = {
3337
3342
  __proto__: null
3338
3343
  };
3339
3344
 
3340
- const contractName$1 = _ledger;
3345
+ const contractName$2 = _ledger;
3346
+
3347
+ const index$1a = {
3348
+ __proto__: null,
3349
+ Actions: index$1c,
3350
+ Interfaces: ledger,
3351
+ Tables: index$1b,
3352
+ contractName: contractName$2
3353
+ };
3354
+
3355
+ const authorizations$h = [{ permissions: [active], actor: _system }];
3356
+ const actionName$h = "createmeet";
3357
+
3358
+ const createMeet = {
3359
+ __proto__: null,
3360
+ actionName: actionName$h,
3361
+ authorizations: authorizations$h
3362
+ };
3363
+
3364
+ const authorizations$g = [{ permissions: [active], actor: _system }];
3365
+ const actionName$g = "restartmeet";
3366
+
3367
+ const restartMeet = {
3368
+ __proto__: null,
3369
+ actionName: actionName$g,
3370
+ authorizations: authorizations$g
3371
+ };
3372
+
3373
+ const authorizations$f = [{ permissions: [active], actor: _system }];
3374
+ const actionName$f = "vote";
3375
+
3376
+ const vote = {
3377
+ __proto__: null,
3378
+ actionName: actionName$f,
3379
+ authorizations: authorizations$f
3380
+ };
3381
+
3382
+ const authorizations$e = [{ permissions: [active], actor: _system }];
3383
+ const actionName$e = "newgdecision";
3384
+
3385
+ const newDecision = {
3386
+ __proto__: null,
3387
+ actionName: actionName$e,
3388
+ authorizations: authorizations$e
3389
+ };
3390
+
3391
+ const authorizations$d = [{ permissions: [active], actor: _system }];
3392
+ const actionName$d = "signbysecr";
3393
+
3394
+ const signBySecretary = {
3395
+ __proto__: null,
3396
+ actionName: actionName$d,
3397
+ authorizations: authorizations$d
3398
+ };
3399
+
3400
+ const authorizations$c = [{ permissions: [active], actor: _system }];
3401
+ const actionName$c = "signbypresid";
3402
+
3403
+ const signByPresider = {
3404
+ __proto__: null,
3405
+ actionName: actionName$c,
3406
+ authorizations: authorizations$c
3407
+ };
3408
+
3409
+ const authorizations$b = [{ permissions: [active], actor: _system }];
3410
+ const actionName$b = "gmnotify";
3411
+
3412
+ const gmNotify = {
3413
+ __proto__: null,
3414
+ actionName: actionName$b,
3415
+ authorizations: authorizations$b
3416
+ };
3417
+
3418
+ const index$19 = {
3419
+ __proto__: null,
3420
+ CreateMeet: createMeet,
3421
+ GmNotify: gmNotify,
3422
+ NewDecision: newDecision,
3423
+ RestartMeet: restartMeet,
3424
+ SignByPresider: signByPresider,
3425
+ SignBySecretary: signBySecretary,
3426
+ Vote: vote
3427
+ };
3428
+
3429
+ const tableName$5 = "meets";
3430
+ const scope$5 = _coopname;
3431
+
3432
+ const meets = {
3433
+ __proto__: null,
3434
+ scope: scope$5,
3435
+ tableName: tableName$5
3436
+ };
3437
+
3438
+ const tableName$4 = "questions";
3439
+ const scope$4 = _coopname;
3440
+
3441
+ const questions = {
3442
+ __proto__: null,
3443
+ scope: scope$4,
3444
+ tableName: tableName$4
3445
+ };
3446
+
3447
+ const index$18 = {
3448
+ __proto__: null,
3449
+ Meets: meets,
3450
+ Questions: questions
3451
+ };
3452
+
3453
+ const contractName$1 = _meet;
3341
3454
 
3342
3455
  const index$17 = {
3343
3456
  __proto__: null,
3344
3457
  Actions: index$19,
3345
- Interfaces: ledger,
3458
+ Interfaces: draft,
3346
3459
  Tables: index$18,
3347
3460
  contractName: contractName$1
3348
3461
  };
3349
3462
 
3350
- const authorizations$6 = [{ permissions: [active], actor: _system }];
3351
- const actionName$6 = "createmeet";
3463
+ const authorizations$a = [{ permissions: [active], actor: _coopname }];
3464
+ const actionName$a = "regpackage";
3352
3465
 
3353
- const createMeet = {
3466
+ const regpackage = {
3467
+ __proto__: null,
3468
+ actionName: actionName$a,
3469
+ authorizations: authorizations$a
3470
+ };
3471
+
3472
+ const authorizations$9 = [{ permissions: [active], actor: _coopname }];
3473
+ const actionName$9 = "transferpkg";
3474
+
3475
+ const transferpkg = {
3476
+ __proto__: null,
3477
+ actionName: actionName$9,
3478
+ authorizations: authorizations$9
3479
+ };
3480
+
3481
+ const authorizations$8 = [{ permissions: [active], actor: _coopname }];
3482
+ const actionName$8 = "setrelease";
3483
+
3484
+ const setrelease = {
3485
+ __proto__: null,
3486
+ actionName: actionName$8,
3487
+ authorizations: authorizations$8
3488
+ };
3489
+
3490
+ const authorizations$7 = [{ permissions: [active], actor: _coopname }];
3491
+ const actionName$7 = "reactivate";
3492
+
3493
+ const reactivate = {
3494
+ __proto__: null,
3495
+ actionName: actionName$7,
3496
+ authorizations: authorizations$7
3497
+ };
3498
+
3499
+ const authorizations$6 = [{ permissions: [active], actor: _coopname }];
3500
+ const actionName$6 = "withdraw";
3501
+
3502
+ const withdraw = {
3354
3503
  __proto__: null,
3355
3504
  actionName: actionName$6,
3356
3505
  authorizations: authorizations$6
3357
3506
  };
3358
3507
 
3359
- const authorizations$5 = [{ permissions: [active], actor: _system }];
3360
- const actionName$5 = "restartmeet";
3508
+ const authorizations$5 = [];
3509
+ const actionName$5 = "cleanup";
3361
3510
 
3362
- const restartMeet = {
3511
+ const cleanup = {
3363
3512
  __proto__: null,
3364
3513
  actionName: actionName$5,
3365
3514
  authorizations: authorizations$5
3366
3515
  };
3367
3516
 
3368
- const authorizations$4 = [{ permissions: [active], actor: _system }];
3369
- const actionName$4 = "vote";
3517
+ const authorizations$4 = [{ permissions: [active], actor: _coopname }];
3518
+ const actionName$4 = "regsub";
3370
3519
 
3371
- const vote = {
3520
+ const regsub = {
3372
3521
  __proto__: null,
3373
3522
  actionName: actionName$4,
3374
3523
  authorizations: authorizations$4
3375
3524
  };
3376
3525
 
3377
- const authorizations$3 = [{ permissions: [active], actor: _system }];
3378
- const actionName$3 = "newgdecision";
3526
+ const authorizations$3 = [{ permissions: [active], actor: _coopname }];
3527
+ const actionName$3 = "expsub";
3379
3528
 
3380
- const newDecision = {
3529
+ const expsub = {
3381
3530
  __proto__: null,
3382
3531
  actionName: actionName$3,
3383
3532
  authorizations: authorizations$3
3384
3533
  };
3385
3534
 
3386
- const authorizations$2 = [{ permissions: [active], actor: _system }];
3387
- const actionName$2 = "signbysecr";
3535
+ const authorizations$2 = [{ permissions: [active], actor: _coopname }];
3536
+ const actionName$2 = "regcoop";
3388
3537
 
3389
- const signBySecretary = {
3538
+ const regcoop = {
3390
3539
  __proto__: null,
3391
3540
  actionName: actionName$2,
3392
3541
  authorizations: authorizations$2
3393
3542
  };
3394
3543
 
3395
- const authorizations$1 = [{ permissions: [active], actor: _system }];
3396
- const actionName$1 = "signbypresid";
3544
+ const authorizations$1 = [{ permissions: [active], actor: _coopname }];
3545
+ const actionName$1 = "setcoop";
3397
3546
 
3398
- const signByPresider = {
3547
+ const setcoop = {
3399
3548
  __proto__: null,
3400
3549
  actionName: actionName$1,
3401
3550
  authorizations: authorizations$1
3402
3551
  };
3403
3552
 
3404
- const authorizations = [{ permissions: [active], actor: _system }];
3405
- const actionName = "gmnotify";
3553
+ const authorizations = [{ permissions: [active], actor: _contract }];
3554
+ const actionName = "migrate";
3406
3555
 
3407
- const gmNotify = {
3556
+ const migrate = {
3408
3557
  __proto__: null,
3409
3558
  actionName: actionName,
3410
3559
  authorizations: authorizations
@@ -3412,28 +3561,50 @@ const gmNotify = {
3412
3561
 
3413
3562
  const index$16 = {
3414
3563
  __proto__: null,
3415
- CreateMeet: createMeet,
3416
- GmNotify: gmNotify,
3417
- NewDecision: newDecision,
3418
- RestartMeet: restartMeet,
3419
- SignByPresider: signByPresider,
3420
- SignBySecretary: signBySecretary,
3421
- Vote: vote
3564
+ Cleanup: cleanup,
3565
+ Expsub: expsub,
3566
+ Migrate: migrate,
3567
+ Reactivate: reactivate,
3568
+ Regcoop: regcoop,
3569
+ Regpackage: regpackage,
3570
+ Regsub: regsub,
3571
+ Setcoop: setcoop,
3572
+ Setrelease: setrelease,
3573
+ Transferpkg: transferpkg,
3574
+ Withdraw: withdraw
3422
3575
  };
3423
3576
 
3424
- const tableName$1 = "meets";
3425
- const scope$1 = _coopname;
3577
+ const tableName$3 = "packages";
3578
+ const scope$3 = _apps;
3426
3579
 
3427
- const meets = {
3580
+ const packages = {
3581
+ __proto__: null,
3582
+ scope: scope$3,
3583
+ tableName: tableName$3
3584
+ };
3585
+
3586
+ const tableName$2 = "releases";
3587
+ const scope$2 = _apps;
3588
+
3589
+ const releases = {
3590
+ __proto__: null,
3591
+ scope: scope$2,
3592
+ tableName: tableName$2
3593
+ };
3594
+
3595
+ const tableName$1 = "subs";
3596
+ const scope$1 = _apps;
3597
+
3598
+ const subs = {
3428
3599
  __proto__: null,
3429
3600
  scope: scope$1,
3430
3601
  tableName: tableName$1
3431
3602
  };
3432
3603
 
3433
- const tableName = "questions";
3434
- const scope = _coopname;
3604
+ const tableName = "coops";
3605
+ const scope = _apps;
3435
3606
 
3436
- const questions = {
3607
+ const coops = {
3437
3608
  __proto__: null,
3438
3609
  scope: scope,
3439
3610
  tableName: tableName
@@ -3441,16 +3612,22 @@ const questions = {
3441
3612
 
3442
3613
  const index$15 = {
3443
3614
  __proto__: null,
3444
- Meets: meets,
3445
- Questions: questions
3615
+ Coops: coops,
3616
+ Packages: packages,
3617
+ Releases: releases,
3618
+ Subs: subs
3446
3619
  };
3447
3620
 
3448
- const contractName = _meet;
3621
+ const apps = {
3622
+ __proto__: null
3623
+ };
3624
+
3625
+ const contractName = _apps;
3449
3626
 
3450
3627
  const index$14 = {
3451
3628
  __proto__: null,
3452
3629
  Actions: index$16,
3453
- Interfaces: draft,
3630
+ Interfaces: apps,
3454
3631
  Tables: index$15,
3455
3632
  contractName: contractName
3456
3633
  };
@@ -9947,22 +10124,23 @@ const index = {
9947
10124
  storedIdToCode: storedIdToCode
9948
10125
  };
9949
10126
 
9950
- exports.BranchContract = index$1R;
9951
- exports.CapitalContract = index$1d;
10127
+ exports.AppsContract = index$14;
10128
+ exports.BranchContract = index$1U;
10129
+ exports.CapitalContract = index$1g;
9952
10130
  exports.Cooperative = index$2;
9953
- exports.DraftContract = index$1U;
9954
- exports.FundContract = index$1O;
9955
- exports.GatewayContract = index$1L;
10131
+ exports.DraftContract = index$1X;
10132
+ exports.FundContract = index$1R;
10133
+ exports.GatewayContract = index$1O;
9956
10134
  exports.Interfaces = index$1;
9957
10135
  exports.Ledger2 = index;
9958
- exports.LedgerContract = index$17;
9959
- exports.MarketContract = index$1o;
9960
- exports.MeetContract = index$14;
9961
- exports.MsigContract = index$1l;
9962
- exports.RegistratorContract = index$1I;
9963
- exports.SovietContract = index$1r;
9964
- exports.SystemContract = index$1g;
9965
- exports.TokenContract = index$1F;
9966
- exports.WalletContract = index$1a;
9967
- exports.WrapContract = index$1j;
9968
- exports._Common = index$1X;
10136
+ exports.LedgerContract = index$1a;
10137
+ exports.MarketContract = index$1r;
10138
+ exports.MeetContract = index$17;
10139
+ exports.MsigContract = index$1o;
10140
+ exports.RegistratorContract = index$1L;
10141
+ exports.SovietContract = index$1u;
10142
+ exports.SystemContract = index$1j;
10143
+ exports.TokenContract = index$1I;
10144
+ exports.WalletContract = index$1d;
10145
+ exports.WrapContract = index$1m;
10146
+ exports._Common = index$1_;