cooptypes 0.4.1 → 0.4.3
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 +662 -534
- package/dist/index.d.cts +1245 -930
- package/dist/index.d.mts +1245 -930
- package/dist/index.d.ts +1245 -930
- package/dist/index.mjs +654 -527
- package/package.json +1 -1
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$x = {
|
|
10
10
|
__proto__: null,
|
|
11
11
|
_admin: _admin,
|
|
12
12
|
_chairman: _chairman,
|
|
@@ -49,13 +49,18 @@ const _token = {
|
|
|
49
49
|
production: "eosio.token",
|
|
50
50
|
testnet: "eosio.token"
|
|
51
51
|
};
|
|
52
|
+
const _msig = {
|
|
53
|
+
production: "eosio.msig",
|
|
54
|
+
testnet: "eosio.msig"
|
|
55
|
+
};
|
|
52
56
|
|
|
53
|
-
const index$
|
|
57
|
+
const index$w = {
|
|
54
58
|
__proto__: null,
|
|
55
59
|
_draft: _draft,
|
|
56
60
|
_fund: _fund,
|
|
57
61
|
_gateway: _gateway,
|
|
58
62
|
_marketplace: _marketplace,
|
|
63
|
+
_msig: _msig,
|
|
59
64
|
_registrator: _registrator,
|
|
60
65
|
_soviet: _soviet,
|
|
61
66
|
_system: _system,
|
|
@@ -69,66 +74,66 @@ const special = {
|
|
|
69
74
|
action: "actionName"
|
|
70
75
|
};
|
|
71
76
|
|
|
72
|
-
const index$
|
|
77
|
+
const index$v = {
|
|
73
78
|
__proto__: null,
|
|
74
79
|
active: active,
|
|
75
80
|
owner: owner,
|
|
76
81
|
special: special
|
|
77
82
|
};
|
|
78
83
|
|
|
79
|
-
const index$
|
|
84
|
+
const index$u = {
|
|
80
85
|
__proto__: null,
|
|
81
|
-
Actors: index$
|
|
82
|
-
ContractNames: index$
|
|
83
|
-
Permissions: index$
|
|
86
|
+
Actors: index$x,
|
|
87
|
+
ContractNames: index$w,
|
|
88
|
+
Permissions: index$v
|
|
84
89
|
};
|
|
85
90
|
|
|
86
|
-
const authorizations$
|
|
87
|
-
const actionName$
|
|
91
|
+
const authorizations$1x = [{ permissions: [active], actor: _system }];
|
|
92
|
+
const actionName$1x = "createtrans";
|
|
88
93
|
|
|
89
94
|
const createTranslation = {
|
|
90
95
|
__proto__: null,
|
|
91
|
-
actionName: actionName$
|
|
92
|
-
authorizations: authorizations$
|
|
96
|
+
actionName: actionName$1x,
|
|
97
|
+
authorizations: authorizations$1x
|
|
93
98
|
};
|
|
94
99
|
|
|
95
|
-
const authorizations$
|
|
96
|
-
const actionName$
|
|
100
|
+
const authorizations$1w = [{ permissions: [active], actor: _system }];
|
|
101
|
+
const actionName$1w = "createdraft";
|
|
97
102
|
|
|
98
103
|
const createDraft = {
|
|
99
104
|
__proto__: null,
|
|
100
|
-
actionName: actionName$
|
|
101
|
-
authorizations: authorizations$
|
|
105
|
+
actionName: actionName$1w,
|
|
106
|
+
authorizations: authorizations$1w
|
|
102
107
|
};
|
|
103
108
|
|
|
104
|
-
const authorizations$
|
|
105
|
-
const actionName$
|
|
109
|
+
const authorizations$1v = [{ permissions: [active], actor: _system }];
|
|
110
|
+
const actionName$1v = "deldraft";
|
|
106
111
|
|
|
107
112
|
const deleteDraft = {
|
|
108
113
|
__proto__: null,
|
|
109
|
-
actionName: actionName$
|
|
110
|
-
authorizations: authorizations$
|
|
114
|
+
actionName: actionName$1v,
|
|
115
|
+
authorizations: authorizations$1v
|
|
111
116
|
};
|
|
112
117
|
|
|
113
|
-
const authorizations$
|
|
114
|
-
const actionName$
|
|
118
|
+
const authorizations$1u = [{ permissions: [active], actor: _system }];
|
|
119
|
+
const actionName$1u = "edittrans";
|
|
115
120
|
|
|
116
121
|
const editTranslation = {
|
|
117
122
|
__proto__: null,
|
|
118
|
-
actionName: actionName$
|
|
119
|
-
authorizations: authorizations$
|
|
123
|
+
actionName: actionName$1u,
|
|
124
|
+
authorizations: authorizations$1u
|
|
120
125
|
};
|
|
121
126
|
|
|
122
|
-
const authorizations$
|
|
123
|
-
const actionName$
|
|
127
|
+
const authorizations$1t = [{ permissions: [active], actor: _draft }];
|
|
128
|
+
const actionName$1t = "newid";
|
|
124
129
|
|
|
125
130
|
const newId = {
|
|
126
131
|
__proto__: null,
|
|
127
|
-
actionName: actionName$
|
|
128
|
-
authorizations: authorizations$
|
|
132
|
+
actionName: actionName$1t,
|
|
133
|
+
authorizations: authorizations$1t
|
|
129
134
|
};
|
|
130
135
|
|
|
131
|
-
const index$
|
|
136
|
+
const index$t = {
|
|
132
137
|
__proto__: null,
|
|
133
138
|
createDraft: createDraft,
|
|
134
139
|
createTranslation: createTranslation,
|
|
@@ -137,25 +142,25 @@ const index$q = {
|
|
|
137
142
|
newId: newId
|
|
138
143
|
};
|
|
139
144
|
|
|
140
|
-
const tableName$
|
|
141
|
-
const scope$
|
|
145
|
+
const tableName$t = "drafts";
|
|
146
|
+
const scope$t = _contract;
|
|
142
147
|
|
|
143
148
|
const drafts = {
|
|
144
149
|
__proto__: null,
|
|
145
|
-
scope: scope$
|
|
146
|
-
tableName: tableName$
|
|
150
|
+
scope: scope$t,
|
|
151
|
+
tableName: tableName$t
|
|
147
152
|
};
|
|
148
153
|
|
|
149
|
-
const tableName$
|
|
150
|
-
const scope$
|
|
154
|
+
const tableName$s = "translations";
|
|
155
|
+
const scope$s = _contract;
|
|
151
156
|
|
|
152
157
|
const translations = {
|
|
153
158
|
__proto__: null,
|
|
154
|
-
scope: scope$
|
|
155
|
-
tableName: tableName$
|
|
159
|
+
scope: scope$s,
|
|
160
|
+
tableName: tableName$s
|
|
156
161
|
};
|
|
157
162
|
|
|
158
|
-
const index$
|
|
163
|
+
const index$s = {
|
|
159
164
|
__proto__: null,
|
|
160
165
|
Drafts: drafts,
|
|
161
166
|
Translations: translations
|
|
@@ -165,156 +170,156 @@ const draft$1 = {
|
|
|
165
170
|
__proto__: null
|
|
166
171
|
};
|
|
167
172
|
|
|
168
|
-
const contractName$
|
|
173
|
+
const contractName$7 = _draft;
|
|
169
174
|
|
|
170
|
-
const index$
|
|
175
|
+
const index$r = {
|
|
171
176
|
__proto__: null,
|
|
172
|
-
Actions: index$
|
|
177
|
+
Actions: index$t,
|
|
173
178
|
Interfaces: draft$1,
|
|
174
|
-
Tables: index$
|
|
175
|
-
contractName: contractName$
|
|
179
|
+
Tables: index$s,
|
|
180
|
+
contractName: contractName$7
|
|
176
181
|
};
|
|
177
182
|
|
|
178
|
-
const authorizations$
|
|
179
|
-
const actionName$
|
|
183
|
+
const authorizations$1s = [{ permissions: [active], actor: _fund }];
|
|
184
|
+
const actionName$1s = "addaccum";
|
|
180
185
|
|
|
181
186
|
const addAccumulation = {
|
|
182
187
|
__proto__: null,
|
|
183
|
-
actionName: actionName$
|
|
184
|
-
authorizations: authorizations$
|
|
188
|
+
actionName: actionName$1s,
|
|
189
|
+
authorizations: authorizations$1s
|
|
185
190
|
};
|
|
186
191
|
|
|
187
|
-
const authorizations$
|
|
188
|
-
const actionName$
|
|
192
|
+
const authorizations$1r = [{ permissions: [active], actor: _fund }];
|
|
193
|
+
const actionName$1r = "subaccum";
|
|
189
194
|
|
|
190
195
|
const subAccumulation = {
|
|
191
196
|
__proto__: null,
|
|
192
|
-
actionName: actionName$
|
|
193
|
-
authorizations: authorizations$
|
|
197
|
+
actionName: actionName$1r,
|
|
198
|
+
authorizations: authorizations$1r
|
|
194
199
|
};
|
|
195
200
|
|
|
196
|
-
const authorizations$
|
|
197
|
-
const actionName$
|
|
201
|
+
const authorizations$1q = [{ permissions: [active], actor: _gateway }];
|
|
202
|
+
const actionName$1q = "addcirculate";
|
|
198
203
|
|
|
199
204
|
const addCirculation = {
|
|
200
205
|
__proto__: null,
|
|
201
|
-
actionName: actionName$
|
|
202
|
-
authorizations: authorizations$
|
|
206
|
+
actionName: actionName$1q,
|
|
207
|
+
authorizations: authorizations$1q
|
|
203
208
|
};
|
|
204
209
|
|
|
205
|
-
const authorizations$
|
|
206
|
-
const actionName$
|
|
210
|
+
const authorizations$1p = [{ permissions: [active], actor: _fund }];
|
|
211
|
+
const actionName$1p = "addexpense";
|
|
207
212
|
|
|
208
213
|
const addExpense = {
|
|
209
214
|
__proto__: null,
|
|
210
|
-
actionName: actionName$
|
|
211
|
-
authorizations: authorizations$
|
|
215
|
+
actionName: actionName$1p,
|
|
216
|
+
authorizations: authorizations$1p
|
|
212
217
|
};
|
|
213
218
|
|
|
214
|
-
const authorizations$
|
|
215
|
-
const actionName$
|
|
219
|
+
const authorizations$1o = [{ permissions: [active], actor: _soviet }];
|
|
220
|
+
const actionName$1o = "authorize";
|
|
216
221
|
|
|
217
222
|
const authorizeWithdraw = {
|
|
218
223
|
__proto__: null,
|
|
219
|
-
actionName: actionName$
|
|
220
|
-
authorizations: authorizations$
|
|
224
|
+
actionName: actionName$1o,
|
|
225
|
+
authorizations: authorizations$1o
|
|
221
226
|
};
|
|
222
227
|
|
|
223
|
-
const authorizations$
|
|
224
|
-
const actionName$
|
|
228
|
+
const authorizations$1n = [{ permissions: [active, special], actor: _admin }];
|
|
229
|
+
const actionName$1n = "complete";
|
|
225
230
|
|
|
226
231
|
const completeWithdraw$1 = {
|
|
227
232
|
__proto__: null,
|
|
228
|
-
actionName: actionName$
|
|
229
|
-
authorizations: authorizations$
|
|
233
|
+
actionName: actionName$1n,
|
|
234
|
+
authorizations: authorizations$1n
|
|
230
235
|
};
|
|
231
236
|
|
|
232
|
-
const authorizations$
|
|
233
|
-
const actionName$
|
|
237
|
+
const authorizations$1m = [{ permissions: [active], actor: _fund }];
|
|
238
|
+
const actionName$1m = "newfund";
|
|
234
239
|
|
|
235
240
|
const newFund = {
|
|
236
241
|
__proto__: null,
|
|
237
|
-
actionName: actionName$
|
|
238
|
-
authorizations: authorizations$
|
|
242
|
+
actionName: actionName$1m,
|
|
243
|
+
authorizations: authorizations$1m
|
|
239
244
|
};
|
|
240
245
|
|
|
241
|
-
const authorizations$
|
|
242
|
-
const actionName$
|
|
246
|
+
const authorizations$1l = [{ permissions: [active], actor: _chairman }];
|
|
247
|
+
const actionName$1l = "createfund";
|
|
243
248
|
|
|
244
249
|
const createFund = {
|
|
245
250
|
__proto__: null,
|
|
246
|
-
actionName: actionName$
|
|
247
|
-
authorizations: authorizations$
|
|
251
|
+
actionName: actionName$1l,
|
|
252
|
+
authorizations: authorizations$1l
|
|
248
253
|
};
|
|
249
254
|
|
|
250
|
-
const authorizations$
|
|
251
|
-
const actionName$
|
|
255
|
+
const authorizations$1k = [{ permissions: [active], actor: _chairman }];
|
|
256
|
+
const actionName$1k = "delfund";
|
|
252
257
|
|
|
253
258
|
const deleteFund = {
|
|
254
259
|
__proto__: null,
|
|
255
|
-
actionName: actionName$
|
|
256
|
-
authorizations: authorizations$
|
|
260
|
+
actionName: actionName$1k,
|
|
261
|
+
authorizations: authorizations$1k
|
|
257
262
|
};
|
|
258
263
|
|
|
259
|
-
const authorizations$
|
|
260
|
-
const actionName$
|
|
264
|
+
const authorizations$1j = [{ permissions: [active], actor: _chairman }];
|
|
265
|
+
const actionName$1j = "editfund";
|
|
261
266
|
|
|
262
267
|
const editFund = {
|
|
263
268
|
__proto__: null,
|
|
264
|
-
actionName: actionName$
|
|
265
|
-
authorizations: authorizations$
|
|
269
|
+
actionName: actionName$1j,
|
|
270
|
+
authorizations: authorizations$1j
|
|
266
271
|
};
|
|
267
272
|
|
|
268
|
-
const authorizations$
|
|
273
|
+
const authorizations$1i = [
|
|
269
274
|
{ permissions: [active], actor: _username },
|
|
270
275
|
{ permissions: [active, special], actor: _admin },
|
|
271
276
|
{ permissions: [active], actor: _contract }
|
|
272
277
|
];
|
|
273
|
-
const actionName$
|
|
278
|
+
const actionName$1i = "fundwithdraw";
|
|
274
279
|
|
|
275
280
|
const createWithdraw$1 = {
|
|
276
281
|
__proto__: null,
|
|
277
|
-
actionName: actionName$
|
|
278
|
-
authorizations: authorizations$
|
|
282
|
+
actionName: actionName$1i,
|
|
283
|
+
authorizations: authorizations$1i
|
|
279
284
|
};
|
|
280
285
|
|
|
281
|
-
const authorizations$
|
|
282
|
-
const actionName$
|
|
286
|
+
const authorizations$1h = [{ permissions: [active], actor: _soviet }];
|
|
287
|
+
const actionName$1h = "init";
|
|
283
288
|
|
|
284
289
|
const init = {
|
|
285
290
|
__proto__: null,
|
|
286
|
-
actionName: actionName$
|
|
287
|
-
authorizations: authorizations$
|
|
291
|
+
actionName: actionName$1h,
|
|
292
|
+
authorizations: authorizations$1h
|
|
288
293
|
};
|
|
289
294
|
|
|
290
|
-
const authorizations$
|
|
291
|
-
const actionName$
|
|
295
|
+
const authorizations$1g = [{ permissions: [active], actor: _fund }];
|
|
296
|
+
const actionName$1g = "newwithdraw";
|
|
292
297
|
|
|
293
298
|
const newWithdraw = {
|
|
294
299
|
__proto__: null,
|
|
295
|
-
actionName: actionName$
|
|
296
|
-
authorizations: authorizations$
|
|
300
|
+
actionName: actionName$1g,
|
|
301
|
+
authorizations: authorizations$1g
|
|
297
302
|
};
|
|
298
303
|
|
|
299
|
-
const authorizations$
|
|
300
|
-
const actionName$
|
|
304
|
+
const authorizations$1f = [{ permissions: [active], actor: _marketplace }, { permissions: [active], actor: _gateway }];
|
|
305
|
+
const actionName$1f = "spreadamount";
|
|
301
306
|
|
|
302
307
|
const spreadAmount = {
|
|
303
308
|
__proto__: null,
|
|
304
|
-
actionName: actionName$
|
|
305
|
-
authorizations: authorizations$
|
|
309
|
+
actionName: actionName$1f,
|
|
310
|
+
authorizations: authorizations$1f
|
|
306
311
|
};
|
|
307
312
|
|
|
308
|
-
const authorizations$
|
|
309
|
-
const actionName$
|
|
313
|
+
const authorizations$1e = [{ permissions: [active], actor: _gateway }];
|
|
314
|
+
const actionName$1e = "subcirculate";
|
|
310
315
|
|
|
311
316
|
const subCirculation = {
|
|
312
317
|
__proto__: null,
|
|
313
|
-
actionName: actionName$
|
|
314
|
-
authorizations: authorizations$
|
|
318
|
+
actionName: actionName$1e,
|
|
319
|
+
authorizations: authorizations$1e
|
|
315
320
|
};
|
|
316
321
|
|
|
317
|
-
const index$
|
|
322
|
+
const index$q = {
|
|
318
323
|
__proto__: null,
|
|
319
324
|
addAccumulation: addAccumulation,
|
|
320
325
|
addCirculation: addCirculation,
|
|
@@ -333,43 +338,43 @@ const index$n = {
|
|
|
333
338
|
subCirculation: subCirculation
|
|
334
339
|
};
|
|
335
340
|
|
|
336
|
-
const tableName$
|
|
337
|
-
const scope$
|
|
341
|
+
const tableName$r = "accfunds";
|
|
342
|
+
const scope$r = _fund;
|
|
338
343
|
|
|
339
344
|
const accumulationFunds = {
|
|
340
345
|
__proto__: null,
|
|
341
|
-
scope: scope$
|
|
342
|
-
tableName: tableName$
|
|
346
|
+
scope: scope$r,
|
|
347
|
+
tableName: tableName$r
|
|
343
348
|
};
|
|
344
349
|
|
|
345
|
-
const tableName$
|
|
346
|
-
const scope$
|
|
350
|
+
const tableName$q = "expfunds";
|
|
351
|
+
const scope$q = _fund;
|
|
347
352
|
|
|
348
353
|
const expenseFunds = {
|
|
349
354
|
__proto__: null,
|
|
350
|
-
scope: scope$
|
|
351
|
-
tableName: tableName$
|
|
355
|
+
scope: scope$q,
|
|
356
|
+
tableName: tableName$q
|
|
352
357
|
};
|
|
353
358
|
|
|
354
|
-
const tableName$
|
|
355
|
-
const scope$
|
|
359
|
+
const tableName$p = "fundwallet";
|
|
360
|
+
const scope$p = _fund;
|
|
356
361
|
|
|
357
362
|
const fundWallet = {
|
|
358
363
|
__proto__: null,
|
|
359
|
-
scope: scope$
|
|
360
|
-
tableName: tableName$
|
|
364
|
+
scope: scope$p,
|
|
365
|
+
tableName: tableName$p
|
|
361
366
|
};
|
|
362
367
|
|
|
363
|
-
const tableName$
|
|
364
|
-
const scope$
|
|
368
|
+
const tableName$o = "fwithdraws";
|
|
369
|
+
const scope$o = _fund;
|
|
365
370
|
|
|
366
371
|
const fundWithdraws = {
|
|
367
372
|
__proto__: null,
|
|
368
|
-
scope: scope$
|
|
369
|
-
tableName: tableName$
|
|
373
|
+
scope: scope$o,
|
|
374
|
+
tableName: tableName$o
|
|
370
375
|
};
|
|
371
376
|
|
|
372
|
-
const index$
|
|
377
|
+
const index$p = {
|
|
373
378
|
__proto__: null,
|
|
374
379
|
AccumulatedFunds: accumulationFunds,
|
|
375
380
|
ExpensedFunds: expenseFunds,
|
|
@@ -381,89 +386,89 @@ const fund = {
|
|
|
381
386
|
__proto__: null
|
|
382
387
|
};
|
|
383
388
|
|
|
384
|
-
const contractName$
|
|
389
|
+
const contractName$6 = _fund;
|
|
385
390
|
|
|
386
|
-
const index$
|
|
391
|
+
const index$o = {
|
|
387
392
|
__proto__: null,
|
|
388
|
-
Actions: index$
|
|
393
|
+
Actions: index$q,
|
|
389
394
|
Interfaces: fund,
|
|
390
|
-
Tables: index$
|
|
391
|
-
contractName: contractName$
|
|
395
|
+
Tables: index$p,
|
|
396
|
+
contractName: contractName$6
|
|
392
397
|
};
|
|
393
398
|
|
|
394
|
-
const authorizations$
|
|
395
|
-
const actionName$
|
|
399
|
+
const authorizations$1d = [{ permissions: [active, special], actor: _coopname }];
|
|
400
|
+
const actionName$1d = "deposit";
|
|
396
401
|
|
|
397
402
|
const createDeposit = {
|
|
398
403
|
__proto__: null,
|
|
399
|
-
actionName: actionName$
|
|
400
|
-
authorizations: authorizations$
|
|
404
|
+
actionName: actionName$1d,
|
|
405
|
+
authorizations: authorizations$1d
|
|
401
406
|
};
|
|
402
407
|
|
|
403
|
-
const authorizations$
|
|
404
|
-
const actionName$
|
|
408
|
+
const authorizations$1c = [{ permissions: [active, special], actor: _admin }];
|
|
409
|
+
const actionName$1c = "dpcomplete";
|
|
405
410
|
|
|
406
411
|
const completeDeposit = {
|
|
407
412
|
__proto__: null,
|
|
408
|
-
actionName: actionName$
|
|
409
|
-
authorizations: authorizations$
|
|
413
|
+
actionName: actionName$1c,
|
|
414
|
+
authorizations: authorizations$1c
|
|
410
415
|
};
|
|
411
416
|
|
|
412
|
-
const authorizations$
|
|
413
|
-
const actionName$
|
|
417
|
+
const authorizations$1b = [{ permissions: [active, special], actor: _admin }];
|
|
418
|
+
const actionName$1b = "dpfail";
|
|
414
419
|
|
|
415
420
|
const failDeposit = {
|
|
416
421
|
__proto__: null,
|
|
417
|
-
actionName: actionName$
|
|
418
|
-
authorizations: authorizations$
|
|
422
|
+
actionName: actionName$1b,
|
|
423
|
+
authorizations: authorizations$1b
|
|
419
424
|
};
|
|
420
425
|
|
|
421
|
-
const authorizations$
|
|
422
|
-
const actionName$
|
|
426
|
+
const authorizations$1a = [{ permissions: [active], actor: _gateway }];
|
|
427
|
+
const actionName$1a = "newdepositid";
|
|
423
428
|
|
|
424
429
|
const newDepositId = {
|
|
425
430
|
__proto__: null,
|
|
426
|
-
actionName: actionName$
|
|
427
|
-
authorizations: authorizations$
|
|
431
|
+
actionName: actionName$1a,
|
|
432
|
+
authorizations: authorizations$1a
|
|
428
433
|
};
|
|
429
434
|
|
|
430
|
-
const authorizations$
|
|
431
|
-
const actionName$
|
|
435
|
+
const authorizations$19 = [{ permissions: [active], actor: _gateway }];
|
|
436
|
+
const actionName$19 = "newwithdrid";
|
|
432
437
|
|
|
433
438
|
const newWithdrawId = {
|
|
434
439
|
__proto__: null,
|
|
435
|
-
actionName: actionName$
|
|
436
|
-
authorizations: authorizations$
|
|
440
|
+
actionName: actionName$19,
|
|
441
|
+
authorizations: authorizations$19
|
|
437
442
|
};
|
|
438
443
|
|
|
439
|
-
const authorizations$
|
|
440
|
-
const actionName$
|
|
444
|
+
const authorizations$18 = [{ permissions: [active], actor: _username }];
|
|
445
|
+
const actionName$18 = "withdraw";
|
|
441
446
|
|
|
442
447
|
const createWithdraw = {
|
|
443
448
|
__proto__: null,
|
|
444
|
-
actionName: actionName$
|
|
445
|
-
authorizations: authorizations$
|
|
449
|
+
actionName: actionName$18,
|
|
450
|
+
authorizations: authorizations$18
|
|
446
451
|
};
|
|
447
452
|
|
|
448
|
-
const authorizations$
|
|
449
|
-
const actionName$
|
|
453
|
+
const authorizations$17 = [{ permissions: [active, special], actor: _admin }];
|
|
454
|
+
const actionName$17 = "wthdcomplete";
|
|
450
455
|
|
|
451
456
|
const completeWithdraw = {
|
|
452
457
|
__proto__: null,
|
|
453
|
-
actionName: actionName$
|
|
454
|
-
authorizations: authorizations$
|
|
458
|
+
actionName: actionName$17,
|
|
459
|
+
authorizations: authorizations$17
|
|
455
460
|
};
|
|
456
461
|
|
|
457
|
-
const authorizations$
|
|
458
|
-
const actionName$
|
|
462
|
+
const authorizations$16 = [{ permissions: [active, special], actor: _admin }];
|
|
463
|
+
const actionName$16 = "wthdfail";
|
|
459
464
|
|
|
460
465
|
const failWithdraw = {
|
|
461
466
|
__proto__: null,
|
|
462
|
-
actionName: actionName$
|
|
463
|
-
authorizations: authorizations$
|
|
467
|
+
actionName: actionName$16,
|
|
468
|
+
authorizations: authorizations$16
|
|
464
469
|
};
|
|
465
470
|
|
|
466
|
-
const index$
|
|
471
|
+
const index$n = {
|
|
467
472
|
__proto__: null,
|
|
468
473
|
completeDeposit: completeDeposit,
|
|
469
474
|
completeWithdraw: completeWithdraw,
|
|
@@ -475,25 +480,25 @@ const index$k = {
|
|
|
475
480
|
newWithdrawId: newWithdrawId
|
|
476
481
|
};
|
|
477
482
|
|
|
478
|
-
const tableName$
|
|
479
|
-
const scope$
|
|
483
|
+
const tableName$n = "deposits";
|
|
484
|
+
const scope$n = _gateway;
|
|
480
485
|
|
|
481
486
|
const deposits = {
|
|
482
487
|
__proto__: null,
|
|
483
|
-
scope: scope$
|
|
484
|
-
tableName: tableName$
|
|
488
|
+
scope: scope$n,
|
|
489
|
+
tableName: tableName$n
|
|
485
490
|
};
|
|
486
491
|
|
|
487
|
-
const tableName$
|
|
488
|
-
const scope$
|
|
492
|
+
const tableName$m = "withdraws";
|
|
493
|
+
const scope$m = _gateway;
|
|
489
494
|
|
|
490
495
|
const withdraws = {
|
|
491
496
|
__proto__: null,
|
|
492
|
-
scope: scope$
|
|
493
|
-
tableName: tableName$
|
|
497
|
+
scope: scope$m,
|
|
498
|
+
tableName: tableName$m
|
|
494
499
|
};
|
|
495
500
|
|
|
496
|
-
const index$
|
|
501
|
+
const index$m = {
|
|
497
502
|
__proto__: null,
|
|
498
503
|
Deposits: deposits,
|
|
499
504
|
Withdrws: withdraws
|
|
@@ -503,80 +508,80 @@ const gateway = {
|
|
|
503
508
|
__proto__: null
|
|
504
509
|
};
|
|
505
510
|
|
|
506
|
-
const contractName$
|
|
511
|
+
const contractName$5 = _gateway;
|
|
507
512
|
|
|
508
|
-
const index$
|
|
513
|
+
const index$l = {
|
|
509
514
|
__proto__: null,
|
|
510
|
-
Actions: index$
|
|
515
|
+
Actions: index$n,
|
|
511
516
|
Interfaces: gateway,
|
|
512
|
-
Tables: index$
|
|
513
|
-
contractName: contractName$
|
|
517
|
+
Tables: index$m,
|
|
518
|
+
contractName: contractName$5
|
|
514
519
|
};
|
|
515
520
|
|
|
516
|
-
const authorizations
|
|
517
|
-
const actionName
|
|
521
|
+
const authorizations$15 = [{ permissions: [active], actor: _system }];
|
|
522
|
+
const actionName$15 = "verificate";
|
|
518
523
|
|
|
519
524
|
const verificateAccount = {
|
|
520
525
|
__proto__: null,
|
|
521
|
-
actionName: actionName
|
|
522
|
-
authorizations: authorizations
|
|
526
|
+
actionName: actionName$15,
|
|
527
|
+
authorizations: authorizations$15
|
|
523
528
|
};
|
|
524
529
|
|
|
525
|
-
const authorizations$
|
|
526
|
-
const actionName$
|
|
530
|
+
const authorizations$14 = [{ permissions: [active], actor: _username }];
|
|
531
|
+
const actionName$14 = "update";
|
|
527
532
|
|
|
528
533
|
const updateAccount = {
|
|
529
534
|
__proto__: null,
|
|
530
|
-
actionName: actionName$
|
|
531
|
-
authorizations: authorizations$
|
|
535
|
+
actionName: actionName$14,
|
|
536
|
+
authorizations: authorizations$14
|
|
532
537
|
};
|
|
533
538
|
|
|
534
|
-
const authorizations$
|
|
535
|
-
const actionName$
|
|
539
|
+
const authorizations$13 = [{ permissions: [active, special], actor: _admin }];
|
|
540
|
+
const actionName$13 = "newaccount";
|
|
536
541
|
|
|
537
542
|
const createAccount = {
|
|
538
543
|
__proto__: null,
|
|
539
|
-
actionName: actionName$
|
|
540
|
-
authorizations: authorizations$
|
|
544
|
+
actionName: actionName$13,
|
|
545
|
+
authorizations: authorizations$13
|
|
541
546
|
};
|
|
542
547
|
|
|
543
|
-
const authorizations$
|
|
544
|
-
const actionName$
|
|
548
|
+
const authorizations$12 = [{ permissions: [active, special], actor: _admin }];
|
|
549
|
+
const actionName$12 = "regorg";
|
|
545
550
|
|
|
546
551
|
const registerOrganization = {
|
|
547
552
|
__proto__: null,
|
|
548
|
-
actionName: actionName$
|
|
549
|
-
authorizations: authorizations$
|
|
553
|
+
actionName: actionName$12,
|
|
554
|
+
authorizations: authorizations$12
|
|
550
555
|
};
|
|
551
556
|
|
|
552
|
-
const authorizations$
|
|
553
|
-
const actionName$
|
|
557
|
+
const authorizations$11 = [{ permissions: [active], actor: _system }];
|
|
558
|
+
const actionName$11 = "changekey";
|
|
554
559
|
|
|
555
560
|
const changeKey = {
|
|
556
561
|
__proto__: null,
|
|
557
|
-
actionName: actionName$
|
|
558
|
-
authorizations: authorizations$
|
|
562
|
+
actionName: actionName$11,
|
|
563
|
+
authorizations: authorizations$11
|
|
559
564
|
};
|
|
560
565
|
|
|
561
|
-
const authorizations$
|
|
562
|
-
const actionName$
|
|
566
|
+
const authorizations$10 = [{ permissions: [active, special], actor: _admin }, { permissions: [active], actor: _username }];
|
|
567
|
+
const actionName$10 = "joincoop";
|
|
563
568
|
|
|
564
569
|
const joinCooperative = {
|
|
565
570
|
__proto__: null,
|
|
566
|
-
actionName: actionName$
|
|
567
|
-
authorizations: authorizations$
|
|
571
|
+
actionName: actionName$10,
|
|
572
|
+
authorizations: authorizations$10
|
|
568
573
|
};
|
|
569
574
|
|
|
570
|
-
const authorizations
|
|
571
|
-
const actionName
|
|
575
|
+
const authorizations$$ = [{ permissions: [active], actor: _soviet }];
|
|
576
|
+
const actionName$$ = "confirmreg";
|
|
572
577
|
|
|
573
578
|
const confirmJoin = {
|
|
574
579
|
__proto__: null,
|
|
575
|
-
actionName: actionName
|
|
576
|
-
authorizations: authorizations
|
|
580
|
+
actionName: actionName$$,
|
|
581
|
+
authorizations: authorizations$$
|
|
577
582
|
};
|
|
578
583
|
|
|
579
|
-
const index$
|
|
584
|
+
const index$k = {
|
|
580
585
|
__proto__: null,
|
|
581
586
|
changeKey: changeKey,
|
|
582
587
|
confirmJoin: confirmJoin,
|
|
@@ -587,34 +592,34 @@ const index$h = {
|
|
|
587
592
|
verificateAccount: verificateAccount
|
|
588
593
|
};
|
|
589
594
|
|
|
590
|
-
const tableName$
|
|
591
|
-
const scope$
|
|
595
|
+
const tableName$l = "accounts";
|
|
596
|
+
const scope$l = _registrator;
|
|
592
597
|
|
|
593
598
|
const accounts = {
|
|
594
599
|
__proto__: null,
|
|
595
|
-
scope: scope$
|
|
596
|
-
tableName: tableName$
|
|
600
|
+
scope: scope$l,
|
|
601
|
+
tableName: tableName$l
|
|
597
602
|
};
|
|
598
603
|
|
|
599
|
-
const tableName$
|
|
600
|
-
const scope$
|
|
604
|
+
const tableName$k = "orgs";
|
|
605
|
+
const scope$k = _registrator;
|
|
601
606
|
|
|
602
607
|
const organizations = {
|
|
603
608
|
__proto__: null,
|
|
604
|
-
scope: scope$
|
|
605
|
-
tableName: tableName$
|
|
609
|
+
scope: scope$k,
|
|
610
|
+
tableName: tableName$k
|
|
606
611
|
};
|
|
607
612
|
|
|
608
|
-
const tableName$
|
|
609
|
-
const scope$
|
|
613
|
+
const tableName$j = "users";
|
|
614
|
+
const scope$j = _coopname;
|
|
610
615
|
|
|
611
616
|
const users = {
|
|
612
617
|
__proto__: null,
|
|
613
|
-
scope: scope$
|
|
614
|
-
tableName: tableName$
|
|
618
|
+
scope: scope$j,
|
|
619
|
+
tableName: tableName$j
|
|
615
620
|
};
|
|
616
621
|
|
|
617
|
-
const index$
|
|
622
|
+
const index$j = {
|
|
618
623
|
__proto__: null,
|
|
619
624
|
Accounts: accounts,
|
|
620
625
|
Organizations: organizations,
|
|
@@ -625,71 +630,71 @@ const registrator = {
|
|
|
625
630
|
__proto__: null
|
|
626
631
|
};
|
|
627
632
|
|
|
628
|
-
const contractName$
|
|
633
|
+
const contractName$4 = _registrator;
|
|
629
634
|
|
|
630
|
-
const index$
|
|
635
|
+
const index$i = {
|
|
631
636
|
__proto__: null,
|
|
632
|
-
Actions: index$
|
|
637
|
+
Actions: index$k,
|
|
633
638
|
Interfaces: registrator,
|
|
634
|
-
Tables: index$
|
|
635
|
-
contractName: contractName$
|
|
639
|
+
Tables: index$j,
|
|
640
|
+
contractName: contractName$4
|
|
636
641
|
};
|
|
637
642
|
|
|
638
|
-
const authorizations$
|
|
639
|
-
const actionName$
|
|
643
|
+
const authorizations$_ = [{ permissions: [active], actor: _username }];
|
|
644
|
+
const actionName$_ = "transfer";
|
|
640
645
|
|
|
641
646
|
const transfer = {
|
|
642
647
|
__proto__: null,
|
|
643
|
-
actionName: actionName$
|
|
644
|
-
authorizations: authorizations$
|
|
648
|
+
actionName: actionName$_,
|
|
649
|
+
authorizations: authorizations$_
|
|
645
650
|
};
|
|
646
651
|
|
|
647
|
-
const authorizations$
|
|
648
|
-
const actionName$
|
|
652
|
+
const authorizations$Z = [{ permissions: [active], actor: _username }];
|
|
653
|
+
const actionName$Z = "open";
|
|
649
654
|
|
|
650
655
|
const open = {
|
|
651
656
|
__proto__: null,
|
|
652
|
-
actionName: actionName$
|
|
653
|
-
authorizations: authorizations$
|
|
657
|
+
actionName: actionName$Z,
|
|
658
|
+
authorizations: authorizations$Z
|
|
654
659
|
};
|
|
655
660
|
|
|
656
|
-
const authorizations$
|
|
657
|
-
const actionName$
|
|
661
|
+
const authorizations$Y = [{ permissions: [active], actor: _username }];
|
|
662
|
+
const actionName$Y = "close";
|
|
658
663
|
|
|
659
664
|
const close = {
|
|
660
665
|
__proto__: null,
|
|
661
|
-
actionName: actionName$
|
|
662
|
-
authorizations: authorizations$
|
|
666
|
+
actionName: actionName$Y,
|
|
667
|
+
authorizations: authorizations$Y
|
|
663
668
|
};
|
|
664
669
|
|
|
665
|
-
const authorizations$
|
|
666
|
-
const actionName$
|
|
670
|
+
const authorizations$X = [{ permissions: [active], actor: _system$1 }];
|
|
671
|
+
const actionName$X = "create";
|
|
667
672
|
|
|
668
673
|
const create = {
|
|
669
674
|
__proto__: null,
|
|
670
|
-
actionName: actionName$
|
|
671
|
-
authorizations: authorizations$
|
|
675
|
+
actionName: actionName$X,
|
|
676
|
+
authorizations: authorizations$X
|
|
672
677
|
};
|
|
673
678
|
|
|
674
|
-
const authorizations$
|
|
675
|
-
const actionName$
|
|
679
|
+
const authorizations$W = [{ permissions: [active], actor: "currencyStats.issuer" }];
|
|
680
|
+
const actionName$W = "issue";
|
|
676
681
|
|
|
677
682
|
const issue = {
|
|
678
683
|
__proto__: null,
|
|
679
|
-
actionName: actionName$
|
|
680
|
-
authorizations: authorizations$
|
|
684
|
+
actionName: actionName$W,
|
|
685
|
+
authorizations: authorizations$W
|
|
681
686
|
};
|
|
682
687
|
|
|
683
|
-
const authorizations$
|
|
684
|
-
const actionName$
|
|
688
|
+
const authorizations$V = [{ permissions: [active], actor: "currencyStats.issuer" }];
|
|
689
|
+
const actionName$V = "retire";
|
|
685
690
|
|
|
686
691
|
const retire = {
|
|
687
692
|
__proto__: null,
|
|
688
|
-
actionName: actionName$
|
|
689
|
-
authorizations: authorizations$
|
|
693
|
+
actionName: actionName$V,
|
|
694
|
+
authorizations: authorizations$V
|
|
690
695
|
};
|
|
691
696
|
|
|
692
|
-
const index$
|
|
697
|
+
const index$h = {
|
|
693
698
|
__proto__: null,
|
|
694
699
|
close: close,
|
|
695
700
|
create: create,
|
|
@@ -699,25 +704,25 @@ const index$e = {
|
|
|
699
704
|
transfer: transfer
|
|
700
705
|
};
|
|
701
706
|
|
|
702
|
-
const tableName$
|
|
703
|
-
const scope$
|
|
707
|
+
const tableName$i = "accounts";
|
|
708
|
+
const scope$i = _username;
|
|
704
709
|
|
|
705
710
|
const accountBalance = {
|
|
706
711
|
__proto__: null,
|
|
707
|
-
scope: scope$
|
|
708
|
-
tableName: tableName$
|
|
712
|
+
scope: scope$i,
|
|
713
|
+
tableName: tableName$i
|
|
709
714
|
};
|
|
710
715
|
|
|
711
|
-
const tableName$
|
|
712
|
-
const scope$
|
|
716
|
+
const tableName$h = "stat";
|
|
717
|
+
const scope$h = "AXON";
|
|
713
718
|
|
|
714
719
|
const currencyStats = {
|
|
715
720
|
__proto__: null,
|
|
716
|
-
scope: scope$
|
|
717
|
-
tableName: tableName$
|
|
721
|
+
scope: scope$h,
|
|
722
|
+
tableName: tableName$h
|
|
718
723
|
};
|
|
719
724
|
|
|
720
|
-
const index$
|
|
725
|
+
const index$g = {
|
|
721
726
|
__proto__: null,
|
|
722
727
|
AccountBalance: accountBalance,
|
|
723
728
|
CurrencyStats: currencyStats
|
|
@@ -727,62 +732,62 @@ const eosio_token = {
|
|
|
727
732
|
__proto__: null
|
|
728
733
|
};
|
|
729
734
|
|
|
730
|
-
const contractName$
|
|
735
|
+
const contractName$3 = _token;
|
|
731
736
|
|
|
732
|
-
const index$
|
|
737
|
+
const index$f = {
|
|
733
738
|
__proto__: null,
|
|
734
|
-
Actions: index$
|
|
739
|
+
Actions: index$h,
|
|
735
740
|
Interfaces: eosio_token,
|
|
736
|
-
Tables: index$
|
|
737
|
-
contractName: contractName$
|
|
741
|
+
Tables: index$g,
|
|
742
|
+
contractName: contractName$3
|
|
738
743
|
};
|
|
739
744
|
|
|
740
|
-
const authorizations$
|
|
741
|
-
const actionName$
|
|
745
|
+
const authorizations$U = [{ permissions: [active], actor: _soviet }];
|
|
746
|
+
const actionName$U = "draft";
|
|
742
747
|
|
|
743
748
|
const draft = {
|
|
744
749
|
__proto__: null,
|
|
745
|
-
actionName: actionName$
|
|
746
|
-
authorizations: authorizations$
|
|
750
|
+
actionName: actionName$U,
|
|
751
|
+
authorizations: authorizations$U
|
|
747
752
|
};
|
|
748
753
|
|
|
749
|
-
const authorizations$
|
|
750
|
-
const actionName$
|
|
754
|
+
const authorizations$T = [{ permissions: [active], actor: _soviet }];
|
|
755
|
+
const actionName$T = "batch";
|
|
751
756
|
|
|
752
757
|
const batch = {
|
|
753
758
|
__proto__: null,
|
|
754
|
-
actionName: actionName$
|
|
755
|
-
authorizations: authorizations$
|
|
759
|
+
actionName: actionName$T,
|
|
760
|
+
authorizations: authorizations$T
|
|
756
761
|
};
|
|
757
762
|
|
|
758
|
-
const authorizations$
|
|
759
|
-
const actionName$
|
|
763
|
+
const authorizations$S = [{ permissions: [active], actor: _soviet }];
|
|
764
|
+
const actionName$S = "statement";
|
|
760
765
|
|
|
761
766
|
const statement = {
|
|
762
767
|
__proto__: null,
|
|
763
|
-
actionName: actionName$
|
|
764
|
-
authorizations: authorizations$
|
|
768
|
+
actionName: actionName$S,
|
|
769
|
+
authorizations: authorizations$S
|
|
765
770
|
};
|
|
766
771
|
|
|
767
|
-
const authorizations$
|
|
768
|
-
const actionName$
|
|
772
|
+
const authorizations$R = [{ permissions: [active], actor: _soviet }];
|
|
773
|
+
const actionName$R = "act";
|
|
769
774
|
|
|
770
775
|
const act = {
|
|
771
776
|
__proto__: null,
|
|
772
|
-
actionName: actionName$
|
|
773
|
-
authorizations: authorizations$
|
|
777
|
+
actionName: actionName$R,
|
|
778
|
+
authorizations: authorizations$R
|
|
774
779
|
};
|
|
775
780
|
|
|
776
|
-
const authorizations$
|
|
777
|
-
const actionName$
|
|
781
|
+
const authorizations$Q = [{ permissions: [active], actor: _soviet }];
|
|
782
|
+
const actionName$Q = "decision";
|
|
778
783
|
|
|
779
784
|
const decision = {
|
|
780
785
|
__proto__: null,
|
|
781
|
-
actionName: actionName$
|
|
782
|
-
authorizations: authorizations$
|
|
786
|
+
actionName: actionName$Q,
|
|
787
|
+
authorizations: authorizations$Q
|
|
783
788
|
};
|
|
784
789
|
|
|
785
|
-
const index$
|
|
790
|
+
const index$e = {
|
|
786
791
|
__proto__: null,
|
|
787
792
|
act: act,
|
|
788
793
|
batch: batch,
|
|
@@ -791,117 +796,117 @@ const index$b = {
|
|
|
791
796
|
statement: statement
|
|
792
797
|
};
|
|
793
798
|
|
|
794
|
-
const authorizations$
|
|
795
|
-
const actionName$
|
|
799
|
+
const authorizations$P = [{ permissions: [active], actor: _chairman }];
|
|
800
|
+
const actionName$P = "creaddress";
|
|
796
801
|
|
|
797
802
|
const createAddress = {
|
|
798
803
|
__proto__: null,
|
|
799
|
-
actionName: actionName$
|
|
800
|
-
authorizations: authorizations$
|
|
804
|
+
actionName: actionName$P,
|
|
805
|
+
authorizations: authorizations$P
|
|
801
806
|
};
|
|
802
807
|
|
|
803
|
-
const authorizations$
|
|
804
|
-
const actionName$
|
|
808
|
+
const authorizations$O = [{ permissions: [active], actor: _chairman }];
|
|
809
|
+
const actionName$O = "deladdress";
|
|
805
810
|
|
|
806
811
|
const deleteAddress = {
|
|
807
812
|
__proto__: null,
|
|
808
|
-
actionName: actionName$
|
|
809
|
-
authorizations: authorizations$
|
|
813
|
+
actionName: actionName$O,
|
|
814
|
+
authorizations: authorizations$O
|
|
810
815
|
};
|
|
811
816
|
|
|
812
|
-
const authorizations$
|
|
813
|
-
const actionName$
|
|
817
|
+
const authorizations$N = [{ permissions: [active], actor: _chairman }];
|
|
818
|
+
const actionName$N = "editaddress";
|
|
814
819
|
|
|
815
820
|
const editAddress = {
|
|
816
821
|
__proto__: null,
|
|
817
|
-
actionName: actionName$
|
|
818
|
-
authorizations: authorizations$
|
|
822
|
+
actionName: actionName$N,
|
|
823
|
+
authorizations: authorizations$N
|
|
819
824
|
};
|
|
820
825
|
|
|
821
|
-
const index$
|
|
826
|
+
const index$d = {
|
|
822
827
|
__proto__: null,
|
|
823
828
|
createAddress: createAddress,
|
|
824
829
|
deleteAddress: deleteAddress,
|
|
825
830
|
editAddress: editAddress
|
|
826
831
|
};
|
|
827
832
|
|
|
828
|
-
const authorizations$
|
|
833
|
+
const authorizations$M = [
|
|
829
834
|
{ permissions: [active], actor: _soviet },
|
|
830
835
|
{ permissions: [active], actor: _gateway },
|
|
831
836
|
{ permissions: [active], actor: _marketplace }
|
|
832
837
|
];
|
|
833
|
-
const actionName$
|
|
838
|
+
const actionName$M = "addbalance";
|
|
834
839
|
|
|
835
840
|
const addBalance = {
|
|
836
841
|
__proto__: null,
|
|
837
|
-
actionName: actionName$
|
|
838
|
-
authorizations: authorizations$
|
|
842
|
+
actionName: actionName$M,
|
|
843
|
+
authorizations: authorizations$M
|
|
839
844
|
};
|
|
840
845
|
|
|
841
|
-
const authorizations$
|
|
846
|
+
const authorizations$L = [
|
|
842
847
|
{ permissions: [active], actor: _soviet },
|
|
843
848
|
{ permissions: [active], actor: _gateway },
|
|
844
849
|
{ permissions: [active], actor: _marketplace }
|
|
845
850
|
];
|
|
846
|
-
const actionName$
|
|
851
|
+
const actionName$L = "subbalance";
|
|
847
852
|
|
|
848
853
|
const subBalance = {
|
|
849
854
|
__proto__: null,
|
|
850
|
-
actionName: actionName$
|
|
851
|
-
authorizations: authorizations$
|
|
855
|
+
actionName: actionName$L,
|
|
856
|
+
authorizations: authorizations$L
|
|
852
857
|
};
|
|
853
858
|
|
|
854
|
-
const authorizations$
|
|
859
|
+
const authorizations$K = [
|
|
855
860
|
{ permissions: [active], actor: _soviet },
|
|
856
861
|
{ permissions: [active], actor: _gateway },
|
|
857
862
|
{ permissions: [active], actor: _marketplace }
|
|
858
863
|
];
|
|
859
|
-
const actionName$
|
|
864
|
+
const actionName$K = "blockbal";
|
|
860
865
|
|
|
861
866
|
const blockBalance = {
|
|
862
867
|
__proto__: null,
|
|
863
|
-
actionName: actionName$
|
|
864
|
-
authorizations: authorizations$
|
|
868
|
+
actionName: actionName$K,
|
|
869
|
+
authorizations: authorizations$K
|
|
865
870
|
};
|
|
866
871
|
|
|
867
|
-
const authorizations$
|
|
872
|
+
const authorizations$J = [
|
|
868
873
|
{ permissions: [active], actor: _soviet },
|
|
869
874
|
{ permissions: [active], actor: _gateway },
|
|
870
875
|
{ permissions: [active], actor: _marketplace }
|
|
871
876
|
];
|
|
872
|
-
const actionName$
|
|
877
|
+
const actionName$J = "unblockbal";
|
|
873
878
|
|
|
874
879
|
const unblockBalance = {
|
|
875
880
|
__proto__: null,
|
|
876
|
-
actionName: actionName$
|
|
877
|
-
authorizations: authorizations$
|
|
881
|
+
actionName: actionName$J,
|
|
882
|
+
authorizations: authorizations$J
|
|
878
883
|
};
|
|
879
884
|
|
|
880
|
-
const authorizations$
|
|
885
|
+
const authorizations$I = [
|
|
881
886
|
{ permissions: [active], actor: _soviet },
|
|
882
887
|
{ permissions: [active], actor: _marketplace }
|
|
883
888
|
];
|
|
884
|
-
const actionName$
|
|
889
|
+
const actionName$I = "addprogbal";
|
|
885
890
|
|
|
886
891
|
const addProgramBalance = {
|
|
887
892
|
__proto__: null,
|
|
888
|
-
actionName: actionName$
|
|
889
|
-
authorizations: authorizations$
|
|
893
|
+
actionName: actionName$I,
|
|
894
|
+
authorizations: authorizations$I
|
|
890
895
|
};
|
|
891
896
|
|
|
892
|
-
const authorizations$
|
|
897
|
+
const authorizations$H = [
|
|
893
898
|
{ permissions: [active], actor: _soviet },
|
|
894
899
|
{ permissions: [active], actor: _marketplace }
|
|
895
900
|
];
|
|
896
|
-
const actionName$
|
|
901
|
+
const actionName$H = "subprogbal";
|
|
897
902
|
|
|
898
903
|
const subProgramBalance = {
|
|
899
904
|
__proto__: null,
|
|
900
|
-
actionName: actionName$
|
|
901
|
-
authorizations: authorizations$
|
|
905
|
+
actionName: actionName$H,
|
|
906
|
+
authorizations: authorizations$H
|
|
902
907
|
};
|
|
903
908
|
|
|
904
|
-
const index$
|
|
909
|
+
const index$c = {
|
|
905
910
|
__proto__: null,
|
|
906
911
|
addBalance: addBalance,
|
|
907
912
|
addProgramBalance: addProgramBalance,
|
|
@@ -911,190 +916,190 @@ const index$9 = {
|
|
|
911
916
|
unblockBalance: unblockBalance
|
|
912
917
|
};
|
|
913
918
|
|
|
914
|
-
const authorizations$
|
|
919
|
+
const authorizations$G = [
|
|
915
920
|
{ permissions: [active], actor: _chairman }
|
|
916
921
|
];
|
|
917
|
-
const actionName$
|
|
922
|
+
const actionName$G = "createprog";
|
|
918
923
|
|
|
919
924
|
const createMarketProgram = {
|
|
920
925
|
__proto__: null,
|
|
921
|
-
actionName: actionName$
|
|
922
|
-
authorizations: authorizations$
|
|
926
|
+
actionName: actionName$G,
|
|
927
|
+
authorizations: authorizations$G
|
|
923
928
|
};
|
|
924
929
|
|
|
925
|
-
const authorizations$
|
|
930
|
+
const authorizations$F = [
|
|
926
931
|
{ permissions: [active], actor: _chairman }
|
|
927
932
|
];
|
|
928
|
-
const actionName$
|
|
933
|
+
const actionName$F = "editprog";
|
|
929
934
|
|
|
930
935
|
const editMarketProgram = {
|
|
931
936
|
__proto__: null,
|
|
932
|
-
actionName: actionName$
|
|
933
|
-
authorizations: authorizations$
|
|
937
|
+
actionName: actionName$F,
|
|
938
|
+
authorizations: authorizations$F
|
|
934
939
|
};
|
|
935
940
|
|
|
936
|
-
const authorizations$
|
|
941
|
+
const authorizations$E = [
|
|
937
942
|
{ permissions: [active], actor: _chairman }
|
|
938
943
|
];
|
|
939
|
-
const actionName$
|
|
944
|
+
const actionName$E = "disableprog";
|
|
940
945
|
|
|
941
946
|
const disableMarketProgram = {
|
|
942
947
|
__proto__: null,
|
|
943
|
-
actionName: actionName$
|
|
944
|
-
authorizations: authorizations$
|
|
948
|
+
actionName: actionName$E,
|
|
949
|
+
authorizations: authorizations$E
|
|
945
950
|
};
|
|
946
951
|
|
|
947
|
-
const index$
|
|
952
|
+
const index$b = {
|
|
948
953
|
__proto__: null,
|
|
949
954
|
createMarketProgram: createMarketProgram,
|
|
950
955
|
disableMarketProgram: disableMarketProgram,
|
|
951
956
|
editMarketProgram: editMarketProgram
|
|
952
957
|
};
|
|
953
958
|
|
|
954
|
-
const authorizations$
|
|
959
|
+
const authorizations$D = [
|
|
955
960
|
{ permissions: [active], actor: _member }
|
|
956
961
|
];
|
|
957
|
-
const actionName$
|
|
962
|
+
const actionName$D = "voteagainst";
|
|
958
963
|
|
|
959
964
|
const voteAgainst = {
|
|
960
965
|
__proto__: null,
|
|
961
|
-
actionName: actionName$
|
|
962
|
-
authorizations: authorizations$
|
|
966
|
+
actionName: actionName$D,
|
|
967
|
+
authorizations: authorizations$D
|
|
963
968
|
};
|
|
964
969
|
|
|
965
|
-
const authorizations$
|
|
970
|
+
const authorizations$C = [
|
|
966
971
|
{ permissions: [active], actor: _member }
|
|
967
972
|
];
|
|
968
|
-
const actionName$
|
|
973
|
+
const actionName$C = "votefor";
|
|
969
974
|
|
|
970
975
|
const voteFor = {
|
|
971
976
|
__proto__: null,
|
|
972
|
-
actionName: actionName$
|
|
973
|
-
authorizations: authorizations$
|
|
977
|
+
actionName: actionName$C,
|
|
978
|
+
authorizations: authorizations$C
|
|
974
979
|
};
|
|
975
980
|
|
|
976
|
-
const authorizations$
|
|
981
|
+
const authorizations$B = [
|
|
977
982
|
{ permissions: [active], actor: _member }
|
|
978
983
|
];
|
|
979
|
-
const actionName$
|
|
984
|
+
const actionName$B = "cancelvote";
|
|
980
985
|
|
|
981
986
|
const cancelVote = {
|
|
982
987
|
__proto__: null,
|
|
983
|
-
actionName: actionName$
|
|
984
|
-
authorizations: authorizations$
|
|
988
|
+
actionName: actionName$B,
|
|
989
|
+
authorizations: authorizations$B
|
|
985
990
|
};
|
|
986
991
|
|
|
987
|
-
const authorizations$
|
|
992
|
+
const authorizations$A = [
|
|
988
993
|
{ permissions: [active], actor: _chairman }
|
|
989
994
|
];
|
|
990
|
-
const actionName$
|
|
995
|
+
const actionName$A = "authorize";
|
|
991
996
|
|
|
992
997
|
const authorize$1 = {
|
|
993
998
|
__proto__: null,
|
|
994
|
-
actionName: actionName$
|
|
995
|
-
authorizations: authorizations$
|
|
999
|
+
actionName: actionName$A,
|
|
1000
|
+
authorizations: authorizations$A
|
|
996
1001
|
};
|
|
997
1002
|
|
|
998
|
-
const authorizations$
|
|
1003
|
+
const authorizations$z = [
|
|
999
1004
|
{ permissions: [active], actor: _username }
|
|
1000
1005
|
];
|
|
1001
|
-
const actionName$
|
|
1006
|
+
const actionName$z = "exec";
|
|
1002
1007
|
|
|
1003
1008
|
const exec = {
|
|
1004
1009
|
__proto__: null,
|
|
1005
|
-
actionName: actionName$
|
|
1006
|
-
authorizations: authorizations$
|
|
1010
|
+
actionName: actionName$z,
|
|
1011
|
+
authorizations: authorizations$z
|
|
1007
1012
|
};
|
|
1008
1013
|
|
|
1009
|
-
const authorizations$
|
|
1014
|
+
const authorizations$y = [
|
|
1010
1015
|
{ permissions: [active], actor: _marketplace }
|
|
1011
1016
|
];
|
|
1012
|
-
const actionName$
|
|
1017
|
+
const actionName$y = "change";
|
|
1013
1018
|
|
|
1014
1019
|
const marketDecision = {
|
|
1015
1020
|
__proto__: null,
|
|
1016
|
-
actionName: actionName$
|
|
1017
|
-
authorizations: authorizations$
|
|
1021
|
+
actionName: actionName$y,
|
|
1022
|
+
authorizations: authorizations$y
|
|
1018
1023
|
};
|
|
1019
1024
|
|
|
1020
|
-
const authorizations$
|
|
1025
|
+
const authorizations$x = [
|
|
1021
1026
|
{ permissions: [active], actor: _gateway }
|
|
1022
1027
|
];
|
|
1023
|
-
const actionName$
|
|
1028
|
+
const actionName$x = "withdraw";
|
|
1024
1029
|
|
|
1025
1030
|
const withdrawDecision = {
|
|
1026
1031
|
__proto__: null,
|
|
1027
|
-
actionName: actionName$
|
|
1028
|
-
authorizations: authorizations$
|
|
1032
|
+
actionName: actionName$x,
|
|
1033
|
+
authorizations: authorizations$x
|
|
1029
1034
|
};
|
|
1030
1035
|
|
|
1031
|
-
const authorizations$
|
|
1036
|
+
const authorizations$w = [
|
|
1032
1037
|
{ permissions: [active], actor: _fund }
|
|
1033
1038
|
];
|
|
1034
|
-
const actionName$
|
|
1039
|
+
const actionName$w = "fundwithdraw";
|
|
1035
1040
|
|
|
1036
1041
|
const fundWithdrawDecision = {
|
|
1037
1042
|
__proto__: null,
|
|
1038
|
-
actionName: actionName$
|
|
1039
|
-
authorizations: authorizations$
|
|
1043
|
+
actionName: actionName$w,
|
|
1044
|
+
authorizations: authorizations$w
|
|
1040
1045
|
};
|
|
1041
1046
|
|
|
1042
|
-
const authorizations$
|
|
1047
|
+
const authorizations$v = [
|
|
1043
1048
|
{ permissions: [active], actor: _registrator }
|
|
1044
1049
|
];
|
|
1045
|
-
const actionName$
|
|
1050
|
+
const actionName$v = "joincoop";
|
|
1046
1051
|
|
|
1047
1052
|
const joinCoopDecision = {
|
|
1048
1053
|
__proto__: null,
|
|
1049
|
-
actionName: actionName$
|
|
1050
|
-
authorizations: authorizations$
|
|
1054
|
+
actionName: actionName$v,
|
|
1055
|
+
authorizations: authorizations$v
|
|
1051
1056
|
};
|
|
1052
1057
|
|
|
1053
|
-
const authorizations$
|
|
1058
|
+
const authorizations$u = [
|
|
1054
1059
|
{ permissions: [active], actor: _marketplace }
|
|
1055
1060
|
];
|
|
1056
|
-
const actionName$
|
|
1061
|
+
const actionName$u = "recieved";
|
|
1057
1062
|
|
|
1058
1063
|
const productRecieved = {
|
|
1059
1064
|
__proto__: null,
|
|
1060
|
-
actionName: actionName$
|
|
1061
|
-
authorizations: authorizations$
|
|
1065
|
+
actionName: actionName$u,
|
|
1066
|
+
authorizations: authorizations$u
|
|
1062
1067
|
};
|
|
1063
1068
|
|
|
1064
|
-
const authorizations$
|
|
1069
|
+
const authorizations$t = [
|
|
1065
1070
|
{ permissions: [active, special], actor: _admin }
|
|
1066
1071
|
];
|
|
1067
|
-
const actionName$
|
|
1072
|
+
const actionName$t = "validated";
|
|
1068
1073
|
|
|
1069
1074
|
const validate = {
|
|
1070
1075
|
__proto__: null,
|
|
1071
|
-
actionName: actionName$
|
|
1072
|
-
authorizations: authorizations$
|
|
1076
|
+
actionName: actionName$t,
|
|
1077
|
+
authorizations: authorizations$t
|
|
1073
1078
|
};
|
|
1074
1079
|
|
|
1075
|
-
const authorizations$
|
|
1080
|
+
const authorizations$s = [
|
|
1076
1081
|
{ permissions: [active], actor: _member }
|
|
1077
1082
|
];
|
|
1078
|
-
const actionName$
|
|
1083
|
+
const actionName$s = "automate";
|
|
1079
1084
|
|
|
1080
1085
|
const automate = {
|
|
1081
1086
|
__proto__: null,
|
|
1082
|
-
actionName: actionName$
|
|
1083
|
-
authorizations: authorizations$
|
|
1087
|
+
actionName: actionName$s,
|
|
1088
|
+
authorizations: authorizations$s
|
|
1084
1089
|
};
|
|
1085
1090
|
|
|
1086
|
-
const authorizations$
|
|
1091
|
+
const authorizations$r = [
|
|
1087
1092
|
{ permissions: [active], actor: _member }
|
|
1088
1093
|
];
|
|
1089
|
-
const actionName$
|
|
1094
|
+
const actionName$r = "disautomate";
|
|
1090
1095
|
|
|
1091
1096
|
const disautomate = {
|
|
1092
1097
|
__proto__: null,
|
|
1093
|
-
actionName: actionName$
|
|
1094
|
-
authorizations: authorizations$
|
|
1098
|
+
actionName: actionName$r,
|
|
1099
|
+
authorizations: authorizations$r
|
|
1095
1100
|
};
|
|
1096
1101
|
|
|
1097
|
-
const index$
|
|
1102
|
+
const index$a = {
|
|
1098
1103
|
__proto__: null,
|
|
1099
1104
|
authorize: authorize$1,
|
|
1100
1105
|
automate: automate,
|
|
@@ -1111,149 +1116,149 @@ const index$7 = {
|
|
|
1111
1116
|
withdrawDecision: withdrawDecision
|
|
1112
1117
|
};
|
|
1113
1118
|
|
|
1114
|
-
const authorizations$
|
|
1115
|
-
const actionName$
|
|
1119
|
+
const authorizations$q = [{ permissions: [active], actor: _chairman }];
|
|
1120
|
+
const actionName$q = "createboard";
|
|
1116
1121
|
|
|
1117
1122
|
const createBoard = {
|
|
1118
1123
|
__proto__: null,
|
|
1119
|
-
actionName: actionName$
|
|
1120
|
-
authorizations: authorizations$
|
|
1124
|
+
actionName: actionName$q,
|
|
1125
|
+
authorizations: authorizations$q
|
|
1121
1126
|
};
|
|
1122
1127
|
|
|
1123
|
-
const authorizations$
|
|
1124
|
-
const actionName$
|
|
1128
|
+
const authorizations$p = [{ permissions: [active], actor: _chairman }];
|
|
1129
|
+
const actionName$p = "updateboard";
|
|
1125
1130
|
|
|
1126
1131
|
const updateBoard = {
|
|
1127
1132
|
__proto__: null,
|
|
1128
|
-
actionName: actionName$
|
|
1129
|
-
authorizations: authorizations$
|
|
1133
|
+
actionName: actionName$p,
|
|
1134
|
+
authorizations: authorizations$p
|
|
1130
1135
|
};
|
|
1131
1136
|
|
|
1132
|
-
const index$
|
|
1137
|
+
const index$9 = {
|
|
1133
1138
|
__proto__: null,
|
|
1134
1139
|
createBoard: createBoard,
|
|
1135
1140
|
updateBoard: updateBoard
|
|
1136
1141
|
};
|
|
1137
1142
|
|
|
1138
|
-
const index$
|
|
1143
|
+
const index$8 = {
|
|
1139
1144
|
__proto__: null,
|
|
1140
|
-
Addresses: index$
|
|
1141
|
-
Boards: index$
|
|
1142
|
-
Decisions: index$
|
|
1143
|
-
Programs: index$
|
|
1144
|
-
Registry: index$
|
|
1145
|
-
Wallet: index$
|
|
1145
|
+
Addresses: index$d,
|
|
1146
|
+
Boards: index$9,
|
|
1147
|
+
Decisions: index$a,
|
|
1148
|
+
Programs: index$b,
|
|
1149
|
+
Registry: index$e,
|
|
1150
|
+
Wallet: index$c
|
|
1146
1151
|
};
|
|
1147
1152
|
|
|
1148
|
-
const tableName$
|
|
1149
|
-
const scope$
|
|
1153
|
+
const tableName$g = "addresses";
|
|
1154
|
+
const scope$g = _coopname;
|
|
1150
1155
|
|
|
1151
1156
|
const addresses = {
|
|
1152
1157
|
__proto__: null,
|
|
1153
|
-
scope: scope$
|
|
1154
|
-
tableName: tableName$
|
|
1158
|
+
scope: scope$g,
|
|
1159
|
+
tableName: tableName$g
|
|
1155
1160
|
};
|
|
1156
1161
|
|
|
1157
|
-
const tableName$
|
|
1158
|
-
const scope$
|
|
1162
|
+
const tableName$f = "staff";
|
|
1163
|
+
const scope$f = _coopname;
|
|
1159
1164
|
|
|
1160
1165
|
const admins = {
|
|
1161
1166
|
__proto__: null,
|
|
1162
|
-
scope: scope$
|
|
1163
|
-
tableName: tableName$
|
|
1167
|
+
scope: scope$f,
|
|
1168
|
+
tableName: tableName$f
|
|
1164
1169
|
};
|
|
1165
1170
|
|
|
1166
|
-
const tableName$
|
|
1167
|
-
const scope$
|
|
1171
|
+
const tableName$e = "autosigner";
|
|
1172
|
+
const scope$e = _coopname;
|
|
1168
1173
|
|
|
1169
1174
|
const automationQueue = {
|
|
1170
1175
|
__proto__: null,
|
|
1171
|
-
scope: scope$
|
|
1172
|
-
tableName: tableName$
|
|
1176
|
+
scope: scope$e,
|
|
1177
|
+
tableName: tableName$e
|
|
1173
1178
|
};
|
|
1174
1179
|
|
|
1175
|
-
const tableName$
|
|
1176
|
-
const scope$
|
|
1180
|
+
const tableName$d = "automator";
|
|
1181
|
+
const scope$d = _coopname;
|
|
1177
1182
|
|
|
1178
1183
|
const automations = {
|
|
1179
1184
|
__proto__: null,
|
|
1180
|
-
scope: scope$
|
|
1181
|
-
tableName: tableName$
|
|
1185
|
+
scope: scope$d,
|
|
1186
|
+
tableName: tableName$d
|
|
1182
1187
|
};
|
|
1183
1188
|
|
|
1184
|
-
const tableName$
|
|
1185
|
-
const scope$
|
|
1189
|
+
const tableName$c = "boards";
|
|
1190
|
+
const scope$c = _coopname;
|
|
1186
1191
|
|
|
1187
1192
|
const boards = {
|
|
1188
1193
|
__proto__: null,
|
|
1189
|
-
scope: scope$
|
|
1190
|
-
tableName: tableName$
|
|
1194
|
+
scope: scope$c,
|
|
1195
|
+
tableName: tableName$c
|
|
1191
1196
|
};
|
|
1192
1197
|
|
|
1193
|
-
const tableName$
|
|
1194
|
-
const scope$
|
|
1198
|
+
const tableName$b = "changes";
|
|
1199
|
+
const scope$b = _coopname;
|
|
1195
1200
|
|
|
1196
1201
|
const changes = {
|
|
1197
1202
|
__proto__: null,
|
|
1198
|
-
scope: scope$
|
|
1199
|
-
tableName: tableName$
|
|
1203
|
+
scope: scope$b,
|
|
1204
|
+
tableName: tableName$b
|
|
1200
1205
|
};
|
|
1201
1206
|
|
|
1202
|
-
const tableName$
|
|
1203
|
-
const scope$
|
|
1207
|
+
const tableName$a = "decisions";
|
|
1208
|
+
const scope$a = _coopname;
|
|
1204
1209
|
|
|
1205
1210
|
const decisions = {
|
|
1206
1211
|
__proto__: null,
|
|
1207
|
-
scope: scope$
|
|
1208
|
-
tableName: tableName$
|
|
1212
|
+
scope: scope$a,
|
|
1213
|
+
tableName: tableName$a
|
|
1209
1214
|
};
|
|
1210
1215
|
|
|
1211
|
-
const tableName$
|
|
1212
|
-
const scope$
|
|
1216
|
+
const tableName$9 = "joincoops";
|
|
1217
|
+
const scope$9 = _coopname;
|
|
1213
1218
|
|
|
1214
1219
|
const joinCoops = {
|
|
1215
1220
|
__proto__: null,
|
|
1216
|
-
scope: scope$
|
|
1217
|
-
tableName: tableName$
|
|
1221
|
+
scope: scope$9,
|
|
1222
|
+
tableName: tableName$9
|
|
1218
1223
|
};
|
|
1219
1224
|
|
|
1220
|
-
const tableName$
|
|
1221
|
-
const scope$
|
|
1225
|
+
const tableName$8 = "progcomarket";
|
|
1226
|
+
const scope$8 = _coopname;
|
|
1222
1227
|
|
|
1223
1228
|
const marketPrograms = {
|
|
1224
1229
|
__proto__: null,
|
|
1225
|
-
scope: scope$
|
|
1226
|
-
tableName: tableName$
|
|
1230
|
+
scope: scope$8,
|
|
1231
|
+
tableName: tableName$8
|
|
1227
1232
|
};
|
|
1228
1233
|
|
|
1229
|
-
const tableName$
|
|
1230
|
-
const scope$
|
|
1234
|
+
const tableName$7 = "participants";
|
|
1235
|
+
const scope$7 = _coopname;
|
|
1231
1236
|
|
|
1232
1237
|
const participants = {
|
|
1233
1238
|
__proto__: null,
|
|
1234
|
-
scope: scope$
|
|
1235
|
-
tableName: tableName$
|
|
1239
|
+
scope: scope$7,
|
|
1240
|
+
tableName: tableName$7
|
|
1236
1241
|
};
|
|
1237
1242
|
|
|
1238
|
-
const tableName$
|
|
1239
|
-
const scope$
|
|
1243
|
+
const tableName$6 = "progwallets";
|
|
1244
|
+
const scope$6 = _coopname;
|
|
1240
1245
|
|
|
1241
1246
|
const programWallets = {
|
|
1242
1247
|
__proto__: null,
|
|
1243
|
-
scope: scope$
|
|
1244
|
-
tableName: tableName$
|
|
1248
|
+
scope: scope$6,
|
|
1249
|
+
tableName: tableName$6
|
|
1245
1250
|
};
|
|
1246
1251
|
|
|
1247
|
-
const tableName$
|
|
1248
|
-
const scope$
|
|
1252
|
+
const tableName$5 = "wallets";
|
|
1253
|
+
const scope$5 = _coopname;
|
|
1249
1254
|
|
|
1250
1255
|
const wallets = {
|
|
1251
1256
|
__proto__: null,
|
|
1252
|
-
scope: scope$
|
|
1253
|
-
tableName: tableName$
|
|
1257
|
+
scope: scope$5,
|
|
1258
|
+
tableName: tableName$5
|
|
1254
1259
|
};
|
|
1255
1260
|
|
|
1256
|
-
const index$
|
|
1261
|
+
const index$7 = {
|
|
1257
1262
|
__proto__: null,
|
|
1258
1263
|
Addresses: addresses,
|
|
1259
1264
|
Admins: admins,
|
|
@@ -1273,182 +1278,287 @@ const soviet = {
|
|
|
1273
1278
|
__proto__: null
|
|
1274
1279
|
};
|
|
1275
1280
|
|
|
1276
|
-
const contractName$
|
|
1281
|
+
const contractName$2 = _soviet;
|
|
1277
1282
|
|
|
1278
|
-
const index$
|
|
1283
|
+
const index$6 = {
|
|
1279
1284
|
__proto__: null,
|
|
1280
|
-
Actions: index$
|
|
1285
|
+
Actions: index$8,
|
|
1281
1286
|
Interfaces: soviet,
|
|
1282
|
-
Tables: index$
|
|
1283
|
-
contractName: contractName$
|
|
1287
|
+
Tables: index$7,
|
|
1288
|
+
contractName: contractName$2
|
|
1284
1289
|
};
|
|
1285
1290
|
|
|
1286
|
-
const authorizations$
|
|
1287
|
-
const actionName$
|
|
1291
|
+
const authorizations$o = [{ permissions: [active], actor: _username }];
|
|
1292
|
+
const actionName$o = "accept";
|
|
1288
1293
|
|
|
1289
1294
|
const acceptRequest = {
|
|
1295
|
+
__proto__: null,
|
|
1296
|
+
actionName: actionName$o,
|
|
1297
|
+
authorizations: authorizations$o
|
|
1298
|
+
};
|
|
1299
|
+
|
|
1300
|
+
const authorizations$n = [{ permissions: [active], actor: _soviet }];
|
|
1301
|
+
const actionName$n = "authorize";
|
|
1302
|
+
|
|
1303
|
+
const authorize = {
|
|
1304
|
+
__proto__: null,
|
|
1305
|
+
actionName: actionName$n,
|
|
1306
|
+
authorizations: authorizations$n
|
|
1307
|
+
};
|
|
1308
|
+
|
|
1309
|
+
const authorizations$m = [{ permissions: [active], actor: _username }];
|
|
1310
|
+
const actionName$m = "cancel";
|
|
1311
|
+
|
|
1312
|
+
const cancelRequest = {
|
|
1313
|
+
__proto__: null,
|
|
1314
|
+
actionName: actionName$m,
|
|
1315
|
+
authorizations: authorizations$m
|
|
1316
|
+
};
|
|
1317
|
+
|
|
1318
|
+
const authorizations$l = [{ permissions: [active], actor: _username }];
|
|
1319
|
+
const actionName$l = "complete";
|
|
1320
|
+
|
|
1321
|
+
const completeRequest = {
|
|
1322
|
+
__proto__: null,
|
|
1323
|
+
actionName: actionName$l,
|
|
1324
|
+
authorizations: authorizations$l
|
|
1325
|
+
};
|
|
1326
|
+
|
|
1327
|
+
const authorizations$k = [{ permissions: [active], actor: _chairman }];
|
|
1328
|
+
const actionName$k = "recievecnfrm";
|
|
1329
|
+
|
|
1330
|
+
const confirmRecieve = {
|
|
1331
|
+
__proto__: null,
|
|
1332
|
+
actionName: actionName$k,
|
|
1333
|
+
authorizations: authorizations$k
|
|
1334
|
+
};
|
|
1335
|
+
|
|
1336
|
+
const authorizations$j = [{ permissions: [active], actor: _chairman }];
|
|
1337
|
+
const actionName$j = "supplycnfrm";
|
|
1338
|
+
|
|
1339
|
+
const confirmSupply = {
|
|
1340
|
+
__proto__: null,
|
|
1341
|
+
actionName: actionName$j,
|
|
1342
|
+
authorizations: authorizations$j
|
|
1343
|
+
};
|
|
1344
|
+
|
|
1345
|
+
const authorizations$i = [{ permissions: [active], actor: _username }];
|
|
1346
|
+
const actionName$i = "offer";
|
|
1347
|
+
|
|
1348
|
+
const createOffer = {
|
|
1290
1349
|
__proto__: null,
|
|
1291
1350
|
actionName: actionName$i,
|
|
1292
1351
|
authorizations: authorizations$i
|
|
1293
1352
|
};
|
|
1294
1353
|
|
|
1295
|
-
const authorizations$h = [{ permissions: [active], actor:
|
|
1296
|
-
const actionName$h = "
|
|
1354
|
+
const authorizations$h = [{ permissions: [active], actor: _username }];
|
|
1355
|
+
const actionName$h = "order";
|
|
1297
1356
|
|
|
1298
|
-
const
|
|
1357
|
+
const createOrder = {
|
|
1299
1358
|
__proto__: null,
|
|
1300
1359
|
actionName: actionName$h,
|
|
1301
1360
|
authorizations: authorizations$h
|
|
1302
1361
|
};
|
|
1303
1362
|
|
|
1304
1363
|
const authorizations$g = [{ permissions: [active], actor: _username }];
|
|
1305
|
-
const actionName$g = "
|
|
1364
|
+
const actionName$g = "decline";
|
|
1306
1365
|
|
|
1307
|
-
const
|
|
1366
|
+
const declineRequest = {
|
|
1308
1367
|
__proto__: null,
|
|
1309
1368
|
actionName: actionName$g,
|
|
1310
1369
|
authorizations: authorizations$g
|
|
1311
1370
|
};
|
|
1312
1371
|
|
|
1313
|
-
const authorizations$f = [{ permissions: [active], actor:
|
|
1314
|
-
const actionName$f = "
|
|
1372
|
+
const authorizations$f = [{ permissions: [active], actor: _chairman }];
|
|
1373
|
+
const actionName$f = "delivered";
|
|
1315
1374
|
|
|
1316
|
-
const
|
|
1375
|
+
const deliverOnRequest = {
|
|
1317
1376
|
__proto__: null,
|
|
1318
1377
|
actionName: actionName$f,
|
|
1319
1378
|
authorizations: authorizations$f
|
|
1320
1379
|
};
|
|
1321
1380
|
|
|
1322
|
-
const authorizations$e = [{ permissions: [active], actor:
|
|
1323
|
-
const actionName$e = "
|
|
1381
|
+
const authorizations$e = [{ permissions: [active, special], actor: _admin }];
|
|
1382
|
+
const actionName$e = "moderate";
|
|
1324
1383
|
|
|
1325
|
-
const
|
|
1384
|
+
const moderateRequest = {
|
|
1326
1385
|
__proto__: null,
|
|
1327
1386
|
actionName: actionName$e,
|
|
1328
1387
|
authorizations: authorizations$e
|
|
1329
1388
|
};
|
|
1330
1389
|
|
|
1331
|
-
const authorizations$d = [{ permissions: [active], actor:
|
|
1332
|
-
const actionName$d = "
|
|
1390
|
+
const authorizations$d = [{ permissions: [active], actor: _marketplace }];
|
|
1391
|
+
const actionName$d = "newid";
|
|
1333
1392
|
|
|
1334
|
-
const
|
|
1393
|
+
const newRequestId = {
|
|
1335
1394
|
__proto__: null,
|
|
1336
1395
|
actionName: actionName$d,
|
|
1337
1396
|
authorizations: authorizations$d
|
|
1338
1397
|
};
|
|
1339
1398
|
|
|
1340
1399
|
const authorizations$c = [{ permissions: [active], actor: _username }];
|
|
1341
|
-
const actionName$c = "
|
|
1400
|
+
const actionName$c = "dispute";
|
|
1342
1401
|
|
|
1343
|
-
const
|
|
1402
|
+
const openDispute = {
|
|
1344
1403
|
__proto__: null,
|
|
1345
1404
|
actionName: actionName$c,
|
|
1346
1405
|
authorizations: authorizations$c
|
|
1347
1406
|
};
|
|
1348
1407
|
|
|
1349
|
-
const authorizations$b = [{ permissions: [active], actor:
|
|
1350
|
-
const actionName$b = "
|
|
1408
|
+
const authorizations$b = [{ permissions: [active, special], actor: _admin }];
|
|
1409
|
+
const actionName$b = "prohibit";
|
|
1351
1410
|
|
|
1352
|
-
const
|
|
1411
|
+
const prohibitRequest = {
|
|
1353
1412
|
__proto__: null,
|
|
1354
1413
|
actionName: actionName$b,
|
|
1355
1414
|
authorizations: authorizations$b
|
|
1356
1415
|
};
|
|
1357
1416
|
|
|
1358
1417
|
const authorizations$a = [{ permissions: [active], actor: _username }];
|
|
1359
|
-
const actionName$a = "
|
|
1418
|
+
const actionName$a = "publish";
|
|
1360
1419
|
|
|
1361
|
-
const
|
|
1420
|
+
const publishRequest = {
|
|
1362
1421
|
__proto__: null,
|
|
1363
1422
|
actionName: actionName$a,
|
|
1364
1423
|
authorizations: authorizations$a
|
|
1365
1424
|
};
|
|
1366
1425
|
|
|
1367
|
-
const authorizations$9 = [{ permissions: [active], actor:
|
|
1368
|
-
const actionName$9 = "
|
|
1426
|
+
const authorizations$9 = [{ permissions: [active], actor: _username }];
|
|
1427
|
+
const actionName$9 = "recieve";
|
|
1369
1428
|
|
|
1370
|
-
const
|
|
1429
|
+
const recieveOnRequest = {
|
|
1371
1430
|
__proto__: null,
|
|
1372
1431
|
actionName: actionName$9,
|
|
1373
1432
|
authorizations: authorizations$9
|
|
1374
1433
|
};
|
|
1375
1434
|
|
|
1376
|
-
const authorizations$8 = [{ permissions: [active
|
|
1377
|
-
const actionName$8 = "
|
|
1435
|
+
const authorizations$8 = [{ permissions: [active], actor: _username }];
|
|
1436
|
+
const actionName$8 = "supply";
|
|
1378
1437
|
|
|
1379
|
-
const
|
|
1438
|
+
const supplyOnRequest = {
|
|
1380
1439
|
__proto__: null,
|
|
1381
1440
|
actionName: actionName$8,
|
|
1382
1441
|
authorizations: authorizations$8
|
|
1383
1442
|
};
|
|
1384
1443
|
|
|
1385
|
-
const authorizations$7 = [{ permissions: [active], actor:
|
|
1386
|
-
const actionName$7 = "
|
|
1444
|
+
const authorizations$7 = [{ permissions: [active], actor: _username }];
|
|
1445
|
+
const actionName$7 = "unpublish";
|
|
1387
1446
|
|
|
1388
|
-
const
|
|
1447
|
+
const unpublishRequest = {
|
|
1389
1448
|
__proto__: null,
|
|
1390
1449
|
actionName: actionName$7,
|
|
1391
1450
|
authorizations: authorizations$7
|
|
1392
1451
|
};
|
|
1393
1452
|
|
|
1394
1453
|
const authorizations$6 = [{ permissions: [active], actor: _username }];
|
|
1395
|
-
const actionName$6 = "
|
|
1454
|
+
const actionName$6 = "update";
|
|
1396
1455
|
|
|
1397
|
-
const
|
|
1456
|
+
const updateRequest = {
|
|
1398
1457
|
__proto__: null,
|
|
1399
1458
|
actionName: actionName$6,
|
|
1400
1459
|
authorizations: authorizations$6
|
|
1401
1460
|
};
|
|
1402
1461
|
|
|
1403
|
-
const
|
|
1404
|
-
|
|
1462
|
+
const index$5 = {
|
|
1463
|
+
__proto__: null,
|
|
1464
|
+
acceptRequest: acceptRequest,
|
|
1465
|
+
authorize: authorize,
|
|
1466
|
+
cancelRequest: cancelRequest,
|
|
1467
|
+
completeRequest: completeRequest,
|
|
1468
|
+
confirmRecieve: confirmRecieve,
|
|
1469
|
+
confirmSupply: confirmSupply,
|
|
1470
|
+
createOffer: createOffer,
|
|
1471
|
+
createOrder: createOrder,
|
|
1472
|
+
declineRequest: declineRequest,
|
|
1473
|
+
deliverOnRequest: deliverOnRequest,
|
|
1474
|
+
moderateRequest: moderateRequest,
|
|
1475
|
+
newRequestId: newRequestId,
|
|
1476
|
+
openDispute: openDispute,
|
|
1477
|
+
prohibitRequest: prohibitRequest,
|
|
1478
|
+
publishRequest: publishRequest,
|
|
1479
|
+
recieveOnRequest: recieveOnRequest,
|
|
1480
|
+
supplyOnRequest: supplyOnRequest,
|
|
1481
|
+
unpublishRequest: unpublishRequest,
|
|
1482
|
+
updateRequests: updateRequest
|
|
1483
|
+
};
|
|
1405
1484
|
|
|
1406
|
-
const
|
|
1485
|
+
const tableName$4 = "exchange";
|
|
1486
|
+
const scope$4 = _coopname;
|
|
1487
|
+
|
|
1488
|
+
const requests = {
|
|
1489
|
+
__proto__: null,
|
|
1490
|
+
scope: scope$4,
|
|
1491
|
+
tableName: tableName$4
|
|
1492
|
+
};
|
|
1493
|
+
|
|
1494
|
+
const index$4 = {
|
|
1495
|
+
__proto__: null,
|
|
1496
|
+
Requests: requests
|
|
1497
|
+
};
|
|
1498
|
+
|
|
1499
|
+
const marketplace = {
|
|
1500
|
+
__proto__: null
|
|
1501
|
+
};
|
|
1502
|
+
|
|
1503
|
+
const contractName$1 = _marketplace;
|
|
1504
|
+
|
|
1505
|
+
const index$3 = {
|
|
1506
|
+
__proto__: null,
|
|
1507
|
+
Actions: index$5,
|
|
1508
|
+
Interfaces: marketplace,
|
|
1509
|
+
Tables: index$4,
|
|
1510
|
+
contractName: contractName$1
|
|
1511
|
+
};
|
|
1512
|
+
|
|
1513
|
+
const authorizations$5 = [{ permissions: [active], actor: _username }];
|
|
1514
|
+
const actionName$5 = "propose";
|
|
1515
|
+
|
|
1516
|
+
const proposeTransaction = {
|
|
1407
1517
|
__proto__: null,
|
|
1408
1518
|
actionName: actionName$5,
|
|
1409
1519
|
authorizations: authorizations$5
|
|
1410
1520
|
};
|
|
1411
1521
|
|
|
1412
1522
|
const authorizations$4 = [{ permissions: [active], actor: _username }];
|
|
1413
|
-
const actionName$4 = "
|
|
1523
|
+
const actionName$4 = "approve";
|
|
1414
1524
|
|
|
1415
|
-
const
|
|
1525
|
+
const approveProposal = {
|
|
1416
1526
|
__proto__: null,
|
|
1417
1527
|
actionName: actionName$4,
|
|
1418
1528
|
authorizations: authorizations$4
|
|
1419
1529
|
};
|
|
1420
1530
|
|
|
1421
1531
|
const authorizations$3 = [{ permissions: [active], actor: _username }];
|
|
1422
|
-
const actionName$3 = "
|
|
1532
|
+
const actionName$3 = "unapprove";
|
|
1423
1533
|
|
|
1424
|
-
const
|
|
1534
|
+
const unapproveProposal = {
|
|
1425
1535
|
__proto__: null,
|
|
1426
1536
|
actionName: actionName$3,
|
|
1427
1537
|
authorizations: authorizations$3
|
|
1428
1538
|
};
|
|
1429
1539
|
|
|
1430
1540
|
const authorizations$2 = [{ permissions: [active], actor: _username }];
|
|
1431
|
-
const actionName$2 = "
|
|
1541
|
+
const actionName$2 = "cancel";
|
|
1432
1542
|
|
|
1433
|
-
const
|
|
1543
|
+
const cancelProposal = {
|
|
1434
1544
|
__proto__: null,
|
|
1435
1545
|
actionName: actionName$2,
|
|
1436
1546
|
authorizations: authorizations$2
|
|
1437
1547
|
};
|
|
1438
1548
|
|
|
1439
1549
|
const authorizations$1 = [{ permissions: [active], actor: _username }];
|
|
1440
|
-
const actionName$1 = "
|
|
1550
|
+
const actionName$1 = "exec";
|
|
1441
1551
|
|
|
1442
|
-
const
|
|
1552
|
+
const execProposal = {
|
|
1443
1553
|
__proto__: null,
|
|
1444
1554
|
actionName: actionName$1,
|
|
1445
1555
|
authorizations: authorizations$1
|
|
1446
1556
|
};
|
|
1447
1557
|
|
|
1448
1558
|
const authorizations = [{ permissions: [active], actor: _username }];
|
|
1449
|
-
const actionName = "
|
|
1559
|
+
const actionName = "invalidate";
|
|
1450
1560
|
|
|
1451
|
-
const
|
|
1561
|
+
const invalidateAccount = {
|
|
1452
1562
|
__proto__: null,
|
|
1453
1563
|
actionName: actionName,
|
|
1454
1564
|
authorizations: authorizations
|
|
@@ -1456,31 +1566,45 @@ const updateRequest = {
|
|
|
1456
1566
|
|
|
1457
1567
|
const index$2 = {
|
|
1458
1568
|
__proto__: null,
|
|
1459
|
-
|
|
1460
|
-
|
|
1461
|
-
|
|
1462
|
-
|
|
1463
|
-
|
|
1464
|
-
|
|
1465
|
-
createOffer: createOffer,
|
|
1466
|
-
createOrder: createOrder,
|
|
1467
|
-
declineRequest: declineRequest,
|
|
1468
|
-
deliverOnRequest: deliverOnRequest,
|
|
1469
|
-
moderateRequest: moderateRequest,
|
|
1470
|
-
newRequestId: newRequestId,
|
|
1471
|
-
openDispute: openDispute,
|
|
1472
|
-
prohibitRequest: prohibitRequest,
|
|
1473
|
-
publishRequest: publishRequest,
|
|
1474
|
-
recieveOnRequest: recieveOnRequest,
|
|
1475
|
-
supplyOnRequest: supplyOnRequest,
|
|
1476
|
-
unpublishRequest: unpublishRequest,
|
|
1477
|
-
updateRequests: updateRequest
|
|
1569
|
+
approveProposal: approveProposal,
|
|
1570
|
+
cancelProposal: cancelProposal,
|
|
1571
|
+
execProposal: execProposal,
|
|
1572
|
+
invalidateProposal: invalidateAccount,
|
|
1573
|
+
proposeTransaction: proposeTransaction,
|
|
1574
|
+
unapproveProposal: unapproveProposal
|
|
1478
1575
|
};
|
|
1479
1576
|
|
|
1480
|
-
const tableName = "
|
|
1481
|
-
const scope =
|
|
1577
|
+
const tableName$3 = "approvals";
|
|
1578
|
+
const scope$3 = _msig;
|
|
1482
1579
|
|
|
1483
|
-
const
|
|
1580
|
+
const approvals = {
|
|
1581
|
+
__proto__: null,
|
|
1582
|
+
scope: scope$3,
|
|
1583
|
+
tableName: tableName$3
|
|
1584
|
+
};
|
|
1585
|
+
|
|
1586
|
+
const tableName$2 = "approvals2";
|
|
1587
|
+
const scope$2 = _msig;
|
|
1588
|
+
|
|
1589
|
+
const approvals2 = {
|
|
1590
|
+
__proto__: null,
|
|
1591
|
+
scope: scope$2,
|
|
1592
|
+
tableName: tableName$2
|
|
1593
|
+
};
|
|
1594
|
+
|
|
1595
|
+
const tableName$1 = "invals";
|
|
1596
|
+
const scope$1 = _msig;
|
|
1597
|
+
|
|
1598
|
+
const invalidations = {
|
|
1599
|
+
__proto__: null,
|
|
1600
|
+
scope: scope$1,
|
|
1601
|
+
tableName: tableName$1
|
|
1602
|
+
};
|
|
1603
|
+
|
|
1604
|
+
const tableName = "proposal";
|
|
1605
|
+
const scope = _msig;
|
|
1606
|
+
|
|
1607
|
+
const proposals = {
|
|
1484
1608
|
__proto__: null,
|
|
1485
1609
|
scope: scope,
|
|
1486
1610
|
tableName: tableName
|
|
@@ -1488,21 +1612,24 @@ const requests = {
|
|
|
1488
1612
|
|
|
1489
1613
|
const index$1 = {
|
|
1490
1614
|
__proto__: null,
|
|
1491
|
-
|
|
1615
|
+
Approvals: approvals,
|
|
1616
|
+
Approvals2: approvals2,
|
|
1617
|
+
Invalidations: invalidations,
|
|
1618
|
+
Proposals: proposals
|
|
1492
1619
|
};
|
|
1493
1620
|
|
|
1494
|
-
const
|
|
1621
|
+
const eosio_msig = {
|
|
1495
1622
|
__proto__: null
|
|
1496
1623
|
};
|
|
1497
1624
|
|
|
1498
|
-
const contractName =
|
|
1625
|
+
const contractName = _msig;
|
|
1499
1626
|
|
|
1500
1627
|
const index = {
|
|
1501
1628
|
__proto__: null,
|
|
1502
1629
|
Actions: index$2,
|
|
1503
|
-
Interfaces:
|
|
1630
|
+
Interfaces: eosio_msig,
|
|
1504
1631
|
Tables: index$1,
|
|
1505
1632
|
contractName: contractName
|
|
1506
1633
|
};
|
|
1507
1634
|
|
|
1508
|
-
export { index$
|
|
1635
|
+
export { index$r as DraftContract, index$o as FundContract, index$l as GatewayContract, index$3 as MarketContract, index as MsigContract, index$i as RegistratorContract, index$6 as SovietContract, index$f as TokenContract, index$u as _Common };
|