@functionland/react-native-fula 1.54.34 → 1.55.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (96) hide show
  1. package/android/build.gradle +2 -2
  2. package/lib/commonjs/index.js +1 -1
  3. package/lib/commonjs/interfaces/augment-api-consts.js +4 -0
  4. package/lib/commonjs/interfaces/augment-api-consts.js.map +1 -0
  5. package/lib/commonjs/interfaces/augment-api-events.js +4 -0
  6. package/lib/commonjs/interfaces/augment-api-events.js.map +1 -0
  7. package/lib/commonjs/interfaces/augment-api-query.js +4 -0
  8. package/lib/commonjs/interfaces/augment-api-query.js.map +1 -0
  9. package/lib/commonjs/interfaces/augment-api-tx.js +4 -0
  10. package/lib/commonjs/interfaces/augment-api-tx.js.map +1 -0
  11. package/lib/commonjs/interfaces/definitions.js +3 -0
  12. package/lib/commonjs/interfaces/definitions.js.map +1 -0
  13. package/lib/commonjs/interfaces/defintions.js +6 -0
  14. package/lib/commonjs/interfaces/defintions.js.map +1 -0
  15. package/lib/commonjs/interfaces/index.js +0 -2
  16. package/lib/commonjs/interfaces/index.js.map +1 -1
  17. package/lib/commonjs/interfaces/lookup.js +396 -273
  18. package/lib/commonjs/interfaces/lookup.js.map +1 -1
  19. package/lib/commonjs/protocols/blockchain.js +1 -1
  20. package/lib/commonjs/protocols/blockchain.js.map +1 -1
  21. package/lib/commonjs/protocols/chain-api.js +1 -1
  22. package/lib/commonjs/protocols/chain-api.js.map +1 -1
  23. package/lib/commonjs/protocols/fula.js +1 -1
  24. package/lib/commonjs/protocols/fula.js.map +1 -1
  25. package/lib/commonjs/protocols/fxblox.js +1 -1
  26. package/lib/commonjs/protocols/fxblox.js.map +1 -1
  27. package/lib/module/interfaces/augment-api-consts.js +9 -0
  28. package/lib/module/interfaces/augment-api-consts.js.map +1 -0
  29. package/lib/module/interfaces/augment-api-errors.js.map +1 -1
  30. package/lib/module/interfaces/augment-api-events.js +9 -0
  31. package/lib/module/interfaces/augment-api-events.js.map +1 -0
  32. package/lib/module/interfaces/augment-api-query.js +9 -0
  33. package/lib/module/interfaces/augment-api-query.js.map +1 -0
  34. package/lib/module/interfaces/augment-api-tx.js +9 -0
  35. package/lib/module/interfaces/augment-api-tx.js.map +1 -0
  36. package/lib/module/interfaces/augment-types.js.map +1 -1
  37. package/lib/module/interfaces/definitions.js +2 -0
  38. package/lib/module/interfaces/definitions.js.map +1 -0
  39. package/lib/module/interfaces/defintions.js +2 -0
  40. package/lib/module/interfaces/defintions.js.map +1 -0
  41. package/lib/module/interfaces/index.js +0 -2
  42. package/lib/module/interfaces/index.js.map +1 -1
  43. package/lib/module/interfaces/lookup.js +397 -273
  44. package/lib/module/interfaces/lookup.js.map +1 -1
  45. package/lib/module/interfaces/registry.js.map +1 -1
  46. package/lib/module/interfaces/types-lookup.js.map +1 -1
  47. package/package.json +17 -21
  48. package/src/interfaces/augment-api-consts.ts +273 -0
  49. package/src/interfaces/augment-api-errors.ts +25 -0
  50. package/src/interfaces/augment-api-events.ts +448 -0
  51. package/src/interfaces/augment-api-query.ts +466 -0
  52. package/src/interfaces/augment-api-rpc.ts +3 -3
  53. package/src/interfaces/augment-api-tx.ts +709 -0
  54. package/src/interfaces/augment-types.ts +101 -9
  55. package/src/interfaces/definitions.ts +1 -0
  56. package/src/interfaces/defintions.ts +1 -0
  57. package/src/interfaces/index.ts +0 -1
  58. package/src/interfaces/lookup.ts +394 -272
  59. package/src/interfaces/registry.ts +12 -1
  60. package/src/interfaces/types-lookup.ts +405 -283
  61. package/lib/typescript/index.d.ts +0 -5
  62. package/lib/typescript/index.d.ts.map +0 -1
  63. package/lib/typescript/interfaces/augment-api-errors.d.ts +0 -442
  64. package/lib/typescript/interfaces/augment-api-errors.d.ts.map +0 -1
  65. package/lib/typescript/interfaces/augment-api-rpc.d.ts +0 -680
  66. package/lib/typescript/interfaces/augment-api-rpc.d.ts.map +0 -1
  67. package/lib/typescript/interfaces/augment-api-runtime.d.ts +0 -248
  68. package/lib/typescript/interfaces/augment-api-runtime.d.ts.map +0 -1
  69. package/lib/typescript/interfaces/augment-api.d.ts +0 -8
  70. package/lib/typescript/interfaces/augment-api.d.ts.map +0 -1
  71. package/lib/typescript/interfaces/augment-types.d.ts +0 -1224
  72. package/lib/typescript/interfaces/augment-types.d.ts.map +0 -1
  73. package/lib/typescript/interfaces/fulaNativeModule.d.ts +0 -86
  74. package/lib/typescript/interfaces/fulaNativeModule.d.ts.map +0 -1
  75. package/lib/typescript/interfaces/index.d.ts +0 -1
  76. package/lib/typescript/interfaces/index.d.ts.map +0 -1
  77. package/lib/typescript/interfaces/lookup.d.ts +0 -1886
  78. package/lib/typescript/interfaces/lookup.d.ts.map +0 -1
  79. package/lib/typescript/interfaces/registry.d.ts +0 -146
  80. package/lib/typescript/interfaces/registry.d.ts.map +0 -1
  81. package/lib/typescript/interfaces/types-lookup.d.ts +0 -1910
  82. package/lib/typescript/interfaces/types-lookup.d.ts.map +0 -1
  83. package/lib/typescript/interfaces/types.d.ts +0 -1
  84. package/lib/typescript/interfaces/types.d.ts.map +0 -1
  85. package/lib/typescript/protocols/blockchain.d.ts +0 -24
  86. package/lib/typescript/protocols/blockchain.d.ts.map +0 -1
  87. package/lib/typescript/protocols/chain-api.d.ts +0 -18
  88. package/lib/typescript/protocols/chain-api.d.ts.map +0 -1
  89. package/lib/typescript/protocols/fula.d.ts +0 -163
  90. package/lib/typescript/protocols/fula.d.ts.map +0 -1
  91. package/lib/typescript/protocols/fxblox.d.ts +0 -22
  92. package/lib/typescript/protocols/fxblox.d.ts.map +0 -1
  93. package/lib/typescript/types/blockchain.d.ts +0 -106
  94. package/lib/typescript/types/blockchain.d.ts.map +0 -1
  95. package/lib/typescript/types/fxblox.d.ts +0 -105
  96. package/lib/typescript/types/fxblox.d.ts.map +0 -1
