@webb-tools/tangle-substrate-types 0.5.12 → 0.9.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (36) hide show
  1. package/LICENSE +0 -0
  2. package/README.md +15 -17
  3. package/build/index.cjs +2 -0
  4. package/build/index.d.ts +20826 -0
  5. package/build/index.mjs +1 -0
  6. package/package.json +57 -1
  7. package/examples/job_and_result_submission.d.ts +0 -1
  8. package/examples/job_and_result_submission.js +0 -230
  9. package/index.d.ts +0 -3
  10. package/index.js +0 -5
  11. package/interfaces/augment-api-consts.d.ts +0 -1045
  12. package/interfaces/augment-api-consts.js +0 -3
  13. package/interfaces/augment-api-errors.d.ts +0 -2001
  14. package/interfaces/augment-api-errors.js +0 -3
  15. package/interfaces/augment-api-events.d.ts +0 -3268
  16. package/interfaces/augment-api-events.js +0 -3
  17. package/interfaces/augment-api-query.d.ts +0 -2117
  18. package/interfaces/augment-api-query.js +0 -3
  19. package/interfaces/augment-api-rpc.d.ts +0 -679
  20. package/interfaces/augment-api-rpc.js +0 -3
  21. package/interfaces/augment-api-runtime.d.ts +0 -363
  22. package/interfaces/augment-api-runtime.js +0 -3
  23. package/interfaces/augment-api-tx.d.ts +0 -4118
  24. package/interfaces/augment-api-tx.js +0 -3
  25. package/interfaces/augment-api.d.ts +0 -7
  26. package/interfaces/augment-api.js +0 -9
  27. package/interfaces/augment-types.d.ts +0 -1249
  28. package/interfaces/augment-types.js +0 -3
  29. package/interfaces/lookup.d.ts +0 -6240
  30. package/interfaces/lookup.js +0 -6248
  31. package/interfaces/registry.d.ts +0 -413
  32. package/interfaces/registry.js +0 -3
  33. package/interfaces/types-lookup.d.ts +0 -6157
  34. package/interfaces/types-lookup.js +0 -3
  35. package/metadata/static-latest.d.ts +0 -2
  36. package/metadata/static-latest.js +0 -7
