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