cooptypes 0.5.8 → 0.5.10
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 +188 -168
- package/dist/index.d.cts +194 -150
- package/dist/index.d.mts +194 -150
- package/dist/index.d.ts +194 -150
- package/dist/index.mjs +188 -168
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -93,49 +93,49 @@ const index$z = {
|
|
|
93
93
|
Permissions: index$A
|
|
94
94
|
};
|
|
95
95
|
|
|
96
|
-
const authorizations$
|
|
97
|
-
const actionName$
|
|
96
|
+
const authorizations$29 = [{ permissions: [active], actor: _system }];
|
|
97
|
+
const actionName$29 = "createtrans";
|
|
98
98
|
|
|
99
99
|
const createTranslation = {
|
|
100
100
|
__proto__: null,
|
|
101
|
-
actionName: actionName$
|
|
102
|
-
authorizations: authorizations$
|
|
101
|
+
actionName: actionName$29,
|
|
102
|
+
authorizations: authorizations$29
|
|
103
103
|
};
|
|
104
104
|
|
|
105
|
-
const authorizations$
|
|
106
|
-
const actionName$
|
|
105
|
+
const authorizations$28 = [{ permissions: [active], actor: _system }];
|
|
106
|
+
const actionName$28 = "createdraft";
|
|
107
107
|
|
|
108
108
|
const createDraft = {
|
|
109
109
|
__proto__: null,
|
|
110
|
-
actionName: actionName$
|
|
111
|
-
authorizations: authorizations$
|
|
110
|
+
actionName: actionName$28,
|
|
111
|
+
authorizations: authorizations$28
|
|
112
112
|
};
|
|
113
113
|
|
|
114
|
-
const authorizations$
|
|
115
|
-
const actionName$
|
|
114
|
+
const authorizations$27 = [{ permissions: [active], actor: _system }];
|
|
115
|
+
const actionName$27 = "deldraft";
|
|
116
116
|
|
|
117
117
|
const deleteDraft = {
|
|
118
118
|
__proto__: null,
|
|
119
|
-
actionName: actionName$
|
|
120
|
-
authorizations: authorizations$
|
|
119
|
+
actionName: actionName$27,
|
|
120
|
+
authorizations: authorizations$27
|
|
121
121
|
};
|
|
122
122
|
|
|
123
|
-
const authorizations$
|
|
124
|
-
const actionName$
|
|
123
|
+
const authorizations$26 = [{ permissions: [active], actor: _system }];
|
|
124
|
+
const actionName$26 = "edittrans";
|
|
125
125
|
|
|
126
126
|
const editTranslation = {
|
|
127
127
|
__proto__: null,
|
|
128
|
-
actionName: actionName$
|
|
129
|
-
authorizations: authorizations$
|
|
128
|
+
actionName: actionName$26,
|
|
129
|
+
authorizations: authorizations$26
|
|
130
130
|
};
|
|
131
131
|
|
|
132
|
-
const authorizations$
|
|
133
|
-
const actionName$
|
|
132
|
+
const authorizations$25 = [{ permissions: [active], actor: _draft }];
|
|
133
|
+
const actionName$25 = "newid";
|
|
134
134
|
|
|
135
135
|
const newId = {
|
|
136
136
|
__proto__: null,
|
|
137
|
-
actionName: actionName$
|
|
138
|
-
authorizations: authorizations$
|
|
137
|
+
actionName: actionName$25,
|
|
138
|
+
authorizations: authorizations$25
|
|
139
139
|
};
|
|
140
140
|
|
|
141
141
|
const index$y = {
|
|
@@ -185,145 +185,145 @@ const index$w = {
|
|
|
185
185
|
contractName: contractName$9
|
|
186
186
|
};
|
|
187
187
|
|
|
188
|
-
const authorizations$
|
|
189
|
-
const actionName$
|
|
188
|
+
const authorizations$24 = [{ permissions: [active], actor: _fund }];
|
|
189
|
+
const actionName$24 = "addaccum";
|
|
190
190
|
|
|
191
191
|
const addAccumulation = {
|
|
192
|
+
__proto__: null,
|
|
193
|
+
actionName: actionName$24,
|
|
194
|
+
authorizations: authorizations$24
|
|
195
|
+
};
|
|
196
|
+
|
|
197
|
+
const authorizations$23 = [{ permissions: [active], actor: _fund }];
|
|
198
|
+
const actionName$23 = "subaccum";
|
|
199
|
+
|
|
200
|
+
const subAccumulation = {
|
|
201
|
+
__proto__: null,
|
|
202
|
+
actionName: actionName$23,
|
|
203
|
+
authorizations: authorizations$23
|
|
204
|
+
};
|
|
205
|
+
|
|
206
|
+
const authorizations$22 = [{ permissions: [active], actor: _gateway }];
|
|
207
|
+
const actionName$22 = "addcirculate";
|
|
208
|
+
|
|
209
|
+
const addCirculation = {
|
|
192
210
|
__proto__: null,
|
|
193
211
|
actionName: actionName$22,
|
|
194
212
|
authorizations: authorizations$22
|
|
195
213
|
};
|
|
196
214
|
|
|
197
215
|
const authorizations$21 = [{ permissions: [active], actor: _fund }];
|
|
198
|
-
const actionName$21 = "
|
|
216
|
+
const actionName$21 = "addexpense";
|
|
199
217
|
|
|
200
|
-
const
|
|
218
|
+
const addExpense = {
|
|
201
219
|
__proto__: null,
|
|
202
220
|
actionName: actionName$21,
|
|
203
221
|
authorizations: authorizations$21
|
|
204
222
|
};
|
|
205
223
|
|
|
206
|
-
const authorizations$20 = [{ permissions: [active], actor:
|
|
207
|
-
const actionName$20 = "
|
|
224
|
+
const authorizations$20 = [{ permissions: [active], actor: _soviet }];
|
|
225
|
+
const actionName$20 = "authorize";
|
|
208
226
|
|
|
209
|
-
const
|
|
227
|
+
const authorizeWithdraw = {
|
|
210
228
|
__proto__: null,
|
|
211
229
|
actionName: actionName$20,
|
|
212
230
|
authorizations: authorizations$20
|
|
213
231
|
};
|
|
214
232
|
|
|
215
|
-
const authorizations$1$ = [{ permissions: [active], actor:
|
|
216
|
-
const actionName$1$ = "
|
|
233
|
+
const authorizations$1$ = [{ permissions: [active, special], actor: _admin }];
|
|
234
|
+
const actionName$1$ = "complete";
|
|
217
235
|
|
|
218
|
-
const
|
|
236
|
+
const completeWithdraw$1 = {
|
|
219
237
|
__proto__: null,
|
|
220
238
|
actionName: actionName$1$,
|
|
221
239
|
authorizations: authorizations$1$
|
|
222
240
|
};
|
|
223
241
|
|
|
224
|
-
const authorizations$1_ = [{ permissions: [active], actor:
|
|
225
|
-
const actionName$1_ = "
|
|
242
|
+
const authorizations$1_ = [{ permissions: [active], actor: _fund }];
|
|
243
|
+
const actionName$1_ = "newfund";
|
|
226
244
|
|
|
227
|
-
const
|
|
245
|
+
const newFund = {
|
|
228
246
|
__proto__: null,
|
|
229
247
|
actionName: actionName$1_,
|
|
230
248
|
authorizations: authorizations$1_
|
|
231
249
|
};
|
|
232
250
|
|
|
233
|
-
const authorizations$1Z = [{ permissions: [active
|
|
234
|
-
const actionName$1Z = "
|
|
251
|
+
const authorizations$1Z = [{ permissions: [active], actor: _chairman }];
|
|
252
|
+
const actionName$1Z = "createfund";
|
|
235
253
|
|
|
236
|
-
const
|
|
254
|
+
const createFund = {
|
|
237
255
|
__proto__: null,
|
|
238
256
|
actionName: actionName$1Z,
|
|
239
257
|
authorizations: authorizations$1Z
|
|
240
258
|
};
|
|
241
259
|
|
|
242
|
-
const authorizations$1Y = [{ permissions: [active], actor:
|
|
243
|
-
const actionName$1Y = "
|
|
260
|
+
const authorizations$1Y = [{ permissions: [active], actor: _chairman }];
|
|
261
|
+
const actionName$1Y = "delfund";
|
|
244
262
|
|
|
245
|
-
const
|
|
263
|
+
const deleteFund = {
|
|
246
264
|
__proto__: null,
|
|
247
265
|
actionName: actionName$1Y,
|
|
248
266
|
authorizations: authorizations$1Y
|
|
249
267
|
};
|
|
250
268
|
|
|
251
269
|
const authorizations$1X = [{ permissions: [active], actor: _chairman }];
|
|
252
|
-
const actionName$1X = "
|
|
270
|
+
const actionName$1X = "editfund";
|
|
253
271
|
|
|
254
|
-
const
|
|
272
|
+
const editFund = {
|
|
255
273
|
__proto__: null,
|
|
256
274
|
actionName: actionName$1X,
|
|
257
275
|
authorizations: authorizations$1X
|
|
258
276
|
};
|
|
259
277
|
|
|
260
|
-
const authorizations$1W = [
|
|
261
|
-
|
|
278
|
+
const authorizations$1W = [
|
|
279
|
+
{ permissions: [active], actor: _username },
|
|
280
|
+
{ permissions: [active, special], actor: _admin },
|
|
281
|
+
{ permissions: [active], actor: _contract }
|
|
282
|
+
];
|
|
283
|
+
const actionName$1W = "fundwithdraw";
|
|
262
284
|
|
|
263
|
-
const
|
|
285
|
+
const createWithdraw$1 = {
|
|
264
286
|
__proto__: null,
|
|
265
287
|
actionName: actionName$1W,
|
|
266
288
|
authorizations: authorizations$1W
|
|
267
289
|
};
|
|
268
290
|
|
|
269
|
-
const authorizations$1V = [{ permissions: [active], actor:
|
|
270
|
-
const actionName$1V = "
|
|
291
|
+
const authorizations$1V = [{ permissions: [active], actor: _soviet }];
|
|
292
|
+
const actionName$1V = "init";
|
|
271
293
|
|
|
272
|
-
const
|
|
294
|
+
const init$2 = {
|
|
273
295
|
__proto__: null,
|
|
274
296
|
actionName: actionName$1V,
|
|
275
297
|
authorizations: authorizations$1V
|
|
276
298
|
};
|
|
277
299
|
|
|
278
|
-
const authorizations$1U = [
|
|
279
|
-
|
|
280
|
-
{ permissions: [active, special], actor: _admin },
|
|
281
|
-
{ permissions: [active], actor: _contract }
|
|
282
|
-
];
|
|
283
|
-
const actionName$1U = "fundwithdraw";
|
|
300
|
+
const authorizations$1U = [{ permissions: [active], actor: _fund }];
|
|
301
|
+
const actionName$1U = "newwithdraw";
|
|
284
302
|
|
|
285
|
-
const
|
|
303
|
+
const newWithdraw = {
|
|
286
304
|
__proto__: null,
|
|
287
305
|
actionName: actionName$1U,
|
|
288
306
|
authorizations: authorizations$1U
|
|
289
307
|
};
|
|
290
308
|
|
|
291
|
-
const authorizations$1T = [{ permissions: [active], actor:
|
|
292
|
-
const actionName$1T = "
|
|
309
|
+
const authorizations$1T = [{ permissions: [active], actor: _marketplace }, { permissions: [active], actor: _gateway }];
|
|
310
|
+
const actionName$1T = "spreadamount";
|
|
293
311
|
|
|
294
|
-
const
|
|
312
|
+
const spreadAmount = {
|
|
295
313
|
__proto__: null,
|
|
296
314
|
actionName: actionName$1T,
|
|
297
315
|
authorizations: authorizations$1T
|
|
298
316
|
};
|
|
299
317
|
|
|
300
|
-
const authorizations$1S = [{ permissions: [active], actor:
|
|
301
|
-
const actionName$1S = "
|
|
318
|
+
const authorizations$1S = [{ permissions: [active], actor: _gateway }];
|
|
319
|
+
const actionName$1S = "subcirculate";
|
|
302
320
|
|
|
303
|
-
const
|
|
321
|
+
const subCirculation = {
|
|
304
322
|
__proto__: null,
|
|
305
323
|
actionName: actionName$1S,
|
|
306
324
|
authorizations: authorizations$1S
|
|
307
325
|
};
|
|
308
326
|
|
|
309
|
-
const authorizations$1R = [{ permissions: [active], actor: _marketplace }, { permissions: [active], actor: _gateway }];
|
|
310
|
-
const actionName$1R = "spreadamount";
|
|
311
|
-
|
|
312
|
-
const spreadAmount = {
|
|
313
|
-
__proto__: null,
|
|
314
|
-
actionName: actionName$1R,
|
|
315
|
-
authorizations: authorizations$1R
|
|
316
|
-
};
|
|
317
|
-
|
|
318
|
-
const authorizations$1Q = [{ permissions: [active], actor: _gateway }];
|
|
319
|
-
const actionName$1Q = "subcirculate";
|
|
320
|
-
|
|
321
|
-
const subCirculation = {
|
|
322
|
-
__proto__: null,
|
|
323
|
-
actionName: actionName$1Q,
|
|
324
|
-
authorizations: authorizations$1Q
|
|
325
|
-
};
|
|
326
|
-
|
|
327
327
|
const index$v = {
|
|
328
328
|
__proto__: null,
|
|
329
329
|
AddAccumulation: addAccumulation,
|
|
@@ -335,7 +335,7 @@ const index$v = {
|
|
|
335
335
|
CreateWithdraw: createWithdraw$1,
|
|
336
336
|
DeleteFund: deleteFund,
|
|
337
337
|
EditFund: editFund,
|
|
338
|
-
Init: init$
|
|
338
|
+
Init: init$2,
|
|
339
339
|
NewFund: newFund,
|
|
340
340
|
NewWithdraw: newWithdraw,
|
|
341
341
|
SpreadAmount: spreadAmount,
|
|
@@ -401,76 +401,76 @@ const index$t = {
|
|
|
401
401
|
contractName: contractName$8
|
|
402
402
|
};
|
|
403
403
|
|
|
404
|
-
const authorizations$
|
|
405
|
-
const actionName$
|
|
404
|
+
const authorizations$1R = [{ permissions: [active, special], actor: _coopname }];
|
|
405
|
+
const actionName$1R = "deposit";
|
|
406
406
|
|
|
407
407
|
const createDeposit = {
|
|
408
408
|
__proto__: null,
|
|
409
|
-
actionName: actionName$
|
|
410
|
-
authorizations: authorizations$
|
|
409
|
+
actionName: actionName$1R,
|
|
410
|
+
authorizations: authorizations$1R
|
|
411
411
|
};
|
|
412
412
|
|
|
413
|
-
const authorizations$
|
|
414
|
-
const actionName$
|
|
413
|
+
const authorizations$1Q = [{ permissions: [active, special], actor: _admin }];
|
|
414
|
+
const actionName$1Q = "dpcomplete";
|
|
415
415
|
|
|
416
416
|
const completeDeposit = {
|
|
417
417
|
__proto__: null,
|
|
418
|
-
actionName: actionName$
|
|
419
|
-
authorizations: authorizations$
|
|
418
|
+
actionName: actionName$1Q,
|
|
419
|
+
authorizations: authorizations$1Q
|
|
420
420
|
};
|
|
421
421
|
|
|
422
|
-
const authorizations$
|
|
423
|
-
const actionName$
|
|
422
|
+
const authorizations$1P = [{ permissions: [active, special], actor: _admin }];
|
|
423
|
+
const actionName$1P = "dpfail";
|
|
424
424
|
|
|
425
425
|
const failDeposit = {
|
|
426
426
|
__proto__: null,
|
|
427
|
-
actionName: actionName$
|
|
428
|
-
authorizations: authorizations$
|
|
427
|
+
actionName: actionName$1P,
|
|
428
|
+
authorizations: authorizations$1P
|
|
429
429
|
};
|
|
430
430
|
|
|
431
|
-
const authorizations$
|
|
432
|
-
const actionName$
|
|
431
|
+
const authorizations$1O = [{ permissions: [active], actor: _gateway }];
|
|
432
|
+
const actionName$1O = "newdepositid";
|
|
433
433
|
|
|
434
434
|
const newDepositId = {
|
|
435
435
|
__proto__: null,
|
|
436
|
-
actionName: actionName$
|
|
437
|
-
authorizations: authorizations$
|
|
436
|
+
actionName: actionName$1O,
|
|
437
|
+
authorizations: authorizations$1O
|
|
438
438
|
};
|
|
439
439
|
|
|
440
|
-
const authorizations$
|
|
441
|
-
const actionName$
|
|
440
|
+
const authorizations$1N = [{ permissions: [active], actor: _gateway }];
|
|
441
|
+
const actionName$1N = "newwithdrid";
|
|
442
442
|
|
|
443
443
|
const newWithdrawId = {
|
|
444
444
|
__proto__: null,
|
|
445
|
-
actionName: actionName$
|
|
446
|
-
authorizations: authorizations$
|
|
445
|
+
actionName: actionName$1N,
|
|
446
|
+
authorizations: authorizations$1N
|
|
447
447
|
};
|
|
448
448
|
|
|
449
|
-
const authorizations$
|
|
450
|
-
const actionName$
|
|
449
|
+
const authorizations$1M = [{ permissions: [active], actor: _username }];
|
|
450
|
+
const actionName$1M = "withdraw";
|
|
451
451
|
|
|
452
452
|
const createWithdraw = {
|
|
453
453
|
__proto__: null,
|
|
454
|
-
actionName: actionName$
|
|
455
|
-
authorizations: authorizations$
|
|
454
|
+
actionName: actionName$1M,
|
|
455
|
+
authorizations: authorizations$1M
|
|
456
456
|
};
|
|
457
457
|
|
|
458
|
-
const authorizations$
|
|
459
|
-
const actionName$
|
|
458
|
+
const authorizations$1L = [{ permissions: [active, special], actor: _admin }];
|
|
459
|
+
const actionName$1L = "wthdcomplete";
|
|
460
460
|
|
|
461
461
|
const completeWithdraw = {
|
|
462
462
|
__proto__: null,
|
|
463
|
-
actionName: actionName$
|
|
464
|
-
authorizations: authorizations$
|
|
463
|
+
actionName: actionName$1L,
|
|
464
|
+
authorizations: authorizations$1L
|
|
465
465
|
};
|
|
466
466
|
|
|
467
|
-
const authorizations$
|
|
468
|
-
const actionName$
|
|
467
|
+
const authorizations$1K = [{ permissions: [active, special], actor: _admin }];
|
|
468
|
+
const actionName$1K = "wthdfail";
|
|
469
469
|
|
|
470
470
|
const failWithdraw = {
|
|
471
471
|
__proto__: null,
|
|
472
|
-
actionName: actionName$
|
|
473
|
-
authorizations: authorizations$
|
|
472
|
+
actionName: actionName$1K,
|
|
473
|
+
authorizations: authorizations$1K
|
|
474
474
|
};
|
|
475
475
|
|
|
476
476
|
const index$s = {
|
|
@@ -523,74 +523,84 @@ const index$q = {
|
|
|
523
523
|
contractName: contractName$7
|
|
524
524
|
};
|
|
525
525
|
|
|
526
|
-
const authorizations$
|
|
527
|
-
const actionName$
|
|
526
|
+
const authorizations$1J = [{ permissions: [active], actor: _system }];
|
|
527
|
+
const actionName$1J = "verificate";
|
|
528
528
|
|
|
529
529
|
const verificateAccount = {
|
|
530
|
+
__proto__: null,
|
|
531
|
+
actionName: actionName$1J,
|
|
532
|
+
authorizations: authorizations$1J
|
|
533
|
+
};
|
|
534
|
+
|
|
535
|
+
const authorizations$1I = [{ permissions: [active], actor: _username }];
|
|
536
|
+
const actionName$1I = "update";
|
|
537
|
+
|
|
538
|
+
const updateAccount = {
|
|
539
|
+
__proto__: null,
|
|
540
|
+
actionName: actionName$1I,
|
|
541
|
+
authorizations: authorizations$1I
|
|
542
|
+
};
|
|
543
|
+
|
|
544
|
+
const authorizations$1H = [{ permissions: [active, special], actor: _admin }];
|
|
545
|
+
const actionName$1H = "newaccount";
|
|
546
|
+
|
|
547
|
+
const createAccount = {
|
|
530
548
|
__proto__: null,
|
|
531
549
|
actionName: actionName$1H,
|
|
532
550
|
authorizations: authorizations$1H
|
|
533
551
|
};
|
|
534
552
|
|
|
535
|
-
const authorizations$1G = [{ permissions: [active], actor:
|
|
536
|
-
const actionName$1G = "
|
|
553
|
+
const authorizations$1G = [{ permissions: [active, special], actor: _admin }];
|
|
554
|
+
const actionName$1G = "regorg";
|
|
537
555
|
|
|
538
|
-
const
|
|
556
|
+
const registerOrganization = {
|
|
539
557
|
__proto__: null,
|
|
540
558
|
actionName: actionName$1G,
|
|
541
559
|
authorizations: authorizations$1G
|
|
542
560
|
};
|
|
543
561
|
|
|
544
|
-
const authorizations$1F = [{ permissions: [active
|
|
545
|
-
const actionName$1F = "
|
|
562
|
+
const authorizations$1F = [{ permissions: [active], actor: _system }];
|
|
563
|
+
const actionName$1F = "changekey";
|
|
546
564
|
|
|
547
|
-
const
|
|
565
|
+
const changeKey = {
|
|
548
566
|
__proto__: null,
|
|
549
567
|
actionName: actionName$1F,
|
|
550
568
|
authorizations: authorizations$1F
|
|
551
569
|
};
|
|
552
570
|
|
|
553
|
-
const authorizations$1E = [{ permissions: [active, special], actor: _admin }];
|
|
554
|
-
const actionName$1E = "
|
|
571
|
+
const authorizations$1E = [{ permissions: [active, special], actor: _admin }, { permissions: [active], actor: _username }];
|
|
572
|
+
const actionName$1E = "joincoop";
|
|
555
573
|
|
|
556
|
-
const
|
|
574
|
+
const joinCooperative = {
|
|
557
575
|
__proto__: null,
|
|
558
576
|
actionName: actionName$1E,
|
|
559
577
|
authorizations: authorizations$1E
|
|
560
578
|
};
|
|
561
579
|
|
|
562
|
-
const authorizations$1D = [{ permissions: [active], actor:
|
|
563
|
-
const actionName$1D = "
|
|
580
|
+
const authorizations$1D = [{ permissions: [active], actor: _soviet }];
|
|
581
|
+
const actionName$1D = "confirmreg";
|
|
564
582
|
|
|
565
|
-
const
|
|
583
|
+
const confirmJoin = {
|
|
566
584
|
__proto__: null,
|
|
567
585
|
actionName: actionName$1D,
|
|
568
586
|
authorizations: authorizations$1D
|
|
569
587
|
};
|
|
570
588
|
|
|
571
|
-
const authorizations$1C = [{ permissions: [active
|
|
572
|
-
const actionName$1C = "
|
|
589
|
+
const authorizations$1C = [{ permissions: [active], actor: _system }];
|
|
590
|
+
const actionName$1C = "init";
|
|
573
591
|
|
|
574
|
-
const
|
|
592
|
+
const init$1 = {
|
|
575
593
|
__proto__: null,
|
|
576
594
|
actionName: actionName$1C,
|
|
577
595
|
authorizations: authorizations$1C
|
|
578
596
|
};
|
|
579
597
|
|
|
580
|
-
const authorizations$1B = [{ permissions: [active], actor: _soviet }];
|
|
581
|
-
const actionName$1B = "confirmreg";
|
|
582
|
-
|
|
583
|
-
const confirmJoin = {
|
|
584
|
-
__proto__: null,
|
|
585
|
-
actionName: actionName$1B,
|
|
586
|
-
authorizations: authorizations$1B
|
|
587
|
-
};
|
|
588
|
-
|
|
589
598
|
const index$p = {
|
|
590
599
|
__proto__: null,
|
|
591
600
|
ChangeKey: changeKey,
|
|
592
601
|
ConfirmJoin: confirmJoin,
|
|
593
602
|
CreateAccount: createAccount,
|
|
603
|
+
Init: init$1,
|
|
594
604
|
JoinCooperative: joinCooperative,
|
|
595
605
|
RegisterOrganization: registerOrganization,
|
|
596
606
|
UpdateAccount: updateAccount,
|
|
@@ -635,60 +645,60 @@ const index$n = {
|
|
|
635
645
|
contractName: contractName$6
|
|
636
646
|
};
|
|
637
647
|
|
|
638
|
-
const authorizations$
|
|
639
|
-
const actionName$
|
|
648
|
+
const authorizations$1B = [{ permissions: [active], actor: _username }];
|
|
649
|
+
const actionName$1B = "transfer";
|
|
640
650
|
|
|
641
651
|
const transfer = {
|
|
652
|
+
__proto__: null,
|
|
653
|
+
actionName: actionName$1B,
|
|
654
|
+
authorizations: authorizations$1B
|
|
655
|
+
};
|
|
656
|
+
|
|
657
|
+
const authorizations$1A = [{ permissions: [active], actor: _username }];
|
|
658
|
+
const actionName$1A = "open";
|
|
659
|
+
|
|
660
|
+
const open = {
|
|
642
661
|
__proto__: null,
|
|
643
662
|
actionName: actionName$1A,
|
|
644
663
|
authorizations: authorizations$1A
|
|
645
664
|
};
|
|
646
665
|
|
|
647
666
|
const authorizations$1z = [{ permissions: [active], actor: _username }];
|
|
648
|
-
const actionName$1z = "
|
|
667
|
+
const actionName$1z = "close";
|
|
649
668
|
|
|
650
|
-
const
|
|
669
|
+
const close = {
|
|
651
670
|
__proto__: null,
|
|
652
671
|
actionName: actionName$1z,
|
|
653
672
|
authorizations: authorizations$1z
|
|
654
673
|
};
|
|
655
674
|
|
|
656
|
-
const authorizations$1y = [{ permissions: [active], actor:
|
|
657
|
-
const actionName$1y = "
|
|
675
|
+
const authorizations$1y = [{ permissions: [active], actor: _system$1 }];
|
|
676
|
+
const actionName$1y = "create";
|
|
658
677
|
|
|
659
|
-
const
|
|
678
|
+
const create = {
|
|
660
679
|
__proto__: null,
|
|
661
680
|
actionName: actionName$1y,
|
|
662
681
|
authorizations: authorizations$1y
|
|
663
682
|
};
|
|
664
683
|
|
|
665
|
-
const authorizations$1x = [{ permissions: [active], actor:
|
|
666
|
-
const actionName$1x = "
|
|
684
|
+
const authorizations$1x = [{ permissions: [active], actor: "currencyStats.issuer" }];
|
|
685
|
+
const actionName$1x = "issue";
|
|
667
686
|
|
|
668
|
-
const
|
|
687
|
+
const issue = {
|
|
669
688
|
__proto__: null,
|
|
670
689
|
actionName: actionName$1x,
|
|
671
690
|
authorizations: authorizations$1x
|
|
672
691
|
};
|
|
673
692
|
|
|
674
693
|
const authorizations$1w = [{ permissions: [active], actor: "currencyStats.issuer" }];
|
|
675
|
-
const actionName$1w = "
|
|
694
|
+
const actionName$1w = "retire";
|
|
676
695
|
|
|
677
|
-
const
|
|
696
|
+
const retire = {
|
|
678
697
|
__proto__: null,
|
|
679
698
|
actionName: actionName$1w,
|
|
680
699
|
authorizations: authorizations$1w
|
|
681
700
|
};
|
|
682
701
|
|
|
683
|
-
const authorizations$1v = [{ permissions: [active], actor: "currencyStats.issuer" }];
|
|
684
|
-
const actionName$1v = "retire";
|
|
685
|
-
|
|
686
|
-
const retire = {
|
|
687
|
-
__proto__: null,
|
|
688
|
-
actionName: actionName$1v,
|
|
689
|
-
authorizations: authorizations$1v
|
|
690
|
-
};
|
|
691
|
-
|
|
692
702
|
const index$m = {
|
|
693
703
|
__proto__: null,
|
|
694
704
|
Close: close,
|
|
@@ -737,46 +747,55 @@ const index$k = {
|
|
|
737
747
|
contractName: contractName$5
|
|
738
748
|
};
|
|
739
749
|
|
|
740
|
-
const authorizations$
|
|
741
|
-
const actionName$
|
|
750
|
+
const authorizations$1v = [{ permissions: [active], actor: _soviet }];
|
|
751
|
+
const actionName$1v = "draft";
|
|
742
752
|
|
|
743
753
|
const draft = {
|
|
754
|
+
__proto__: null,
|
|
755
|
+
actionName: actionName$1v,
|
|
756
|
+
authorizations: authorizations$1v
|
|
757
|
+
};
|
|
758
|
+
|
|
759
|
+
const authorizations$1u = [{ permissions: [active], actor: _soviet }];
|
|
760
|
+
const actionName$1u = "batch";
|
|
761
|
+
|
|
762
|
+
const batch = {
|
|
744
763
|
__proto__: null,
|
|
745
764
|
actionName: actionName$1u,
|
|
746
765
|
authorizations: authorizations$1u
|
|
747
766
|
};
|
|
748
767
|
|
|
749
768
|
const authorizations$1t = [{ permissions: [active], actor: _soviet }];
|
|
750
|
-
const actionName$1t = "
|
|
769
|
+
const actionName$1t = "statement";
|
|
751
770
|
|
|
752
|
-
const
|
|
771
|
+
const statement = {
|
|
753
772
|
__proto__: null,
|
|
754
773
|
actionName: actionName$1t,
|
|
755
774
|
authorizations: authorizations$1t
|
|
756
775
|
};
|
|
757
776
|
|
|
758
777
|
const authorizations$1s = [{ permissions: [active], actor: _soviet }];
|
|
759
|
-
const actionName$1s = "
|
|
778
|
+
const actionName$1s = "act";
|
|
760
779
|
|
|
761
|
-
const
|
|
780
|
+
const act = {
|
|
762
781
|
__proto__: null,
|
|
763
782
|
actionName: actionName$1s,
|
|
764
783
|
authorizations: authorizations$1s
|
|
765
784
|
};
|
|
766
785
|
|
|
767
786
|
const authorizations$1r = [{ permissions: [active], actor: _soviet }];
|
|
768
|
-
const actionName$1r = "
|
|
787
|
+
const actionName$1r = "decision";
|
|
769
788
|
|
|
770
|
-
const
|
|
789
|
+
const decision = {
|
|
771
790
|
__proto__: null,
|
|
772
791
|
actionName: actionName$1r,
|
|
773
792
|
authorizations: authorizations$1r
|
|
774
793
|
};
|
|
775
794
|
|
|
776
795
|
const authorizations$1q = [{ permissions: [active], actor: _soviet }];
|
|
777
|
-
const actionName$1q = "
|
|
796
|
+
const actionName$1q = "program";
|
|
778
797
|
|
|
779
|
-
const
|
|
798
|
+
const program = {
|
|
780
799
|
__proto__: null,
|
|
781
800
|
actionName: actionName$1q,
|
|
782
801
|
authorizations: authorizations$1q
|
|
@@ -788,6 +807,7 @@ const index$j = {
|
|
|
788
807
|
Batch: batch,
|
|
789
808
|
Decision: decision,
|
|
790
809
|
Draft: draft,
|
|
810
|
+
Program: program,
|
|
791
811
|
Statement: statement
|
|
792
812
|
};
|
|
793
813
|
|