@prosopo/types-database 0.2.13 → 0.2.14

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.
@@ -1,3374 +0,0 @@
1
- "use strict";
2
- const DATA_TYPE_DESCRIPTIONS = {
3
- "0": {
4
- name: "ReturnNumber",
5
- isResult: false,
6
- isPrimitive: false,
7
- isConvertable: true
8
- },
9
- "1": {
10
- name: "number",
11
- isResult: false,
12
- isPrimitive: true,
13
- isConvertable: false
14
- },
15
- "2": {
16
- name: "Array",
17
- body: {
18
- "0": {
19
- name: "number",
20
- isResult: false,
21
- isPrimitive: true,
22
- isConvertable: false
23
- }
24
- },
25
- isResult: false,
26
- isPrimitive: false,
27
- isConvertable: false
28
- },
29
- "3": {
30
- name: "number",
31
- isResult: false,
32
- isPrimitive: true,
33
- isConvertable: false
34
- },
35
- "4": {
36
- name: "Hash",
37
- body: "string | number[]",
38
- isResult: false,
39
- isPrimitive: true,
40
- isConvertable: false
41
- },
42
- "5": {
43
- name: "Array",
44
- body: {
45
- "0": {
46
- name: "number",
47
- isResult: false,
48
- isPrimitive: true,
49
- isConvertable: false
50
- }
51
- },
52
- isResult: false,
53
- isPrimitive: false,
54
- isConvertable: false
55
- },
56
- "7": {
57
- name: "AccountId",
58
- body: "string | number[]",
59
- isResult: false,
60
- isPrimitive: true,
61
- isConvertable: false
62
- },
63
- "8": {
64
- name: "Array",
65
- body: {
66
- "0": {
67
- name: "AccountId",
68
- body: "string | number[]",
69
- isResult: false,
70
- isPrimitive: true,
71
- isConvertable: false
72
- }
73
- },
74
- isResult: false,
75
- isPrimitive: false,
76
- isConvertable: false
77
- },
78
- "9": {
79
- name: "Array",
80
- body: {
81
- "0": {
82
- name: "Hash",
83
- body: "string | number[]",
84
- isResult: false,
85
- isPrimitive: true,
86
- isConvertable: false
87
- }
88
- },
89
- isResult: false,
90
- isPrimitive: false,
91
- isConvertable: false
92
- },
93
- "10": {
94
- name: "Result<Result<null, Error, LangError",
95
- body: {
96
- ok: {
97
- name: "Result<null, Error",
98
- body: {
99
- ok: {
100
- name: "null",
101
- isResult: false,
102
- isPrimitive: true,
103
- isConvertable: false
104
- },
105
- err: {
106
- name: "Error",
107
- body: {
108
- NotAuthorised: null,
109
- TransferFailed: null,
110
- SetCodeHashFailed: null,
111
- InvalidDestination: null,
112
- UnknownMessage: null,
113
- ProviderAccountExists: null,
114
- ProviderExists: null,
115
- ProviderAccountDoesNotExist: null,
116
- ProviderDoesNotExist: null,
117
- ProviderInsufficientFunds: null,
118
- ProviderInactive: null,
119
- ProviderUrlUsed: null,
120
- DappExists: null,
121
- DappDoesNotExist: null,
122
- DappInactive: null,
123
- DappInsufficientFunds: null,
124
- CaptchaDataDoesNotExist: null,
125
- CommitDoesNotExist: null,
126
- DappUserDoesNotExist: null,
127
- NoActiveProviders: null,
128
- DatasetIdSolutionsSame: null,
129
- CodeNotFound: null,
130
- Unknown: null,
131
- InvalidContract: null,
132
- InvalidPayee: null,
133
- InvalidCaptchaStatus: null,
134
- NoCorrectCaptcha: null,
135
- NotEnoughActiveProviders: null,
136
- ProviderFeeTooHigh: null,
137
- CommitAlreadyExists: null,
138
- NotAuthor: null
139
- },
140
- isResult: false,
141
- isPrimitive: false,
142
- isConvertable: false
143
- }
144
- },
145
- isResult: true,
146
- isPrimitive: false,
147
- isConvertable: false
148
- },
149
- err: {
150
- name: "LangError",
151
- body: {
152
- CouldNotReadInput: null
153
- },
154
- isResult: false,
155
- isPrimitive: false,
156
- isConvertable: false
157
- }
158
- },
159
- isResult: true,
160
- isPrimitive: false,
161
- isConvertable: false
162
- },
163
- "11": {
164
- name: "Result<null, Error",
165
- body: {
166
- ok: {
167
- name: "null",
168
- isResult: false,
169
- isPrimitive: true,
170
- isConvertable: false
171
- },
172
- err: {
173
- name: "Error",
174
- body: {
175
- NotAuthorised: null,
176
- TransferFailed: null,
177
- SetCodeHashFailed: null,
178
- InvalidDestination: null,
179
- UnknownMessage: null,
180
- ProviderAccountExists: null,
181
- ProviderExists: null,
182
- ProviderAccountDoesNotExist: null,
183
- ProviderDoesNotExist: null,
184
- ProviderInsufficientFunds: null,
185
- ProviderInactive: null,
186
- ProviderUrlUsed: null,
187
- DappExists: null,
188
- DappDoesNotExist: null,
189
- DappInactive: null,
190
- DappInsufficientFunds: null,
191
- CaptchaDataDoesNotExist: null,
192
- CommitDoesNotExist: null,
193
- DappUserDoesNotExist: null,
194
- NoActiveProviders: null,
195
- DatasetIdSolutionsSame: null,
196
- CodeNotFound: null,
197
- Unknown: null,
198
- InvalidContract: null,
199
- InvalidPayee: null,
200
- InvalidCaptchaStatus: null,
201
- NoCorrectCaptcha: null,
202
- NotEnoughActiveProviders: null,
203
- ProviderFeeTooHigh: null,
204
- CommitAlreadyExists: null,
205
- NotAuthor: null
206
- },
207
- isResult: false,
208
- isPrimitive: false,
209
- isConvertable: false
210
- }
211
- },
212
- isResult: true,
213
- isPrimitive: false,
214
- isConvertable: false
215
- },
216
- "12": {
217
- name: "null",
218
- isResult: false,
219
- isPrimitive: true,
220
- isConvertable: false
221
- },
222
- "13": {
223
- name: "Error",
224
- body: {
225
- NotAuthorised: null,
226
- TransferFailed: null,
227
- SetCodeHashFailed: null,
228
- InvalidDestination: null,
229
- UnknownMessage: null,
230
- ProviderAccountExists: null,
231
- ProviderExists: null,
232
- ProviderAccountDoesNotExist: null,
233
- ProviderDoesNotExist: null,
234
- ProviderInsufficientFunds: null,
235
- ProviderInactive: null,
236
- ProviderUrlUsed: null,
237
- DappExists: null,
238
- DappDoesNotExist: null,
239
- DappInactive: null,
240
- DappInsufficientFunds: null,
241
- CaptchaDataDoesNotExist: null,
242
- CommitDoesNotExist: null,
243
- DappUserDoesNotExist: null,
244
- NoActiveProviders: null,
245
- DatasetIdSolutionsSame: null,
246
- CodeNotFound: null,
247
- Unknown: null,
248
- InvalidContract: null,
249
- InvalidPayee: null,
250
- InvalidCaptchaStatus: null,
251
- NoCorrectCaptcha: null,
252
- NotEnoughActiveProviders: null,
253
- ProviderFeeTooHigh: null,
254
- CommitAlreadyExists: null,
255
- NotAuthor: null
256
- },
257
- isResult: false,
258
- isPrimitive: false,
259
- isConvertable: false
260
- },
261
- "14": {
262
- name: "LangError",
263
- body: {
264
- CouldNotReadInput: null
265
- },
266
- isResult: false,
267
- isPrimitive: false,
268
- isConvertable: false
269
- },
270
- "15": {
271
- name: "Result<null, LangError",
272
- body: {
273
- ok: {
274
- name: "null",
275
- isResult: false,
276
- isPrimitive: true,
277
- isConvertable: false
278
- },
279
- err: {
280
- name: "LangError",
281
- body: {
282
- CouldNotReadInput: null
283
- },
284
- isResult: false,
285
- isPrimitive: false,
286
- isConvertable: false
287
- }
288
- },
289
- isResult: true,
290
- isPrimitive: false,
291
- isConvertable: false
292
- },
293
- "16": {
294
- name: "Result<Array, LangError",
295
- body: {
296
- ok: {
297
- name: "Array",
298
- body: {
299
- "0": {
300
- name: "number",
301
- isResult: false,
302
- isPrimitive: true,
303
- isConvertable: false
304
- }
305
- },
306
- isResult: false,
307
- isPrimitive: false,
308
- isConvertable: false
309
- },
310
- err: {
311
- name: "LangError",
312
- body: {
313
- CouldNotReadInput: null
314
- },
315
- isResult: false,
316
- isPrimitive: false,
317
- isConvertable: false
318
- }
319
- },
320
- isResult: true,
321
- isPrimitive: false,
322
- isConvertable: false
323
- },
324
- "17": {
325
- name: "Array",
326
- body: {
327
- "0": {
328
- name: "number",
329
- isResult: false,
330
- isPrimitive: true,
331
- isConvertable: false
332
- }
333
- },
334
- isResult: false,
335
- isPrimitive: false,
336
- isConvertable: false
337
- },
338
- "18": {
339
- name: "Result<AccountId, LangError",
340
- body: {
341
- ok: {
342
- name: "AccountId",
343
- body: "string | number[]",
344
- isResult: false,
345
- isPrimitive: true,
346
- isConvertable: false
347
- },
348
- err: {
349
- name: "LangError",
350
- body: {
351
- CouldNotReadInput: null
352
- },
353
- isResult: false,
354
- isPrimitive: false,
355
- isConvertable: false
356
- }
357
- },
358
- isResult: true,
359
- isPrimitive: false,
360
- isConvertable: false
361
- },
362
- "19": {
363
- name: "Result<Array, LangError",
364
- body: {
365
- ok: {
366
- name: "Array",
367
- body: {
368
- "0": {
369
- name: "Payee",
370
- body: {
371
- Provider: null,
372
- Dapp: null
373
- },
374
- isResult: false,
375
- isPrimitive: false,
376
- isConvertable: false
377
- }
378
- },
379
- isResult: false,
380
- isPrimitive: false,
381
- isConvertable: false
382
- },
383
- err: {
384
- name: "LangError",
385
- body: {
386
- CouldNotReadInput: null
387
- },
388
- isResult: false,
389
- isPrimitive: false,
390
- isConvertable: false
391
- }
392
- },
393
- isResult: true,
394
- isPrimitive: false,
395
- isConvertable: false
396
- },
397
- "20": {
398
- name: "Array",
399
- body: {
400
- "0": {
401
- name: "Payee",
402
- body: {
403
- Provider: null,
404
- Dapp: null
405
- },
406
- isResult: false,
407
- isPrimitive: false,
408
- isConvertable: false
409
- }
410
- },
411
- isResult: false,
412
- isPrimitive: false,
413
- isConvertable: false
414
- },
415
- "21": {
416
- name: "Payee",
417
- body: {
418
- Provider: null,
419
- Dapp: null
420
- },
421
- isResult: false,
422
- isPrimitive: false,
423
- isConvertable: false
424
- },
425
- "22": {
426
- name: "Result<Array, LangError",
427
- body: {
428
- ok: {
429
- name: "Array",
430
- body: {
431
- "0": {
432
- name: "DappPayee",
433
- body: {
434
- Provider: null,
435
- Dapp: null,
436
- Any: null
437
- },
438
- isResult: false,
439
- isPrimitive: false,
440
- isConvertable: false
441
- }
442
- },
443
- isResult: false,
444
- isPrimitive: false,
445
- isConvertable: false
446
- },
447
- err: {
448
- name: "LangError",
449
- body: {
450
- CouldNotReadInput: null
451
- },
452
- isResult: false,
453
- isPrimitive: false,
454
- isConvertable: false
455
- }
456
- },
457
- isResult: true,
458
- isPrimitive: false,
459
- isConvertable: false
460
- },
461
- "23": {
462
- name: "Array",
463
- body: {
464
- "0": {
465
- name: "DappPayee",
466
- body: {
467
- Provider: null,
468
- Dapp: null,
469
- Any: null
470
- },
471
- isResult: false,
472
- isPrimitive: false,
473
- isConvertable: false
474
- }
475
- },
476
- isResult: false,
477
- isPrimitive: false,
478
- isConvertable: false
479
- },
480
- "24": {
481
- name: "DappPayee",
482
- body: {
483
- Provider: null,
484
- Dapp: null,
485
- Any: null
486
- },
487
- isResult: false,
488
- isPrimitive: false,
489
- isConvertable: false
490
- },
491
- "25": {
492
- name: "Result<Array, LangError",
493
- body: {
494
- ok: {
495
- name: "Array",
496
- body: {
497
- "0": {
498
- name: "GovernanceStatus",
499
- body: {
500
- Active: null,
501
- Inactive: null
502
- },
503
- isResult: false,
504
- isPrimitive: false,
505
- isConvertable: false
506
- }
507
- },
508
- isResult: false,
509
- isPrimitive: false,
510
- isConvertable: false
511
- },
512
- err: {
513
- name: "LangError",
514
- body: {
515
- CouldNotReadInput: null
516
- },
517
- isResult: false,
518
- isPrimitive: false,
519
- isConvertable: false
520
- }
521
- },
522
- isResult: true,
523
- isPrimitive: false,
524
- isConvertable: false
525
- },
526
- "26": {
527
- name: "Array",
528
- body: {
529
- "0": {
530
- name: "GovernanceStatus",
531
- body: {
532
- Active: null,
533
- Inactive: null
534
- },
535
- isResult: false,
536
- isPrimitive: false,
537
- isConvertable: false
538
- }
539
- },
540
- isResult: false,
541
- isPrimitive: false,
542
- isConvertable: false
543
- },
544
- "27": {
545
- name: "GovernanceStatus",
546
- body: {
547
- Active: null,
548
- Inactive: null
549
- },
550
- isResult: false,
551
- isPrimitive: false,
552
- isConvertable: false
553
- },
554
- "28": {
555
- name: "Result<ReturnNumber, LangError",
556
- body: {
557
- ok: {
558
- name: "ReturnNumber",
559
- isResult: false,
560
- isPrimitive: false,
561
- isConvertable: true
562
- },
563
- err: {
564
- name: "LangError",
565
- body: {
566
- CouldNotReadInput: null
567
- },
568
- isResult: false,
569
- isPrimitive: false,
570
- isConvertable: false
571
- }
572
- },
573
- isResult: true,
574
- isPrimitive: false,
575
- isConvertable: false
576
- },
577
- "29": {
578
- name: "Result<number, LangError",
579
- body: {
580
- ok: {
581
- name: "number",
582
- isResult: false,
583
- isPrimitive: true,
584
- isConvertable: false
585
- },
586
- err: {
587
- name: "LangError",
588
- body: {
589
- CouldNotReadInput: null
590
- },
591
- isResult: false,
592
- isPrimitive: false,
593
- isConvertable: false
594
- }
595
- },
596
- isResult: true,
597
- isPrimitive: false,
598
- isConvertable: false
599
- },
600
- "30": {
601
- name: "Result<number, LangError",
602
- body: {
603
- ok: {
604
- name: "number",
605
- isResult: false,
606
- isPrimitive: true,
607
- isConvertable: false
608
- },
609
- err: {
610
- name: "LangError",
611
- body: {
612
- CouldNotReadInput: null
613
- },
614
- isResult: false,
615
- isPrimitive: false,
616
- isConvertable: false
617
- }
618
- },
619
- isResult: true,
620
- isPrimitive: false,
621
- isConvertable: false
622
- },
623
- "31": {
624
- name: "number",
625
- isResult: false,
626
- isPrimitive: true,
627
- isConvertable: false
628
- },
629
- "32": {
630
- name: "Result<Result<Provider, Error, LangError",
631
- body: {
632
- ok: {
633
- name: "Result<Provider, Error",
634
- body: {
635
- ok: {
636
- name: "Provider",
637
- body: {
638
- status: {
639
- name: "GovernanceStatus",
640
- body: {
641
- Active: null,
642
- Inactive: null
643
- },
644
- isResult: false,
645
- isPrimitive: false,
646
- isConvertable: false
647
- },
648
- balance: {
649
- name: "ReturnNumber",
650
- isResult: false,
651
- isPrimitive: false,
652
- isConvertable: true
653
- },
654
- fee: {
655
- name: "number",
656
- isResult: false,
657
- isPrimitive: true,
658
- isConvertable: false
659
- },
660
- payee: {
661
- name: "Payee",
662
- body: {
663
- Provider: null,
664
- Dapp: null
665
- },
666
- isResult: false,
667
- isPrimitive: false,
668
- isConvertable: false
669
- },
670
- url: {
671
- name: "Array",
672
- body: {
673
- "0": {
674
- name: "number",
675
- isResult: false,
676
- isPrimitive: true,
677
- isConvertable: false
678
- }
679
- },
680
- isResult: false,
681
- isPrimitive: false,
682
- isConvertable: false
683
- },
684
- datasetId: {
685
- name: "Hash",
686
- body: "string | number[]",
687
- isResult: false,
688
- isPrimitive: true,
689
- isConvertable: false
690
- },
691
- datasetIdContent: {
692
- name: "Hash",
693
- body: "string | number[]",
694
- isResult: false,
695
- isPrimitive: true,
696
- isConvertable: false
697
- }
698
- },
699
- isResult: false,
700
- isPrimitive: false,
701
- isConvertable: false
702
- },
703
- err: {
704
- name: "Error",
705
- body: {
706
- NotAuthorised: null,
707
- TransferFailed: null,
708
- SetCodeHashFailed: null,
709
- InvalidDestination: null,
710
- UnknownMessage: null,
711
- ProviderAccountExists: null,
712
- ProviderExists: null,
713
- ProviderAccountDoesNotExist: null,
714
- ProviderDoesNotExist: null,
715
- ProviderInsufficientFunds: null,
716
- ProviderInactive: null,
717
- ProviderUrlUsed: null,
718
- DappExists: null,
719
- DappDoesNotExist: null,
720
- DappInactive: null,
721
- DappInsufficientFunds: null,
722
- CaptchaDataDoesNotExist: null,
723
- CommitDoesNotExist: null,
724
- DappUserDoesNotExist: null,
725
- NoActiveProviders: null,
726
- DatasetIdSolutionsSame: null,
727
- CodeNotFound: null,
728
- Unknown: null,
729
- InvalidContract: null,
730
- InvalidPayee: null,
731
- InvalidCaptchaStatus: null,
732
- NoCorrectCaptcha: null,
733
- NotEnoughActiveProviders: null,
734
- ProviderFeeTooHigh: null,
735
- CommitAlreadyExists: null,
736
- NotAuthor: null
737
- },
738
- isResult: false,
739
- isPrimitive: false,
740
- isConvertable: false
741
- }
742
- },
743
- isResult: true,
744
- isPrimitive: false,
745
- isConvertable: false
746
- },
747
- err: {
748
- name: "LangError",
749
- body: {
750
- CouldNotReadInput: null
751
- },
752
- isResult: false,
753
- isPrimitive: false,
754
- isConvertable: false
755
- }
756
- },
757
- isResult: true,
758
- isPrimitive: false,
759
- isConvertable: false
760
- },
761
- "33": {
762
- name: "Result<Provider, Error",
763
- body: {
764
- ok: {
765
- name: "Provider",
766
- body: {
767
- status: {
768
- name: "GovernanceStatus",
769
- body: {
770
- Active: null,
771
- Inactive: null
772
- },
773
- isResult: false,
774
- isPrimitive: false,
775
- isConvertable: false
776
- },
777
- balance: {
778
- name: "ReturnNumber",
779
- isResult: false,
780
- isPrimitive: false,
781
- isConvertable: true
782
- },
783
- fee: {
784
- name: "number",
785
- isResult: false,
786
- isPrimitive: true,
787
- isConvertable: false
788
- },
789
- payee: {
790
- name: "Payee",
791
- body: {
792
- Provider: null,
793
- Dapp: null
794
- },
795
- isResult: false,
796
- isPrimitive: false,
797
- isConvertable: false
798
- },
799
- url: {
800
- name: "Array",
801
- body: {
802
- "0": {
803
- name: "number",
804
- isResult: false,
805
- isPrimitive: true,
806
- isConvertable: false
807
- }
808
- },
809
- isResult: false,
810
- isPrimitive: false,
811
- isConvertable: false
812
- },
813
- datasetId: {
814
- name: "Hash",
815
- body: "string | number[]",
816
- isResult: false,
817
- isPrimitive: true,
818
- isConvertable: false
819
- },
820
- datasetIdContent: {
821
- name: "Hash",
822
- body: "string | number[]",
823
- isResult: false,
824
- isPrimitive: true,
825
- isConvertable: false
826
- }
827
- },
828
- isResult: false,
829
- isPrimitive: false,
830
- isConvertable: false
831
- },
832
- err: {
833
- name: "Error",
834
- body: {
835
- NotAuthorised: null,
836
- TransferFailed: null,
837
- SetCodeHashFailed: null,
838
- InvalidDestination: null,
839
- UnknownMessage: null,
840
- ProviderAccountExists: null,
841
- ProviderExists: null,
842
- ProviderAccountDoesNotExist: null,
843
- ProviderDoesNotExist: null,
844
- ProviderInsufficientFunds: null,
845
- ProviderInactive: null,
846
- ProviderUrlUsed: null,
847
- DappExists: null,
848
- DappDoesNotExist: null,
849
- DappInactive: null,
850
- DappInsufficientFunds: null,
851
- CaptchaDataDoesNotExist: null,
852
- CommitDoesNotExist: null,
853
- DappUserDoesNotExist: null,
854
- NoActiveProviders: null,
855
- DatasetIdSolutionsSame: null,
856
- CodeNotFound: null,
857
- Unknown: null,
858
- InvalidContract: null,
859
- InvalidPayee: null,
860
- InvalidCaptchaStatus: null,
861
- NoCorrectCaptcha: null,
862
- NotEnoughActiveProviders: null,
863
- ProviderFeeTooHigh: null,
864
- CommitAlreadyExists: null,
865
- NotAuthor: null
866
- },
867
- isResult: false,
868
- isPrimitive: false,
869
- isConvertable: false
870
- }
871
- },
872
- isResult: true,
873
- isPrimitive: false,
874
- isConvertable: false
875
- },
876
- "34": {
877
- name: "Provider",
878
- body: {
879
- status: {
880
- name: "GovernanceStatus",
881
- body: {
882
- Active: null,
883
- Inactive: null
884
- },
885
- isResult: false,
886
- isPrimitive: false,
887
- isConvertable: false
888
- },
889
- balance: {
890
- name: "ReturnNumber",
891
- isResult: false,
892
- isPrimitive: false,
893
- isConvertable: true
894
- },
895
- fee: {
896
- name: "number",
897
- isResult: false,
898
- isPrimitive: true,
899
- isConvertable: false
900
- },
901
- payee: {
902
- name: "Payee",
903
- body: {
904
- Provider: null,
905
- Dapp: null
906
- },
907
- isResult: false,
908
- isPrimitive: false,
909
- isConvertable: false
910
- },
911
- url: {
912
- name: "Array",
913
- body: {
914
- "0": {
915
- name: "number",
916
- isResult: false,
917
- isPrimitive: true,
918
- isConvertable: false
919
- }
920
- },
921
- isResult: false,
922
- isPrimitive: false,
923
- isConvertable: false
924
- },
925
- datasetId: {
926
- name: "Hash",
927
- body: "string | number[]",
928
- isResult: false,
929
- isPrimitive: true,
930
- isConvertable: false
931
- },
932
- datasetIdContent: {
933
- name: "Hash",
934
- body: "string | number[]",
935
- isResult: false,
936
- isPrimitive: true,
937
- isConvertable: false
938
- }
939
- },
940
- isResult: false,
941
- isPrimitive: false,
942
- isConvertable: false
943
- },
944
- "35": {
945
- name: "Result<Result<Dapp, Error, LangError",
946
- body: {
947
- ok: {
948
- name: "Result<Dapp, Error",
949
- body: {
950
- ok: {
951
- name: "Dapp",
952
- body: {
953
- status: {
954
- name: "GovernanceStatus",
955
- body: {
956
- Active: null,
957
- Inactive: null
958
- },
959
- isResult: false,
960
- isPrimitive: false,
961
- isConvertable: false
962
- },
963
- balance: {
964
- name: "ReturnNumber",
965
- isResult: false,
966
- isPrimitive: false,
967
- isConvertable: true
968
- },
969
- owner: {
970
- name: "AccountId",
971
- body: "string | number[]",
972
- isResult: false,
973
- isPrimitive: true,
974
- isConvertable: false
975
- },
976
- payee: {
977
- name: "DappPayee",
978
- body: {
979
- Provider: null,
980
- Dapp: null,
981
- Any: null
982
- },
983
- isResult: false,
984
- isPrimitive: false,
985
- isConvertable: false
986
- }
987
- },
988
- isResult: false,
989
- isPrimitive: false,
990
- isConvertable: false
991
- },
992
- err: {
993
- name: "Error",
994
- body: {
995
- NotAuthorised: null,
996
- TransferFailed: null,
997
- SetCodeHashFailed: null,
998
- InvalidDestination: null,
999
- UnknownMessage: null,
1000
- ProviderAccountExists: null,
1001
- ProviderExists: null,
1002
- ProviderAccountDoesNotExist: null,
1003
- ProviderDoesNotExist: null,
1004
- ProviderInsufficientFunds: null,
1005
- ProviderInactive: null,
1006
- ProviderUrlUsed: null,
1007
- DappExists: null,
1008
- DappDoesNotExist: null,
1009
- DappInactive: null,
1010
- DappInsufficientFunds: null,
1011
- CaptchaDataDoesNotExist: null,
1012
- CommitDoesNotExist: null,
1013
- DappUserDoesNotExist: null,
1014
- NoActiveProviders: null,
1015
- DatasetIdSolutionsSame: null,
1016
- CodeNotFound: null,
1017
- Unknown: null,
1018
- InvalidContract: null,
1019
- InvalidPayee: null,
1020
- InvalidCaptchaStatus: null,
1021
- NoCorrectCaptcha: null,
1022
- NotEnoughActiveProviders: null,
1023
- ProviderFeeTooHigh: null,
1024
- CommitAlreadyExists: null,
1025
- NotAuthor: null
1026
- },
1027
- isResult: false,
1028
- isPrimitive: false,
1029
- isConvertable: false
1030
- }
1031
- },
1032
- isResult: true,
1033
- isPrimitive: false,
1034
- isConvertable: false
1035
- },
1036
- err: {
1037
- name: "LangError",
1038
- body: {
1039
- CouldNotReadInput: null
1040
- },
1041
- isResult: false,
1042
- isPrimitive: false,
1043
- isConvertable: false
1044
- }
1045
- },
1046
- isResult: true,
1047
- isPrimitive: false,
1048
- isConvertable: false
1049
- },
1050
- "36": {
1051
- name: "Result<Dapp, Error",
1052
- body: {
1053
- ok: {
1054
- name: "Dapp",
1055
- body: {
1056
- status: {
1057
- name: "GovernanceStatus",
1058
- body: {
1059
- Active: null,
1060
- Inactive: null
1061
- },
1062
- isResult: false,
1063
- isPrimitive: false,
1064
- isConvertable: false
1065
- },
1066
- balance: {
1067
- name: "ReturnNumber",
1068
- isResult: false,
1069
- isPrimitive: false,
1070
- isConvertable: true
1071
- },
1072
- owner: {
1073
- name: "AccountId",
1074
- body: "string | number[]",
1075
- isResult: false,
1076
- isPrimitive: true,
1077
- isConvertable: false
1078
- },
1079
- payee: {
1080
- name: "DappPayee",
1081
- body: {
1082
- Provider: null,
1083
- Dapp: null,
1084
- Any: null
1085
- },
1086
- isResult: false,
1087
- isPrimitive: false,
1088
- isConvertable: false
1089
- }
1090
- },
1091
- isResult: false,
1092
- isPrimitive: false,
1093
- isConvertable: false
1094
- },
1095
- err: {
1096
- name: "Error",
1097
- body: {
1098
- NotAuthorised: null,
1099
- TransferFailed: null,
1100
- SetCodeHashFailed: null,
1101
- InvalidDestination: null,
1102
- UnknownMessage: null,
1103
- ProviderAccountExists: null,
1104
- ProviderExists: null,
1105
- ProviderAccountDoesNotExist: null,
1106
- ProviderDoesNotExist: null,
1107
- ProviderInsufficientFunds: null,
1108
- ProviderInactive: null,
1109
- ProviderUrlUsed: null,
1110
- DappExists: null,
1111
- DappDoesNotExist: null,
1112
- DappInactive: null,
1113
- DappInsufficientFunds: null,
1114
- CaptchaDataDoesNotExist: null,
1115
- CommitDoesNotExist: null,
1116
- DappUserDoesNotExist: null,
1117
- NoActiveProviders: null,
1118
- DatasetIdSolutionsSame: null,
1119
- CodeNotFound: null,
1120
- Unknown: null,
1121
- InvalidContract: null,
1122
- InvalidPayee: null,
1123
- InvalidCaptchaStatus: null,
1124
- NoCorrectCaptcha: null,
1125
- NotEnoughActiveProviders: null,
1126
- ProviderFeeTooHigh: null,
1127
- CommitAlreadyExists: null,
1128
- NotAuthor: null
1129
- },
1130
- isResult: false,
1131
- isPrimitive: false,
1132
- isConvertable: false
1133
- }
1134
- },
1135
- isResult: true,
1136
- isPrimitive: false,
1137
- isConvertable: false
1138
- },
1139
- "37": {
1140
- name: "Dapp",
1141
- body: {
1142
- status: {
1143
- name: "GovernanceStatus",
1144
- body: {
1145
- Active: null,
1146
- Inactive: null
1147
- },
1148
- isResult: false,
1149
- isPrimitive: false,
1150
- isConvertable: false
1151
- },
1152
- balance: {
1153
- name: "ReturnNumber",
1154
- isResult: false,
1155
- isPrimitive: false,
1156
- isConvertable: true
1157
- },
1158
- owner: {
1159
- name: "AccountId",
1160
- body: "string | number[]",
1161
- isResult: false,
1162
- isPrimitive: true,
1163
- isConvertable: false
1164
- },
1165
- payee: {
1166
- name: "DappPayee",
1167
- body: {
1168
- Provider: null,
1169
- Dapp: null,
1170
- Any: null
1171
- },
1172
- isResult: false,
1173
- isPrimitive: false,
1174
- isConvertable: false
1175
- }
1176
- },
1177
- isResult: false,
1178
- isPrimitive: false,
1179
- isConvertable: false
1180
- },
1181
- "38": {
1182
- name: "Result<Result<UserHistorySummary, Error, LangError",
1183
- body: {
1184
- ok: {
1185
- name: "Result<UserHistorySummary, Error",
1186
- body: {
1187
- ok: {
1188
- name: "UserHistorySummary",
1189
- body: {
1190
- correct: {
1191
- name: "number",
1192
- isResult: false,
1193
- isPrimitive: true,
1194
- isConvertable: false
1195
- },
1196
- incorrect: {
1197
- name: "number",
1198
- isResult: false,
1199
- isPrimitive: true,
1200
- isConvertable: false
1201
- },
1202
- score: {
1203
- name: "number",
1204
- isResult: false,
1205
- isPrimitive: true,
1206
- isConvertable: false
1207
- }
1208
- },
1209
- isResult: false,
1210
- isPrimitive: false,
1211
- isConvertable: false
1212
- },
1213
- err: {
1214
- name: "Error",
1215
- body: {
1216
- NotAuthorised: null,
1217
- TransferFailed: null,
1218
- SetCodeHashFailed: null,
1219
- InvalidDestination: null,
1220
- UnknownMessage: null,
1221
- ProviderAccountExists: null,
1222
- ProviderExists: null,
1223
- ProviderAccountDoesNotExist: null,
1224
- ProviderDoesNotExist: null,
1225
- ProviderInsufficientFunds: null,
1226
- ProviderInactive: null,
1227
- ProviderUrlUsed: null,
1228
- DappExists: null,
1229
- DappDoesNotExist: null,
1230
- DappInactive: null,
1231
- DappInsufficientFunds: null,
1232
- CaptchaDataDoesNotExist: null,
1233
- CommitDoesNotExist: null,
1234
- DappUserDoesNotExist: null,
1235
- NoActiveProviders: null,
1236
- DatasetIdSolutionsSame: null,
1237
- CodeNotFound: null,
1238
- Unknown: null,
1239
- InvalidContract: null,
1240
- InvalidPayee: null,
1241
- InvalidCaptchaStatus: null,
1242
- NoCorrectCaptcha: null,
1243
- NotEnoughActiveProviders: null,
1244
- ProviderFeeTooHigh: null,
1245
- CommitAlreadyExists: null,
1246
- NotAuthor: null
1247
- },
1248
- isResult: false,
1249
- isPrimitive: false,
1250
- isConvertable: false
1251
- }
1252
- },
1253
- isResult: true,
1254
- isPrimitive: false,
1255
- isConvertable: false
1256
- },
1257
- err: {
1258
- name: "LangError",
1259
- body: {
1260
- CouldNotReadInput: null
1261
- },
1262
- isResult: false,
1263
- isPrimitive: false,
1264
- isConvertable: false
1265
- }
1266
- },
1267
- isResult: true,
1268
- isPrimitive: false,
1269
- isConvertable: false
1270
- },
1271
- "39": {
1272
- name: "Result<UserHistorySummary, Error",
1273
- body: {
1274
- ok: {
1275
- name: "UserHistorySummary",
1276
- body: {
1277
- correct: {
1278
- name: "number",
1279
- isResult: false,
1280
- isPrimitive: true,
1281
- isConvertable: false
1282
- },
1283
- incorrect: {
1284
- name: "number",
1285
- isResult: false,
1286
- isPrimitive: true,
1287
- isConvertable: false
1288
- },
1289
- score: {
1290
- name: "number",
1291
- isResult: false,
1292
- isPrimitive: true,
1293
- isConvertable: false
1294
- }
1295
- },
1296
- isResult: false,
1297
- isPrimitive: false,
1298
- isConvertable: false
1299
- },
1300
- err: {
1301
- name: "Error",
1302
- body: {
1303
- NotAuthorised: null,
1304
- TransferFailed: null,
1305
- SetCodeHashFailed: null,
1306
- InvalidDestination: null,
1307
- UnknownMessage: null,
1308
- ProviderAccountExists: null,
1309
- ProviderExists: null,
1310
- ProviderAccountDoesNotExist: null,
1311
- ProviderDoesNotExist: null,
1312
- ProviderInsufficientFunds: null,
1313
- ProviderInactive: null,
1314
- ProviderUrlUsed: null,
1315
- DappExists: null,
1316
- DappDoesNotExist: null,
1317
- DappInactive: null,
1318
- DappInsufficientFunds: null,
1319
- CaptchaDataDoesNotExist: null,
1320
- CommitDoesNotExist: null,
1321
- DappUserDoesNotExist: null,
1322
- NoActiveProviders: null,
1323
- DatasetIdSolutionsSame: null,
1324
- CodeNotFound: null,
1325
- Unknown: null,
1326
- InvalidContract: null,
1327
- InvalidPayee: null,
1328
- InvalidCaptchaStatus: null,
1329
- NoCorrectCaptcha: null,
1330
- NotEnoughActiveProviders: null,
1331
- ProviderFeeTooHigh: null,
1332
- CommitAlreadyExists: null,
1333
- NotAuthor: null
1334
- },
1335
- isResult: false,
1336
- isPrimitive: false,
1337
- isConvertable: false
1338
- }
1339
- },
1340
- isResult: true,
1341
- isPrimitive: false,
1342
- isConvertable: false
1343
- },
1344
- "40": {
1345
- name: "UserHistorySummary",
1346
- body: {
1347
- correct: {
1348
- name: "number",
1349
- isResult: false,
1350
- isPrimitive: true,
1351
- isConvertable: false
1352
- },
1353
- incorrect: {
1354
- name: "number",
1355
- isResult: false,
1356
- isPrimitive: true,
1357
- isConvertable: false
1358
- },
1359
- score: {
1360
- name: "number",
1361
- isResult: false,
1362
- isPrimitive: true,
1363
- isConvertable: false
1364
- }
1365
- },
1366
- isResult: false,
1367
- isPrimitive: false,
1368
- isConvertable: false
1369
- },
1370
- "41": {
1371
- name: "Commit",
1372
- body: {
1373
- id: {
1374
- name: "Hash",
1375
- body: "string | number[]",
1376
- isResult: false,
1377
- isPrimitive: true,
1378
- isConvertable: false
1379
- },
1380
- userAccount: {
1381
- name: "AccountId",
1382
- body: "string | number[]",
1383
- isResult: false,
1384
- isPrimitive: true,
1385
- isConvertable: false
1386
- },
1387
- datasetId: {
1388
- name: "Hash",
1389
- body: "string | number[]",
1390
- isResult: false,
1391
- isPrimitive: true,
1392
- isConvertable: false
1393
- },
1394
- status: {
1395
- name: "CaptchaStatus",
1396
- body: {
1397
- Pending: null,
1398
- Approved: null,
1399
- Disapproved: null
1400
- },
1401
- isResult: false,
1402
- isPrimitive: false,
1403
- isConvertable: false
1404
- },
1405
- dappContract: {
1406
- name: "AccountId",
1407
- body: "string | number[]",
1408
- isResult: false,
1409
- isPrimitive: true,
1410
- isConvertable: false
1411
- },
1412
- providerAccount: {
1413
- name: "AccountId",
1414
- body: "string | number[]",
1415
- isResult: false,
1416
- isPrimitive: true,
1417
- isConvertable: false
1418
- },
1419
- requestedAt: {
1420
- name: "number",
1421
- isResult: false,
1422
- isPrimitive: true,
1423
- isConvertable: false
1424
- },
1425
- completedAt: {
1426
- name: "number",
1427
- isResult: false,
1428
- isPrimitive: true,
1429
- isConvertable: false
1430
- },
1431
- userSignature: {
1432
- name: "Array",
1433
- body: {
1434
- "0": {
1435
- name: "number",
1436
- isResult: false,
1437
- isPrimitive: true,
1438
- isConvertable: false
1439
- }
1440
- },
1441
- isResult: false,
1442
- isPrimitive: false,
1443
- isConvertable: false
1444
- }
1445
- },
1446
- isResult: false,
1447
- isPrimitive: false,
1448
- isConvertable: false
1449
- },
1450
- "42": {
1451
- name: "CaptchaStatus",
1452
- body: {
1453
- Pending: null,
1454
- Approved: null,
1455
- Disapproved: null
1456
- },
1457
- isResult: false,
1458
- isPrimitive: false,
1459
- isConvertable: false
1460
- },
1461
- "43": {
1462
- name: "Array",
1463
- body: {
1464
- "0": {
1465
- name: "number",
1466
- isResult: false,
1467
- isPrimitive: true,
1468
- isConvertable: false
1469
- }
1470
- },
1471
- isResult: false,
1472
- isPrimitive: false,
1473
- isConvertable: false
1474
- },
1475
- "44": {
1476
- name: "Array",
1477
- body: {
1478
- "0": {
1479
- name: "Commit",
1480
- body: {
1481
- id: {
1482
- name: "Hash",
1483
- body: "string | number[]",
1484
- isResult: false,
1485
- isPrimitive: true,
1486
- isConvertable: false
1487
- },
1488
- userAccount: {
1489
- name: "AccountId",
1490
- body: "string | number[]",
1491
- isResult: false,
1492
- isPrimitive: true,
1493
- isConvertable: false
1494
- },
1495
- datasetId: {
1496
- name: "Hash",
1497
- body: "string | number[]",
1498
- isResult: false,
1499
- isPrimitive: true,
1500
- isConvertable: false
1501
- },
1502
- status: {
1503
- name: "CaptchaStatus",
1504
- body: {
1505
- Pending: null,
1506
- Approved: null,
1507
- Disapproved: null
1508
- },
1509
- isResult: false,
1510
- isPrimitive: false,
1511
- isConvertable: false
1512
- },
1513
- dappContract: {
1514
- name: "AccountId",
1515
- body: "string | number[]",
1516
- isResult: false,
1517
- isPrimitive: true,
1518
- isConvertable: false
1519
- },
1520
- providerAccount: {
1521
- name: "AccountId",
1522
- body: "string | number[]",
1523
- isResult: false,
1524
- isPrimitive: true,
1525
- isConvertable: false
1526
- },
1527
- requestedAt: {
1528
- name: "number",
1529
- isResult: false,
1530
- isPrimitive: true,
1531
- isConvertable: false
1532
- },
1533
- completedAt: {
1534
- name: "number",
1535
- isResult: false,
1536
- isPrimitive: true,
1537
- isConvertable: false
1538
- },
1539
- userSignature: {
1540
- name: "Array",
1541
- body: {
1542
- "0": {
1543
- name: "number",
1544
- isResult: false,
1545
- isPrimitive: true,
1546
- isConvertable: false
1547
- }
1548
- },
1549
- isResult: false,
1550
- isPrimitive: false,
1551
- isConvertable: false
1552
- }
1553
- },
1554
- isResult: false,
1555
- isPrimitive: false,
1556
- isConvertable: false
1557
- }
1558
- },
1559
- isResult: false,
1560
- isPrimitive: false,
1561
- isConvertable: false
1562
- },
1563
- "45": {
1564
- name: "Result<Result<boolean, Error, LangError",
1565
- body: {
1566
- ok: {
1567
- name: "Result<boolean, Error",
1568
- body: {
1569
- ok: {
1570
- name: "boolean",
1571
- isResult: false,
1572
- isPrimitive: true,
1573
- isConvertable: false
1574
- },
1575
- err: {
1576
- name: "Error",
1577
- body: {
1578
- NotAuthorised: null,
1579
- TransferFailed: null,
1580
- SetCodeHashFailed: null,
1581
- InvalidDestination: null,
1582
- UnknownMessage: null,
1583
- ProviderAccountExists: null,
1584
- ProviderExists: null,
1585
- ProviderAccountDoesNotExist: null,
1586
- ProviderDoesNotExist: null,
1587
- ProviderInsufficientFunds: null,
1588
- ProviderInactive: null,
1589
- ProviderUrlUsed: null,
1590
- DappExists: null,
1591
- DappDoesNotExist: null,
1592
- DappInactive: null,
1593
- DappInsufficientFunds: null,
1594
- CaptchaDataDoesNotExist: null,
1595
- CommitDoesNotExist: null,
1596
- DappUserDoesNotExist: null,
1597
- NoActiveProviders: null,
1598
- DatasetIdSolutionsSame: null,
1599
- CodeNotFound: null,
1600
- Unknown: null,
1601
- InvalidContract: null,
1602
- InvalidPayee: null,
1603
- InvalidCaptchaStatus: null,
1604
- NoCorrectCaptcha: null,
1605
- NotEnoughActiveProviders: null,
1606
- ProviderFeeTooHigh: null,
1607
- CommitAlreadyExists: null,
1608
- NotAuthor: null
1609
- },
1610
- isResult: false,
1611
- isPrimitive: false,
1612
- isConvertable: false
1613
- }
1614
- },
1615
- isResult: true,
1616
- isPrimitive: false,
1617
- isConvertable: false
1618
- },
1619
- err: {
1620
- name: "LangError",
1621
- body: {
1622
- CouldNotReadInput: null
1623
- },
1624
- isResult: false,
1625
- isPrimitive: false,
1626
- isConvertable: false
1627
- }
1628
- },
1629
- isResult: true,
1630
- isPrimitive: false,
1631
- isConvertable: false
1632
- },
1633
- "46": {
1634
- name: "Result<boolean, Error",
1635
- body: {
1636
- ok: {
1637
- name: "boolean",
1638
- isResult: false,
1639
- isPrimitive: true,
1640
- isConvertable: false
1641
- },
1642
- err: {
1643
- name: "Error",
1644
- body: {
1645
- NotAuthorised: null,
1646
- TransferFailed: null,
1647
- SetCodeHashFailed: null,
1648
- InvalidDestination: null,
1649
- UnknownMessage: null,
1650
- ProviderAccountExists: null,
1651
- ProviderExists: null,
1652
- ProviderAccountDoesNotExist: null,
1653
- ProviderDoesNotExist: null,
1654
- ProviderInsufficientFunds: null,
1655
- ProviderInactive: null,
1656
- ProviderUrlUsed: null,
1657
- DappExists: null,
1658
- DappDoesNotExist: null,
1659
- DappInactive: null,
1660
- DappInsufficientFunds: null,
1661
- CaptchaDataDoesNotExist: null,
1662
- CommitDoesNotExist: null,
1663
- DappUserDoesNotExist: null,
1664
- NoActiveProviders: null,
1665
- DatasetIdSolutionsSame: null,
1666
- CodeNotFound: null,
1667
- Unknown: null,
1668
- InvalidContract: null,
1669
- InvalidPayee: null,
1670
- InvalidCaptchaStatus: null,
1671
- NoCorrectCaptcha: null,
1672
- NotEnoughActiveProviders: null,
1673
- ProviderFeeTooHigh: null,
1674
- CommitAlreadyExists: null,
1675
- NotAuthor: null
1676
- },
1677
- isResult: false,
1678
- isPrimitive: false,
1679
- isConvertable: false
1680
- }
1681
- },
1682
- isResult: true,
1683
- isPrimitive: false,
1684
- isConvertable: false
1685
- },
1686
- "47": {
1687
- name: "boolean",
1688
- isResult: false,
1689
- isPrimitive: true,
1690
- isConvertable: false
1691
- },
1692
- "48": {
1693
- name: "Result<Result<LastCorrectCaptcha, Error, LangError",
1694
- body: {
1695
- ok: {
1696
- name: "Result<LastCorrectCaptcha, Error",
1697
- body: {
1698
- ok: {
1699
- name: "LastCorrectCaptcha",
1700
- body: {
1701
- before: {
1702
- name: "number",
1703
- isResult: false,
1704
- isPrimitive: true,
1705
- isConvertable: false
1706
- },
1707
- dappContract: {
1708
- name: "AccountId",
1709
- body: "string | number[]",
1710
- isResult: false,
1711
- isPrimitive: true,
1712
- isConvertable: false
1713
- }
1714
- },
1715
- isResult: false,
1716
- isPrimitive: false,
1717
- isConvertable: false
1718
- },
1719
- err: {
1720
- name: "Error",
1721
- body: {
1722
- NotAuthorised: null,
1723
- TransferFailed: null,
1724
- SetCodeHashFailed: null,
1725
- InvalidDestination: null,
1726
- UnknownMessage: null,
1727
- ProviderAccountExists: null,
1728
- ProviderExists: null,
1729
- ProviderAccountDoesNotExist: null,
1730
- ProviderDoesNotExist: null,
1731
- ProviderInsufficientFunds: null,
1732
- ProviderInactive: null,
1733
- ProviderUrlUsed: null,
1734
- DappExists: null,
1735
- DappDoesNotExist: null,
1736
- DappInactive: null,
1737
- DappInsufficientFunds: null,
1738
- CaptchaDataDoesNotExist: null,
1739
- CommitDoesNotExist: null,
1740
- DappUserDoesNotExist: null,
1741
- NoActiveProviders: null,
1742
- DatasetIdSolutionsSame: null,
1743
- CodeNotFound: null,
1744
- Unknown: null,
1745
- InvalidContract: null,
1746
- InvalidPayee: null,
1747
- InvalidCaptchaStatus: null,
1748
- NoCorrectCaptcha: null,
1749
- NotEnoughActiveProviders: null,
1750
- ProviderFeeTooHigh: null,
1751
- CommitAlreadyExists: null,
1752
- NotAuthor: null
1753
- },
1754
- isResult: false,
1755
- isPrimitive: false,
1756
- isConvertable: false
1757
- }
1758
- },
1759
- isResult: true,
1760
- isPrimitive: false,
1761
- isConvertable: false
1762
- },
1763
- err: {
1764
- name: "LangError",
1765
- body: {
1766
- CouldNotReadInput: null
1767
- },
1768
- isResult: false,
1769
- isPrimitive: false,
1770
- isConvertable: false
1771
- }
1772
- },
1773
- isResult: true,
1774
- isPrimitive: false,
1775
- isConvertable: false
1776
- },
1777
- "49": {
1778
- name: "Result<LastCorrectCaptcha, Error",
1779
- body: {
1780
- ok: {
1781
- name: "LastCorrectCaptcha",
1782
- body: {
1783
- before: {
1784
- name: "number",
1785
- isResult: false,
1786
- isPrimitive: true,
1787
- isConvertable: false
1788
- },
1789
- dappContract: {
1790
- name: "AccountId",
1791
- body: "string | number[]",
1792
- isResult: false,
1793
- isPrimitive: true,
1794
- isConvertable: false
1795
- }
1796
- },
1797
- isResult: false,
1798
- isPrimitive: false,
1799
- isConvertable: false
1800
- },
1801
- err: {
1802
- name: "Error",
1803
- body: {
1804
- NotAuthorised: null,
1805
- TransferFailed: null,
1806
- SetCodeHashFailed: null,
1807
- InvalidDestination: null,
1808
- UnknownMessage: null,
1809
- ProviderAccountExists: null,
1810
- ProviderExists: null,
1811
- ProviderAccountDoesNotExist: null,
1812
- ProviderDoesNotExist: null,
1813
- ProviderInsufficientFunds: null,
1814
- ProviderInactive: null,
1815
- ProviderUrlUsed: null,
1816
- DappExists: null,
1817
- DappDoesNotExist: null,
1818
- DappInactive: null,
1819
- DappInsufficientFunds: null,
1820
- CaptchaDataDoesNotExist: null,
1821
- CommitDoesNotExist: null,
1822
- DappUserDoesNotExist: null,
1823
- NoActiveProviders: null,
1824
- DatasetIdSolutionsSame: null,
1825
- CodeNotFound: null,
1826
- Unknown: null,
1827
- InvalidContract: null,
1828
- InvalidPayee: null,
1829
- InvalidCaptchaStatus: null,
1830
- NoCorrectCaptcha: null,
1831
- NotEnoughActiveProviders: null,
1832
- ProviderFeeTooHigh: null,
1833
- CommitAlreadyExists: null,
1834
- NotAuthor: null
1835
- },
1836
- isResult: false,
1837
- isPrimitive: false,
1838
- isConvertable: false
1839
- }
1840
- },
1841
- isResult: true,
1842
- isPrimitive: false,
1843
- isConvertable: false
1844
- },
1845
- "50": {
1846
- name: "LastCorrectCaptcha",
1847
- body: {
1848
- before: {
1849
- name: "number",
1850
- isResult: false,
1851
- isPrimitive: true,
1852
- isConvertable: false
1853
- },
1854
- dappContract: {
1855
- name: "AccountId",
1856
- body: "string | number[]",
1857
- isResult: false,
1858
- isPrimitive: true,
1859
- isConvertable: false
1860
- }
1861
- },
1862
- isResult: false,
1863
- isPrimitive: false,
1864
- isConvertable: false
1865
- },
1866
- "51": {
1867
- name: "Result<Result<CaptchaData, Error, LangError",
1868
- body: {
1869
- ok: {
1870
- name: "Result<CaptchaData, Error",
1871
- body: {
1872
- ok: {
1873
- name: "CaptchaData",
1874
- body: {
1875
- providerAccount: {
1876
- name: "AccountId",
1877
- body: "string | number[]",
1878
- isResult: false,
1879
- isPrimitive: true,
1880
- isConvertable: false
1881
- },
1882
- datasetId: {
1883
- name: "Hash",
1884
- body: "string | number[]",
1885
- isResult: false,
1886
- isPrimitive: true,
1887
- isConvertable: false
1888
- },
1889
- datasetIdContent: {
1890
- name: "Hash",
1891
- body: "string | number[]",
1892
- isResult: false,
1893
- isPrimitive: true,
1894
- isConvertable: false
1895
- }
1896
- },
1897
- isResult: false,
1898
- isPrimitive: false,
1899
- isConvertable: false
1900
- },
1901
- err: {
1902
- name: "Error",
1903
- body: {
1904
- NotAuthorised: null,
1905
- TransferFailed: null,
1906
- SetCodeHashFailed: null,
1907
- InvalidDestination: null,
1908
- UnknownMessage: null,
1909
- ProviderAccountExists: null,
1910
- ProviderExists: null,
1911
- ProviderAccountDoesNotExist: null,
1912
- ProviderDoesNotExist: null,
1913
- ProviderInsufficientFunds: null,
1914
- ProviderInactive: null,
1915
- ProviderUrlUsed: null,
1916
- DappExists: null,
1917
- DappDoesNotExist: null,
1918
- DappInactive: null,
1919
- DappInsufficientFunds: null,
1920
- CaptchaDataDoesNotExist: null,
1921
- CommitDoesNotExist: null,
1922
- DappUserDoesNotExist: null,
1923
- NoActiveProviders: null,
1924
- DatasetIdSolutionsSame: null,
1925
- CodeNotFound: null,
1926
- Unknown: null,
1927
- InvalidContract: null,
1928
- InvalidPayee: null,
1929
- InvalidCaptchaStatus: null,
1930
- NoCorrectCaptcha: null,
1931
- NotEnoughActiveProviders: null,
1932
- ProviderFeeTooHigh: null,
1933
- CommitAlreadyExists: null,
1934
- NotAuthor: null
1935
- },
1936
- isResult: false,
1937
- isPrimitive: false,
1938
- isConvertable: false
1939
- }
1940
- },
1941
- isResult: true,
1942
- isPrimitive: false,
1943
- isConvertable: false
1944
- },
1945
- err: {
1946
- name: "LangError",
1947
- body: {
1948
- CouldNotReadInput: null
1949
- },
1950
- isResult: false,
1951
- isPrimitive: false,
1952
- isConvertable: false
1953
- }
1954
- },
1955
- isResult: true,
1956
- isPrimitive: false,
1957
- isConvertable: false
1958
- },
1959
- "52": {
1960
- name: "Result<CaptchaData, Error",
1961
- body: {
1962
- ok: {
1963
- name: "CaptchaData",
1964
- body: {
1965
- providerAccount: {
1966
- name: "AccountId",
1967
- body: "string | number[]",
1968
- isResult: false,
1969
- isPrimitive: true,
1970
- isConvertable: false
1971
- },
1972
- datasetId: {
1973
- name: "Hash",
1974
- body: "string | number[]",
1975
- isResult: false,
1976
- isPrimitive: true,
1977
- isConvertable: false
1978
- },
1979
- datasetIdContent: {
1980
- name: "Hash",
1981
- body: "string | number[]",
1982
- isResult: false,
1983
- isPrimitive: true,
1984
- isConvertable: false
1985
- }
1986
- },
1987
- isResult: false,
1988
- isPrimitive: false,
1989
- isConvertable: false
1990
- },
1991
- err: {
1992
- name: "Error",
1993
- body: {
1994
- NotAuthorised: null,
1995
- TransferFailed: null,
1996
- SetCodeHashFailed: null,
1997
- InvalidDestination: null,
1998
- UnknownMessage: null,
1999
- ProviderAccountExists: null,
2000
- ProviderExists: null,
2001
- ProviderAccountDoesNotExist: null,
2002
- ProviderDoesNotExist: null,
2003
- ProviderInsufficientFunds: null,
2004
- ProviderInactive: null,
2005
- ProviderUrlUsed: null,
2006
- DappExists: null,
2007
- DappDoesNotExist: null,
2008
- DappInactive: null,
2009
- DappInsufficientFunds: null,
2010
- CaptchaDataDoesNotExist: null,
2011
- CommitDoesNotExist: null,
2012
- DappUserDoesNotExist: null,
2013
- NoActiveProviders: null,
2014
- DatasetIdSolutionsSame: null,
2015
- CodeNotFound: null,
2016
- Unknown: null,
2017
- InvalidContract: null,
2018
- InvalidPayee: null,
2019
- InvalidCaptchaStatus: null,
2020
- NoCorrectCaptcha: null,
2021
- NotEnoughActiveProviders: null,
2022
- ProviderFeeTooHigh: null,
2023
- CommitAlreadyExists: null,
2024
- NotAuthor: null
2025
- },
2026
- isResult: false,
2027
- isPrimitive: false,
2028
- isConvertable: false
2029
- }
2030
- },
2031
- isResult: true,
2032
- isPrimitive: false,
2033
- isConvertable: false
2034
- },
2035
- "53": {
2036
- name: "CaptchaData",
2037
- body: {
2038
- providerAccount: {
2039
- name: "AccountId",
2040
- body: "string | number[]",
2041
- isResult: false,
2042
- isPrimitive: true,
2043
- isConvertable: false
2044
- },
2045
- datasetId: {
2046
- name: "Hash",
2047
- body: "string | number[]",
2048
- isResult: false,
2049
- isPrimitive: true,
2050
- isConvertable: false
2051
- },
2052
- datasetIdContent: {
2053
- name: "Hash",
2054
- body: "string | number[]",
2055
- isResult: false,
2056
- isPrimitive: true,
2057
- isConvertable: false
2058
- }
2059
- },
2060
- isResult: false,
2061
- isPrimitive: false,
2062
- isConvertable: false
2063
- },
2064
- "54": {
2065
- name: "Result<Result<User, Error, LangError",
2066
- body: {
2067
- ok: {
2068
- name: "Result<User, Error",
2069
- body: {
2070
- ok: {
2071
- name: "User",
2072
- body: {
2073
- history: {
2074
- name: "Array",
2075
- body: {
2076
- "0": {
2077
- name: "Hash",
2078
- body: "string | number[]",
2079
- isResult: false,
2080
- isPrimitive: true,
2081
- isConvertable: false
2082
- }
2083
- },
2084
- isResult: false,
2085
- isPrimitive: false,
2086
- isConvertable: false
2087
- }
2088
- },
2089
- isResult: false,
2090
- isPrimitive: false,
2091
- isConvertable: false
2092
- },
2093
- err: {
2094
- name: "Error",
2095
- body: {
2096
- NotAuthorised: null,
2097
- TransferFailed: null,
2098
- SetCodeHashFailed: null,
2099
- InvalidDestination: null,
2100
- UnknownMessage: null,
2101
- ProviderAccountExists: null,
2102
- ProviderExists: null,
2103
- ProviderAccountDoesNotExist: null,
2104
- ProviderDoesNotExist: null,
2105
- ProviderInsufficientFunds: null,
2106
- ProviderInactive: null,
2107
- ProviderUrlUsed: null,
2108
- DappExists: null,
2109
- DappDoesNotExist: null,
2110
- DappInactive: null,
2111
- DappInsufficientFunds: null,
2112
- CaptchaDataDoesNotExist: null,
2113
- CommitDoesNotExist: null,
2114
- DappUserDoesNotExist: null,
2115
- NoActiveProviders: null,
2116
- DatasetIdSolutionsSame: null,
2117
- CodeNotFound: null,
2118
- Unknown: null,
2119
- InvalidContract: null,
2120
- InvalidPayee: null,
2121
- InvalidCaptchaStatus: null,
2122
- NoCorrectCaptcha: null,
2123
- NotEnoughActiveProviders: null,
2124
- ProviderFeeTooHigh: null,
2125
- CommitAlreadyExists: null,
2126
- NotAuthor: null
2127
- },
2128
- isResult: false,
2129
- isPrimitive: false,
2130
- isConvertable: false
2131
- }
2132
- },
2133
- isResult: true,
2134
- isPrimitive: false,
2135
- isConvertable: false
2136
- },
2137
- err: {
2138
- name: "LangError",
2139
- body: {
2140
- CouldNotReadInput: null
2141
- },
2142
- isResult: false,
2143
- isPrimitive: false,
2144
- isConvertable: false
2145
- }
2146
- },
2147
- isResult: true,
2148
- isPrimitive: false,
2149
- isConvertable: false
2150
- },
2151
- "55": {
2152
- name: "Result<User, Error",
2153
- body: {
2154
- ok: {
2155
- name: "User",
2156
- body: {
2157
- history: {
2158
- name: "Array",
2159
- body: {
2160
- "0": {
2161
- name: "Hash",
2162
- body: "string | number[]",
2163
- isResult: false,
2164
- isPrimitive: true,
2165
- isConvertable: false
2166
- }
2167
- },
2168
- isResult: false,
2169
- isPrimitive: false,
2170
- isConvertable: false
2171
- }
2172
- },
2173
- isResult: false,
2174
- isPrimitive: false,
2175
- isConvertable: false
2176
- },
2177
- err: {
2178
- name: "Error",
2179
- body: {
2180
- NotAuthorised: null,
2181
- TransferFailed: null,
2182
- SetCodeHashFailed: null,
2183
- InvalidDestination: null,
2184
- UnknownMessage: null,
2185
- ProviderAccountExists: null,
2186
- ProviderExists: null,
2187
- ProviderAccountDoesNotExist: null,
2188
- ProviderDoesNotExist: null,
2189
- ProviderInsufficientFunds: null,
2190
- ProviderInactive: null,
2191
- ProviderUrlUsed: null,
2192
- DappExists: null,
2193
- DappDoesNotExist: null,
2194
- DappInactive: null,
2195
- DappInsufficientFunds: null,
2196
- CaptchaDataDoesNotExist: null,
2197
- CommitDoesNotExist: null,
2198
- DappUserDoesNotExist: null,
2199
- NoActiveProviders: null,
2200
- DatasetIdSolutionsSame: null,
2201
- CodeNotFound: null,
2202
- Unknown: null,
2203
- InvalidContract: null,
2204
- InvalidPayee: null,
2205
- InvalidCaptchaStatus: null,
2206
- NoCorrectCaptcha: null,
2207
- NotEnoughActiveProviders: null,
2208
- ProviderFeeTooHigh: null,
2209
- CommitAlreadyExists: null,
2210
- NotAuthor: null
2211
- },
2212
- isResult: false,
2213
- isPrimitive: false,
2214
- isConvertable: false
2215
- }
2216
- },
2217
- isResult: true,
2218
- isPrimitive: false,
2219
- isConvertable: false
2220
- },
2221
- "56": {
2222
- name: "User",
2223
- body: {
2224
- history: {
2225
- name: "Array",
2226
- body: {
2227
- "0": {
2228
- name: "Hash",
2229
- body: "string | number[]",
2230
- isResult: false,
2231
- isPrimitive: true,
2232
- isConvertable: false
2233
- }
2234
- },
2235
- isResult: false,
2236
- isPrimitive: false,
2237
- isConvertable: false
2238
- }
2239
- },
2240
- isResult: false,
2241
- isPrimitive: false,
2242
- isConvertable: false
2243
- },
2244
- "57": {
2245
- name: "Result<Result<Commit, Error, LangError",
2246
- body: {
2247
- ok: {
2248
- name: "Result<Commit, Error",
2249
- body: {
2250
- ok: {
2251
- name: "Commit",
2252
- body: {
2253
- id: {
2254
- name: "Hash",
2255
- body: "string | number[]",
2256
- isResult: false,
2257
- isPrimitive: true,
2258
- isConvertable: false
2259
- },
2260
- userAccount: {
2261
- name: "AccountId",
2262
- body: "string | number[]",
2263
- isResult: false,
2264
- isPrimitive: true,
2265
- isConvertable: false
2266
- },
2267
- datasetId: {
2268
- name: "Hash",
2269
- body: "string | number[]",
2270
- isResult: false,
2271
- isPrimitive: true,
2272
- isConvertable: false
2273
- },
2274
- status: {
2275
- name: "CaptchaStatus",
2276
- body: {
2277
- Pending: null,
2278
- Approved: null,
2279
- Disapproved: null
2280
- },
2281
- isResult: false,
2282
- isPrimitive: false,
2283
- isConvertable: false
2284
- },
2285
- dappContract: {
2286
- name: "AccountId",
2287
- body: "string | number[]",
2288
- isResult: false,
2289
- isPrimitive: true,
2290
- isConvertable: false
2291
- },
2292
- providerAccount: {
2293
- name: "AccountId",
2294
- body: "string | number[]",
2295
- isResult: false,
2296
- isPrimitive: true,
2297
- isConvertable: false
2298
- },
2299
- requestedAt: {
2300
- name: "number",
2301
- isResult: false,
2302
- isPrimitive: true,
2303
- isConvertable: false
2304
- },
2305
- completedAt: {
2306
- name: "number",
2307
- isResult: false,
2308
- isPrimitive: true,
2309
- isConvertable: false
2310
- },
2311
- userSignature: {
2312
- name: "Array",
2313
- body: {
2314
- "0": {
2315
- name: "number",
2316
- isResult: false,
2317
- isPrimitive: true,
2318
- isConvertable: false
2319
- }
2320
- },
2321
- isResult: false,
2322
- isPrimitive: false,
2323
- isConvertable: false
2324
- }
2325
- },
2326
- isResult: false,
2327
- isPrimitive: false,
2328
- isConvertable: false
2329
- },
2330
- err: {
2331
- name: "Error",
2332
- body: {
2333
- NotAuthorised: null,
2334
- TransferFailed: null,
2335
- SetCodeHashFailed: null,
2336
- InvalidDestination: null,
2337
- UnknownMessage: null,
2338
- ProviderAccountExists: null,
2339
- ProviderExists: null,
2340
- ProviderAccountDoesNotExist: null,
2341
- ProviderDoesNotExist: null,
2342
- ProviderInsufficientFunds: null,
2343
- ProviderInactive: null,
2344
- ProviderUrlUsed: null,
2345
- DappExists: null,
2346
- DappDoesNotExist: null,
2347
- DappInactive: null,
2348
- DappInsufficientFunds: null,
2349
- CaptchaDataDoesNotExist: null,
2350
- CommitDoesNotExist: null,
2351
- DappUserDoesNotExist: null,
2352
- NoActiveProviders: null,
2353
- DatasetIdSolutionsSame: null,
2354
- CodeNotFound: null,
2355
- Unknown: null,
2356
- InvalidContract: null,
2357
- InvalidPayee: null,
2358
- InvalidCaptchaStatus: null,
2359
- NoCorrectCaptcha: null,
2360
- NotEnoughActiveProviders: null,
2361
- ProviderFeeTooHigh: null,
2362
- CommitAlreadyExists: null,
2363
- NotAuthor: null
2364
- },
2365
- isResult: false,
2366
- isPrimitive: false,
2367
- isConvertable: false
2368
- }
2369
- },
2370
- isResult: true,
2371
- isPrimitive: false,
2372
- isConvertable: false
2373
- },
2374
- err: {
2375
- name: "LangError",
2376
- body: {
2377
- CouldNotReadInput: null
2378
- },
2379
- isResult: false,
2380
- isPrimitive: false,
2381
- isConvertable: false
2382
- }
2383
- },
2384
- isResult: true,
2385
- isPrimitive: false,
2386
- isConvertable: false
2387
- },
2388
- "58": {
2389
- name: "Result<Commit, Error",
2390
- body: {
2391
- ok: {
2392
- name: "Commit",
2393
- body: {
2394
- id: {
2395
- name: "Hash",
2396
- body: "string | number[]",
2397
- isResult: false,
2398
- isPrimitive: true,
2399
- isConvertable: false
2400
- },
2401
- userAccount: {
2402
- name: "AccountId",
2403
- body: "string | number[]",
2404
- isResult: false,
2405
- isPrimitive: true,
2406
- isConvertable: false
2407
- },
2408
- datasetId: {
2409
- name: "Hash",
2410
- body: "string | number[]",
2411
- isResult: false,
2412
- isPrimitive: true,
2413
- isConvertable: false
2414
- },
2415
- status: {
2416
- name: "CaptchaStatus",
2417
- body: {
2418
- Pending: null,
2419
- Approved: null,
2420
- Disapproved: null
2421
- },
2422
- isResult: false,
2423
- isPrimitive: false,
2424
- isConvertable: false
2425
- },
2426
- dappContract: {
2427
- name: "AccountId",
2428
- body: "string | number[]",
2429
- isResult: false,
2430
- isPrimitive: true,
2431
- isConvertable: false
2432
- },
2433
- providerAccount: {
2434
- name: "AccountId",
2435
- body: "string | number[]",
2436
- isResult: false,
2437
- isPrimitive: true,
2438
- isConvertable: false
2439
- },
2440
- requestedAt: {
2441
- name: "number",
2442
- isResult: false,
2443
- isPrimitive: true,
2444
- isConvertable: false
2445
- },
2446
- completedAt: {
2447
- name: "number",
2448
- isResult: false,
2449
- isPrimitive: true,
2450
- isConvertable: false
2451
- },
2452
- userSignature: {
2453
- name: "Array",
2454
- body: {
2455
- "0": {
2456
- name: "number",
2457
- isResult: false,
2458
- isPrimitive: true,
2459
- isConvertable: false
2460
- }
2461
- },
2462
- isResult: false,
2463
- isPrimitive: false,
2464
- isConvertable: false
2465
- }
2466
- },
2467
- isResult: false,
2468
- isPrimitive: false,
2469
- isConvertable: false
2470
- },
2471
- err: {
2472
- name: "Error",
2473
- body: {
2474
- NotAuthorised: null,
2475
- TransferFailed: null,
2476
- SetCodeHashFailed: null,
2477
- InvalidDestination: null,
2478
- UnknownMessage: null,
2479
- ProviderAccountExists: null,
2480
- ProviderExists: null,
2481
- ProviderAccountDoesNotExist: null,
2482
- ProviderDoesNotExist: null,
2483
- ProviderInsufficientFunds: null,
2484
- ProviderInactive: null,
2485
- ProviderUrlUsed: null,
2486
- DappExists: null,
2487
- DappDoesNotExist: null,
2488
- DappInactive: null,
2489
- DappInsufficientFunds: null,
2490
- CaptchaDataDoesNotExist: null,
2491
- CommitDoesNotExist: null,
2492
- DappUserDoesNotExist: null,
2493
- NoActiveProviders: null,
2494
- DatasetIdSolutionsSame: null,
2495
- CodeNotFound: null,
2496
- Unknown: null,
2497
- InvalidContract: null,
2498
- InvalidPayee: null,
2499
- InvalidCaptchaStatus: null,
2500
- NoCorrectCaptcha: null,
2501
- NotEnoughActiveProviders: null,
2502
- ProviderFeeTooHigh: null,
2503
- CommitAlreadyExists: null,
2504
- NotAuthor: null
2505
- },
2506
- isResult: false,
2507
- isPrimitive: false,
2508
- isConvertable: false
2509
- }
2510
- },
2511
- isResult: true,
2512
- isPrimitive: false,
2513
- isConvertable: false
2514
- },
2515
- "59": {
2516
- name: "Result<Result<Array, Error, LangError",
2517
- body: {
2518
- ok: {
2519
- name: "Result<Array, Error",
2520
- body: {
2521
- ok: {
2522
- name: "Array",
2523
- body: {
2524
- "0": {
2525
- name: "Provider",
2526
- body: {
2527
- status: {
2528
- name: "GovernanceStatus",
2529
- body: {
2530
- Active: null,
2531
- Inactive: null
2532
- },
2533
- isResult: false,
2534
- isPrimitive: false,
2535
- isConvertable: false
2536
- },
2537
- balance: {
2538
- name: "ReturnNumber",
2539
- isResult: false,
2540
- isPrimitive: false,
2541
- isConvertable: true
2542
- },
2543
- fee: {
2544
- name: "number",
2545
- isResult: false,
2546
- isPrimitive: true,
2547
- isConvertable: false
2548
- },
2549
- payee: {
2550
- name: "Payee",
2551
- body: {
2552
- Provider: null,
2553
- Dapp: null
2554
- },
2555
- isResult: false,
2556
- isPrimitive: false,
2557
- isConvertable: false
2558
- },
2559
- url: {
2560
- name: "Array",
2561
- body: {
2562
- "0": {
2563
- name: "number",
2564
- isResult: false,
2565
- isPrimitive: true,
2566
- isConvertable: false
2567
- }
2568
- },
2569
- isResult: false,
2570
- isPrimitive: false,
2571
- isConvertable: false
2572
- },
2573
- datasetId: {
2574
- name: "Hash",
2575
- body: "string | number[]",
2576
- isResult: false,
2577
- isPrimitive: true,
2578
- isConvertable: false
2579
- },
2580
- datasetIdContent: {
2581
- name: "Hash",
2582
- body: "string | number[]",
2583
- isResult: false,
2584
- isPrimitive: true,
2585
- isConvertable: false
2586
- }
2587
- },
2588
- isResult: false,
2589
- isPrimitive: false,
2590
- isConvertable: false
2591
- }
2592
- },
2593
- isResult: false,
2594
- isPrimitive: false,
2595
- isConvertable: false
2596
- },
2597
- err: {
2598
- name: "Error",
2599
- body: {
2600
- NotAuthorised: null,
2601
- TransferFailed: null,
2602
- SetCodeHashFailed: null,
2603
- InvalidDestination: null,
2604
- UnknownMessage: null,
2605
- ProviderAccountExists: null,
2606
- ProviderExists: null,
2607
- ProviderAccountDoesNotExist: null,
2608
- ProviderDoesNotExist: null,
2609
- ProviderInsufficientFunds: null,
2610
- ProviderInactive: null,
2611
- ProviderUrlUsed: null,
2612
- DappExists: null,
2613
- DappDoesNotExist: null,
2614
- DappInactive: null,
2615
- DappInsufficientFunds: null,
2616
- CaptchaDataDoesNotExist: null,
2617
- CommitDoesNotExist: null,
2618
- DappUserDoesNotExist: null,
2619
- NoActiveProviders: null,
2620
- DatasetIdSolutionsSame: null,
2621
- CodeNotFound: null,
2622
- Unknown: null,
2623
- InvalidContract: null,
2624
- InvalidPayee: null,
2625
- InvalidCaptchaStatus: null,
2626
- NoCorrectCaptcha: null,
2627
- NotEnoughActiveProviders: null,
2628
- ProviderFeeTooHigh: null,
2629
- CommitAlreadyExists: null,
2630
- NotAuthor: null
2631
- },
2632
- isResult: false,
2633
- isPrimitive: false,
2634
- isConvertable: false
2635
- }
2636
- },
2637
- isResult: true,
2638
- isPrimitive: false,
2639
- isConvertable: false
2640
- },
2641
- err: {
2642
- name: "LangError",
2643
- body: {
2644
- CouldNotReadInput: null
2645
- },
2646
- isResult: false,
2647
- isPrimitive: false,
2648
- isConvertable: false
2649
- }
2650
- },
2651
- isResult: true,
2652
- isPrimitive: false,
2653
- isConvertable: false
2654
- },
2655
- "60": {
2656
- name: "Result<Array, Error",
2657
- body: {
2658
- ok: {
2659
- name: "Array",
2660
- body: {
2661
- "0": {
2662
- name: "Provider",
2663
- body: {
2664
- status: {
2665
- name: "GovernanceStatus",
2666
- body: {
2667
- Active: null,
2668
- Inactive: null
2669
- },
2670
- isResult: false,
2671
- isPrimitive: false,
2672
- isConvertable: false
2673
- },
2674
- balance: {
2675
- name: "ReturnNumber",
2676
- isResult: false,
2677
- isPrimitive: false,
2678
- isConvertable: true
2679
- },
2680
- fee: {
2681
- name: "number",
2682
- isResult: false,
2683
- isPrimitive: true,
2684
- isConvertable: false
2685
- },
2686
- payee: {
2687
- name: "Payee",
2688
- body: {
2689
- Provider: null,
2690
- Dapp: null
2691
- },
2692
- isResult: false,
2693
- isPrimitive: false,
2694
- isConvertable: false
2695
- },
2696
- url: {
2697
- name: "Array",
2698
- body: {
2699
- "0": {
2700
- name: "number",
2701
- isResult: false,
2702
- isPrimitive: true,
2703
- isConvertable: false
2704
- }
2705
- },
2706
- isResult: false,
2707
- isPrimitive: false,
2708
- isConvertable: false
2709
- },
2710
- datasetId: {
2711
- name: "Hash",
2712
- body: "string | number[]",
2713
- isResult: false,
2714
- isPrimitive: true,
2715
- isConvertable: false
2716
- },
2717
- datasetIdContent: {
2718
- name: "Hash",
2719
- body: "string | number[]",
2720
- isResult: false,
2721
- isPrimitive: true,
2722
- isConvertable: false
2723
- }
2724
- },
2725
- isResult: false,
2726
- isPrimitive: false,
2727
- isConvertable: false
2728
- }
2729
- },
2730
- isResult: false,
2731
- isPrimitive: false,
2732
- isConvertable: false
2733
- },
2734
- err: {
2735
- name: "Error",
2736
- body: {
2737
- NotAuthorised: null,
2738
- TransferFailed: null,
2739
- SetCodeHashFailed: null,
2740
- InvalidDestination: null,
2741
- UnknownMessage: null,
2742
- ProviderAccountExists: null,
2743
- ProviderExists: null,
2744
- ProviderAccountDoesNotExist: null,
2745
- ProviderDoesNotExist: null,
2746
- ProviderInsufficientFunds: null,
2747
- ProviderInactive: null,
2748
- ProviderUrlUsed: null,
2749
- DappExists: null,
2750
- DappDoesNotExist: null,
2751
- DappInactive: null,
2752
- DappInsufficientFunds: null,
2753
- CaptchaDataDoesNotExist: null,
2754
- CommitDoesNotExist: null,
2755
- DappUserDoesNotExist: null,
2756
- NoActiveProviders: null,
2757
- DatasetIdSolutionsSame: null,
2758
- CodeNotFound: null,
2759
- Unknown: null,
2760
- InvalidContract: null,
2761
- InvalidPayee: null,
2762
- InvalidCaptchaStatus: null,
2763
- NoCorrectCaptcha: null,
2764
- NotEnoughActiveProviders: null,
2765
- ProviderFeeTooHigh: null,
2766
- CommitAlreadyExists: null,
2767
- NotAuthor: null
2768
- },
2769
- isResult: false,
2770
- isPrimitive: false,
2771
- isConvertable: false
2772
- }
2773
- },
2774
- isResult: true,
2775
- isPrimitive: false,
2776
- isConvertable: false
2777
- },
2778
- "61": {
2779
- name: "Array",
2780
- body: {
2781
- "0": {
2782
- name: "Provider",
2783
- body: {
2784
- status: {
2785
- name: "GovernanceStatus",
2786
- body: {
2787
- Active: null,
2788
- Inactive: null
2789
- },
2790
- isResult: false,
2791
- isPrimitive: false,
2792
- isConvertable: false
2793
- },
2794
- balance: {
2795
- name: "ReturnNumber",
2796
- isResult: false,
2797
- isPrimitive: false,
2798
- isConvertable: true
2799
- },
2800
- fee: {
2801
- name: "number",
2802
- isResult: false,
2803
- isPrimitive: true,
2804
- isConvertable: false
2805
- },
2806
- payee: {
2807
- name: "Payee",
2808
- body: {
2809
- Provider: null,
2810
- Dapp: null
2811
- },
2812
- isResult: false,
2813
- isPrimitive: false,
2814
- isConvertable: false
2815
- },
2816
- url: {
2817
- name: "Array",
2818
- body: {
2819
- "0": {
2820
- name: "number",
2821
- isResult: false,
2822
- isPrimitive: true,
2823
- isConvertable: false
2824
- }
2825
- },
2826
- isResult: false,
2827
- isPrimitive: false,
2828
- isConvertable: false
2829
- },
2830
- datasetId: {
2831
- name: "Hash",
2832
- body: "string | number[]",
2833
- isResult: false,
2834
- isPrimitive: true,
2835
- isConvertable: false
2836
- },
2837
- datasetIdContent: {
2838
- name: "Hash",
2839
- body: "string | number[]",
2840
- isResult: false,
2841
- isPrimitive: true,
2842
- isConvertable: false
2843
- }
2844
- },
2845
- isResult: false,
2846
- isPrimitive: false,
2847
- isConvertable: false
2848
- }
2849
- },
2850
- isResult: false,
2851
- isPrimitive: false,
2852
- isConvertable: false
2853
- },
2854
- "62": {
2855
- name: "Result<Result<RandomProvider, Error, LangError",
2856
- body: {
2857
- ok: {
2858
- name: "Result<RandomProvider, Error",
2859
- body: {
2860
- ok: {
2861
- name: "RandomProvider",
2862
- body: {
2863
- providerAccount: {
2864
- name: "AccountId",
2865
- body: "string | number[]",
2866
- isResult: false,
2867
- isPrimitive: true,
2868
- isConvertable: false
2869
- },
2870
- provider: {
2871
- name: "Provider",
2872
- body: {
2873
- status: {
2874
- name: "GovernanceStatus",
2875
- body: {
2876
- Active: null,
2877
- Inactive: null
2878
- },
2879
- isResult: false,
2880
- isPrimitive: false,
2881
- isConvertable: false
2882
- },
2883
- balance: {
2884
- name: "ReturnNumber",
2885
- isResult: false,
2886
- isPrimitive: false,
2887
- isConvertable: true
2888
- },
2889
- fee: {
2890
- name: "number",
2891
- isResult: false,
2892
- isPrimitive: true,
2893
- isConvertable: false
2894
- },
2895
- payee: {
2896
- name: "Payee",
2897
- body: {
2898
- Provider: null,
2899
- Dapp: null
2900
- },
2901
- isResult: false,
2902
- isPrimitive: false,
2903
- isConvertable: false
2904
- },
2905
- url: {
2906
- name: "Array",
2907
- body: {
2908
- "0": {
2909
- name: "number",
2910
- isResult: false,
2911
- isPrimitive: true,
2912
- isConvertable: false
2913
- }
2914
- },
2915
- isResult: false,
2916
- isPrimitive: false,
2917
- isConvertable: false
2918
- },
2919
- datasetId: {
2920
- name: "Hash",
2921
- body: "string | number[]",
2922
- isResult: false,
2923
- isPrimitive: true,
2924
- isConvertable: false
2925
- },
2926
- datasetIdContent: {
2927
- name: "Hash",
2928
- body: "string | number[]",
2929
- isResult: false,
2930
- isPrimitive: true,
2931
- isConvertable: false
2932
- }
2933
- },
2934
- isResult: false,
2935
- isPrimitive: false,
2936
- isConvertable: false
2937
- },
2938
- blockNumber: {
2939
- name: "number",
2940
- isResult: false,
2941
- isPrimitive: true,
2942
- isConvertable: false
2943
- }
2944
- },
2945
- isResult: false,
2946
- isPrimitive: false,
2947
- isConvertable: false
2948
- },
2949
- err: {
2950
- name: "Error",
2951
- body: {
2952
- NotAuthorised: null,
2953
- TransferFailed: null,
2954
- SetCodeHashFailed: null,
2955
- InvalidDestination: null,
2956
- UnknownMessage: null,
2957
- ProviderAccountExists: null,
2958
- ProviderExists: null,
2959
- ProviderAccountDoesNotExist: null,
2960
- ProviderDoesNotExist: null,
2961
- ProviderInsufficientFunds: null,
2962
- ProviderInactive: null,
2963
- ProviderUrlUsed: null,
2964
- DappExists: null,
2965
- DappDoesNotExist: null,
2966
- DappInactive: null,
2967
- DappInsufficientFunds: null,
2968
- CaptchaDataDoesNotExist: null,
2969
- CommitDoesNotExist: null,
2970
- DappUserDoesNotExist: null,
2971
- NoActiveProviders: null,
2972
- DatasetIdSolutionsSame: null,
2973
- CodeNotFound: null,
2974
- Unknown: null,
2975
- InvalidContract: null,
2976
- InvalidPayee: null,
2977
- InvalidCaptchaStatus: null,
2978
- NoCorrectCaptcha: null,
2979
- NotEnoughActiveProviders: null,
2980
- ProviderFeeTooHigh: null,
2981
- CommitAlreadyExists: null,
2982
- NotAuthor: null
2983
- },
2984
- isResult: false,
2985
- isPrimitive: false,
2986
- isConvertable: false
2987
- }
2988
- },
2989
- isResult: true,
2990
- isPrimitive: false,
2991
- isConvertable: false
2992
- },
2993
- err: {
2994
- name: "LangError",
2995
- body: {
2996
- CouldNotReadInput: null
2997
- },
2998
- isResult: false,
2999
- isPrimitive: false,
3000
- isConvertable: false
3001
- }
3002
- },
3003
- isResult: true,
3004
- isPrimitive: false,
3005
- isConvertable: false
3006
- },
3007
- "63": {
3008
- name: "Result<RandomProvider, Error",
3009
- body: {
3010
- ok: {
3011
- name: "RandomProvider",
3012
- body: {
3013
- providerAccount: {
3014
- name: "AccountId",
3015
- body: "string | number[]",
3016
- isResult: false,
3017
- isPrimitive: true,
3018
- isConvertable: false
3019
- },
3020
- provider: {
3021
- name: "Provider",
3022
- body: {
3023
- status: {
3024
- name: "GovernanceStatus",
3025
- body: {
3026
- Active: null,
3027
- Inactive: null
3028
- },
3029
- isResult: false,
3030
- isPrimitive: false,
3031
- isConvertable: false
3032
- },
3033
- balance: {
3034
- name: "ReturnNumber",
3035
- isResult: false,
3036
- isPrimitive: false,
3037
- isConvertable: true
3038
- },
3039
- fee: {
3040
- name: "number",
3041
- isResult: false,
3042
- isPrimitive: true,
3043
- isConvertable: false
3044
- },
3045
- payee: {
3046
- name: "Payee",
3047
- body: {
3048
- Provider: null,
3049
- Dapp: null
3050
- },
3051
- isResult: false,
3052
- isPrimitive: false,
3053
- isConvertable: false
3054
- },
3055
- url: {
3056
- name: "Array",
3057
- body: {
3058
- "0": {
3059
- name: "number",
3060
- isResult: false,
3061
- isPrimitive: true,
3062
- isConvertable: false
3063
- }
3064
- },
3065
- isResult: false,
3066
- isPrimitive: false,
3067
- isConvertable: false
3068
- },
3069
- datasetId: {
3070
- name: "Hash",
3071
- body: "string | number[]",
3072
- isResult: false,
3073
- isPrimitive: true,
3074
- isConvertable: false
3075
- },
3076
- datasetIdContent: {
3077
- name: "Hash",
3078
- body: "string | number[]",
3079
- isResult: false,
3080
- isPrimitive: true,
3081
- isConvertable: false
3082
- }
3083
- },
3084
- isResult: false,
3085
- isPrimitive: false,
3086
- isConvertable: false
3087
- },
3088
- blockNumber: {
3089
- name: "number",
3090
- isResult: false,
3091
- isPrimitive: true,
3092
- isConvertable: false
3093
- }
3094
- },
3095
- isResult: false,
3096
- isPrimitive: false,
3097
- isConvertable: false
3098
- },
3099
- err: {
3100
- name: "Error",
3101
- body: {
3102
- NotAuthorised: null,
3103
- TransferFailed: null,
3104
- SetCodeHashFailed: null,
3105
- InvalidDestination: null,
3106
- UnknownMessage: null,
3107
- ProviderAccountExists: null,
3108
- ProviderExists: null,
3109
- ProviderAccountDoesNotExist: null,
3110
- ProviderDoesNotExist: null,
3111
- ProviderInsufficientFunds: null,
3112
- ProviderInactive: null,
3113
- ProviderUrlUsed: null,
3114
- DappExists: null,
3115
- DappDoesNotExist: null,
3116
- DappInactive: null,
3117
- DappInsufficientFunds: null,
3118
- CaptchaDataDoesNotExist: null,
3119
- CommitDoesNotExist: null,
3120
- DappUserDoesNotExist: null,
3121
- NoActiveProviders: null,
3122
- DatasetIdSolutionsSame: null,
3123
- CodeNotFound: null,
3124
- Unknown: null,
3125
- InvalidContract: null,
3126
- InvalidPayee: null,
3127
- InvalidCaptchaStatus: null,
3128
- NoCorrectCaptcha: null,
3129
- NotEnoughActiveProviders: null,
3130
- ProviderFeeTooHigh: null,
3131
- CommitAlreadyExists: null,
3132
- NotAuthor: null
3133
- },
3134
- isResult: false,
3135
- isPrimitive: false,
3136
- isConvertable: false
3137
- }
3138
- },
3139
- isResult: true,
3140
- isPrimitive: false,
3141
- isConvertable: false
3142
- },
3143
- "64": {
3144
- name: "RandomProvider",
3145
- body: {
3146
- providerAccount: {
3147
- name: "AccountId",
3148
- body: "string | number[]",
3149
- isResult: false,
3150
- isPrimitive: true,
3151
- isConvertable: false
3152
- },
3153
- provider: {
3154
- name: "Provider",
3155
- body: {
3156
- status: {
3157
- name: "GovernanceStatus",
3158
- body: {
3159
- Active: null,
3160
- Inactive: null
3161
- },
3162
- isResult: false,
3163
- isPrimitive: false,
3164
- isConvertable: false
3165
- },
3166
- balance: {
3167
- name: "ReturnNumber",
3168
- isResult: false,
3169
- isPrimitive: false,
3170
- isConvertable: true
3171
- },
3172
- fee: {
3173
- name: "number",
3174
- isResult: false,
3175
- isPrimitive: true,
3176
- isConvertable: false
3177
- },
3178
- payee: {
3179
- name: "Payee",
3180
- body: {
3181
- Provider: null,
3182
- Dapp: null
3183
- },
3184
- isResult: false,
3185
- isPrimitive: false,
3186
- isConvertable: false
3187
- },
3188
- url: {
3189
- name: "Array",
3190
- body: {
3191
- "0": {
3192
- name: "number",
3193
- isResult: false,
3194
- isPrimitive: true,
3195
- isConvertable: false
3196
- }
3197
- },
3198
- isResult: false,
3199
- isPrimitive: false,
3200
- isConvertable: false
3201
- },
3202
- datasetId: {
3203
- name: "Hash",
3204
- body: "string | number[]",
3205
- isResult: false,
3206
- isPrimitive: true,
3207
- isConvertable: false
3208
- },
3209
- datasetIdContent: {
3210
- name: "Hash",
3211
- body: "string | number[]",
3212
- isResult: false,
3213
- isPrimitive: true,
3214
- isConvertable: false
3215
- }
3216
- },
3217
- isResult: false,
3218
- isPrimitive: false,
3219
- isConvertable: false
3220
- },
3221
- blockNumber: {
3222
- name: "number",
3223
- isResult: false,
3224
- isPrimitive: true,
3225
- isConvertable: false
3226
- }
3227
- },
3228
- isResult: false,
3229
- isPrimitive: false,
3230
- isConvertable: false
3231
- },
3232
- "65": {
3233
- name: "Result<Result<Array, Error, LangError",
3234
- body: {
3235
- ok: {
3236
- name: "Result<Array, Error",
3237
- body: {
3238
- ok: {
3239
- name: "Array",
3240
- body: {
3241
- "0": {
3242
- name: "AccountId",
3243
- body: "string | number[]",
3244
- isResult: false,
3245
- isPrimitive: true,
3246
- isConvertable: false
3247
- }
3248
- },
3249
- isResult: false,
3250
- isPrimitive: false,
3251
- isConvertable: false
3252
- },
3253
- err: {
3254
- name: "Error",
3255
- body: {
3256
- NotAuthorised: null,
3257
- TransferFailed: null,
3258
- SetCodeHashFailed: null,
3259
- InvalidDestination: null,
3260
- UnknownMessage: null,
3261
- ProviderAccountExists: null,
3262
- ProviderExists: null,
3263
- ProviderAccountDoesNotExist: null,
3264
- ProviderDoesNotExist: null,
3265
- ProviderInsufficientFunds: null,
3266
- ProviderInactive: null,
3267
- ProviderUrlUsed: null,
3268
- DappExists: null,
3269
- DappDoesNotExist: null,
3270
- DappInactive: null,
3271
- DappInsufficientFunds: null,
3272
- CaptchaDataDoesNotExist: null,
3273
- CommitDoesNotExist: null,
3274
- DappUserDoesNotExist: null,
3275
- NoActiveProviders: null,
3276
- DatasetIdSolutionsSame: null,
3277
- CodeNotFound: null,
3278
- Unknown: null,
3279
- InvalidContract: null,
3280
- InvalidPayee: null,
3281
- InvalidCaptchaStatus: null,
3282
- NoCorrectCaptcha: null,
3283
- NotEnoughActiveProviders: null,
3284
- ProviderFeeTooHigh: null,
3285
- CommitAlreadyExists: null,
3286
- NotAuthor: null
3287
- },
3288
- isResult: false,
3289
- isPrimitive: false,
3290
- isConvertable: false
3291
- }
3292
- },
3293
- isResult: true,
3294
- isPrimitive: false,
3295
- isConvertable: false
3296
- },
3297
- err: {
3298
- name: "LangError",
3299
- body: {
3300
- CouldNotReadInput: null
3301
- },
3302
- isResult: false,
3303
- isPrimitive: false,
3304
- isConvertable: false
3305
- }
3306
- },
3307
- isResult: true,
3308
- isPrimitive: false,
3309
- isConvertable: false
3310
- },
3311
- "66": {
3312
- name: "Result<Array, Error",
3313
- body: {
3314
- ok: {
3315
- name: "Array",
3316
- body: {
3317
- "0": {
3318
- name: "AccountId",
3319
- body: "string | number[]",
3320
- isResult: false,
3321
- isPrimitive: true,
3322
- isConvertable: false
3323
- }
3324
- },
3325
- isResult: false,
3326
- isPrimitive: false,
3327
- isConvertable: false
3328
- },
3329
- err: {
3330
- name: "Error",
3331
- body: {
3332
- NotAuthorised: null,
3333
- TransferFailed: null,
3334
- SetCodeHashFailed: null,
3335
- InvalidDestination: null,
3336
- UnknownMessage: null,
3337
- ProviderAccountExists: null,
3338
- ProviderExists: null,
3339
- ProviderAccountDoesNotExist: null,
3340
- ProviderDoesNotExist: null,
3341
- ProviderInsufficientFunds: null,
3342
- ProviderInactive: null,
3343
- ProviderUrlUsed: null,
3344
- DappExists: null,
3345
- DappDoesNotExist: null,
3346
- DappInactive: null,
3347
- DappInsufficientFunds: null,
3348
- CaptchaDataDoesNotExist: null,
3349
- CommitDoesNotExist: null,
3350
- DappUserDoesNotExist: null,
3351
- NoActiveProviders: null,
3352
- DatasetIdSolutionsSame: null,
3353
- CodeNotFound: null,
3354
- Unknown: null,
3355
- InvalidContract: null,
3356
- InvalidPayee: null,
3357
- InvalidCaptchaStatus: null,
3358
- NoCorrectCaptcha: null,
3359
- NotEnoughActiveProviders: null,
3360
- ProviderFeeTooHigh: null,
3361
- CommitAlreadyExists: null,
3362
- NotAuthor: null
3363
- },
3364
- isResult: false,
3365
- isPrimitive: false,
3366
- isConvertable: false
3367
- }
3368
- },
3369
- isResult: true,
3370
- isPrimitive: false,
3371
- isConvertable: false
3372
- }
3373
- };
3374
- module.exports = DATA_TYPE_DESCRIPTIONS;