cooptypes 0.5.18 → 0.5.20
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/README.md +3 -0
- package/dist/index.cjs +211 -181
- package/dist/index.d.cts +436 -191
- package/dist/index.d.mts +436 -191
- package/dist/index.d.ts +436 -191
- package/dist/index.mjs +200 -171
- package/package.json +3 -3
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$G = {
|
|
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$F = {
|
|
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$E = {
|
|
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$D = {
|
|
90
90
|
__proto__: null,
|
|
91
|
-
Actors: index$
|
|
92
|
-
ContractNames: index$
|
|
93
|
-
Permissions: index$
|
|
91
|
+
Actors: index$G,
|
|
92
|
+
ContractNames: index$F,
|
|
93
|
+
Permissions: index$E
|
|
94
94
|
};
|
|
95
95
|
|
|
96
|
-
const authorizations$
|
|
97
|
-
const actionName$
|
|
96
|
+
const authorizations$2b = [{ permissions: [active], actor: _system }];
|
|
97
|
+
const actionName$2b = "createtrans";
|
|
98
98
|
|
|
99
99
|
const createTranslation = {
|
|
100
|
+
__proto__: null,
|
|
101
|
+
actionName: actionName$2b,
|
|
102
|
+
authorizations: authorizations$2b
|
|
103
|
+
};
|
|
104
|
+
|
|
105
|
+
const authorizations$2a = [{ permissions: [active], actor: _system }];
|
|
106
|
+
const actionName$2a = "createdraft";
|
|
107
|
+
|
|
108
|
+
const createDraft = {
|
|
100
109
|
__proto__: null,
|
|
101
110
|
actionName: actionName$2a,
|
|
102
111
|
authorizations: authorizations$2a
|
|
103
112
|
};
|
|
104
113
|
|
|
105
114
|
const authorizations$29 = [{ permissions: [active], actor: _system }];
|
|
106
|
-
const actionName$29 = "
|
|
115
|
+
const actionName$29 = "deldraft";
|
|
107
116
|
|
|
108
|
-
const
|
|
117
|
+
const deleteDraft = {
|
|
109
118
|
__proto__: null,
|
|
110
119
|
actionName: actionName$29,
|
|
111
120
|
authorizations: authorizations$29
|
|
112
121
|
};
|
|
113
122
|
|
|
114
123
|
const authorizations$28 = [{ permissions: [active], actor: _system }];
|
|
115
|
-
const actionName$28 = "
|
|
124
|
+
const actionName$28 = "edittrans";
|
|
116
125
|
|
|
117
|
-
const
|
|
126
|
+
const editTranslation = {
|
|
118
127
|
__proto__: null,
|
|
119
128
|
actionName: actionName$28,
|
|
120
129
|
authorizations: authorizations$28
|
|
121
130
|
};
|
|
122
131
|
|
|
123
|
-
const authorizations$27 = [{ permissions: [active], actor:
|
|
124
|
-
const actionName$27 = "
|
|
132
|
+
const authorizations$27 = [{ permissions: [active], actor: _draft }];
|
|
133
|
+
const actionName$27 = "newid";
|
|
125
134
|
|
|
126
|
-
const
|
|
135
|
+
const newId = {
|
|
127
136
|
__proto__: null,
|
|
128
137
|
actionName: actionName$27,
|
|
129
138
|
authorizations: authorizations$27
|
|
130
139
|
};
|
|
131
140
|
|
|
132
|
-
const
|
|
133
|
-
const actionName$26 = "newid";
|
|
134
|
-
|
|
135
|
-
const newId = {
|
|
136
|
-
__proto__: null,
|
|
137
|
-
actionName: actionName$26,
|
|
138
|
-
authorizations: authorizations$26
|
|
139
|
-
};
|
|
140
|
-
|
|
141
|
-
const index$y = {
|
|
141
|
+
const index$C = {
|
|
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$B = {
|
|
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$A = {
|
|
181
181
|
__proto__: null,
|
|
182
|
-
Actions: index$
|
|
182
|
+
Actions: index$C,
|
|
183
183
|
Interfaces: draft,
|
|
184
|
-
Tables: index$
|
|
184
|
+
Tables: index$B,
|
|
185
185
|
contractName: contractName$9
|
|
186
186
|
};
|
|
187
187
|
|
|
188
|
-
const authorizations$
|
|
189
|
-
const actionName$
|
|
188
|
+
const authorizations$26 = [{ permissions: [active], actor: _fund }];
|
|
189
|
+
const actionName$26 = "addaccum";
|
|
190
190
|
|
|
191
191
|
const addAccumulation = {
|
|
192
|
+
__proto__: null,
|
|
193
|
+
actionName: actionName$26,
|
|
194
|
+
authorizations: authorizations$26
|
|
195
|
+
};
|
|
196
|
+
|
|
197
|
+
const authorizations$25 = [{ permissions: [active], actor: _fund }];
|
|
198
|
+
const actionName$25 = "subaccum";
|
|
199
|
+
|
|
200
|
+
const subAccumulation = {
|
|
192
201
|
__proto__: null,
|
|
193
202
|
actionName: actionName$25,
|
|
194
203
|
authorizations: authorizations$25
|
|
195
204
|
};
|
|
196
205
|
|
|
197
|
-
const authorizations$24 = [{ permissions: [active], actor:
|
|
198
|
-
const actionName$24 = "
|
|
206
|
+
const authorizations$24 = [{ permissions: [active], actor: _gateway }];
|
|
207
|
+
const actionName$24 = "addcirculate";
|
|
199
208
|
|
|
200
|
-
const
|
|
209
|
+
const addCirculation = {
|
|
201
210
|
__proto__: null,
|
|
202
211
|
actionName: actionName$24,
|
|
203
212
|
authorizations: authorizations$24
|
|
204
213
|
};
|
|
205
214
|
|
|
206
|
-
const authorizations$23 = [{ permissions: [active], actor:
|
|
207
|
-
const actionName$23 = "
|
|
215
|
+
const authorizations$23 = [{ permissions: [active], actor: _fund }];
|
|
216
|
+
const actionName$23 = "addexpense";
|
|
208
217
|
|
|
209
|
-
const
|
|
218
|
+
const addExpense = {
|
|
210
219
|
__proto__: null,
|
|
211
220
|
actionName: actionName$23,
|
|
212
221
|
authorizations: authorizations$23
|
|
213
222
|
};
|
|
214
223
|
|
|
215
|
-
const authorizations$22 = [{ permissions: [active], actor:
|
|
216
|
-
const actionName$22 = "
|
|
224
|
+
const authorizations$22 = [{ permissions: [active], actor: _soviet }];
|
|
225
|
+
const actionName$22 = "authorize";
|
|
217
226
|
|
|
218
|
-
const
|
|
227
|
+
const authorizeWithdraw = {
|
|
219
228
|
__proto__: null,
|
|
220
229
|
actionName: actionName$22,
|
|
221
230
|
authorizations: authorizations$22
|
|
222
231
|
};
|
|
223
232
|
|
|
224
|
-
const authorizations$21 = [{ permissions: [active], actor:
|
|
225
|
-
const actionName$21 = "
|
|
233
|
+
const authorizations$21 = [{ permissions: [active, special], actor: _admin }];
|
|
234
|
+
const actionName$21 = "complete";
|
|
226
235
|
|
|
227
|
-
const
|
|
236
|
+
const completeWithdraw$1 = {
|
|
228
237
|
__proto__: null,
|
|
229
238
|
actionName: actionName$21,
|
|
230
239
|
authorizations: authorizations$21
|
|
231
240
|
};
|
|
232
241
|
|
|
233
|
-
const authorizations$20 = [{ permissions: [active
|
|
234
|
-
const actionName$20 = "
|
|
242
|
+
const authorizations$20 = [{ permissions: [active], actor: _fund }];
|
|
243
|
+
const actionName$20 = "newfund";
|
|
235
244
|
|
|
236
|
-
const
|
|
245
|
+
const newFund = {
|
|
237
246
|
__proto__: null,
|
|
238
247
|
actionName: actionName$20,
|
|
239
248
|
authorizations: authorizations$20
|
|
240
249
|
};
|
|
241
250
|
|
|
242
|
-
const authorizations$1$ = [{ permissions: [active], actor:
|
|
243
|
-
const actionName$1$ = "
|
|
251
|
+
const authorizations$1$ = [{ permissions: [active], actor: _chairman }];
|
|
252
|
+
const actionName$1$ = "createfund";
|
|
244
253
|
|
|
245
|
-
const
|
|
254
|
+
const createFund = {
|
|
246
255
|
__proto__: null,
|
|
247
256
|
actionName: actionName$1$,
|
|
248
257
|
authorizations: authorizations$1$
|
|
249
258
|
};
|
|
250
259
|
|
|
251
260
|
const authorizations$1_ = [{ permissions: [active], actor: _chairman }];
|
|
252
|
-
const actionName$1_ = "
|
|
261
|
+
const actionName$1_ = "delfund";
|
|
253
262
|
|
|
254
|
-
const
|
|
263
|
+
const deleteFund = {
|
|
255
264
|
__proto__: null,
|
|
256
265
|
actionName: actionName$1_,
|
|
257
266
|
authorizations: authorizations$1_
|
|
258
267
|
};
|
|
259
268
|
|
|
260
269
|
const authorizations$1Z = [{ permissions: [active], actor: _chairman }];
|
|
261
|
-
const actionName$1Z = "
|
|
270
|
+
const actionName$1Z = "editfund";
|
|
262
271
|
|
|
263
|
-
const
|
|
272
|
+
const editFund = {
|
|
264
273
|
__proto__: null,
|
|
265
274
|
actionName: actionName$1Z,
|
|
266
275
|
authorizations: authorizations$1Z
|
|
267
276
|
};
|
|
268
277
|
|
|
269
|
-
const authorizations$1Y = [
|
|
270
|
-
|
|
278
|
+
const authorizations$1Y = [
|
|
279
|
+
{ permissions: [active], actor: _username },
|
|
280
|
+
{ permissions: [active, special], actor: _admin },
|
|
281
|
+
{ permissions: [active], actor: _contract }
|
|
282
|
+
];
|
|
283
|
+
const actionName$1Y = "fundwithdraw";
|
|
271
284
|
|
|
272
|
-
const
|
|
285
|
+
const createWithdraw$1 = {
|
|
273
286
|
__proto__: null,
|
|
274
287
|
actionName: actionName$1Y,
|
|
275
288
|
authorizations: authorizations$1Y
|
|
276
289
|
};
|
|
277
290
|
|
|
278
|
-
const authorizations$1X = [
|
|
279
|
-
|
|
280
|
-
{ permissions: [active, special], actor: _admin },
|
|
281
|
-
{ permissions: [active], actor: _contract }
|
|
282
|
-
];
|
|
283
|
-
const actionName$1X = "fundwithdraw";
|
|
291
|
+
const authorizations$1X = [{ permissions: [active], actor: _soviet }];
|
|
292
|
+
const actionName$1X = "init";
|
|
284
293
|
|
|
285
|
-
const
|
|
294
|
+
const init$2 = {
|
|
286
295
|
__proto__: null,
|
|
287
296
|
actionName: actionName$1X,
|
|
288
297
|
authorizations: authorizations$1X
|
|
289
298
|
};
|
|
290
299
|
|
|
291
|
-
const authorizations$1W = [{ permissions: [active], actor:
|
|
292
|
-
const actionName$1W = "
|
|
300
|
+
const authorizations$1W = [{ permissions: [active], actor: _fund }];
|
|
301
|
+
const actionName$1W = "newwithdraw";
|
|
293
302
|
|
|
294
|
-
const
|
|
303
|
+
const newWithdraw = {
|
|
295
304
|
__proto__: null,
|
|
296
305
|
actionName: actionName$1W,
|
|
297
306
|
authorizations: authorizations$1W
|
|
298
307
|
};
|
|
299
308
|
|
|
300
|
-
const authorizations$1V = [{ permissions: [active], actor:
|
|
301
|
-
const actionName$1V = "
|
|
309
|
+
const authorizations$1V = [{ permissions: [active], actor: _marketplace }, { permissions: [active], actor: _gateway }];
|
|
310
|
+
const actionName$1V = "spreadamount";
|
|
302
311
|
|
|
303
|
-
const
|
|
312
|
+
const spreadAmount = {
|
|
304
313
|
__proto__: null,
|
|
305
314
|
actionName: actionName$1V,
|
|
306
315
|
authorizations: authorizations$1V
|
|
307
316
|
};
|
|
308
317
|
|
|
309
|
-
const authorizations$1U = [{ permissions: [active], actor:
|
|
310
|
-
const actionName$1U = "
|
|
318
|
+
const authorizations$1U = [{ permissions: [active], actor: _gateway }];
|
|
319
|
+
const actionName$1U = "subcirculate";
|
|
311
320
|
|
|
312
|
-
const
|
|
321
|
+
const subCirculation = {
|
|
313
322
|
__proto__: null,
|
|
314
323
|
actionName: actionName$1U,
|
|
315
324
|
authorizations: authorizations$1U
|
|
316
325
|
};
|
|
317
326
|
|
|
318
|
-
const
|
|
319
|
-
const actionName$1T = "subcirculate";
|
|
320
|
-
|
|
321
|
-
const subCirculation = {
|
|
322
|
-
__proto__: null,
|
|
323
|
-
actionName: actionName$1T,
|
|
324
|
-
authorizations: authorizations$1T
|
|
325
|
-
};
|
|
326
|
-
|
|
327
|
-
const index$v = {
|
|
327
|
+
const index$z = {
|
|
328
328
|
__proto__: null,
|
|
329
329
|
AddAccumulation: addAccumulation,
|
|
330
330
|
AddCirculation: addCirculation,
|
|
@@ -379,7 +379,7 @@ const fundWithdraws = {
|
|
|
379
379
|
tableName: tableName$z
|
|
380
380
|
};
|
|
381
381
|
|
|
382
|
-
const index$
|
|
382
|
+
const index$y = {
|
|
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$x = {
|
|
397
397
|
__proto__: null,
|
|
398
|
-
Actions: index$
|
|
398
|
+
Actions: index$z,
|
|
399
399
|
Interfaces: fund,
|
|
400
|
-
Tables: index$
|
|
400
|
+
Tables: index$y,
|
|
401
401
|
contractName: contractName$8
|
|
402
402
|
};
|
|
403
403
|
|
|
404
|
-
const authorizations$
|
|
405
|
-
const actionName$
|
|
404
|
+
const authorizations$1T = [{ permissions: [active, special], actor: _coopname }];
|
|
405
|
+
const actionName$1T = "deposit";
|
|
406
406
|
|
|
407
407
|
const createDeposit = {
|
|
408
|
+
__proto__: null,
|
|
409
|
+
actionName: actionName$1T,
|
|
410
|
+
authorizations: authorizations$1T
|
|
411
|
+
};
|
|
412
|
+
|
|
413
|
+
const authorizations$1S = [{ permissions: [active, special], actor: _admin }];
|
|
414
|
+
const actionName$1S = "dpcomplete";
|
|
415
|
+
|
|
416
|
+
const completeDeposit = {
|
|
408
417
|
__proto__: null,
|
|
409
418
|
actionName: actionName$1S,
|
|
410
419
|
authorizations: authorizations$1S
|
|
411
420
|
};
|
|
412
421
|
|
|
413
422
|
const authorizations$1R = [{ permissions: [active, special], actor: _admin }];
|
|
414
|
-
const actionName$1R = "
|
|
423
|
+
const actionName$1R = "dpfail";
|
|
415
424
|
|
|
416
|
-
const
|
|
425
|
+
const failDeposit = {
|
|
417
426
|
__proto__: null,
|
|
418
427
|
actionName: actionName$1R,
|
|
419
428
|
authorizations: authorizations$1R
|
|
420
429
|
};
|
|
421
430
|
|
|
422
|
-
const authorizations$1Q = [{ permissions: [active
|
|
423
|
-
const actionName$1Q = "
|
|
431
|
+
const authorizations$1Q = [{ permissions: [active], actor: _gateway }];
|
|
432
|
+
const actionName$1Q = "newdepositid";
|
|
424
433
|
|
|
425
|
-
const
|
|
434
|
+
const newDepositId = {
|
|
426
435
|
__proto__: null,
|
|
427
436
|
actionName: actionName$1Q,
|
|
428
437
|
authorizations: authorizations$1Q
|
|
429
438
|
};
|
|
430
439
|
|
|
431
440
|
const authorizations$1P = [{ permissions: [active], actor: _gateway }];
|
|
432
|
-
const actionName$1P = "
|
|
441
|
+
const actionName$1P = "newwithdrid";
|
|
433
442
|
|
|
434
|
-
const
|
|
443
|
+
const newWithdrawId = {
|
|
435
444
|
__proto__: null,
|
|
436
445
|
actionName: actionName$1P,
|
|
437
446
|
authorizations: authorizations$1P
|
|
438
447
|
};
|
|
439
448
|
|
|
440
|
-
const authorizations$1O = [{ permissions: [active], actor:
|
|
441
|
-
const actionName$1O = "
|
|
449
|
+
const authorizations$1O = [{ permissions: [active], actor: _username }];
|
|
450
|
+
const actionName$1O = "withdraw";
|
|
442
451
|
|
|
443
|
-
const
|
|
452
|
+
const createWithdraw = {
|
|
444
453
|
__proto__: null,
|
|
445
454
|
actionName: actionName$1O,
|
|
446
455
|
authorizations: authorizations$1O
|
|
447
456
|
};
|
|
448
457
|
|
|
449
|
-
const authorizations$1N = [{ permissions: [active], actor:
|
|
450
|
-
const actionName$1N = "
|
|
458
|
+
const authorizations$1N = [{ permissions: [active, special], actor: _admin }];
|
|
459
|
+
const actionName$1N = "wthdcomplete";
|
|
451
460
|
|
|
452
|
-
const
|
|
461
|
+
const completeWithdraw = {
|
|
453
462
|
__proto__: null,
|
|
454
463
|
actionName: actionName$1N,
|
|
455
464
|
authorizations: authorizations$1N
|
|
456
465
|
};
|
|
457
466
|
|
|
458
467
|
const authorizations$1M = [{ permissions: [active, special], actor: _admin }];
|
|
459
|
-
const actionName$1M = "
|
|
468
|
+
const actionName$1M = "wthdfail";
|
|
460
469
|
|
|
461
|
-
const
|
|
470
|
+
const failWithdraw = {
|
|
462
471
|
__proto__: null,
|
|
463
472
|
actionName: actionName$1M,
|
|
464
473
|
authorizations: authorizations$1M
|
|
465
474
|
};
|
|
466
475
|
|
|
467
|
-
const
|
|
468
|
-
const actionName$1L = "wthdfail";
|
|
469
|
-
|
|
470
|
-
const failWithdraw = {
|
|
471
|
-
__proto__: null,
|
|
472
|
-
actionName: actionName$1L,
|
|
473
|
-
authorizations: authorizations$1L
|
|
474
|
-
};
|
|
475
|
-
|
|
476
|
-
const index$s = {
|
|
476
|
+
const index$w = {
|
|
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$v = {
|
|
507
507
|
__proto__: null,
|
|
508
508
|
Deposits: deposits,
|
|
509
509
|
Withdrws: withdraws
|
|
@@ -515,36 +515,45 @@ const gateway = {
|
|
|
515
515
|
|
|
516
516
|
const contractName$7 = _gateway;
|
|
517
517
|
|
|
518
|
-
const index$
|
|
518
|
+
const index$u = {
|
|
519
519
|
__proto__: null,
|
|
520
|
-
Actions: index$
|
|
520
|
+
Actions: index$w,
|
|
521
521
|
Interfaces: gateway,
|
|
522
|
-
Tables: index$
|
|
522
|
+
Tables: index$v,
|
|
523
523
|
contractName: contractName$7
|
|
524
524
|
};
|
|
525
525
|
|
|
526
|
-
const authorizations$
|
|
527
|
-
const actionName$
|
|
526
|
+
const authorizations$1L = [{ permissions: [active], actor: _system }];
|
|
527
|
+
const actionName$1L = "verificate";
|
|
528
528
|
|
|
529
529
|
const verificateAccount = {
|
|
530
|
+
__proto__: null,
|
|
531
|
+
actionName: actionName$1L,
|
|
532
|
+
authorizations: authorizations$1L
|
|
533
|
+
};
|
|
534
|
+
|
|
535
|
+
const authorizations$1K = [{ permissions: [active], actor: _username }];
|
|
536
|
+
const actionName$1K = "update";
|
|
537
|
+
|
|
538
|
+
const updateAccount = {
|
|
530
539
|
__proto__: null,
|
|
531
540
|
actionName: actionName$1K,
|
|
532
541
|
authorizations: authorizations$1K
|
|
533
542
|
};
|
|
534
543
|
|
|
535
|
-
const authorizations$1J = [{ permissions: [active], actor:
|
|
536
|
-
const actionName$1J = "
|
|
544
|
+
const authorizations$1J = [{ permissions: [active, special], actor: _admin }];
|
|
545
|
+
const actionName$1J = "newaccount";
|
|
537
546
|
|
|
538
|
-
const
|
|
547
|
+
const createAccount$1 = {
|
|
539
548
|
__proto__: null,
|
|
540
549
|
actionName: actionName$1J,
|
|
541
550
|
authorizations: authorizations$1J
|
|
542
551
|
};
|
|
543
552
|
|
|
544
553
|
const authorizations$1I = [{ permissions: [active, special], actor: _admin }];
|
|
545
|
-
const actionName$1I = "
|
|
554
|
+
const actionName$1I = "reguser";
|
|
546
555
|
|
|
547
|
-
const
|
|
556
|
+
const registerUser = {
|
|
548
557
|
__proto__: null,
|
|
549
558
|
actionName: actionName$1I,
|
|
550
559
|
authorizations: authorizations$1I
|
|
@@ -595,7 +604,7 @@ const init$1 = {
|
|
|
595
604
|
authorizations: authorizations$1D
|
|
596
605
|
};
|
|
597
606
|
|
|
598
|
-
const index$
|
|
607
|
+
const index$t = {
|
|
599
608
|
__proto__: null,
|
|
600
609
|
ChangeKey: changeKey,
|
|
601
610
|
ConfirmJoin: confirmJoin,
|
|
@@ -603,6 +612,7 @@ const index$p = {
|
|
|
603
612
|
Init: init$1,
|
|
604
613
|
JoinCooperative: joinCooperative,
|
|
605
614
|
RegisterOrganization: registerOrganization,
|
|
615
|
+
RegisterUser: registerUser,
|
|
606
616
|
UpdateAccount: updateAccount,
|
|
607
617
|
VerificateAccount: verificateAccount
|
|
608
618
|
};
|
|
@@ -625,7 +635,7 @@ const organizations = {
|
|
|
625
635
|
tableName: tableName$v
|
|
626
636
|
};
|
|
627
637
|
|
|
628
|
-
const index$
|
|
638
|
+
const index$s = {
|
|
629
639
|
__proto__: null,
|
|
630
640
|
Accounts: accounts,
|
|
631
641
|
Organizations: organizations
|
|
@@ -637,11 +647,11 @@ const registrator = {
|
|
|
637
647
|
|
|
638
648
|
const contractName$6 = _registrator;
|
|
639
649
|
|
|
640
|
-
const index$
|
|
650
|
+
const index$r = {
|
|
641
651
|
__proto__: null,
|
|
642
|
-
Actions: index$
|
|
652
|
+
Actions: index$t,
|
|
643
653
|
Interfaces: registrator,
|
|
644
|
-
Tables: index$
|
|
654
|
+
Tables: index$s,
|
|
645
655
|
contractName: contractName$6
|
|
646
656
|
};
|
|
647
657
|
|
|
@@ -699,7 +709,7 @@ const retire = {
|
|
|
699
709
|
authorizations: authorizations$1x
|
|
700
710
|
};
|
|
701
711
|
|
|
702
|
-
const index$
|
|
712
|
+
const index$q = {
|
|
703
713
|
__proto__: null,
|
|
704
714
|
Close: close,
|
|
705
715
|
Create: create,
|
|
@@ -727,7 +737,7 @@ const currencyStats = {
|
|
|
727
737
|
tableName: tableName$t
|
|
728
738
|
};
|
|
729
739
|
|
|
730
|
-
const index$
|
|
740
|
+
const index$p = {
|
|
731
741
|
__proto__: null,
|
|
732
742
|
AccountBalance: accountBalance,
|
|
733
743
|
CurrencyStats: currencyStats
|
|
@@ -739,11 +749,11 @@ const token = {
|
|
|
739
749
|
|
|
740
750
|
const contractName$5 = _token;
|
|
741
751
|
|
|
742
|
-
const index$
|
|
752
|
+
const index$o = {
|
|
743
753
|
__proto__: null,
|
|
744
|
-
Actions: index$
|
|
754
|
+
Actions: index$q,
|
|
745
755
|
Interfaces: token,
|
|
746
|
-
Tables: index$
|
|
756
|
+
Tables: index$p,
|
|
747
757
|
contractName: contractName$5
|
|
748
758
|
};
|
|
749
759
|
|
|
@@ -801,7 +811,7 @@ const newprogram = {
|
|
|
801
811
|
authorizations: authorizations$1r
|
|
802
812
|
};
|
|
803
813
|
|
|
804
|
-
const index$
|
|
814
|
+
const index$n = {
|
|
805
815
|
__proto__: null,
|
|
806
816
|
NewAct: newact,
|
|
807
817
|
NewBatch: newbatch,
|
|
@@ -838,7 +848,7 @@ const editAddress = {
|
|
|
838
848
|
authorizations: authorizations$1o
|
|
839
849
|
};
|
|
840
850
|
|
|
841
|
-
const index$
|
|
851
|
+
const index$m = {
|
|
842
852
|
__proto__: null,
|
|
843
853
|
CreateAddress: createAddress,
|
|
844
854
|
DeleteAddress: deleteAddress,
|
|
@@ -921,7 +931,7 @@ const subProgramBalance = {
|
|
|
921
931
|
authorizations: authorizations$1i
|
|
922
932
|
};
|
|
923
933
|
|
|
924
|
-
const index$
|
|
934
|
+
const index$l = {
|
|
925
935
|
__proto__: null,
|
|
926
936
|
AddBalance: addBalance,
|
|
927
937
|
AddProgramBalance: addProgramBalance,
|
|
@@ -964,7 +974,7 @@ const disableMarketProgram = {
|
|
|
964
974
|
authorizations: authorizations$1f
|
|
965
975
|
};
|
|
966
976
|
|
|
967
|
-
const index$
|
|
977
|
+
const index$k = {
|
|
968
978
|
__proto__: null,
|
|
969
979
|
CreateMarketProgram: createMarketProgram,
|
|
970
980
|
DisableMarketProgram: disableMarketProgram,
|
|
@@ -1114,7 +1124,7 @@ const disautomate = {
|
|
|
1114
1124
|
authorizations: authorizations$12
|
|
1115
1125
|
};
|
|
1116
1126
|
|
|
1117
|
-
const index$
|
|
1127
|
+
const index$j = {
|
|
1118
1128
|
__proto__: null,
|
|
1119
1129
|
Authorize: authorize$1,
|
|
1120
1130
|
Automate: automate,
|
|
@@ -1149,20 +1159,20 @@ const updateBoard = {
|
|
|
1149
1159
|
authorizations: authorizations$10
|
|
1150
1160
|
};
|
|
1151
1161
|
|
|
1152
|
-
const index$
|
|
1162
|
+
const index$i = {
|
|
1153
1163
|
__proto__: null,
|
|
1154
1164
|
CreateBoard: createBoard,
|
|
1155
1165
|
UpdateBoard: updateBoard
|
|
1156
1166
|
};
|
|
1157
1167
|
|
|
1158
|
-
const index$
|
|
1168
|
+
const index$h = {
|
|
1159
1169
|
__proto__: null,
|
|
1160
|
-
Addresses: index$
|
|
1161
|
-
Boards: index$
|
|
1162
|
-
Decisions: index$
|
|
1163
|
-
Programs: index$
|
|
1164
|
-
Registry: index$
|
|
1165
|
-
Wallet: index$
|
|
1170
|
+
Addresses: index$m,
|
|
1171
|
+
Boards: index$i,
|
|
1172
|
+
Decisions: index$j,
|
|
1173
|
+
Programs: index$k,
|
|
1174
|
+
Registry: index$n,
|
|
1175
|
+
Wallet: index$l
|
|
1166
1176
|
};
|
|
1167
1177
|
|
|
1168
1178
|
const tableName$s = "addresses";
|
|
@@ -1273,7 +1283,7 @@ const wallets = {
|
|
|
1273
1283
|
tableName: tableName$h
|
|
1274
1284
|
};
|
|
1275
1285
|
|
|
1276
|
-
const index$
|
|
1286
|
+
const index$g = {
|
|
1277
1287
|
__proto__: null,
|
|
1278
1288
|
Addresses: addresses,
|
|
1279
1289
|
Admins: admins,
|
|
@@ -1295,11 +1305,11 @@ const soviet = {
|
|
|
1295
1305
|
|
|
1296
1306
|
const contractName$4 = _soviet;
|
|
1297
1307
|
|
|
1298
|
-
const index$
|
|
1308
|
+
const index$f = {
|
|
1299
1309
|
__proto__: null,
|
|
1300
|
-
Actions: index$
|
|
1310
|
+
Actions: index$h,
|
|
1301
1311
|
Interfaces: soviet,
|
|
1302
|
-
Tables: index$
|
|
1312
|
+
Tables: index$g,
|
|
1303
1313
|
contractName: contractName$4
|
|
1304
1314
|
};
|
|
1305
1315
|
|
|
@@ -1474,7 +1484,7 @@ const updateRequest = {
|
|
|
1474
1484
|
authorizations: authorizations$J
|
|
1475
1485
|
};
|
|
1476
1486
|
|
|
1477
|
-
const index$
|
|
1487
|
+
const index$e = {
|
|
1478
1488
|
__proto__: null,
|
|
1479
1489
|
AcceptRequest: acceptRequest,
|
|
1480
1490
|
Authorize: authorize,
|
|
@@ -1506,7 +1516,7 @@ const requests = {
|
|
|
1506
1516
|
tableName: tableName$g
|
|
1507
1517
|
};
|
|
1508
1518
|
|
|
1509
|
-
const index$
|
|
1519
|
+
const index$d = {
|
|
1510
1520
|
__proto__: null,
|
|
1511
1521
|
Requests: requests
|
|
1512
1522
|
};
|
|
@@ -1517,11 +1527,11 @@ const marketplace = {
|
|
|
1517
1527
|
|
|
1518
1528
|
const contractName$3 = _marketplace;
|
|
1519
1529
|
|
|
1520
|
-
const index$
|
|
1530
|
+
const index$c = {
|
|
1521
1531
|
__proto__: null,
|
|
1522
|
-
Actions: index$
|
|
1532
|
+
Actions: index$e,
|
|
1523
1533
|
Interfaces: marketplace,
|
|
1524
|
-
Tables: index$
|
|
1534
|
+
Tables: index$d,
|
|
1525
1535
|
contractName: contractName$3
|
|
1526
1536
|
};
|
|
1527
1537
|
|
|
@@ -1579,7 +1589,7 @@ const invalidateAccount = {
|
|
|
1579
1589
|
authorizations: authorizations$D
|
|
1580
1590
|
};
|
|
1581
1591
|
|
|
1582
|
-
const index$
|
|
1592
|
+
const index$b = {
|
|
1583
1593
|
__proto__: null,
|
|
1584
1594
|
ApproveProposal: approveProposal,
|
|
1585
1595
|
CancelProposal: cancelProposal,
|
|
@@ -1625,7 +1635,7 @@ const proposals = {
|
|
|
1625
1635
|
tableName: tableName$c
|
|
1626
1636
|
};
|
|
1627
1637
|
|
|
1628
|
-
const index$
|
|
1638
|
+
const index$a = {
|
|
1629
1639
|
__proto__: null,
|
|
1630
1640
|
Approvals: approvals,
|
|
1631
1641
|
Approvals2: approvals2,
|
|
@@ -1639,11 +1649,11 @@ const msig = {
|
|
|
1639
1649
|
|
|
1640
1650
|
const contractName$2 = _msig;
|
|
1641
1651
|
|
|
1642
|
-
const index$
|
|
1652
|
+
const index$9 = {
|
|
1643
1653
|
__proto__: null,
|
|
1644
|
-
Actions: index$
|
|
1654
|
+
Actions: index$b,
|
|
1645
1655
|
Interfaces: msig,
|
|
1646
|
-
Tables: index$
|
|
1656
|
+
Tables: index$a,
|
|
1647
1657
|
contractName: contractName$2
|
|
1648
1658
|
};
|
|
1649
1659
|
|
|
@@ -1656,7 +1666,7 @@ const exec = {
|
|
|
1656
1666
|
authorizations: authorizations$C
|
|
1657
1667
|
};
|
|
1658
1668
|
|
|
1659
|
-
const index$
|
|
1669
|
+
const index$8 = {
|
|
1660
1670
|
__proto__: null,
|
|
1661
1671
|
Exec: exec
|
|
1662
1672
|
};
|
|
@@ -1667,9 +1677,9 @@ const wrap = {
|
|
|
1667
1677
|
|
|
1668
1678
|
const contractName$1 = _wrap;
|
|
1669
1679
|
|
|
1670
|
-
const index$
|
|
1680
|
+
const index$7 = {
|
|
1671
1681
|
__proto__: null,
|
|
1672
|
-
Actions: index$
|
|
1682
|
+
Actions: index$8,
|
|
1673
1683
|
Interfaces: wrap,
|
|
1674
1684
|
contractName: contractName$1
|
|
1675
1685
|
};
|
|
@@ -2021,7 +2031,7 @@ const cancelDelay = {
|
|
|
2021
2031
|
authorizations: authorizations
|
|
2022
2032
|
};
|
|
2023
2033
|
|
|
2024
|
-
const index$
|
|
2034
|
+
const index$6 = {
|
|
2025
2035
|
__proto__: null,
|
|
2026
2036
|
ActivateFeature: activateFeature,
|
|
2027
2037
|
BidName: bidName,
|
|
@@ -2171,7 +2181,7 @@ const voters = {
|
|
|
2171
2181
|
tableName: tableName
|
|
2172
2182
|
};
|
|
2173
2183
|
|
|
2174
|
-
const index$
|
|
2184
|
+
const index$5 = {
|
|
2175
2185
|
__proto__: null,
|
|
2176
2186
|
BidRefunds: bidRefunds,
|
|
2177
2187
|
NameBids: nameBids,
|
|
@@ -2193,12 +2203,31 @@ const system = {
|
|
|
2193
2203
|
|
|
2194
2204
|
const contractName = _system;
|
|
2195
2205
|
|
|
2196
|
-
const index = {
|
|
2206
|
+
const index$4 = {
|
|
2197
2207
|
__proto__: null,
|
|
2198
|
-
Actions: index$
|
|
2208
|
+
Actions: index$6,
|
|
2199
2209
|
Interfaces: system,
|
|
2200
|
-
Tables: index$
|
|
2210
|
+
Tables: index$5,
|
|
2201
2211
|
contractName: contractName
|
|
2202
2212
|
};
|
|
2203
2213
|
|
|
2204
|
-
|
|
2214
|
+
const index$3 = {
|
|
2215
|
+
__proto__: null
|
|
2216
|
+
};
|
|
2217
|
+
|
|
2218
|
+
const index$2 = {
|
|
2219
|
+
__proto__: null
|
|
2220
|
+
};
|
|
2221
|
+
|
|
2222
|
+
const index$1 = {
|
|
2223
|
+
__proto__: null
|
|
2224
|
+
};
|
|
2225
|
+
|
|
2226
|
+
const index = {
|
|
2227
|
+
__proto__: null,
|
|
2228
|
+
Blockchain: index$1,
|
|
2229
|
+
Documents: index$3,
|
|
2230
|
+
Users: index$2
|
|
2231
|
+
};
|
|
2232
|
+
|
|
2233
|
+
export { index as Cooperative, index$A as DraftContract, index$x as FundContract, index$u as GatewayContract, index$c as MarketContract, index$9 as MsigContract, index$r as RegistratorContract, index$f as SovietContract, index$4 as SystemContract, index$o as TokenContract, index$7 as WrapContract, index$D as _Common };
|