@@ -1,5 +0,0 @@
1
- export * as fula from './protocols/fula';
2
- export * as blockchain from './protocols/blockchain';
3
- export * as chainApi from './protocols/chain-api';
4
- export * as fxblox from './protocols/fxblox';
5
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,IAAI,MAAM,kBAAkB,CAAC;AACzC,OAAO,KAAK,UAAU,MAAM,wBAAwB,CAAC;AACrD,OAAO,KAAK,QAAQ,MAAM,uBAAuB,CAAC;AAClD,OAAO,KAAK,MAAM,MAAM,oBAAoB,CAAC"}
@@ -1,442 +0,0 @@
1
- import '@polkadot/api-base/types/errors';
2
- import type { ApiTypes, AugmentedError } from '@polkadot/api-base/types';
3
- export type __AugmentedError<ApiType extends ApiTypes> = AugmentedError<ApiType>;
4
- declare module '@polkadot/api-base/types/errors' {
5
- interface AugmentedErrors<ApiType extends ApiTypes> {
6
- asset: {
7
- AssetNotFound: AugmentedError<ApiType>;
8
- ClassNotFound: AugmentedError<ApiType>;
9
- InsufficientBalance: AugmentedError<ApiType>;
10
- InUse: AugmentedError<ApiType>;
11
- InvalidArrayLength: AugmentedError<ApiType>;
12
- InvalidAssetId: AugmentedError<ApiType>;
13
- InvalidClassId: AugmentedError<ApiType>;
14
- NoPermission: AugmentedError<ApiType>;
15
- NumOverflow: AugmentedError<ApiType>;
16
- Overflow: AugmentedError<ApiType>;
17
- Unknown: AugmentedError<ApiType>;
18
- /**
19
- * Generic error
20
- **/
21
- [key: string]: AugmentedError<ApiType>;
22
- };
23
- bag: {
24
- BagClassExists: AugmentedError<ApiType>;
25
- BagExists: AugmentedError<ApiType>;
26
- InsufficientShares: AugmentedError<ApiType>;
27
- InvalidArrayLength: AugmentedError<ApiType>;
28
- InvalidBag: AugmentedError<ApiType>;
29
- InvalidBagClass: AugmentedError<ApiType>;
30
- InvalidBagOperator: AugmentedError<ApiType>;
31
- InvalidBagOwner: AugmentedError<ApiType>;
32
- /**
33
- * Generic error
34
- **/
35
- [key: string]: AugmentedError<ApiType>;
36
- };
37
- balances: {
38
- /**
39
- * Beneficiary account must pre-exist.
40
- **/
41
- DeadAccount: AugmentedError<ApiType>;
42
- /**
43
- * Value too low to create account due to existential deposit.
44
- **/
45
- ExistentialDeposit: AugmentedError<ApiType>;
46
- /**
47
- * A vesting schedule already exists for this account.
48
- **/
49
- ExistingVestingSchedule: AugmentedError<ApiType>;
50
- /**
51
- * Transfer/payment would kill account.
52
- **/
53
- Expendability: AugmentedError<ApiType>;
54
- /**
55
- * Balance too low to send value.
56
- **/
57
- InsufficientBalance: AugmentedError<ApiType>;
58
- /**
59
- * Account liquidity restrictions prevent withdrawal.
60
- **/
61
- LiquidityRestrictions: AugmentedError<ApiType>;
62
- /**
63
- * Number of freezes exceed `MaxFreezes`.
64
- **/
65
- TooManyFreezes: AugmentedError<ApiType>;
66
- /**
67
- * Number of holds exceed `MaxHolds`.
68
- **/
69
- TooManyHolds: AugmentedError<ApiType>;
70
- /**
71
- * Number of named reserves exceed `MaxReserves`.
72
- **/
73
- TooManyReserves: AugmentedError<ApiType>;
74
- /**
75
- * Vesting balance too high to send value.
76
- **/
77
- VestingBalance: AugmentedError<ApiType>;
78
- /**
79
- * Generic error
80
- **/
81
- [key: string]: AugmentedError<ApiType>;
82
- };
83
- bundle: {
84
- AccountNotOwner: AugmentedError<ApiType>;
85
- AssetExists: AugmentedError<ApiType>;
86
- /**
87
- * Bundle already exists
88
- **/
89
- BundleExists: AugmentedError<ApiType>;
90
- /**
91
- * Bundle does not exists
92
- **/
93
- BundleNotFound: AugmentedError<ApiType>;
94
- /**
95
- * Insufficient asset balance
96
- **/
97
- InsufficientBalance: AugmentedError<ApiType>;
98
- /**
99
- * Array is of wrong length
100
- **/
101
- InvalidArrayLength: AugmentedError<ApiType>;
102
- /**
103
- * Bundle hash does not match bundle id
104
- **/
105
- InvalidBundleIdForBundle: AugmentedError<ApiType>;
106
- /**
107
- * Number Overflow
108
- **/
109
- NumOverflow: AugmentedError<ApiType>;
110
- /**
111
- * Generic error
112
- **/
113
- [key: string]: AugmentedError<ApiType>;
114
- };
115
- council: {
116
- /**
117
- * Members are already initialized!
118
- **/
119
- AlreadyInitialized: AugmentedError<ApiType>;
120
- /**
121
- * Duplicate proposals not allowed
122
- **/
123
- DuplicateProposal: AugmentedError<ApiType>;
124
- /**
125
- * Duplicate vote ignored
126
- **/
127
- DuplicateVote: AugmentedError<ApiType>;
128
- /**
129
- * Account is not a member
130
- **/
131
- NotMember: AugmentedError<ApiType>;
132
- /**
133
- * Proposal must exist
134
- **/
135
- ProposalMissing: AugmentedError<ApiType>;
136
- /**
137
- * The close call was made too early, before the end of the voting.
138
- **/
139
- TooEarly: AugmentedError<ApiType>;
140
- /**
141
- * There can only be a maximum of `MaxProposals` active proposals.
142
- **/
143
- TooManyProposals: AugmentedError<ApiType>;
144
- /**
145
- * Mismatched index
146
- **/
147
- WrongIndex: AugmentedError<ApiType>;
148
- /**
149
- * The given length bound for the proposal was too low.
150
- **/
151
- WrongProposalLength: AugmentedError<ApiType>;
152
- /**
153
- * The given weight bound for the proposal was too low.
154
- **/
155
- WrongProposalWeight: AugmentedError<ApiType>;
156
- /**
157
- * Generic error
158
- **/
159
- [key: string]: AugmentedError<ApiType>;
160
- };
161
- dao: {
162
- /**
163
- * Error names should be descriptive.
164
- **/
165
- NoneValue: AugmentedError<ApiType>;
166
- /**
167
- * Errors should have helpful documentation associated with them.
168
- **/
169
- StorageOverflow: AugmentedError<ApiType>;
170
- /**
171
- * Generic error
172
- **/
173
- [key: string]: AugmentedError<ApiType>;
174
- };
175
- exgine: {
176
- /**
177
- * Error names should be descriptive.
178
- **/
179
- NoneValue: AugmentedError<ApiType>;
180
- /**
181
- * Errors should have helpful documentation associated with them.
182
- **/
183
- StorageOverflow: AugmentedError<ApiType>;
184
- /**
185
- * Generic error
186
- **/
187
- [key: string]: AugmentedError<ApiType>;
188
- };
189
- fula: {
190
- AccountAlreadyStorer: AugmentedError<ApiType>;
191
- AccountNotFound: AugmentedError<ApiType>;
192
- AccountNotInPool: AugmentedError<ApiType>;
193
- AccountNotStorer: AugmentedError<ApiType>;
194
- AccountNotUploader: AugmentedError<ApiType>;
195
- ErrorPickingAccountToChallenge: AugmentedError<ApiType>;
196
- ErrorPickingCIDToChallenge: AugmentedError<ApiType>;
197
- InvalidArrayLength: AugmentedError<ApiType>;
198
- ManifestAlreadyExist: AugmentedError<ApiType>;
199
- ManifestNotFound: AugmentedError<ApiType>;
200
- ManifestNotStored: AugmentedError<ApiType>;
201
- ManifestStorerDataNotFound: AugmentedError<ApiType>;
202
- NoAccountsToChallenge: AugmentedError<ApiType>;
203
- NoFileSizeProvided: AugmentedError<ApiType>;
204
- NoneValue: AugmentedError<ApiType>;
205
- ReplicationFactorInvalid: AugmentedError<ApiType>;
206
- ReplicationFactorLimitReached: AugmentedError<ApiType>;
207
- StorageOverflow: AugmentedError<ApiType>;
208
- /**
209
- * Generic error
210
- **/
211
- [key: string]: AugmentedError<ApiType>;
212
- };
213
- grandpa: {
214
- /**
215
- * Attempt to signal GRANDPA change with one already pending.
216
- **/
217
- ChangePending: AugmentedError<ApiType>;
218
- /**
219
- * A given equivocation report is valid but already previously reported.
220
- **/
221
- DuplicateOffenceReport: AugmentedError<ApiType>;
222
- /**
223
- * An equivocation proof provided as part of an equivocation report is invalid.
224
- **/
225
- InvalidEquivocationProof: AugmentedError<ApiType>;
226
- /**
227
- * A key ownership proof provided as part of an equivocation report is invalid.
228
- **/
229
- InvalidKeyOwnershipProof: AugmentedError<ApiType>;
230
- /**
231
- * Attempt to signal GRANDPA pause when the authority set isn't live
232
- * (either paused or already pending pause).
233
- **/
234
- PauseFailed: AugmentedError<ApiType>;
235
- /**
236
- * Attempt to signal GRANDPA resume when the authority set isn't paused
237
- * (either live or already pending resume).
238
- **/
239
- ResumeFailed: AugmentedError<ApiType>;
240
- /**
241
- * Cannot signal forced change so soon after last.
242
- **/
243
- TooSoon: AugmentedError<ApiType>;
244
- /**
245
- * Generic error
246
- **/
247
- [key: string]: AugmentedError<ApiType>;
248
- };
249
- market: {
250
- InsufficientAmount: AugmentedError<ApiType>;
251
- InsufficientLiquidity: AugmentedError<ApiType>;
252
- InvalidArrayLength: AugmentedError<ApiType>;
253
- InvalidAsset: AugmentedError<ApiType>;
254
- InvalidAssetRate: AugmentedError<ApiType>;
255
- InvalidBurnBalance: AugmentedError<ApiType>;
256
- InvalidBurnPrice: AugmentedError<ApiType>;
257
- InvalidBuyer: AugmentedError<ApiType>;
258
- InvalidMarket: AugmentedError<ApiType>;
259
- InvalidMarketOwner: AugmentedError<ApiType>;
260
- InvalidMarketRate: AugmentedError<ApiType>;
261
- InvalidRateAccount: AugmentedError<ApiType>;
262
- InvalidRateAmount: AugmentedError<ApiType>;
263
- InvalidTransferBalance: AugmentedError<ApiType>;
264
- InvalidTransferPrice: AugmentedError<ApiType>;
265
- MarketExists: AugmentedError<ApiType>;
266
- MarketRateExists: AugmentedError<ApiType>;
267
- NotAuthorizedToMintAsset: AugmentedError<ApiType>;
268
- Overflow: AugmentedError<ApiType>;
269
- /**
270
- * Generic error
271
- **/
272
- [key: string]: AugmentedError<ApiType>;
273
- };
274
- pool: {
275
- /**
276
- * Access denied due to invalid data, e.g. user is trying to leave the pool that it does
277
- * not belong to or vote without rights.
278
- **/
279
- AccessDenied: AugmentedError<ApiType>;
280
- /**
281
- * The user has already voted.
282
- * TODO: might be considered slashable behaviour as it wastes resources.
283
- **/
284
- AlreadyVoted: AugmentedError<ApiType>;
285
- /**
286
- * The pool is at max capacity.
287
- **/
288
- CapacityReached: AugmentedError<ApiType>;
289
- /**
290
- * Internal error.
291
- **/
292
- InternalError: AugmentedError<ApiType>;
293
- /**
294
- * Maximum pool number has been reached.
295
- **/
296
- MaxPools: AugmentedError<ApiType>;
297
- /**
298
- * The pool name supplied was too long.
299
- **/
300
- NameTooLong: AugmentedError<ApiType>;
301
- /**
302
- * The pool does not exist.
303
- **/
304
- PoolDoesNotExist: AugmentedError<ApiType>;
305
- /**
306
- * The pool join request does not exist.
307
- **/
308
- RequestDoesNotExist: AugmentedError<ApiType>;
309
- /**
310
- * User is already attached to a pool or has a pending join request.
311
- **/
312
- UserBusy: AugmentedError<ApiType>;
313
- /**
314
- * The user does not exist.
315
- **/
316
- UserDoesNotExist: AugmentedError<ApiType>;
317
- /**
318
- * Generic error
319
- **/
320
- [key: string]: AugmentedError<ApiType>;
321
- };
322
- scheduler: {
323
- /**
324
- * Failed to schedule a call
325
- **/
326
- FailedToSchedule: AugmentedError<ApiType>;
327
- /**
328
- * Attempt to use a non-named function on a named task.
329
- **/
330
- Named: AugmentedError<ApiType>;
331
- /**
332
- * Cannot find the scheduled call.
333
- **/
334
- NotFound: AugmentedError<ApiType>;
335
- /**
336
- * Reschedule failed because it does not change scheduled time.
337
- **/
338
- RescheduleNoChange: AugmentedError<ApiType>;
339
- /**
340
- * Given target block number is in the past.
341
- **/
342
- TargetBlockNumberInPast: AugmentedError<ApiType>;
343
- /**
344
- * Generic error
345
- **/
346
- [key: string]: AugmentedError<ApiType>;
347
- };
348
- session: {
349
- /**
350
- * Registered duplicate key.
351
- **/
352
- DuplicatedKey: AugmentedError<ApiType>;
353
- /**
354
- * Invalid ownership proof.
355
- **/
356
- InvalidProof: AugmentedError<ApiType>;
357
- /**
358
- * Key setting account is not live, so it's impossible to associate keys.
359
- **/
360
- NoAccount: AugmentedError<ApiType>;
361
- /**
362
- * No associated validator ID for account.
363
- **/
364
- NoAssociatedValidatorId: AugmentedError<ApiType>;
365
- /**
366
- * No keys are associated with this account.
367
- **/
368
- NoKeys: AugmentedError<ApiType>;
369
- /**
370
- * Generic error
371
- **/
372
- [key: string]: AugmentedError<ApiType>;
373
- };
374
- sudo: {
375
- /**
376
- * Sender must be the Sudo account
377
- **/
378
- RequireSudo: AugmentedError<ApiType>;
379
- /**
380
- * Generic error
381
- **/
382
- [key: string]: AugmentedError<ApiType>;
383
- };
384
- system: {
385
- /**
386
- * The origin filter prevent the call to be dispatched.
387
- **/
388
- CallFiltered: AugmentedError<ApiType>;
389
- /**
390
- * Failed to extract the runtime version from the new runtime.
391
- *
392
- * Either calling `Core_version` or decoding `RuntimeVersion` failed.
393
- **/
394
- FailedToExtractRuntimeVersion: AugmentedError<ApiType>;
395
- /**
396
- * The name of specification does not match between the current runtime
397
- * and the new runtime.
398
- **/
399
- InvalidSpecName: AugmentedError<ApiType>;
400
- /**
401
- * Suicide called when the account has non-default composite data.
402
- **/
403
- NonDefaultComposite: AugmentedError<ApiType>;
404
- /**
405
- * There is a non-zero reference count preventing the account from being purged.
406
- **/
407
- NonZeroRefCount: AugmentedError<ApiType>;
408
- /**
409
- * The specification version is not allowed to decrease between the current runtime
410
- * and the new runtime.
411
- **/
412
- SpecVersionNeedsToIncrease: AugmentedError<ApiType>;
413
- /**
414
- * Generic error
415
- **/
416
- [key: string]: AugmentedError<ApiType>;
417
- };
418
- validatorSet: {
419
- /**
420
- * Only the validator can add itself back after coming online.
421
- **/
422
- BadOrigin: AugmentedError<ApiType>;
423
- /**
424
- * Validator is already in the validator set.
425
- **/
426
- Duplicate: AugmentedError<ApiType>;
427
- /**
428
- * Target (post-removal) validator count is below the minimum.
429
- **/
430
- TooLowValidatorCount: AugmentedError<ApiType>;
431
- /**
432
- * Validator is not approved for re-addition.
433
- **/
434
- ValidatorNotApproved: AugmentedError<ApiType>;
435
- /**
436
- * Generic error
437
- **/
438
- [key: string]: AugmentedError<ApiType>;
439
- };
440
- }
441
- }
442
- //# sourceMappingURL=augment-api-errors.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"augment-api-errors.d.ts","sourceRoot":"","sources":["../../../src/interfaces/augment-api-errors.ts"],"names":[],"mappings":"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"}