@@ -1,4118 +0,0 @@
1
- import "@polkadot/api-base/types/submittable";
2
- import type { ApiTypes, AugmentedSubmittable, SubmittableExtrinsic, SubmittableExtrinsicFunction } from "@polkadot/api-base/types";
3
- import type { Data } from "@polkadot/types";
4
- import type { Bytes, Compact, Null, Option, U256, U8aFixed, Vec, bool, u128, u16, u32, u64, u8 } from "@polkadot/types-codec";
5
- import type { AnyNumber, IMethod, ITuple } from "@polkadot/types-codec/types";
6
- import type { AccountId32, Call, H160, H256, MultiAddress, Perbill, Percent, Permill } from "@polkadot/types/interfaces/runtime";
7
- import { SpConsensusBabeDigestsNextConfigDescriptor, SpConsensusSlotsEquivocationProof, SpSessionMembershipProof, PalletBalancesAdjustmentDirection, PalletAirdropClaimsUtilsMultiAddress, PalletAirdropClaimsUtilsMultiAddressSignature, PalletAirdropClaimsStatementKind, SpWeightsWeightV2Weight, PalletDemocracyConviction, FrameSupportPreimagesBounded, PalletDemocracyMetadataOwner, PalletDemocracyVoteAccountVote, SpNposElectionsSupport, SpNposElectionsElectionScore, PalletElectionProviderMultiPhaseRawSolution, PalletElectionProviderMultiPhaseSolutionOrSnapshotSize, PalletElectionsPhragmenRenouncing, EthereumTransactionTransactionV2, SpConsensusGrandpaEquivocationProof, SpCoreVoid, PalletIdentityJudgement, PalletIdentityLegacyIdentityInfo, SpRuntimeMultiSignature, PalletImOnlineHeartbeat, PalletImOnlineSr25519AppSr25519Signature, PalletTangleLstBondExtra, PalletTangleLstCommissionCommissionChangeRate, PalletTangleLstCommissionCommissionClaimPermission, PalletTangleLstConfigOpU128, PalletTangleLstConfigOpU32, PalletTangleLstConfigOpPerbill, PalletTangleLstPoolsPoolState, PalletTangleLstConfigOpAccountId32, PalletMultiAssetDelegationRewardsAssetAction, PalletMultisigTimepoint, PalletNominationPoolsBondExtra, PalletNominationPoolsClaimPermission, PalletNominationPoolsCommissionChangeRate, PalletNominationPoolsCommissionClaimPermission, PalletNominationPoolsConfigOpU128, PalletNominationPoolsConfigOpU32, PalletNominationPoolsConfigOpPerbill, PalletNominationPoolsPoolState, PalletNominationPoolsConfigOpAccountId32, TangleTestnetRuntimeProxyType, TanglePrimitivesServicesField, TanglePrimitivesServicesServiceBlueprint, TanglePrimitivesServicesOperatorPreferences, TanglePrimitivesServicesApprovalPrefrence, TanglePrimitivesServicesPriceTargets, TangleTestnetRuntimeOpaqueSessionKeys, PalletStakingRewardDestination, PalletStakingPalletConfigOpU128, PalletStakingPalletConfigOpU32, PalletStakingPalletConfigOpPercent, PalletStakingPalletConfigOpPerbill, PalletStakingValidatorPrefs, StagingXcmV4AssetAssetId, StagingXcmV4Asset, StagingXcmV4Location, SygmaBridgeProposal, SygmaTraitsMpcAddress, SygmaFeeHandlerRouterFeeHandlerType, TangleTestnetRuntimeOriginCaller, PalletVestingVestingInfo } from "@polkadot/types/lookup";
8
- export type __AugmentedSubmittable = AugmentedSubmittable<() => unknown>;
9
- export type __SubmittableExtrinsic<ApiType extends ApiTypes> = SubmittableExtrinsic<ApiType>;
10
- export type __SubmittableExtrinsicFunction<ApiType extends ApiTypes> = SubmittableExtrinsicFunction<ApiType>;
11
- declare module "@polkadot/api-base/types/submittable" {
12
- interface AugmentedSubmittables<ApiType extends ApiTypes> {
13
- assets: {
14
- /**
15
- * See [`Pallet::approve_transfer`].
16
- **/
17
- approveTransfer: AugmentedSubmittable<(id: Compact<u128> | AnyNumber | Uint8Array, delegate: MultiAddress | {
18
- Id: any;
19
- } | {
20
- Index: any;
21
- } | {
22
- Raw: any;
23
- } | {
24
- Address32: any;
25
- } | {
26
- Address20: any;
27
- } | string | Uint8Array, amount: Compact<u128> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
28
- Compact<u128>,
29
- MultiAddress,
30
- Compact<u128>
31
- ]>;
32
- /**
33
- * See [`Pallet::block`].
34
- **/
35
- block: AugmentedSubmittable<(id: Compact<u128> | AnyNumber | Uint8Array, who: MultiAddress | {
36
- Id: any;
37
- } | {
38
- Index: any;
39
- } | {
40
- Raw: any;
41
- } | {
42
- Address32: any;
43
- } | {
44
- Address20: any;
45
- } | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
46
- Compact<u128>,
47
- MultiAddress
48
- ]>;
49
- /**
50
- * See [`Pallet::burn`].
51
- **/
52
- burn: AugmentedSubmittable<(id: Compact<u128> | AnyNumber | Uint8Array, who: MultiAddress | {
53
- Id: any;
54
- } | {
55
- Index: any;
56
- } | {
57
- Raw: any;
58
- } | {
59
- Address32: any;
60
- } | {
61
- Address20: any;
62
- } | string | Uint8Array, amount: Compact<u128> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
63
- Compact<u128>,
64
- MultiAddress,
65
- Compact<u128>
66
- ]>;
67
- /**
68
- * See [`Pallet::cancel_approval`].
69
- **/
70
- cancelApproval: AugmentedSubmittable<(id: Compact<u128> | AnyNumber | Uint8Array, delegate: MultiAddress | {
71
- Id: any;
72
- } | {
73
- Index: any;
74
- } | {
75
- Raw: any;
76
- } | {
77
- Address32: any;
78
- } | {
79
- Address20: any;
80
- } | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
81
- Compact<u128>,
82
- MultiAddress
83
- ]>;
84
- /**
85
- * See [`Pallet::clear_metadata`].
86
- **/
87
- clearMetadata: AugmentedSubmittable<(id: Compact<u128> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
88
- Compact<u128>
89
- ]>;
90
- /**
91
- * See [`Pallet::create`].
92
- **/
93
- create: AugmentedSubmittable<(id: Compact<u128> | AnyNumber | Uint8Array, admin: MultiAddress | {
94
- Id: any;
95
- } | {
96
- Index: any;
97
- } | {
98
- Raw: any;
99
- } | {
100
- Address32: any;
101
- } | {
102
- Address20: any;
103
- } | string | Uint8Array, minBalance: u128 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
104
- Compact<u128>,
105
- MultiAddress,
106
- u128
107
- ]>;
108
- /**
109
- * See [`Pallet::destroy_accounts`].
110
- **/
111
- destroyAccounts: AugmentedSubmittable<(id: Compact<u128> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
112
- Compact<u128>
113
- ]>;
114
- /**
115
- * See [`Pallet::destroy_approvals`].
116
- **/
117
- destroyApprovals: AugmentedSubmittable<(id: Compact<u128> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
118
- Compact<u128>
119
- ]>;
120
- /**
121
- * See [`Pallet::finish_destroy`].
122
- **/
123
- finishDestroy: AugmentedSubmittable<(id: Compact<u128> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
124
- Compact<u128>
125
- ]>;
126
- /**
127
- * See [`Pallet::force_asset_status`].
128
- **/
129
- forceAssetStatus: AugmentedSubmittable<(id: Compact<u128> | AnyNumber | Uint8Array, owner: MultiAddress | {
130
- Id: any;
131
- } | {
132
- Index: any;
133
- } | {
134
- Raw: any;
135
- } | {
136
- Address32: any;
137
- } | {
138
- Address20: any;
139
- } | string | Uint8Array, issuer: MultiAddress | {
140
- Id: any;
141
- } | {
142
- Index: any;
143
- } | {
144
- Raw: any;
145
- } | {
146
- Address32: any;
147
- } | {
148
- Address20: any;
149
- } | string | Uint8Array, admin: MultiAddress | {
150
- Id: any;
151
- } | {
152
- Index: any;
153
- } | {
154
- Raw: any;
155
- } | {
156
- Address32: any;
157
- } | {
158
- Address20: any;
159
- } | string | Uint8Array, freezer: MultiAddress | {
160
- Id: any;
161
- } | {
162
- Index: any;
163
- } | {
164
- Raw: any;
165
- } | {
166
- Address32: any;
167
- } | {
168
- Address20: any;
169
- } | string | Uint8Array, minBalance: Compact<u128> | AnyNumber | Uint8Array, isSufficient: bool | boolean | Uint8Array, isFrozen: bool | boolean | Uint8Array) => SubmittableExtrinsic<ApiType>, [
170
- Compact<u128>,
171
- MultiAddress,
172
- MultiAddress,
173
- MultiAddress,
174
- MultiAddress,
175
- Compact<u128>,
176
- bool,
177
- bool
178
- ]>;
179
- /**
180
- * See [`Pallet::force_cancel_approval`].
181
- **/
182
- forceCancelApproval: AugmentedSubmittable<(id: Compact<u128> | AnyNumber | Uint8Array, owner: MultiAddress | {
183
- Id: any;
184
- } | {
185
- Index: any;
186
- } | {
187
- Raw: any;
188
- } | {
189
- Address32: any;
190
- } | {
191
- Address20: any;
192
- } | string | Uint8Array, delegate: MultiAddress | {
193
- Id: any;
194
- } | {
195
- Index: any;
196
- } | {
197
- Raw: any;
198
- } | {
199
- Address32: any;
200
- } | {
201
- Address20: any;
202
- } | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
203
- Compact<u128>,
204
- MultiAddress,
205
- MultiAddress
206
- ]>;
207
- /**
208
- * See [`Pallet::force_clear_metadata`].
209
- **/
210
- forceClearMetadata: AugmentedSubmittable<(id: Compact<u128> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
211
- Compact<u128>
212
- ]>;
213
- /**
214
- * See [`Pallet::force_create`].
215
- **/
216
- forceCreate: AugmentedSubmittable<(id: Compact<u128> | AnyNumber | Uint8Array, owner: MultiAddress | {
217
- Id: any;
218
- } | {
219
- Index: any;
220
- } | {
221
- Raw: any;
222
- } | {
223
- Address32: any;
224
- } | {
225
- Address20: any;
226
- } | string | Uint8Array, isSufficient: bool | boolean | Uint8Array, minBalance: Compact<u128> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
227
- Compact<u128>,
228
- MultiAddress,
229
- bool,
230
- Compact<u128>
231
- ]>;
232
- /**
233
- * See [`Pallet::force_set_metadata`].
234
- **/
235
- forceSetMetadata: AugmentedSubmittable<(id: Compact<u128> | AnyNumber | Uint8Array, name: Bytes | string | Uint8Array, symbol: Bytes | string | Uint8Array, decimals: u8 | AnyNumber | Uint8Array, isFrozen: bool | boolean | Uint8Array) => SubmittableExtrinsic<ApiType>, [
236
- Compact<u128>,
237
- Bytes,
238
- Bytes,
239
- u8,
240
- bool
241
- ]>;
242
- /**
243
- * See [`Pallet::force_transfer`].
244
- **/
245
- forceTransfer: AugmentedSubmittable<(id: Compact<u128> | AnyNumber | Uint8Array, source: MultiAddress | {
246
- Id: any;
247
- } | {
248
- Index: any;
249
- } | {
250
- Raw: any;
251
- } | {
252
- Address32: any;
253
- } | {
254
- Address20: any;
255
- } | string | Uint8Array, dest: MultiAddress | {
256
- Id: any;
257
- } | {
258
- Index: any;
259
- } | {
260
- Raw: any;
261
- } | {
262
- Address32: any;
263
- } | {
264
- Address20: any;
265
- } | string | Uint8Array, amount: Compact<u128> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
266
- Compact<u128>,
267
- MultiAddress,
268
- MultiAddress,
269
- Compact<u128>
270
- ]>;
271
- /**
272
- * See [`Pallet::freeze`].
273
- **/
274
- freeze: AugmentedSubmittable<(id: Compact<u128> | AnyNumber | Uint8Array, who: MultiAddress | {
275
- Id: any;
276
- } | {
277
- Index: any;
278
- } | {
279
- Raw: any;
280
- } | {
281
- Address32: any;
282
- } | {
283
- Address20: any;
284
- } | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
285
- Compact<u128>,
286
- MultiAddress
287
- ]>;
288
- /**
289
- * See [`Pallet::freeze_asset`].
290
- **/
291
- freezeAsset: AugmentedSubmittable<(id: Compact<u128> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
292
- Compact<u128>
293
- ]>;
294
- /**
295
- * See [`Pallet::mint`].
296
- **/
297
- mint: AugmentedSubmittable<(id: Compact<u128> | AnyNumber | Uint8Array, beneficiary: MultiAddress | {
298
- Id: any;
299
- } | {
300
- Index: any;
301
- } | {
302
- Raw: any;
303
- } | {
304
- Address32: any;
305
- } | {
306
- Address20: any;
307
- } | string | Uint8Array, amount: Compact<u128> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
308
- Compact<u128>,
309
- MultiAddress,
310
- Compact<u128>
311
- ]>;
312
- /**
313
- * See [`Pallet::refund`].
314
- **/
315
- refund: AugmentedSubmittable<(id: Compact<u128> | AnyNumber | Uint8Array, allowBurn: bool | boolean | Uint8Array) => SubmittableExtrinsic<ApiType>, [
316
- Compact<u128>,
317
- bool
318
- ]>;
319
- /**
320
- * See [`Pallet::refund_other`].
321
- **/
322
- refundOther: AugmentedSubmittable<(id: Compact<u128> | AnyNumber | Uint8Array, who: MultiAddress | {
323
- Id: any;
324
- } | {
325
- Index: any;
326
- } | {
327
- Raw: any;
328
- } | {
329
- Address32: any;
330
- } | {
331
- Address20: any;
332
- } | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
333
- Compact<u128>,
334
- MultiAddress
335
- ]>;
336
- /**
337
- * See [`Pallet::set_metadata`].
338
- **/
339
- setMetadata: AugmentedSubmittable<(id: Compact<u128> | AnyNumber | Uint8Array, name: Bytes | string | Uint8Array, symbol: Bytes | string | Uint8Array, decimals: u8 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
340
- Compact<u128>,
341
- Bytes,
342
- Bytes,
343
- u8
344
- ]>;
345
- /**
346
- * See [`Pallet::set_min_balance`].
347
- **/
348
- setMinBalance: AugmentedSubmittable<(id: Compact<u128> | AnyNumber | Uint8Array, minBalance: u128 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
349
- Compact<u128>,
350
- u128
351
- ]>;
352
- /**
353
- * See [`Pallet::set_team`].
354
- **/
355
- setTeam: AugmentedSubmittable<(id: Compact<u128> | AnyNumber | Uint8Array, issuer: MultiAddress | {
356
- Id: any;
357
- } | {
358
- Index: any;
359
- } | {
360
- Raw: any;
361
- } | {
362
- Address32: any;
363
- } | {
364
- Address20: any;
365
- } | string | Uint8Array, admin: MultiAddress | {
366
- Id: any;
367
- } | {
368
- Index: any;
369
- } | {
370
- Raw: any;
371
- } | {
372
- Address32: any;
373
- } | {
374
- Address20: any;
375
- } | string | Uint8Array, freezer: MultiAddress | {
376
- Id: any;
377
- } | {
378
- Index: any;
379
- } | {
380
- Raw: any;
381
- } | {
382
- Address32: any;
383
- } | {
384
- Address20: any;
385
- } | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
386
- Compact<u128>,
387
- MultiAddress,
388
- MultiAddress,
389
- MultiAddress
390
- ]>;
391
- /**
392
- * See [`Pallet::start_destroy`].
393
- **/
394
- startDestroy: AugmentedSubmittable<(id: Compact<u128> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
395
- Compact<u128>
396
- ]>;
397
- /**
398
- * See [`Pallet::thaw`].
399
- **/
400
- thaw: AugmentedSubmittable<(id: Compact<u128> | AnyNumber | Uint8Array, who: MultiAddress | {
401
- Id: any;
402
- } | {
403
- Index: any;
404
- } | {
405
- Raw: any;
406
- } | {
407
- Address32: any;
408
- } | {
409
- Address20: any;
410
- } | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
411
- Compact<u128>,
412
- MultiAddress
413
- ]>;
414
- /**
415
- * See [`Pallet::thaw_asset`].
416
- **/
417
- thawAsset: AugmentedSubmittable<(id: Compact<u128> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
418
- Compact<u128>
419
- ]>;
420
- /**
421
- * See [`Pallet::touch`].
422
- **/
423
- touch: AugmentedSubmittable<(id: Compact<u128> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
424
- Compact<u128>
425
- ]>;
426
- /**
427
- * See [`Pallet::touch_other`].
428
- **/
429
- touchOther: AugmentedSubmittable<(id: Compact<u128> | AnyNumber | Uint8Array, who: MultiAddress | {
430
- Id: any;
431
- } | {
432
- Index: any;
433
- } | {
434
- Raw: any;
435
- } | {
436
- Address32: any;
437
- } | {
438
- Address20: any;
439
- } | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
440
- Compact<u128>,
441
- MultiAddress
442
- ]>;
443
- /**
444
- * See [`Pallet::transfer`].
445
- **/
446
- transfer: AugmentedSubmittable<(id: Compact<u128> | AnyNumber | Uint8Array, target: MultiAddress | {
447
- Id: any;
448
- } | {
449
- Index: any;
450
- } | {
451
- Raw: any;
452
- } | {
453
- Address32: any;
454
- } | {
455
- Address20: any;
456
- } | string | Uint8Array, amount: Compact<u128> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
457
- Compact<u128>,
458
- MultiAddress,
459
- Compact<u128>
460
- ]>;
461
- /**
462
- * See [`Pallet::transfer_approved`].
463
- **/
464
- transferApproved: AugmentedSubmittable<(id: Compact<u128> | AnyNumber | Uint8Array, owner: MultiAddress | {
465
- Id: any;
466
- } | {
467
- Index: any;
468
- } | {
469
- Raw: any;
470
- } | {
471
- Address32: any;
472
- } | {
473
- Address20: any;
474
- } | string | Uint8Array, destination: MultiAddress | {
475
- Id: any;
476
- } | {
477
- Index: any;
478
- } | {
479
- Raw: any;
480
- } | {
481
- Address32: any;
482
- } | {
483
- Address20: any;
484
- } | string | Uint8Array, amount: Compact<u128> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
485
- Compact<u128>,
486
- MultiAddress,
487
- MultiAddress,
488
- Compact<u128>
489
- ]>;
490
- /**
491
- * See [`Pallet::transfer_keep_alive`].
492
- **/
493
- transferKeepAlive: AugmentedSubmittable<(id: Compact<u128> | AnyNumber | Uint8Array, target: MultiAddress | {
494
- Id: any;
495
- } | {
496
- Index: any;
497
- } | {
498
- Raw: any;
499
- } | {
500
- Address32: any;
501
- } | {
502
- Address20: any;
503
- } | string | Uint8Array, amount: Compact<u128> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
504
- Compact<u128>,
505
- MultiAddress,
506
- Compact<u128>
507
- ]>;
508
- /**
509
- * See [`Pallet::transfer_ownership`].
510
- **/
511
- transferOwnership: AugmentedSubmittable<(id: Compact<u128> | AnyNumber | Uint8Array, owner: MultiAddress | {
512
- Id: any;
513
- } | {
514
- Index: any;
515
- } | {
516
- Raw: any;
517
- } | {
518
- Address32: any;
519
- } | {
520
- Address20: any;
521
- } | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
522
- Compact<u128>,
523
- MultiAddress
524
- ]>;
525
- /**
526
- * Generic tx
527
- **/
528
- [key: string]: SubmittableExtrinsicFunction<ApiType>;
529
- };
530
- babe: {
531
- /**
532
- * See [`Pallet::plan_config_change`].
533
- **/
534
- planConfigChange: AugmentedSubmittable<(config: SpConsensusBabeDigestsNextConfigDescriptor | {
535
- V1: any;
536
- } | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
537
- SpConsensusBabeDigestsNextConfigDescriptor
538
- ]>;
539
- /**
540
- * See [`Pallet::report_equivocation`].
541
- **/
542
- reportEquivocation: AugmentedSubmittable<(equivocationProof: SpConsensusSlotsEquivocationProof | {
543
- offender?: any;
544
- slot?: any;
545
- firstHeader?: any;
546
- secondHeader?: any;
547
- } | string | Uint8Array, keyOwnerProof: SpSessionMembershipProof | {
548
- session?: any;
549
- trieNodes?: any;
550
- validatorCount?: any;
551
- } | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
552
- SpConsensusSlotsEquivocationProof,
553
- SpSessionMembershipProof
554
- ]>;
555
- /**
556
- * See [`Pallet::report_equivocation_unsigned`].
557
- **/
558
- reportEquivocationUnsigned: AugmentedSubmittable<(equivocationProof: SpConsensusSlotsEquivocationProof | {
559
- offender?: any;
560
- slot?: any;
561
- firstHeader?: any;
562
- secondHeader?: any;
563
- } | string | Uint8Array, keyOwnerProof: SpSessionMembershipProof | {
564
- session?: any;
565
- trieNodes?: any;
566
- validatorCount?: any;
567
- } | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
568
- SpConsensusSlotsEquivocationProof,
569
- SpSessionMembershipProof
570
- ]>;
571
- /**
572
- * Generic tx
573
- **/
574
- [key: string]: SubmittableExtrinsicFunction<ApiType>;
575
- };
576
- bagsList: {
577
- /**
578
- * See [`Pallet::put_in_front_of`].
579
- **/
580
- putInFrontOf: AugmentedSubmittable<(lighter: MultiAddress | {
581
- Id: any;
582
- } | {
583
- Index: any;
584
- } | {
585
- Raw: any;
586
- } | {
587
- Address32: any;
588
- } | {
589
- Address20: any;
590
- } | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
591
- MultiAddress
592
- ]>;
593
- /**
594
- * See [`Pallet::put_in_front_of_other`].
595
- **/
596
- putInFrontOfOther: AugmentedSubmittable<(heavier: MultiAddress | {
597
- Id: any;
598
- } | {
599
- Index: any;
600
- } | {
601
- Raw: any;
602
- } | {
603
- Address32: any;
604
- } | {
605
- Address20: any;
606
- } | string | Uint8Array, lighter: MultiAddress | {
607
- Id: any;
608
- } | {
609
- Index: any;
610
- } | {
611
- Raw: any;
612
- } | {
613
- Address32: any;
614
- } | {
615
- Address20: any;
616
- } | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
617
- MultiAddress,
618
- MultiAddress
619
- ]>;
620
- /**
621
- * See [`Pallet::rebag`].
622
- **/
623
- rebag: AugmentedSubmittable<(dislocated: MultiAddress | {
624
- Id: any;
625
- } | {
626
- Index: any;
627
- } | {
628
- Raw: any;
629
- } | {
630
- Address32: any;
631
- } | {
632
- Address20: any;
633
- } | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
634
- MultiAddress
635
- ]>;
636
- /**
637
- * Generic tx
638
- **/
639
- [key: string]: SubmittableExtrinsicFunction<ApiType>;
640
- };
641
- balances: {
642
- /**
643
- * See [`Pallet::force_adjust_total_issuance`].
644
- **/
645
- forceAdjustTotalIssuance: AugmentedSubmittable<(direction: PalletBalancesAdjustmentDirection | "Increase" | "Decrease" | number | Uint8Array, delta: Compact<u128> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
646
- PalletBalancesAdjustmentDirection,
647
- Compact<u128>
648
- ]>;
649
- /**
650
- * See [`Pallet::force_set_balance`].
651
- **/
652
- forceSetBalance: AugmentedSubmittable<(who: MultiAddress | {
653
- Id: any;
654
- } | {
655
- Index: any;
656
- } | {
657
- Raw: any;
658
- } | {
659
- Address32: any;
660
- } | {
661
- Address20: any;
662
- } | string | Uint8Array, newFree: Compact<u128> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
663
- MultiAddress,
664
- Compact<u128>
665
- ]>;
666
- /**
667
- * See [`Pallet::force_transfer`].
668
- **/
669
- forceTransfer: AugmentedSubmittable<(source: MultiAddress | {
670
- Id: any;
671
- } | {
672
- Index: any;
673
- } | {
674
- Raw: any;
675
- } | {
676
- Address32: any;
677
- } | {
678
- Address20: any;
679
- } | string | Uint8Array, dest: MultiAddress | {
680
- Id: any;
681
- } | {
682
- Index: any;
683
- } | {
684
- Raw: any;
685
- } | {
686
- Address32: any;
687
- } | {
688
- Address20: any;
689
- } | string | Uint8Array, value: Compact<u128> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
690
- MultiAddress,
691
- MultiAddress,
692
- Compact<u128>
693
- ]>;
694
- /**
695
- * See [`Pallet::force_unreserve`].
696
- **/
697
- forceUnreserve: AugmentedSubmittable<(who: MultiAddress | {
698
- Id: any;
699
- } | {
700
- Index: any;
701
- } | {
702
- Raw: any;
703
- } | {
704
- Address32: any;
705
- } | {
706
- Address20: any;
707
- } | string | Uint8Array, amount: u128 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
708
- MultiAddress,
709
- u128
710
- ]>;
711
- /**
712
- * See [`Pallet::transfer_all`].
713
- **/
714
- transferAll: AugmentedSubmittable<(dest: MultiAddress | {
715
- Id: any;
716
- } | {
717
- Index: any;
718
- } | {
719
- Raw: any;
720
- } | {
721
- Address32: any;
722
- } | {
723
- Address20: any;
724
- } | string | Uint8Array, keepAlive: bool | boolean | Uint8Array) => SubmittableExtrinsic<ApiType>, [
725
- MultiAddress,
726
- bool
727
- ]>;
728
- /**
729
- * See [`Pallet::transfer_allow_death`].
730
- **/
731
- transferAllowDeath: AugmentedSubmittable<(dest: MultiAddress | {
732
- Id: any;
733
- } | {
734
- Index: any;
735
- } | {
736
- Raw: any;
737
- } | {
738
- Address32: any;
739
- } | {
740
- Address20: any;
741
- } | string | Uint8Array, value: Compact<u128> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
742
- MultiAddress,
743
- Compact<u128>
744
- ]>;
745
- /**
746
- * See [`Pallet::transfer_keep_alive`].
747
- **/
748
- transferKeepAlive: AugmentedSubmittable<(dest: MultiAddress | {
749
- Id: any;
750
- } | {
751
- Index: any;
752
- } | {
753
- Raw: any;
754
- } | {
755
- Address32: any;
756
- } | {
757
- Address20: any;
758
- } | string | Uint8Array, value: Compact<u128> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
759
- MultiAddress,
760
- Compact<u128>
761
- ]>;
762
- /**
763
- * See [`Pallet::upgrade_accounts`].
764
- **/
765
- upgradeAccounts: AugmentedSubmittable<(who: Vec<AccountId32> | (AccountId32 | string | Uint8Array)[]) => SubmittableExtrinsic<ApiType>, [
766
- Vec<AccountId32>
767
- ]>;
768
- /**
769
- * Generic tx
770
- **/
771
- [key: string]: SubmittableExtrinsicFunction<ApiType>;
772
- };
773
- baseFee: {
774
- /**
775
- * See [`Pallet::set_base_fee_per_gas`].
776
- **/
777
- setBaseFeePerGas: AugmentedSubmittable<(fee: U256 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
778
- U256
779
- ]>;
780
- /**
781
- * See [`Pallet::set_elasticity`].
782
- **/
783
- setElasticity: AugmentedSubmittable<(elasticity: Permill | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
784
- Permill
785
- ]>;
786
- /**
787
- * Generic tx
788
- **/
789
- [key: string]: SubmittableExtrinsicFunction<ApiType>;
790
- };
791
- bounties: {
792
- /**
793
- * See [`Pallet::accept_curator`].
794
- **/
795
- acceptCurator: AugmentedSubmittable<(bountyId: Compact<u32> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
796
- Compact<u32>
797
- ]>;
798
- /**
799
- * See [`Pallet::approve_bounty`].
800
- **/
801
- approveBounty: AugmentedSubmittable<(bountyId: Compact<u32> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
802
- Compact<u32>
803
- ]>;
804
- /**
805
- * See [`Pallet::award_bounty`].
806
- **/
807
- awardBounty: AugmentedSubmittable<(bountyId: Compact<u32> | AnyNumber | Uint8Array, beneficiary: MultiAddress | {
808
- Id: any;
809
- } | {
810
- Index: any;
811
- } | {
812
- Raw: any;
813
- } | {
814
- Address32: any;
815
- } | {
816
- Address20: any;
817
- } | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
818
- Compact<u32>,
819
- MultiAddress
820
- ]>;
821
- /**
822
- * See [`Pallet::claim_bounty`].
823
- **/
824
- claimBounty: AugmentedSubmittable<(bountyId: Compact<u32> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
825
- Compact<u32>
826
- ]>;
827
- /**
828
- * See [`Pallet::close_bounty`].
829
- **/
830
- closeBounty: AugmentedSubmittable<(bountyId: Compact<u32> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
831
- Compact<u32>
832
- ]>;
833
- /**
834
- * See [`Pallet::extend_bounty_expiry`].
835
- **/
836
- extendBountyExpiry: AugmentedSubmittable<(bountyId: Compact<u32> | AnyNumber | Uint8Array, remark: Bytes | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
837
- Compact<u32>,
838
- Bytes
839
- ]>;
840
- /**
841
- * See [`Pallet::propose_bounty`].
842
- **/
843
- proposeBounty: AugmentedSubmittable<(value: Compact<u128> | AnyNumber | Uint8Array, description: Bytes | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
844
- Compact<u128>,
845
- Bytes
846
- ]>;
847
- /**
848
- * See [`Pallet::propose_curator`].
849
- **/
850
- proposeCurator: AugmentedSubmittable<(bountyId: Compact<u32> | AnyNumber | Uint8Array, curator: MultiAddress | {
851
- Id: any;
852
- } | {
853
- Index: any;
854
- } | {
855
- Raw: any;
856
- } | {
857
- Address32: any;
858
- } | {
859
- Address20: any;
860
- } | string | Uint8Array, fee: Compact<u128> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
861
- Compact<u32>,
862
- MultiAddress,
863
- Compact<u128>
864
- ]>;
865
- /**
866
- * See [`Pallet::unassign_curator`].
867
- **/
868
- unassignCurator: AugmentedSubmittable<(bountyId: Compact<u32> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
869
- Compact<u32>
870
- ]>;
871
- /**
872
- * Generic tx
873
- **/
874
- [key: string]: SubmittableExtrinsicFunction<ApiType>;
875
- };
876
- childBounties: {
877
- /**
878
- * See [`Pallet::accept_curator`].
879
- **/
880
- acceptCurator: AugmentedSubmittable<(parentBountyId: Compact<u32> | AnyNumber | Uint8Array, childBountyId: Compact<u32> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
881
- Compact<u32>,
882
- Compact<u32>
883
- ]>;
884
- /**
885
- * See [`Pallet::add_child_bounty`].
886
- **/
887
- addChildBounty: AugmentedSubmittable<(parentBountyId: Compact<u32> | AnyNumber | Uint8Array, value: Compact<u128> | AnyNumber | Uint8Array, description: Bytes | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
888
- Compact<u32>,
889
- Compact<u128>,
890
- Bytes
891
- ]>;
892
- /**
893
- * See [`Pallet::award_child_bounty`].
894
- **/
895
- awardChildBounty: AugmentedSubmittable<(parentBountyId: Compact<u32> | AnyNumber | Uint8Array, childBountyId: Compact<u32> | AnyNumber | Uint8Array, beneficiary: MultiAddress | {
896
- Id: any;
897
- } | {
898
- Index: any;
899
- } | {
900
- Raw: any;
901
- } | {
902
- Address32: any;
903
- } | {
904
- Address20: any;
905
- } | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
906
- Compact<u32>,
907
- Compact<u32>,
908
- MultiAddress
909
- ]>;
910
- /**
911
- * See [`Pallet::claim_child_bounty`].
912
- **/
913
- claimChildBounty: AugmentedSubmittable<(parentBountyId: Compact<u32> | AnyNumber | Uint8Array, childBountyId: Compact<u32> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
914
- Compact<u32>,
915
- Compact<u32>
916
- ]>;
917
- /**
918
- * See [`Pallet::close_child_bounty`].
919
- **/
920
- closeChildBounty: AugmentedSubmittable<(parentBountyId: Compact<u32> | AnyNumber | Uint8Array, childBountyId: Compact<u32> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
921
- Compact<u32>,
922
- Compact<u32>
923
- ]>;
924
- /**
925
- * See [`Pallet::propose_curator`].
926
- **/
927
- proposeCurator: AugmentedSubmittable<(parentBountyId: Compact<u32> | AnyNumber | Uint8Array, childBountyId: Compact<u32> | AnyNumber | Uint8Array, curator: MultiAddress | {
928
- Id: any;
929
- } | {
930
- Index: any;
931
- } | {
932
- Raw: any;
933
- } | {
934
- Address32: any;
935
- } | {
936
- Address20: any;
937
- } | string | Uint8Array, fee: Compact<u128> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
938
- Compact<u32>,
939
- Compact<u32>,
940
- MultiAddress,
941
- Compact<u128>
942
- ]>;
943
- /**
944
- * See [`Pallet::unassign_curator`].
945
- **/
946
- unassignCurator: AugmentedSubmittable<(parentBountyId: Compact<u32> | AnyNumber | Uint8Array, childBountyId: Compact<u32> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
947
- Compact<u32>,
948
- Compact<u32>
949
- ]>;
950
- /**
951
- * Generic tx
952
- **/
953
- [key: string]: SubmittableExtrinsicFunction<ApiType>;
954
- };
955
- claims: {
956
- /**
957
- * See [`Pallet::claim`].
958
- **/
959
- claim: AugmentedSubmittable<(dest: Option<PalletAirdropClaimsUtilsMultiAddress> | null | Uint8Array | PalletAirdropClaimsUtilsMultiAddress | {
960
- EVM: any;
961
- } | {
962
- Native: any;
963
- } | string, signer: Option<PalletAirdropClaimsUtilsMultiAddress> | null | Uint8Array | PalletAirdropClaimsUtilsMultiAddress | {
964
- EVM: any;
965
- } | {
966
- Native: any;
967
- } | string, signature: PalletAirdropClaimsUtilsMultiAddressSignature | {
968
- EVM: any;
969
- } | {
970
- Native: any;
971
- } | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
972
- Option<PalletAirdropClaimsUtilsMultiAddress>,
973
- Option<PalletAirdropClaimsUtilsMultiAddress>,
974
- PalletAirdropClaimsUtilsMultiAddressSignature
975
- ]>;
976
- /**
977
- * See [`Pallet::claim_attest`].
978
- **/
979
- claimAttest: AugmentedSubmittable<(dest: Option<PalletAirdropClaimsUtilsMultiAddress> | null | Uint8Array | PalletAirdropClaimsUtilsMultiAddress | {
980
- EVM: any;
981
- } | {
982
- Native: any;
983
- } | string, signer: Option<PalletAirdropClaimsUtilsMultiAddress> | null | Uint8Array | PalletAirdropClaimsUtilsMultiAddress | {
984
- EVM: any;
985
- } | {
986
- Native: any;
987
- } | string, signature: PalletAirdropClaimsUtilsMultiAddressSignature | {
988
- EVM: any;
989
- } | {
990
- Native: any;
991
- } | string | Uint8Array, statement: Bytes | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
992
- Option<PalletAirdropClaimsUtilsMultiAddress>,
993
- Option<PalletAirdropClaimsUtilsMultiAddress>,
994
- PalletAirdropClaimsUtilsMultiAddressSignature,
995
- Bytes
996
- ]>;
997
- /**
998
- * See [`Pallet::claim_signed`].
999
- **/
1000
- claimSigned: AugmentedSubmittable<(dest: Option<PalletAirdropClaimsUtilsMultiAddress> | null | Uint8Array | PalletAirdropClaimsUtilsMultiAddress | {
1001
- EVM: any;
1002
- } | {
1003
- Native: any;
1004
- } | string) => SubmittableExtrinsic<ApiType>, [
1005
- Option<PalletAirdropClaimsUtilsMultiAddress>
1006
- ]>;
1007
- /**
1008
- * See [`Pallet::force_set_expiry_config`].
1009
- **/
1010
- forceSetExpiryConfig: AugmentedSubmittable<(expiryBlock: u64 | AnyNumber | Uint8Array, dest: PalletAirdropClaimsUtilsMultiAddress | {
1011
- EVM: any;
1012
- } | {
1013
- Native: any;
1014
- } | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
1015
- u64,
1016
- PalletAirdropClaimsUtilsMultiAddress
1017
- ]>;
1018
- /**
1019
- * See [`Pallet::mint_claim`].
1020
- **/
1021
- mintClaim: AugmentedSubmittable<(who: PalletAirdropClaimsUtilsMultiAddress | {
1022
- EVM: any;
1023
- } | {
1024
- Native: any;
1025
- } | string | Uint8Array, value: u128 | AnyNumber | Uint8Array, vestingSchedule: Option<Vec<ITuple<[u128, u128, u64]>>> | null | Uint8Array | Vec<ITuple<[u128, u128, u64]>> | [
1026
- u128 | AnyNumber | Uint8Array,
1027
- u128 | AnyNumber | Uint8Array,
1028
- u64 | AnyNumber | Uint8Array
1029
- ][], statement: Option<PalletAirdropClaimsStatementKind> | null | Uint8Array | PalletAirdropClaimsStatementKind | "Regular" | "Safe" | number) => SubmittableExtrinsic<ApiType>, [
1030
- PalletAirdropClaimsUtilsMultiAddress,
1031
- u128,
1032
- Option<Vec<ITuple<[u128, u128, u64]>>>,
1033
- Option<PalletAirdropClaimsStatementKind>
1034
- ]>;
1035
- /**
1036
- * See [`Pallet::move_claim`].
1037
- **/
1038
- moveClaim: AugmentedSubmittable<(old: PalletAirdropClaimsUtilsMultiAddress | {
1039
- EVM: any;
1040
- } | {
1041
- Native: any;
1042
- } | string | Uint8Array, updated: PalletAirdropClaimsUtilsMultiAddress | {
1043
- EVM: any;
1044
- } | {
1045
- Native: any;
1046
- } | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
1047
- PalletAirdropClaimsUtilsMultiAddress,
1048
- PalletAirdropClaimsUtilsMultiAddress
1049
- ]>;
1050
- /**
1051
- * Generic tx
1052
- **/
1053
- [key: string]: SubmittableExtrinsicFunction<ApiType>;
1054
- };
1055
- council: {
1056
- /**
1057
- * See [`Pallet::close`].
1058
- **/
1059
- close: AugmentedSubmittable<(proposalHash: H256 | string | Uint8Array, index: Compact<u32> | AnyNumber | Uint8Array, proposalWeightBound: SpWeightsWeightV2Weight | {
1060
- refTime?: any;
1061
- proofSize?: any;
1062
- } | string | Uint8Array, lengthBound: Compact<u32> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
1063
- H256,
1064
- Compact<u32>,
1065
- SpWeightsWeightV2Weight,
1066
- Compact<u32>
1067
- ]>;
1068
- /**
1069
- * See [`Pallet::disapprove_proposal`].
1070
- **/
1071
- disapproveProposal: AugmentedSubmittable<(proposalHash: H256 | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
1072
- H256
1073
- ]>;
1074
- /**
1075
- * See [`Pallet::execute`].
1076
- **/
1077
- execute: AugmentedSubmittable<(proposal: Call | IMethod | string | Uint8Array, lengthBound: Compact<u32> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
1078
- Call,
1079
- Compact<u32>
1080
- ]>;
1081
- /**
1082
- * See [`Pallet::propose`].
1083
- **/
1084
- propose: AugmentedSubmittable<(threshold: Compact<u32> | AnyNumber | Uint8Array, proposal: Call | IMethod | string | Uint8Array, lengthBound: Compact<u32> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
1085
- Compact<u32>,
1086
- Call,
1087
- Compact<u32>
1088
- ]>;
1089
- /**
1090
- * See [`Pallet::set_members`].
1091
- **/
1092
- setMembers: AugmentedSubmittable<(newMembers: Vec<AccountId32> | (AccountId32 | string | Uint8Array)[], prime: Option<AccountId32> | null | Uint8Array | AccountId32 | string, oldCount: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
1093
- Vec<AccountId32>,
1094
- Option<AccountId32>,
1095
- u32
1096
- ]>;
1097
- /**
1098
- * See [`Pallet::vote`].
1099
- **/
1100
- vote: AugmentedSubmittable<(proposal: H256 | string | Uint8Array, index: Compact<u32> | AnyNumber | Uint8Array, approve: bool | boolean | Uint8Array) => SubmittableExtrinsic<ApiType>, [
1101
- H256,
1102
- Compact<u32>,
1103
- bool
1104
- ]>;
1105
- /**
1106
- * Generic tx
1107
- **/
1108
- [key: string]: SubmittableExtrinsicFunction<ApiType>;
1109
- };
1110
- democracy: {
1111
- /**
1112
- * See [`Pallet::blacklist`].
1113
- **/
1114
- blacklist: AugmentedSubmittable<(proposalHash: H256 | string | Uint8Array, maybeRefIndex: Option<u32> | null | Uint8Array | u32 | AnyNumber) => SubmittableExtrinsic<ApiType>, [
1115
- H256,
1116
- Option<u32>
1117
- ]>;
1118
- /**
1119
- * See [`Pallet::cancel_proposal`].
1120
- **/
1121
- cancelProposal: AugmentedSubmittable<(propIndex: Compact<u32> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
1122
- Compact<u32>
1123
- ]>;
1124
- /**
1125
- * See [`Pallet::cancel_referendum`].
1126
- **/
1127
- cancelReferendum: AugmentedSubmittable<(refIndex: Compact<u32> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
1128
- Compact<u32>
1129
- ]>;
1130
- /**
1131
- * See [`Pallet::clear_public_proposals`].
1132
- **/
1133
- clearPublicProposals: AugmentedSubmittable<() => SubmittableExtrinsic<ApiType>, [
1134
- ]>;
1135
- /**
1136
- * See [`Pallet::delegate`].
1137
- **/
1138
- delegate: AugmentedSubmittable<(to: MultiAddress | {
1139
- Id: any;
1140
- } | {
1141
- Index: any;
1142
- } | {
1143
- Raw: any;
1144
- } | {
1145
- Address32: any;
1146
- } | {
1147
- Address20: any;
1148
- } | string | Uint8Array, conviction: PalletDemocracyConviction | "None" | "Locked1x" | "Locked2x" | "Locked3x" | "Locked4x" | "Locked5x" | "Locked6x" | number | Uint8Array, balance: u128 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
1149
- MultiAddress,
1150
- PalletDemocracyConviction,
1151
- u128
1152
- ]>;
1153
- /**
1154
- * See [`Pallet::emergency_cancel`].
1155
- **/
1156
- emergencyCancel: AugmentedSubmittable<(refIndex: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
1157
- u32
1158
- ]>;
1159
- /**
1160
- * See [`Pallet::external_propose`].
1161
- **/
1162
- externalPropose: AugmentedSubmittable<(proposal: FrameSupportPreimagesBounded | {
1163
- Legacy: any;
1164
- } | {
1165
- Inline: any;
1166
- } | {
1167
- Lookup: any;
1168
- } | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
1169
- FrameSupportPreimagesBounded
1170
- ]>;
1171
- /**
1172
- * See [`Pallet::external_propose_default`].
1173
- **/
1174
- externalProposeDefault: AugmentedSubmittable<(proposal: FrameSupportPreimagesBounded | {
1175
- Legacy: any;
1176
- } | {
1177
- Inline: any;
1178
- } | {
1179
- Lookup: any;
1180
- } | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
1181
- FrameSupportPreimagesBounded
1182
- ]>;
1183
- /**
1184
- * See [`Pallet::external_propose_majority`].
1185
- **/
1186
- externalProposeMajority: AugmentedSubmittable<(proposal: FrameSupportPreimagesBounded | {
1187
- Legacy: any;
1188
- } | {
1189
- Inline: any;
1190
- } | {
1191
- Lookup: any;
1192
- } | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
1193
- FrameSupportPreimagesBounded
1194
- ]>;
1195
- /**
1196
- * See [`Pallet::fast_track`].
1197
- **/
1198
- fastTrack: AugmentedSubmittable<(proposalHash: H256 | string | Uint8Array, votingPeriod: u64 | AnyNumber | Uint8Array, delay: u64 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
1199
- H256,
1200
- u64,
1201
- u64
1202
- ]>;
1203
- /**
1204
- * See [`Pallet::propose`].
1205
- **/
1206
- propose: AugmentedSubmittable<(proposal: FrameSupportPreimagesBounded | {
1207
- Legacy: any;
1208
- } | {
1209
- Inline: any;
1210
- } | {
1211
- Lookup: any;
1212
- } | string | Uint8Array, value: Compact<u128> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
1213
- FrameSupportPreimagesBounded,
1214
- Compact<u128>
1215
- ]>;
1216
- /**
1217
- * See [`Pallet::remove_other_vote`].
1218
- **/
1219
- removeOtherVote: AugmentedSubmittable<(target: MultiAddress | {
1220
- Id: any;
1221
- } | {
1222
- Index: any;
1223
- } | {
1224
- Raw: any;
1225
- } | {
1226
- Address32: any;
1227
- } | {
1228
- Address20: any;
1229
- } | string | Uint8Array, index: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
1230
- MultiAddress,
1231
- u32
1232
- ]>;
1233
- /**
1234
- * See [`Pallet::remove_vote`].
1235
- **/
1236
- removeVote: AugmentedSubmittable<(index: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
1237
- u32
1238
- ]>;
1239
- /**
1240
- * See [`Pallet::second`].
1241
- **/
1242
- second: AugmentedSubmittable<(proposal: Compact<u32> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
1243
- Compact<u32>
1244
- ]>;
1245
- /**
1246
- * See [`Pallet::set_metadata`].
1247
- **/
1248
- setMetadata: AugmentedSubmittable<(owner: PalletDemocracyMetadataOwner | {
1249
- External: any;
1250
- } | {
1251
- Proposal: any;
1252
- } | {
1253
- Referendum: any;
1254
- } | string | Uint8Array, maybeHash: Option<H256> | null | Uint8Array | H256 | string) => SubmittableExtrinsic<ApiType>, [
1255
- PalletDemocracyMetadataOwner,
1256
- Option<H256>
1257
- ]>;
1258
- /**
1259
- * See [`Pallet::undelegate`].
1260
- **/
1261
- undelegate: AugmentedSubmittable<() => SubmittableExtrinsic<ApiType>, []>;
1262
- /**
1263
- * See [`Pallet::unlock`].
1264
- **/
1265
- unlock: AugmentedSubmittable<(target: MultiAddress | {
1266
- Id: any;
1267
- } | {
1268
- Index: any;
1269
- } | {
1270
- Raw: any;
1271
- } | {
1272
- Address32: any;
1273
- } | {
1274
- Address20: any;
1275
- } | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
1276
- MultiAddress
1277
- ]>;
1278
- /**
1279
- * See [`Pallet::veto_external`].
1280
- **/
1281
- vetoExternal: AugmentedSubmittable<(proposalHash: H256 | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
1282
- H256
1283
- ]>;
1284
- /**
1285
- * See [`Pallet::vote`].
1286
- **/
1287
- vote: AugmentedSubmittable<(refIndex: Compact<u32> | AnyNumber | Uint8Array, vote: PalletDemocracyVoteAccountVote | {
1288
- Standard: any;
1289
- } | {
1290
- Split: any;
1291
- } | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
1292
- Compact<u32>,
1293
- PalletDemocracyVoteAccountVote
1294
- ]>;
1295
- /**
1296
- * Generic tx
1297
- **/
1298
- [key: string]: SubmittableExtrinsicFunction<ApiType>;
1299
- };
1300
- dynamicFee: {
1301
- /**
1302
- * See [`Pallet::note_min_gas_price_target`].
1303
- **/
1304
- noteMinGasPriceTarget: AugmentedSubmittable<(target: U256 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
1305
- U256
1306
- ]>;
1307
- /**
1308
- * Generic tx
1309
- **/
1310
- [key: string]: SubmittableExtrinsicFunction<ApiType>;
1311
- };
1312
- electionProviderMultiPhase: {
1313
- /**
1314
- * See [`Pallet::governance_fallback`].
1315
- **/
1316
- governanceFallback: AugmentedSubmittable<(maybeMaxVoters: Option<u32> | null | Uint8Array | u32 | AnyNumber, maybeMaxTargets: Option<u32> | null | Uint8Array | u32 | AnyNumber) => SubmittableExtrinsic<ApiType>, [
1317
- Option<u32>,
1318
- Option<u32>
1319
- ]>;
1320
- /**
1321
- * See [`Pallet::set_emergency_election_result`].
1322
- **/
1323
- setEmergencyElectionResult: AugmentedSubmittable<(supports: Vec<ITuple<[AccountId32, SpNposElectionsSupport]>> | [
1324
- AccountId32 | string | Uint8Array,
1325
- (SpNposElectionsSupport | {
1326
- total?: any;
1327
- voters?: any;
1328
- } | string | Uint8Array)
1329
- ][]) => SubmittableExtrinsic<ApiType>, [
1330
- Vec<ITuple<[AccountId32, SpNposElectionsSupport]>>
1331
- ]>;
1332
- /**
1333
- * See [`Pallet::set_minimum_untrusted_score`].
1334
- **/
1335
- setMinimumUntrustedScore: AugmentedSubmittable<(maybeNextScore: Option<SpNposElectionsElectionScore> | null | Uint8Array | SpNposElectionsElectionScore | {
1336
- minimalStake?: any;
1337
- sumStake?: any;
1338
- sumStakeSquared?: any;
1339
- } | string) => SubmittableExtrinsic<ApiType>, [
1340
- Option<SpNposElectionsElectionScore>
1341
- ]>;
1342
- /**
1343
- * See [`Pallet::submit`].
1344
- **/
1345
- submit: AugmentedSubmittable<(rawSolution: PalletElectionProviderMultiPhaseRawSolution | {
1346
- solution?: any;
1347
- score?: any;
1348
- round?: any;
1349
- } | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
1350
- PalletElectionProviderMultiPhaseRawSolution
1351
- ]>;
1352
- /**
1353
- * See [`Pallet::submit_unsigned`].
1354
- **/
1355
- submitUnsigned: AugmentedSubmittable<(rawSolution: PalletElectionProviderMultiPhaseRawSolution | {
1356
- solution?: any;
1357
- score?: any;
1358
- round?: any;
1359
- } | string | Uint8Array, witness: PalletElectionProviderMultiPhaseSolutionOrSnapshotSize | {
1360
- voters?: any;
1361
- targets?: any;
1362
- } | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
1363
- PalletElectionProviderMultiPhaseRawSolution,
1364
- PalletElectionProviderMultiPhaseSolutionOrSnapshotSize
1365
- ]>;
1366
- /**
1367
- * Generic tx
1368
- **/
1369
- [key: string]: SubmittableExtrinsicFunction<ApiType>;
1370
- };
1371
- elections: {
1372
- /**
1373
- * See [`Pallet::clean_defunct_voters`].
1374
- **/
1375
- cleanDefunctVoters: AugmentedSubmittable<(numVoters: u32 | AnyNumber | Uint8Array, numDefunct: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
1376
- u32,
1377
- u32
1378
- ]>;
1379
- /**
1380
- * See [`Pallet::remove_member`].
1381
- **/
1382
- removeMember: AugmentedSubmittable<(who: MultiAddress | {
1383
- Id: any;
1384
- } | {
1385
- Index: any;
1386
- } | {
1387
- Raw: any;
1388
- } | {
1389
- Address32: any;
1390
- } | {
1391
- Address20: any;
1392
- } | string | Uint8Array, slashBond: bool | boolean | Uint8Array, rerunElection: bool | boolean | Uint8Array) => SubmittableExtrinsic<ApiType>, [
1393
- MultiAddress,
1394
- bool,
1395
- bool
1396
- ]>;
1397
- /**
1398
- * See [`Pallet::remove_voter`].
1399
- **/
1400
- removeVoter: AugmentedSubmittable<() => SubmittableExtrinsic<ApiType>, [
1401
- ]>;
1402
- /**
1403
- * See [`Pallet::renounce_candidacy`].
1404
- **/
1405
- renounceCandidacy: AugmentedSubmittable<(renouncing: PalletElectionsPhragmenRenouncing | {
1406
- Member: any;
1407
- } | {
1408
- RunnerUp: any;
1409
- } | {
1410
- Candidate: any;
1411
- } | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
1412
- PalletElectionsPhragmenRenouncing
1413
- ]>;
1414
- /**
1415
- * See [`Pallet::submit_candidacy`].
1416
- **/
1417
- submitCandidacy: AugmentedSubmittable<(candidateCount: Compact<u32> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
1418
- Compact<u32>
1419
- ]>;
1420
- /**
1421
- * See [`Pallet::vote`].
1422
- **/
1423
- vote: AugmentedSubmittable<(votes: Vec<AccountId32> | (AccountId32 | string | Uint8Array)[], value: Compact<u128> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
1424
- Vec<AccountId32>,
1425
- Compact<u128>
1426
- ]>;
1427
- /**
1428
- * Generic tx
1429
- **/
1430
- [key: string]: SubmittableExtrinsicFunction<ApiType>;
1431
- };
1432
- ethereum: {
1433
- /**
1434
- * See [`Pallet::transact`].
1435
- **/
1436
- transact: AugmentedSubmittable<(transaction: EthereumTransactionTransactionV2 | {
1437
- Legacy: any;
1438
- } | {
1439
- EIP2930: any;
1440
- } | {
1441
- EIP1559: any;
1442
- } | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
1443
- EthereumTransactionTransactionV2
1444
- ]>;
1445
- /**
1446
- * Generic tx
1447
- **/
1448
- [key: string]: SubmittableExtrinsicFunction<ApiType>;
1449
- };
1450
- evm: {
1451
- /**
1452
- * See [`Pallet::call`].
1453
- **/
1454
- call: AugmentedSubmittable<(source: H160 | string | Uint8Array, target: H160 | string | Uint8Array, input: Bytes | string | Uint8Array, value: U256 | AnyNumber | Uint8Array, gasLimit: u64 | AnyNumber | Uint8Array, maxFeePerGas: U256 | AnyNumber | Uint8Array, maxPriorityFeePerGas: Option<U256> | null | Uint8Array | U256 | AnyNumber, nonce: Option<U256> | null | Uint8Array | U256 | AnyNumber, accessList: Vec<ITuple<[H160, Vec<H256>]>> | [
1455
- H160 | string | Uint8Array,
1456
- Vec<H256> | (H256 | string | Uint8Array)[]
1457
- ][]) => SubmittableExtrinsic<ApiType>, [
1458
- H160,
1459
- H160,
1460
- Bytes,
1461
- U256,
1462
- u64,
1463
- U256,
1464
- Option<U256>,
1465
- Option<U256>,
1466
- Vec<ITuple<[H160, Vec<H256>]>>
1467
- ]>;
1468
- /**
1469
- * See [`Pallet::create`].
1470
- **/
1471
- create: AugmentedSubmittable<(source: H160 | string | Uint8Array, init: Bytes | string | Uint8Array, value: U256 | AnyNumber | Uint8Array, gasLimit: u64 | AnyNumber | Uint8Array, maxFeePerGas: U256 | AnyNumber | Uint8Array, maxPriorityFeePerGas: Option<U256> | null | Uint8Array | U256 | AnyNumber, nonce: Option<U256> | null | Uint8Array | U256 | AnyNumber, accessList: Vec<ITuple<[H160, Vec<H256>]>> | [
1472
- H160 | string | Uint8Array,
1473
- Vec<H256> | (H256 | string | Uint8Array)[]
1474
- ][]) => SubmittableExtrinsic<ApiType>, [
1475
- H160,
1476
- Bytes,
1477
- U256,
1478
- u64,
1479
- U256,
1480
- Option<U256>,
1481
- Option<U256>,
1482
- Vec<ITuple<[H160, Vec<H256>]>>
1483
- ]>;
1484
- /**
1485
- * See [`Pallet::create2`].
1486
- **/
1487
- create2: AugmentedSubmittable<(source: H160 | string | Uint8Array, init: Bytes | string | Uint8Array, salt: H256 | string | Uint8Array, value: U256 | AnyNumber | Uint8Array, gasLimit: u64 | AnyNumber | Uint8Array, maxFeePerGas: U256 | AnyNumber | Uint8Array, maxPriorityFeePerGas: Option<U256> | null | Uint8Array | U256 | AnyNumber, nonce: Option<U256> | null | Uint8Array | U256 | AnyNumber, accessList: Vec<ITuple<[H160, Vec<H256>]>> | [
1488
- H160 | string | Uint8Array,
1489
- Vec<H256> | (H256 | string | Uint8Array)[]
1490
- ][]) => SubmittableExtrinsic<ApiType>, [
1491
- H160,
1492
- Bytes,
1493
- H256,
1494
- U256,
1495
- u64,
1496
- U256,
1497
- Option<U256>,
1498
- Option<U256>,
1499
- Vec<ITuple<[H160, Vec<H256>]>>
1500
- ]>;
1501
- /**
1502
- * See [`Pallet::withdraw`].
1503
- **/
1504
- withdraw: AugmentedSubmittable<(address: H160 | string | Uint8Array, value: u128 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
1505
- H160,
1506
- u128
1507
- ]>;
1508
- /**
1509
- * Generic tx
1510
- **/
1511
- [key: string]: SubmittableExtrinsicFunction<ApiType>;
1512
- };
1513
- grandpa: {
1514
- /**
1515
- * See [`Pallet::note_stalled`].
1516
- **/
1517
- noteStalled: AugmentedSubmittable<(delay: u64 | AnyNumber | Uint8Array, bestFinalizedBlockNumber: u64 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
1518
- u64,
1519
- u64
1520
- ]>;
1521
- /**
1522
- * See [`Pallet::report_equivocation`].
1523
- **/
1524
- reportEquivocation: AugmentedSubmittable<(equivocationProof: SpConsensusGrandpaEquivocationProof | {
1525
- setId?: any;
1526
- equivocation?: any;
1527
- } | string | Uint8Array, keyOwnerProof: SpCoreVoid | null) => SubmittableExtrinsic<ApiType>, [
1528
- SpConsensusGrandpaEquivocationProof,
1529
- SpCoreVoid
1530
- ]>;
1531
- /**
1532
- * See [`Pallet::report_equivocation_unsigned`].
1533
- **/
1534
- reportEquivocationUnsigned: AugmentedSubmittable<(equivocationProof: SpConsensusGrandpaEquivocationProof | {
1535
- setId?: any;
1536
- equivocation?: any;
1537
- } | string | Uint8Array, keyOwnerProof: SpCoreVoid | null) => SubmittableExtrinsic<ApiType>, [
1538
- SpConsensusGrandpaEquivocationProof,
1539
- SpCoreVoid
1540
- ]>;
1541
- /**
1542
- * Generic tx
1543
- **/
1544
- [key: string]: SubmittableExtrinsicFunction<ApiType>;
1545
- };
1546
- hotfixSufficients: {
1547
- /**
1548
- * See [`Pallet::hotfix_inc_account_sufficients`].
1549
- **/
1550
- hotfixIncAccountSufficients: AugmentedSubmittable<(addresses: Vec<H160> | (H160 | string | Uint8Array)[]) => SubmittableExtrinsic<ApiType>, [
1551
- Vec<H160>
1552
- ]>;
1553
- /**
1554
- * Generic tx
1555
- **/
1556
- [key: string]: SubmittableExtrinsicFunction<ApiType>;
1557
- };
1558
- identity: {
1559
- /**
1560
- * See [`Pallet::accept_username`].
1561
- **/
1562
- acceptUsername: AugmentedSubmittable<(username: Bytes | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
1563
- Bytes
1564
- ]>;
1565
- /**
1566
- * See [`Pallet::add_registrar`].
1567
- **/
1568
- addRegistrar: AugmentedSubmittable<(account: MultiAddress | {
1569
- Id: any;
1570
- } | {
1571
- Index: any;
1572
- } | {
1573
- Raw: any;
1574
- } | {
1575
- Address32: any;
1576
- } | {
1577
- Address20: any;
1578
- } | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
1579
- MultiAddress
1580
- ]>;
1581
- /**
1582
- * See [`Pallet::add_sub`].
1583
- **/
1584
- addSub: AugmentedSubmittable<(sub: MultiAddress | {
1585
- Id: any;
1586
- } | {
1587
- Index: any;
1588
- } | {
1589
- Raw: any;
1590
- } | {
1591
- Address32: any;
1592
- } | {
1593
- Address20: any;
1594
- } | string | Uint8Array, data: Data | {
1595
- None: any;
1596
- } | {
1597
- Raw: any;
1598
- } | {
1599
- BlakeTwo256: any;
1600
- } | {
1601
- Sha256: any;
1602
- } | {
1603
- Keccak256: any;
1604
- } | {
1605
- ShaThree256: any;
1606
- } | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
1607
- MultiAddress,
1608
- Data
1609
- ]>;
1610
- /**
1611
- * See [`Pallet::add_username_authority`].
1612
- **/
1613
- addUsernameAuthority: AugmentedSubmittable<(authority: MultiAddress | {
1614
- Id: any;
1615
- } | {
1616
- Index: any;
1617
- } | {
1618
- Raw: any;
1619
- } | {
1620
- Address32: any;
1621
- } | {
1622
- Address20: any;
1623
- } | string | Uint8Array, suffix: Bytes | string | Uint8Array, allocation: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
1624
- MultiAddress,
1625
- Bytes,
1626
- u32
1627
- ]>;
1628
- /**
1629
- * See [`Pallet::cancel_request`].
1630
- **/
1631
- cancelRequest: AugmentedSubmittable<(regIndex: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
1632
- u32
1633
- ]>;
1634
- /**
1635
- * See [`Pallet::clear_identity`].
1636
- **/
1637
- clearIdentity: AugmentedSubmittable<() => SubmittableExtrinsic<ApiType>, [
1638
- ]>;
1639
- /**
1640
- * See [`Pallet::kill_identity`].
1641
- **/
1642
- killIdentity: AugmentedSubmittable<(target: MultiAddress | {
1643
- Id: any;
1644
- } | {
1645
- Index: any;
1646
- } | {
1647
- Raw: any;
1648
- } | {
1649
- Address32: any;
1650
- } | {
1651
- Address20: any;
1652
- } | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
1653
- MultiAddress
1654
- ]>;
1655
- /**
1656
- * See [`Pallet::provide_judgement`].
1657
- **/
1658
- provideJudgement: AugmentedSubmittable<(regIndex: Compact<u32> | AnyNumber | Uint8Array, target: MultiAddress | {
1659
- Id: any;
1660
- } | {
1661
- Index: any;
1662
- } | {
1663
- Raw: any;
1664
- } | {
1665
- Address32: any;
1666
- } | {
1667
- Address20: any;
1668
- } | string | Uint8Array, judgement: PalletIdentityJudgement | {
1669
- Unknown: any;
1670
- } | {
1671
- FeePaid: any;
1672
- } | {
1673
- Reasonable: any;
1674
- } | {
1675
- KnownGood: any;
1676
- } | {
1677
- OutOfDate: any;
1678
- } | {
1679
- LowQuality: any;
1680
- } | {
1681
- Erroneous: any;
1682
- } | string | Uint8Array, identity: H256 | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
1683
- Compact<u32>,
1684
- MultiAddress,
1685
- PalletIdentityJudgement,
1686
- H256
1687
- ]>;
1688
- /**
1689
- * See [`Pallet::quit_sub`].
1690
- **/
1691
- quitSub: AugmentedSubmittable<() => SubmittableExtrinsic<ApiType>, []>;
1692
- /**
1693
- * See [`Pallet::remove_dangling_username`].
1694
- **/
1695
- removeDanglingUsername: AugmentedSubmittable<(username: Bytes | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
1696
- Bytes
1697
- ]>;
1698
- /**
1699
- * See [`Pallet::remove_expired_approval`].
1700
- **/
1701
- removeExpiredApproval: AugmentedSubmittable<(username: Bytes | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
1702
- Bytes
1703
- ]>;
1704
- /**
1705
- * See [`Pallet::remove_sub`].
1706
- **/
1707
- removeSub: AugmentedSubmittable<(sub: MultiAddress | {
1708
- Id: any;
1709
- } | {
1710
- Index: any;
1711
- } | {
1712
- Raw: any;
1713
- } | {
1714
- Address32: any;
1715
- } | {
1716
- Address20: any;
1717
- } | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
1718
- MultiAddress
1719
- ]>;
1720
- /**
1721
- * See [`Pallet::remove_username_authority`].
1722
- **/
1723
- removeUsernameAuthority: AugmentedSubmittable<(authority: MultiAddress | {
1724
- Id: any;
1725
- } | {
1726
- Index: any;
1727
- } | {
1728
- Raw: any;
1729
- } | {
1730
- Address32: any;
1731
- } | {
1732
- Address20: any;
1733
- } | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
1734
- MultiAddress
1735
- ]>;
1736
- /**
1737
- * See [`Pallet::rename_sub`].
1738
- **/
1739
- renameSub: AugmentedSubmittable<(sub: MultiAddress | {
1740
- Id: any;
1741
- } | {
1742
- Index: any;
1743
- } | {
1744
- Raw: any;
1745
- } | {
1746
- Address32: any;
1747
- } | {
1748
- Address20: any;
1749
- } | string | Uint8Array, data: Data | {
1750
- None: any;
1751
- } | {
1752
- Raw: any;
1753
- } | {
1754
- BlakeTwo256: any;
1755
- } | {
1756
- Sha256: any;
1757
- } | {
1758
- Keccak256: any;
1759
- } | {
1760
- ShaThree256: any;
1761
- } | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
1762
- MultiAddress,
1763
- Data
1764
- ]>;
1765
- /**
1766
- * See [`Pallet::request_judgement`].
1767
- **/
1768
- requestJudgement: AugmentedSubmittable<(regIndex: Compact<u32> | AnyNumber | Uint8Array, maxFee: Compact<u128> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
1769
- Compact<u32>,
1770
- Compact<u128>
1771
- ]>;
1772
- /**
1773
- * See [`Pallet::set_account_id`].
1774
- **/
1775
- setAccountId: AugmentedSubmittable<(index: Compact<u32> | AnyNumber | Uint8Array, updated: MultiAddress | {
1776
- Id: any;
1777
- } | {
1778
- Index: any;
1779
- } | {
1780
- Raw: any;
1781
- } | {
1782
- Address32: any;
1783
- } | {
1784
- Address20: any;
1785
- } | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
1786
- Compact<u32>,
1787
- MultiAddress
1788
- ]>;
1789
- /**
1790
- * See [`Pallet::set_fee`].
1791
- **/
1792
- setFee: AugmentedSubmittable<(index: Compact<u32> | AnyNumber | Uint8Array, fee: Compact<u128> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
1793
- Compact<u32>,
1794
- Compact<u128>
1795
- ]>;
1796
- /**
1797
- * See [`Pallet::set_fields`].
1798
- **/
1799
- setFields: AugmentedSubmittable<(index: Compact<u32> | AnyNumber | Uint8Array, fields: u64 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
1800
- Compact<u32>,
1801
- u64
1802
- ]>;
1803
- /**
1804
- * See [`Pallet::set_identity`].
1805
- **/
1806
- setIdentity: AugmentedSubmittable<(info: PalletIdentityLegacyIdentityInfo | {
1807
- additional?: any;
1808
- display?: any;
1809
- legal?: any;
1810
- web?: any;
1811
- riot?: any;
1812
- email?: any;
1813
- pgpFingerprint?: any;
1814
- image?: any;
1815
- twitter?: any;
1816
- } | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
1817
- PalletIdentityLegacyIdentityInfo
1818
- ]>;
1819
- /**
1820
- * See [`Pallet::set_primary_username`].
1821
- **/
1822
- setPrimaryUsername: AugmentedSubmittable<(username: Bytes | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
1823
- Bytes
1824
- ]>;
1825
- /**
1826
- * See [`Pallet::set_subs`].
1827
- **/
1828
- setSubs: AugmentedSubmittable<(subs: Vec<ITuple<[AccountId32, Data]>> | [
1829
- AccountId32 | string | Uint8Array,
1830
- (Data | {
1831
- None: any;
1832
- } | {
1833
- Raw: any;
1834
- } | {
1835
- BlakeTwo256: any;
1836
- } | {
1837
- Sha256: any;
1838
- } | {
1839
- Keccak256: any;
1840
- } | {
1841
- ShaThree256: any;
1842
- } | string | Uint8Array)
1843
- ][]) => SubmittableExtrinsic<ApiType>, [
1844
- Vec<ITuple<[AccountId32, Data]>>
1845
- ]>;
1846
- /**
1847
- * See [`Pallet::set_username_for`].
1848
- **/
1849
- setUsernameFor: AugmentedSubmittable<(who: MultiAddress | {
1850
- Id: any;
1851
- } | {
1852
- Index: any;
1853
- } | {
1854
- Raw: any;
1855
- } | {
1856
- Address32: any;
1857
- } | {
1858
- Address20: any;
1859
- } | string | Uint8Array, username: Bytes | string | Uint8Array, signature: Option<SpRuntimeMultiSignature> | null | Uint8Array | SpRuntimeMultiSignature | {
1860
- Ed25519: any;
1861
- } | {
1862
- Sr25519: any;
1863
- } | {
1864
- Ecdsa: any;
1865
- } | string) => SubmittableExtrinsic<ApiType>, [
1866
- MultiAddress,
1867
- Bytes,
1868
- Option<SpRuntimeMultiSignature>
1869
- ]>;
1870
- /**
1871
- * Generic tx
1872
- **/
1873
- [key: string]: SubmittableExtrinsicFunction<ApiType>;
1874
- };
1875
- imOnline: {
1876
- /**
1877
- * See [`Pallet::heartbeat`].
1878
- **/
1879
- heartbeat: AugmentedSubmittable<(heartbeat: PalletImOnlineHeartbeat | {
1880
- blockNumber?: any;
1881
- sessionIndex?: any;
1882
- authorityIndex?: any;
1883
- validatorsLen?: any;
1884
- } | string | Uint8Array, signature: PalletImOnlineSr25519AppSr25519Signature | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
1885
- PalletImOnlineHeartbeat,
1886
- PalletImOnlineSr25519AppSr25519Signature
1887
- ]>;
1888
- /**
1889
- * Generic tx
1890
- **/
1891
- [key: string]: SubmittableExtrinsicFunction<ApiType>;
1892
- };
1893
- indices: {
1894
- /**
1895
- * See [`Pallet::claim`].
1896
- **/
1897
- claim: AugmentedSubmittable<(index: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
1898
- u32
1899
- ]>;
1900
- /**
1901
- * See [`Pallet::force_transfer`].
1902
- **/
1903
- forceTransfer: AugmentedSubmittable<(updated: MultiAddress | {
1904
- Id: any;
1905
- } | {
1906
- Index: any;
1907
- } | {
1908
- Raw: any;
1909
- } | {
1910
- Address32: any;
1911
- } | {
1912
- Address20: any;
1913
- } | string | Uint8Array, index: u32 | AnyNumber | Uint8Array, freeze: bool | boolean | Uint8Array) => SubmittableExtrinsic<ApiType>, [
1914
- MultiAddress,
1915
- u32,
1916
- bool
1917
- ]>;
1918
- /**
1919
- * See [`Pallet::free`].
1920
- **/
1921
- free: AugmentedSubmittable<(index: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
1922
- u32
1923
- ]>;
1924
- /**
1925
- * See [`Pallet::freeze`].
1926
- **/
1927
- freeze: AugmentedSubmittable<(index: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
1928
- u32
1929
- ]>;
1930
- /**
1931
- * See [`Pallet::transfer`].
1932
- **/
1933
- transfer: AugmentedSubmittable<(updated: MultiAddress | {
1934
- Id: any;
1935
- } | {
1936
- Index: any;
1937
- } | {
1938
- Raw: any;
1939
- } | {
1940
- Address32: any;
1941
- } | {
1942
- Address20: any;
1943
- } | string | Uint8Array, index: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
1944
- MultiAddress,
1945
- u32
1946
- ]>;
1947
- /**
1948
- * Generic tx
1949
- **/
1950
- [key: string]: SubmittableExtrinsicFunction<ApiType>;
1951
- };
1952
- lst: {
1953
- /**
1954
- * See [`Pallet::adjust_pool_deposit`].
1955
- **/
1956
- adjustPoolDeposit: AugmentedSubmittable<(poolId: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
1957
- u32
1958
- ]>;
1959
- /**
1960
- * See [`Pallet::bond_extra`].
1961
- **/
1962
- bondExtra: AugmentedSubmittable<(poolId: u32 | AnyNumber | Uint8Array, extra: PalletTangleLstBondExtra | {
1963
- FreeBalance: any;
1964
- } | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
1965
- u32,
1966
- PalletTangleLstBondExtra
1967
- ]>;
1968
- /**
1969
- * See [`Pallet::bond_extra_other`].
1970
- **/
1971
- bondExtraOther: AugmentedSubmittable<(member: MultiAddress | {
1972
- Id: any;
1973
- } | {
1974
- Index: any;
1975
- } | {
1976
- Raw: any;
1977
- } | {
1978
- Address32: any;
1979
- } | {
1980
- Address20: any;
1981
- } | string | Uint8Array, poolId: u32 | AnyNumber | Uint8Array, extra: PalletTangleLstBondExtra | {
1982
- FreeBalance: any;
1983
- } | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
1984
- MultiAddress,
1985
- u32,
1986
- PalletTangleLstBondExtra
1987
- ]>;
1988
- /**
1989
- * See [`Pallet::chill`].
1990
- **/
1991
- chill: AugmentedSubmittable<(poolId: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
1992
- u32
1993
- ]>;
1994
- /**
1995
- * See [`Pallet::claim_commission`].
1996
- **/
1997
- claimCommission: AugmentedSubmittable<(poolId: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
1998
- u32
1999
- ]>;
2000
- /**
2001
- * See [`Pallet::create`].
2002
- **/
2003
- create: AugmentedSubmittable<(amount: Compact<u128> | AnyNumber | Uint8Array, root: MultiAddress | {
2004
- Id: any;
2005
- } | {
2006
- Index: any;
2007
- } | {
2008
- Raw: any;
2009
- } | {
2010
- Address32: any;
2011
- } | {
2012
- Address20: any;
2013
- } | string | Uint8Array, nominator: MultiAddress | {
2014
- Id: any;
2015
- } | {
2016
- Index: any;
2017
- } | {
2018
- Raw: any;
2019
- } | {
2020
- Address32: any;
2021
- } | {
2022
- Address20: any;
2023
- } | string | Uint8Array, bouncer: MultiAddress | {
2024
- Id: any;
2025
- } | {
2026
- Index: any;
2027
- } | {
2028
- Raw: any;
2029
- } | {
2030
- Address32: any;
2031
- } | {
2032
- Address20: any;
2033
- } | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
2034
- Compact<u128>,
2035
- MultiAddress,
2036
- MultiAddress,
2037
- MultiAddress
2038
- ]>;
2039
- /**
2040
- * See [`Pallet::create_with_pool_id`].
2041
- **/
2042
- createWithPoolId: AugmentedSubmittable<(amount: Compact<u128> | AnyNumber | Uint8Array, root: MultiAddress | {
2043
- Id: any;
2044
- } | {
2045
- Index: any;
2046
- } | {
2047
- Raw: any;
2048
- } | {
2049
- Address32: any;
2050
- } | {
2051
- Address20: any;
2052
- } | string | Uint8Array, nominator: MultiAddress | {
2053
- Id: any;
2054
- } | {
2055
- Index: any;
2056
- } | {
2057
- Raw: any;
2058
- } | {
2059
- Address32: any;
2060
- } | {
2061
- Address20: any;
2062
- } | string | Uint8Array, bouncer: MultiAddress | {
2063
- Id: any;
2064
- } | {
2065
- Index: any;
2066
- } | {
2067
- Raw: any;
2068
- } | {
2069
- Address32: any;
2070
- } | {
2071
- Address20: any;
2072
- } | string | Uint8Array, poolId: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
2073
- Compact<u128>,
2074
- MultiAddress,
2075
- MultiAddress,
2076
- MultiAddress,
2077
- u32
2078
- ]>;
2079
- /**
2080
- * See [`Pallet::join`].
2081
- **/
2082
- join: AugmentedSubmittable<(amount: Compact<u128> | AnyNumber | Uint8Array, poolId: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
2083
- Compact<u128>,
2084
- u32
2085
- ]>;
2086
- /**
2087
- * See [`Pallet::nominate`].
2088
- **/
2089
- nominate: AugmentedSubmittable<(poolId: u32 | AnyNumber | Uint8Array, validators: Vec<AccountId32> | (AccountId32 | string | Uint8Array)[]) => SubmittableExtrinsic<ApiType>, [
2090
- u32,
2091
- Vec<AccountId32>
2092
- ]>;
2093
- /**
2094
- * See [`Pallet::pool_withdraw_unbonded`].
2095
- **/
2096
- poolWithdrawUnbonded: AugmentedSubmittable<(poolId: u32 | AnyNumber | Uint8Array, numSlashingSpans: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
2097
- u32,
2098
- u32
2099
- ]>;
2100
- /**
2101
- * See [`Pallet::set_commission`].
2102
- **/
2103
- setCommission: AugmentedSubmittable<(poolId: u32 | AnyNumber | Uint8Array, newCommission: Option<ITuple<[Perbill, AccountId32]>> | null | Uint8Array | ITuple<[Perbill, AccountId32]> | [
2104
- Perbill | AnyNumber | Uint8Array,
2105
- AccountId32 | string | Uint8Array
2106
- ]) => SubmittableExtrinsic<ApiType>, [
2107
- u32,
2108
- Option<ITuple<[Perbill, AccountId32]>>
2109
- ]>;
2110
- /**
2111
- * See [`Pallet::set_commission_change_rate`].
2112
- **/
2113
- setCommissionChangeRate: AugmentedSubmittable<(poolId: u32 | AnyNumber | Uint8Array, changeRate: PalletTangleLstCommissionCommissionChangeRate | {
2114
- maxIncrease?: any;
2115
- minDelay?: any;
2116
- } | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
2117
- u32,
2118
- PalletTangleLstCommissionCommissionChangeRate
2119
- ]>;
2120
- /**
2121
- * See [`Pallet::set_commission_claim_permission`].
2122
- **/
2123
- setCommissionClaimPermission: AugmentedSubmittable<(poolId: u32 | AnyNumber | Uint8Array, permission: Option<PalletTangleLstCommissionCommissionClaimPermission> | null | Uint8Array | PalletTangleLstCommissionCommissionClaimPermission | {
2124
- Permissionless: any;
2125
- } | {
2126
- Account: any;
2127
- } | string) => SubmittableExtrinsic<ApiType>, [
2128
- u32,
2129
- Option<PalletTangleLstCommissionCommissionClaimPermission>
2130
- ]>;
2131
- /**
2132
- * See [`Pallet::set_commission_max`].
2133
- **/
2134
- setCommissionMax: AugmentedSubmittable<(poolId: u32 | AnyNumber | Uint8Array, maxCommission: Perbill | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
2135
- u32,
2136
- Perbill
2137
- ]>;
2138
- /**
2139
- * See [`Pallet::set_configs`].
2140
- **/
2141
- setConfigs: AugmentedSubmittable<(minJoinBond: PalletTangleLstConfigOpU128 | {
2142
- Noop: any;
2143
- } | {
2144
- Set: any;
2145
- } | {
2146
- Remove: any;
2147
- } | string | Uint8Array, minCreateBond: PalletTangleLstConfigOpU128 | {
2148
- Noop: any;
2149
- } | {
2150
- Set: any;
2151
- } | {
2152
- Remove: any;
2153
- } | string | Uint8Array, maxPools: PalletTangleLstConfigOpU32 | {
2154
- Noop: any;
2155
- } | {
2156
- Set: any;
2157
- } | {
2158
- Remove: any;
2159
- } | string | Uint8Array, globalMaxCommission: PalletTangleLstConfigOpPerbill | {
2160
- Noop: any;
2161
- } | {
2162
- Set: any;
2163
- } | {
2164
- Remove: any;
2165
- } | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
2166
- PalletTangleLstConfigOpU128,
2167
- PalletTangleLstConfigOpU128,
2168
- PalletTangleLstConfigOpU32,
2169
- PalletTangleLstConfigOpPerbill
2170
- ]>;
2171
- /**
2172
- * See [`Pallet::set_metadata`].
2173
- **/
2174
- setMetadata: AugmentedSubmittable<(poolId: u32 | AnyNumber | Uint8Array, metadata: Bytes | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
2175
- u32,
2176
- Bytes
2177
- ]>;
2178
- /**
2179
- * See [`Pallet::set_state`].
2180
- **/
2181
- setState: AugmentedSubmittable<(poolId: u32 | AnyNumber | Uint8Array, state: PalletTangleLstPoolsPoolState | "Open" | "Blocked" | "Destroying" | number | Uint8Array) => SubmittableExtrinsic<ApiType>, [
2182
- u32,
2183
- PalletTangleLstPoolsPoolState
2184
- ]>;
2185
- /**
2186
- * See [`Pallet::unbond`].
2187
- **/
2188
- unbond: AugmentedSubmittable<(memberAccount: MultiAddress | {
2189
- Id: any;
2190
- } | {
2191
- Index: any;
2192
- } | {
2193
- Raw: any;
2194
- } | {
2195
- Address32: any;
2196
- } | {
2197
- Address20: any;
2198
- } | string | Uint8Array, poolId: u32 | AnyNumber | Uint8Array, unbondingPoints: Compact<u128> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
2199
- MultiAddress,
2200
- u32,
2201
- Compact<u128>
2202
- ]>;
2203
- /**
2204
- * See [`Pallet::update_roles`].
2205
- **/
2206
- updateRoles: AugmentedSubmittable<(poolId: u32 | AnyNumber | Uint8Array, newRoot: PalletTangleLstConfigOpAccountId32 | {
2207
- Noop: any;
2208
- } | {
2209
- Set: any;
2210
- } | {
2211
- Remove: any;
2212
- } | string | Uint8Array, newNominator: PalletTangleLstConfigOpAccountId32 | {
2213
- Noop: any;
2214
- } | {
2215
- Set: any;
2216
- } | {
2217
- Remove: any;
2218
- } | string | Uint8Array, newBouncer: PalletTangleLstConfigOpAccountId32 | {
2219
- Noop: any;
2220
- } | {
2221
- Set: any;
2222
- } | {
2223
- Remove: any;
2224
- } | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
2225
- u32,
2226
- PalletTangleLstConfigOpAccountId32,
2227
- PalletTangleLstConfigOpAccountId32,
2228
- PalletTangleLstConfigOpAccountId32
2229
- ]>;
2230
- /**
2231
- * See [`Pallet::withdraw_unbonded`].
2232
- **/
2233
- withdrawUnbonded: AugmentedSubmittable<(memberAccount: MultiAddress | {
2234
- Id: any;
2235
- } | {
2236
- Index: any;
2237
- } | {
2238
- Raw: any;
2239
- } | {
2240
- Address32: any;
2241
- } | {
2242
- Address20: any;
2243
- } | string | Uint8Array, poolId: u32 | AnyNumber | Uint8Array, numSlashingSpans: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
2244
- MultiAddress,
2245
- u32,
2246
- u32
2247
- ]>;
2248
- /**
2249
- * Generic tx
2250
- **/
2251
- [key: string]: SubmittableExtrinsicFunction<ApiType>;
2252
- };
2253
- multiAssetDelegation: {
2254
- /**
2255
- * See [`Pallet::cancel_delegator_unstake`].
2256
- **/
2257
- cancelDelegatorUnstake: AugmentedSubmittable<(operator: AccountId32 | string | Uint8Array, assetId: u128 | AnyNumber | Uint8Array, amount: u128 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
2258
- AccountId32,
2259
- u128,
2260
- u128
2261
- ]>;
2262
- /**
2263
- * See [`Pallet::cancel_leave_operators`].
2264
- **/
2265
- cancelLeaveOperators: AugmentedSubmittable<() => SubmittableExtrinsic<ApiType>, [
2266
- ]>;
2267
- /**
2268
- * See [`Pallet::cancel_operator_unstake`].
2269
- **/
2270
- cancelOperatorUnstake: AugmentedSubmittable<() => SubmittableExtrinsic<ApiType>, [
2271
- ]>;
2272
- /**
2273
- * See [`Pallet::cancel_withdraw`].
2274
- **/
2275
- cancelWithdraw: AugmentedSubmittable<(assetId: u128 | AnyNumber | Uint8Array, amount: u128 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
2276
- u128,
2277
- u128
2278
- ]>;
2279
- /**
2280
- * See [`Pallet::delegate`].
2281
- **/
2282
- delegate: AugmentedSubmittable<(operator: AccountId32 | string | Uint8Array, assetId: u128 | AnyNumber | Uint8Array, amount: u128 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
2283
- AccountId32,
2284
- u128,
2285
- u128
2286
- ]>;
2287
- /**
2288
- * See [`Pallet::deposit`].
2289
- **/
2290
- deposit: AugmentedSubmittable<(assetId: u128 | AnyNumber | Uint8Array, amount: u128 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
2291
- u128,
2292
- u128
2293
- ]>;
2294
- /**
2295
- * See [`Pallet::execute_delegator_unstake`].
2296
- **/
2297
- executeDelegatorUnstake: AugmentedSubmittable<() => SubmittableExtrinsic<ApiType>, [
2298
- ]>;
2299
- /**
2300
- * See [`Pallet::execute_leave_operators`].
2301
- **/
2302
- executeLeaveOperators: AugmentedSubmittable<() => SubmittableExtrinsic<ApiType>, [
2303
- ]>;
2304
- /**
2305
- * See [`Pallet::execute_operator_unstake`].
2306
- **/
2307
- executeOperatorUnstake: AugmentedSubmittable<() => SubmittableExtrinsic<ApiType>, [
2308
- ]>;
2309
- /**
2310
- * See [`Pallet::execute_withdraw`].
2311
- **/
2312
- executeWithdraw: AugmentedSubmittable<() => SubmittableExtrinsic<ApiType>, [
2313
- ]>;
2314
- /**
2315
- * See [`Pallet::go_offline`].
2316
- **/
2317
- goOffline: AugmentedSubmittable<() => SubmittableExtrinsic<ApiType>, []>;
2318
- /**
2319
- * See [`Pallet::go_online`].
2320
- **/
2321
- goOnline: AugmentedSubmittable<() => SubmittableExtrinsic<ApiType>, []>;
2322
- /**
2323
- * See [`Pallet::join_operators`].
2324
- **/
2325
- joinOperators: AugmentedSubmittable<(bondAmount: u128 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
2326
- u128
2327
- ]>;
2328
- /**
2329
- * See [`Pallet::manage_asset_in_pool`].
2330
- **/
2331
- manageAssetInPool: AugmentedSubmittable<(poolId: u128 | AnyNumber | Uint8Array, assetId: u128 | AnyNumber | Uint8Array, action: PalletMultiAssetDelegationRewardsAssetAction | "Add" | "Remove" | number | Uint8Array) => SubmittableExtrinsic<ApiType>, [
2332
- u128,
2333
- u128,
2334
- PalletMultiAssetDelegationRewardsAssetAction
2335
- ]>;
2336
- /**
2337
- * See [`Pallet::operator_bond_more`].
2338
- **/
2339
- operatorBondMore: AugmentedSubmittable<(additionalBond: u128 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
2340
- u128
2341
- ]>;
2342
- /**
2343
- * See [`Pallet::schedule_delegator_unstake`].
2344
- **/
2345
- scheduleDelegatorUnstake: AugmentedSubmittable<(operator: AccountId32 | string | Uint8Array, assetId: u128 | AnyNumber | Uint8Array, amount: u128 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
2346
- AccountId32,
2347
- u128,
2348
- u128
2349
- ]>;
2350
- /**
2351
- * See [`Pallet::schedule_leave_operators`].
2352
- **/
2353
- scheduleLeaveOperators: AugmentedSubmittable<() => SubmittableExtrinsic<ApiType>, [
2354
- ]>;
2355
- /**
2356
- * See [`Pallet::schedule_operator_unstake`].
2357
- **/
2358
- scheduleOperatorUnstake: AugmentedSubmittable<(unstakeAmount: u128 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
2359
- u128
2360
- ]>;
2361
- /**
2362
- * See [`Pallet::schedule_withdraw`].
2363
- **/
2364
- scheduleWithdraw: AugmentedSubmittable<(assetId: u128 | AnyNumber | Uint8Array, amount: u128 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
2365
- u128,
2366
- u128
2367
- ]>;
2368
- /**
2369
- * See [`Pallet::set_incentive_apy_and_cap`].
2370
- **/
2371
- setIncentiveApyAndCap: AugmentedSubmittable<(poolId: u128 | AnyNumber | Uint8Array, apy: Percent | AnyNumber | Uint8Array, cap: u128 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
2372
- u128,
2373
- Percent,
2374
- u128
2375
- ]>;
2376
- /**
2377
- * See [`Pallet::whitelist_blueprint_for_rewards`].
2378
- **/
2379
- whitelistBlueprintForRewards: AugmentedSubmittable<(blueprintId: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
2380
- u32
2381
- ]>;
2382
- /**
2383
- * Generic tx
2384
- **/
2385
- [key: string]: SubmittableExtrinsicFunction<ApiType>;
2386
- };
2387
- multisig: {
2388
- /**
2389
- * See [`Pallet::approve_as_multi`].
2390
- **/
2391
- approveAsMulti: AugmentedSubmittable<(threshold: u16 | AnyNumber | Uint8Array, otherSignatories: Vec<AccountId32> | (AccountId32 | string | Uint8Array)[], maybeTimepoint: Option<PalletMultisigTimepoint> | null | Uint8Array | PalletMultisigTimepoint | {
2392
- height?: any;
2393
- index?: any;
2394
- } | string, callHash: U8aFixed | string | Uint8Array, maxWeight: SpWeightsWeightV2Weight | {
2395
- refTime?: any;
2396
- proofSize?: any;
2397
- } | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
2398
- u16,
2399
- Vec<AccountId32>,
2400
- Option<PalletMultisigTimepoint>,
2401
- U8aFixed,
2402
- SpWeightsWeightV2Weight
2403
- ]>;
2404
- /**
2405
- * See [`Pallet::as_multi`].
2406
- **/
2407
- asMulti: AugmentedSubmittable<(threshold: u16 | AnyNumber | Uint8Array, otherSignatories: Vec<AccountId32> | (AccountId32 | string | Uint8Array)[], maybeTimepoint: Option<PalletMultisigTimepoint> | null | Uint8Array | PalletMultisigTimepoint | {
2408
- height?: any;
2409
- index?: any;
2410
- } | string, call: Call | IMethod | string | Uint8Array, maxWeight: SpWeightsWeightV2Weight | {
2411
- refTime?: any;
2412
- proofSize?: any;
2413
- } | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
2414
- u16,
2415
- Vec<AccountId32>,
2416
- Option<PalletMultisigTimepoint>,
2417
- Call,
2418
- SpWeightsWeightV2Weight
2419
- ]>;
2420
- /**
2421
- * See [`Pallet::as_multi_threshold_1`].
2422
- **/
2423
- asMultiThreshold1: AugmentedSubmittable<(otherSignatories: Vec<AccountId32> | (AccountId32 | string | Uint8Array)[], call: Call | IMethod | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
2424
- Vec<AccountId32>,
2425
- Call
2426
- ]>;
2427
- /**
2428
- * See [`Pallet::cancel_as_multi`].
2429
- **/
2430
- cancelAsMulti: AugmentedSubmittable<(threshold: u16 | AnyNumber | Uint8Array, otherSignatories: Vec<AccountId32> | (AccountId32 | string | Uint8Array)[], timepoint: PalletMultisigTimepoint | {
2431
- height?: any;
2432
- index?: any;
2433
- } | string | Uint8Array, callHash: U8aFixed | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
2434
- u16,
2435
- Vec<AccountId32>,
2436
- PalletMultisigTimepoint,
2437
- U8aFixed
2438
- ]>;
2439
- /**
2440
- * Generic tx
2441
- **/
2442
- [key: string]: SubmittableExtrinsicFunction<ApiType>;
2443
- };
2444
- nominationPools: {
2445
- /**
2446
- * See [`Pallet::adjust_pool_deposit`].
2447
- **/
2448
- adjustPoolDeposit: AugmentedSubmittable<(poolId: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
2449
- u32
2450
- ]>;
2451
- /**
2452
- * See [`Pallet::bond_extra`].
2453
- **/
2454
- bondExtra: AugmentedSubmittable<(extra: PalletNominationPoolsBondExtra | {
2455
- FreeBalance: any;
2456
- } | {
2457
- Rewards: any;
2458
- } | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
2459
- PalletNominationPoolsBondExtra
2460
- ]>;
2461
- /**
2462
- * See [`Pallet::bond_extra_other`].
2463
- **/
2464
- bondExtraOther: AugmentedSubmittable<(member: MultiAddress | {
2465
- Id: any;
2466
- } | {
2467
- Index: any;
2468
- } | {
2469
- Raw: any;
2470
- } | {
2471
- Address32: any;
2472
- } | {
2473
- Address20: any;
2474
- } | string | Uint8Array, extra: PalletNominationPoolsBondExtra | {
2475
- FreeBalance: any;
2476
- } | {
2477
- Rewards: any;
2478
- } | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
2479
- MultiAddress,
2480
- PalletNominationPoolsBondExtra
2481
- ]>;
2482
- /**
2483
- * See [`Pallet::chill`].
2484
- **/
2485
- chill: AugmentedSubmittable<(poolId: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
2486
- u32
2487
- ]>;
2488
- /**
2489
- * See [`Pallet::claim_commission`].
2490
- **/
2491
- claimCommission: AugmentedSubmittable<(poolId: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
2492
- u32
2493
- ]>;
2494
- /**
2495
- * See [`Pallet::claim_payout`].
2496
- **/
2497
- claimPayout: AugmentedSubmittable<() => SubmittableExtrinsic<ApiType>, [
2498
- ]>;
2499
- /**
2500
- * See [`Pallet::claim_payout_other`].
2501
- **/
2502
- claimPayoutOther: AugmentedSubmittable<(other: AccountId32 | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
2503
- AccountId32
2504
- ]>;
2505
- /**
2506
- * See [`Pallet::create`].
2507
- **/
2508
- create: AugmentedSubmittable<(amount: Compact<u128> | AnyNumber | Uint8Array, root: MultiAddress | {
2509
- Id: any;
2510
- } | {
2511
- Index: any;
2512
- } | {
2513
- Raw: any;
2514
- } | {
2515
- Address32: any;
2516
- } | {
2517
- Address20: any;
2518
- } | string | Uint8Array, nominator: MultiAddress | {
2519
- Id: any;
2520
- } | {
2521
- Index: any;
2522
- } | {
2523
- Raw: any;
2524
- } | {
2525
- Address32: any;
2526
- } | {
2527
- Address20: any;
2528
- } | string | Uint8Array, bouncer: MultiAddress | {
2529
- Id: any;
2530
- } | {
2531
- Index: any;
2532
- } | {
2533
- Raw: any;
2534
- } | {
2535
- Address32: any;
2536
- } | {
2537
- Address20: any;
2538
- } | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
2539
- Compact<u128>,
2540
- MultiAddress,
2541
- MultiAddress,
2542
- MultiAddress
2543
- ]>;
2544
- /**
2545
- * See [`Pallet::create_with_pool_id`].
2546
- **/
2547
- createWithPoolId: AugmentedSubmittable<(amount: Compact<u128> | AnyNumber | Uint8Array, root: MultiAddress | {
2548
- Id: any;
2549
- } | {
2550
- Index: any;
2551
- } | {
2552
- Raw: any;
2553
- } | {
2554
- Address32: any;
2555
- } | {
2556
- Address20: any;
2557
- } | string | Uint8Array, nominator: MultiAddress | {
2558
- Id: any;
2559
- } | {
2560
- Index: any;
2561
- } | {
2562
- Raw: any;
2563
- } | {
2564
- Address32: any;
2565
- } | {
2566
- Address20: any;
2567
- } | string | Uint8Array, bouncer: MultiAddress | {
2568
- Id: any;
2569
- } | {
2570
- Index: any;
2571
- } | {
2572
- Raw: any;
2573
- } | {
2574
- Address32: any;
2575
- } | {
2576
- Address20: any;
2577
- } | string | Uint8Array, poolId: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
2578
- Compact<u128>,
2579
- MultiAddress,
2580
- MultiAddress,
2581
- MultiAddress,
2582
- u32
2583
- ]>;
2584
- /**
2585
- * See [`Pallet::join`].
2586
- **/
2587
- join: AugmentedSubmittable<(amount: Compact<u128> | AnyNumber | Uint8Array, poolId: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
2588
- Compact<u128>,
2589
- u32
2590
- ]>;
2591
- /**
2592
- * See [`Pallet::nominate`].
2593
- **/
2594
- nominate: AugmentedSubmittable<(poolId: u32 | AnyNumber | Uint8Array, validators: Vec<AccountId32> | (AccountId32 | string | Uint8Array)[]) => SubmittableExtrinsic<ApiType>, [
2595
- u32,
2596
- Vec<AccountId32>
2597
- ]>;
2598
- /**
2599
- * See [`Pallet::pool_withdraw_unbonded`].
2600
- **/
2601
- poolWithdrawUnbonded: AugmentedSubmittable<(poolId: u32 | AnyNumber | Uint8Array, numSlashingSpans: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
2602
- u32,
2603
- u32
2604
- ]>;
2605
- /**
2606
- * See [`Pallet::set_claim_permission`].
2607
- **/
2608
- setClaimPermission: AugmentedSubmittable<(permission: PalletNominationPoolsClaimPermission | "Permissioned" | "PermissionlessCompound" | "PermissionlessWithdraw" | "PermissionlessAll" | number | Uint8Array) => SubmittableExtrinsic<ApiType>, [
2609
- PalletNominationPoolsClaimPermission
2610
- ]>;
2611
- /**
2612
- * See [`Pallet::set_commission`].
2613
- **/
2614
- setCommission: AugmentedSubmittable<(poolId: u32 | AnyNumber | Uint8Array, newCommission: Option<ITuple<[Perbill, AccountId32]>> | null | Uint8Array | ITuple<[Perbill, AccountId32]> | [
2615
- Perbill | AnyNumber | Uint8Array,
2616
- AccountId32 | string | Uint8Array
2617
- ]) => SubmittableExtrinsic<ApiType>, [
2618
- u32,
2619
- Option<ITuple<[Perbill, AccountId32]>>
2620
- ]>;
2621
- /**
2622
- * See [`Pallet::set_commission_change_rate`].
2623
- **/
2624
- setCommissionChangeRate: AugmentedSubmittable<(poolId: u32 | AnyNumber | Uint8Array, changeRate: PalletNominationPoolsCommissionChangeRate | {
2625
- maxIncrease?: any;
2626
- minDelay?: any;
2627
- } | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
2628
- u32,
2629
- PalletNominationPoolsCommissionChangeRate
2630
- ]>;
2631
- /**
2632
- * See [`Pallet::set_commission_claim_permission`].
2633
- **/
2634
- setCommissionClaimPermission: AugmentedSubmittable<(poolId: u32 | AnyNumber | Uint8Array, permission: Option<PalletNominationPoolsCommissionClaimPermission> | null | Uint8Array | PalletNominationPoolsCommissionClaimPermission | {
2635
- Permissionless: any;
2636
- } | {
2637
- Account: any;
2638
- } | string) => SubmittableExtrinsic<ApiType>, [
2639
- u32,
2640
- Option<PalletNominationPoolsCommissionClaimPermission>
2641
- ]>;
2642
- /**
2643
- * See [`Pallet::set_commission_max`].
2644
- **/
2645
- setCommissionMax: AugmentedSubmittable<(poolId: u32 | AnyNumber | Uint8Array, maxCommission: Perbill | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
2646
- u32,
2647
- Perbill
2648
- ]>;
2649
- /**
2650
- * See [`Pallet::set_configs`].
2651
- **/
2652
- setConfigs: AugmentedSubmittable<(minJoinBond: PalletNominationPoolsConfigOpU128 | {
2653
- Noop: any;
2654
- } | {
2655
- Set: any;
2656
- } | {
2657
- Remove: any;
2658
- } | string | Uint8Array, minCreateBond: PalletNominationPoolsConfigOpU128 | {
2659
- Noop: any;
2660
- } | {
2661
- Set: any;
2662
- } | {
2663
- Remove: any;
2664
- } | string | Uint8Array, maxPools: PalletNominationPoolsConfigOpU32 | {
2665
- Noop: any;
2666
- } | {
2667
- Set: any;
2668
- } | {
2669
- Remove: any;
2670
- } | string | Uint8Array, maxMembers: PalletNominationPoolsConfigOpU32 | {
2671
- Noop: any;
2672
- } | {
2673
- Set: any;
2674
- } | {
2675
- Remove: any;
2676
- } | string | Uint8Array, maxMembersPerPool: PalletNominationPoolsConfigOpU32 | {
2677
- Noop: any;
2678
- } | {
2679
- Set: any;
2680
- } | {
2681
- Remove: any;
2682
- } | string | Uint8Array, globalMaxCommission: PalletNominationPoolsConfigOpPerbill | {
2683
- Noop: any;
2684
- } | {
2685
- Set: any;
2686
- } | {
2687
- Remove: any;
2688
- } | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
2689
- PalletNominationPoolsConfigOpU128,
2690
- PalletNominationPoolsConfigOpU128,
2691
- PalletNominationPoolsConfigOpU32,
2692
- PalletNominationPoolsConfigOpU32,
2693
- PalletNominationPoolsConfigOpU32,
2694
- PalletNominationPoolsConfigOpPerbill
2695
- ]>;
2696
- /**
2697
- * See [`Pallet::set_metadata`].
2698
- **/
2699
- setMetadata: AugmentedSubmittable<(poolId: u32 | AnyNumber | Uint8Array, metadata: Bytes | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
2700
- u32,
2701
- Bytes
2702
- ]>;
2703
- /**
2704
- * See [`Pallet::set_state`].
2705
- **/
2706
- setState: AugmentedSubmittable<(poolId: u32 | AnyNumber | Uint8Array, state: PalletNominationPoolsPoolState | "Open" | "Blocked" | "Destroying" | number | Uint8Array) => SubmittableExtrinsic<ApiType>, [
2707
- u32,
2708
- PalletNominationPoolsPoolState
2709
- ]>;
2710
- /**
2711
- * See [`Pallet::unbond`].
2712
- **/
2713
- unbond: AugmentedSubmittable<(memberAccount: MultiAddress | {
2714
- Id: any;
2715
- } | {
2716
- Index: any;
2717
- } | {
2718
- Raw: any;
2719
- } | {
2720
- Address32: any;
2721
- } | {
2722
- Address20: any;
2723
- } | string | Uint8Array, unbondingPoints: Compact<u128> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
2724
- MultiAddress,
2725
- Compact<u128>
2726
- ]>;
2727
- /**
2728
- * See [`Pallet::update_roles`].
2729
- **/
2730
- updateRoles: AugmentedSubmittable<(poolId: u32 | AnyNumber | Uint8Array, newRoot: PalletNominationPoolsConfigOpAccountId32 | {
2731
- Noop: any;
2732
- } | {
2733
- Set: any;
2734
- } | {
2735
- Remove: any;
2736
- } | string | Uint8Array, newNominator: PalletNominationPoolsConfigOpAccountId32 | {
2737
- Noop: any;
2738
- } | {
2739
- Set: any;
2740
- } | {
2741
- Remove: any;
2742
- } | string | Uint8Array, newBouncer: PalletNominationPoolsConfigOpAccountId32 | {
2743
- Noop: any;
2744
- } | {
2745
- Set: any;
2746
- } | {
2747
- Remove: any;
2748
- } | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
2749
- u32,
2750
- PalletNominationPoolsConfigOpAccountId32,
2751
- PalletNominationPoolsConfigOpAccountId32,
2752
- PalletNominationPoolsConfigOpAccountId32
2753
- ]>;
2754
- /**
2755
- * See [`Pallet::withdraw_unbonded`].
2756
- **/
2757
- withdrawUnbonded: AugmentedSubmittable<(memberAccount: MultiAddress | {
2758
- Id: any;
2759
- } | {
2760
- Index: any;
2761
- } | {
2762
- Raw: any;
2763
- } | {
2764
- Address32: any;
2765
- } | {
2766
- Address20: any;
2767
- } | string | Uint8Array, numSlashingSpans: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
2768
- MultiAddress,
2769
- u32
2770
- ]>;
2771
- /**
2772
- * Generic tx
2773
- **/
2774
- [key: string]: SubmittableExtrinsicFunction<ApiType>;
2775
- };
2776
- preimage: {
2777
- /**
2778
- * See [`Pallet::ensure_updated`].
2779
- **/
2780
- ensureUpdated: AugmentedSubmittable<(hashes: Vec<H256> | (H256 | string | Uint8Array)[]) => SubmittableExtrinsic<ApiType>, [
2781
- Vec<H256>
2782
- ]>;
2783
- /**
2784
- * See [`Pallet::note_preimage`].
2785
- **/
2786
- notePreimage: AugmentedSubmittable<(bytes: Bytes | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
2787
- Bytes
2788
- ]>;
2789
- /**
2790
- * See [`Pallet::request_preimage`].
2791
- **/
2792
- requestPreimage: AugmentedSubmittable<(hash: H256 | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
2793
- H256
2794
- ]>;
2795
- /**
2796
- * See [`Pallet::unnote_preimage`].
2797
- **/
2798
- unnotePreimage: AugmentedSubmittable<(hash: H256 | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
2799
- H256
2800
- ]>;
2801
- /**
2802
- * See [`Pallet::unrequest_preimage`].
2803
- **/
2804
- unrequestPreimage: AugmentedSubmittable<(hash: H256 | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
2805
- H256
2806
- ]>;
2807
- /**
2808
- * Generic tx
2809
- **/
2810
- [key: string]: SubmittableExtrinsicFunction<ApiType>;
2811
- };
2812
- proxy: {
2813
- /**
2814
- * See [`Pallet::add_proxy`].
2815
- **/
2816
- addProxy: AugmentedSubmittable<(delegate: MultiAddress | {
2817
- Id: any;
2818
- } | {
2819
- Index: any;
2820
- } | {
2821
- Raw: any;
2822
- } | {
2823
- Address32: any;
2824
- } | {
2825
- Address20: any;
2826
- } | string | Uint8Array, proxyType: TangleTestnetRuntimeProxyType | "Any" | "NonTransfer" | "Governance" | "Staking" | number | Uint8Array, delay: u64 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
2827
- MultiAddress,
2828
- TangleTestnetRuntimeProxyType,
2829
- u64
2830
- ]>;
2831
- /**
2832
- * See [`Pallet::announce`].
2833
- **/
2834
- announce: AugmentedSubmittable<(real: MultiAddress | {
2835
- Id: any;
2836
- } | {
2837
- Index: any;
2838
- } | {
2839
- Raw: any;
2840
- } | {
2841
- Address32: any;
2842
- } | {
2843
- Address20: any;
2844
- } | string | Uint8Array, callHash: H256 | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
2845
- MultiAddress,
2846
- H256
2847
- ]>;
2848
- /**
2849
- * See [`Pallet::create_pure`].
2850
- **/
2851
- createPure: AugmentedSubmittable<(proxyType: TangleTestnetRuntimeProxyType | "Any" | "NonTransfer" | "Governance" | "Staking" | number | Uint8Array, delay: u64 | AnyNumber | Uint8Array, index: u16 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
2852
- TangleTestnetRuntimeProxyType,
2853
- u64,
2854
- u16
2855
- ]>;
2856
- /**
2857
- * See [`Pallet::kill_pure`].
2858
- **/
2859
- killPure: AugmentedSubmittable<(spawner: MultiAddress | {
2860
- Id: any;
2861
- } | {
2862
- Index: any;
2863
- } | {
2864
- Raw: any;
2865
- } | {
2866
- Address32: any;
2867
- } | {
2868
- Address20: any;
2869
- } | string | Uint8Array, proxyType: TangleTestnetRuntimeProxyType | "Any" | "NonTransfer" | "Governance" | "Staking" | number | Uint8Array, index: u16 | AnyNumber | Uint8Array, height: Compact<u64> | AnyNumber | Uint8Array, extIndex: Compact<u32> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
2870
- MultiAddress,
2871
- TangleTestnetRuntimeProxyType,
2872
- u16,
2873
- Compact<u64>,
2874
- Compact<u32>
2875
- ]>;
2876
- /**
2877
- * See [`Pallet::proxy`].
2878
- **/
2879
- proxy: AugmentedSubmittable<(real: MultiAddress | {
2880
- Id: any;
2881
- } | {
2882
- Index: any;
2883
- } | {
2884
- Raw: any;
2885
- } | {
2886
- Address32: any;
2887
- } | {
2888
- Address20: any;
2889
- } | string | Uint8Array, forceProxyType: Option<TangleTestnetRuntimeProxyType> | null | Uint8Array | TangleTestnetRuntimeProxyType | "Any" | "NonTransfer" | "Governance" | "Staking" | number, call: Call | IMethod | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
2890
- MultiAddress,
2891
- Option<TangleTestnetRuntimeProxyType>,
2892
- Call
2893
- ]>;
2894
- /**
2895
- * See [`Pallet::proxy_announced`].
2896
- **/
2897
- proxyAnnounced: AugmentedSubmittable<(delegate: MultiAddress | {
2898
- Id: any;
2899
- } | {
2900
- Index: any;
2901
- } | {
2902
- Raw: any;
2903
- } | {
2904
- Address32: any;
2905
- } | {
2906
- Address20: any;
2907
- } | string | Uint8Array, real: MultiAddress | {
2908
- Id: any;
2909
- } | {
2910
- Index: any;
2911
- } | {
2912
- Raw: any;
2913
- } | {
2914
- Address32: any;
2915
- } | {
2916
- Address20: any;
2917
- } | string | Uint8Array, forceProxyType: Option<TangleTestnetRuntimeProxyType> | null | Uint8Array | TangleTestnetRuntimeProxyType | "Any" | "NonTransfer" | "Governance" | "Staking" | number, call: Call | IMethod | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
2918
- MultiAddress,
2919
- MultiAddress,
2920
- Option<TangleTestnetRuntimeProxyType>,
2921
- Call
2922
- ]>;
2923
- /**
2924
- * See [`Pallet::reject_announcement`].
2925
- **/
2926
- rejectAnnouncement: AugmentedSubmittable<(delegate: MultiAddress | {
2927
- Id: any;
2928
- } | {
2929
- Index: any;
2930
- } | {
2931
- Raw: any;
2932
- } | {
2933
- Address32: any;
2934
- } | {
2935
- Address20: any;
2936
- } | string | Uint8Array, callHash: H256 | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
2937
- MultiAddress,
2938
- H256
2939
- ]>;
2940
- /**
2941
- * See [`Pallet::remove_announcement`].
2942
- **/
2943
- removeAnnouncement: AugmentedSubmittable<(real: MultiAddress | {
2944
- Id: any;
2945
- } | {
2946
- Index: any;
2947
- } | {
2948
- Raw: any;
2949
- } | {
2950
- Address32: any;
2951
- } | {
2952
- Address20: any;
2953
- } | string | Uint8Array, callHash: H256 | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
2954
- MultiAddress,
2955
- H256
2956
- ]>;
2957
- /**
2958
- * See [`Pallet::remove_proxies`].
2959
- **/
2960
- removeProxies: AugmentedSubmittable<() => SubmittableExtrinsic<ApiType>, [
2961
- ]>;
2962
- /**
2963
- * See [`Pallet::remove_proxy`].
2964
- **/
2965
- removeProxy: AugmentedSubmittable<(delegate: MultiAddress | {
2966
- Id: any;
2967
- } | {
2968
- Index: any;
2969
- } | {
2970
- Raw: any;
2971
- } | {
2972
- Address32: any;
2973
- } | {
2974
- Address20: any;
2975
- } | string | Uint8Array, proxyType: TangleTestnetRuntimeProxyType | "Any" | "NonTransfer" | "Governance" | "Staking" | number | Uint8Array, delay: u64 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
2976
- MultiAddress,
2977
- TangleTestnetRuntimeProxyType,
2978
- u64
2979
- ]>;
2980
- /**
2981
- * Generic tx
2982
- **/
2983
- [key: string]: SubmittableExtrinsicFunction<ApiType>;
2984
- };
2985
- scheduler: {
2986
- /**
2987
- * See [`Pallet::cancel`].
2988
- **/
2989
- cancel: AugmentedSubmittable<(when: u64 | AnyNumber | Uint8Array, index: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
2990
- u64,
2991
- u32
2992
- ]>;
2993
- /**
2994
- * See [`Pallet::cancel_named`].
2995
- **/
2996
- cancelNamed: AugmentedSubmittable<(id: U8aFixed | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
2997
- U8aFixed
2998
- ]>;
2999
- /**
3000
- * See [`Pallet::schedule`].
3001
- **/
3002
- schedule: AugmentedSubmittable<(when: u64 | AnyNumber | Uint8Array, maybePeriodic: Option<ITuple<[u64, u32]>> | null | Uint8Array | ITuple<[u64, u32]> | [u64 | AnyNumber | Uint8Array, u32 | AnyNumber | Uint8Array], priority: u8 | AnyNumber | Uint8Array, call: Call | IMethod | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
3003
- u64,
3004
- Option<ITuple<[u64, u32]>>,
3005
- u8,
3006
- Call
3007
- ]>;
3008
- /**
3009
- * See [`Pallet::schedule_after`].
3010
- **/
3011
- scheduleAfter: AugmentedSubmittable<(after: u64 | AnyNumber | Uint8Array, maybePeriodic: Option<ITuple<[u64, u32]>> | null | Uint8Array | ITuple<[u64, u32]> | [u64 | AnyNumber | Uint8Array, u32 | AnyNumber | Uint8Array], priority: u8 | AnyNumber | Uint8Array, call: Call | IMethod | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
3012
- u64,
3013
- Option<ITuple<[u64, u32]>>,
3014
- u8,
3015
- Call
3016
- ]>;
3017
- /**
3018
- * See [`Pallet::schedule_named`].
3019
- **/
3020
- scheduleNamed: AugmentedSubmittable<(id: U8aFixed | string | Uint8Array, when: u64 | AnyNumber | Uint8Array, maybePeriodic: Option<ITuple<[u64, u32]>> | null | Uint8Array | ITuple<[u64, u32]> | [u64 | AnyNumber | Uint8Array, u32 | AnyNumber | Uint8Array], priority: u8 | AnyNumber | Uint8Array, call: Call | IMethod | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
3021
- U8aFixed,
3022
- u64,
3023
- Option<ITuple<[u64, u32]>>,
3024
- u8,
3025
- Call
3026
- ]>;
3027
- /**
3028
- * See [`Pallet::schedule_named_after`].
3029
- **/
3030
- scheduleNamedAfter: AugmentedSubmittable<(id: U8aFixed | string | Uint8Array, after: u64 | AnyNumber | Uint8Array, maybePeriodic: Option<ITuple<[u64, u32]>> | null | Uint8Array | ITuple<[u64, u32]> | [u64 | AnyNumber | Uint8Array, u32 | AnyNumber | Uint8Array], priority: u8 | AnyNumber | Uint8Array, call: Call | IMethod | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
3031
- U8aFixed,
3032
- u64,
3033
- Option<ITuple<[u64, u32]>>,
3034
- u8,
3035
- Call
3036
- ]>;
3037
- /**
3038
- * Generic tx
3039
- **/
3040
- [key: string]: SubmittableExtrinsicFunction<ApiType>;
3041
- };
3042
- services: {
3043
- /**
3044
- * See `Pallet::approve`.
3045
- **/
3046
- approve: AugmentedSubmittable<(requestId: Compact<u64> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
3047
- Compact<u64>
3048
- ]>;
3049
- /**
3050
- * See `Pallet::call`.
3051
- **/
3052
- call: AugmentedSubmittable<(serviceId: Compact<u64> | AnyNumber | Uint8Array, job: Compact<u8> | AnyNumber | Uint8Array, args: Vec<TanglePrimitivesServicesField> | (TanglePrimitivesServicesField | {
3053
- None: any;
3054
- } | {
3055
- Bool: any;
3056
- } | {
3057
- Uint8: any;
3058
- } | {
3059
- Int8: any;
3060
- } | {
3061
- Uint16: any;
3062
- } | {
3063
- Int16: any;
3064
- } | {
3065
- Uint32: any;
3066
- } | {
3067
- Int32: any;
3068
- } | {
3069
- Uint64: any;
3070
- } | {
3071
- Int64: any;
3072
- } | {
3073
- String: any;
3074
- } | {
3075
- Bytes: any;
3076
- } | {
3077
- Array: any;
3078
- } | {
3079
- List: any;
3080
- } | {
3081
- Struct: any;
3082
- } | {
3083
- AccountId: any;
3084
- } | string | Uint8Array)[]) => SubmittableExtrinsic<ApiType>, [
3085
- Compact<u64>,
3086
- Compact<u8>,
3087
- Vec<TanglePrimitivesServicesField>
3088
- ]>;
3089
- /**
3090
- * See `Pallet::create_blueprint`.
3091
- **/
3092
- createBlueprint: AugmentedSubmittable<(blueprint: TanglePrimitivesServicesServiceBlueprint | {
3093
- metadata?: any;
3094
- jobs?: any;
3095
- registrationHook?: any;
3096
- registrationParams?: any;
3097
- requestHook?: any;
3098
- requestParams?: any;
3099
- gadget?: any;
3100
- } | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
3101
- TanglePrimitivesServicesServiceBlueprint
3102
- ]>;
3103
- /**
3104
- * See `Pallet::pre_register`.
3105
- **/
3106
- preRegister: AugmentedSubmittable<(blueprintId: Compact<u64> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
3107
- Compact<u64>
3108
- ]>;
3109
- /**
3110
- * See `Pallet::register`.
3111
- **/
3112
- register: AugmentedSubmittable<(blueprintId: Compact<u64> | AnyNumber | Uint8Array, preferences: TanglePrimitivesServicesOperatorPreferences | {
3113
- key?: any;
3114
- approval?: any;
3115
- priceTargets?: any;
3116
- } | string | Uint8Array, registrationArgs: Vec<TanglePrimitivesServicesField> | (TanglePrimitivesServicesField | {
3117
- None: any;
3118
- } | {
3119
- Bool: any;
3120
- } | {
3121
- Uint8: any;
3122
- } | {
3123
- Int8: any;
3124
- } | {
3125
- Uint16: any;
3126
- } | {
3127
- Int16: any;
3128
- } | {
3129
- Uint32: any;
3130
- } | {
3131
- Int32: any;
3132
- } | {
3133
- Uint64: any;
3134
- } | {
3135
- Int64: any;
3136
- } | {
3137
- String: any;
3138
- } | {
3139
- Bytes: any;
3140
- } | {
3141
- Array: any;
3142
- } | {
3143
- List: any;
3144
- } | {
3145
- Struct: any;
3146
- } | {
3147
- AccountId: any;
3148
- } | string | Uint8Array)[]) => SubmittableExtrinsic<ApiType>, [
3149
- Compact<u64>,
3150
- TanglePrimitivesServicesOperatorPreferences,
3151
- Vec<TanglePrimitivesServicesField>
3152
- ]>;
3153
- /**
3154
- * See `Pallet::reject`.
3155
- **/
3156
- reject: AugmentedSubmittable<(requestId: Compact<u64> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
3157
- Compact<u64>
3158
- ]>;
3159
- /**
3160
- * See `Pallet::request`.
3161
- **/
3162
- request: AugmentedSubmittable<(blueprintId: Compact<u64> | AnyNumber | Uint8Array, permittedCallers: Vec<AccountId32> | (AccountId32 | string | Uint8Array)[], serviceProviders: Vec<AccountId32> | (AccountId32 | string | Uint8Array)[], ttl: Compact<u64> | AnyNumber | Uint8Array, requestArgs: Vec<TanglePrimitivesServicesField> | (TanglePrimitivesServicesField | {
3163
- None: any;
3164
- } | {
3165
- Bool: any;
3166
- } | {
3167
- Uint8: any;
3168
- } | {
3169
- Int8: any;
3170
- } | {
3171
- Uint16: any;
3172
- } | {
3173
- Int16: any;
3174
- } | {
3175
- Uint32: any;
3176
- } | {
3177
- Int32: any;
3178
- } | {
3179
- Uint64: any;
3180
- } | {
3181
- Int64: any;
3182
- } | {
3183
- String: any;
3184
- } | {
3185
- Bytes: any;
3186
- } | {
3187
- Array: any;
3188
- } | {
3189
- List: any;
3190
- } | {
3191
- Struct: any;
3192
- } | {
3193
- AccountId: any;
3194
- } | string | Uint8Array)[]) => SubmittableExtrinsic<ApiType>, [
3195
- Compact<u64>,
3196
- Vec<AccountId32>,
3197
- Vec<AccountId32>,
3198
- Compact<u64>,
3199
- Vec<TanglePrimitivesServicesField>
3200
- ]>;
3201
- /**
3202
- * See `Pallet::submit_result`.
3203
- **/
3204
- submitResult: AugmentedSubmittable<(serviceId: Compact<u64> | AnyNumber | Uint8Array, callId: Compact<u64> | AnyNumber | Uint8Array, result: Vec<TanglePrimitivesServicesField> | (TanglePrimitivesServicesField | {
3205
- None: any;
3206
- } | {
3207
- Bool: any;
3208
- } | {
3209
- Uint8: any;
3210
- } | {
3211
- Int8: any;
3212
- } | {
3213
- Uint16: any;
3214
- } | {
3215
- Int16: any;
3216
- } | {
3217
- Uint32: any;
3218
- } | {
3219
- Int32: any;
3220
- } | {
3221
- Uint64: any;
3222
- } | {
3223
- Int64: any;
3224
- } | {
3225
- String: any;
3226
- } | {
3227
- Bytes: any;
3228
- } | {
3229
- Array: any;
3230
- } | {
3231
- List: any;
3232
- } | {
3233
- Struct: any;
3234
- } | {
3235
- AccountId: any;
3236
- } | string | Uint8Array)[]) => SubmittableExtrinsic<ApiType>, [
3237
- Compact<u64>,
3238
- Compact<u64>,
3239
- Vec<TanglePrimitivesServicesField>
3240
- ]>;
3241
- /**
3242
- * See `Pallet::terminate`.
3243
- **/
3244
- terminate: AugmentedSubmittable<(serviceId: Compact<u64> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
3245
- Compact<u64>
3246
- ]>;
3247
- /**
3248
- * See `Pallet::unregister`.
3249
- **/
3250
- unregister: AugmentedSubmittable<(blueprintId: Compact<u64> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
3251
- Compact<u64>
3252
- ]>;
3253
- /**
3254
- * See `Pallet::update_approval_preference`.
3255
- **/
3256
- updateApprovalPreference: AugmentedSubmittable<(blueprintId: Compact<u64> | AnyNumber | Uint8Array, approvalPreference: TanglePrimitivesServicesApprovalPrefrence | "None" | "Required" | number | Uint8Array) => SubmittableExtrinsic<ApiType>, [
3257
- Compact<u64>,
3258
- TanglePrimitivesServicesApprovalPrefrence
3259
- ]>;
3260
- /**
3261
- * See `Pallet::update_price_targets`.
3262
- **/
3263
- updatePriceTargets: AugmentedSubmittable<(blueprintId: Compact<u64> | AnyNumber | Uint8Array, priceTargets: TanglePrimitivesServicesPriceTargets | {
3264
- cpu?: any;
3265
- mem?: any;
3266
- storageHdd?: any;
3267
- storageSsd?: any;
3268
- storageNvme?: any;
3269
- } | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
3270
- Compact<u64>,
3271
- TanglePrimitivesServicesPriceTargets
3272
- ]>;
3273
- /**
3274
- * Generic tx
3275
- **/
3276
- [key: string]: SubmittableExtrinsicFunction<ApiType>;
3277
- };
3278
- session: {
3279
- /**
3280
- * See [`Pallet::purge_keys`].
3281
- **/
3282
- purgeKeys: AugmentedSubmittable<() => SubmittableExtrinsic<ApiType>, []>;
3283
- /**
3284
- * See [`Pallet::set_keys`].
3285
- **/
3286
- setKeys: AugmentedSubmittable<(keys: TangleTestnetRuntimeOpaqueSessionKeys | {
3287
- babe?: any;
3288
- grandpa?: any;
3289
- imOnline?: any;
3290
- } | string | Uint8Array, proof: Bytes | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
3291
- TangleTestnetRuntimeOpaqueSessionKeys,
3292
- Bytes
3293
- ]>;
3294
- /**
3295
- * Generic tx
3296
- **/
3297
- [key: string]: SubmittableExtrinsicFunction<ApiType>;
3298
- };
3299
- staking: {
3300
- /**
3301
- * See [`Pallet::bond`].
3302
- **/
3303
- bond: AugmentedSubmittable<(value: Compact<u128> | AnyNumber | Uint8Array, payee: PalletStakingRewardDestination | {
3304
- Staked: any;
3305
- } | {
3306
- Stash: any;
3307
- } | {
3308
- Controller: any;
3309
- } | {
3310
- Account: any;
3311
- } | {
3312
- None: any;
3313
- } | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
3314
- Compact<u128>,
3315
- PalletStakingRewardDestination
3316
- ]>;
3317
- /**
3318
- * See [`Pallet::bond_extra`].
3319
- **/
3320
- bondExtra: AugmentedSubmittable<(maxAdditional: Compact<u128> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
3321
- Compact<u128>
3322
- ]>;
3323
- /**
3324
- * See [`Pallet::cancel_deferred_slash`].
3325
- **/
3326
- cancelDeferredSlash: AugmentedSubmittable<(era: u32 | AnyNumber | Uint8Array, slashIndices: Vec<u32> | (u32 | AnyNumber | Uint8Array)[]) => SubmittableExtrinsic<ApiType>, [
3327
- u32,
3328
- Vec<u32>
3329
- ]>;
3330
- /**
3331
- * See [`Pallet::chill`].
3332
- **/
3333
- chill: AugmentedSubmittable<() => SubmittableExtrinsic<ApiType>, []>;
3334
- /**
3335
- * See [`Pallet::chill_other`].
3336
- **/
3337
- chillOther: AugmentedSubmittable<(stash: AccountId32 | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
3338
- AccountId32
3339
- ]>;
3340
- /**
3341
- * See [`Pallet::deprecate_controller_batch`].
3342
- **/
3343
- deprecateControllerBatch: AugmentedSubmittable<(controllers: Vec<AccountId32> | (AccountId32 | string | Uint8Array)[]) => SubmittableExtrinsic<ApiType>, [
3344
- Vec<AccountId32>
3345
- ]>;
3346
- /**
3347
- * See [`Pallet::force_apply_min_commission`].
3348
- **/
3349
- forceApplyMinCommission: AugmentedSubmittable<(validatorStash: AccountId32 | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
3350
- AccountId32
3351
- ]>;
3352
- /**
3353
- * See [`Pallet::force_new_era`].
3354
- **/
3355
- forceNewEra: AugmentedSubmittable<() => SubmittableExtrinsic<ApiType>, [
3356
- ]>;
3357
- /**
3358
- * See [`Pallet::force_new_era_always`].
3359
- **/
3360
- forceNewEraAlways: AugmentedSubmittable<() => SubmittableExtrinsic<ApiType>, [
3361
- ]>;
3362
- /**
3363
- * See [`Pallet::force_no_eras`].
3364
- **/
3365
- forceNoEras: AugmentedSubmittable<() => SubmittableExtrinsic<ApiType>, [
3366
- ]>;
3367
- /**
3368
- * See [`Pallet::force_unstake`].
3369
- **/
3370
- forceUnstake: AugmentedSubmittable<(stash: AccountId32 | string | Uint8Array, numSlashingSpans: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
3371
- AccountId32,
3372
- u32
3373
- ]>;
3374
- /**
3375
- * See [`Pallet::increase_validator_count`].
3376
- **/
3377
- increaseValidatorCount: AugmentedSubmittable<(additional: Compact<u32> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
3378
- Compact<u32>
3379
- ]>;
3380
- /**
3381
- * See [`Pallet::kick`].
3382
- **/
3383
- kick: AugmentedSubmittable<(who: Vec<MultiAddress> | (MultiAddress | {
3384
- Id: any;
3385
- } | {
3386
- Index: any;
3387
- } | {
3388
- Raw: any;
3389
- } | {
3390
- Address32: any;
3391
- } | {
3392
- Address20: any;
3393
- } | string | Uint8Array)[]) => SubmittableExtrinsic<ApiType>, [
3394
- Vec<MultiAddress>
3395
- ]>;
3396
- /**
3397
- * See [`Pallet::nominate`].
3398
- **/
3399
- nominate: AugmentedSubmittable<(targets: Vec<MultiAddress> | (MultiAddress | {
3400
- Id: any;
3401
- } | {
3402
- Index: any;
3403
- } | {
3404
- Raw: any;
3405
- } | {
3406
- Address32: any;
3407
- } | {
3408
- Address20: any;
3409
- } | string | Uint8Array)[]) => SubmittableExtrinsic<ApiType>, [
3410
- Vec<MultiAddress>
3411
- ]>;
3412
- /**
3413
- * See [`Pallet::payout_stakers`].
3414
- **/
3415
- payoutStakers: AugmentedSubmittable<(validatorStash: AccountId32 | string | Uint8Array, era: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
3416
- AccountId32,
3417
- u32
3418
- ]>;
3419
- /**
3420
- * See [`Pallet::payout_stakers_by_page`].
3421
- **/
3422
- payoutStakersByPage: AugmentedSubmittable<(validatorStash: AccountId32 | string | Uint8Array, era: u32 | AnyNumber | Uint8Array, page: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
3423
- AccountId32,
3424
- u32,
3425
- u32
3426
- ]>;
3427
- /**
3428
- * See [`Pallet::reap_stash`].
3429
- **/
3430
- reapStash: AugmentedSubmittable<(stash: AccountId32 | string | Uint8Array, numSlashingSpans: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
3431
- AccountId32,
3432
- u32
3433
- ]>;
3434
- /**
3435
- * See [`Pallet::rebond`].
3436
- **/
3437
- rebond: AugmentedSubmittable<(value: Compact<u128> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
3438
- Compact<u128>
3439
- ]>;
3440
- /**
3441
- * See [`Pallet::scale_validator_count`].
3442
- **/
3443
- scaleValidatorCount: AugmentedSubmittable<(factor: Percent | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
3444
- Percent
3445
- ]>;
3446
- /**
3447
- * See [`Pallet::set_controller`].
3448
- **/
3449
- setController: AugmentedSubmittable<() => SubmittableExtrinsic<ApiType>, [
3450
- ]>;
3451
- /**
3452
- * See [`Pallet::set_invulnerables`].
3453
- **/
3454
- setInvulnerables: AugmentedSubmittable<(invulnerables: Vec<AccountId32> | (AccountId32 | string | Uint8Array)[]) => SubmittableExtrinsic<ApiType>, [
3455
- Vec<AccountId32>
3456
- ]>;
3457
- /**
3458
- * See [`Pallet::set_min_commission`].
3459
- **/
3460
- setMinCommission: AugmentedSubmittable<(updated: Perbill | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
3461
- Perbill
3462
- ]>;
3463
- /**
3464
- * See [`Pallet::set_payee`].
3465
- **/
3466
- setPayee: AugmentedSubmittable<(payee: PalletStakingRewardDestination | {
3467
- Staked: any;
3468
- } | {
3469
- Stash: any;
3470
- } | {
3471
- Controller: any;
3472
- } | {
3473
- Account: any;
3474
- } | {
3475
- None: any;
3476
- } | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
3477
- PalletStakingRewardDestination
3478
- ]>;
3479
- /**
3480
- * See [`Pallet::set_staking_configs`].
3481
- **/
3482
- setStakingConfigs: AugmentedSubmittable<(minNominatorBond: PalletStakingPalletConfigOpU128 | {
3483
- Noop: any;
3484
- } | {
3485
- Set: any;
3486
- } | {
3487
- Remove: any;
3488
- } | string | Uint8Array, minValidatorBond: PalletStakingPalletConfigOpU128 | {
3489
- Noop: any;
3490
- } | {
3491
- Set: any;
3492
- } | {
3493
- Remove: any;
3494
- } | string | Uint8Array, maxNominatorCount: PalletStakingPalletConfigOpU32 | {
3495
- Noop: any;
3496
- } | {
3497
- Set: any;
3498
- } | {
3499
- Remove: any;
3500
- } | string | Uint8Array, maxValidatorCount: PalletStakingPalletConfigOpU32 | {
3501
- Noop: any;
3502
- } | {
3503
- Set: any;
3504
- } | {
3505
- Remove: any;
3506
- } | string | Uint8Array, chillThreshold: PalletStakingPalletConfigOpPercent | {
3507
- Noop: any;
3508
- } | {
3509
- Set: any;
3510
- } | {
3511
- Remove: any;
3512
- } | string | Uint8Array, minCommission: PalletStakingPalletConfigOpPerbill | {
3513
- Noop: any;
3514
- } | {
3515
- Set: any;
3516
- } | {
3517
- Remove: any;
3518
- } | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
3519
- PalletStakingPalletConfigOpU128,
3520
- PalletStakingPalletConfigOpU128,
3521
- PalletStakingPalletConfigOpU32,
3522
- PalletStakingPalletConfigOpU32,
3523
- PalletStakingPalletConfigOpPercent,
3524
- PalletStakingPalletConfigOpPerbill
3525
- ]>;
3526
- /**
3527
- * See [`Pallet::set_validator_count`].
3528
- **/
3529
- setValidatorCount: AugmentedSubmittable<(updated: Compact<u32> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
3530
- Compact<u32>
3531
- ]>;
3532
- /**
3533
- * See [`Pallet::unbond`].
3534
- **/
3535
- unbond: AugmentedSubmittable<(value: Compact<u128> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
3536
- Compact<u128>
3537
- ]>;
3538
- /**
3539
- * See [`Pallet::update_payee`].
3540
- **/
3541
- updatePayee: AugmentedSubmittable<(controller: AccountId32 | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
3542
- AccountId32
3543
- ]>;
3544
- /**
3545
- * See [`Pallet::validate`].
3546
- **/
3547
- validate: AugmentedSubmittable<(prefs: PalletStakingValidatorPrefs | {
3548
- commission?: any;
3549
- blocked?: any;
3550
- } | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
3551
- PalletStakingValidatorPrefs
3552
- ]>;
3553
- /**
3554
- * See [`Pallet::withdraw_unbonded`].
3555
- **/
3556
- withdrawUnbonded: AugmentedSubmittable<(numSlashingSpans: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
3557
- u32
3558
- ]>;
3559
- /**
3560
- * Generic tx
3561
- **/
3562
- [key: string]: SubmittableExtrinsicFunction<ApiType>;
3563
- };
3564
- sudo: {
3565
- /**
3566
- * See [`Pallet::remove_key`].
3567
- **/
3568
- removeKey: AugmentedSubmittable<() => SubmittableExtrinsic<ApiType>, []>;
3569
- /**
3570
- * See [`Pallet::set_key`].
3571
- **/
3572
- setKey: AugmentedSubmittable<(updated: MultiAddress | {
3573
- Id: any;
3574
- } | {
3575
- Index: any;
3576
- } | {
3577
- Raw: any;
3578
- } | {
3579
- Address32: any;
3580
- } | {
3581
- Address20: any;
3582
- } | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
3583
- MultiAddress
3584
- ]>;
3585
- /**
3586
- * See [`Pallet::sudo`].
3587
- **/
3588
- sudo: AugmentedSubmittable<(call: Call | IMethod | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
3589
- Call
3590
- ]>;
3591
- /**
3592
- * See [`Pallet::sudo_as`].
3593
- **/
3594
- sudoAs: AugmentedSubmittable<(who: MultiAddress | {
3595
- Id: any;
3596
- } | {
3597
- Index: any;
3598
- } | {
3599
- Raw: any;
3600
- } | {
3601
- Address32: any;
3602
- } | {
3603
- Address20: any;
3604
- } | string | Uint8Array, call: Call | IMethod | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
3605
- MultiAddress,
3606
- Call
3607
- ]>;
3608
- /**
3609
- * See [`Pallet::sudo_unchecked_weight`].
3610
- **/
3611
- sudoUncheckedWeight: AugmentedSubmittable<(call: Call | IMethod | string | Uint8Array, weight: SpWeightsWeightV2Weight | {
3612
- refTime?: any;
3613
- proofSize?: any;
3614
- } | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
3615
- Call,
3616
- SpWeightsWeightV2Weight
3617
- ]>;
3618
- /**
3619
- * Generic tx
3620
- **/
3621
- [key: string]: SubmittableExtrinsicFunction<ApiType>;
3622
- };
3623
- sygmaAccessSegregator: {
3624
- /**
3625
- * See [`Pallet::grant_access`].
3626
- **/
3627
- grantAccess: AugmentedSubmittable<(palletIndex: u8 | AnyNumber | Uint8Array, extrinsicName: Bytes | string | Uint8Array, who: AccountId32 | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
3628
- u8,
3629
- Bytes,
3630
- AccountId32
3631
- ]>;
3632
- /**
3633
- * Generic tx
3634
- **/
3635
- [key: string]: SubmittableExtrinsicFunction<ApiType>;
3636
- };
3637
- sygmaBasicFeeHandler: {
3638
- /**
3639
- * See [`Pallet::set_fee`].
3640
- **/
3641
- setFee: AugmentedSubmittable<(domain: u8 | AnyNumber | Uint8Array, asset: StagingXcmV4AssetAssetId | {
3642
- parents?: any;
3643
- interior?: any;
3644
- } | string | Uint8Array, amount: u128 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
3645
- u8,
3646
- StagingXcmV4AssetAssetId,
3647
- u128
3648
- ]>;
3649
- /**
3650
- * Generic tx
3651
- **/
3652
- [key: string]: SubmittableExtrinsicFunction<ApiType>;
3653
- };
3654
- sygmaBridge: {
3655
- /**
3656
- * See [`Pallet::deposit`].
3657
- **/
3658
- deposit: AugmentedSubmittable<(asset: StagingXcmV4Asset | {
3659
- id?: any;
3660
- fun?: any;
3661
- } | string | Uint8Array, dest: StagingXcmV4Location | {
3662
- parents?: any;
3663
- interior?: any;
3664
- } | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
3665
- StagingXcmV4Asset,
3666
- StagingXcmV4Location
3667
- ]>;
3668
- /**
3669
- * See [`Pallet::execute_proposal`].
3670
- **/
3671
- executeProposal: AugmentedSubmittable<(proposals: Vec<SygmaBridgeProposal> | (SygmaBridgeProposal | {
3672
- originDomainId?: any;
3673
- depositNonce?: any;
3674
- resourceId?: any;
3675
- data?: any;
3676
- } | string | Uint8Array)[], signature: Bytes | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
3677
- Vec<SygmaBridgeProposal>,
3678
- Bytes
3679
- ]>;
3680
- /**
3681
- * See [`Pallet::pause_all_bridges`].
3682
- **/
3683
- pauseAllBridges: AugmentedSubmittable<() => SubmittableExtrinsic<ApiType>, [
3684
- ]>;
3685
- /**
3686
- * See [`Pallet::pause_bridge`].
3687
- **/
3688
- pauseBridge: AugmentedSubmittable<(destDomainId: u8 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
3689
- u8
3690
- ]>;
3691
- /**
3692
- * See [`Pallet::register_domain`].
3693
- **/
3694
- registerDomain: AugmentedSubmittable<(destDomainId: u8 | AnyNumber | Uint8Array, destChainId: U256 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
3695
- u8,
3696
- U256
3697
- ]>;
3698
- /**
3699
- * See [`Pallet::retry`].
3700
- **/
3701
- retry: AugmentedSubmittable<(depositOnBlockHeight: u128 | AnyNumber | Uint8Array, destDomainId: u8 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
3702
- u128,
3703
- u8
3704
- ]>;
3705
- /**
3706
- * See [`Pallet::set_mpc_address`].
3707
- **/
3708
- setMpcAddress: AugmentedSubmittable<(addr: SygmaTraitsMpcAddress | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
3709
- SygmaTraitsMpcAddress
3710
- ]>;
3711
- /**
3712
- * See [`Pallet::unpause_all_bridges`].
3713
- **/
3714
- unpauseAllBridges: AugmentedSubmittable<() => SubmittableExtrinsic<ApiType>, [
3715
- ]>;
3716
- /**
3717
- * See [`Pallet::unpause_bridge`].
3718
- **/
3719
- unpauseBridge: AugmentedSubmittable<(destDomainId: u8 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
3720
- u8
3721
- ]>;
3722
- /**
3723
- * See [`Pallet::unregister_domain`].
3724
- **/
3725
- unregisterDomain: AugmentedSubmittable<(destDomainId: u8 | AnyNumber | Uint8Array, destChainId: U256 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
3726
- u8,
3727
- U256
3728
- ]>;
3729
- /**
3730
- * Generic tx
3731
- **/
3732
- [key: string]: SubmittableExtrinsicFunction<ApiType>;
3733
- };
3734
- sygmaFeeHandlerRouter: {
3735
- /**
3736
- * See [`Pallet::set_fee_handler`].
3737
- **/
3738
- setFeeHandler: AugmentedSubmittable<(domain: u8 | AnyNumber | Uint8Array, asset: StagingXcmV4AssetAssetId | {
3739
- parents?: any;
3740
- interior?: any;
3741
- } | string | Uint8Array, handlerType: SygmaFeeHandlerRouterFeeHandlerType | "BasicFeeHandler" | "PercentageFeeHandler" | "DynamicFeeHandler" | number | Uint8Array) => SubmittableExtrinsic<ApiType>, [
3742
- u8,
3743
- StagingXcmV4AssetAssetId,
3744
- SygmaFeeHandlerRouterFeeHandlerType
3745
- ]>;
3746
- /**
3747
- * Generic tx
3748
- **/
3749
- [key: string]: SubmittableExtrinsicFunction<ApiType>;
3750
- };
3751
- sygmaPercentageFeeHandler: {
3752
- /**
3753
- * See [`Pallet::set_fee_rate`].
3754
- **/
3755
- setFeeRate: AugmentedSubmittable<(domain: u8 | AnyNumber | Uint8Array, asset: StagingXcmV4AssetAssetId | {
3756
- parents?: any;
3757
- interior?: any;
3758
- } | string | Uint8Array, feeRateBasisPoint: u32 | AnyNumber | Uint8Array, feeLowerBound: u128 | AnyNumber | Uint8Array, feeUpperBound: u128 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
3759
- u8,
3760
- StagingXcmV4AssetAssetId,
3761
- u32,
3762
- u128,
3763
- u128
3764
- ]>;
3765
- /**
3766
- * Generic tx
3767
- **/
3768
- [key: string]: SubmittableExtrinsicFunction<ApiType>;
3769
- };
3770
- system: {
3771
- /**
3772
- * See [`Pallet::apply_authorized_upgrade`].
3773
- **/
3774
- applyAuthorizedUpgrade: AugmentedSubmittable<(code: Bytes | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
3775
- Bytes
3776
- ]>;
3777
- /**
3778
- * See [`Pallet::authorize_upgrade`].
3779
- **/
3780
- authorizeUpgrade: AugmentedSubmittable<(codeHash: H256 | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
3781
- H256
3782
- ]>;
3783
- /**
3784
- * See [`Pallet::authorize_upgrade_without_checks`].
3785
- **/
3786
- authorizeUpgradeWithoutChecks: AugmentedSubmittable<(codeHash: H256 | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
3787
- H256
3788
- ]>;
3789
- /**
3790
- * See [`Pallet::kill_prefix`].
3791
- **/
3792
- killPrefix: AugmentedSubmittable<(prefix: Bytes | string | Uint8Array, subkeys: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
3793
- Bytes,
3794
- u32
3795
- ]>;
3796
- /**
3797
- * See [`Pallet::kill_storage`].
3798
- **/
3799
- killStorage: AugmentedSubmittable<(keys: Vec<Bytes> | (Bytes | string | Uint8Array)[]) => SubmittableExtrinsic<ApiType>, [
3800
- Vec<Bytes>
3801
- ]>;
3802
- /**
3803
- * See [`Pallet::remark`].
3804
- **/
3805
- remark: AugmentedSubmittable<(remark: Bytes | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
3806
- Bytes
3807
- ]>;
3808
- /**
3809
- * See [`Pallet::remark_with_event`].
3810
- **/
3811
- remarkWithEvent: AugmentedSubmittable<(remark: Bytes | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
3812
- Bytes
3813
- ]>;
3814
- /**
3815
- * See [`Pallet::set_code`].
3816
- **/
3817
- setCode: AugmentedSubmittable<(code: Bytes | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
3818
- Bytes
3819
- ]>;
3820
- /**
3821
- * See [`Pallet::set_code_without_checks`].
3822
- **/
3823
- setCodeWithoutChecks: AugmentedSubmittable<(code: Bytes | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
3824
- Bytes
3825
- ]>;
3826
- /**
3827
- * See [`Pallet::set_heap_pages`].
3828
- **/
3829
- setHeapPages: AugmentedSubmittable<(pages: u64 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
3830
- u64
3831
- ]>;
3832
- /**
3833
- * See [`Pallet::set_storage`].
3834
- **/
3835
- setStorage: AugmentedSubmittable<(items: Vec<ITuple<[Bytes, Bytes]>> | [Bytes | string | Uint8Array, Bytes | string | Uint8Array][]) => SubmittableExtrinsic<ApiType>, [
3836
- Vec<ITuple<[Bytes, Bytes]>>
3837
- ]>;
3838
- /**
3839
- * Generic tx
3840
- **/
3841
- [key: string]: SubmittableExtrinsicFunction<ApiType>;
3842
- };
3843
- timestamp: {
3844
- /**
3845
- * See [`Pallet::set`].
3846
- **/
3847
- set: AugmentedSubmittable<(now: Compact<u64> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
3848
- Compact<u64>
3849
- ]>;
3850
- /**
3851
- * Generic tx
3852
- **/
3853
- [key: string]: SubmittableExtrinsicFunction<ApiType>;
3854
- };
3855
- treasury: {
3856
- /**
3857
- * See [`Pallet::approve_proposal`].
3858
- **/
3859
- approveProposal: AugmentedSubmittable<(proposalId: Compact<u32> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
3860
- Compact<u32>
3861
- ]>;
3862
- /**
3863
- * See [`Pallet::check_status`].
3864
- **/
3865
- checkStatus: AugmentedSubmittable<(index: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
3866
- u32
3867
- ]>;
3868
- /**
3869
- * See [`Pallet::payout`].
3870
- **/
3871
- payout: AugmentedSubmittable<(index: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
3872
- u32
3873
- ]>;
3874
- /**
3875
- * See [`Pallet::propose_spend`].
3876
- **/
3877
- proposeSpend: AugmentedSubmittable<(value: Compact<u128> | AnyNumber | Uint8Array, beneficiary: MultiAddress | {
3878
- Id: any;
3879
- } | {
3880
- Index: any;
3881
- } | {
3882
- Raw: any;
3883
- } | {
3884
- Address32: any;
3885
- } | {
3886
- Address20: any;
3887
- } | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
3888
- Compact<u128>,
3889
- MultiAddress
3890
- ]>;
3891
- /**
3892
- * See [`Pallet::reject_proposal`].
3893
- **/
3894
- rejectProposal: AugmentedSubmittable<(proposalId: Compact<u32> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
3895
- Compact<u32>
3896
- ]>;
3897
- /**
3898
- * See [`Pallet::remove_approval`].
3899
- **/
3900
- removeApproval: AugmentedSubmittable<(proposalId: Compact<u32> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
3901
- Compact<u32>
3902
- ]>;
3903
- /**
3904
- * See [`Pallet::spend`].
3905
- **/
3906
- spend: AugmentedSubmittable<(assetKind: Null | null, amount: Compact<u128> | AnyNumber | Uint8Array, beneficiary: AccountId32 | string | Uint8Array, validFrom: Option<u64> | null | Uint8Array | u64 | AnyNumber) => SubmittableExtrinsic<ApiType>, [
3907
- Null,
3908
- Compact<u128>,
3909
- AccountId32,
3910
- Option<u64>
3911
- ]>;
3912
- /**
3913
- * See [`Pallet::spend_local`].
3914
- **/
3915
- spendLocal: AugmentedSubmittable<(amount: Compact<u128> | AnyNumber | Uint8Array, beneficiary: MultiAddress | {
3916
- Id: any;
3917
- } | {
3918
- Index: any;
3919
- } | {
3920
- Raw: any;
3921
- } | {
3922
- Address32: any;
3923
- } | {
3924
- Address20: any;
3925
- } | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
3926
- Compact<u128>,
3927
- MultiAddress
3928
- ]>;
3929
- /**
3930
- * See [`Pallet::void_spend`].
3931
- **/
3932
- voidSpend: AugmentedSubmittable<(index: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
3933
- u32
3934
- ]>;
3935
- /**
3936
- * Generic tx
3937
- **/
3938
- [key: string]: SubmittableExtrinsicFunction<ApiType>;
3939
- };
3940
- txPause: {
3941
- /**
3942
- * See [`Pallet::pause`].
3943
- **/
3944
- pause: AugmentedSubmittable<(fullName: ITuple<[Bytes, Bytes]> | [Bytes | string | Uint8Array, Bytes | string | Uint8Array]) => SubmittableExtrinsic<ApiType>, [
3945
- ITuple<[Bytes, Bytes]>
3946
- ]>;
3947
- /**
3948
- * See [`Pallet::unpause`].
3949
- **/
3950
- unpause: AugmentedSubmittable<(ident: ITuple<[Bytes, Bytes]> | [Bytes | string | Uint8Array, Bytes | string | Uint8Array]) => SubmittableExtrinsic<ApiType>, [
3951
- ITuple<[Bytes, Bytes]>
3952
- ]>;
3953
- /**
3954
- * Generic tx
3955
- **/
3956
- [key: string]: SubmittableExtrinsicFunction<ApiType>;
3957
- };
3958
- utility: {
3959
- /**
3960
- * See [`Pallet::as_derivative`].
3961
- **/
3962
- asDerivative: AugmentedSubmittable<(index: u16 | AnyNumber | Uint8Array, call: Call | IMethod | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
3963
- u16,
3964
- Call
3965
- ]>;
3966
- /**
3967
- * See [`Pallet::batch`].
3968
- **/
3969
- batch: AugmentedSubmittable<(calls: Vec<Call> | (Call | IMethod | string | Uint8Array)[]) => SubmittableExtrinsic<ApiType>, [
3970
- Vec<Call>
3971
- ]>;
3972
- /**
3973
- * See [`Pallet::batch_all`].
3974
- **/
3975
- batchAll: AugmentedSubmittable<(calls: Vec<Call> | (Call | IMethod | string | Uint8Array)[]) => SubmittableExtrinsic<ApiType>, [
3976
- Vec<Call>
3977
- ]>;
3978
- /**
3979
- * See [`Pallet::dispatch_as`].
3980
- **/
3981
- dispatchAs: AugmentedSubmittable<(asOrigin: TangleTestnetRuntimeOriginCaller | {
3982
- system: any;
3983
- } | {
3984
- Void: any;
3985
- } | {
3986
- Council: any;
3987
- } | {
3988
- Ethereum: any;
3989
- } | string | Uint8Array, call: Call | IMethod | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
3990
- TangleTestnetRuntimeOriginCaller,
3991
- Call
3992
- ]>;
3993
- /**
3994
- * See [`Pallet::force_batch`].
3995
- **/
3996
- forceBatch: AugmentedSubmittable<(calls: Vec<Call> | (Call | IMethod | string | Uint8Array)[]) => SubmittableExtrinsic<ApiType>, [
3997
- Vec<Call>
3998
- ]>;
3999
- /**
4000
- * See [`Pallet::with_weight`].
4001
- **/
4002
- withWeight: AugmentedSubmittable<(call: Call | IMethod | string | Uint8Array, weight: SpWeightsWeightV2Weight | {
4003
- refTime?: any;
4004
- proofSize?: any;
4005
- } | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
4006
- Call,
4007
- SpWeightsWeightV2Weight
4008
- ]>;
4009
- /**
4010
- * Generic tx
4011
- **/
4012
- [key: string]: SubmittableExtrinsicFunction<ApiType>;
4013
- };
4014
- vesting: {
4015
- /**
4016
- * See [`Pallet::force_remove_vesting_schedule`].
4017
- **/
4018
- forceRemoveVestingSchedule: AugmentedSubmittable<(target: MultiAddress | {
4019
- Id: any;
4020
- } | {
4021
- Index: any;
4022
- } | {
4023
- Raw: any;
4024
- } | {
4025
- Address32: any;
4026
- } | {
4027
- Address20: any;
4028
- } | string | Uint8Array, scheduleIndex: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
4029
- MultiAddress,
4030
- u32
4031
- ]>;
4032
- /**
4033
- * See [`Pallet::force_vested_transfer`].
4034
- **/
4035
- forceVestedTransfer: AugmentedSubmittable<(source: MultiAddress | {
4036
- Id: any;
4037
- } | {
4038
- Index: any;
4039
- } | {
4040
- Raw: any;
4041
- } | {
4042
- Address32: any;
4043
- } | {
4044
- Address20: any;
4045
- } | string | Uint8Array, target: MultiAddress | {
4046
- Id: any;
4047
- } | {
4048
- Index: any;
4049
- } | {
4050
- Raw: any;
4051
- } | {
4052
- Address32: any;
4053
- } | {
4054
- Address20: any;
4055
- } | string | Uint8Array, schedule: PalletVestingVestingInfo | {
4056
- locked?: any;
4057
- perBlock?: any;
4058
- startingBlock?: any;
4059
- } | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
4060
- MultiAddress,
4061
- MultiAddress,
4062
- PalletVestingVestingInfo
4063
- ]>;
4064
- /**
4065
- * See [`Pallet::merge_schedules`].
4066
- **/
4067
- mergeSchedules: AugmentedSubmittable<(schedule1Index: u32 | AnyNumber | Uint8Array, schedule2Index: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
4068
- u32,
4069
- u32
4070
- ]>;
4071
- /**
4072
- * See [`Pallet::vest`].
4073
- **/
4074
- vest: AugmentedSubmittable<() => SubmittableExtrinsic<ApiType>, []>;
4075
- /**
4076
- * See [`Pallet::vested_transfer`].
4077
- **/
4078
- vestedTransfer: AugmentedSubmittable<(target: MultiAddress | {
4079
- Id: any;
4080
- } | {
4081
- Index: any;
4082
- } | {
4083
- Raw: any;
4084
- } | {
4085
- Address32: any;
4086
- } | {
4087
- Address20: any;
4088
- } | string | Uint8Array, schedule: PalletVestingVestingInfo | {
4089
- locked?: any;
4090
- perBlock?: any;
4091
- startingBlock?: any;
4092
- } | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
4093
- MultiAddress,
4094
- PalletVestingVestingInfo
4095
- ]>;
4096
- /**
4097
- * See [`Pallet::vest_other`].
4098
- **/
4099
- vestOther: AugmentedSubmittable<(target: MultiAddress | {
4100
- Id: any;
4101
- } | {
4102
- Index: any;
4103
- } | {
4104
- Raw: any;
4105
- } | {
4106
- Address32: any;
4107
- } | {
4108
- Address20: any;
4109
- } | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
4110
- MultiAddress
4111
- ]>;
4112
- /**
4113
- * Generic tx
4114
- **/
4115
- [key: string]: SubmittableExtrinsicFunction<ApiType>;
4116
- };
4117
- }
4118
- }