cooptypes 0.5.23 → 0.5.25
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 +421 -356
- package/dist/index.d.cts +418 -298
- package/dist/index.d.mts +418 -298
- package/dist/index.d.ts +418 -298
- package/dist/index.mjs +416 -351
- package/package.json +1 -4
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$
|
|
9
|
+
const index$H = {
|
|
10
10
|
__proto__: null,
|
|
11
11
|
_admin: _admin,
|
|
12
12
|
_chairman: _chairman,
|
|
@@ -58,7 +58,7 @@ const _wrap = {
|
|
|
58
58
|
testnet: "eosio.wrap"
|
|
59
59
|
};
|
|
60
60
|
|
|
61
|
-
const index$
|
|
61
|
+
const index$G = {
|
|
62
62
|
__proto__: null,
|
|
63
63
|
_draft: _draft,
|
|
64
64
|
_fund: _fund,
|
|
@@ -79,66 +79,66 @@ const special = {
|
|
|
79
79
|
action: "actionName"
|
|
80
80
|
};
|
|
81
81
|
|
|
82
|
-
const index$
|
|
82
|
+
const index$F = {
|
|
83
83
|
__proto__: null,
|
|
84
84
|
active: active,
|
|
85
85
|
owner: owner,
|
|
86
86
|
special: special
|
|
87
87
|
};
|
|
88
88
|
|
|
89
|
-
const index$
|
|
89
|
+
const index$E = {
|
|
90
90
|
__proto__: null,
|
|
91
|
-
Actors: index$
|
|
92
|
-
ContractNames: index$
|
|
93
|
-
Permissions: index$
|
|
91
|
+
Actors: index$H,
|
|
92
|
+
ContractNames: index$G,
|
|
93
|
+
Permissions: index$F
|
|
94
94
|
};
|
|
95
95
|
|
|
96
|
-
const authorizations$
|
|
97
|
-
const actionName$
|
|
96
|
+
const authorizations$2g = [{ permissions: [active], actor: _system }];
|
|
97
|
+
const actionName$2g = "createtrans";
|
|
98
98
|
|
|
99
99
|
const createTranslation = {
|
|
100
100
|
__proto__: null,
|
|
101
|
-
actionName: actionName$
|
|
102
|
-
authorizations: authorizations$
|
|
101
|
+
actionName: actionName$2g,
|
|
102
|
+
authorizations: authorizations$2g
|
|
103
103
|
};
|
|
104
104
|
|
|
105
|
-
const authorizations$
|
|
106
|
-
const actionName$
|
|
105
|
+
const authorizations$2f = [{ permissions: [active], actor: _system }];
|
|
106
|
+
const actionName$2f = "createdraft";
|
|
107
107
|
|
|
108
108
|
const createDraft = {
|
|
109
109
|
__proto__: null,
|
|
110
|
-
actionName: actionName$
|
|
111
|
-
authorizations: authorizations$
|
|
110
|
+
actionName: actionName$2f,
|
|
111
|
+
authorizations: authorizations$2f
|
|
112
112
|
};
|
|
113
113
|
|
|
114
|
-
const authorizations$
|
|
115
|
-
const actionName$
|
|
114
|
+
const authorizations$2e = [{ permissions: [active], actor: _system }];
|
|
115
|
+
const actionName$2e = "deldraft";
|
|
116
116
|
|
|
117
117
|
const deleteDraft = {
|
|
118
118
|
__proto__: null,
|
|
119
|
-
actionName: actionName$
|
|
120
|
-
authorizations: authorizations$
|
|
119
|
+
actionName: actionName$2e,
|
|
120
|
+
authorizations: authorizations$2e
|
|
121
121
|
};
|
|
122
122
|
|
|
123
|
-
const authorizations$
|
|
124
|
-
const actionName$
|
|
123
|
+
const authorizations$2d = [{ permissions: [active], actor: _system }];
|
|
124
|
+
const actionName$2d = "edittrans";
|
|
125
125
|
|
|
126
126
|
const editTranslation = {
|
|
127
127
|
__proto__: null,
|
|
128
|
-
actionName: actionName$
|
|
129
|
-
authorizations: authorizations$
|
|
128
|
+
actionName: actionName$2d,
|
|
129
|
+
authorizations: authorizations$2d
|
|
130
130
|
};
|
|
131
131
|
|
|
132
|
-
const authorizations$
|
|
133
|
-
const actionName$
|
|
132
|
+
const authorizations$2c = [{ permissions: [active], actor: _draft }];
|
|
133
|
+
const actionName$2c = "newid";
|
|
134
134
|
|
|
135
135
|
const newId = {
|
|
136
136
|
__proto__: null,
|
|
137
|
-
actionName: actionName$
|
|
138
|
-
authorizations: authorizations$
|
|
137
|
+
actionName: actionName$2c,
|
|
138
|
+
authorizations: authorizations$2c
|
|
139
139
|
};
|
|
140
140
|
|
|
141
|
-
const index$
|
|
141
|
+
const index$D = {
|
|
142
142
|
__proto__: null,
|
|
143
143
|
CreateDraft: createDraft,
|
|
144
144
|
CreateTranslation: createTranslation,
|
|
@@ -165,7 +165,7 @@ const translations = {
|
|
|
165
165
|
tableName: tableName$D
|
|
166
166
|
};
|
|
167
167
|
|
|
168
|
-
const index$
|
|
168
|
+
const index$C = {
|
|
169
169
|
__proto__: null,
|
|
170
170
|
Drafts: drafts,
|
|
171
171
|
Translations: translations
|
|
@@ -177,154 +177,154 @@ const draft = {
|
|
|
177
177
|
|
|
178
178
|
const contractName$9 = _draft;
|
|
179
179
|
|
|
180
|
-
const index$
|
|
180
|
+
const index$B = {
|
|
181
181
|
__proto__: null,
|
|
182
|
-
Actions: index$
|
|
182
|
+
Actions: index$D,
|
|
183
183
|
Interfaces: draft,
|
|
184
|
-
Tables: index$
|
|
184
|
+
Tables: index$C,
|
|
185
185
|
contractName: contractName$9
|
|
186
186
|
};
|
|
187
187
|
|
|
188
|
-
const authorizations$
|
|
189
|
-
const actionName$
|
|
188
|
+
const authorizations$2b = [{ permissions: [active], actor: _fund }];
|
|
189
|
+
const actionName$2b = "addaccum";
|
|
190
190
|
|
|
191
191
|
const addAccumulation = {
|
|
192
192
|
__proto__: null,
|
|
193
|
-
actionName: actionName$
|
|
194
|
-
authorizations: authorizations$
|
|
193
|
+
actionName: actionName$2b,
|
|
194
|
+
authorizations: authorizations$2b
|
|
195
195
|
};
|
|
196
196
|
|
|
197
|
-
const authorizations$
|
|
198
|
-
const actionName$
|
|
197
|
+
const authorizations$2a = [{ permissions: [active], actor: _fund }];
|
|
198
|
+
const actionName$2a = "subaccum";
|
|
199
199
|
|
|
200
200
|
const subAccumulation = {
|
|
201
201
|
__proto__: null,
|
|
202
|
-
actionName: actionName$
|
|
203
|
-
authorizations: authorizations$
|
|
202
|
+
actionName: actionName$2a,
|
|
203
|
+
authorizations: authorizations$2a
|
|
204
204
|
};
|
|
205
205
|
|
|
206
|
-
const authorizations$
|
|
207
|
-
const actionName$
|
|
206
|
+
const authorizations$29 = [{ permissions: [active], actor: _gateway }];
|
|
207
|
+
const actionName$29 = "addcirculate";
|
|
208
208
|
|
|
209
209
|
const addCirculation = {
|
|
210
210
|
__proto__: null,
|
|
211
|
-
actionName: actionName$
|
|
212
|
-
authorizations: authorizations$
|
|
211
|
+
actionName: actionName$29,
|
|
212
|
+
authorizations: authorizations$29
|
|
213
213
|
};
|
|
214
214
|
|
|
215
|
-
const authorizations$
|
|
216
|
-
const actionName$
|
|
215
|
+
const authorizations$28 = [{ permissions: [active], actor: _fund }];
|
|
216
|
+
const actionName$28 = "addexpense";
|
|
217
217
|
|
|
218
218
|
const addExpense = {
|
|
219
219
|
__proto__: null,
|
|
220
|
-
actionName: actionName$
|
|
221
|
-
authorizations: authorizations$
|
|
220
|
+
actionName: actionName$28,
|
|
221
|
+
authorizations: authorizations$28
|
|
222
222
|
};
|
|
223
223
|
|
|
224
|
-
const authorizations$
|
|
225
|
-
const actionName$
|
|
224
|
+
const authorizations$27 = [{ permissions: [active], actor: _soviet }];
|
|
225
|
+
const actionName$27 = "authorize";
|
|
226
226
|
|
|
227
227
|
const authorizeWithdraw = {
|
|
228
228
|
__proto__: null,
|
|
229
|
-
actionName: actionName$
|
|
230
|
-
authorizations: authorizations$
|
|
229
|
+
actionName: actionName$27,
|
|
230
|
+
authorizations: authorizations$27
|
|
231
231
|
};
|
|
232
232
|
|
|
233
|
-
const authorizations$
|
|
234
|
-
const actionName$
|
|
233
|
+
const authorizations$26 = [{ permissions: [active, special], actor: _admin }];
|
|
234
|
+
const actionName$26 = "complete";
|
|
235
235
|
|
|
236
236
|
const completeWithdraw$1 = {
|
|
237
237
|
__proto__: null,
|
|
238
|
-
actionName: actionName$
|
|
239
|
-
authorizations: authorizations$
|
|
238
|
+
actionName: actionName$26,
|
|
239
|
+
authorizations: authorizations$26
|
|
240
240
|
};
|
|
241
241
|
|
|
242
|
-
const authorizations$
|
|
243
|
-
const actionName$
|
|
242
|
+
const authorizations$25 = [{ permissions: [active], actor: _fund }];
|
|
243
|
+
const actionName$25 = "newfund";
|
|
244
244
|
|
|
245
245
|
const newFund = {
|
|
246
246
|
__proto__: null,
|
|
247
|
-
actionName: actionName$
|
|
248
|
-
authorizations: authorizations$
|
|
247
|
+
actionName: actionName$25,
|
|
248
|
+
authorizations: authorizations$25
|
|
249
249
|
};
|
|
250
250
|
|
|
251
|
-
const authorizations$
|
|
252
|
-
const actionName$
|
|
251
|
+
const authorizations$24 = [{ permissions: [active], actor: _chairman }];
|
|
252
|
+
const actionName$24 = "createfund";
|
|
253
253
|
|
|
254
254
|
const createFund = {
|
|
255
255
|
__proto__: null,
|
|
256
|
-
actionName: actionName$
|
|
257
|
-
authorizations: authorizations$
|
|
256
|
+
actionName: actionName$24,
|
|
257
|
+
authorizations: authorizations$24
|
|
258
258
|
};
|
|
259
259
|
|
|
260
|
-
const authorizations$
|
|
261
|
-
const actionName$
|
|
260
|
+
const authorizations$23 = [{ permissions: [active], actor: _chairman }];
|
|
261
|
+
const actionName$23 = "delfund";
|
|
262
262
|
|
|
263
263
|
const deleteFund = {
|
|
264
264
|
__proto__: null,
|
|
265
|
-
actionName: actionName$
|
|
266
|
-
authorizations: authorizations$
|
|
265
|
+
actionName: actionName$23,
|
|
266
|
+
authorizations: authorizations$23
|
|
267
267
|
};
|
|
268
268
|
|
|
269
|
-
const authorizations$
|
|
270
|
-
const actionName$
|
|
269
|
+
const authorizations$22 = [{ permissions: [active], actor: _chairman }];
|
|
270
|
+
const actionName$22 = "editfund";
|
|
271
271
|
|
|
272
272
|
const editFund = {
|
|
273
273
|
__proto__: null,
|
|
274
|
-
actionName: actionName$
|
|
275
|
-
authorizations: authorizations$
|
|
274
|
+
actionName: actionName$22,
|
|
275
|
+
authorizations: authorizations$22
|
|
276
276
|
};
|
|
277
277
|
|
|
278
|
-
const authorizations$
|
|
278
|
+
const authorizations$21 = [
|
|
279
279
|
{ permissions: [active], actor: _username },
|
|
280
280
|
{ permissions: [active, special], actor: _admin },
|
|
281
281
|
{ permissions: [active], actor: _contract }
|
|
282
282
|
];
|
|
283
|
-
const actionName$
|
|
283
|
+
const actionName$21 = "fundwithdraw";
|
|
284
284
|
|
|
285
285
|
const createWithdraw$1 = {
|
|
286
286
|
__proto__: null,
|
|
287
|
-
actionName: actionName$
|
|
288
|
-
authorizations: authorizations$
|
|
287
|
+
actionName: actionName$21,
|
|
288
|
+
authorizations: authorizations$21
|
|
289
289
|
};
|
|
290
290
|
|
|
291
|
-
const authorizations$
|
|
292
|
-
const actionName$
|
|
291
|
+
const authorizations$20 = [{ permissions: [active], actor: _soviet }];
|
|
292
|
+
const actionName$20 = "init";
|
|
293
293
|
|
|
294
|
-
const init$
|
|
294
|
+
const init$3 = {
|
|
295
295
|
__proto__: null,
|
|
296
|
-
actionName: actionName$
|
|
297
|
-
authorizations: authorizations$
|
|
296
|
+
actionName: actionName$20,
|
|
297
|
+
authorizations: authorizations$20
|
|
298
298
|
};
|
|
299
299
|
|
|
300
|
-
const authorizations$
|
|
301
|
-
const actionName$
|
|
300
|
+
const authorizations$1$ = [{ permissions: [active], actor: _fund }];
|
|
301
|
+
const actionName$1$ = "newwithdraw";
|
|
302
302
|
|
|
303
303
|
const newWithdraw = {
|
|
304
304
|
__proto__: null,
|
|
305
|
-
actionName: actionName$
|
|
306
|
-
authorizations: authorizations$
|
|
305
|
+
actionName: actionName$1$,
|
|
306
|
+
authorizations: authorizations$1$
|
|
307
307
|
};
|
|
308
308
|
|
|
309
|
-
const authorizations$
|
|
310
|
-
const actionName$
|
|
309
|
+
const authorizations$1_ = [{ permissions: [active], actor: _marketplace }, { permissions: [active], actor: _gateway }];
|
|
310
|
+
const actionName$1_ = "spreadamount";
|
|
311
311
|
|
|
312
312
|
const spreadAmount = {
|
|
313
313
|
__proto__: null,
|
|
314
|
-
actionName: actionName$
|
|
315
|
-
authorizations: authorizations$
|
|
314
|
+
actionName: actionName$1_,
|
|
315
|
+
authorizations: authorizations$1_
|
|
316
316
|
};
|
|
317
317
|
|
|
318
|
-
const authorizations$
|
|
319
|
-
const actionName$
|
|
318
|
+
const authorizations$1Z = [{ permissions: [active], actor: _gateway }];
|
|
319
|
+
const actionName$1Z = "subcirculate";
|
|
320
320
|
|
|
321
321
|
const subCirculation = {
|
|
322
322
|
__proto__: null,
|
|
323
|
-
actionName: actionName$
|
|
324
|
-
authorizations: authorizations$
|
|
323
|
+
actionName: actionName$1Z,
|
|
324
|
+
authorizations: authorizations$1Z
|
|
325
325
|
};
|
|
326
326
|
|
|
327
|
-
const index$
|
|
327
|
+
const index$A = {
|
|
328
328
|
__proto__: null,
|
|
329
329
|
AddAccumulation: addAccumulation,
|
|
330
330
|
AddCirculation: addCirculation,
|
|
@@ -335,7 +335,7 @@ const index$z = {
|
|
|
335
335
|
CreateWithdraw: createWithdraw$1,
|
|
336
336
|
DeleteFund: deleteFund,
|
|
337
337
|
EditFund: editFund,
|
|
338
|
-
Init: init$
|
|
338
|
+
Init: init$3,
|
|
339
339
|
NewFund: newFund,
|
|
340
340
|
NewWithdraw: newWithdraw,
|
|
341
341
|
SpreadAmount: spreadAmount,
|
|
@@ -379,7 +379,7 @@ const fundWithdraws = {
|
|
|
379
379
|
tableName: tableName$z
|
|
380
380
|
};
|
|
381
381
|
|
|
382
|
-
const index$
|
|
382
|
+
const index$z = {
|
|
383
383
|
__proto__: null,
|
|
384
384
|
AccumulatedFunds: accumulationFunds,
|
|
385
385
|
ExpensedFunds: expenseFunds,
|
|
@@ -393,87 +393,87 @@ const fund = {
|
|
|
393
393
|
|
|
394
394
|
const contractName$8 = _fund;
|
|
395
395
|
|
|
396
|
-
const index$
|
|
396
|
+
const index$y = {
|
|
397
397
|
__proto__: null,
|
|
398
|
-
Actions: index$
|
|
398
|
+
Actions: index$A,
|
|
399
399
|
Interfaces: fund,
|
|
400
|
-
Tables: index$
|
|
400
|
+
Tables: index$z,
|
|
401
401
|
contractName: contractName$8
|
|
402
402
|
};
|
|
403
403
|
|
|
404
|
-
const authorizations$
|
|
405
|
-
const actionName$
|
|
404
|
+
const authorizations$1Y = [{ permissions: [active, special], actor: _coopname }];
|
|
405
|
+
const actionName$1Y = "deposit";
|
|
406
406
|
|
|
407
407
|
const createDeposit = {
|
|
408
408
|
__proto__: null,
|
|
409
|
-
actionName: actionName$
|
|
410
|
-
authorizations: authorizations$
|
|
409
|
+
actionName: actionName$1Y,
|
|
410
|
+
authorizations: authorizations$1Y
|
|
411
411
|
};
|
|
412
412
|
|
|
413
|
-
const authorizations$
|
|
414
|
-
const actionName$
|
|
413
|
+
const authorizations$1X = [{ permissions: [active, special], actor: _admin }];
|
|
414
|
+
const actionName$1X = "dpcomplete";
|
|
415
415
|
|
|
416
416
|
const completeDeposit = {
|
|
417
417
|
__proto__: null,
|
|
418
|
-
actionName: actionName$
|
|
419
|
-
authorizations: authorizations$
|
|
418
|
+
actionName: actionName$1X,
|
|
419
|
+
authorizations: authorizations$1X
|
|
420
420
|
};
|
|
421
421
|
|
|
422
|
-
const authorizations$
|
|
423
|
-
const actionName$
|
|
422
|
+
const authorizations$1W = [{ permissions: [active, special], actor: _admin }];
|
|
423
|
+
const actionName$1W = "dpfail";
|
|
424
424
|
|
|
425
425
|
const failDeposit = {
|
|
426
426
|
__proto__: null,
|
|
427
|
-
actionName: actionName$
|
|
428
|
-
authorizations: authorizations$
|
|
427
|
+
actionName: actionName$1W,
|
|
428
|
+
authorizations: authorizations$1W
|
|
429
429
|
};
|
|
430
430
|
|
|
431
|
-
const authorizations$
|
|
432
|
-
const actionName$
|
|
431
|
+
const authorizations$1V = [{ permissions: [active], actor: _gateway }];
|
|
432
|
+
const actionName$1V = "newdepositid";
|
|
433
433
|
|
|
434
434
|
const newDepositId = {
|
|
435
435
|
__proto__: null,
|
|
436
|
-
actionName: actionName$
|
|
437
|
-
authorizations: authorizations$
|
|
436
|
+
actionName: actionName$1V,
|
|
437
|
+
authorizations: authorizations$1V
|
|
438
438
|
};
|
|
439
439
|
|
|
440
|
-
const authorizations$
|
|
441
|
-
const actionName$
|
|
440
|
+
const authorizations$1U = [{ permissions: [active], actor: _gateway }];
|
|
441
|
+
const actionName$1U = "newwithdrid";
|
|
442
442
|
|
|
443
443
|
const newWithdrawId = {
|
|
444
444
|
__proto__: null,
|
|
445
|
-
actionName: actionName$
|
|
446
|
-
authorizations: authorizations$
|
|
445
|
+
actionName: actionName$1U,
|
|
446
|
+
authorizations: authorizations$1U
|
|
447
447
|
};
|
|
448
448
|
|
|
449
|
-
const authorizations$
|
|
450
|
-
const actionName$
|
|
449
|
+
const authorizations$1T = [{ permissions: [active], actor: _username }];
|
|
450
|
+
const actionName$1T = "withdraw";
|
|
451
451
|
|
|
452
452
|
const createWithdraw = {
|
|
453
453
|
__proto__: null,
|
|
454
|
-
actionName: actionName$
|
|
455
|
-
authorizations: authorizations$
|
|
454
|
+
actionName: actionName$1T,
|
|
455
|
+
authorizations: authorizations$1T
|
|
456
456
|
};
|
|
457
457
|
|
|
458
|
-
const authorizations$
|
|
459
|
-
const actionName$
|
|
458
|
+
const authorizations$1S = [{ permissions: [active, special], actor: _admin }];
|
|
459
|
+
const actionName$1S = "wthdcomplete";
|
|
460
460
|
|
|
461
461
|
const completeWithdraw = {
|
|
462
462
|
__proto__: null,
|
|
463
|
-
actionName: actionName$
|
|
464
|
-
authorizations: authorizations$
|
|
463
|
+
actionName: actionName$1S,
|
|
464
|
+
authorizations: authorizations$1S
|
|
465
465
|
};
|
|
466
466
|
|
|
467
|
-
const authorizations$
|
|
468
|
-
const actionName$
|
|
467
|
+
const authorizations$1R = [{ permissions: [active, special], actor: _admin }];
|
|
468
|
+
const actionName$1R = "wthdfail";
|
|
469
469
|
|
|
470
470
|
const failWithdraw = {
|
|
471
471
|
__proto__: null,
|
|
472
|
-
actionName: actionName$
|
|
473
|
-
authorizations: authorizations$
|
|
472
|
+
actionName: actionName$1R,
|
|
473
|
+
authorizations: authorizations$1R
|
|
474
474
|
};
|
|
475
475
|
|
|
476
|
-
const index$
|
|
476
|
+
const index$x = {
|
|
477
477
|
__proto__: null,
|
|
478
478
|
CompleteDeposit: completeDeposit,
|
|
479
479
|
CompleteWithdraw: completeWithdraw,
|
|
@@ -503,7 +503,7 @@ const withdraws = {
|
|
|
503
503
|
tableName: tableName$x
|
|
504
504
|
};
|
|
505
505
|
|
|
506
|
-
const index$
|
|
506
|
+
const index$w = {
|
|
507
507
|
__proto__: null,
|
|
508
508
|
Deposits: deposits,
|
|
509
509
|
Withdraws: withdraws
|
|
@@ -515,101 +515,101 @@ const gateway = {
|
|
|
515
515
|
|
|
516
516
|
const contractName$7 = _gateway;
|
|
517
517
|
|
|
518
|
-
const index$
|
|
518
|
+
const index$v = {
|
|
519
519
|
__proto__: null,
|
|
520
|
-
Actions: index$
|
|
520
|
+
Actions: index$x,
|
|
521
521
|
Interfaces: gateway,
|
|
522
|
-
Tables: index$
|
|
522
|
+
Tables: index$w,
|
|
523
523
|
contractName: contractName$7
|
|
524
524
|
};
|
|
525
525
|
|
|
526
|
-
const authorizations$
|
|
527
|
-
const actionName$
|
|
526
|
+
const authorizations$1Q = [{ permissions: [active], actor: _system }];
|
|
527
|
+
const actionName$1Q = "verificate";
|
|
528
528
|
|
|
529
529
|
const verificateAccount = {
|
|
530
530
|
__proto__: null,
|
|
531
|
-
actionName: actionName$
|
|
532
|
-
authorizations: authorizations$
|
|
531
|
+
actionName: actionName$1Q,
|
|
532
|
+
authorizations: authorizations$1Q
|
|
533
533
|
};
|
|
534
534
|
|
|
535
|
-
const authorizations$
|
|
536
|
-
const actionName$
|
|
535
|
+
const authorizations$1P = [{ permissions: [active], actor: _username }];
|
|
536
|
+
const actionName$1P = "update";
|
|
537
537
|
|
|
538
538
|
const updateAccount = {
|
|
539
539
|
__proto__: null,
|
|
540
|
-
actionName: actionName$
|
|
541
|
-
authorizations: authorizations$
|
|
540
|
+
actionName: actionName$1P,
|
|
541
|
+
authorizations: authorizations$1P
|
|
542
542
|
};
|
|
543
543
|
|
|
544
|
-
const authorizations$
|
|
545
|
-
const actionName$
|
|
544
|
+
const authorizations$1O = [{ permissions: [active, special], actor: _admin }];
|
|
545
|
+
const actionName$1O = "newaccount";
|
|
546
546
|
|
|
547
547
|
const createAccount$1 = {
|
|
548
548
|
__proto__: null,
|
|
549
|
-
actionName: actionName$
|
|
550
|
-
authorizations: authorizations$
|
|
549
|
+
actionName: actionName$1O,
|
|
550
|
+
authorizations: authorizations$1O
|
|
551
551
|
};
|
|
552
552
|
|
|
553
|
-
const authorizations$
|
|
554
|
-
const actionName$
|
|
553
|
+
const authorizations$1N = [{ permissions: [active, special], actor: _admin }];
|
|
554
|
+
const actionName$1N = "reguser";
|
|
555
555
|
|
|
556
556
|
const registerUser = {
|
|
557
557
|
__proto__: null,
|
|
558
|
-
actionName: actionName$
|
|
559
|
-
authorizations: authorizations$
|
|
558
|
+
actionName: actionName$1N,
|
|
559
|
+
authorizations: authorizations$1N
|
|
560
560
|
};
|
|
561
561
|
|
|
562
|
-
const authorizations$
|
|
563
|
-
const actionName$
|
|
562
|
+
const authorizations$1M = [{ permissions: [active, special], actor: _admin }];
|
|
563
|
+
const actionName$1M = "regorg";
|
|
564
564
|
|
|
565
565
|
const registerOrganization = {
|
|
566
566
|
__proto__: null,
|
|
567
|
-
actionName: actionName$
|
|
568
|
-
authorizations: authorizations$
|
|
567
|
+
actionName: actionName$1M,
|
|
568
|
+
authorizations: authorizations$1M
|
|
569
569
|
};
|
|
570
570
|
|
|
571
|
-
const authorizations$
|
|
572
|
-
const actionName$
|
|
571
|
+
const authorizations$1L = [{ permissions: [active], actor: _system }];
|
|
572
|
+
const actionName$1L = "changekey";
|
|
573
573
|
|
|
574
574
|
const changeKey = {
|
|
575
575
|
__proto__: null,
|
|
576
|
-
actionName: actionName$
|
|
577
|
-
authorizations: authorizations$
|
|
576
|
+
actionName: actionName$1L,
|
|
577
|
+
authorizations: authorizations$1L
|
|
578
578
|
};
|
|
579
579
|
|
|
580
|
-
const authorizations$
|
|
581
|
-
const actionName$
|
|
580
|
+
const authorizations$1K = [{ permissions: [active, special], actor: _admin }, { permissions: [active], actor: _username }];
|
|
581
|
+
const actionName$1K = "joincoop";
|
|
582
582
|
|
|
583
583
|
const joinCooperative = {
|
|
584
584
|
__proto__: null,
|
|
585
|
-
actionName: actionName$
|
|
586
|
-
authorizations: authorizations$
|
|
585
|
+
actionName: actionName$1K,
|
|
586
|
+
authorizations: authorizations$1K
|
|
587
587
|
};
|
|
588
588
|
|
|
589
|
-
const authorizations$
|
|
590
|
-
const actionName$
|
|
589
|
+
const authorizations$1J = [{ permissions: [active], actor: _soviet }];
|
|
590
|
+
const actionName$1J = "confirmreg";
|
|
591
591
|
|
|
592
592
|
const confirmJoin = {
|
|
593
593
|
__proto__: null,
|
|
594
|
-
actionName: actionName$
|
|
595
|
-
authorizations: authorizations$
|
|
594
|
+
actionName: actionName$1J,
|
|
595
|
+
authorizations: authorizations$1J
|
|
596
596
|
};
|
|
597
597
|
|
|
598
|
-
const authorizations$
|
|
599
|
-
const actionName$
|
|
598
|
+
const authorizations$1I = [{ permissions: [active], actor: _system }];
|
|
599
|
+
const actionName$1I = "init";
|
|
600
600
|
|
|
601
|
-
const init$
|
|
601
|
+
const init$2 = {
|
|
602
602
|
__proto__: null,
|
|
603
|
-
actionName: actionName$
|
|
604
|
-
authorizations: authorizations$
|
|
603
|
+
actionName: actionName$1I,
|
|
604
|
+
authorizations: authorizations$1I
|
|
605
605
|
};
|
|
606
606
|
|
|
607
|
-
const index$
|
|
607
|
+
const index$u = {
|
|
608
608
|
__proto__: null,
|
|
609
609
|
ChangeKey: changeKey,
|
|
610
610
|
ConfirmJoin: confirmJoin,
|
|
611
611
|
CreateAccount: createAccount$1,
|
|
612
|
-
Init: init$
|
|
612
|
+
Init: init$2,
|
|
613
613
|
JoinCooperative: joinCooperative,
|
|
614
614
|
RegisterOrganization: registerOrganization,
|
|
615
615
|
RegisterUser: registerUser,
|
|
@@ -635,7 +635,7 @@ const organizations = {
|
|
|
635
635
|
tableName: tableName$v
|
|
636
636
|
};
|
|
637
637
|
|
|
638
|
-
const index$
|
|
638
|
+
const index$t = {
|
|
639
639
|
__proto__: null,
|
|
640
640
|
Accounts: accounts,
|
|
641
641
|
Organizations: organizations
|
|
@@ -647,69 +647,69 @@ const registrator = {
|
|
|
647
647
|
|
|
648
648
|
const contractName$6 = _registrator;
|
|
649
649
|
|
|
650
|
-
const index$
|
|
650
|
+
const index$s = {
|
|
651
651
|
__proto__: null,
|
|
652
|
-
Actions: index$
|
|
652
|
+
Actions: index$u,
|
|
653
653
|
Interfaces: registrator,
|
|
654
|
-
Tables: index$
|
|
654
|
+
Tables: index$t,
|
|
655
655
|
contractName: contractName$6
|
|
656
656
|
};
|
|
657
657
|
|
|
658
|
-
const authorizations$
|
|
659
|
-
const actionName$
|
|
658
|
+
const authorizations$1H = [{ permissions: [active], actor: _username }];
|
|
659
|
+
const actionName$1H = "transfer";
|
|
660
660
|
|
|
661
661
|
const transfer = {
|
|
662
662
|
__proto__: null,
|
|
663
|
-
actionName: actionName$
|
|
664
|
-
authorizations: authorizations$
|
|
663
|
+
actionName: actionName$1H,
|
|
664
|
+
authorizations: authorizations$1H
|
|
665
665
|
};
|
|
666
666
|
|
|
667
|
-
const authorizations$
|
|
668
|
-
const actionName$
|
|
667
|
+
const authorizations$1G = [{ permissions: [active], actor: _username }];
|
|
668
|
+
const actionName$1G = "open";
|
|
669
669
|
|
|
670
670
|
const open = {
|
|
671
671
|
__proto__: null,
|
|
672
|
-
actionName: actionName$
|
|
673
|
-
authorizations: authorizations$
|
|
672
|
+
actionName: actionName$1G,
|
|
673
|
+
authorizations: authorizations$1G
|
|
674
674
|
};
|
|
675
675
|
|
|
676
|
-
const authorizations$
|
|
677
|
-
const actionName$
|
|
676
|
+
const authorizations$1F = [{ permissions: [active], actor: _username }];
|
|
677
|
+
const actionName$1F = "close";
|
|
678
678
|
|
|
679
679
|
const close = {
|
|
680
680
|
__proto__: null,
|
|
681
|
-
actionName: actionName$
|
|
682
|
-
authorizations: authorizations$
|
|
681
|
+
actionName: actionName$1F,
|
|
682
|
+
authorizations: authorizations$1F
|
|
683
683
|
};
|
|
684
684
|
|
|
685
|
-
const authorizations$
|
|
686
|
-
const actionName$
|
|
685
|
+
const authorizations$1E = [{ permissions: [active], actor: _system$1 }];
|
|
686
|
+
const actionName$1E = "create";
|
|
687
687
|
|
|
688
688
|
const create = {
|
|
689
689
|
__proto__: null,
|
|
690
|
-
actionName: actionName$
|
|
691
|
-
authorizations: authorizations$
|
|
690
|
+
actionName: actionName$1E,
|
|
691
|
+
authorizations: authorizations$1E
|
|
692
692
|
};
|
|
693
693
|
|
|
694
|
-
const authorizations$
|
|
695
|
-
const actionName$
|
|
694
|
+
const authorizations$1D = [{ permissions: [active], actor: "currencyStats.issuer" }];
|
|
695
|
+
const actionName$1D = "issue";
|
|
696
696
|
|
|
697
697
|
const issue = {
|
|
698
698
|
__proto__: null,
|
|
699
|
-
actionName: actionName$
|
|
700
|
-
authorizations: authorizations$
|
|
699
|
+
actionName: actionName$1D,
|
|
700
|
+
authorizations: authorizations$1D
|
|
701
701
|
};
|
|
702
702
|
|
|
703
|
-
const authorizations$
|
|
704
|
-
const actionName$
|
|
703
|
+
const authorizations$1C = [{ permissions: [active], actor: "currencyStats.issuer" }];
|
|
704
|
+
const actionName$1C = "retire";
|
|
705
705
|
|
|
706
706
|
const retire = {
|
|
707
707
|
__proto__: null,
|
|
708
|
-
actionName: actionName$
|
|
709
|
-
authorizations: authorizations$
|
|
708
|
+
actionName: actionName$1C,
|
|
709
|
+
authorizations: authorizations$1C
|
|
710
710
|
};
|
|
711
711
|
|
|
712
|
-
const index$
|
|
712
|
+
const index$r = {
|
|
713
713
|
__proto__: null,
|
|
714
714
|
Close: close,
|
|
715
715
|
Create: create,
|
|
@@ -737,7 +737,7 @@ const currencyStats = {
|
|
|
737
737
|
tableName: tableName$t
|
|
738
738
|
};
|
|
739
739
|
|
|
740
|
-
const index$
|
|
740
|
+
const index$q = {
|
|
741
741
|
__proto__: null,
|
|
742
742
|
AccountBalance: accountBalance,
|
|
743
743
|
CurrencyStats: currencyStats
|
|
@@ -749,69 +749,69 @@ const token = {
|
|
|
749
749
|
|
|
750
750
|
const contractName$5 = _token;
|
|
751
751
|
|
|
752
|
-
const index$
|
|
752
|
+
const index$p = {
|
|
753
753
|
__proto__: null,
|
|
754
|
-
Actions: index$
|
|
754
|
+
Actions: index$r,
|
|
755
755
|
Interfaces: token,
|
|
756
|
-
Tables: index$
|
|
756
|
+
Tables: index$q,
|
|
757
757
|
contractName: contractName$5
|
|
758
758
|
};
|
|
759
759
|
|
|
760
|
-
const authorizations$
|
|
761
|
-
const actionName$
|
|
760
|
+
const authorizations$1B = [{ permissions: [active], actor: _soviet }];
|
|
761
|
+
const actionName$1B = "newsubmitted";
|
|
762
762
|
|
|
763
763
|
const newsubmitted = {
|
|
764
764
|
__proto__: null,
|
|
765
|
-
actionName: actionName$
|
|
766
|
-
authorizations: authorizations$
|
|
765
|
+
actionName: actionName$1B,
|
|
766
|
+
authorizations: authorizations$1B
|
|
767
767
|
};
|
|
768
768
|
|
|
769
|
-
const authorizations$
|
|
770
|
-
const actionName$
|
|
769
|
+
const authorizations$1A = [{ permissions: [active], actor: _soviet }];
|
|
770
|
+
const actionName$1A = "newbatch";
|
|
771
771
|
|
|
772
772
|
const newbatch = {
|
|
773
773
|
__proto__: null,
|
|
774
|
-
actionName: actionName$
|
|
775
|
-
authorizations: authorizations$
|
|
774
|
+
actionName: actionName$1A,
|
|
775
|
+
authorizations: authorizations$1A
|
|
776
776
|
};
|
|
777
777
|
|
|
778
|
-
const authorizations$
|
|
779
|
-
const actionName$
|
|
778
|
+
const authorizations$1z = [{ permissions: [active], actor: _soviet }];
|
|
779
|
+
const actionName$1z = "newresolved";
|
|
780
780
|
|
|
781
781
|
const newresolved = {
|
|
782
782
|
__proto__: null,
|
|
783
|
-
actionName: actionName$
|
|
784
|
-
authorizations: authorizations$
|
|
783
|
+
actionName: actionName$1z,
|
|
784
|
+
authorizations: authorizations$1z
|
|
785
785
|
};
|
|
786
786
|
|
|
787
|
-
const authorizations$
|
|
788
|
-
const actionName$
|
|
787
|
+
const authorizations$1y = [{ permissions: [active], actor: _soviet }];
|
|
788
|
+
const actionName$1y = "newact";
|
|
789
789
|
|
|
790
790
|
const newact = {
|
|
791
791
|
__proto__: null,
|
|
792
|
-
actionName: actionName$
|
|
793
|
-
authorizations: authorizations$
|
|
792
|
+
actionName: actionName$1y,
|
|
793
|
+
authorizations: authorizations$1y
|
|
794
794
|
};
|
|
795
795
|
|
|
796
|
-
const authorizations$
|
|
797
|
-
const actionName$
|
|
796
|
+
const authorizations$1x = [{ permissions: [active], actor: _soviet }];
|
|
797
|
+
const actionName$1x = "newdecision";
|
|
798
798
|
|
|
799
799
|
const newdecision = {
|
|
800
800
|
__proto__: null,
|
|
801
|
-
actionName: actionName$
|
|
802
|
-
authorizations: authorizations$
|
|
801
|
+
actionName: actionName$1x,
|
|
802
|
+
authorizations: authorizations$1x
|
|
803
803
|
};
|
|
804
804
|
|
|
805
|
-
const authorizations$
|
|
806
|
-
const actionName$
|
|
805
|
+
const authorizations$1w = [{ permissions: [active], actor: _soviet }];
|
|
806
|
+
const actionName$1w = "newprogram";
|
|
807
807
|
|
|
808
808
|
const newprogram = {
|
|
809
809
|
__proto__: null,
|
|
810
|
-
actionName: actionName$
|
|
811
|
-
authorizations: authorizations$
|
|
810
|
+
actionName: actionName$1w,
|
|
811
|
+
authorizations: authorizations$1w
|
|
812
812
|
};
|
|
813
813
|
|
|
814
|
-
const index$
|
|
814
|
+
const index$o = {
|
|
815
815
|
__proto__: null,
|
|
816
816
|
NewAct: newact,
|
|
817
817
|
NewBatch: newbatch,
|
|
@@ -821,117 +821,117 @@ const index$n = {
|
|
|
821
821
|
NewSubmitted: newsubmitted
|
|
822
822
|
};
|
|
823
823
|
|
|
824
|
-
const authorizations$
|
|
825
|
-
const actionName$
|
|
824
|
+
const authorizations$1v = [{ permissions: [active], actor: _chairman }];
|
|
825
|
+
const actionName$1v = "creaddress";
|
|
826
826
|
|
|
827
827
|
const createAddress = {
|
|
828
828
|
__proto__: null,
|
|
829
|
-
actionName: actionName$
|
|
830
|
-
authorizations: authorizations$
|
|
829
|
+
actionName: actionName$1v,
|
|
830
|
+
authorizations: authorizations$1v
|
|
831
831
|
};
|
|
832
832
|
|
|
833
|
-
const authorizations$
|
|
834
|
-
const actionName$
|
|
833
|
+
const authorizations$1u = [{ permissions: [active], actor: _chairman }];
|
|
834
|
+
const actionName$1u = "deladdress";
|
|
835
835
|
|
|
836
836
|
const deleteAddress = {
|
|
837
837
|
__proto__: null,
|
|
838
|
-
actionName: actionName$
|
|
839
|
-
authorizations: authorizations$
|
|
838
|
+
actionName: actionName$1u,
|
|
839
|
+
authorizations: authorizations$1u
|
|
840
840
|
};
|
|
841
841
|
|
|
842
|
-
const authorizations$
|
|
843
|
-
const actionName$
|
|
842
|
+
const authorizations$1t = [{ permissions: [active], actor: _chairman }];
|
|
843
|
+
const actionName$1t = "editaddress";
|
|
844
844
|
|
|
845
845
|
const editAddress = {
|
|
846
846
|
__proto__: null,
|
|
847
|
-
actionName: actionName$
|
|
848
|
-
authorizations: authorizations$
|
|
847
|
+
actionName: actionName$1t,
|
|
848
|
+
authorizations: authorizations$1t
|
|
849
849
|
};
|
|
850
850
|
|
|
851
|
-
const index$
|
|
851
|
+
const index$n = {
|
|
852
852
|
__proto__: null,
|
|
853
853
|
CreateAddress: createAddress,
|
|
854
854
|
DeleteAddress: deleteAddress,
|
|
855
855
|
EditAddress: editAddress
|
|
856
856
|
};
|
|
857
857
|
|
|
858
|
-
const authorizations$
|
|
858
|
+
const authorizations$1s = [
|
|
859
859
|
{ permissions: [active], actor: _soviet },
|
|
860
860
|
{ permissions: [active], actor: _gateway },
|
|
861
861
|
{ permissions: [active], actor: _marketplace }
|
|
862
862
|
];
|
|
863
|
-
const actionName$
|
|
863
|
+
const actionName$1s = "addbalance";
|
|
864
864
|
|
|
865
865
|
const addBalance = {
|
|
866
866
|
__proto__: null,
|
|
867
|
-
actionName: actionName$
|
|
868
|
-
authorizations: authorizations$
|
|
867
|
+
actionName: actionName$1s,
|
|
868
|
+
authorizations: authorizations$1s
|
|
869
869
|
};
|
|
870
870
|
|
|
871
|
-
const authorizations$
|
|
871
|
+
const authorizations$1r = [
|
|
872
872
|
{ permissions: [active], actor: _soviet },
|
|
873
873
|
{ permissions: [active], actor: _gateway },
|
|
874
874
|
{ permissions: [active], actor: _marketplace }
|
|
875
875
|
];
|
|
876
|
-
const actionName$
|
|
876
|
+
const actionName$1r = "subbalance";
|
|
877
877
|
|
|
878
878
|
const subBalance = {
|
|
879
879
|
__proto__: null,
|
|
880
|
-
actionName: actionName$
|
|
881
|
-
authorizations: authorizations$
|
|
880
|
+
actionName: actionName$1r,
|
|
881
|
+
authorizations: authorizations$1r
|
|
882
882
|
};
|
|
883
883
|
|
|
884
|
-
const authorizations$
|
|
884
|
+
const authorizations$1q = [
|
|
885
885
|
{ permissions: [active], actor: _soviet },
|
|
886
886
|
{ permissions: [active], actor: _gateway },
|
|
887
887
|
{ permissions: [active], actor: _marketplace }
|
|
888
888
|
];
|
|
889
|
-
const actionName$
|
|
889
|
+
const actionName$1q = "blockbal";
|
|
890
890
|
|
|
891
891
|
const blockBalance = {
|
|
892
892
|
__proto__: null,
|
|
893
|
-
actionName: actionName$
|
|
894
|
-
authorizations: authorizations$
|
|
893
|
+
actionName: actionName$1q,
|
|
894
|
+
authorizations: authorizations$1q
|
|
895
895
|
};
|
|
896
896
|
|
|
897
|
-
const authorizations$
|
|
897
|
+
const authorizations$1p = [
|
|
898
898
|
{ permissions: [active], actor: _soviet },
|
|
899
899
|
{ permissions: [active], actor: _gateway },
|
|
900
900
|
{ permissions: [active], actor: _marketplace }
|
|
901
901
|
];
|
|
902
|
-
const actionName$
|
|
902
|
+
const actionName$1p = "unblockbal";
|
|
903
903
|
|
|
904
904
|
const unblockBalance = {
|
|
905
905
|
__proto__: null,
|
|
906
|
-
actionName: actionName$
|
|
907
|
-
authorizations: authorizations$
|
|
906
|
+
actionName: actionName$1p,
|
|
907
|
+
authorizations: authorizations$1p
|
|
908
908
|
};
|
|
909
909
|
|
|
910
|
-
const authorizations$
|
|
910
|
+
const authorizations$1o = [
|
|
911
911
|
{ permissions: [active], actor: _soviet },
|
|
912
912
|
{ permissions: [active], actor: _marketplace }
|
|
913
913
|
];
|
|
914
|
-
const actionName$
|
|
914
|
+
const actionName$1o = "addprogbal";
|
|
915
915
|
|
|
916
916
|
const addProgramBalance = {
|
|
917
917
|
__proto__: null,
|
|
918
|
-
actionName: actionName$
|
|
919
|
-
authorizations: authorizations$
|
|
918
|
+
actionName: actionName$1o,
|
|
919
|
+
authorizations: authorizations$1o
|
|
920
920
|
};
|
|
921
921
|
|
|
922
|
-
const authorizations$
|
|
922
|
+
const authorizations$1n = [
|
|
923
923
|
{ permissions: [active], actor: _soviet },
|
|
924
924
|
{ permissions: [active], actor: _marketplace }
|
|
925
925
|
];
|
|
926
|
-
const actionName$
|
|
926
|
+
const actionName$1n = "subprogbal";
|
|
927
927
|
|
|
928
928
|
const subProgramBalance = {
|
|
929
929
|
__proto__: null,
|
|
930
|
-
actionName: actionName$
|
|
931
|
-
authorizations: authorizations$
|
|
930
|
+
actionName: actionName$1n,
|
|
931
|
+
authorizations: authorizations$1n
|
|
932
932
|
};
|
|
933
933
|
|
|
934
|
-
const index$
|
|
934
|
+
const index$m = {
|
|
935
935
|
__proto__: null,
|
|
936
936
|
AddBalance: addBalance,
|
|
937
937
|
AddProgramBalance: addProgramBalance,
|
|
@@ -941,190 +941,190 @@ const index$l = {
|
|
|
941
941
|
UnblockBalance: unblockBalance
|
|
942
942
|
};
|
|
943
943
|
|
|
944
|
-
const authorizations$
|
|
944
|
+
const authorizations$1m = [
|
|
945
945
|
{ permissions: [active], actor: _chairman }
|
|
946
946
|
];
|
|
947
|
-
const actionName$
|
|
947
|
+
const actionName$1m = "createprog";
|
|
948
948
|
|
|
949
949
|
const createMarketProgram = {
|
|
950
950
|
__proto__: null,
|
|
951
|
-
actionName: actionName$
|
|
952
|
-
authorizations: authorizations$
|
|
951
|
+
actionName: actionName$1m,
|
|
952
|
+
authorizations: authorizations$1m
|
|
953
953
|
};
|
|
954
954
|
|
|
955
|
-
const authorizations$
|
|
955
|
+
const authorizations$1l = [
|
|
956
956
|
{ permissions: [active], actor: _chairman }
|
|
957
957
|
];
|
|
958
|
-
const actionName$
|
|
958
|
+
const actionName$1l = "editprog";
|
|
959
959
|
|
|
960
960
|
const editMarketProgram = {
|
|
961
961
|
__proto__: null,
|
|
962
|
-
actionName: actionName$
|
|
963
|
-
authorizations: authorizations$
|
|
962
|
+
actionName: actionName$1l,
|
|
963
|
+
authorizations: authorizations$1l
|
|
964
964
|
};
|
|
965
965
|
|
|
966
|
-
const authorizations$
|
|
966
|
+
const authorizations$1k = [
|
|
967
967
|
{ permissions: [active], actor: _chairman }
|
|
968
968
|
];
|
|
969
|
-
const actionName$
|
|
969
|
+
const actionName$1k = "disableprog";
|
|
970
970
|
|
|
971
971
|
const disableMarketProgram = {
|
|
972
972
|
__proto__: null,
|
|
973
|
-
actionName: actionName$
|
|
974
|
-
authorizations: authorizations$
|
|
973
|
+
actionName: actionName$1k,
|
|
974
|
+
authorizations: authorizations$1k
|
|
975
975
|
};
|
|
976
976
|
|
|
977
|
-
const index$
|
|
977
|
+
const index$l = {
|
|
978
978
|
__proto__: null,
|
|
979
979
|
CreateMarketProgram: createMarketProgram,
|
|
980
980
|
DisableMarketProgram: disableMarketProgram,
|
|
981
981
|
EditMarketProgram: editMarketProgram
|
|
982
982
|
};
|
|
983
983
|
|
|
984
|
-
const authorizations$
|
|
984
|
+
const authorizations$1j = [
|
|
985
985
|
{ permissions: [active], actor: _member }
|
|
986
986
|
];
|
|
987
|
-
const actionName$
|
|
987
|
+
const actionName$1j = "voteagainst";
|
|
988
988
|
|
|
989
989
|
const voteAgainst = {
|
|
990
990
|
__proto__: null,
|
|
991
|
-
actionName: actionName$
|
|
992
|
-
authorizations: authorizations$
|
|
991
|
+
actionName: actionName$1j,
|
|
992
|
+
authorizations: authorizations$1j
|
|
993
993
|
};
|
|
994
994
|
|
|
995
|
-
const authorizations$
|
|
995
|
+
const authorizations$1i = [
|
|
996
996
|
{ permissions: [active], actor: _member }
|
|
997
997
|
];
|
|
998
|
-
const actionName$
|
|
998
|
+
const actionName$1i = "votefor";
|
|
999
999
|
|
|
1000
1000
|
const voteFor = {
|
|
1001
1001
|
__proto__: null,
|
|
1002
|
-
actionName: actionName$
|
|
1003
|
-
authorizations: authorizations$
|
|
1002
|
+
actionName: actionName$1i,
|
|
1003
|
+
authorizations: authorizations$1i
|
|
1004
1004
|
};
|
|
1005
1005
|
|
|
1006
|
-
const authorizations$
|
|
1006
|
+
const authorizations$1h = [
|
|
1007
1007
|
{ permissions: [active], actor: _member }
|
|
1008
1008
|
];
|
|
1009
|
-
const actionName$
|
|
1009
|
+
const actionName$1h = "cancelvote";
|
|
1010
1010
|
|
|
1011
1011
|
const cancelVote = {
|
|
1012
1012
|
__proto__: null,
|
|
1013
|
-
actionName: actionName$
|
|
1014
|
-
authorizations: authorizations$
|
|
1013
|
+
actionName: actionName$1h,
|
|
1014
|
+
authorizations: authorizations$1h
|
|
1015
1015
|
};
|
|
1016
1016
|
|
|
1017
|
-
const authorizations$
|
|
1017
|
+
const authorizations$1g = [
|
|
1018
1018
|
{ permissions: [active], actor: _chairman }
|
|
1019
1019
|
];
|
|
1020
|
-
const actionName$
|
|
1020
|
+
const actionName$1g = "authorize";
|
|
1021
1021
|
|
|
1022
1022
|
const authorize$1 = {
|
|
1023
1023
|
__proto__: null,
|
|
1024
|
-
actionName: actionName$
|
|
1025
|
-
authorizations: authorizations$
|
|
1024
|
+
actionName: actionName$1g,
|
|
1025
|
+
authorizations: authorizations$1g
|
|
1026
1026
|
};
|
|
1027
1027
|
|
|
1028
|
-
const authorizations$
|
|
1028
|
+
const authorizations$1f = [
|
|
1029
1029
|
{ permissions: [active], actor: _username }
|
|
1030
1030
|
];
|
|
1031
|
-
const actionName$
|
|
1031
|
+
const actionName$1f = "exec";
|
|
1032
1032
|
|
|
1033
1033
|
const exec$1 = {
|
|
1034
1034
|
__proto__: null,
|
|
1035
|
-
actionName: actionName$
|
|
1036
|
-
authorizations: authorizations$
|
|
1035
|
+
actionName: actionName$1f,
|
|
1036
|
+
authorizations: authorizations$1f
|
|
1037
1037
|
};
|
|
1038
1038
|
|
|
1039
|
-
const authorizations$
|
|
1039
|
+
const authorizations$1e = [
|
|
1040
1040
|
{ permissions: [active], actor: _marketplace }
|
|
1041
1041
|
];
|
|
1042
|
-
const actionName$
|
|
1042
|
+
const actionName$1e = "change";
|
|
1043
1043
|
|
|
1044
1044
|
const marketDecision = {
|
|
1045
1045
|
__proto__: null,
|
|
1046
|
-
actionName: actionName$
|
|
1047
|
-
authorizations: authorizations$
|
|
1046
|
+
actionName: actionName$1e,
|
|
1047
|
+
authorizations: authorizations$1e
|
|
1048
1048
|
};
|
|
1049
1049
|
|
|
1050
|
-
const authorizations$
|
|
1050
|
+
const authorizations$1d = [
|
|
1051
1051
|
{ permissions: [active], actor: _gateway }
|
|
1052
1052
|
];
|
|
1053
|
-
const actionName$
|
|
1053
|
+
const actionName$1d = "withdraw";
|
|
1054
1054
|
|
|
1055
1055
|
const withdrawDecision = {
|
|
1056
1056
|
__proto__: null,
|
|
1057
|
-
actionName: actionName$
|
|
1058
|
-
authorizations: authorizations$
|
|
1057
|
+
actionName: actionName$1d,
|
|
1058
|
+
authorizations: authorizations$1d
|
|
1059
1059
|
};
|
|
1060
1060
|
|
|
1061
|
-
const authorizations$
|
|
1061
|
+
const authorizations$1c = [
|
|
1062
1062
|
{ permissions: [active], actor: _fund }
|
|
1063
1063
|
];
|
|
1064
|
-
const actionName$
|
|
1064
|
+
const actionName$1c = "fundwithdraw";
|
|
1065
1065
|
|
|
1066
1066
|
const fundWithdrawDecision = {
|
|
1067
1067
|
__proto__: null,
|
|
1068
|
-
actionName: actionName$
|
|
1069
|
-
authorizations: authorizations$
|
|
1068
|
+
actionName: actionName$1c,
|
|
1069
|
+
authorizations: authorizations$1c
|
|
1070
1070
|
};
|
|
1071
1071
|
|
|
1072
|
-
const authorizations$
|
|
1072
|
+
const authorizations$1b = [
|
|
1073
1073
|
{ permissions: [active], actor: _registrator }
|
|
1074
1074
|
];
|
|
1075
|
-
const actionName$
|
|
1075
|
+
const actionName$1b = "joincoop";
|
|
1076
1076
|
|
|
1077
1077
|
const joinCoopDecision = {
|
|
1078
1078
|
__proto__: null,
|
|
1079
|
-
actionName: actionName$
|
|
1080
|
-
authorizations: authorizations$
|
|
1079
|
+
actionName: actionName$1b,
|
|
1080
|
+
authorizations: authorizations$1b
|
|
1081
1081
|
};
|
|
1082
1082
|
|
|
1083
|
-
const authorizations$
|
|
1083
|
+
const authorizations$1a = [
|
|
1084
1084
|
{ permissions: [active], actor: _marketplace }
|
|
1085
1085
|
];
|
|
1086
|
-
const actionName$
|
|
1086
|
+
const actionName$1a = "recieved";
|
|
1087
1087
|
|
|
1088
1088
|
const productRecieved = {
|
|
1089
1089
|
__proto__: null,
|
|
1090
|
-
actionName: actionName$
|
|
1091
|
-
authorizations: authorizations$
|
|
1090
|
+
actionName: actionName$1a,
|
|
1091
|
+
authorizations: authorizations$1a
|
|
1092
1092
|
};
|
|
1093
1093
|
|
|
1094
|
-
const authorizations$
|
|
1094
|
+
const authorizations$19 = [
|
|
1095
1095
|
{ permissions: [active, special], actor: _admin }
|
|
1096
1096
|
];
|
|
1097
|
-
const actionName$
|
|
1097
|
+
const actionName$19 = "validated";
|
|
1098
1098
|
|
|
1099
1099
|
const validate = {
|
|
1100
1100
|
__proto__: null,
|
|
1101
|
-
actionName: actionName$
|
|
1102
|
-
authorizations: authorizations$
|
|
1101
|
+
actionName: actionName$19,
|
|
1102
|
+
authorizations: authorizations$19
|
|
1103
1103
|
};
|
|
1104
1104
|
|
|
1105
|
-
const authorizations$
|
|
1105
|
+
const authorizations$18 = [
|
|
1106
1106
|
{ permissions: [active], actor: _member }
|
|
1107
1107
|
];
|
|
1108
|
-
const actionName$
|
|
1108
|
+
const actionName$18 = "automate";
|
|
1109
1109
|
|
|
1110
1110
|
const automate = {
|
|
1111
1111
|
__proto__: null,
|
|
1112
|
-
actionName: actionName$
|
|
1113
|
-
authorizations: authorizations$
|
|
1112
|
+
actionName: actionName$18,
|
|
1113
|
+
authorizations: authorizations$18
|
|
1114
1114
|
};
|
|
1115
1115
|
|
|
1116
|
-
const authorizations$
|
|
1116
|
+
const authorizations$17 = [
|
|
1117
1117
|
{ permissions: [active], actor: _member }
|
|
1118
1118
|
];
|
|
1119
|
-
const actionName$
|
|
1119
|
+
const actionName$17 = "disautomate";
|
|
1120
1120
|
|
|
1121
1121
|
const disautomate = {
|
|
1122
1122
|
__proto__: null,
|
|
1123
|
-
actionName: actionName$
|
|
1124
|
-
authorizations: authorizations$
|
|
1123
|
+
actionName: actionName$17,
|
|
1124
|
+
authorizations: authorizations$17
|
|
1125
1125
|
};
|
|
1126
1126
|
|
|
1127
|
-
const index$
|
|
1127
|
+
const index$k = {
|
|
1128
1128
|
__proto__: null,
|
|
1129
1129
|
Authorize: authorize$1,
|
|
1130
1130
|
Automate: automate,
|
|
@@ -1141,19 +1141,80 @@ const index$j = {
|
|
|
1141
1141
|
WithdrawDecision: withdrawDecision
|
|
1142
1142
|
};
|
|
1143
1143
|
|
|
1144
|
-
const authorizations$
|
|
1145
|
-
const actionName$
|
|
1144
|
+
const authorizations$16 = [{ permissions: [active], actor: _chairman }];
|
|
1145
|
+
const actionName$16 = "createboard";
|
|
1146
1146
|
|
|
1147
1147
|
const createBoard = {
|
|
1148
|
+
__proto__: null,
|
|
1149
|
+
actionName: actionName$16,
|
|
1150
|
+
authorizations: authorizations$16
|
|
1151
|
+
};
|
|
1152
|
+
|
|
1153
|
+
const authorizations$15 = [{ permissions: [active], actor: _chairman }];
|
|
1154
|
+
const actionName$15 = "updateboard";
|
|
1155
|
+
|
|
1156
|
+
const updateBoard = {
|
|
1157
|
+
__proto__: null,
|
|
1158
|
+
actionName: actionName$15,
|
|
1159
|
+
authorizations: authorizations$15
|
|
1160
|
+
};
|
|
1161
|
+
|
|
1162
|
+
const index$j = {
|
|
1163
|
+
__proto__: null,
|
|
1164
|
+
CreateBoard: createBoard,
|
|
1165
|
+
UpdateBoard: updateBoard
|
|
1166
|
+
};
|
|
1167
|
+
|
|
1168
|
+
const authorizations$14 = [
|
|
1169
|
+
{ permissions: [active], actor: _chairman }
|
|
1170
|
+
];
|
|
1171
|
+
const actionName$14 = "addstaff";
|
|
1172
|
+
|
|
1173
|
+
const addAdmin = {
|
|
1174
|
+
__proto__: null,
|
|
1175
|
+
actionName: actionName$14,
|
|
1176
|
+
authorizations: authorizations$14
|
|
1177
|
+
};
|
|
1178
|
+
|
|
1179
|
+
const authorizations$13 = [
|
|
1180
|
+
{ permissions: [active], actor: _chairman }
|
|
1181
|
+
];
|
|
1182
|
+
const actionName$13 = "rmstaff";
|
|
1183
|
+
|
|
1184
|
+
const deleteAdmin = {
|
|
1185
|
+
__proto__: null,
|
|
1186
|
+
actionName: actionName$13,
|
|
1187
|
+
authorizations: authorizations$13
|
|
1188
|
+
};
|
|
1189
|
+
|
|
1190
|
+
const authorizations$12 = [
|
|
1191
|
+
{ permissions: [active, special], actor: _admin }
|
|
1192
|
+
];
|
|
1193
|
+
const actionName$12 = "regpaid";
|
|
1194
|
+
|
|
1195
|
+
const registerPayment = {
|
|
1196
|
+
__proto__: null,
|
|
1197
|
+
actionName: actionName$12,
|
|
1198
|
+
authorizations: authorizations$12
|
|
1199
|
+
};
|
|
1200
|
+
|
|
1201
|
+
const authorizations$11 = [
|
|
1202
|
+
{ permissions: [active], actor: _chairman }
|
|
1203
|
+
];
|
|
1204
|
+
const actionName$11 = "setrights";
|
|
1205
|
+
|
|
1206
|
+
const setRights = {
|
|
1148
1207
|
__proto__: null,
|
|
1149
1208
|
actionName: actionName$11,
|
|
1150
1209
|
authorizations: authorizations$11
|
|
1151
1210
|
};
|
|
1152
1211
|
|
|
1153
|
-
const authorizations$10 = [
|
|
1154
|
-
|
|
1212
|
+
const authorizations$10 = [
|
|
1213
|
+
{ permissions: [active], actor: _system$1 }
|
|
1214
|
+
];
|
|
1215
|
+
const actionName$10 = "init";
|
|
1155
1216
|
|
|
1156
|
-
const
|
|
1217
|
+
const init$1 = {
|
|
1157
1218
|
__proto__: null,
|
|
1158
1219
|
actionName: actionName$10,
|
|
1159
1220
|
authorizations: authorizations$10
|
|
@@ -1161,18 +1222,22 @@ const updateBoard = {
|
|
|
1161
1222
|
|
|
1162
1223
|
const index$i = {
|
|
1163
1224
|
__proto__: null,
|
|
1164
|
-
|
|
1165
|
-
|
|
1225
|
+
AddAdmin: addAdmin,
|
|
1226
|
+
DeleteAdmin: deleteAdmin,
|
|
1227
|
+
Init: init$1,
|
|
1228
|
+
RegisterPayment: registerPayment,
|
|
1229
|
+
SetRights: setRights
|
|
1166
1230
|
};
|
|
1167
1231
|
|
|
1168
1232
|
const index$h = {
|
|
1169
1233
|
__proto__: null,
|
|
1170
|
-
Addresses: index$
|
|
1171
|
-
|
|
1172
|
-
|
|
1173
|
-
|
|
1174
|
-
|
|
1175
|
-
|
|
1234
|
+
Addresses: index$n,
|
|
1235
|
+
Admins: index$i,
|
|
1236
|
+
Boards: index$j,
|
|
1237
|
+
Decisions: index$k,
|
|
1238
|
+
Programs: index$l,
|
|
1239
|
+
Registry: index$o,
|
|
1240
|
+
Wallet: index$m
|
|
1176
1241
|
};
|
|
1177
1242
|
|
|
1178
1243
|
const tableName$s = "addresses";
|
|
@@ -2230,4 +2295,4 @@ const index = {
|
|
|
2230
2295
|
Users: index$2
|
|
2231
2296
|
};
|
|
2232
2297
|
|
|
2233
|
-
export { index as Cooperative, index$
|
|
2298
|
+
export { index as Cooperative, index$B as DraftContract, index$y as FundContract, index$v as GatewayContract, index$c as MarketContract, index$9 as MsigContract, index$s as RegistratorContract, index$f as SovietContract, index$4 as SystemContract, index$p as TokenContract, index$7 as WrapContract, index$E as _Common };
|