cooptypes 0.4.3 → 0.5.0

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
@@ -8,7 +8,7 @@ const _admin = "_admin";
8
8
  const _contract = "_contract";
9
9
  const _system$1 = "_system";
10
10
 
11
- const index$x = {
11
+ const index$C = {
12
12
  __proto__: null,
13
13
  _admin: _admin,
14
14
  _chairman: _chairman,
@@ -55,8 +55,12 @@ const _msig = {
55
55
  production: "eosio.msig",
56
56
  testnet: "eosio.msig"
57
57
  };
58
+ const _wrap = {
59
+ production: "eosio.wrap",
60
+ testnet: "eosio.wrap"
61
+ };
58
62
 
59
- const index$w = {
63
+ const index$B = {
60
64
  __proto__: null,
61
65
  _draft: _draft,
62
66
  _fund: _fund,
@@ -66,7 +70,8 @@ const index$w = {
66
70
  _registrator: _registrator,
67
71
  _soviet: _soviet,
68
72
  _system: _system,
69
- _token: _token
73
+ _token: _token,
74
+ _wrap: _wrap
70
75
  };
71
76
 
72
77
  const active = "active";
@@ -76,66 +81,66 @@ const special = {
76
81
  action: "actionName"
77
82
  };
78
83
 
79
- const index$v = {
84
+ const index$A = {
80
85
  __proto__: null,
81
86
  active: active,
82
87
  owner: owner,
83
88
  special: special
84
89
  };
85
90
 
86
- const index$u = {
91
+ const index$z = {
87
92
  __proto__: null,
88
- Actors: index$x,
89
- ContractNames: index$w,
90
- Permissions: index$v
93
+ Actors: index$C,
94
+ ContractNames: index$B,
95
+ Permissions: index$A
91
96
  };
92
97
 
93
- const authorizations$1x = [{ permissions: [active], actor: _system }];
94
- const actionName$1x = "createtrans";
98
+ const authorizations$27 = [{ permissions: [active], actor: _system }];
99
+ const actionName$27 = "createtrans";
95
100
 
96
101
  const createTranslation = {
97
102
  __proto__: null,
98
- actionName: actionName$1x,
99
- authorizations: authorizations$1x
103
+ actionName: actionName$27,
104
+ authorizations: authorizations$27
100
105
  };
101
106
 
102
- const authorizations$1w = [{ permissions: [active], actor: _system }];
103
- const actionName$1w = "createdraft";
107
+ const authorizations$26 = [{ permissions: [active], actor: _system }];
108
+ const actionName$26 = "createdraft";
104
109
 
105
110
  const createDraft = {
106
111
  __proto__: null,
107
- actionName: actionName$1w,
108
- authorizations: authorizations$1w
112
+ actionName: actionName$26,
113
+ authorizations: authorizations$26
109
114
  };
110
115
 
111
- const authorizations$1v = [{ permissions: [active], actor: _system }];
112
- const actionName$1v = "deldraft";
116
+ const authorizations$25 = [{ permissions: [active], actor: _system }];
117
+ const actionName$25 = "deldraft";
113
118
 
114
119
  const deleteDraft = {
115
120
  __proto__: null,
116
- actionName: actionName$1v,
117
- authorizations: authorizations$1v
121
+ actionName: actionName$25,
122
+ authorizations: authorizations$25
118
123
  };
119
124
 
120
- const authorizations$1u = [{ permissions: [active], actor: _system }];
121
- const actionName$1u = "edittrans";
125
+ const authorizations$24 = [{ permissions: [active], actor: _system }];
126
+ const actionName$24 = "edittrans";
122
127
 
123
128
  const editTranslation = {
124
129
  __proto__: null,
125
- actionName: actionName$1u,
126
- authorizations: authorizations$1u
130
+ actionName: actionName$24,
131
+ authorizations: authorizations$24
127
132
  };
128
133
 
129
- const authorizations$1t = [{ permissions: [active], actor: _draft }];
130
- const actionName$1t = "newid";
134
+ const authorizations$23 = [{ permissions: [active], actor: _draft }];
135
+ const actionName$23 = "newid";
131
136
 
132
137
  const newId = {
133
138
  __proto__: null,
134
- actionName: actionName$1t,
135
- authorizations: authorizations$1t
139
+ actionName: actionName$23,
140
+ authorizations: authorizations$23
136
141
  };
137
142
 
138
- const index$t = {
143
+ const index$y = {
139
144
  __proto__: null,
140
145
  createDraft: createDraft,
141
146
  createTranslation: createTranslation,
@@ -144,25 +149,25 @@ const index$t = {
144
149
  newId: newId
145
150
  };
146
151
 
147
- const tableName$t = "drafts";
148
- const scope$t = _contract;
152
+ const tableName$F = "drafts";
153
+ const scope$F = _contract;
149
154
 
150
155
  const drafts = {
151
156
  __proto__: null,
152
- scope: scope$t,
153
- tableName: tableName$t
157
+ scope: scope$F,
158
+ tableName: tableName$F
154
159
  };
155
160
 
156
- const tableName$s = "translations";
157
- const scope$s = _contract;
161
+ const tableName$E = "translations";
162
+ const scope$E = _contract;
158
163
 
159
164
  const translations = {
160
165
  __proto__: null,
161
- scope: scope$s,
162
- tableName: tableName$s
166
+ scope: scope$E,
167
+ tableName: tableName$E
163
168
  };
164
169
 
165
- const index$s = {
170
+ const index$x = {
166
171
  __proto__: null,
167
172
  Drafts: drafts,
168
173
  Translations: translations
@@ -172,156 +177,156 @@ const draft$1 = {
172
177
  __proto__: null
173
178
  };
174
179
 
175
- const contractName$7 = _draft;
180
+ const contractName$9 = _draft;
176
181
 
177
- const index$r = {
182
+ const index$w = {
178
183
  __proto__: null,
179
- Actions: index$t,
184
+ Actions: index$y,
180
185
  Interfaces: draft$1,
181
- Tables: index$s,
182
- contractName: contractName$7
186
+ Tables: index$x,
187
+ contractName: contractName$9
183
188
  };
184
189
 
185
- const authorizations$1s = [{ permissions: [active], actor: _fund }];
186
- const actionName$1s = "addaccum";
190
+ const authorizations$22 = [{ permissions: [active], actor: _fund }];
191
+ const actionName$22 = "addaccum";
187
192
 
188
193
  const addAccumulation = {
189
194
  __proto__: null,
190
- actionName: actionName$1s,
191
- authorizations: authorizations$1s
195
+ actionName: actionName$22,
196
+ authorizations: authorizations$22
192
197
  };
193
198
 
194
- const authorizations$1r = [{ permissions: [active], actor: _fund }];
195
- const actionName$1r = "subaccum";
199
+ const authorizations$21 = [{ permissions: [active], actor: _fund }];
200
+ const actionName$21 = "subaccum";
196
201
 
197
202
  const subAccumulation = {
198
203
  __proto__: null,
199
- actionName: actionName$1r,
200
- authorizations: authorizations$1r
204
+ actionName: actionName$21,
205
+ authorizations: authorizations$21
201
206
  };
202
207
 
203
- const authorizations$1q = [{ permissions: [active], actor: _gateway }];
204
- const actionName$1q = "addcirculate";
208
+ const authorizations$20 = [{ permissions: [active], actor: _gateway }];
209
+ const actionName$20 = "addcirculate";
205
210
 
206
211
  const addCirculation = {
207
212
  __proto__: null,
208
- actionName: actionName$1q,
209
- authorizations: authorizations$1q
213
+ actionName: actionName$20,
214
+ authorizations: authorizations$20
210
215
  };
211
216
 
212
- const authorizations$1p = [{ permissions: [active], actor: _fund }];
213
- const actionName$1p = "addexpense";
217
+ const authorizations$1$ = [{ permissions: [active], actor: _fund }];
218
+ const actionName$1$ = "addexpense";
214
219
 
215
220
  const addExpense = {
216
221
  __proto__: null,
217
- actionName: actionName$1p,
218
- authorizations: authorizations$1p
222
+ actionName: actionName$1$,
223
+ authorizations: authorizations$1$
219
224
  };
220
225
 
221
- const authorizations$1o = [{ permissions: [active], actor: _soviet }];
222
- const actionName$1o = "authorize";
226
+ const authorizations$1_ = [{ permissions: [active], actor: _soviet }];
227
+ const actionName$1_ = "authorize";
223
228
 
224
229
  const authorizeWithdraw = {
225
230
  __proto__: null,
226
- actionName: actionName$1o,
227
- authorizations: authorizations$1o
231
+ actionName: actionName$1_,
232
+ authorizations: authorizations$1_
228
233
  };
229
234
 
230
- const authorizations$1n = [{ permissions: [active, special], actor: _admin }];
231
- const actionName$1n = "complete";
235
+ const authorizations$1Z = [{ permissions: [active, special], actor: _admin }];
236
+ const actionName$1Z = "complete";
232
237
 
233
238
  const completeWithdraw$1 = {
234
239
  __proto__: null,
235
- actionName: actionName$1n,
236
- authorizations: authorizations$1n
240
+ actionName: actionName$1Z,
241
+ authorizations: authorizations$1Z
237
242
  };
238
243
 
239
- const authorizations$1m = [{ permissions: [active], actor: _fund }];
240
- const actionName$1m = "newfund";
244
+ const authorizations$1Y = [{ permissions: [active], actor: _fund }];
245
+ const actionName$1Y = "newfund";
241
246
 
242
247
  const newFund = {
243
248
  __proto__: null,
244
- actionName: actionName$1m,
245
- authorizations: authorizations$1m
249
+ actionName: actionName$1Y,
250
+ authorizations: authorizations$1Y
246
251
  };
247
252
 
248
- const authorizations$1l = [{ permissions: [active], actor: _chairman }];
249
- const actionName$1l = "createfund";
253
+ const authorizations$1X = [{ permissions: [active], actor: _chairman }];
254
+ const actionName$1X = "createfund";
250
255
 
251
256
  const createFund = {
252
257
  __proto__: null,
253
- actionName: actionName$1l,
254
- authorizations: authorizations$1l
258
+ actionName: actionName$1X,
259
+ authorizations: authorizations$1X
255
260
  };
256
261
 
257
- const authorizations$1k = [{ permissions: [active], actor: _chairman }];
258
- const actionName$1k = "delfund";
262
+ const authorizations$1W = [{ permissions: [active], actor: _chairman }];
263
+ const actionName$1W = "delfund";
259
264
 
260
265
  const deleteFund = {
261
266
  __proto__: null,
262
- actionName: actionName$1k,
263
- authorizations: authorizations$1k
267
+ actionName: actionName$1W,
268
+ authorizations: authorizations$1W
264
269
  };
265
270
 
266
- const authorizations$1j = [{ permissions: [active], actor: _chairman }];
267
- const actionName$1j = "editfund";
271
+ const authorizations$1V = [{ permissions: [active], actor: _chairman }];
272
+ const actionName$1V = "editfund";
268
273
 
269
274
  const editFund = {
270
275
  __proto__: null,
271
- actionName: actionName$1j,
272
- authorizations: authorizations$1j
276
+ actionName: actionName$1V,
277
+ authorizations: authorizations$1V
273
278
  };
274
279
 
275
- const authorizations$1i = [
280
+ const authorizations$1U = [
276
281
  { permissions: [active], actor: _username },
277
282
  { permissions: [active, special], actor: _admin },
278
283
  { permissions: [active], actor: _contract }
279
284
  ];
280
- const actionName$1i = "fundwithdraw";
285
+ const actionName$1U = "fundwithdraw";
281
286
 
282
287
  const createWithdraw$1 = {
283
288
  __proto__: null,
284
- actionName: actionName$1i,
285
- authorizations: authorizations$1i
289
+ actionName: actionName$1U,
290
+ authorizations: authorizations$1U
286
291
  };
287
292
 
288
- const authorizations$1h = [{ permissions: [active], actor: _soviet }];
289
- const actionName$1h = "init";
293
+ const authorizations$1T = [{ permissions: [active], actor: _soviet }];
294
+ const actionName$1T = "init";
290
295
 
291
- const init = {
296
+ const init$1 = {
292
297
  __proto__: null,
293
- actionName: actionName$1h,
294
- authorizations: authorizations$1h
298
+ actionName: actionName$1T,
299
+ authorizations: authorizations$1T
295
300
  };
296
301
 
297
- const authorizations$1g = [{ permissions: [active], actor: _fund }];
298
- const actionName$1g = "newwithdraw";
302
+ const authorizations$1S = [{ permissions: [active], actor: _fund }];
303
+ const actionName$1S = "newwithdraw";
299
304
 
300
305
  const newWithdraw = {
301
306
  __proto__: null,
302
- actionName: actionName$1g,
303
- authorizations: authorizations$1g
307
+ actionName: actionName$1S,
308
+ authorizations: authorizations$1S
304
309
  };
305
310
 
306
- const authorizations$1f = [{ permissions: [active], actor: _marketplace }, { permissions: [active], actor: _gateway }];
307
- const actionName$1f = "spreadamount";
311
+ const authorizations$1R = [{ permissions: [active], actor: _marketplace }, { permissions: [active], actor: _gateway }];
312
+ const actionName$1R = "spreadamount";
308
313
 
309
314
  const spreadAmount = {
310
315
  __proto__: null,
311
- actionName: actionName$1f,
312
- authorizations: authorizations$1f
316
+ actionName: actionName$1R,
317
+ authorizations: authorizations$1R
313
318
  };
314
319
 
315
- const authorizations$1e = [{ permissions: [active], actor: _gateway }];
316
- const actionName$1e = "subcirculate";
320
+ const authorizations$1Q = [{ permissions: [active], actor: _gateway }];
321
+ const actionName$1Q = "subcirculate";
317
322
 
318
323
  const subCirculation = {
319
324
  __proto__: null,
320
- actionName: actionName$1e,
321
- authorizations: authorizations$1e
325
+ actionName: actionName$1Q,
326
+ authorizations: authorizations$1Q
322
327
  };
323
328
 
324
- const index$q = {
329
+ const index$v = {
325
330
  __proto__: null,
326
331
  addAccumulation: addAccumulation,
327
332
  addCirculation: addCirculation,
@@ -332,7 +337,7 @@ const index$q = {
332
337
  createWithdraw: createWithdraw$1,
333
338
  deleteFund: deleteFund,
334
339
  editFund: editFund,
335
- init: init,
340
+ init: init$1,
336
341
  newFund: newFund,
337
342
  newWithdraw: newWithdraw,
338
343
  spreadAmount: spreadAmount,
@@ -340,43 +345,43 @@ const index$q = {
340
345
  subCirculation: subCirculation
341
346
  };
342
347
 
343
- const tableName$r = "accfunds";
344
- const scope$r = _fund;
348
+ const tableName$D = "accfunds";
349
+ const scope$D = _fund;
345
350
 
346
351
  const accumulationFunds = {
347
352
  __proto__: null,
348
- scope: scope$r,
349
- tableName: tableName$r
353
+ scope: scope$D,
354
+ tableName: tableName$D
350
355
  };
351
356
 
352
- const tableName$q = "expfunds";
353
- const scope$q = _fund;
357
+ const tableName$C = "expfunds";
358
+ const scope$C = _fund;
354
359
 
355
360
  const expenseFunds = {
356
361
  __proto__: null,
357
- scope: scope$q,
358
- tableName: tableName$q
362
+ scope: scope$C,
363
+ tableName: tableName$C
359
364
  };
360
365
 
361
- const tableName$p = "fundwallet";
362
- const scope$p = _fund;
366
+ const tableName$B = "fundwallet";
367
+ const scope$B = _fund;
363
368
 
364
369
  const fundWallet = {
365
370
  __proto__: null,
366
- scope: scope$p,
367
- tableName: tableName$p
371
+ scope: scope$B,
372
+ tableName: tableName$B
368
373
  };
369
374
 
370
- const tableName$o = "fwithdraws";
371
- const scope$o = _fund;
375
+ const tableName$A = "fwithdraws";
376
+ const scope$A = _fund;
372
377
 
373
378
  const fundWithdraws = {
374
379
  __proto__: null,
375
- scope: scope$o,
376
- tableName: tableName$o
380
+ scope: scope$A,
381
+ tableName: tableName$A
377
382
  };
378
383
 
379
- const index$p = {
384
+ const index$u = {
380
385
  __proto__: null,
381
386
  AccumulatedFunds: accumulationFunds,
382
387
  ExpensedFunds: expenseFunds,
@@ -388,89 +393,89 @@ const fund = {
388
393
  __proto__: null
389
394
  };
390
395
 
391
- const contractName$6 = _fund;
396
+ const contractName$8 = _fund;
392
397
 
393
- const index$o = {
398
+ const index$t = {
394
399
  __proto__: null,
395
- Actions: index$q,
400
+ Actions: index$v,
396
401
  Interfaces: fund,
397
- Tables: index$p,
398
- contractName: contractName$6
402
+ Tables: index$u,
403
+ contractName: contractName$8
399
404
  };
400
405
 
401
- const authorizations$1d = [{ permissions: [active, special], actor: _coopname }];
402
- const actionName$1d = "deposit";
406
+ const authorizations$1P = [{ permissions: [active, special], actor: _coopname }];
407
+ const actionName$1P = "deposit";
403
408
 
404
409
  const createDeposit = {
405
410
  __proto__: null,
406
- actionName: actionName$1d,
407
- authorizations: authorizations$1d
411
+ actionName: actionName$1P,
412
+ authorizations: authorizations$1P
408
413
  };
409
414
 
410
- const authorizations$1c = [{ permissions: [active, special], actor: _admin }];
411
- const actionName$1c = "dpcomplete";
415
+ const authorizations$1O = [{ permissions: [active, special], actor: _admin }];
416
+ const actionName$1O = "dpcomplete";
412
417
 
413
418
  const completeDeposit = {
414
419
  __proto__: null,
415
- actionName: actionName$1c,
416
- authorizations: authorizations$1c
420
+ actionName: actionName$1O,
421
+ authorizations: authorizations$1O
417
422
  };
418
423
 
419
- const authorizations$1b = [{ permissions: [active, special], actor: _admin }];
420
- const actionName$1b = "dpfail";
424
+ const authorizations$1N = [{ permissions: [active, special], actor: _admin }];
425
+ const actionName$1N = "dpfail";
421
426
 
422
427
  const failDeposit = {
423
428
  __proto__: null,
424
- actionName: actionName$1b,
425
- authorizations: authorizations$1b
429
+ actionName: actionName$1N,
430
+ authorizations: authorizations$1N
426
431
  };
427
432
 
428
- const authorizations$1a = [{ permissions: [active], actor: _gateway }];
429
- const actionName$1a = "newdepositid";
433
+ const authorizations$1M = [{ permissions: [active], actor: _gateway }];
434
+ const actionName$1M = "newdepositid";
430
435
 
431
436
  const newDepositId = {
432
437
  __proto__: null,
433
- actionName: actionName$1a,
434
- authorizations: authorizations$1a
438
+ actionName: actionName$1M,
439
+ authorizations: authorizations$1M
435
440
  };
436
441
 
437
- const authorizations$19 = [{ permissions: [active], actor: _gateway }];
438
- const actionName$19 = "newwithdrid";
442
+ const authorizations$1L = [{ permissions: [active], actor: _gateway }];
443
+ const actionName$1L = "newwithdrid";
439
444
 
440
445
  const newWithdrawId = {
441
446
  __proto__: null,
442
- actionName: actionName$19,
443
- authorizations: authorizations$19
447
+ actionName: actionName$1L,
448
+ authorizations: authorizations$1L
444
449
  };
445
450
 
446
- const authorizations$18 = [{ permissions: [active], actor: _username }];
447
- const actionName$18 = "withdraw";
451
+ const authorizations$1K = [{ permissions: [active], actor: _username }];
452
+ const actionName$1K = "withdraw";
448
453
 
449
454
  const createWithdraw = {
450
455
  __proto__: null,
451
- actionName: actionName$18,
452
- authorizations: authorizations$18
456
+ actionName: actionName$1K,
457
+ authorizations: authorizations$1K
453
458
  };
454
459
 
455
- const authorizations$17 = [{ permissions: [active, special], actor: _admin }];
456
- const actionName$17 = "wthdcomplete";
460
+ const authorizations$1J = [{ permissions: [active, special], actor: _admin }];
461
+ const actionName$1J = "wthdcomplete";
457
462
 
458
463
  const completeWithdraw = {
459
464
  __proto__: null,
460
- actionName: actionName$17,
461
- authorizations: authorizations$17
465
+ actionName: actionName$1J,
466
+ authorizations: authorizations$1J
462
467
  };
463
468
 
464
- const authorizations$16 = [{ permissions: [active, special], actor: _admin }];
465
- const actionName$16 = "wthdfail";
469
+ const authorizations$1I = [{ permissions: [active, special], actor: _admin }];
470
+ const actionName$1I = "wthdfail";
466
471
 
467
472
  const failWithdraw = {
468
473
  __proto__: null,
469
- actionName: actionName$16,
470
- authorizations: authorizations$16
474
+ actionName: actionName$1I,
475
+ authorizations: authorizations$1I
471
476
  };
472
477
 
473
- const index$n = {
478
+ const index$s = {
474
479
  __proto__: null,
475
480
  completeDeposit: completeDeposit,
476
481
  completeWithdraw: completeWithdraw,
@@ -482,25 +487,25 @@ const index$n = {
482
487
  newWithdrawId: newWithdrawId
483
488
  };
484
489
 
485
- const tableName$n = "deposits";
486
- const scope$n = _gateway;
490
+ const tableName$z = "deposits";
491
+ const scope$z = _gateway;
487
492
 
488
493
  const deposits = {
489
494
  __proto__: null,
490
- scope: scope$n,
491
- tableName: tableName$n
495
+ scope: scope$z,
496
+ tableName: tableName$z
492
497
  };
493
498
 
494
- const tableName$m = "withdraws";
495
- const scope$m = _gateway;
499
+ const tableName$y = "withdraws";
500
+ const scope$y = _gateway;
496
501
 
497
502
  const withdraws = {
498
503
  __proto__: null,
499
- scope: scope$m,
500
- tableName: tableName$m
504
+ scope: scope$y,
505
+ tableName: tableName$y
501
506
  };
502
507
 
503
- const index$m = {
508
+ const index$r = {
504
509
  __proto__: null,
505
510
  Deposits: deposits,
506
511
  Withdrws: withdraws
@@ -510,80 +515,80 @@ const gateway = {
510
515
  __proto__: null
511
516
  };
512
517
 
513
- const contractName$5 = _gateway;
518
+ const contractName$7 = _gateway;
514
519
 
515
- const index$l = {
520
+ const index$q = {
516
521
  __proto__: null,
517
- Actions: index$n,
522
+ Actions: index$s,
518
523
  Interfaces: gateway,
519
- Tables: index$m,
520
- contractName: contractName$5
524
+ Tables: index$r,
525
+ contractName: contractName$7
521
526
  };
522
527
 
523
- const authorizations$15 = [{ permissions: [active], actor: _system }];
524
- const actionName$15 = "verificate";
528
+ const authorizations$1H = [{ permissions: [active], actor: _system }];
529
+ const actionName$1H = "verificate";
525
530
 
526
531
  const verificateAccount = {
527
532
  __proto__: null,
528
- actionName: actionName$15,
529
- authorizations: authorizations$15
533
+ actionName: actionName$1H,
534
+ authorizations: authorizations$1H
530
535
  };
531
536
 
532
- const authorizations$14 = [{ permissions: [active], actor: _username }];
533
- const actionName$14 = "update";
537
+ const authorizations$1G = [{ permissions: [active], actor: _username }];
538
+ const actionName$1G = "update";
534
539
 
535
540
  const updateAccount = {
536
541
  __proto__: null,
537
- actionName: actionName$14,
538
- authorizations: authorizations$14
542
+ actionName: actionName$1G,
543
+ authorizations: authorizations$1G
539
544
  };
540
545
 
541
- const authorizations$13 = [{ permissions: [active, special], actor: _admin }];
542
- const actionName$13 = "newaccount";
546
+ const authorizations$1F = [{ permissions: [active, special], actor: _admin }];
547
+ const actionName$1F = "newaccount";
543
548
 
544
549
  const createAccount = {
545
550
  __proto__: null,
546
- actionName: actionName$13,
547
- authorizations: authorizations$13
551
+ actionName: actionName$1F,
552
+ authorizations: authorizations$1F
548
553
  };
549
554
 
550
- const authorizations$12 = [{ permissions: [active, special], actor: _admin }];
551
- const actionName$12 = "regorg";
555
+ const authorizations$1E = [{ permissions: [active, special], actor: _admin }];
556
+ const actionName$1E = "regorg";
552
557
 
553
558
  const registerOrganization = {
554
559
  __proto__: null,
555
- actionName: actionName$12,
556
- authorizations: authorizations$12
560
+ actionName: actionName$1E,
561
+ authorizations: authorizations$1E
557
562
  };
558
563
 
559
- const authorizations$11 = [{ permissions: [active], actor: _system }];
560
- const actionName$11 = "changekey";
564
+ const authorizations$1D = [{ permissions: [active], actor: _system }];
565
+ const actionName$1D = "changekey";
561
566
 
562
567
  const changeKey = {
563
568
  __proto__: null,
564
- actionName: actionName$11,
565
- authorizations: authorizations$11
569
+ actionName: actionName$1D,
570
+ authorizations: authorizations$1D
566
571
  };
567
572
 
568
- const authorizations$10 = [{ permissions: [active, special], actor: _admin }, { permissions: [active], actor: _username }];
569
- const actionName$10 = "joincoop";
573
+ const authorizations$1C = [{ permissions: [active, special], actor: _admin }, { permissions: [active], actor: _username }];
574
+ const actionName$1C = "joincoop";
570
575
 
571
576
  const joinCooperative = {
572
577
  __proto__: null,
573
- actionName: actionName$10,
574
- authorizations: authorizations$10
578
+ actionName: actionName$1C,
579
+ authorizations: authorizations$1C
575
580
  };
576
581
 
577
- const authorizations$$ = [{ permissions: [active], actor: _soviet }];
578
- const actionName$$ = "confirmreg";
582
+ const authorizations$1B = [{ permissions: [active], actor: _soviet }];
583
+ const actionName$1B = "confirmreg";
579
584
 
580
585
  const confirmJoin = {
581
586
  __proto__: null,
582
- actionName: actionName$$,
583
- authorizations: authorizations$$
587
+ actionName: actionName$1B,
588
+ authorizations: authorizations$1B
584
589
  };
585
590
 
586
- const index$k = {
591
+ const index$p = {
587
592
  __proto__: null,
588
593
  changeKey: changeKey,
589
594
  confirmJoin: confirmJoin,
@@ -594,34 +599,34 @@ const index$k = {
594
599
  verificateAccount: verificateAccount
595
600
  };
596
601
 
597
- const tableName$l = "accounts";
598
- const scope$l = _registrator;
602
+ const tableName$x = "accounts";
603
+ const scope$x = _registrator;
599
604
 
600
605
  const accounts = {
601
606
  __proto__: null,
602
- scope: scope$l,
603
- tableName: tableName$l
607
+ scope: scope$x,
608
+ tableName: tableName$x
604
609
  };
605
610
 
606
- const tableName$k = "orgs";
607
- const scope$k = _registrator;
611
+ const tableName$w = "orgs";
612
+ const scope$w = _registrator;
608
613
 
609
614
  const organizations = {
610
615
  __proto__: null,
611
- scope: scope$k,
612
- tableName: tableName$k
616
+ scope: scope$w,
617
+ tableName: tableName$w
613
618
  };
614
619
 
615
- const tableName$j = "users";
616
- const scope$j = _coopname;
620
+ const tableName$v = "users";
621
+ const scope$v = _coopname;
617
622
 
618
623
  const users = {
619
624
  __proto__: null,
620
- scope: scope$j,
621
- tableName: tableName$j
625
+ scope: scope$v,
626
+ tableName: tableName$v
622
627
  };
623
628
 
624
- const index$j = {
629
+ const index$o = {
625
630
  __proto__: null,
626
631
  Accounts: accounts,
627
632
  Organizations: organizations,
@@ -632,71 +637,71 @@ const registrator = {
632
637
  __proto__: null
633
638
  };
634
639
 
635
- const contractName$4 = _registrator;
640
+ const contractName$6 = _registrator;
636
641
 
637
- const index$i = {
642
+ const index$n = {
638
643
  __proto__: null,
639
- Actions: index$k,
644
+ Actions: index$p,
640
645
  Interfaces: registrator,
641
- Tables: index$j,
642
- contractName: contractName$4
646
+ Tables: index$o,
647
+ contractName: contractName$6
643
648
  };
644
649
 
645
- const authorizations$_ = [{ permissions: [active], actor: _username }];
646
- const actionName$_ = "transfer";
650
+ const authorizations$1A = [{ permissions: [active], actor: _username }];
651
+ const actionName$1A = "transfer";
647
652
 
648
653
  const transfer = {
649
654
  __proto__: null,
650
- actionName: actionName$_,
651
- authorizations: authorizations$_
655
+ actionName: actionName$1A,
656
+ authorizations: authorizations$1A
652
657
  };
653
658
 
654
- const authorizations$Z = [{ permissions: [active], actor: _username }];
655
- const actionName$Z = "open";
659
+ const authorizations$1z = [{ permissions: [active], actor: _username }];
660
+ const actionName$1z = "open";
656
661
 
657
662
  const open = {
658
663
  __proto__: null,
659
- actionName: actionName$Z,
660
- authorizations: authorizations$Z
664
+ actionName: actionName$1z,
665
+ authorizations: authorizations$1z
661
666
  };
662
667
 
663
- const authorizations$Y = [{ permissions: [active], actor: _username }];
664
- const actionName$Y = "close";
668
+ const authorizations$1y = [{ permissions: [active], actor: _username }];
669
+ const actionName$1y = "close";
665
670
 
666
671
  const close = {
667
672
  __proto__: null,
668
- actionName: actionName$Y,
669
- authorizations: authorizations$Y
673
+ actionName: actionName$1y,
674
+ authorizations: authorizations$1y
670
675
  };
671
676
 
672
- const authorizations$X = [{ permissions: [active], actor: _system$1 }];
673
- const actionName$X = "create";
677
+ const authorizations$1x = [{ permissions: [active], actor: _system$1 }];
678
+ const actionName$1x = "create";
674
679
 
675
680
  const create = {
676
681
  __proto__: null,
677
- actionName: actionName$X,
678
- authorizations: authorizations$X
682
+ actionName: actionName$1x,
683
+ authorizations: authorizations$1x
679
684
  };
680
685
 
681
- const authorizations$W = [{ permissions: [active], actor: "currencyStats.issuer" }];
682
- const actionName$W = "issue";
686
+ const authorizations$1w = [{ permissions: [active], actor: "currencyStats.issuer" }];
687
+ const actionName$1w = "issue";
683
688
 
684
689
  const issue = {
685
690
  __proto__: null,
686
- actionName: actionName$W,
687
- authorizations: authorizations$W
691
+ actionName: actionName$1w,
692
+ authorizations: authorizations$1w
688
693
  };
689
694
 
690
- const authorizations$V = [{ permissions: [active], actor: "currencyStats.issuer" }];
691
- const actionName$V = "retire";
695
+ const authorizations$1v = [{ permissions: [active], actor: "currencyStats.issuer" }];
696
+ const actionName$1v = "retire";
692
697
 
693
698
  const retire = {
694
699
  __proto__: null,
695
- actionName: actionName$V,
696
- authorizations: authorizations$V
700
+ actionName: actionName$1v,
701
+ authorizations: authorizations$1v
697
702
  };
698
703
 
699
- const index$h = {
704
+ const index$m = {
700
705
  __proto__: null,
701
706
  close: close,
702
707
  create: create,
@@ -706,90 +711,90 @@ const index$h = {
706
711
  transfer: transfer
707
712
  };
708
713
 
709
- const tableName$i = "accounts";
710
- const scope$i = _username;
714
+ const tableName$u = "accounts";
715
+ const scope$u = _username;
711
716
 
712
717
  const accountBalance = {
713
718
  __proto__: null,
714
- scope: scope$i,
715
- tableName: tableName$i
719
+ scope: scope$u,
720
+ tableName: tableName$u
716
721
  };
717
722
 
718
- const tableName$h = "stat";
719
- const scope$h = "AXON";
723
+ const tableName$t = "stat";
724
+ const scope$t = "AXON";
720
725
 
721
726
  const currencyStats = {
722
727
  __proto__: null,
723
- scope: scope$h,
724
- tableName: tableName$h
728
+ scope: scope$t,
729
+ tableName: tableName$t
725
730
  };
726
731
 
727
- const index$g = {
732
+ const index$l = {
728
733
  __proto__: null,
729
734
  AccountBalance: accountBalance,
730
735
  CurrencyStats: currencyStats
731
736
  };
732
737
 
733
- const eosio_token = {
738
+ const token = {
734
739
  __proto__: null
735
740
  };
736
741
 
737
- const contractName$3 = _token;
742
+ const contractName$5 = _token;
738
743
 
739
- const index$f = {
744
+ const index$k = {
740
745
  __proto__: null,
741
- Actions: index$h,
742
- Interfaces: eosio_token,
743
- Tables: index$g,
744
- contractName: contractName$3
746
+ Actions: index$m,
747
+ Interfaces: token,
748
+ Tables: index$l,
749
+ contractName: contractName$5
745
750
  };
746
751
 
747
- const authorizations$U = [{ permissions: [active], actor: _soviet }];
748
- const actionName$U = "draft";
752
+ const authorizations$1u = [{ permissions: [active], actor: _soviet }];
753
+ const actionName$1u = "draft";
749
754
 
750
755
  const draft = {
751
756
  __proto__: null,
752
- actionName: actionName$U,
753
- authorizations: authorizations$U
757
+ actionName: actionName$1u,
758
+ authorizations: authorizations$1u
754
759
  };
755
760
 
756
- const authorizations$T = [{ permissions: [active], actor: _soviet }];
757
- const actionName$T = "batch";
761
+ const authorizations$1t = [{ permissions: [active], actor: _soviet }];
762
+ const actionName$1t = "batch";
758
763
 
759
764
  const batch = {
760
765
  __proto__: null,
761
- actionName: actionName$T,
762
- authorizations: authorizations$T
766
+ actionName: actionName$1t,
767
+ authorizations: authorizations$1t
763
768
  };
764
769
 
765
- const authorizations$S = [{ permissions: [active], actor: _soviet }];
766
- const actionName$S = "statement";
770
+ const authorizations$1s = [{ permissions: [active], actor: _soviet }];
771
+ const actionName$1s = "statement";
767
772
 
768
773
  const statement = {
769
774
  __proto__: null,
770
- actionName: actionName$S,
771
- authorizations: authorizations$S
775
+ actionName: actionName$1s,
776
+ authorizations: authorizations$1s
772
777
  };
773
778
 
774
- const authorizations$R = [{ permissions: [active], actor: _soviet }];
775
- const actionName$R = "act";
779
+ const authorizations$1r = [{ permissions: [active], actor: _soviet }];
780
+ const actionName$1r = "act";
776
781
 
777
782
  const act = {
778
783
  __proto__: null,
779
- actionName: actionName$R,
780
- authorizations: authorizations$R
784
+ actionName: actionName$1r,
785
+ authorizations: authorizations$1r
781
786
  };
782
787
 
783
- const authorizations$Q = [{ permissions: [active], actor: _soviet }];
784
- const actionName$Q = "decision";
788
+ const authorizations$1q = [{ permissions: [active], actor: _soviet }];
789
+ const actionName$1q = "decision";
785
790
 
786
791
  const decision = {
787
792
  __proto__: null,
788
- actionName: actionName$Q,
789
- authorizations: authorizations$Q
793
+ actionName: actionName$1q,
794
+ authorizations: authorizations$1q
790
795
  };
791
796
 
792
- const index$e = {
797
+ const index$j = {
793
798
  __proto__: null,
794
799
  act: act,
795
800
  batch: batch,
@@ -798,117 +803,117 @@ const index$e = {
798
803
  statement: statement
799
804
  };
800
805
 
801
- const authorizations$P = [{ permissions: [active], actor: _chairman }];
802
- const actionName$P = "creaddress";
806
+ const authorizations$1p = [{ permissions: [active], actor: _chairman }];
807
+ const actionName$1p = "creaddress";
803
808
 
804
809
  const createAddress = {
805
810
  __proto__: null,
806
- actionName: actionName$P,
807
- authorizations: authorizations$P
811
+ actionName: actionName$1p,
812
+ authorizations: authorizations$1p
808
813
  };
809
814
 
810
- const authorizations$O = [{ permissions: [active], actor: _chairman }];
811
- const actionName$O = "deladdress";
815
+ const authorizations$1o = [{ permissions: [active], actor: _chairman }];
816
+ const actionName$1o = "deladdress";
812
817
 
813
818
  const deleteAddress = {
814
819
  __proto__: null,
815
- actionName: actionName$O,
816
- authorizations: authorizations$O
820
+ actionName: actionName$1o,
821
+ authorizations: authorizations$1o
817
822
  };
818
823
 
819
- const authorizations$N = [{ permissions: [active], actor: _chairman }];
820
- const actionName$N = "editaddress";
824
+ const authorizations$1n = [{ permissions: [active], actor: _chairman }];
825
+ const actionName$1n = "editaddress";
821
826
 
822
827
  const editAddress = {
823
828
  __proto__: null,
824
- actionName: actionName$N,
825
- authorizations: authorizations$N
829
+ actionName: actionName$1n,
830
+ authorizations: authorizations$1n
826
831
  };
827
832
 
828
- const index$d = {
833
+ const index$i = {
829
834
  __proto__: null,
830
835
  createAddress: createAddress,
831
836
  deleteAddress: deleteAddress,
832
837
  editAddress: editAddress
833
838
  };
834
839
 
835
- const authorizations$M = [
840
+ const authorizations$1m = [
836
841
  { permissions: [active], actor: _soviet },
837
842
  { permissions: [active], actor: _gateway },
838
843
  { permissions: [active], actor: _marketplace }
839
844
  ];
840
- const actionName$M = "addbalance";
845
+ const actionName$1m = "addbalance";
841
846
 
842
847
  const addBalance = {
843
848
  __proto__: null,
844
- actionName: actionName$M,
845
- authorizations: authorizations$M
849
+ actionName: actionName$1m,
850
+ authorizations: authorizations$1m
846
851
  };
847
852
 
848
- const authorizations$L = [
853
+ const authorizations$1l = [
849
854
  { permissions: [active], actor: _soviet },
850
855
  { permissions: [active], actor: _gateway },
851
856
  { permissions: [active], actor: _marketplace }
852
857
  ];
853
- const actionName$L = "subbalance";
858
+ const actionName$1l = "subbalance";
854
859
 
855
860
  const subBalance = {
856
861
  __proto__: null,
857
- actionName: actionName$L,
858
- authorizations: authorizations$L
862
+ actionName: actionName$1l,
863
+ authorizations: authorizations$1l
859
864
  };
860
865
 
861
- const authorizations$K = [
866
+ const authorizations$1k = [
862
867
  { permissions: [active], actor: _soviet },
863
868
  { permissions: [active], actor: _gateway },
864
869
  { permissions: [active], actor: _marketplace }
865
870
  ];
866
- const actionName$K = "blockbal";
871
+ const actionName$1k = "blockbal";
867
872
 
868
873
  const blockBalance = {
869
874
  __proto__: null,
870
- actionName: actionName$K,
871
- authorizations: authorizations$K
875
+ actionName: actionName$1k,
876
+ authorizations: authorizations$1k
872
877
  };
873
878
 
874
- const authorizations$J = [
879
+ const authorizations$1j = [
875
880
  { permissions: [active], actor: _soviet },
876
881
  { permissions: [active], actor: _gateway },
877
882
  { permissions: [active], actor: _marketplace }
878
883
  ];
879
- const actionName$J = "unblockbal";
884
+ const actionName$1j = "unblockbal";
880
885
 
881
886
  const unblockBalance = {
882
887
  __proto__: null,
883
- actionName: actionName$J,
884
- authorizations: authorizations$J
888
+ actionName: actionName$1j,
889
+ authorizations: authorizations$1j
885
890
  };
886
891
 
887
- const authorizations$I = [
892
+ const authorizations$1i = [
888
893
  { permissions: [active], actor: _soviet },
889
894
  { permissions: [active], actor: _marketplace }
890
895
  ];
891
- const actionName$I = "addprogbal";
896
+ const actionName$1i = "addprogbal";
892
897
 
893
898
  const addProgramBalance = {
894
899
  __proto__: null,
895
- actionName: actionName$I,
896
- authorizations: authorizations$I
900
+ actionName: actionName$1i,
901
+ authorizations: authorizations$1i
897
902
  };
898
903
 
899
- const authorizations$H = [
904
+ const authorizations$1h = [
900
905
  { permissions: [active], actor: _soviet },
901
906
  { permissions: [active], actor: _marketplace }
902
907
  ];
903
- const actionName$H = "subprogbal";
908
+ const actionName$1h = "subprogbal";
904
909
 
905
910
  const subProgramBalance = {
906
911
  __proto__: null,
907
- actionName: actionName$H,
908
- authorizations: authorizations$H
912
+ actionName: actionName$1h,
913
+ authorizations: authorizations$1h
909
914
  };
910
915
 
911
- const index$c = {
916
+ const index$h = {
912
917
  __proto__: null,
913
918
  addBalance: addBalance,
914
919
  addProgramBalance: addProgramBalance,
@@ -918,196 +923,196 @@ const index$c = {
918
923
  unblockBalance: unblockBalance
919
924
  };
920
925
 
921
- const authorizations$G = [
926
+ const authorizations$1g = [
922
927
  { permissions: [active], actor: _chairman }
923
928
  ];
924
- const actionName$G = "createprog";
929
+ const actionName$1g = "createprog";
925
930
 
926
931
  const createMarketProgram = {
927
932
  __proto__: null,
928
- actionName: actionName$G,
929
- authorizations: authorizations$G
933
+ actionName: actionName$1g,
934
+ authorizations: authorizations$1g
930
935
  };
931
936
 
932
- const authorizations$F = [
937
+ const authorizations$1f = [
933
938
  { permissions: [active], actor: _chairman }
934
939
  ];
935
- const actionName$F = "editprog";
940
+ const actionName$1f = "editprog";
936
941
 
937
942
  const editMarketProgram = {
938
943
  __proto__: null,
939
- actionName: actionName$F,
940
- authorizations: authorizations$F
944
+ actionName: actionName$1f,
945
+ authorizations: authorizations$1f
941
946
  };
942
947
 
943
- const authorizations$E = [
948
+ const authorizations$1e = [
944
949
  { permissions: [active], actor: _chairman }
945
950
  ];
946
- const actionName$E = "disableprog";
951
+ const actionName$1e = "disableprog";
947
952
 
948
953
  const disableMarketProgram = {
949
954
  __proto__: null,
950
- actionName: actionName$E,
951
- authorizations: authorizations$E
955
+ actionName: actionName$1e,
956
+ authorizations: authorizations$1e
952
957
  };
953
958
 
954
- const index$b = {
959
+ const index$g = {
955
960
  __proto__: null,
956
961
  createMarketProgram: createMarketProgram,
957
962
  disableMarketProgram: disableMarketProgram,
958
963
  editMarketProgram: editMarketProgram
959
964
  };
960
965
 
961
- const authorizations$D = [
966
+ const authorizations$1d = [
962
967
  { permissions: [active], actor: _member }
963
968
  ];
964
- const actionName$D = "voteagainst";
969
+ const actionName$1d = "voteagainst";
965
970
 
966
971
  const voteAgainst = {
967
972
  __proto__: null,
968
- actionName: actionName$D,
969
- authorizations: authorizations$D
973
+ actionName: actionName$1d,
974
+ authorizations: authorizations$1d
970
975
  };
971
976
 
972
- const authorizations$C = [
977
+ const authorizations$1c = [
973
978
  { permissions: [active], actor: _member }
974
979
  ];
975
- const actionName$C = "votefor";
980
+ const actionName$1c = "votefor";
976
981
 
977
982
  const voteFor = {
978
983
  __proto__: null,
979
- actionName: actionName$C,
980
- authorizations: authorizations$C
984
+ actionName: actionName$1c,
985
+ authorizations: authorizations$1c
981
986
  };
982
987
 
983
- const authorizations$B = [
988
+ const authorizations$1b = [
984
989
  { permissions: [active], actor: _member }
985
990
  ];
986
- const actionName$B = "cancelvote";
991
+ const actionName$1b = "cancelvote";
987
992
 
988
993
  const cancelVote = {
989
994
  __proto__: null,
990
- actionName: actionName$B,
991
- authorizations: authorizations$B
995
+ actionName: actionName$1b,
996
+ authorizations: authorizations$1b
992
997
  };
993
998
 
994
- const authorizations$A = [
999
+ const authorizations$1a = [
995
1000
  { permissions: [active], actor: _chairman }
996
1001
  ];
997
- const actionName$A = "authorize";
1002
+ const actionName$1a = "authorize";
998
1003
 
999
1004
  const authorize$1 = {
1000
1005
  __proto__: null,
1001
- actionName: actionName$A,
1002
- authorizations: authorizations$A
1003
- };
1006
+ actionName: actionName$1a,
1007
+ authorizations: authorizations$1a
1008
+ };
1004
1009
 
1005
- const authorizations$z = [
1010
+ const authorizations$19 = [
1006
1011
  { permissions: [active], actor: _username }
1007
1012
  ];
1008
- const actionName$z = "exec";
1013
+ const actionName$19 = "exec";
1009
1014
 
1010
- const exec = {
1015
+ const exec$1 = {
1011
1016
  __proto__: null,
1012
- actionName: actionName$z,
1013
- authorizations: authorizations$z
1017
+ actionName: actionName$19,
1018
+ authorizations: authorizations$19
1014
1019
  };
1015
1020
 
1016
- const authorizations$y = [
1021
+ const authorizations$18 = [
1017
1022
  { permissions: [active], actor: _marketplace }
1018
1023
  ];
1019
- const actionName$y = "change";
1024
+ const actionName$18 = "change";
1020
1025
 
1021
1026
  const marketDecision = {
1022
1027
  __proto__: null,
1023
- actionName: actionName$y,
1024
- authorizations: authorizations$y
1028
+ actionName: actionName$18,
1029
+ authorizations: authorizations$18
1025
1030
  };
1026
1031
 
1027
- const authorizations$x = [
1032
+ const authorizations$17 = [
1028
1033
  { permissions: [active], actor: _gateway }
1029
1034
  ];
1030
- const actionName$x = "withdraw";
1035
+ const actionName$17 = "withdraw";
1031
1036
 
1032
1037
  const withdrawDecision = {
1033
1038
  __proto__: null,
1034
- actionName: actionName$x,
1035
- authorizations: authorizations$x
1039
+ actionName: actionName$17,
1040
+ authorizations: authorizations$17
1036
1041
  };
1037
1042
 
1038
- const authorizations$w = [
1043
+ const authorizations$16 = [
1039
1044
  { permissions: [active], actor: _fund }
1040
1045
  ];
1041
- const actionName$w = "fundwithdraw";
1046
+ const actionName$16 = "fundwithdraw";
1042
1047
 
1043
1048
  const fundWithdrawDecision = {
1044
1049
  __proto__: null,
1045
- actionName: actionName$w,
1046
- authorizations: authorizations$w
1050
+ actionName: actionName$16,
1051
+ authorizations: authorizations$16
1047
1052
  };
1048
1053
 
1049
- const authorizations$v = [
1054
+ const authorizations$15 = [
1050
1055
  { permissions: [active], actor: _registrator }
1051
1056
  ];
1052
- const actionName$v = "joincoop";
1057
+ const actionName$15 = "joincoop";
1053
1058
 
1054
1059
  const joinCoopDecision = {
1055
1060
  __proto__: null,
1056
- actionName: actionName$v,
1057
- authorizations: authorizations$v
1061
+ actionName: actionName$15,
1062
+ authorizations: authorizations$15
1058
1063
  };
1059
1064
 
1060
- const authorizations$u = [
1065
+ const authorizations$14 = [
1061
1066
  { permissions: [active], actor: _marketplace }
1062
1067
  ];
1063
- const actionName$u = "recieved";
1068
+ const actionName$14 = "recieved";
1064
1069
 
1065
1070
  const productRecieved = {
1066
1071
  __proto__: null,
1067
- actionName: actionName$u,
1068
- authorizations: authorizations$u
1072
+ actionName: actionName$14,
1073
+ authorizations: authorizations$14
1069
1074
  };
1070
1075
 
1071
- const authorizations$t = [
1076
+ const authorizations$13 = [
1072
1077
  { permissions: [active, special], actor: _admin }
1073
1078
  ];
1074
- const actionName$t = "validated";
1079
+ const actionName$13 = "validated";
1075
1080
 
1076
1081
  const validate = {
1077
1082
  __proto__: null,
1078
- actionName: actionName$t,
1079
- authorizations: authorizations$t
1083
+ actionName: actionName$13,
1084
+ authorizations: authorizations$13
1080
1085
  };
1081
1086
 
1082
- const authorizations$s = [
1087
+ const authorizations$12 = [
1083
1088
  { permissions: [active], actor: _member }
1084
1089
  ];
1085
- const actionName$s = "automate";
1090
+ const actionName$12 = "automate";
1086
1091
 
1087
1092
  const automate = {
1088
1093
  __proto__: null,
1089
- actionName: actionName$s,
1090
- authorizations: authorizations$s
1094
+ actionName: actionName$12,
1095
+ authorizations: authorizations$12
1091
1096
  };
1092
1097
 
1093
- const authorizations$r = [
1098
+ const authorizations$11 = [
1094
1099
  { permissions: [active], actor: _member }
1095
1100
  ];
1096
- const actionName$r = "disautomate";
1101
+ const actionName$11 = "disautomate";
1097
1102
 
1098
1103
  const disautomate = {
1099
1104
  __proto__: null,
1100
- actionName: actionName$r,
1101
- authorizations: authorizations$r
1105
+ actionName: actionName$11,
1106
+ authorizations: authorizations$11
1102
1107
  };
1103
1108
 
1104
- const index$a = {
1109
+ const index$f = {
1105
1110
  __proto__: null,
1106
1111
  authorize: authorize$1,
1107
1112
  automate: automate,
1108
1113
  cancelVote: cancelVote,
1109
1114
  disautomate: disautomate,
1110
- exec: exec,
1115
+ exec: exec$1,
1111
1116
  fundWithdrawDecision: fundWithdrawDecision,
1112
1117
  joinCoopDecision: joinCoopDecision,
1113
1118
  marketDecision: marketDecision,
@@ -1118,149 +1123,149 @@ const index$a = {
1118
1123
  withdrawDecision: withdrawDecision
1119
1124
  };
1120
1125
 
1121
- const authorizations$q = [{ permissions: [active], actor: _chairman }];
1122
- const actionName$q = "createboard";
1126
+ const authorizations$10 = [{ permissions: [active], actor: _chairman }];
1127
+ const actionName$10 = "createboard";
1123
1128
 
1124
1129
  const createBoard = {
1125
1130
  __proto__: null,
1126
- actionName: actionName$q,
1127
- authorizations: authorizations$q
1131
+ actionName: actionName$10,
1132
+ authorizations: authorizations$10
1128
1133
  };
1129
1134
 
1130
- const authorizations$p = [{ permissions: [active], actor: _chairman }];
1131
- const actionName$p = "updateboard";
1135
+ const authorizations$$ = [{ permissions: [active], actor: _chairman }];
1136
+ const actionName$$ = "updateboard";
1132
1137
 
1133
1138
  const updateBoard = {
1134
1139
  __proto__: null,
1135
- actionName: actionName$p,
1136
- authorizations: authorizations$p
1140
+ actionName: actionName$$,
1141
+ authorizations: authorizations$$
1137
1142
  };
1138
1143
 
1139
- const index$9 = {
1144
+ const index$e = {
1140
1145
  __proto__: null,
1141
1146
  createBoard: createBoard,
1142
1147
  updateBoard: updateBoard
1143
1148
  };
1144
1149
 
1145
- const index$8 = {
1150
+ const index$d = {
1146
1151
  __proto__: null,
1147
- Addresses: index$d,
1148
- Boards: index$9,
1149
- Decisions: index$a,
1150
- Programs: index$b,
1151
- Registry: index$e,
1152
- Wallet: index$c
1152
+ Addresses: index$i,
1153
+ Boards: index$e,
1154
+ Decisions: index$f,
1155
+ Programs: index$g,
1156
+ Registry: index$j,
1157
+ Wallet: index$h
1153
1158
  };
1154
1159
 
1155
- const tableName$g = "addresses";
1156
- const scope$g = _coopname;
1160
+ const tableName$s = "addresses";
1161
+ const scope$s = _coopname;
1157
1162
 
1158
1163
  const addresses = {
1159
1164
  __proto__: null,
1160
- scope: scope$g,
1161
- tableName: tableName$g
1165
+ scope: scope$s,
1166
+ tableName: tableName$s
1162
1167
  };
1163
1168
 
1164
- const tableName$f = "staff";
1165
- const scope$f = _coopname;
1169
+ const tableName$r = "staff";
1170
+ const scope$r = _coopname;
1166
1171
 
1167
1172
  const admins = {
1168
1173
  __proto__: null,
1169
- scope: scope$f,
1170
- tableName: tableName$f
1174
+ scope: scope$r,
1175
+ tableName: tableName$r
1171
1176
  };
1172
1177
 
1173
- const tableName$e = "autosigner";
1174
- const scope$e = _coopname;
1178
+ const tableName$q = "autosigner";
1179
+ const scope$q = _coopname;
1175
1180
 
1176
1181
  const automationQueue = {
1177
1182
  __proto__: null,
1178
- scope: scope$e,
1179
- tableName: tableName$e
1183
+ scope: scope$q,
1184
+ tableName: tableName$q
1180
1185
  };
1181
1186
 
1182
- const tableName$d = "automator";
1183
- const scope$d = _coopname;
1187
+ const tableName$p = "automator";
1188
+ const scope$p = _coopname;
1184
1189
 
1185
1190
  const automations = {
1186
1191
  __proto__: null,
1187
- scope: scope$d,
1188
- tableName: tableName$d
1192
+ scope: scope$p,
1193
+ tableName: tableName$p
1189
1194
  };
1190
1195
 
1191
- const tableName$c = "boards";
1192
- const scope$c = _coopname;
1196
+ const tableName$o = "boards";
1197
+ const scope$o = _coopname;
1193
1198
 
1194
1199
  const boards = {
1195
1200
  __proto__: null,
1196
- scope: scope$c,
1197
- tableName: tableName$c
1201
+ scope: scope$o,
1202
+ tableName: tableName$o
1198
1203
  };
1199
1204
 
1200
- const tableName$b = "changes";
1201
- const scope$b = _coopname;
1205
+ const tableName$n = "changes";
1206
+ const scope$n = _coopname;
1202
1207
 
1203
1208
  const changes = {
1204
1209
  __proto__: null,
1205
- scope: scope$b,
1206
- tableName: tableName$b
1210
+ scope: scope$n,
1211
+ tableName: tableName$n
1207
1212
  };
1208
1213
 
1209
- const tableName$a = "decisions";
1210
- const scope$a = _coopname;
1214
+ const tableName$m = "decisions";
1215
+ const scope$m = _coopname;
1211
1216
 
1212
1217
  const decisions = {
1213
1218
  __proto__: null,
1214
- scope: scope$a,
1215
- tableName: tableName$a
1219
+ scope: scope$m,
1220
+ tableName: tableName$m
1216
1221
  };
1217
1222
 
1218
- const tableName$9 = "joincoops";
1219
- const scope$9 = _coopname;
1223
+ const tableName$l = "joincoops";
1224
+ const scope$l = _coopname;
1220
1225
 
1221
1226
  const joinCoops = {
1222
1227
  __proto__: null,
1223
- scope: scope$9,
1224
- tableName: tableName$9
1228
+ scope: scope$l,
1229
+ tableName: tableName$l
1225
1230
  };
1226
1231
 
1227
- const tableName$8 = "progcomarket";
1228
- const scope$8 = _coopname;
1232
+ const tableName$k = "progcomarket";
1233
+ const scope$k = _coopname;
1229
1234
 
1230
1235
  const marketPrograms = {
1231
1236
  __proto__: null,
1232
- scope: scope$8,
1233
- tableName: tableName$8
1237
+ scope: scope$k,
1238
+ tableName: tableName$k
1234
1239
  };
1235
1240
 
1236
- const tableName$7 = "participants";
1237
- const scope$7 = _coopname;
1241
+ const tableName$j = "participants";
1242
+ const scope$j = _coopname;
1238
1243
 
1239
1244
  const participants = {
1240
1245
  __proto__: null,
1241
- scope: scope$7,
1242
- tableName: tableName$7
1246
+ scope: scope$j,
1247
+ tableName: tableName$j
1243
1248
  };
1244
1249
 
1245
- const tableName$6 = "progwallets";
1246
- const scope$6 = _coopname;
1250
+ const tableName$i = "progwallets";
1251
+ const scope$i = _coopname;
1247
1252
 
1248
1253
  const programWallets = {
1249
1254
  __proto__: null,
1250
- scope: scope$6,
1251
- tableName: tableName$6
1255
+ scope: scope$i,
1256
+ tableName: tableName$i
1252
1257
  };
1253
1258
 
1254
- const tableName$5 = "wallets";
1255
- const scope$5 = _coopname;
1259
+ const tableName$h = "wallets";
1260
+ const scope$h = _coopname;
1256
1261
 
1257
1262
  const wallets = {
1258
1263
  __proto__: null,
1259
- scope: scope$5,
1260
- tableName: tableName$5
1264
+ scope: scope$h,
1265
+ tableName: tableName$h
1261
1266
  };
1262
1267
 
1263
- const index$7 = {
1268
+ const index$c = {
1264
1269
  __proto__: null,
1265
1270
  Addresses: addresses,
1266
1271
  Admins: admins,
@@ -1280,188 +1285,188 @@ const soviet = {
1280
1285
  __proto__: null
1281
1286
  };
1282
1287
 
1283
- const contractName$2 = _soviet;
1288
+ const contractName$4 = _soviet;
1284
1289
 
1285
- const index$6 = {
1290
+ const index$b = {
1286
1291
  __proto__: null,
1287
- Actions: index$8,
1292
+ Actions: index$d,
1288
1293
  Interfaces: soviet,
1289
- Tables: index$7,
1290
- contractName: contractName$2
1294
+ Tables: index$c,
1295
+ contractName: contractName$4
1291
1296
  };
1292
1297
 
1293
- const authorizations$o = [{ permissions: [active], actor: _username }];
1294
- const actionName$o = "accept";
1298
+ const authorizations$_ = [{ permissions: [active], actor: _username }];
1299
+ const actionName$_ = "accept";
1295
1300
 
1296
1301
  const acceptRequest = {
1297
1302
  __proto__: null,
1298
- actionName: actionName$o,
1299
- authorizations: authorizations$o
1303
+ actionName: actionName$_,
1304
+ authorizations: authorizations$_
1300
1305
  };
1301
1306
 
1302
- const authorizations$n = [{ permissions: [active], actor: _soviet }];
1303
- const actionName$n = "authorize";
1307
+ const authorizations$Z = [{ permissions: [active], actor: _soviet }];
1308
+ const actionName$Z = "authorize";
1304
1309
 
1305
1310
  const authorize = {
1306
1311
  __proto__: null,
1307
- actionName: actionName$n,
1308
- authorizations: authorizations$n
1312
+ actionName: actionName$Z,
1313
+ authorizations: authorizations$Z
1309
1314
  };
1310
1315
 
1311
- const authorizations$m = [{ permissions: [active], actor: _username }];
1312
- const actionName$m = "cancel";
1316
+ const authorizations$Y = [{ permissions: [active], actor: _username }];
1317
+ const actionName$Y = "cancel";
1313
1318
 
1314
1319
  const cancelRequest = {
1315
1320
  __proto__: null,
1316
- actionName: actionName$m,
1317
- authorizations: authorizations$m
1321
+ actionName: actionName$Y,
1322
+ authorizations: authorizations$Y
1318
1323
  };
1319
1324
 
1320
- const authorizations$l = [{ permissions: [active], actor: _username }];
1321
- const actionName$l = "complete";
1325
+ const authorizations$X = [{ permissions: [active], actor: _username }];
1326
+ const actionName$X = "complete";
1322
1327
 
1323
1328
  const completeRequest = {
1324
1329
  __proto__: null,
1325
- actionName: actionName$l,
1326
- authorizations: authorizations$l
1330
+ actionName: actionName$X,
1331
+ authorizations: authorizations$X
1327
1332
  };
1328
1333
 
1329
- const authorizations$k = [{ permissions: [active], actor: _chairman }];
1330
- const actionName$k = "recievecnfrm";
1334
+ const authorizations$W = [{ permissions: [active], actor: _chairman }];
1335
+ const actionName$W = "recievecnfrm";
1331
1336
 
1332
1337
  const confirmRecieve = {
1333
1338
  __proto__: null,
1334
- actionName: actionName$k,
1335
- authorizations: authorizations$k
1339
+ actionName: actionName$W,
1340
+ authorizations: authorizations$W
1336
1341
  };
1337
1342
 
1338
- const authorizations$j = [{ permissions: [active], actor: _chairman }];
1339
- const actionName$j = "supplycnfrm";
1343
+ const authorizations$V = [{ permissions: [active], actor: _chairman }];
1344
+ const actionName$V = "supplycnfrm";
1340
1345
 
1341
1346
  const confirmSupply = {
1342
1347
  __proto__: null,
1343
- actionName: actionName$j,
1344
- authorizations: authorizations$j
1348
+ actionName: actionName$V,
1349
+ authorizations: authorizations$V
1345
1350
  };
1346
1351
 
1347
- const authorizations$i = [{ permissions: [active], actor: _username }];
1348
- const actionName$i = "offer";
1352
+ const authorizations$U = [{ permissions: [active], actor: _username }];
1353
+ const actionName$U = "offer";
1349
1354
 
1350
1355
  const createOffer = {
1351
1356
  __proto__: null,
1352
- actionName: actionName$i,
1353
- authorizations: authorizations$i
1357
+ actionName: actionName$U,
1358
+ authorizations: authorizations$U
1354
1359
  };
1355
1360
 
1356
- const authorizations$h = [{ permissions: [active], actor: _username }];
1357
- const actionName$h = "order";
1361
+ const authorizations$T = [{ permissions: [active], actor: _username }];
1362
+ const actionName$T = "order";
1358
1363
 
1359
1364
  const createOrder = {
1360
1365
  __proto__: null,
1361
- actionName: actionName$h,
1362
- authorizations: authorizations$h
1366
+ actionName: actionName$T,
1367
+ authorizations: authorizations$T
1363
1368
  };
1364
1369
 
1365
- const authorizations$g = [{ permissions: [active], actor: _username }];
1366
- const actionName$g = "decline";
1370
+ const authorizations$S = [{ permissions: [active], actor: _username }];
1371
+ const actionName$S = "decline";
1367
1372
 
1368
1373
  const declineRequest = {
1369
1374
  __proto__: null,
1370
- actionName: actionName$g,
1371
- authorizations: authorizations$g
1375
+ actionName: actionName$S,
1376
+ authorizations: authorizations$S
1372
1377
  };
1373
1378
 
1374
- const authorizations$f = [{ permissions: [active], actor: _chairman }];
1375
- const actionName$f = "delivered";
1379
+ const authorizations$R = [{ permissions: [active], actor: _chairman }];
1380
+ const actionName$R = "delivered";
1376
1381
 
1377
1382
  const deliverOnRequest = {
1378
1383
  __proto__: null,
1379
- actionName: actionName$f,
1380
- authorizations: authorizations$f
1384
+ actionName: actionName$R,
1385
+ authorizations: authorizations$R
1381
1386
  };
1382
1387
 
1383
- const authorizations$e = [{ permissions: [active, special], actor: _admin }];
1384
- const actionName$e = "moderate";
1388
+ const authorizations$Q = [{ permissions: [active, special], actor: _admin }];
1389
+ const actionName$Q = "moderate";
1385
1390
 
1386
1391
  const moderateRequest = {
1387
1392
  __proto__: null,
1388
- actionName: actionName$e,
1389
- authorizations: authorizations$e
1393
+ actionName: actionName$Q,
1394
+ authorizations: authorizations$Q
1390
1395
  };
1391
1396
 
1392
- const authorizations$d = [{ permissions: [active], actor: _marketplace }];
1393
- const actionName$d = "newid";
1397
+ const authorizations$P = [{ permissions: [active], actor: _marketplace }];
1398
+ const actionName$P = "newid";
1394
1399
 
1395
1400
  const newRequestId = {
1396
1401
  __proto__: null,
1397
- actionName: actionName$d,
1398
- authorizations: authorizations$d
1402
+ actionName: actionName$P,
1403
+ authorizations: authorizations$P
1399
1404
  };
1400
1405
 
1401
- const authorizations$c = [{ permissions: [active], actor: _username }];
1402
- const actionName$c = "dispute";
1406
+ const authorizations$O = [{ permissions: [active], actor: _username }];
1407
+ const actionName$O = "dispute";
1403
1408
 
1404
1409
  const openDispute = {
1405
1410
  __proto__: null,
1406
- actionName: actionName$c,
1407
- authorizations: authorizations$c
1411
+ actionName: actionName$O,
1412
+ authorizations: authorizations$O
1408
1413
  };
1409
1414
 
1410
- const authorizations$b = [{ permissions: [active, special], actor: _admin }];
1411
- const actionName$b = "prohibit";
1415
+ const authorizations$N = [{ permissions: [active, special], actor: _admin }];
1416
+ const actionName$N = "prohibit";
1412
1417
 
1413
1418
  const prohibitRequest = {
1414
1419
  __proto__: null,
1415
- actionName: actionName$b,
1416
- authorizations: authorizations$b
1420
+ actionName: actionName$N,
1421
+ authorizations: authorizations$N
1417
1422
  };
1418
1423
 
1419
- const authorizations$a = [{ permissions: [active], actor: _username }];
1420
- const actionName$a = "publish";
1424
+ const authorizations$M = [{ permissions: [active], actor: _username }];
1425
+ const actionName$M = "publish";
1421
1426
 
1422
1427
  const publishRequest = {
1423
1428
  __proto__: null,
1424
- actionName: actionName$a,
1425
- authorizations: authorizations$a
1429
+ actionName: actionName$M,
1430
+ authorizations: authorizations$M
1426
1431
  };
1427
1432
 
1428
- const authorizations$9 = [{ permissions: [active], actor: _username }];
1429
- const actionName$9 = "recieve";
1433
+ const authorizations$L = [{ permissions: [active], actor: _username }];
1434
+ const actionName$L = "recieve";
1430
1435
 
1431
1436
  const recieveOnRequest = {
1432
1437
  __proto__: null,
1433
- actionName: actionName$9,
1434
- authorizations: authorizations$9
1438
+ actionName: actionName$L,
1439
+ authorizations: authorizations$L
1435
1440
  };
1436
1441
 
1437
- const authorizations$8 = [{ permissions: [active], actor: _username }];
1438
- const actionName$8 = "supply";
1442
+ const authorizations$K = [{ permissions: [active], actor: _username }];
1443
+ const actionName$K = "supply";
1439
1444
 
1440
1445
  const supplyOnRequest = {
1441
1446
  __proto__: null,
1442
- actionName: actionName$8,
1443
- authorizations: authorizations$8
1447
+ actionName: actionName$K,
1448
+ authorizations: authorizations$K
1444
1449
  };
1445
1450
 
1446
- const authorizations$7 = [{ permissions: [active], actor: _username }];
1447
- const actionName$7 = "unpublish";
1451
+ const authorizations$J = [{ permissions: [active], actor: _username }];
1452
+ const actionName$J = "unpublish";
1448
1453
 
1449
1454
  const unpublishRequest = {
1450
1455
  __proto__: null,
1451
- actionName: actionName$7,
1452
- authorizations: authorizations$7
1456
+ actionName: actionName$J,
1457
+ authorizations: authorizations$J
1453
1458
  };
1454
1459
 
1455
- const authorizations$6 = [{ permissions: [active], actor: _username }];
1456
- const actionName$6 = "update";
1460
+ const authorizations$I = [{ permissions: [active], actor: _username }];
1461
+ const actionName$I = "update";
1457
1462
 
1458
1463
  const updateRequest = {
1459
1464
  __proto__: null,
1460
- actionName: actionName$6,
1461
- authorizations: authorizations$6
1465
+ actionName: actionName$I,
1466
+ authorizations: authorizations$I
1462
1467
  };
1463
1468
 
1464
- const index$5 = {
1469
+ const index$a = {
1465
1470
  __proto__: null,
1466
1471
  acceptRequest: acceptRequest,
1467
1472
  authorize: authorize,
@@ -1484,16 +1489,16 @@ const index$5 = {
1484
1489
  updateRequests: updateRequest
1485
1490
  };
1486
1491
 
1487
- const tableName$4 = "exchange";
1488
- const scope$4 = _coopname;
1492
+ const tableName$g = "exchange";
1493
+ const scope$g = _coopname;
1489
1494
 
1490
1495
  const requests = {
1491
1496
  __proto__: null,
1492
- scope: scope$4,
1493
- tableName: tableName$4
1497
+ scope: scope$g,
1498
+ tableName: tableName$g
1494
1499
  };
1495
1500
 
1496
- const index$4 = {
1501
+ const index$9 = {
1497
1502
  __proto__: null,
1498
1503
  Requests: requests
1499
1504
  };
@@ -1502,71 +1507,71 @@ const marketplace = {
1502
1507
  __proto__: null
1503
1508
  };
1504
1509
 
1505
- const contractName$1 = _marketplace;
1510
+ const contractName$3 = _marketplace;
1506
1511
 
1507
- const index$3 = {
1512
+ const index$8 = {
1508
1513
  __proto__: null,
1509
- Actions: index$5,
1514
+ Actions: index$a,
1510
1515
  Interfaces: marketplace,
1511
- Tables: index$4,
1512
- contractName: contractName$1
1516
+ Tables: index$9,
1517
+ contractName: contractName$3
1513
1518
  };
1514
1519
 
1515
- const authorizations$5 = [{ permissions: [active], actor: _username }];
1516
- const actionName$5 = "propose";
1520
+ const authorizations$H = [{ permissions: [active], actor: _username }];
1521
+ const actionName$H = "propose";
1517
1522
 
1518
1523
  const proposeTransaction = {
1519
1524
  __proto__: null,
1520
- actionName: actionName$5,
1521
- authorizations: authorizations$5
1525
+ actionName: actionName$H,
1526
+ authorizations: authorizations$H
1522
1527
  };
1523
1528
 
1524
- const authorizations$4 = [{ permissions: [active], actor: _username }];
1525
- const actionName$4 = "approve";
1529
+ const authorizations$G = [{ permissions: [active], actor: _username }];
1530
+ const actionName$G = "approve";
1526
1531
 
1527
1532
  const approveProposal = {
1528
1533
  __proto__: null,
1529
- actionName: actionName$4,
1530
- authorizations: authorizations$4
1534
+ actionName: actionName$G,
1535
+ authorizations: authorizations$G
1531
1536
  };
1532
1537
 
1533
- const authorizations$3 = [{ permissions: [active], actor: _username }];
1534
- const actionName$3 = "unapprove";
1538
+ const authorizations$F = [{ permissions: [active], actor: _username }];
1539
+ const actionName$F = "unapprove";
1535
1540
 
1536
1541
  const unapproveProposal = {
1537
1542
  __proto__: null,
1538
- actionName: actionName$3,
1539
- authorizations: authorizations$3
1543
+ actionName: actionName$F,
1544
+ authorizations: authorizations$F
1540
1545
  };
1541
1546
 
1542
- const authorizations$2 = [{ permissions: [active], actor: _username }];
1543
- const actionName$2 = "cancel";
1547
+ const authorizations$E = [{ permissions: [active], actor: _username }];
1548
+ const actionName$E = "cancel";
1544
1549
 
1545
1550
  const cancelProposal = {
1546
1551
  __proto__: null,
1547
- actionName: actionName$2,
1548
- authorizations: authorizations$2
1552
+ actionName: actionName$E,
1553
+ authorizations: authorizations$E
1549
1554
  };
1550
1555
 
1551
- const authorizations$1 = [{ permissions: [active], actor: _username }];
1552
- const actionName$1 = "exec";
1556
+ const authorizations$D = [{ permissions: [active], actor: _username }];
1557
+ const actionName$D = "exec";
1553
1558
 
1554
1559
  const execProposal = {
1555
1560
  __proto__: null,
1556
- actionName: actionName$1,
1557
- authorizations: authorizations$1
1561
+ actionName: actionName$D,
1562
+ authorizations: authorizations$D
1558
1563
  };
1559
1564
 
1560
- const authorizations = [{ permissions: [active], actor: _username }];
1561
- const actionName = "invalidate";
1565
+ const authorizations$C = [{ permissions: [active], actor: _username }];
1566
+ const actionName$C = "invalidate";
1562
1567
 
1563
1568
  const invalidateAccount = {
1564
1569
  __proto__: null,
1565
- actionName: actionName,
1566
- authorizations: authorizations
1570
+ actionName: actionName$C,
1571
+ authorizations: authorizations$C
1567
1572
  };
1568
1573
 
1569
- const index$2 = {
1574
+ const index$7 = {
1570
1575
  __proto__: null,
1571
1576
  approveProposal: approveProposal,
1572
1577
  cancelProposal: cancelProposal,
@@ -1576,43 +1581,43 @@ const index$2 = {
1576
1581
  unapproveProposal: unapproveProposal
1577
1582
  };
1578
1583
 
1579
- const tableName$3 = "approvals";
1580
- const scope$3 = _msig;
1584
+ const tableName$f = "approvals";
1585
+ const scope$f = _msig;
1581
1586
 
1582
1587
  const approvals = {
1583
1588
  __proto__: null,
1584
- scope: scope$3,
1585
- tableName: tableName$3
1589
+ scope: scope$f,
1590
+ tableName: tableName$f
1586
1591
  };
1587
1592
 
1588
- const tableName$2 = "approvals2";
1589
- const scope$2 = _msig;
1593
+ const tableName$e = "approvals2";
1594
+ const scope$e = _msig;
1590
1595
 
1591
1596
  const approvals2 = {
1592
1597
  __proto__: null,
1593
- scope: scope$2,
1594
- tableName: tableName$2
1598
+ scope: scope$e,
1599
+ tableName: tableName$e
1595
1600
  };
1596
1601
 
1597
- const tableName$1 = "invals";
1598
- const scope$1 = _msig;
1602
+ const tableName$d = "invals";
1603
+ const scope$d = _msig;
1599
1604
 
1600
1605
  const invalidations = {
1601
1606
  __proto__: null,
1602
- scope: scope$1,
1603
- tableName: tableName$1
1607
+ scope: scope$d,
1608
+ tableName: tableName$d
1604
1609
  };
1605
1610
 
1606
- const tableName = "proposal";
1607
- const scope = _msig;
1611
+ const tableName$c = "proposal";
1612
+ const scope$c = _msig;
1608
1613
 
1609
1614
  const proposals = {
1610
1615
  __proto__: null,
1611
- scope: scope,
1612
- tableName: tableName
1616
+ scope: scope$c,
1617
+ tableName: tableName$c
1613
1618
  };
1614
1619
 
1615
- const index$1 = {
1620
+ const index$6 = {
1616
1621
  __proto__: null,
1617
1622
  Approvals: approvals,
1618
1623
  Approvals2: approvals2,
@@ -1620,26 +1625,570 @@ const index$1 = {
1620
1625
  Proposals: proposals
1621
1626
  };
1622
1627
 
1623
- const eosio_msig = {
1628
+ const msig = {
1629
+ __proto__: null
1630
+ };
1631
+
1632
+ const contractName$2 = _msig;
1633
+
1634
+ const index$5 = {
1635
+ __proto__: null,
1636
+ Actions: index$7,
1637
+ Interfaces: msig,
1638
+ Tables: index$6,
1639
+ contractName: contractName$2
1640
+ };
1641
+
1642
+ const authorizations$B = [{ permissions: [active], actor: _username }];
1643
+ const actionName$B = "exec";
1644
+
1645
+ const exec = {
1646
+ __proto__: null,
1647
+ actionName: actionName$B,
1648
+ authorizations: authorizations$B
1649
+ };
1650
+
1651
+ const index$4 = {
1652
+ __proto__: null,
1653
+ Exec: exec
1654
+ };
1655
+
1656
+ const wrap = {
1657
+ __proto__: null
1658
+ };
1659
+
1660
+ const contractName$1 = _wrap;
1661
+
1662
+ const index$3 = {
1663
+ __proto__: null,
1664
+ Actions: index$4,
1665
+ Interfaces: wrap,
1666
+ contractName: contractName$1
1667
+ };
1668
+
1669
+ const authorizations$A = [{ permissions: [active], actor: _system }];
1670
+ const actionName$A = "init";
1671
+
1672
+ const init = {
1673
+ __proto__: null,
1674
+ actionName: actionName$A,
1675
+ authorizations: authorizations$A
1676
+ };
1677
+
1678
+ const authorizations$z = [{ permissions: [active], actor: _contract }];
1679
+ const actionName$z = "setcode";
1680
+
1681
+ const setCode = {
1682
+ __proto__: null,
1683
+ actionName: actionName$z,
1684
+ authorizations: authorizations$z
1685
+ };
1686
+
1687
+ const authorizations$y = [{ permissions: [active], actor: _system }];
1688
+ const actionName$y = "initemission";
1689
+
1690
+ const initEmission = {
1691
+ __proto__: null,
1692
+ actionName: actionName$y,
1693
+ authorizations: authorizations$y
1694
+ };
1695
+
1696
+ const authorizations$x = [{ permissions: [active], actor: _system }];
1697
+ const actionName$x = "setacctcpu";
1698
+
1699
+ const setCPULimits = {
1700
+ __proto__: null,
1701
+ actionName: actionName$x,
1702
+ authorizations: authorizations$x
1703
+ };
1704
+
1705
+ const authorizations$w = [{ permissions: [active], actor: _system }];
1706
+ const actionName$w = "setacctnet";
1707
+
1708
+ const setNETLimits = {
1709
+ __proto__: null,
1710
+ actionName: actionName$w,
1711
+ authorizations: authorizations$w
1712
+ };
1713
+
1714
+ const authorizations$v = [{ permissions: [active], actor: _system }];
1715
+ const actionName$v = "setacctram";
1716
+
1717
+ const setRAMLimits = {
1718
+ __proto__: null,
1719
+ actionName: actionName$v,
1720
+ authorizations: authorizations$v
1721
+ };
1722
+
1723
+ const authorizations$u = [{ permissions: [active], actor: _system }];
1724
+ const actionName$u = "activate";
1725
+
1726
+ const activateFeature = {
1727
+ __proto__: null,
1728
+ actionName: actionName$u,
1729
+ authorizations: authorizations$u
1730
+ };
1731
+
1732
+ const authorizations$t = [{ permissions: [active], actor: _username }];
1733
+ const actionName$t = "delegatebw";
1734
+
1735
+ const delegateBW = {
1736
+ __proto__: null,
1737
+ actionName: actionName$t,
1738
+ authorizations: authorizations$t
1739
+ };
1740
+
1741
+ const authorizations$s = [{ permissions: [active], actor: _username }];
1742
+ const actionName$s = "undelegatebw";
1743
+
1744
+ const undelegateBW = {
1745
+ __proto__: null,
1746
+ actionName: actionName$s,
1747
+ authorizations: authorizations$s
1748
+ };
1749
+
1750
+ const authorizations$r = [{ permissions: [active], actor: _username }];
1751
+ const actionName$r = "buyram";
1752
+
1753
+ const buyRAM = {
1754
+ __proto__: null,
1755
+ actionName: actionName$r,
1756
+ authorizations: authorizations$r
1757
+ };
1758
+
1759
+ const authorizations$q = [{ permissions: [active], actor: _username }];
1760
+ const actionName$q = "buyrambytes";
1761
+
1762
+ const buyRAMBytes = {
1763
+ __proto__: null,
1764
+ actionName: actionName$q,
1765
+ authorizations: authorizations$q
1766
+ };
1767
+
1768
+ const authorizations$p = [{ permissions: [active], actor: _username }];
1769
+ const actionName$p = "refund";
1770
+
1771
+ const refund = {
1772
+ __proto__: null,
1773
+ actionName: actionName$p,
1774
+ authorizations: authorizations$p
1775
+ };
1776
+
1777
+ const authorizations$o = [{ permissions: [active], actor: _username }];
1778
+ const actionName$o = "regproducer";
1779
+
1780
+ const registerProducer = {
1781
+ __proto__: null,
1782
+ actionName: actionName$o,
1783
+ authorizations: authorizations$o
1784
+ };
1785
+
1786
+ const authorizations$n = [{ permissions: [active], actor: _username }];
1787
+ const actionName$n = "regproducer2";
1788
+
1789
+ const registerProducer2 = {
1790
+ __proto__: null,
1791
+ actionName: actionName$n,
1792
+ authorizations: authorizations$n
1793
+ };
1794
+
1795
+ const authorizations$m = [{ permissions: [active], actor: _username }];
1796
+ const actionName$m = "unregprod";
1797
+
1798
+ const unregisterProducer = {
1799
+ __proto__: null,
1800
+ actionName: actionName$m,
1801
+ authorizations: authorizations$m
1802
+ };
1803
+
1804
+ const authorizations$l = [{ permissions: [active], actor: _system }];
1805
+ const actionName$l = "setram";
1806
+
1807
+ const setTotalRAM = {
1808
+ __proto__: null,
1809
+ actionName: actionName$l,
1810
+ authorizations: authorizations$l
1811
+ };
1812
+
1813
+ const authorizations$k = [{ permissions: [active], actor: _system }];
1814
+ const actionName$k = "setramrate";
1815
+
1816
+ const setTotalRAMRate = {
1817
+ __proto__: null,
1818
+ actionName: actionName$k,
1819
+ authorizations: authorizations$k
1820
+ };
1821
+
1822
+ const authorizations$j = [{ permissions: [active], actor: _username }];
1823
+ const actionName$j = "voteproducer";
1824
+
1825
+ const voteForProducer = {
1826
+ __proto__: null,
1827
+ actionName: actionName$j,
1828
+ authorizations: authorizations$j
1829
+ };
1830
+
1831
+ const authorizations$i = [{ permissions: [active], actor: _username }];
1832
+ const actionName$i = "voteupdate";
1833
+
1834
+ const voteUpdate = {
1835
+ __proto__: null,
1836
+ actionName: actionName$i,
1837
+ authorizations: authorizations$i
1838
+ };
1839
+
1840
+ const authorizations$h = [{ permissions: [active], actor: _username }];
1841
+ const actionName$h = "regproxy";
1842
+
1843
+ const registerProxy = {
1844
+ __proto__: null,
1845
+ actionName: actionName$h,
1846
+ authorizations: authorizations$h
1847
+ };
1848
+
1849
+ const authorizations$g = [{ permissions: [active], actor: _username }];
1850
+ const actionName$g = "claimrewards";
1851
+
1852
+ const claimRewards = {
1853
+ __proto__: null,
1854
+ actionName: actionName$g,
1855
+ authorizations: authorizations$g
1856
+ };
1857
+
1858
+ const authorizations$f = [{ permissions: [active], actor: _system }];
1859
+ const actionName$f = "rmvproducer";
1860
+
1861
+ const removeProducer = {
1862
+ __proto__: null,
1863
+ actionName: actionName$f,
1864
+ authorizations: authorizations$f
1865
+ };
1866
+
1867
+ const authorizations$e = [{ permissions: [active], actor: _system }];
1868
+ const actionName$e = "updtrevision";
1869
+
1870
+ const updateRevision = {
1871
+ __proto__: null,
1872
+ actionName: actionName$e,
1873
+ authorizations: authorizations$e
1874
+ };
1875
+
1876
+ const authorizations$d = [{ permissions: [active], actor: _username }];
1877
+ const actionName$d = "bidname";
1878
+
1879
+ const bidName = {
1880
+ __proto__: null,
1881
+ actionName: actionName$d,
1882
+ authorizations: authorizations$d
1883
+ };
1884
+
1885
+ const authorizations$c = [{ permissions: [active], actor: _username }];
1886
+ const actionName$c = "bidrefund";
1887
+
1888
+ const bidNameRefund = {
1889
+ __proto__: null,
1890
+ actionName: actionName$c,
1891
+ authorizations: authorizations$c
1892
+ };
1893
+
1894
+ const authorizations$b = [{ permissions: [active], actor: _system }];
1895
+ const actionName$b = "setpriv";
1896
+
1897
+ const setPrivileged = {
1898
+ __proto__: null,
1899
+ actionName: actionName$b,
1900
+ authorizations: authorizations$b
1901
+ };
1902
+
1903
+ const authorizations$a = [{ permissions: [active], actor: _system }];
1904
+ const actionName$a = "setalimits";
1905
+
1906
+ const setAccountLimits = {
1907
+ __proto__: null,
1908
+ actionName: actionName$a,
1909
+ authorizations: authorizations$a
1910
+ };
1911
+
1912
+ const authorizations$9 = [{ permissions: [active], actor: _system }];
1913
+ const actionName$9 = "setparams";
1914
+
1915
+ const setParams = {
1916
+ __proto__: null,
1917
+ actionName: actionName$9,
1918
+ authorizations: authorizations$9
1919
+ };
1920
+
1921
+ const authorizations$8 = [{ permissions: [active], actor: _system }];
1922
+ const actionName$8 = "cfgpowerup";
1923
+
1924
+ const initPowerup = {
1925
+ __proto__: null,
1926
+ actionName: actionName$8,
1927
+ authorizations: authorizations$8
1928
+ };
1929
+
1930
+ const authorizations$7 = [{ permissions: [active], actor: _username }];
1931
+ const actionName$7 = "powerupexec";
1932
+
1933
+ const execPowerup = {
1934
+ __proto__: null,
1935
+ actionName: actionName$7,
1936
+ authorizations: authorizations$7
1937
+ };
1938
+
1939
+ const authorizations$6 = [{ permissions: [active], actor: _username }];
1940
+ const actionName$6 = "powerup";
1941
+
1942
+ const powerup = {
1943
+ __proto__: null,
1944
+ actionName: actionName$6,
1945
+ authorizations: authorizations$6
1946
+ };
1947
+
1948
+ const authorizations$5 = [
1949
+ { permissions: [active], actor: _system },
1950
+ { permissions: [active], actor: _registrator }
1951
+ ];
1952
+ const actionName$5 = "newaccount";
1953
+
1954
+ const newAccount = {
1955
+ __proto__: null,
1956
+ actionName: actionName$5,
1957
+ authorizations: authorizations$5
1958
+ };
1959
+
1960
+ const authorizations$4 = [{ permissions: [active], actor: _contract }];
1961
+ const actionName$4 = "setabi";
1962
+
1963
+ const setAbi = {
1964
+ __proto__: null,
1965
+ actionName: actionName$4,
1966
+ authorizations: authorizations$4
1967
+ };
1968
+
1969
+ const authorizations$3 = [{ permissions: [active], actor: _username }];
1970
+ const actionName$3 = "updateauth";
1971
+
1972
+ const updateAuth = {
1973
+ __proto__: null,
1974
+ actionName: actionName$3,
1975
+ authorizations: authorizations$3
1976
+ };
1977
+
1978
+ const authorizations$2 = [{ permissions: [active], actor: _username }];
1979
+ const actionName$2 = "deleteauth";
1980
+
1981
+ const deleteAuth = {
1982
+ __proto__: null,
1983
+ actionName: actionName$2,
1984
+ authorizations: authorizations$2
1985
+ };
1986
+
1987
+ const authorizations$1 = [{ permissions: [active], actor: _contract }];
1988
+ const actionName$1 = "linkauth";
1989
+
1990
+ const linkAuth = {
1991
+ __proto__: null,
1992
+ actionName: actionName$1,
1993
+ authorizations: authorizations$1
1994
+ };
1995
+
1996
+ const authorizations = [{ permissions: [active], actor: _username }];
1997
+ const actionName = "canceldelay";
1998
+
1999
+ const cancelDelay = {
2000
+ __proto__: null,
2001
+ actionName: actionName,
2002
+ authorizations: authorizations
2003
+ };
2004
+
2005
+ const index$2 = {
2006
+ __proto__: null,
2007
+ activateFeature: activateFeature,
2008
+ bidName: bidName,
2009
+ bidNameRefund: bidNameRefund,
2010
+ buyRAM: buyRAM,
2011
+ buyRAMBytes: buyRAMBytes,
2012
+ cancelDelay: cancelDelay,
2013
+ claimRewards: claimRewards,
2014
+ delegateBW: delegateBW,
2015
+ deleteAuth: deleteAuth,
2016
+ execPowerup: execPowerup,
2017
+ init: init,
2018
+ initEmission: initEmission,
2019
+ initPowerup: initPowerup,
2020
+ linkAuth: linkAuth,
2021
+ newAccount: newAccount,
2022
+ powerup: powerup,
2023
+ refund: refund,
2024
+ registerProducer: registerProducer,
2025
+ registerProducer2: registerProducer2,
2026
+ registerProxy: registerProxy,
2027
+ removeProducer: removeProducer,
2028
+ setAbi: setAbi,
2029
+ setAccountLimits: setAccountLimits,
2030
+ setCPULimits: setCPULimits,
2031
+ setCode: setCode,
2032
+ setNETLimits: setNETLimits,
2033
+ setParams: setParams,
2034
+ setPrivileged: setPrivileged,
2035
+ setRAMLimits: setRAMLimits,
2036
+ setTotalRAM: setTotalRAM,
2037
+ setTotalRAMRate: setTotalRAMRate,
2038
+ undelegateBW: undelegateBW,
2039
+ unregisterProducer: unregisterProducer,
2040
+ updateAuth: updateAuth,
2041
+ updateRevision: updateRevision,
2042
+ voteForProducer: voteForProducer,
2043
+ voteUpdate: voteUpdate
2044
+ };
2045
+
2046
+ const tableName$b = "bidrefunds";
2047
+ const scope$b = _system;
2048
+
2049
+ const bidRefunds = {
2050
+ __proto__: null,
2051
+ scope: scope$b,
2052
+ tableName: tableName$b
2053
+ };
2054
+
2055
+ const tableName$a = "delband";
2056
+ const scope$a = _system;
2057
+
2058
+ const delegatedBandwith = {
2059
+ __proto__: null,
2060
+ scope: scope$a,
2061
+ tableName: tableName$a
2062
+ };
2063
+
2064
+ const tableName$9 = "emission";
2065
+ const scope$9 = _system;
2066
+
2067
+ const emissionState = {
2068
+ __proto__: null,
2069
+ scope: scope$9,
2070
+ tableName: tableName$9
2071
+ };
2072
+
2073
+ const tableName$8 = "global";
2074
+ const scope$8 = _system;
2075
+
2076
+ const globalState = {
2077
+ __proto__: null,
2078
+ scope: scope$8,
2079
+ tableName: tableName$8
2080
+ };
2081
+
2082
+ const tableName$7 = "namebids";
2083
+ const scope$7 = _system;
2084
+
2085
+ const nameBids = {
2086
+ __proto__: null,
2087
+ scope: scope$7,
2088
+ tableName: tableName$7
2089
+ };
2090
+
2091
+ const tableName$6 = "powerstate";
2092
+ const scope$6 = _system;
2093
+
2094
+ const powerState = {
2095
+ __proto__: null,
2096
+ scope: scope$6,
2097
+ tableName: tableName$6
2098
+ };
2099
+
2100
+ const tableName$5 = "powup.order";
2101
+ const scope$5 = _system;
2102
+
2103
+ const powerupOrders = {
2104
+ __proto__: null,
2105
+ scope: scope$5,
2106
+ tableName: tableName$5
2107
+ };
2108
+
2109
+ const tableName$4 = "producers";
2110
+ const scope$4 = _system;
2111
+
2112
+ const producers = {
2113
+ __proto__: null,
2114
+ scope: scope$4,
2115
+ tableName: tableName$4
2116
+ };
2117
+
2118
+ const tableName$3 = "ramdebts";
2119
+ const scope$3 = _system;
2120
+
2121
+ const ramDebts = {
2122
+ __proto__: null,
2123
+ scope: scope$3,
2124
+ tableName: tableName$3
2125
+ };
2126
+
2127
+ const tableName$2 = "refunds";
2128
+ const scope$2 = _system;
2129
+
2130
+ const refunds = {
2131
+ __proto__: null,
2132
+ scope: scope$2,
2133
+ tableName: tableName$2
2134
+ };
2135
+
2136
+ const tableName$1 = "userres";
2137
+ const scope$1 = _system;
2138
+
2139
+ const userResources = {
2140
+ __proto__: null,
2141
+ scope: scope$1,
2142
+ tableName: tableName$1
2143
+ };
2144
+
2145
+ const tableName = "voters";
2146
+ const scope = _system;
2147
+
2148
+ const voters = {
2149
+ __proto__: null,
2150
+ scope: scope,
2151
+ tableName: tableName
2152
+ };
2153
+
2154
+ const index$1 = {
2155
+ __proto__: null,
2156
+ BidRefunds: bidRefunds,
2157
+ NameBids: nameBids,
2158
+ delegatedBandwith: delegatedBandwith,
2159
+ emissionState: emissionState,
2160
+ globalState: globalState,
2161
+ powerState: powerState,
2162
+ powerupOrders: powerupOrders,
2163
+ producers: producers,
2164
+ ramDebts: ramDebts,
2165
+ refunds: refunds,
2166
+ userResources: userResources,
2167
+ voters: voters
2168
+ };
2169
+
2170
+ const system = {
1624
2171
  __proto__: null
1625
2172
  };
1626
2173
 
1627
- const contractName = _msig;
2174
+ const contractName = _system;
1628
2175
 
1629
2176
  const index = {
1630
2177
  __proto__: null,
1631
2178
  Actions: index$2,
1632
- Interfaces: eosio_msig,
2179
+ Interfaces: system,
1633
2180
  Tables: index$1,
1634
2181
  contractName: contractName
1635
2182
  };
1636
2183
 
1637
- exports.DraftContract = index$r;
1638
- exports.FundContract = index$o;
1639
- exports.GatewayContract = index$l;
1640
- exports.MarketContract = index$3;
1641
- exports.MsigContract = index;
1642
- exports.RegistratorContract = index$i;
1643
- exports.SovietContract = index$6;
1644
- exports.TokenContract = index$f;
1645
- exports._Common = index$u;
2184
+ exports.DraftContract = index$w;
2185
+ exports.FundContract = index$t;
2186
+ exports.GatewayContract = index$q;
2187
+ exports.MarketContract = index$8;
2188
+ exports.MsigContract = index$5;
2189
+ exports.RegistratorContract = index$n;
2190
+ exports.SovietContract = index$b;
2191
+ exports.SystemContract = index;
2192
+ exports.TokenContract = index$k;
2193
+ exports.WrapContract = index$3;
2194
+ exports._Common = index$z;