cooptypes 2025.7.23 → 2025.9.1

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