@taqueria/protocol 0.19.6 → 0.19.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/Base.d.ts +1 -1
- package/Base.d.ts.map +1 -1
- package/Base.js +1 -1
- package/Base.js.map +1 -1
- package/Base.mjs +1 -1
- package/Base.mjs.map +1 -1
- package/Config.d.ts +194 -193
- package/Config.d.ts.map +1 -1
- package/Config.js +18 -21
- package/Config.js.map +1 -1
- package/Config.mjs +19 -22
- package/Config.mjs.map +1 -1
- package/EphemeralState.d.ts +1 -3
- package/EphemeralState.d.ts.map +1 -1
- package/Faucet.d.ts +98 -97
- package/Faucet.d.ts.map +1 -1
- package/Faucet.js +32 -20
- package/Faucet.js.map +1 -1
- package/Faucet.mjs +32 -20
- package/Faucet.mjs.map +1 -1
- package/LoadedConfig.d.ts +202 -201
- package/LoadedConfig.d.ts.map +1 -1
- package/NetworkConfig.d.ts +108 -107
- package/NetworkConfig.d.ts.map +1 -1
- package/Operation.d.ts +32 -32
- package/ParsedOperation.d.ts +8 -8
- package/ParsedTemplate.d.ts +16 -16
- package/PluginSchema.d.ts +224 -224
- package/RequestArgs.d.ts +376 -376
- package/Template.d.ts +48 -48
- package/package.json +1 -1
package/RequestArgs.d.ts
CHANGED
|
@@ -18,7 +18,7 @@ export declare const generatedSchemas: {
|
|
|
18
18
|
readonly __kind: any;
|
|
19
19
|
};
|
|
20
20
|
}> | undefined;
|
|
21
|
-
network?: Record<string,
|
|
21
|
+
network?: Record<string, import("@taqueria/protocol/Base").Flatten<{
|
|
22
22
|
label: string & {
|
|
23
23
|
readonly __kind: any;
|
|
24
24
|
};
|
|
@@ -29,21 +29,21 @@ export declare const generatedSchemas: {
|
|
|
29
29
|
readonly __kind: any;
|
|
30
30
|
};
|
|
31
31
|
faucet: import("@taqueria/protocol/Base").Flatten<{
|
|
32
|
+
email?: string | undefined;
|
|
33
|
+
password?: string | undefined;
|
|
34
|
+
amount?: string | undefined;
|
|
35
|
+
activation_code?: string | undefined;
|
|
36
|
+
mnemonic: string[];
|
|
32
37
|
pkh: string & {
|
|
33
38
|
readonly __kind: any;
|
|
34
39
|
};
|
|
35
|
-
mnemonic: string[];
|
|
36
|
-
email: string;
|
|
37
|
-
password: string;
|
|
38
|
-
amount: string;
|
|
39
|
-
activation_code: string;
|
|
40
40
|
} & {
|
|
41
41
|
readonly __kind: any;
|
|
42
42
|
}>;
|
|
43
43
|
} & {
|
|
44
44
|
readonly __kind: any;
|
|
45
45
|
}>> | undefined;
|
|
46
|
-
sandbox?: Record<string,
|
|
46
|
+
sandbox?: Record<string, {
|
|
47
47
|
attributes?: Record<string, string | number | boolean> | undefined;
|
|
48
48
|
plugin?: (string & {
|
|
49
49
|
readonly __kind: any;
|
|
@@ -73,7 +73,7 @@ export declare const generatedSchemas: {
|
|
|
73
73
|
};
|
|
74
74
|
} & {
|
|
75
75
|
readonly __kind: any;
|
|
76
|
-
}
|
|
76
|
+
}> | undefined;
|
|
77
77
|
environment?: Record<string, string | import("@taqueria/protocol/Base").Flatten<{
|
|
78
78
|
storage?: Record<string, any> | undefined;
|
|
79
79
|
aliases?: Record<string, any> | undefined;
|
|
@@ -145,7 +145,7 @@ export declare const generatedSchemas: {
|
|
|
145
145
|
readonly __kind: any;
|
|
146
146
|
};
|
|
147
147
|
}> | undefined;
|
|
148
|
-
network?: Record<string,
|
|
148
|
+
network?: Record<string, import("@taqueria/protocol/Base").Flatten<{
|
|
149
149
|
label: string & {
|
|
150
150
|
readonly __kind: any;
|
|
151
151
|
};
|
|
@@ -156,21 +156,21 @@ export declare const generatedSchemas: {
|
|
|
156
156
|
readonly __kind: any;
|
|
157
157
|
};
|
|
158
158
|
faucet: import("@taqueria/protocol/Base").Flatten<{
|
|
159
|
+
email?: string | undefined;
|
|
160
|
+
password?: string | undefined;
|
|
161
|
+
amount?: string | undefined;
|
|
162
|
+
activation_code?: string | undefined;
|
|
163
|
+
mnemonic: string[];
|
|
159
164
|
pkh: string & {
|
|
160
165
|
readonly __kind: any;
|
|
161
166
|
};
|
|
162
|
-
mnemonic: string[];
|
|
163
|
-
email: string;
|
|
164
|
-
password: string;
|
|
165
|
-
amount: string;
|
|
166
|
-
activation_code: string;
|
|
167
167
|
} & {
|
|
168
168
|
readonly __kind: any;
|
|
169
169
|
}>;
|
|
170
170
|
} & {
|
|
171
171
|
readonly __kind: any;
|
|
172
172
|
}>> | undefined;
|
|
173
|
-
sandbox?: Record<string,
|
|
173
|
+
sandbox?: Record<string, {
|
|
174
174
|
attributes?: Record<string, string | number | boolean> | undefined;
|
|
175
175
|
plugin?: (string & {
|
|
176
176
|
readonly __kind: any;
|
|
@@ -200,7 +200,7 @@ export declare const generatedSchemas: {
|
|
|
200
200
|
};
|
|
201
201
|
} & {
|
|
202
202
|
readonly __kind: any;
|
|
203
|
-
}
|
|
203
|
+
}> | undefined;
|
|
204
204
|
environment?: Record<string, string | import("@taqueria/protocol/Base").Flatten<{
|
|
205
205
|
storage?: Record<string, any> | undefined;
|
|
206
206
|
aliases?: Record<string, any> | undefined;
|
|
@@ -268,7 +268,7 @@ export declare const generatedSchemas: {
|
|
|
268
268
|
readonly __kind: any;
|
|
269
269
|
};
|
|
270
270
|
}> | undefined;
|
|
271
|
-
network?: Record<string,
|
|
271
|
+
network?: Record<string, import("@taqueria/protocol/Base").Flatten<{
|
|
272
272
|
label: string & {
|
|
273
273
|
readonly __kind: any;
|
|
274
274
|
};
|
|
@@ -279,21 +279,21 @@ export declare const generatedSchemas: {
|
|
|
279
279
|
readonly __kind: any;
|
|
280
280
|
};
|
|
281
281
|
faucet: import("@taqueria/protocol/Base").Flatten<{
|
|
282
|
+
email?: string | undefined;
|
|
283
|
+
password?: string | undefined;
|
|
284
|
+
amount?: string | undefined;
|
|
285
|
+
activation_code?: string | undefined;
|
|
286
|
+
mnemonic: string[];
|
|
282
287
|
pkh: string & {
|
|
283
288
|
readonly __kind: any;
|
|
284
289
|
};
|
|
285
|
-
mnemonic: string[];
|
|
286
|
-
email: string;
|
|
287
|
-
password: string;
|
|
288
|
-
amount: string;
|
|
289
|
-
activation_code: string;
|
|
290
290
|
} & {
|
|
291
291
|
readonly __kind: any;
|
|
292
292
|
}>;
|
|
293
293
|
} & {
|
|
294
294
|
readonly __kind: any;
|
|
295
295
|
}>> | undefined;
|
|
296
|
-
sandbox?: Record<string,
|
|
296
|
+
sandbox?: Record<string, {
|
|
297
297
|
attributes?: Record<string, string | number | boolean> | undefined;
|
|
298
298
|
plugin?: (string & {
|
|
299
299
|
readonly __kind: any;
|
|
@@ -323,7 +323,7 @@ export declare const generatedSchemas: {
|
|
|
323
323
|
};
|
|
324
324
|
} & {
|
|
325
325
|
readonly __kind: any;
|
|
326
|
-
}
|
|
326
|
+
}> | undefined;
|
|
327
327
|
environment?: Record<string, string | import("@taqueria/protocol/Base").Flatten<{
|
|
328
328
|
storage?: Record<string, any> | undefined;
|
|
329
329
|
aliases?: Record<string, any> | undefined;
|
|
@@ -394,7 +394,7 @@ export declare const generatedSchemas: {
|
|
|
394
394
|
readonly __kind: any;
|
|
395
395
|
};
|
|
396
396
|
}> | undefined;
|
|
397
|
-
network?: Record<string,
|
|
397
|
+
network?: Record<string, import("@taqueria/protocol/Base").Flatten<{
|
|
398
398
|
label: string & {
|
|
399
399
|
readonly __kind: any;
|
|
400
400
|
};
|
|
@@ -405,21 +405,21 @@ export declare const generatedSchemas: {
|
|
|
405
405
|
readonly __kind: any;
|
|
406
406
|
};
|
|
407
407
|
faucet: import("@taqueria/protocol/Base").Flatten<{
|
|
408
|
+
email?: string | undefined;
|
|
409
|
+
password?: string | undefined;
|
|
410
|
+
amount?: string | undefined;
|
|
411
|
+
activation_code?: string | undefined;
|
|
412
|
+
mnemonic: string[];
|
|
408
413
|
pkh: string & {
|
|
409
414
|
readonly __kind: any;
|
|
410
415
|
};
|
|
411
|
-
mnemonic: string[];
|
|
412
|
-
email: string;
|
|
413
|
-
password: string;
|
|
414
|
-
amount: string;
|
|
415
|
-
activation_code: string;
|
|
416
416
|
} & {
|
|
417
417
|
readonly __kind: any;
|
|
418
418
|
}>;
|
|
419
419
|
} & {
|
|
420
420
|
readonly __kind: any;
|
|
421
421
|
}>> | undefined;
|
|
422
|
-
sandbox?: Record<string,
|
|
422
|
+
sandbox?: Record<string, {
|
|
423
423
|
attributes?: Record<string, string | number | boolean> | undefined;
|
|
424
424
|
plugin?: (string & {
|
|
425
425
|
readonly __kind: any;
|
|
@@ -449,7 +449,7 @@ export declare const generatedSchemas: {
|
|
|
449
449
|
};
|
|
450
450
|
} & {
|
|
451
451
|
readonly __kind: any;
|
|
452
|
-
}
|
|
452
|
+
}> | undefined;
|
|
453
453
|
environment?: Record<string, string | import("@taqueria/protocol/Base").Flatten<{
|
|
454
454
|
storage?: Record<string, any> | undefined;
|
|
455
455
|
aliases?: Record<string, any> | undefined;
|
|
@@ -519,20 +519,20 @@ export declare const generatedSchemas: {
|
|
|
519
519
|
sourceFile: string;
|
|
520
520
|
hash: string;
|
|
521
521
|
}> | undefined;
|
|
522
|
-
network?: Record<string,
|
|
522
|
+
network?: Record<string, {
|
|
523
523
|
label: string;
|
|
524
524
|
rpcUrl: string;
|
|
525
525
|
protocol: string;
|
|
526
526
|
faucet: {
|
|
527
|
-
|
|
527
|
+
email?: string | undefined;
|
|
528
|
+
password?: string | undefined;
|
|
529
|
+
amount?: string | undefined;
|
|
530
|
+
activation_code?: string | undefined;
|
|
528
531
|
mnemonic: string[];
|
|
529
|
-
|
|
530
|
-
password: string;
|
|
531
|
-
amount: string;
|
|
532
|
-
activation_code: string;
|
|
532
|
+
pkh: string;
|
|
533
533
|
};
|
|
534
534
|
}> | undefined;
|
|
535
|
-
sandbox?: Record<string,
|
|
535
|
+
sandbox?: Record<string, {
|
|
536
536
|
attributes?: Record<string, string | number | boolean> | undefined;
|
|
537
537
|
plugin?: string | undefined;
|
|
538
538
|
accounts?: {
|
|
@@ -603,7 +603,7 @@ export declare const generatedSchemas: {
|
|
|
603
603
|
readonly __kind: any;
|
|
604
604
|
};
|
|
605
605
|
}> | undefined;
|
|
606
|
-
network?: Record<string,
|
|
606
|
+
network?: Record<string, import("@taqueria/protocol/Base").Flatten<{
|
|
607
607
|
label: string & {
|
|
608
608
|
readonly __kind: any;
|
|
609
609
|
};
|
|
@@ -614,21 +614,21 @@ export declare const generatedSchemas: {
|
|
|
614
614
|
readonly __kind: any;
|
|
615
615
|
};
|
|
616
616
|
faucet: import("@taqueria/protocol/Base").Flatten<{
|
|
617
|
+
email?: string | undefined;
|
|
618
|
+
password?: string | undefined;
|
|
619
|
+
amount?: string | undefined;
|
|
620
|
+
activation_code?: string | undefined;
|
|
621
|
+
mnemonic: string[];
|
|
617
622
|
pkh: string & {
|
|
618
623
|
readonly __kind: any;
|
|
619
624
|
};
|
|
620
|
-
mnemonic: string[];
|
|
621
|
-
email: string;
|
|
622
|
-
password: string;
|
|
623
|
-
amount: string;
|
|
624
|
-
activation_code: string;
|
|
625
625
|
} & {
|
|
626
626
|
readonly __kind: any;
|
|
627
627
|
}>;
|
|
628
628
|
} & {
|
|
629
629
|
readonly __kind: any;
|
|
630
630
|
}>> | undefined;
|
|
631
|
-
sandbox?: Record<string,
|
|
631
|
+
sandbox?: Record<string, {
|
|
632
632
|
attributes?: Record<string, string | number | boolean> | undefined;
|
|
633
633
|
plugin?: (string & {
|
|
634
634
|
readonly __kind: any;
|
|
@@ -658,7 +658,7 @@ export declare const generatedSchemas: {
|
|
|
658
658
|
};
|
|
659
659
|
} & {
|
|
660
660
|
readonly __kind: any;
|
|
661
|
-
}
|
|
661
|
+
}> | undefined;
|
|
662
662
|
environment?: Record<string, string | import("@taqueria/protocol/Base").Flatten<{
|
|
663
663
|
storage?: Record<string, any> | undefined;
|
|
664
664
|
aliases?: Record<string, any> | undefined;
|
|
@@ -726,7 +726,7 @@ export declare const generatedSchemas: {
|
|
|
726
726
|
readonly __kind: any;
|
|
727
727
|
};
|
|
728
728
|
}> | undefined;
|
|
729
|
-
network?: Record<string,
|
|
729
|
+
network?: Record<string, import("@taqueria/protocol/Base").Flatten<{
|
|
730
730
|
label: string & {
|
|
731
731
|
readonly __kind: any;
|
|
732
732
|
};
|
|
@@ -737,21 +737,21 @@ export declare const generatedSchemas: {
|
|
|
737
737
|
readonly __kind: any;
|
|
738
738
|
};
|
|
739
739
|
faucet: import("@taqueria/protocol/Base").Flatten<{
|
|
740
|
+
email?: string | undefined;
|
|
741
|
+
password?: string | undefined;
|
|
742
|
+
amount?: string | undefined;
|
|
743
|
+
activation_code?: string | undefined;
|
|
744
|
+
mnemonic: string[];
|
|
740
745
|
pkh: string & {
|
|
741
746
|
readonly __kind: any;
|
|
742
747
|
};
|
|
743
|
-
mnemonic: string[];
|
|
744
|
-
email: string;
|
|
745
|
-
password: string;
|
|
746
|
-
amount: string;
|
|
747
|
-
activation_code: string;
|
|
748
748
|
} & {
|
|
749
749
|
readonly __kind: any;
|
|
750
750
|
}>;
|
|
751
751
|
} & {
|
|
752
752
|
readonly __kind: any;
|
|
753
753
|
}>> | undefined;
|
|
754
|
-
sandbox?: Record<string,
|
|
754
|
+
sandbox?: Record<string, {
|
|
755
755
|
attributes?: Record<string, string | number | boolean> | undefined;
|
|
756
756
|
plugin?: (string & {
|
|
757
757
|
readonly __kind: any;
|
|
@@ -781,7 +781,7 @@ export declare const generatedSchemas: {
|
|
|
781
781
|
};
|
|
782
782
|
} & {
|
|
783
783
|
readonly __kind: any;
|
|
784
|
-
}
|
|
784
|
+
}> | undefined;
|
|
785
785
|
environment?: Record<string, string | import("@taqueria/protocol/Base").Flatten<{
|
|
786
786
|
storage?: Record<string, any> | undefined;
|
|
787
787
|
aliases?: Record<string, any> | undefined;
|
|
@@ -852,7 +852,7 @@ export declare const generatedSchemas: {
|
|
|
852
852
|
readonly __kind: any;
|
|
853
853
|
};
|
|
854
854
|
}> | undefined;
|
|
855
|
-
network?: Record<string,
|
|
855
|
+
network?: Record<string, import("@taqueria/protocol/Base").Flatten<{
|
|
856
856
|
label: string & {
|
|
857
857
|
readonly __kind: any;
|
|
858
858
|
};
|
|
@@ -863,21 +863,21 @@ export declare const generatedSchemas: {
|
|
|
863
863
|
readonly __kind: any;
|
|
864
864
|
};
|
|
865
865
|
faucet: import("@taqueria/protocol/Base").Flatten<{
|
|
866
|
+
email?: string | undefined;
|
|
867
|
+
password?: string | undefined;
|
|
868
|
+
amount?: string | undefined;
|
|
869
|
+
activation_code?: string | undefined;
|
|
870
|
+
mnemonic: string[];
|
|
866
871
|
pkh: string & {
|
|
867
872
|
readonly __kind: any;
|
|
868
873
|
};
|
|
869
|
-
mnemonic: string[];
|
|
870
|
-
email: string;
|
|
871
|
-
password: string;
|
|
872
|
-
amount: string;
|
|
873
|
-
activation_code: string;
|
|
874
874
|
} & {
|
|
875
875
|
readonly __kind: any;
|
|
876
876
|
}>;
|
|
877
877
|
} & {
|
|
878
878
|
readonly __kind: any;
|
|
879
879
|
}>> | undefined;
|
|
880
|
-
sandbox?: Record<string,
|
|
880
|
+
sandbox?: Record<string, {
|
|
881
881
|
attributes?: Record<string, string | number | boolean> | undefined;
|
|
882
882
|
plugin?: (string & {
|
|
883
883
|
readonly __kind: any;
|
|
@@ -907,7 +907,7 @@ export declare const generatedSchemas: {
|
|
|
907
907
|
};
|
|
908
908
|
} & {
|
|
909
909
|
readonly __kind: any;
|
|
910
|
-
}
|
|
910
|
+
}> | undefined;
|
|
911
911
|
environment?: Record<string, string | import("@taqueria/protocol/Base").Flatten<{
|
|
912
912
|
storage?: Record<string, any> | undefined;
|
|
913
913
|
aliases?: Record<string, any> | undefined;
|
|
@@ -982,7 +982,7 @@ export declare const schemas: {
|
|
|
982
982
|
readonly __kind: any;
|
|
983
983
|
};
|
|
984
984
|
}> | undefined;
|
|
985
|
-
network?: Record<string,
|
|
985
|
+
network?: Record<string, import("@taqueria/protocol/Base").Flatten<{
|
|
986
986
|
label: string & {
|
|
987
987
|
readonly __kind: any;
|
|
988
988
|
};
|
|
@@ -993,21 +993,21 @@ export declare const schemas: {
|
|
|
993
993
|
readonly __kind: any;
|
|
994
994
|
};
|
|
995
995
|
faucet: import("@taqueria/protocol/Base").Flatten<{
|
|
996
|
+
email?: string | undefined;
|
|
997
|
+
password?: string | undefined;
|
|
998
|
+
amount?: string | undefined;
|
|
999
|
+
activation_code?: string | undefined;
|
|
1000
|
+
mnemonic: string[];
|
|
996
1001
|
pkh: string & {
|
|
997
1002
|
readonly __kind: any;
|
|
998
1003
|
};
|
|
999
|
-
mnemonic: string[];
|
|
1000
|
-
email: string;
|
|
1001
|
-
password: string;
|
|
1002
|
-
amount: string;
|
|
1003
|
-
activation_code: string;
|
|
1004
1004
|
} & {
|
|
1005
1005
|
readonly __kind: any;
|
|
1006
1006
|
}>;
|
|
1007
1007
|
} & {
|
|
1008
1008
|
readonly __kind: any;
|
|
1009
1009
|
}>> | undefined;
|
|
1010
|
-
sandbox?: Record<string,
|
|
1010
|
+
sandbox?: Record<string, {
|
|
1011
1011
|
attributes?: Record<string, string | number | boolean> | undefined;
|
|
1012
1012
|
plugin?: (string & {
|
|
1013
1013
|
readonly __kind: any;
|
|
@@ -1037,7 +1037,7 @@ export declare const schemas: {
|
|
|
1037
1037
|
};
|
|
1038
1038
|
} & {
|
|
1039
1039
|
readonly __kind: any;
|
|
1040
|
-
}
|
|
1040
|
+
}> | undefined;
|
|
1041
1041
|
environment?: Record<string, string | import("@taqueria/protocol/Base").Flatten<{
|
|
1042
1042
|
storage?: Record<string, any> | undefined;
|
|
1043
1043
|
aliases?: Record<string, any> | undefined;
|
|
@@ -1107,7 +1107,7 @@ export declare const schemas: {
|
|
|
1107
1107
|
readonly __kind: any;
|
|
1108
1108
|
};
|
|
1109
1109
|
}> | undefined;
|
|
1110
|
-
network?: Record<string,
|
|
1110
|
+
network?: Record<string, import("@taqueria/protocol/Base").Flatten<{
|
|
1111
1111
|
label: string & {
|
|
1112
1112
|
readonly __kind: any;
|
|
1113
1113
|
};
|
|
@@ -1118,21 +1118,21 @@ export declare const schemas: {
|
|
|
1118
1118
|
readonly __kind: any;
|
|
1119
1119
|
};
|
|
1120
1120
|
faucet: import("@taqueria/protocol/Base").Flatten<{
|
|
1121
|
+
email?: string | undefined;
|
|
1122
|
+
password?: string | undefined;
|
|
1123
|
+
amount?: string | undefined;
|
|
1124
|
+
activation_code?: string | undefined;
|
|
1125
|
+
mnemonic: string[];
|
|
1121
1126
|
pkh: string & {
|
|
1122
1127
|
readonly __kind: any;
|
|
1123
1128
|
};
|
|
1124
|
-
mnemonic: string[];
|
|
1125
|
-
email: string;
|
|
1126
|
-
password: string;
|
|
1127
|
-
amount: string;
|
|
1128
|
-
activation_code: string;
|
|
1129
1129
|
} & {
|
|
1130
1130
|
readonly __kind: any;
|
|
1131
1131
|
}>;
|
|
1132
1132
|
} & {
|
|
1133
1133
|
readonly __kind: any;
|
|
1134
1134
|
}>> | undefined;
|
|
1135
|
-
sandbox?: Record<string,
|
|
1135
|
+
sandbox?: Record<string, {
|
|
1136
1136
|
attributes?: Record<string, string | number | boolean> | undefined;
|
|
1137
1137
|
plugin?: (string & {
|
|
1138
1138
|
readonly __kind: any;
|
|
@@ -1162,7 +1162,7 @@ export declare const schemas: {
|
|
|
1162
1162
|
};
|
|
1163
1163
|
} & {
|
|
1164
1164
|
readonly __kind: any;
|
|
1165
|
-
}
|
|
1165
|
+
}> | undefined;
|
|
1166
1166
|
environment?: Record<string, string | import("@taqueria/protocol/Base").Flatten<{
|
|
1167
1167
|
storage?: Record<string, any> | undefined;
|
|
1168
1168
|
aliases?: Record<string, any> | undefined;
|
|
@@ -1240,7 +1240,7 @@ export declare const proxy: {
|
|
|
1240
1240
|
readonly __kind: any;
|
|
1241
1241
|
};
|
|
1242
1242
|
}> | undefined;
|
|
1243
|
-
network?: Record<string,
|
|
1243
|
+
network?: Record<string, import("@taqueria/protocol/Base").Flatten<{
|
|
1244
1244
|
label: string & {
|
|
1245
1245
|
readonly __kind: any;
|
|
1246
1246
|
};
|
|
@@ -1251,21 +1251,21 @@ export declare const proxy: {
|
|
|
1251
1251
|
readonly __kind: any;
|
|
1252
1252
|
};
|
|
1253
1253
|
faucet: import("@taqueria/protocol/Base").Flatten<{
|
|
1254
|
+
email?: string | undefined;
|
|
1255
|
+
password?: string | undefined;
|
|
1256
|
+
amount?: string | undefined;
|
|
1257
|
+
activation_code?: string | undefined;
|
|
1258
|
+
mnemonic: string[];
|
|
1254
1259
|
pkh: string & {
|
|
1255
1260
|
readonly __kind: any;
|
|
1256
1261
|
};
|
|
1257
|
-
mnemonic: string[];
|
|
1258
|
-
email: string;
|
|
1259
|
-
password: string;
|
|
1260
|
-
amount: string;
|
|
1261
|
-
activation_code: string;
|
|
1262
1262
|
} & {
|
|
1263
1263
|
readonly __kind: any;
|
|
1264
1264
|
}>;
|
|
1265
1265
|
} & {
|
|
1266
1266
|
readonly __kind: any;
|
|
1267
1267
|
}>> | undefined;
|
|
1268
|
-
sandbox?: Record<string,
|
|
1268
|
+
sandbox?: Record<string, {
|
|
1269
1269
|
attributes?: Record<string, string | number | boolean> | undefined;
|
|
1270
1270
|
plugin?: (string & {
|
|
1271
1271
|
readonly __kind: any;
|
|
@@ -1295,7 +1295,7 @@ export declare const proxy: {
|
|
|
1295
1295
|
};
|
|
1296
1296
|
} & {
|
|
1297
1297
|
readonly __kind: any;
|
|
1298
|
-
}
|
|
1298
|
+
}> | undefined;
|
|
1299
1299
|
environment?: Record<string, string | import("@taqueria/protocol/Base").Flatten<{
|
|
1300
1300
|
storage?: Record<string, any> | undefined;
|
|
1301
1301
|
aliases?: Record<string, any> | undefined;
|
|
@@ -1369,7 +1369,7 @@ export declare const proxy: {
|
|
|
1369
1369
|
readonly __kind: any;
|
|
1370
1370
|
};
|
|
1371
1371
|
}> | undefined;
|
|
1372
|
-
network?: Record<string,
|
|
1372
|
+
network?: Record<string, import("@taqueria/protocol/Base").Flatten<{
|
|
1373
1373
|
label: string & {
|
|
1374
1374
|
readonly __kind: any;
|
|
1375
1375
|
};
|
|
@@ -1380,21 +1380,21 @@ export declare const proxy: {
|
|
|
1380
1380
|
readonly __kind: any;
|
|
1381
1381
|
};
|
|
1382
1382
|
faucet: import("@taqueria/protocol/Base").Flatten<{
|
|
1383
|
+
email?: string | undefined;
|
|
1384
|
+
password?: string | undefined;
|
|
1385
|
+
amount?: string | undefined;
|
|
1386
|
+
activation_code?: string | undefined;
|
|
1387
|
+
mnemonic: string[];
|
|
1383
1388
|
pkh: string & {
|
|
1384
1389
|
readonly __kind: any;
|
|
1385
1390
|
};
|
|
1386
|
-
mnemonic: string[];
|
|
1387
|
-
email: string;
|
|
1388
|
-
password: string;
|
|
1389
|
-
amount: string;
|
|
1390
|
-
activation_code: string;
|
|
1391
1391
|
} & {
|
|
1392
1392
|
readonly __kind: any;
|
|
1393
1393
|
}>;
|
|
1394
1394
|
} & {
|
|
1395
1395
|
readonly __kind: any;
|
|
1396
1396
|
}>> | undefined;
|
|
1397
|
-
sandbox?: Record<string,
|
|
1397
|
+
sandbox?: Record<string, {
|
|
1398
1398
|
attributes?: Record<string, string | number | boolean> | undefined;
|
|
1399
1399
|
plugin?: (string & {
|
|
1400
1400
|
readonly __kind: any;
|
|
@@ -1424,7 +1424,7 @@ export declare const proxy: {
|
|
|
1424
1424
|
};
|
|
1425
1425
|
} & {
|
|
1426
1426
|
readonly __kind: any;
|
|
1427
|
-
}
|
|
1427
|
+
}> | undefined;
|
|
1428
1428
|
environment?: Record<string, string | import("@taqueria/protocol/Base").Flatten<{
|
|
1429
1429
|
storage?: Record<string, any> | undefined;
|
|
1430
1430
|
aliases?: Record<string, any> | undefined;
|
|
@@ -1493,7 +1493,7 @@ export declare const proxy: {
|
|
|
1493
1493
|
readonly __kind: any;
|
|
1494
1494
|
};
|
|
1495
1495
|
}> | undefined;
|
|
1496
|
-
network?: Record<string,
|
|
1496
|
+
network?: Record<string, import("@taqueria/protocol/Base").Flatten<{
|
|
1497
1497
|
label: string & {
|
|
1498
1498
|
readonly __kind: any;
|
|
1499
1499
|
};
|
|
@@ -1504,21 +1504,21 @@ export declare const proxy: {
|
|
|
1504
1504
|
readonly __kind: any;
|
|
1505
1505
|
};
|
|
1506
1506
|
faucet: import("@taqueria/protocol/Base").Flatten<{
|
|
1507
|
+
email?: string | undefined;
|
|
1508
|
+
password?: string | undefined;
|
|
1509
|
+
amount?: string | undefined;
|
|
1510
|
+
activation_code?: string | undefined;
|
|
1511
|
+
mnemonic: string[];
|
|
1507
1512
|
pkh: string & {
|
|
1508
1513
|
readonly __kind: any;
|
|
1509
1514
|
};
|
|
1510
|
-
mnemonic: string[];
|
|
1511
|
-
email: string;
|
|
1512
|
-
password: string;
|
|
1513
|
-
amount: string;
|
|
1514
|
-
activation_code: string;
|
|
1515
1515
|
} & {
|
|
1516
1516
|
readonly __kind: any;
|
|
1517
1517
|
}>;
|
|
1518
1518
|
} & {
|
|
1519
1519
|
readonly __kind: any;
|
|
1520
1520
|
}>> | undefined;
|
|
1521
|
-
sandbox?: Record<string,
|
|
1521
|
+
sandbox?: Record<string, {
|
|
1522
1522
|
attributes?: Record<string, string | number | boolean> | undefined;
|
|
1523
1523
|
plugin?: (string & {
|
|
1524
1524
|
readonly __kind: any;
|
|
@@ -1548,7 +1548,7 @@ export declare const proxy: {
|
|
|
1548
1548
|
};
|
|
1549
1549
|
} & {
|
|
1550
1550
|
readonly __kind: any;
|
|
1551
|
-
}
|
|
1551
|
+
}> | undefined;
|
|
1552
1552
|
environment?: Record<string, string | import("@taqueria/protocol/Base").Flatten<{
|
|
1553
1553
|
storage?: Record<string, any> | undefined;
|
|
1554
1554
|
aliases?: Record<string, any> | undefined;
|
|
@@ -1620,7 +1620,7 @@ export declare const proxy: {
|
|
|
1620
1620
|
readonly __kind: any;
|
|
1621
1621
|
};
|
|
1622
1622
|
}> | undefined;
|
|
1623
|
-
network?: Record<string,
|
|
1623
|
+
network?: Record<string, import("@taqueria/protocol/Base").Flatten<{
|
|
1624
1624
|
label: string & {
|
|
1625
1625
|
readonly __kind: any;
|
|
1626
1626
|
};
|
|
@@ -1631,21 +1631,21 @@ export declare const proxy: {
|
|
|
1631
1631
|
readonly __kind: any;
|
|
1632
1632
|
};
|
|
1633
1633
|
faucet: import("@taqueria/protocol/Base").Flatten<{
|
|
1634
|
+
email?: string | undefined;
|
|
1635
|
+
password?: string | undefined;
|
|
1636
|
+
amount?: string | undefined;
|
|
1637
|
+
activation_code?: string | undefined;
|
|
1638
|
+
mnemonic: string[];
|
|
1634
1639
|
pkh: string & {
|
|
1635
1640
|
readonly __kind: any;
|
|
1636
1641
|
};
|
|
1637
|
-
mnemonic: string[];
|
|
1638
|
-
email: string;
|
|
1639
|
-
password: string;
|
|
1640
|
-
amount: string;
|
|
1641
|
-
activation_code: string;
|
|
1642
1642
|
} & {
|
|
1643
1643
|
readonly __kind: any;
|
|
1644
1644
|
}>;
|
|
1645
1645
|
} & {
|
|
1646
1646
|
readonly __kind: any;
|
|
1647
1647
|
}>> | undefined;
|
|
1648
|
-
sandbox?: Record<string,
|
|
1648
|
+
sandbox?: Record<string, {
|
|
1649
1649
|
attributes?: Record<string, string | number | boolean> | undefined;
|
|
1650
1650
|
plugin?: (string & {
|
|
1651
1651
|
readonly __kind: any;
|
|
@@ -1675,7 +1675,7 @@ export declare const proxy: {
|
|
|
1675
1675
|
};
|
|
1676
1676
|
} & {
|
|
1677
1677
|
readonly __kind: any;
|
|
1678
|
-
}
|
|
1678
|
+
}> | undefined;
|
|
1679
1679
|
environment?: Record<string, string | import("@taqueria/protocol/Base").Flatten<{
|
|
1680
1680
|
storage?: Record<string, any> | undefined;
|
|
1681
1681
|
aliases?: Record<string, any> | undefined;
|
|
@@ -1746,20 +1746,20 @@ export declare const proxy: {
|
|
|
1746
1746
|
sourceFile: string;
|
|
1747
1747
|
hash: string;
|
|
1748
1748
|
}> | undefined;
|
|
1749
|
-
network?: Record<string,
|
|
1749
|
+
network?: Record<string, {
|
|
1750
1750
|
label: string;
|
|
1751
1751
|
rpcUrl: string;
|
|
1752
1752
|
protocol: string;
|
|
1753
1753
|
faucet: {
|
|
1754
|
-
|
|
1754
|
+
email?: string | undefined;
|
|
1755
|
+
password?: string | undefined;
|
|
1756
|
+
amount?: string | undefined;
|
|
1757
|
+
activation_code?: string | undefined;
|
|
1755
1758
|
mnemonic: string[];
|
|
1756
|
-
|
|
1757
|
-
password: string;
|
|
1758
|
-
amount: string;
|
|
1759
|
-
activation_code: string;
|
|
1759
|
+
pkh: string;
|
|
1760
1760
|
};
|
|
1761
1761
|
}> | undefined;
|
|
1762
|
-
sandbox?: Record<string,
|
|
1762
|
+
sandbox?: Record<string, {
|
|
1763
1763
|
attributes?: Record<string, string | number | boolean> | undefined;
|
|
1764
1764
|
plugin?: string | undefined;
|
|
1765
1765
|
accounts?: {
|
|
@@ -1831,7 +1831,7 @@ export declare const proxy: {
|
|
|
1831
1831
|
readonly __kind: any;
|
|
1832
1832
|
};
|
|
1833
1833
|
}> | undefined;
|
|
1834
|
-
network?: Record<string,
|
|
1834
|
+
network?: Record<string, import("@taqueria/protocol/Base").Flatten<{
|
|
1835
1835
|
label: string & {
|
|
1836
1836
|
readonly __kind: any;
|
|
1837
1837
|
};
|
|
@@ -1842,21 +1842,21 @@ export declare const proxy: {
|
|
|
1842
1842
|
readonly __kind: any;
|
|
1843
1843
|
};
|
|
1844
1844
|
faucet: import("@taqueria/protocol/Base").Flatten<{
|
|
1845
|
+
email?: string | undefined;
|
|
1846
|
+
password?: string | undefined;
|
|
1847
|
+
amount?: string | undefined;
|
|
1848
|
+
activation_code?: string | undefined;
|
|
1849
|
+
mnemonic: string[];
|
|
1845
1850
|
pkh: string & {
|
|
1846
1851
|
readonly __kind: any;
|
|
1847
1852
|
};
|
|
1848
|
-
mnemonic: string[];
|
|
1849
|
-
email: string;
|
|
1850
|
-
password: string;
|
|
1851
|
-
amount: string;
|
|
1852
|
-
activation_code: string;
|
|
1853
1853
|
} & {
|
|
1854
1854
|
readonly __kind: any;
|
|
1855
1855
|
}>;
|
|
1856
1856
|
} & {
|
|
1857
1857
|
readonly __kind: any;
|
|
1858
1858
|
}>> | undefined;
|
|
1859
|
-
sandbox?: Record<string,
|
|
1859
|
+
sandbox?: Record<string, {
|
|
1860
1860
|
attributes?: Record<string, string | number | boolean> | undefined;
|
|
1861
1861
|
plugin?: (string & {
|
|
1862
1862
|
readonly __kind: any;
|
|
@@ -1886,7 +1886,7 @@ export declare const proxy: {
|
|
|
1886
1886
|
};
|
|
1887
1887
|
} & {
|
|
1888
1888
|
readonly __kind: any;
|
|
1889
|
-
}
|
|
1889
|
+
}> | undefined;
|
|
1890
1890
|
environment?: Record<string, string | import("@taqueria/protocol/Base").Flatten<{
|
|
1891
1891
|
storage?: Record<string, any> | undefined;
|
|
1892
1892
|
aliases?: Record<string, any> | undefined;
|
|
@@ -1955,7 +1955,7 @@ export declare const proxy: {
|
|
|
1955
1955
|
readonly __kind: any;
|
|
1956
1956
|
};
|
|
1957
1957
|
}> | undefined;
|
|
1958
|
-
network?: Record<string,
|
|
1958
|
+
network?: Record<string, import("@taqueria/protocol/Base").Flatten<{
|
|
1959
1959
|
label: string & {
|
|
1960
1960
|
readonly __kind: any;
|
|
1961
1961
|
};
|
|
@@ -1966,21 +1966,21 @@ export declare const proxy: {
|
|
|
1966
1966
|
readonly __kind: any;
|
|
1967
1967
|
};
|
|
1968
1968
|
faucet: import("@taqueria/protocol/Base").Flatten<{
|
|
1969
|
+
email?: string | undefined;
|
|
1970
|
+
password?: string | undefined;
|
|
1971
|
+
amount?: string | undefined;
|
|
1972
|
+
activation_code?: string | undefined;
|
|
1973
|
+
mnemonic: string[];
|
|
1969
1974
|
pkh: string & {
|
|
1970
1975
|
readonly __kind: any;
|
|
1971
1976
|
};
|
|
1972
|
-
mnemonic: string[];
|
|
1973
|
-
email: string;
|
|
1974
|
-
password: string;
|
|
1975
|
-
amount: string;
|
|
1976
|
-
activation_code: string;
|
|
1977
1977
|
} & {
|
|
1978
1978
|
readonly __kind: any;
|
|
1979
1979
|
}>;
|
|
1980
1980
|
} & {
|
|
1981
1981
|
readonly __kind: any;
|
|
1982
1982
|
}>> | undefined;
|
|
1983
|
-
sandbox?: Record<string,
|
|
1983
|
+
sandbox?: Record<string, {
|
|
1984
1984
|
attributes?: Record<string, string | number | boolean> | undefined;
|
|
1985
1985
|
plugin?: (string & {
|
|
1986
1986
|
readonly __kind: any;
|
|
@@ -2010,7 +2010,7 @@ export declare const proxy: {
|
|
|
2010
2010
|
};
|
|
2011
2011
|
} & {
|
|
2012
2012
|
readonly __kind: any;
|
|
2013
|
-
}
|
|
2013
|
+
}> | undefined;
|
|
2014
2014
|
environment?: Record<string, string | import("@taqueria/protocol/Base").Flatten<{
|
|
2015
2015
|
storage?: Record<string, any> | undefined;
|
|
2016
2016
|
aliases?: Record<string, any> | undefined;
|
|
@@ -2082,7 +2082,7 @@ export declare const proxy: {
|
|
|
2082
2082
|
readonly __kind: any;
|
|
2083
2083
|
};
|
|
2084
2084
|
}> | undefined;
|
|
2085
|
-
network?: Record<string,
|
|
2085
|
+
network?: Record<string, import("@taqueria/protocol/Base").Flatten<{
|
|
2086
2086
|
label: string & {
|
|
2087
2087
|
readonly __kind: any;
|
|
2088
2088
|
};
|
|
@@ -2093,21 +2093,21 @@ export declare const proxy: {
|
|
|
2093
2093
|
readonly __kind: any;
|
|
2094
2094
|
};
|
|
2095
2095
|
faucet: import("@taqueria/protocol/Base").Flatten<{
|
|
2096
|
+
email?: string | undefined;
|
|
2097
|
+
password?: string | undefined;
|
|
2098
|
+
amount?: string | undefined;
|
|
2099
|
+
activation_code?: string | undefined;
|
|
2100
|
+
mnemonic: string[];
|
|
2096
2101
|
pkh: string & {
|
|
2097
2102
|
readonly __kind: any;
|
|
2098
2103
|
};
|
|
2099
|
-
mnemonic: string[];
|
|
2100
|
-
email: string;
|
|
2101
|
-
password: string;
|
|
2102
|
-
amount: string;
|
|
2103
|
-
activation_code: string;
|
|
2104
2104
|
} & {
|
|
2105
2105
|
readonly __kind: any;
|
|
2106
2106
|
}>;
|
|
2107
2107
|
} & {
|
|
2108
2108
|
readonly __kind: any;
|
|
2109
2109
|
}>> | undefined;
|
|
2110
|
-
sandbox?: Record<string,
|
|
2110
|
+
sandbox?: Record<string, {
|
|
2111
2111
|
attributes?: Record<string, string | number | boolean> | undefined;
|
|
2112
2112
|
plugin?: (string & {
|
|
2113
2113
|
readonly __kind: any;
|
|
@@ -2137,7 +2137,7 @@ export declare const proxy: {
|
|
|
2137
2137
|
};
|
|
2138
2138
|
} & {
|
|
2139
2139
|
readonly __kind: any;
|
|
2140
|
-
}
|
|
2140
|
+
}> | undefined;
|
|
2141
2141
|
environment?: Record<string, string | import("@taqueria/protocol/Base").Flatten<{
|
|
2142
2142
|
storage?: Record<string, any> | undefined;
|
|
2143
2143
|
aliases?: Record<string, any> | undefined;
|
|
@@ -2214,20 +2214,20 @@ export declare const proxyTemplate: {
|
|
|
2214
2214
|
sourceFile: string;
|
|
2215
2215
|
hash: string;
|
|
2216
2216
|
}> | undefined;
|
|
2217
|
-
network?: Record<string,
|
|
2217
|
+
network?: Record<string, {
|
|
2218
2218
|
label: string;
|
|
2219
2219
|
rpcUrl: string;
|
|
2220
2220
|
protocol: string;
|
|
2221
2221
|
faucet: {
|
|
2222
|
-
|
|
2222
|
+
email?: string | undefined;
|
|
2223
|
+
password?: string | undefined;
|
|
2224
|
+
amount?: string | undefined;
|
|
2225
|
+
activation_code?: string | undefined;
|
|
2223
2226
|
mnemonic: string[];
|
|
2224
|
-
|
|
2225
|
-
password: string;
|
|
2226
|
-
amount: string;
|
|
2227
|
-
activation_code: string;
|
|
2227
|
+
pkh: string;
|
|
2228
2228
|
};
|
|
2229
2229
|
}> | undefined;
|
|
2230
|
-
sandbox?: Record<string,
|
|
2230
|
+
sandbox?: Record<string, {
|
|
2231
2231
|
attributes?: Record<string, string | number | boolean> | undefined;
|
|
2232
2232
|
plugin?: string | undefined;
|
|
2233
2233
|
accounts?: {
|
|
@@ -2303,20 +2303,20 @@ export declare const proxyTemplate: {
|
|
|
2303
2303
|
sourceFile: string;
|
|
2304
2304
|
hash: string;
|
|
2305
2305
|
}> | undefined;
|
|
2306
|
-
network?: Record<string,
|
|
2306
|
+
network?: Record<string, {
|
|
2307
2307
|
label: string;
|
|
2308
2308
|
rpcUrl: string;
|
|
2309
2309
|
protocol: string;
|
|
2310
2310
|
faucet: {
|
|
2311
|
-
|
|
2311
|
+
email?: string | undefined;
|
|
2312
|
+
password?: string | undefined;
|
|
2313
|
+
amount?: string | undefined;
|
|
2314
|
+
activation_code?: string | undefined;
|
|
2312
2315
|
mnemonic: string[];
|
|
2313
|
-
|
|
2314
|
-
password: string;
|
|
2315
|
-
amount: string;
|
|
2316
|
-
activation_code: string;
|
|
2316
|
+
pkh: string;
|
|
2317
2317
|
};
|
|
2318
2318
|
}> | undefined;
|
|
2319
|
-
sandbox?: Record<string,
|
|
2319
|
+
sandbox?: Record<string, {
|
|
2320
2320
|
attributes?: Record<string, string | number | boolean> | undefined;
|
|
2321
2321
|
plugin?: string | undefined;
|
|
2322
2322
|
accounts?: {
|
|
@@ -2387,20 +2387,20 @@ export declare const proxyTemplate: {
|
|
|
2387
2387
|
sourceFile: string;
|
|
2388
2388
|
hash: string;
|
|
2389
2389
|
}> | undefined;
|
|
2390
|
-
network?: Record<string,
|
|
2390
|
+
network?: Record<string, {
|
|
2391
2391
|
label: string;
|
|
2392
2392
|
rpcUrl: string;
|
|
2393
2393
|
protocol: string;
|
|
2394
2394
|
faucet: {
|
|
2395
|
-
|
|
2395
|
+
email?: string | undefined;
|
|
2396
|
+
password?: string | undefined;
|
|
2397
|
+
amount?: string | undefined;
|
|
2398
|
+
activation_code?: string | undefined;
|
|
2396
2399
|
mnemonic: string[];
|
|
2397
|
-
|
|
2398
|
-
password: string;
|
|
2399
|
-
amount: string;
|
|
2400
|
-
activation_code: string;
|
|
2400
|
+
pkh: string;
|
|
2401
2401
|
};
|
|
2402
2402
|
}> | undefined;
|
|
2403
|
-
sandbox?: Record<string,
|
|
2403
|
+
sandbox?: Record<string, {
|
|
2404
2404
|
attributes?: Record<string, string | number | boolean> | undefined;
|
|
2405
2405
|
plugin?: string | undefined;
|
|
2406
2406
|
accounts?: {
|
|
@@ -2474,20 +2474,20 @@ export declare const proxyTemplate: {
|
|
|
2474
2474
|
sourceFile: string;
|
|
2475
2475
|
hash: string;
|
|
2476
2476
|
}> | undefined;
|
|
2477
|
-
network?: Record<string,
|
|
2477
|
+
network?: Record<string, {
|
|
2478
2478
|
label: string;
|
|
2479
2479
|
rpcUrl: string;
|
|
2480
2480
|
protocol: string;
|
|
2481
2481
|
faucet: {
|
|
2482
|
-
|
|
2482
|
+
email?: string | undefined;
|
|
2483
|
+
password?: string | undefined;
|
|
2484
|
+
amount?: string | undefined;
|
|
2485
|
+
activation_code?: string | undefined;
|
|
2483
2486
|
mnemonic: string[];
|
|
2484
|
-
|
|
2485
|
-
password: string;
|
|
2486
|
-
amount: string;
|
|
2487
|
-
activation_code: string;
|
|
2487
|
+
pkh: string;
|
|
2488
2488
|
};
|
|
2489
2489
|
}> | undefined;
|
|
2490
|
-
sandbox?: Record<string,
|
|
2490
|
+
sandbox?: Record<string, {
|
|
2491
2491
|
attributes?: Record<string, string | number | boolean> | undefined;
|
|
2492
2492
|
plugin?: string | undefined;
|
|
2493
2493
|
accounts?: {
|
|
@@ -2561,20 +2561,20 @@ export declare const proxyTemplate: {
|
|
|
2561
2561
|
sourceFile: string;
|
|
2562
2562
|
hash: string;
|
|
2563
2563
|
}> | undefined;
|
|
2564
|
-
network?: Record<string,
|
|
2564
|
+
network?: Record<string, {
|
|
2565
2565
|
label: string;
|
|
2566
2566
|
rpcUrl: string;
|
|
2567
2567
|
protocol: string;
|
|
2568
2568
|
faucet: {
|
|
2569
|
-
|
|
2569
|
+
email?: string | undefined;
|
|
2570
|
+
password?: string | undefined;
|
|
2571
|
+
amount?: string | undefined;
|
|
2572
|
+
activation_code?: string | undefined;
|
|
2570
2573
|
mnemonic: string[];
|
|
2571
|
-
|
|
2572
|
-
password: string;
|
|
2573
|
-
amount: string;
|
|
2574
|
-
activation_code: string;
|
|
2574
|
+
pkh: string;
|
|
2575
2575
|
};
|
|
2576
2576
|
}> | undefined;
|
|
2577
|
-
sandbox?: Record<string,
|
|
2577
|
+
sandbox?: Record<string, {
|
|
2578
2578
|
attributes?: Record<string, string | number | boolean> | undefined;
|
|
2579
2579
|
plugin?: string | undefined;
|
|
2580
2580
|
accounts?: {
|
|
@@ -2645,20 +2645,20 @@ export declare const proxyTemplate: {
|
|
|
2645
2645
|
sourceFile: string;
|
|
2646
2646
|
hash: string;
|
|
2647
2647
|
}> | undefined;
|
|
2648
|
-
network?: Record<string,
|
|
2648
|
+
network?: Record<string, {
|
|
2649
2649
|
label: string;
|
|
2650
2650
|
rpcUrl: string;
|
|
2651
2651
|
protocol: string;
|
|
2652
2652
|
faucet: {
|
|
2653
|
-
|
|
2653
|
+
email?: string | undefined;
|
|
2654
|
+
password?: string | undefined;
|
|
2655
|
+
amount?: string | undefined;
|
|
2656
|
+
activation_code?: string | undefined;
|
|
2654
2657
|
mnemonic: string[];
|
|
2655
|
-
|
|
2656
|
-
password: string;
|
|
2657
|
-
amount: string;
|
|
2658
|
-
activation_code: string;
|
|
2658
|
+
pkh: string;
|
|
2659
2659
|
};
|
|
2660
2660
|
}> | undefined;
|
|
2661
|
-
sandbox?: Record<string,
|
|
2661
|
+
sandbox?: Record<string, {
|
|
2662
2662
|
attributes?: Record<string, string | number | boolean> | undefined;
|
|
2663
2663
|
plugin?: string | undefined;
|
|
2664
2664
|
accounts?: {
|
|
@@ -2729,20 +2729,20 @@ export declare const proxyTemplate: {
|
|
|
2729
2729
|
sourceFile: string;
|
|
2730
2730
|
hash: string;
|
|
2731
2731
|
}> | undefined;
|
|
2732
|
-
network?: Record<string,
|
|
2732
|
+
network?: Record<string, {
|
|
2733
2733
|
label: string;
|
|
2734
2734
|
rpcUrl: string;
|
|
2735
2735
|
protocol: string;
|
|
2736
2736
|
faucet: {
|
|
2737
|
-
|
|
2737
|
+
email?: string | undefined;
|
|
2738
|
+
password?: string | undefined;
|
|
2739
|
+
amount?: string | undefined;
|
|
2740
|
+
activation_code?: string | undefined;
|
|
2738
2741
|
mnemonic: string[];
|
|
2739
|
-
|
|
2740
|
-
password: string;
|
|
2741
|
-
amount: string;
|
|
2742
|
-
activation_code: string;
|
|
2742
|
+
pkh: string;
|
|
2743
2743
|
};
|
|
2744
2744
|
}> | undefined;
|
|
2745
|
-
sandbox?: Record<string,
|
|
2745
|
+
sandbox?: Record<string, {
|
|
2746
2746
|
attributes?: Record<string, string | number | boolean> | undefined;
|
|
2747
2747
|
plugin?: string | undefined;
|
|
2748
2748
|
accounts?: {
|
|
@@ -2816,20 +2816,20 @@ export declare const proxyTemplate: {
|
|
|
2816
2816
|
sourceFile: string;
|
|
2817
2817
|
hash: string;
|
|
2818
2818
|
}> | undefined;
|
|
2819
|
-
network?: Record<string,
|
|
2819
|
+
network?: Record<string, {
|
|
2820
2820
|
label: string;
|
|
2821
2821
|
rpcUrl: string;
|
|
2822
2822
|
protocol: string;
|
|
2823
2823
|
faucet: {
|
|
2824
|
-
|
|
2824
|
+
email?: string | undefined;
|
|
2825
|
+
password?: string | undefined;
|
|
2826
|
+
amount?: string | undefined;
|
|
2827
|
+
activation_code?: string | undefined;
|
|
2825
2828
|
mnemonic: string[];
|
|
2826
|
-
|
|
2827
|
-
password: string;
|
|
2828
|
-
amount: string;
|
|
2829
|
-
activation_code: string;
|
|
2829
|
+
pkh: string;
|
|
2830
2830
|
};
|
|
2831
2831
|
}> | undefined;
|
|
2832
|
-
sandbox?: Record<string,
|
|
2832
|
+
sandbox?: Record<string, {
|
|
2833
2833
|
attributes?: Record<string, string | number | boolean> | undefined;
|
|
2834
2834
|
plugin?: string | undefined;
|
|
2835
2835
|
accounts?: {
|
|
@@ -2909,7 +2909,7 @@ export declare const proxySchemas: {
|
|
|
2909
2909
|
readonly __kind: any;
|
|
2910
2910
|
};
|
|
2911
2911
|
}> | undefined;
|
|
2912
|
-
network?: Record<string,
|
|
2912
|
+
network?: Record<string, import("@taqueria/protocol/Base").Flatten<{
|
|
2913
2913
|
label: string & {
|
|
2914
2914
|
readonly __kind: any;
|
|
2915
2915
|
};
|
|
@@ -2920,21 +2920,21 @@ export declare const proxySchemas: {
|
|
|
2920
2920
|
readonly __kind: any;
|
|
2921
2921
|
};
|
|
2922
2922
|
faucet: import("@taqueria/protocol/Base").Flatten<{
|
|
2923
|
+
email?: string | undefined;
|
|
2924
|
+
password?: string | undefined;
|
|
2925
|
+
amount?: string | undefined;
|
|
2926
|
+
activation_code?: string | undefined;
|
|
2927
|
+
mnemonic: string[];
|
|
2923
2928
|
pkh: string & {
|
|
2924
2929
|
readonly __kind: any;
|
|
2925
2930
|
};
|
|
2926
|
-
mnemonic: string[];
|
|
2927
|
-
email: string;
|
|
2928
|
-
password: string;
|
|
2929
|
-
amount: string;
|
|
2930
|
-
activation_code: string;
|
|
2931
2931
|
} & {
|
|
2932
2932
|
readonly __kind: any;
|
|
2933
2933
|
}>;
|
|
2934
2934
|
} & {
|
|
2935
2935
|
readonly __kind: any;
|
|
2936
2936
|
}>> | undefined;
|
|
2937
|
-
sandbox?: Record<string,
|
|
2937
|
+
sandbox?: Record<string, {
|
|
2938
2938
|
attributes?: Record<string, string | number | boolean> | undefined;
|
|
2939
2939
|
plugin?: (string & {
|
|
2940
2940
|
readonly __kind: any;
|
|
@@ -2964,7 +2964,7 @@ export declare const proxySchemas: {
|
|
|
2964
2964
|
};
|
|
2965
2965
|
} & {
|
|
2966
2966
|
readonly __kind: any;
|
|
2967
|
-
}
|
|
2967
|
+
}> | undefined;
|
|
2968
2968
|
environment?: Record<string, string | import("@taqueria/protocol/Base").Flatten<{
|
|
2969
2969
|
storage?: Record<string, any> | undefined;
|
|
2970
2970
|
aliases?: Record<string, any> | undefined;
|
|
@@ -3038,7 +3038,7 @@ export declare const proxyFactory: {
|
|
|
3038
3038
|
readonly __kind: any;
|
|
3039
3039
|
};
|
|
3040
3040
|
}> | undefined;
|
|
3041
|
-
network?: Record<string,
|
|
3041
|
+
network?: Record<string, import("@taqueria/protocol/Base").Flatten<{
|
|
3042
3042
|
label: string & {
|
|
3043
3043
|
readonly __kind: any;
|
|
3044
3044
|
};
|
|
@@ -3049,21 +3049,21 @@ export declare const proxyFactory: {
|
|
|
3049
3049
|
readonly __kind: any;
|
|
3050
3050
|
};
|
|
3051
3051
|
faucet: import("@taqueria/protocol/Base").Flatten<{
|
|
3052
|
+
email?: string | undefined;
|
|
3053
|
+
password?: string | undefined;
|
|
3054
|
+
amount?: string | undefined;
|
|
3055
|
+
activation_code?: string | undefined;
|
|
3056
|
+
mnemonic: string[];
|
|
3052
3057
|
pkh: string & {
|
|
3053
3058
|
readonly __kind: any;
|
|
3054
3059
|
};
|
|
3055
|
-
mnemonic: string[];
|
|
3056
|
-
email: string;
|
|
3057
|
-
password: string;
|
|
3058
|
-
amount: string;
|
|
3059
|
-
activation_code: string;
|
|
3060
3060
|
} & {
|
|
3061
3061
|
readonly __kind: any;
|
|
3062
3062
|
}>;
|
|
3063
3063
|
} & {
|
|
3064
3064
|
readonly __kind: any;
|
|
3065
3065
|
}>> | undefined;
|
|
3066
|
-
sandbox?: Record<string,
|
|
3066
|
+
sandbox?: Record<string, {
|
|
3067
3067
|
attributes?: Record<string, string | number | boolean> | undefined;
|
|
3068
3068
|
plugin?: (string & {
|
|
3069
3069
|
readonly __kind: any;
|
|
@@ -3093,7 +3093,7 @@ export declare const proxyFactory: {
|
|
|
3093
3093
|
};
|
|
3094
3094
|
} & {
|
|
3095
3095
|
readonly __kind: any;
|
|
3096
|
-
}
|
|
3096
|
+
}> | undefined;
|
|
3097
3097
|
environment?: Record<string, string | import("@taqueria/protocol/Base").Flatten<{
|
|
3098
3098
|
storage?: Record<string, any> | undefined;
|
|
3099
3099
|
aliases?: Record<string, any> | undefined;
|
|
@@ -3162,7 +3162,7 @@ export declare const proxyFactory: {
|
|
|
3162
3162
|
readonly __kind: any;
|
|
3163
3163
|
};
|
|
3164
3164
|
}> | undefined;
|
|
3165
|
-
network?: Record<string,
|
|
3165
|
+
network?: Record<string, import("@taqueria/protocol/Base").Flatten<{
|
|
3166
3166
|
label: string & {
|
|
3167
3167
|
readonly __kind: any;
|
|
3168
3168
|
};
|
|
@@ -3173,21 +3173,21 @@ export declare const proxyFactory: {
|
|
|
3173
3173
|
readonly __kind: any;
|
|
3174
3174
|
};
|
|
3175
3175
|
faucet: import("@taqueria/protocol/Base").Flatten<{
|
|
3176
|
+
email?: string | undefined;
|
|
3177
|
+
password?: string | undefined;
|
|
3178
|
+
amount?: string | undefined;
|
|
3179
|
+
activation_code?: string | undefined;
|
|
3180
|
+
mnemonic: string[];
|
|
3176
3181
|
pkh: string & {
|
|
3177
3182
|
readonly __kind: any;
|
|
3178
3183
|
};
|
|
3179
|
-
mnemonic: string[];
|
|
3180
|
-
email: string;
|
|
3181
|
-
password: string;
|
|
3182
|
-
amount: string;
|
|
3183
|
-
activation_code: string;
|
|
3184
3184
|
} & {
|
|
3185
3185
|
readonly __kind: any;
|
|
3186
3186
|
}>;
|
|
3187
3187
|
} & {
|
|
3188
3188
|
readonly __kind: any;
|
|
3189
3189
|
}>> | undefined;
|
|
3190
|
-
sandbox?: Record<string,
|
|
3190
|
+
sandbox?: Record<string, {
|
|
3191
3191
|
attributes?: Record<string, string | number | boolean> | undefined;
|
|
3192
3192
|
plugin?: (string & {
|
|
3193
3193
|
readonly __kind: any;
|
|
@@ -3217,7 +3217,7 @@ export declare const proxyFactory: {
|
|
|
3217
3217
|
};
|
|
3218
3218
|
} & {
|
|
3219
3219
|
readonly __kind: any;
|
|
3220
|
-
}
|
|
3220
|
+
}> | undefined;
|
|
3221
3221
|
environment?: Record<string, string | import("@taqueria/protocol/Base").Flatten<{
|
|
3222
3222
|
storage?: Record<string, any> | undefined;
|
|
3223
3223
|
aliases?: Record<string, any> | undefined;
|
|
@@ -3289,7 +3289,7 @@ export declare const proxyFactory: {
|
|
|
3289
3289
|
readonly __kind: any;
|
|
3290
3290
|
};
|
|
3291
3291
|
}> | undefined;
|
|
3292
|
-
network?: Record<string,
|
|
3292
|
+
network?: Record<string, import("@taqueria/protocol/Base").Flatten<{
|
|
3293
3293
|
label: string & {
|
|
3294
3294
|
readonly __kind: any;
|
|
3295
3295
|
};
|
|
@@ -3300,21 +3300,21 @@ export declare const proxyFactory: {
|
|
|
3300
3300
|
readonly __kind: any;
|
|
3301
3301
|
};
|
|
3302
3302
|
faucet: import("@taqueria/protocol/Base").Flatten<{
|
|
3303
|
+
email?: string | undefined;
|
|
3304
|
+
password?: string | undefined;
|
|
3305
|
+
amount?: string | undefined;
|
|
3306
|
+
activation_code?: string | undefined;
|
|
3307
|
+
mnemonic: string[];
|
|
3303
3308
|
pkh: string & {
|
|
3304
3309
|
readonly __kind: any;
|
|
3305
3310
|
};
|
|
3306
|
-
mnemonic: string[];
|
|
3307
|
-
email: string;
|
|
3308
|
-
password: string;
|
|
3309
|
-
amount: string;
|
|
3310
|
-
activation_code: string;
|
|
3311
3311
|
} & {
|
|
3312
3312
|
readonly __kind: any;
|
|
3313
3313
|
}>;
|
|
3314
3314
|
} & {
|
|
3315
3315
|
readonly __kind: any;
|
|
3316
3316
|
}>> | undefined;
|
|
3317
|
-
sandbox?: Record<string,
|
|
3317
|
+
sandbox?: Record<string, {
|
|
3318
3318
|
attributes?: Record<string, string | number | boolean> | undefined;
|
|
3319
3319
|
plugin?: (string & {
|
|
3320
3320
|
readonly __kind: any;
|
|
@@ -3344,7 +3344,7 @@ export declare const proxyFactory: {
|
|
|
3344
3344
|
};
|
|
3345
3345
|
} & {
|
|
3346
3346
|
readonly __kind: any;
|
|
3347
|
-
}
|
|
3347
|
+
}> | undefined;
|
|
3348
3348
|
environment?: Record<string, string | import("@taqueria/protocol/Base").Flatten<{
|
|
3349
3349
|
storage?: Record<string, any> | undefined;
|
|
3350
3350
|
aliases?: Record<string, any> | undefined;
|
|
@@ -3415,20 +3415,20 @@ export declare const proxyFactory: {
|
|
|
3415
3415
|
sourceFile: string;
|
|
3416
3416
|
hash: string;
|
|
3417
3417
|
}> | undefined;
|
|
3418
|
-
network?: Record<string,
|
|
3418
|
+
network?: Record<string, {
|
|
3419
3419
|
label: string;
|
|
3420
3420
|
rpcUrl: string;
|
|
3421
3421
|
protocol: string;
|
|
3422
3422
|
faucet: {
|
|
3423
|
-
|
|
3423
|
+
email?: string | undefined;
|
|
3424
|
+
password?: string | undefined;
|
|
3425
|
+
amount?: string | undefined;
|
|
3426
|
+
activation_code?: string | undefined;
|
|
3424
3427
|
mnemonic: string[];
|
|
3425
|
-
|
|
3426
|
-
password: string;
|
|
3427
|
-
amount: string;
|
|
3428
|
-
activation_code: string;
|
|
3428
|
+
pkh: string;
|
|
3429
3429
|
};
|
|
3430
3430
|
}> | undefined;
|
|
3431
|
-
sandbox?: Record<string,
|
|
3431
|
+
sandbox?: Record<string, {
|
|
3432
3432
|
attributes?: Record<string, string | number | boolean> | undefined;
|
|
3433
3433
|
plugin?: string | undefined;
|
|
3434
3434
|
accounts?: {
|
|
@@ -3500,7 +3500,7 @@ export declare const proxyFactory: {
|
|
|
3500
3500
|
readonly __kind: any;
|
|
3501
3501
|
};
|
|
3502
3502
|
}> | undefined;
|
|
3503
|
-
network?: Record<string,
|
|
3503
|
+
network?: Record<string, import("@taqueria/protocol/Base").Flatten<{
|
|
3504
3504
|
label: string & {
|
|
3505
3505
|
readonly __kind: any;
|
|
3506
3506
|
};
|
|
@@ -3511,21 +3511,21 @@ export declare const proxyFactory: {
|
|
|
3511
3511
|
readonly __kind: any;
|
|
3512
3512
|
};
|
|
3513
3513
|
faucet: import("@taqueria/protocol/Base").Flatten<{
|
|
3514
|
+
email?: string | undefined;
|
|
3515
|
+
password?: string | undefined;
|
|
3516
|
+
amount?: string | undefined;
|
|
3517
|
+
activation_code?: string | undefined;
|
|
3518
|
+
mnemonic: string[];
|
|
3514
3519
|
pkh: string & {
|
|
3515
3520
|
readonly __kind: any;
|
|
3516
3521
|
};
|
|
3517
|
-
mnemonic: string[];
|
|
3518
|
-
email: string;
|
|
3519
|
-
password: string;
|
|
3520
|
-
amount: string;
|
|
3521
|
-
activation_code: string;
|
|
3522
3522
|
} & {
|
|
3523
3523
|
readonly __kind: any;
|
|
3524
3524
|
}>;
|
|
3525
3525
|
} & {
|
|
3526
3526
|
readonly __kind: any;
|
|
3527
3527
|
}>> | undefined;
|
|
3528
|
-
sandbox?: Record<string,
|
|
3528
|
+
sandbox?: Record<string, {
|
|
3529
3529
|
attributes?: Record<string, string | number | boolean> | undefined;
|
|
3530
3530
|
plugin?: (string & {
|
|
3531
3531
|
readonly __kind: any;
|
|
@@ -3555,7 +3555,7 @@ export declare const proxyFactory: {
|
|
|
3555
3555
|
};
|
|
3556
3556
|
} & {
|
|
3557
3557
|
readonly __kind: any;
|
|
3558
|
-
}
|
|
3558
|
+
}> | undefined;
|
|
3559
3559
|
environment?: Record<string, string | import("@taqueria/protocol/Base").Flatten<{
|
|
3560
3560
|
storage?: Record<string, any> | undefined;
|
|
3561
3561
|
aliases?: Record<string, any> | undefined;
|
|
@@ -3624,7 +3624,7 @@ export declare const proxyFactory: {
|
|
|
3624
3624
|
readonly __kind: any;
|
|
3625
3625
|
};
|
|
3626
3626
|
}> | undefined;
|
|
3627
|
-
network?: Record<string,
|
|
3627
|
+
network?: Record<string, import("@taqueria/protocol/Base").Flatten<{
|
|
3628
3628
|
label: string & {
|
|
3629
3629
|
readonly __kind: any;
|
|
3630
3630
|
};
|
|
@@ -3635,21 +3635,21 @@ export declare const proxyFactory: {
|
|
|
3635
3635
|
readonly __kind: any;
|
|
3636
3636
|
};
|
|
3637
3637
|
faucet: import("@taqueria/protocol/Base").Flatten<{
|
|
3638
|
+
email?: string | undefined;
|
|
3639
|
+
password?: string | undefined;
|
|
3640
|
+
amount?: string | undefined;
|
|
3641
|
+
activation_code?: string | undefined;
|
|
3642
|
+
mnemonic: string[];
|
|
3638
3643
|
pkh: string & {
|
|
3639
3644
|
readonly __kind: any;
|
|
3640
3645
|
};
|
|
3641
|
-
mnemonic: string[];
|
|
3642
|
-
email: string;
|
|
3643
|
-
password: string;
|
|
3644
|
-
amount: string;
|
|
3645
|
-
activation_code: string;
|
|
3646
3646
|
} & {
|
|
3647
3647
|
readonly __kind: any;
|
|
3648
3648
|
}>;
|
|
3649
3649
|
} & {
|
|
3650
3650
|
readonly __kind: any;
|
|
3651
3651
|
}>> | undefined;
|
|
3652
|
-
sandbox?: Record<string,
|
|
3652
|
+
sandbox?: Record<string, {
|
|
3653
3653
|
attributes?: Record<string, string | number | boolean> | undefined;
|
|
3654
3654
|
plugin?: (string & {
|
|
3655
3655
|
readonly __kind: any;
|
|
@@ -3679,7 +3679,7 @@ export declare const proxyFactory: {
|
|
|
3679
3679
|
};
|
|
3680
3680
|
} & {
|
|
3681
3681
|
readonly __kind: any;
|
|
3682
|
-
}
|
|
3682
|
+
}> | undefined;
|
|
3683
3683
|
environment?: Record<string, string | import("@taqueria/protocol/Base").Flatten<{
|
|
3684
3684
|
storage?: Record<string, any> | undefined;
|
|
3685
3685
|
aliases?: Record<string, any> | undefined;
|
|
@@ -3751,7 +3751,7 @@ export declare const proxyFactory: {
|
|
|
3751
3751
|
readonly __kind: any;
|
|
3752
3752
|
};
|
|
3753
3753
|
}> | undefined;
|
|
3754
|
-
network?: Record<string,
|
|
3754
|
+
network?: Record<string, import("@taqueria/protocol/Base").Flatten<{
|
|
3755
3755
|
label: string & {
|
|
3756
3756
|
readonly __kind: any;
|
|
3757
3757
|
};
|
|
@@ -3762,21 +3762,21 @@ export declare const proxyFactory: {
|
|
|
3762
3762
|
readonly __kind: any;
|
|
3763
3763
|
};
|
|
3764
3764
|
faucet: import("@taqueria/protocol/Base").Flatten<{
|
|
3765
|
+
email?: string | undefined;
|
|
3766
|
+
password?: string | undefined;
|
|
3767
|
+
amount?: string | undefined;
|
|
3768
|
+
activation_code?: string | undefined;
|
|
3769
|
+
mnemonic: string[];
|
|
3765
3770
|
pkh: string & {
|
|
3766
3771
|
readonly __kind: any;
|
|
3767
3772
|
};
|
|
3768
|
-
mnemonic: string[];
|
|
3769
|
-
email: string;
|
|
3770
|
-
password: string;
|
|
3771
|
-
amount: string;
|
|
3772
|
-
activation_code: string;
|
|
3773
3773
|
} & {
|
|
3774
3774
|
readonly __kind: any;
|
|
3775
3775
|
}>;
|
|
3776
3776
|
} & {
|
|
3777
3777
|
readonly __kind: any;
|
|
3778
3778
|
}>> | undefined;
|
|
3779
|
-
sandbox?: Record<string,
|
|
3779
|
+
sandbox?: Record<string, {
|
|
3780
3780
|
attributes?: Record<string, string | number | boolean> | undefined;
|
|
3781
3781
|
plugin?: (string & {
|
|
3782
3782
|
readonly __kind: any;
|
|
@@ -3806,7 +3806,7 @@ export declare const proxyFactory: {
|
|
|
3806
3806
|
};
|
|
3807
3807
|
} & {
|
|
3808
3808
|
readonly __kind: any;
|
|
3809
|
-
}
|
|
3809
|
+
}> | undefined;
|
|
3810
3810
|
environment?: Record<string, string | import("@taqueria/protocol/Base").Flatten<{
|
|
3811
3811
|
storage?: Record<string, any> | undefined;
|
|
3812
3812
|
aliases?: Record<string, any> | undefined;
|
|
@@ -3881,7 +3881,7 @@ export declare const createProxyRequestArgs: (input: unknown) => {
|
|
|
3881
3881
|
readonly __kind: any;
|
|
3882
3882
|
};
|
|
3883
3883
|
}> | undefined;
|
|
3884
|
-
network?: Record<string,
|
|
3884
|
+
network?: Record<string, import("@taqueria/protocol/Base").Flatten<{
|
|
3885
3885
|
label: string & {
|
|
3886
3886
|
readonly __kind: any;
|
|
3887
3887
|
};
|
|
@@ -3892,21 +3892,21 @@ export declare const createProxyRequestArgs: (input: unknown) => {
|
|
|
3892
3892
|
readonly __kind: any;
|
|
3893
3893
|
};
|
|
3894
3894
|
faucet: import("@taqueria/protocol/Base").Flatten<{
|
|
3895
|
+
email?: string | undefined;
|
|
3896
|
+
password?: string | undefined;
|
|
3897
|
+
amount?: string | undefined;
|
|
3898
|
+
activation_code?: string | undefined;
|
|
3899
|
+
mnemonic: string[];
|
|
3895
3900
|
pkh: string & {
|
|
3896
3901
|
readonly __kind: any;
|
|
3897
3902
|
};
|
|
3898
|
-
mnemonic: string[];
|
|
3899
|
-
email: string;
|
|
3900
|
-
password: string;
|
|
3901
|
-
amount: string;
|
|
3902
|
-
activation_code: string;
|
|
3903
3903
|
} & {
|
|
3904
3904
|
readonly __kind: any;
|
|
3905
3905
|
}>;
|
|
3906
3906
|
} & {
|
|
3907
3907
|
readonly __kind: any;
|
|
3908
3908
|
}>> | undefined;
|
|
3909
|
-
sandbox?: Record<string,
|
|
3909
|
+
sandbox?: Record<string, {
|
|
3910
3910
|
attributes?: Record<string, string | number | boolean> | undefined;
|
|
3911
3911
|
plugin?: (string & {
|
|
3912
3912
|
readonly __kind: any;
|
|
@@ -3936,7 +3936,7 @@ export declare const createProxyRequestArgs: (input: unknown) => {
|
|
|
3936
3936
|
};
|
|
3937
3937
|
} & {
|
|
3938
3938
|
readonly __kind: any;
|
|
3939
|
-
}
|
|
3939
|
+
}> | undefined;
|
|
3940
3940
|
environment?: Record<string, string | import("@taqueria/protocol/Base").Flatten<{
|
|
3941
3941
|
storage?: Record<string, any> | undefined;
|
|
3942
3942
|
aliases?: Record<string, any> | undefined;
|
|
@@ -4008,7 +4008,7 @@ export declare const makeProxyRequestArgs: (input: {
|
|
|
4008
4008
|
readonly __kind: any;
|
|
4009
4009
|
};
|
|
4010
4010
|
}> | undefined;
|
|
4011
|
-
network?: Record<string,
|
|
4011
|
+
network?: Record<string, import("@taqueria/protocol/Base").Flatten<{
|
|
4012
4012
|
label: string & {
|
|
4013
4013
|
readonly __kind: any;
|
|
4014
4014
|
};
|
|
@@ -4019,21 +4019,21 @@ export declare const makeProxyRequestArgs: (input: {
|
|
|
4019
4019
|
readonly __kind: any;
|
|
4020
4020
|
};
|
|
4021
4021
|
faucet: import("@taqueria/protocol/Base").Flatten<{
|
|
4022
|
+
email?: string | undefined;
|
|
4023
|
+
password?: string | undefined;
|
|
4024
|
+
amount?: string | undefined;
|
|
4025
|
+
activation_code?: string | undefined;
|
|
4026
|
+
mnemonic: string[];
|
|
4022
4027
|
pkh: string & {
|
|
4023
4028
|
readonly __kind: any;
|
|
4024
4029
|
};
|
|
4025
|
-
mnemonic: string[];
|
|
4026
|
-
email: string;
|
|
4027
|
-
password: string;
|
|
4028
|
-
amount: string;
|
|
4029
|
-
activation_code: string;
|
|
4030
4030
|
} & {
|
|
4031
4031
|
readonly __kind: any;
|
|
4032
4032
|
}>;
|
|
4033
4033
|
} & {
|
|
4034
4034
|
readonly __kind: any;
|
|
4035
4035
|
}>> | undefined;
|
|
4036
|
-
sandbox?: Record<string,
|
|
4036
|
+
sandbox?: Record<string, {
|
|
4037
4037
|
attributes?: Record<string, string | number | boolean> | undefined;
|
|
4038
4038
|
plugin?: (string & {
|
|
4039
4039
|
readonly __kind: any;
|
|
@@ -4063,7 +4063,7 @@ export declare const makeProxyRequestArgs: (input: {
|
|
|
4063
4063
|
};
|
|
4064
4064
|
} & {
|
|
4065
4065
|
readonly __kind: any;
|
|
4066
|
-
}
|
|
4066
|
+
}> | undefined;
|
|
4067
4067
|
environment?: Record<string, string | import("@taqueria/protocol/Base").Flatten<{
|
|
4068
4068
|
storage?: Record<string, any> | undefined;
|
|
4069
4069
|
aliases?: Record<string, any> | undefined;
|
|
@@ -4132,7 +4132,7 @@ export declare const makeProxyRequestArgs: (input: {
|
|
|
4132
4132
|
readonly __kind: any;
|
|
4133
4133
|
};
|
|
4134
4134
|
}> | undefined;
|
|
4135
|
-
network?: Record<string,
|
|
4135
|
+
network?: Record<string, import("@taqueria/protocol/Base").Flatten<{
|
|
4136
4136
|
label: string & {
|
|
4137
4137
|
readonly __kind: any;
|
|
4138
4138
|
};
|
|
@@ -4143,21 +4143,21 @@ export declare const makeProxyRequestArgs: (input: {
|
|
|
4143
4143
|
readonly __kind: any;
|
|
4144
4144
|
};
|
|
4145
4145
|
faucet: import("@taqueria/protocol/Base").Flatten<{
|
|
4146
|
+
email?: string | undefined;
|
|
4147
|
+
password?: string | undefined;
|
|
4148
|
+
amount?: string | undefined;
|
|
4149
|
+
activation_code?: string | undefined;
|
|
4150
|
+
mnemonic: string[];
|
|
4146
4151
|
pkh: string & {
|
|
4147
4152
|
readonly __kind: any;
|
|
4148
4153
|
};
|
|
4149
|
-
mnemonic: string[];
|
|
4150
|
-
email: string;
|
|
4151
|
-
password: string;
|
|
4152
|
-
amount: string;
|
|
4153
|
-
activation_code: string;
|
|
4154
4154
|
} & {
|
|
4155
4155
|
readonly __kind: any;
|
|
4156
4156
|
}>;
|
|
4157
4157
|
} & {
|
|
4158
4158
|
readonly __kind: any;
|
|
4159
4159
|
}>> | undefined;
|
|
4160
|
-
sandbox?: Record<string,
|
|
4160
|
+
sandbox?: Record<string, {
|
|
4161
4161
|
attributes?: Record<string, string | number | boolean> | undefined;
|
|
4162
4162
|
plugin?: (string & {
|
|
4163
4163
|
readonly __kind: any;
|
|
@@ -4187,7 +4187,7 @@ export declare const makeProxyRequestArgs: (input: {
|
|
|
4187
4187
|
};
|
|
4188
4188
|
} & {
|
|
4189
4189
|
readonly __kind: any;
|
|
4190
|
-
}
|
|
4190
|
+
}> | undefined;
|
|
4191
4191
|
environment?: Record<string, string | import("@taqueria/protocol/Base").Flatten<{
|
|
4192
4192
|
storage?: Record<string, any> | undefined;
|
|
4193
4193
|
aliases?: Record<string, any> | undefined;
|
|
@@ -4259,7 +4259,7 @@ export declare const ofProxyRequestArgs: (input: unknown) => import("fluture").F
|
|
|
4259
4259
|
readonly __kind: any;
|
|
4260
4260
|
};
|
|
4261
4261
|
}> | undefined;
|
|
4262
|
-
network?: Record<string,
|
|
4262
|
+
network?: Record<string, import("@taqueria/protocol/Base").Flatten<{
|
|
4263
4263
|
label: string & {
|
|
4264
4264
|
readonly __kind: any;
|
|
4265
4265
|
};
|
|
@@ -4270,21 +4270,21 @@ export declare const ofProxyRequestArgs: (input: unknown) => import("fluture").F
|
|
|
4270
4270
|
readonly __kind: any;
|
|
4271
4271
|
};
|
|
4272
4272
|
faucet: import("@taqueria/protocol/Base").Flatten<{
|
|
4273
|
+
email?: string | undefined;
|
|
4274
|
+
password?: string | undefined;
|
|
4275
|
+
amount?: string | undefined;
|
|
4276
|
+
activation_code?: string | undefined;
|
|
4277
|
+
mnemonic: string[];
|
|
4273
4278
|
pkh: string & {
|
|
4274
4279
|
readonly __kind: any;
|
|
4275
4280
|
};
|
|
4276
|
-
mnemonic: string[];
|
|
4277
|
-
email: string;
|
|
4278
|
-
password: string;
|
|
4279
|
-
amount: string;
|
|
4280
|
-
activation_code: string;
|
|
4281
4281
|
} & {
|
|
4282
4282
|
readonly __kind: any;
|
|
4283
4283
|
}>;
|
|
4284
4284
|
} & {
|
|
4285
4285
|
readonly __kind: any;
|
|
4286
4286
|
}>> | undefined;
|
|
4287
|
-
sandbox?: Record<string,
|
|
4287
|
+
sandbox?: Record<string, {
|
|
4288
4288
|
attributes?: Record<string, string | number | boolean> | undefined;
|
|
4289
4289
|
plugin?: (string & {
|
|
4290
4290
|
readonly __kind: any;
|
|
@@ -4314,7 +4314,7 @@ export declare const ofProxyRequestArgs: (input: unknown) => import("fluture").F
|
|
|
4314
4314
|
};
|
|
4315
4315
|
} & {
|
|
4316
4316
|
readonly __kind: any;
|
|
4317
|
-
}
|
|
4317
|
+
}> | undefined;
|
|
4318
4318
|
environment?: Record<string, string | import("@taqueria/protocol/Base").Flatten<{
|
|
4319
4319
|
storage?: Record<string, any> | undefined;
|
|
4320
4320
|
aliases?: Record<string, any> | undefined;
|
|
@@ -4385,20 +4385,20 @@ export declare const createProxyTemplateRequestArgs: (input: unknown) => {
|
|
|
4385
4385
|
sourceFile: string;
|
|
4386
4386
|
hash: string;
|
|
4387
4387
|
}> | undefined;
|
|
4388
|
-
network?: Record<string,
|
|
4388
|
+
network?: Record<string, {
|
|
4389
4389
|
label: string;
|
|
4390
4390
|
rpcUrl: string;
|
|
4391
4391
|
protocol: string;
|
|
4392
4392
|
faucet: {
|
|
4393
|
-
|
|
4393
|
+
email?: string | undefined;
|
|
4394
|
+
password?: string | undefined;
|
|
4395
|
+
amount?: string | undefined;
|
|
4396
|
+
activation_code?: string | undefined;
|
|
4394
4397
|
mnemonic: string[];
|
|
4395
|
-
|
|
4396
|
-
password: string;
|
|
4397
|
-
amount: string;
|
|
4398
|
-
activation_code: string;
|
|
4398
|
+
pkh: string;
|
|
4399
4399
|
};
|
|
4400
4400
|
}> | undefined;
|
|
4401
|
-
sandbox?: Record<string,
|
|
4401
|
+
sandbox?: Record<string, {
|
|
4402
4402
|
attributes?: Record<string, string | number | boolean> | undefined;
|
|
4403
4403
|
plugin?: string | undefined;
|
|
4404
4404
|
accounts?: {
|
|
@@ -4472,20 +4472,20 @@ export declare const makeProxyTemplateRequestArgs: (input: {
|
|
|
4472
4472
|
sourceFile: string;
|
|
4473
4473
|
hash: string;
|
|
4474
4474
|
}> | undefined;
|
|
4475
|
-
network?: Record<string,
|
|
4475
|
+
network?: Record<string, {
|
|
4476
4476
|
label: string;
|
|
4477
4477
|
rpcUrl: string;
|
|
4478
4478
|
protocol: string;
|
|
4479
4479
|
faucet: {
|
|
4480
|
-
|
|
4480
|
+
email?: string | undefined;
|
|
4481
|
+
password?: string | undefined;
|
|
4482
|
+
amount?: string | undefined;
|
|
4483
|
+
activation_code?: string | undefined;
|
|
4481
4484
|
mnemonic: string[];
|
|
4482
|
-
|
|
4483
|
-
password: string;
|
|
4484
|
-
amount: string;
|
|
4485
|
-
activation_code: string;
|
|
4485
|
+
pkh: string;
|
|
4486
4486
|
};
|
|
4487
4487
|
}> | undefined;
|
|
4488
|
-
sandbox?: Record<string,
|
|
4488
|
+
sandbox?: Record<string, {
|
|
4489
4489
|
attributes?: Record<string, string | number | boolean> | undefined;
|
|
4490
4490
|
plugin?: string | undefined;
|
|
4491
4491
|
accounts?: {
|
|
@@ -4556,20 +4556,20 @@ export declare const makeProxyTemplateRequestArgs: (input: {
|
|
|
4556
4556
|
sourceFile: string;
|
|
4557
4557
|
hash: string;
|
|
4558
4558
|
}> | undefined;
|
|
4559
|
-
network?: Record<string,
|
|
4559
|
+
network?: Record<string, {
|
|
4560
4560
|
label: string;
|
|
4561
4561
|
rpcUrl: string;
|
|
4562
4562
|
protocol: string;
|
|
4563
4563
|
faucet: {
|
|
4564
|
-
|
|
4564
|
+
email?: string | undefined;
|
|
4565
|
+
password?: string | undefined;
|
|
4566
|
+
amount?: string | undefined;
|
|
4567
|
+
activation_code?: string | undefined;
|
|
4565
4568
|
mnemonic: string[];
|
|
4566
|
-
|
|
4567
|
-
password: string;
|
|
4568
|
-
amount: string;
|
|
4569
|
-
activation_code: string;
|
|
4569
|
+
pkh: string;
|
|
4570
4570
|
};
|
|
4571
4571
|
}> | undefined;
|
|
4572
|
-
sandbox?: Record<string,
|
|
4572
|
+
sandbox?: Record<string, {
|
|
4573
4573
|
attributes?: Record<string, string | number | boolean> | undefined;
|
|
4574
4574
|
plugin?: string | undefined;
|
|
4575
4575
|
accounts?: {
|
|
@@ -4643,20 +4643,20 @@ export declare const ofProxyTemplateRequestArgs: (input: unknown) => import("flu
|
|
|
4643
4643
|
sourceFile: string;
|
|
4644
4644
|
hash: string;
|
|
4645
4645
|
}> | undefined;
|
|
4646
|
-
network?: Record<string,
|
|
4646
|
+
network?: Record<string, {
|
|
4647
4647
|
label: string;
|
|
4648
4648
|
rpcUrl: string;
|
|
4649
4649
|
protocol: string;
|
|
4650
4650
|
faucet: {
|
|
4651
|
-
|
|
4651
|
+
email?: string | undefined;
|
|
4652
|
+
password?: string | undefined;
|
|
4653
|
+
amount?: string | undefined;
|
|
4654
|
+
activation_code?: string | undefined;
|
|
4652
4655
|
mnemonic: string[];
|
|
4653
|
-
|
|
4654
|
-
password: string;
|
|
4655
|
-
amount: string;
|
|
4656
|
-
activation_code: string;
|
|
4656
|
+
pkh: string;
|
|
4657
4657
|
};
|
|
4658
4658
|
}> | undefined;
|
|
4659
|
-
sandbox?: Record<string,
|
|
4659
|
+
sandbox?: Record<string, {
|
|
4660
4660
|
attributes?: Record<string, string | number | boolean> | undefined;
|
|
4661
4661
|
plugin?: string | undefined;
|
|
4662
4662
|
accounts?: {
|
|
@@ -4730,20 +4730,20 @@ export declare const create: (input: {
|
|
|
4730
4730
|
sourceFile: string;
|
|
4731
4731
|
hash: string;
|
|
4732
4732
|
}> | undefined;
|
|
4733
|
-
network?: Record<string,
|
|
4733
|
+
network?: Record<string, {
|
|
4734
4734
|
label: string;
|
|
4735
4735
|
rpcUrl: string;
|
|
4736
4736
|
protocol: string;
|
|
4737
4737
|
faucet: {
|
|
4738
|
-
|
|
4738
|
+
email?: string | undefined;
|
|
4739
|
+
password?: string | undefined;
|
|
4740
|
+
amount?: string | undefined;
|
|
4741
|
+
activation_code?: string | undefined;
|
|
4739
4742
|
mnemonic: string[];
|
|
4740
|
-
|
|
4741
|
-
password: string;
|
|
4742
|
-
amount: string;
|
|
4743
|
-
activation_code: string;
|
|
4743
|
+
pkh: string;
|
|
4744
4744
|
};
|
|
4745
4745
|
}> | undefined;
|
|
4746
|
-
sandbox?: Record<string,
|
|
4746
|
+
sandbox?: Record<string, {
|
|
4747
4747
|
attributes?: Record<string, string | number | boolean> | undefined;
|
|
4748
4748
|
plugin?: string | undefined;
|
|
4749
4749
|
accounts?: {
|
|
@@ -4814,7 +4814,7 @@ export declare const create: (input: {
|
|
|
4814
4814
|
readonly __kind: any;
|
|
4815
4815
|
};
|
|
4816
4816
|
}> | undefined;
|
|
4817
|
-
network?: Record<string,
|
|
4817
|
+
network?: Record<string, import("@taqueria/protocol/Base").Flatten<{
|
|
4818
4818
|
label: string & {
|
|
4819
4819
|
readonly __kind: any;
|
|
4820
4820
|
};
|
|
@@ -4825,21 +4825,21 @@ export declare const create: (input: {
|
|
|
4825
4825
|
readonly __kind: any;
|
|
4826
4826
|
};
|
|
4827
4827
|
faucet: import("@taqueria/protocol/Base").Flatten<{
|
|
4828
|
+
email?: string | undefined;
|
|
4829
|
+
password?: string | undefined;
|
|
4830
|
+
amount?: string | undefined;
|
|
4831
|
+
activation_code?: string | undefined;
|
|
4832
|
+
mnemonic: string[];
|
|
4828
4833
|
pkh: string & {
|
|
4829
4834
|
readonly __kind: any;
|
|
4830
4835
|
};
|
|
4831
|
-
mnemonic: string[];
|
|
4832
|
-
email: string;
|
|
4833
|
-
password: string;
|
|
4834
|
-
amount: string;
|
|
4835
|
-
activation_code: string;
|
|
4836
4836
|
} & {
|
|
4837
4837
|
readonly __kind: any;
|
|
4838
4838
|
}>;
|
|
4839
4839
|
} & {
|
|
4840
4840
|
readonly __kind: any;
|
|
4841
4841
|
}>> | undefined;
|
|
4842
|
-
sandbox?: Record<string,
|
|
4842
|
+
sandbox?: Record<string, {
|
|
4843
4843
|
attributes?: Record<string, string | number | boolean> | undefined;
|
|
4844
4844
|
plugin?: (string & {
|
|
4845
4845
|
readonly __kind: any;
|
|
@@ -4869,7 +4869,7 @@ export declare const create: (input: {
|
|
|
4869
4869
|
};
|
|
4870
4870
|
} & {
|
|
4871
4871
|
readonly __kind: any;
|
|
4872
|
-
}
|
|
4872
|
+
}> | undefined;
|
|
4873
4873
|
environment?: Record<string, string | import("@taqueria/protocol/Base").Flatten<{
|
|
4874
4874
|
storage?: Record<string, any> | undefined;
|
|
4875
4875
|
aliases?: Record<string, any> | undefined;
|
|
@@ -4937,7 +4937,7 @@ export declare const create: (input: {
|
|
|
4937
4937
|
readonly __kind: any;
|
|
4938
4938
|
};
|
|
4939
4939
|
}> | undefined;
|
|
4940
|
-
network?: Record<string,
|
|
4940
|
+
network?: Record<string, import("@taqueria/protocol/Base").Flatten<{
|
|
4941
4941
|
label: string & {
|
|
4942
4942
|
readonly __kind: any;
|
|
4943
4943
|
};
|
|
@@ -4948,21 +4948,21 @@ export declare const create: (input: {
|
|
|
4948
4948
|
readonly __kind: any;
|
|
4949
4949
|
};
|
|
4950
4950
|
faucet: import("@taqueria/protocol/Base").Flatten<{
|
|
4951
|
+
email?: string | undefined;
|
|
4952
|
+
password?: string | undefined;
|
|
4953
|
+
amount?: string | undefined;
|
|
4954
|
+
activation_code?: string | undefined;
|
|
4955
|
+
mnemonic: string[];
|
|
4951
4956
|
pkh: string & {
|
|
4952
4957
|
readonly __kind: any;
|
|
4953
4958
|
};
|
|
4954
|
-
mnemonic: string[];
|
|
4955
|
-
email: string;
|
|
4956
|
-
password: string;
|
|
4957
|
-
amount: string;
|
|
4958
|
-
activation_code: string;
|
|
4959
4959
|
} & {
|
|
4960
4960
|
readonly __kind: any;
|
|
4961
4961
|
}>;
|
|
4962
4962
|
} & {
|
|
4963
4963
|
readonly __kind: any;
|
|
4964
4964
|
}>> | undefined;
|
|
4965
|
-
sandbox?: Record<string,
|
|
4965
|
+
sandbox?: Record<string, {
|
|
4966
4966
|
attributes?: Record<string, string | number | boolean> | undefined;
|
|
4967
4967
|
plugin?: (string & {
|
|
4968
4968
|
readonly __kind: any;
|
|
@@ -4992,7 +4992,7 @@ export declare const create: (input: {
|
|
|
4992
4992
|
};
|
|
4993
4993
|
} & {
|
|
4994
4994
|
readonly __kind: any;
|
|
4995
|
-
}
|
|
4995
|
+
}> | undefined;
|
|
4996
4996
|
environment?: Record<string, string | import("@taqueria/protocol/Base").Flatten<{
|
|
4997
4997
|
storage?: Record<string, any> | undefined;
|
|
4998
4998
|
aliases?: Record<string, any> | undefined;
|
|
@@ -5062,7 +5062,7 @@ export declare const create: (input: {
|
|
|
5062
5062
|
readonly __kind: any;
|
|
5063
5063
|
};
|
|
5064
5064
|
}> | undefined;
|
|
5065
|
-
network?: Record<string,
|
|
5065
|
+
network?: Record<string, import("@taqueria/protocol/Base").Flatten<{
|
|
5066
5066
|
label: string & {
|
|
5067
5067
|
readonly __kind: any;
|
|
5068
5068
|
};
|
|
@@ -5073,21 +5073,21 @@ export declare const create: (input: {
|
|
|
5073
5073
|
readonly __kind: any;
|
|
5074
5074
|
};
|
|
5075
5075
|
faucet: import("@taqueria/protocol/Base").Flatten<{
|
|
5076
|
+
email?: string | undefined;
|
|
5077
|
+
password?: string | undefined;
|
|
5078
|
+
amount?: string | undefined;
|
|
5079
|
+
activation_code?: string | undefined;
|
|
5080
|
+
mnemonic: string[];
|
|
5076
5081
|
pkh: string & {
|
|
5077
5082
|
readonly __kind: any;
|
|
5078
5083
|
};
|
|
5079
|
-
mnemonic: string[];
|
|
5080
|
-
email: string;
|
|
5081
|
-
password: string;
|
|
5082
|
-
amount: string;
|
|
5083
|
-
activation_code: string;
|
|
5084
5084
|
} & {
|
|
5085
5085
|
readonly __kind: any;
|
|
5086
5086
|
}>;
|
|
5087
5087
|
} & {
|
|
5088
5088
|
readonly __kind: any;
|
|
5089
5089
|
}>> | undefined;
|
|
5090
|
-
sandbox?: Record<string,
|
|
5090
|
+
sandbox?: Record<string, {
|
|
5091
5091
|
attributes?: Record<string, string | number | boolean> | undefined;
|
|
5092
5092
|
plugin?: (string & {
|
|
5093
5093
|
readonly __kind: any;
|
|
@@ -5117,7 +5117,7 @@ export declare const create: (input: {
|
|
|
5117
5117
|
};
|
|
5118
5118
|
} & {
|
|
5119
5119
|
readonly __kind: any;
|
|
5120
|
-
}
|
|
5120
|
+
}> | undefined;
|
|
5121
5121
|
environment?: Record<string, string | import("@taqueria/protocol/Base").Flatten<{
|
|
5122
5122
|
storage?: Record<string, any> | undefined;
|
|
5123
5123
|
aliases?: Record<string, any> | undefined;
|
|
@@ -5185,7 +5185,7 @@ export declare const create: (input: {
|
|
|
5185
5185
|
readonly __kind: any;
|
|
5186
5186
|
};
|
|
5187
5187
|
}> | undefined;
|
|
5188
|
-
network?: Record<string,
|
|
5188
|
+
network?: Record<string, import("@taqueria/protocol/Base").Flatten<{
|
|
5189
5189
|
label: string & {
|
|
5190
5190
|
readonly __kind: any;
|
|
5191
5191
|
};
|
|
@@ -5196,21 +5196,21 @@ export declare const create: (input: {
|
|
|
5196
5196
|
readonly __kind: any;
|
|
5197
5197
|
};
|
|
5198
5198
|
faucet: import("@taqueria/protocol/Base").Flatten<{
|
|
5199
|
+
email?: string | undefined;
|
|
5200
|
+
password?: string | undefined;
|
|
5201
|
+
amount?: string | undefined;
|
|
5202
|
+
activation_code?: string | undefined;
|
|
5203
|
+
mnemonic: string[];
|
|
5199
5204
|
pkh: string & {
|
|
5200
5205
|
readonly __kind: any;
|
|
5201
5206
|
};
|
|
5202
|
-
mnemonic: string[];
|
|
5203
|
-
email: string;
|
|
5204
|
-
password: string;
|
|
5205
|
-
amount: string;
|
|
5206
|
-
activation_code: string;
|
|
5207
5207
|
} & {
|
|
5208
5208
|
readonly __kind: any;
|
|
5209
5209
|
}>;
|
|
5210
5210
|
} & {
|
|
5211
5211
|
readonly __kind: any;
|
|
5212
5212
|
}>> | undefined;
|
|
5213
|
-
sandbox?: Record<string,
|
|
5213
|
+
sandbox?: Record<string, {
|
|
5214
5214
|
attributes?: Record<string, string | number | boolean> | undefined;
|
|
5215
5215
|
plugin?: (string & {
|
|
5216
5216
|
readonly __kind: any;
|
|
@@ -5240,7 +5240,7 @@ export declare const create: (input: {
|
|
|
5240
5240
|
};
|
|
5241
5241
|
} & {
|
|
5242
5242
|
readonly __kind: any;
|
|
5243
|
-
}
|
|
5243
|
+
}> | undefined;
|
|
5244
5244
|
environment?: Record<string, string | import("@taqueria/protocol/Base").Flatten<{
|
|
5245
5245
|
storage?: Record<string, any> | undefined;
|
|
5246
5246
|
aliases?: Record<string, any> | undefined;
|
|
@@ -5310,7 +5310,7 @@ export declare const create: (input: {
|
|
|
5310
5310
|
readonly __kind: any;
|
|
5311
5311
|
};
|
|
5312
5312
|
}> | undefined;
|
|
5313
|
-
network?: Record<string,
|
|
5313
|
+
network?: Record<string, import("@taqueria/protocol/Base").Flatten<{
|
|
5314
5314
|
label: string & {
|
|
5315
5315
|
readonly __kind: any;
|
|
5316
5316
|
};
|
|
@@ -5321,21 +5321,21 @@ export declare const create: (input: {
|
|
|
5321
5321
|
readonly __kind: any;
|
|
5322
5322
|
};
|
|
5323
5323
|
faucet: import("@taqueria/protocol/Base").Flatten<{
|
|
5324
|
+
email?: string | undefined;
|
|
5325
|
+
password?: string | undefined;
|
|
5326
|
+
amount?: string | undefined;
|
|
5327
|
+
activation_code?: string | undefined;
|
|
5328
|
+
mnemonic: string[];
|
|
5324
5329
|
pkh: string & {
|
|
5325
5330
|
readonly __kind: any;
|
|
5326
5331
|
};
|
|
5327
|
-
mnemonic: string[];
|
|
5328
|
-
email: string;
|
|
5329
|
-
password: string;
|
|
5330
|
-
amount: string;
|
|
5331
|
-
activation_code: string;
|
|
5332
5332
|
} & {
|
|
5333
5333
|
readonly __kind: any;
|
|
5334
5334
|
}>;
|
|
5335
5335
|
} & {
|
|
5336
5336
|
readonly __kind: any;
|
|
5337
5337
|
}>> | undefined;
|
|
5338
|
-
sandbox?: Record<string,
|
|
5338
|
+
sandbox?: Record<string, {
|
|
5339
5339
|
attributes?: Record<string, string | number | boolean> | undefined;
|
|
5340
5340
|
plugin?: (string & {
|
|
5341
5341
|
readonly __kind: any;
|
|
@@ -5365,7 +5365,7 @@ export declare const create: (input: {
|
|
|
5365
5365
|
};
|
|
5366
5366
|
} & {
|
|
5367
5367
|
readonly __kind: any;
|
|
5368
|
-
}
|
|
5368
|
+
}> | undefined;
|
|
5369
5369
|
environment?: Record<string, string | import("@taqueria/protocol/Base").Flatten<{
|
|
5370
5370
|
storage?: Record<string, any> | undefined;
|
|
5371
5371
|
aliases?: Record<string, any> | undefined;
|
|
@@ -5435,7 +5435,7 @@ export declare const create: (input: {
|
|
|
5435
5435
|
readonly __kind: any;
|
|
5436
5436
|
};
|
|
5437
5437
|
}> | undefined;
|
|
5438
|
-
network?: Record<string,
|
|
5438
|
+
network?: Record<string, import("@taqueria/protocol/Base").Flatten<{
|
|
5439
5439
|
label: string & {
|
|
5440
5440
|
readonly __kind: any;
|
|
5441
5441
|
};
|
|
@@ -5446,21 +5446,21 @@ export declare const create: (input: {
|
|
|
5446
5446
|
readonly __kind: any;
|
|
5447
5447
|
};
|
|
5448
5448
|
faucet: import("@taqueria/protocol/Base").Flatten<{
|
|
5449
|
+
email?: string | undefined;
|
|
5450
|
+
password?: string | undefined;
|
|
5451
|
+
amount?: string | undefined;
|
|
5452
|
+
activation_code?: string | undefined;
|
|
5453
|
+
mnemonic: string[];
|
|
5449
5454
|
pkh: string & {
|
|
5450
5455
|
readonly __kind: any;
|
|
5451
5456
|
};
|
|
5452
|
-
mnemonic: string[];
|
|
5453
|
-
email: string;
|
|
5454
|
-
password: string;
|
|
5455
|
-
amount: string;
|
|
5456
|
-
activation_code: string;
|
|
5457
5457
|
} & {
|
|
5458
5458
|
readonly __kind: any;
|
|
5459
5459
|
}>;
|
|
5460
5460
|
} & {
|
|
5461
5461
|
readonly __kind: any;
|
|
5462
5462
|
}>> | undefined;
|
|
5463
|
-
sandbox?: Record<string,
|
|
5463
|
+
sandbox?: Record<string, {
|
|
5464
5464
|
attributes?: Record<string, string | number | boolean> | undefined;
|
|
5465
5465
|
plugin?: (string & {
|
|
5466
5466
|
readonly __kind: any;
|
|
@@ -5490,7 +5490,7 @@ export declare const create: (input: {
|
|
|
5490
5490
|
};
|
|
5491
5491
|
} & {
|
|
5492
5492
|
readonly __kind: any;
|
|
5493
|
-
}
|
|
5493
|
+
}> | undefined;
|
|
5494
5494
|
environment?: Record<string, string | import("@taqueria/protocol/Base").Flatten<{
|
|
5495
5495
|
storage?: Record<string, any> | undefined;
|
|
5496
5496
|
aliases?: Record<string, any> | undefined;
|