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

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 (84) hide show
  1. package/README.md +11 -2
  2. package/{build/interfaces → interfaces}/augment-api-consts.d.ts +119 -24
  3. package/{ts-types/src/interfaces → interfaces}/augment-api-errors.d.ts +199 -342
  4. package/{build/interfaces → interfaces}/augment-api-events.d.ts +1365 -378
  5. package/{build/interfaces → interfaces}/augment-api-query.d.ts +718 -261
  6. package/{ts-types/src/interfaces → interfaces}/augment-api-tx.d.ts +1684 -442
  7. package/{ts-types/src/interfaces → interfaces}/lookup.d.ts +1425 -1093
  8. package/{build/interfaces → interfaces}/lookup.js +1443 -1111
  9. package/{build/interfaces → interfaces}/registry.d.ts +62 -75
  10. package/{ts-types/src/interfaces → interfaces}/types-lookup.d.ts +1233 -1128
  11. package/metadata/static-latest.d.ts +2 -0
  12. package/metadata/static-latest.js +7 -0
  13. package/package.json +1 -72
  14. package/.envrc +0 -5
  15. package/babel-config-cjs.cjs +0 -10
  16. package/build/interfaces/augment-api-errors.d.ts +0 -2144
  17. package/build/interfaces/augment-api-tx.d.ts +0 -2876
  18. package/build/interfaces/lookup.d.ts +0 -5908
  19. package/build/interfaces/types-lookup.d.ts +0 -6052
  20. package/build/metadata/static-latest.d.ts +0 -2
  21. package/build/metadata/static-latest.js +0 -7
  22. package/build/metadata/static-type.d.ts +0 -2
  23. package/build/metadata/static-type.js +0 -1
  24. package/build/package.json +0 -1
  25. package/playground.ts +0 -86
  26. package/polkadot-dev-configs/babel-config-cjs.cjs +0 -12
  27. package/polkadot-dev-configs/babel-general.cjs +0 -15
  28. package/polkadot-dev-configs/babel-plugins.cjs +0 -21
  29. package/polkadot-dev-configs/babel-presets.cjs +0 -33
  30. package/polkadot-dev-configs/babel-resolver.cjs +0 -14
  31. package/scripts/build.js +0 -134
  32. package/scripts/publish-types.js +0 -95
  33. package/scripts/updateMetadata.ts +0 -44
  34. package/src/examples/job_and_result_submission.ts +0 -203
  35. package/src/index.ts +0 -7
  36. package/src/interfaces/augment-api-consts.ts +0 -958
  37. package/src/interfaces/augment-api-errors.ts +0 -2152
  38. package/src/interfaces/augment-api-events.ts +0 -1465
  39. package/src/interfaces/augment-api-query.ts +0 -1629
  40. package/src/interfaces/augment-api-rpc.ts +0 -617
  41. package/src/interfaces/augment-api-runtime.ts +0 -308
  42. package/src/interfaces/augment-api-tx.ts +0 -1550
  43. package/src/interfaces/augment-api.ts +0 -10
  44. package/src/interfaces/augment-types.ts +0 -1256
  45. package/src/interfaces/lookup.ts +0 -5912
  46. package/src/interfaces/registry.ts +0 -433
  47. package/src/interfaces/types-lookup.ts +0 -6455
  48. package/src/metadata/metadata.json +0 -5
  49. package/src/metadata/static-latest.ts +0 -1
  50. package/src/metadata/static-type.ts +0 -3
  51. package/ts-types/playground.d.ts +0 -1
  52. package/ts-types/src/examples/job_and_result_submission.d.ts +0 -1
  53. package/ts-types/src/index.d.ts +0 -3
  54. package/ts-types/src/interfaces/augment-api-consts.d.ts +0 -950
  55. package/ts-types/src/interfaces/augment-api-events.d.ts +0 -2281
  56. package/ts-types/src/interfaces/augment-api-query.d.ts +0 -1660
  57. package/ts-types/src/interfaces/augment-api-rpc.d.ts +0 -679
  58. package/ts-types/src/interfaces/augment-api-runtime.d.ts +0 -363
  59. package/ts-types/src/interfaces/augment-api.d.ts +0 -7
  60. package/ts-types/src/interfaces/augment-types.d.ts +0 -1249
  61. package/ts-types/src/interfaces/registry.d.ts +0 -426
  62. package/ts-types/src/metadata/static-latest.d.ts +0 -2
  63. package/ts-types/src/metadata/static-type.d.ts +0 -2
  64. package/ts-types/tsconfig.tsbuildinfo +0 -1
  65. package/tsconfig.json +0 -36
  66. /package/{build/examples → examples}/job_and_result_submission.d.ts +0 -0
  67. /package/{build/examples → examples}/job_and_result_submission.js +0 -0
  68. /package/{build/index.d.ts → index.d.ts} +0 -0
  69. /package/{build/index.js → index.js} +0 -0
  70. /package/{build/interfaces → interfaces}/augment-api-consts.js +0 -0
  71. /package/{build/interfaces → interfaces}/augment-api-errors.js +0 -0
  72. /package/{build/interfaces → interfaces}/augment-api-events.js +0 -0
  73. /package/{build/interfaces → interfaces}/augment-api-query.js +0 -0
  74. /package/{build/interfaces → interfaces}/augment-api-rpc.d.ts +0 -0
  75. /package/{build/interfaces → interfaces}/augment-api-rpc.js +0 -0
  76. /package/{build/interfaces → interfaces}/augment-api-runtime.d.ts +0 -0
  77. /package/{build/interfaces → interfaces}/augment-api-runtime.js +0 -0
  78. /package/{build/interfaces → interfaces}/augment-api-tx.js +0 -0
  79. /package/{build/interfaces → interfaces}/augment-api.d.ts +0 -0
  80. /package/{build/interfaces → interfaces}/augment-api.js +0 -0
  81. /package/{build/interfaces → interfaces}/augment-types.d.ts +0 -0
  82. /package/{build/interfaces → interfaces}/augment-types.js +0 -0
  83. /package/{build/interfaces → interfaces}/registry.js +0 -0
  84. /package/{build/interfaces → interfaces}/types-lookup.js +0 -0
@@ -1,2876 +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, PalletDkgFeeInfo, SpNposElectionsSupport, SpNposElectionsElectionScore, PalletElectionProviderMultiPhaseRawSolution, PalletElectionProviderMultiPhaseSolutionOrSnapshotSize, PalletElectionsPhragmenRenouncing, EthereumTransactionTransactionV2, SpConsensusGrandpaEquivocationProof, SpCoreVoid, PalletIdentityJudgement, PalletIdentityLegacyIdentityInfo, SpRuntimeMultiSignature, PalletImOnlineHeartbeat, PalletImOnlineSr25519AppSr25519Signature, TanglePrimitivesRolesRoleType, TanglePrimitivesJobsValidatorOffenceType, TanglePrimitivesJobsJobSubmission, TanglePrimitivesJobsJobResult, TanglePrimitivesMisbehaviorMisbehaviorSubmission, PalletMultisigTimepoint, PalletNominationPoolsBondExtra, PalletNominationPoolsClaimPermission, PalletNominationPoolsCommissionChangeRate, PalletNominationPoolsCommissionClaimPermission, PalletNominationPoolsConfigOpU128, PalletNominationPoolsConfigOpU32, PalletNominationPoolsConfigOpPerbill, PalletNominationPoolsPoolState, PalletNominationPoolsConfigOpAccountId32, TangleTestnetRuntimeProxyType, PalletRolesProfile, TangleTestnetRuntimeOpaqueSessionKeys, PalletStakingRewardDestination, PalletStakingPalletConfigOpU128, PalletStakingPalletConfigOpU32, PalletStakingPalletConfigOpPercent, PalletStakingPalletConfigOpPerbill, PalletStakingValidatorPrefs, StagingXcmV4AssetAssetId, StagingXcmV4Asset, StagingXcmV4Location, SygmaBridgeProposal, SygmaTraitsMpcAddress, SygmaFeeHandlerRouterFeeHandlerType, TangleTestnetRuntimeOriginCaller, PalletVestingVestingInfo, PalletZksaasFeeInfo } 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>, [Compact<u128>, MultiAddress, Compact<u128>]>;
28
- /**
29
- * See [`Pallet::block`].
30
- **/
31
- block: AugmentedSubmittable<(id: Compact<u128> | AnyNumber | Uint8Array, who: MultiAddress | {
32
- Id: any;
33
- } | {
34
- Index: any;
35
- } | {
36
- Raw: any;
37
- } | {
38
- Address32: any;
39
- } | {
40
- Address20: any;
41
- } | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [Compact<u128>, MultiAddress]>;
42
- /**
43
- * See [`Pallet::burn`].
44
- **/
45
- burn: AugmentedSubmittable<(id: Compact<u128> | AnyNumber | Uint8Array, who: MultiAddress | {
46
- Id: any;
47
- } | {
48
- Index: any;
49
- } | {
50
- Raw: any;
51
- } | {
52
- Address32: any;
53
- } | {
54
- Address20: any;
55
- } | string | Uint8Array, amount: Compact<u128> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [Compact<u128>, MultiAddress, Compact<u128>]>;
56
- /**
57
- * See [`Pallet::cancel_approval`].
58
- **/
59
- cancelApproval: AugmentedSubmittable<(id: Compact<u128> | AnyNumber | Uint8Array, delegate: MultiAddress | {
60
- Id: any;
61
- } | {
62
- Index: any;
63
- } | {
64
- Raw: any;
65
- } | {
66
- Address32: any;
67
- } | {
68
- Address20: any;
69
- } | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [Compact<u128>, MultiAddress]>;
70
- /**
71
- * See [`Pallet::clear_metadata`].
72
- **/
73
- clearMetadata: AugmentedSubmittable<(id: Compact<u128> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [Compact<u128>]>;
74
- /**
75
- * See [`Pallet::create`].
76
- **/
77
- create: AugmentedSubmittable<(id: Compact<u128> | AnyNumber | Uint8Array, admin: MultiAddress | {
78
- Id: any;
79
- } | {
80
- Index: any;
81
- } | {
82
- Raw: any;
83
- } | {
84
- Address32: any;
85
- } | {
86
- Address20: any;
87
- } | string | Uint8Array, minBalance: u128 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [Compact<u128>, MultiAddress, u128]>;
88
- /**
89
- * See [`Pallet::destroy_accounts`].
90
- **/
91
- destroyAccounts: AugmentedSubmittable<(id: Compact<u128> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [Compact<u128>]>;
92
- /**
93
- * See [`Pallet::destroy_approvals`].
94
- **/
95
- destroyApprovals: AugmentedSubmittable<(id: Compact<u128> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [Compact<u128>]>;
96
- /**
97
- * See [`Pallet::finish_destroy`].
98
- **/
99
- finishDestroy: AugmentedSubmittable<(id: Compact<u128> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [Compact<u128>]>;
100
- /**
101
- * See [`Pallet::force_asset_status`].
102
- **/
103
- forceAssetStatus: AugmentedSubmittable<(id: Compact<u128> | AnyNumber | Uint8Array, owner: MultiAddress | {
104
- Id: any;
105
- } | {
106
- Index: any;
107
- } | {
108
- Raw: any;
109
- } | {
110
- Address32: any;
111
- } | {
112
- Address20: any;
113
- } | string | Uint8Array, issuer: MultiAddress | {
114
- Id: any;
115
- } | {
116
- Index: any;
117
- } | {
118
- Raw: any;
119
- } | {
120
- Address32: any;
121
- } | {
122
- Address20: any;
123
- } | string | Uint8Array, admin: MultiAddress | {
124
- Id: any;
125
- } | {
126
- Index: any;
127
- } | {
128
- Raw: any;
129
- } | {
130
- Address32: any;
131
- } | {
132
- Address20: any;
133
- } | string | Uint8Array, freezer: MultiAddress | {
134
- Id: any;
135
- } | {
136
- Index: any;
137
- } | {
138
- Raw: any;
139
- } | {
140
- Address32: any;
141
- } | {
142
- Address20: any;
143
- } | string | Uint8Array, minBalance: Compact<u128> | AnyNumber | Uint8Array, isSufficient: bool | boolean | Uint8Array, isFrozen: bool | boolean | Uint8Array) => SubmittableExtrinsic<ApiType>, [Compact<u128>, MultiAddress, MultiAddress, MultiAddress, MultiAddress, Compact<u128>, bool, bool]>;
144
- /**
145
- * See [`Pallet::force_cancel_approval`].
146
- **/
147
- forceCancelApproval: AugmentedSubmittable<(id: Compact<u128> | AnyNumber | Uint8Array, owner: MultiAddress | {
148
- Id: any;
149
- } | {
150
- Index: any;
151
- } | {
152
- Raw: any;
153
- } | {
154
- Address32: any;
155
- } | {
156
- Address20: any;
157
- } | string | Uint8Array, delegate: MultiAddress | {
158
- Id: any;
159
- } | {
160
- Index: any;
161
- } | {
162
- Raw: any;
163
- } | {
164
- Address32: any;
165
- } | {
166
- Address20: any;
167
- } | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [Compact<u128>, MultiAddress, MultiAddress]>;
168
- /**
169
- * See [`Pallet::force_clear_metadata`].
170
- **/
171
- forceClearMetadata: AugmentedSubmittable<(id: Compact<u128> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [Compact<u128>]>;
172
- /**
173
- * See [`Pallet::force_create`].
174
- **/
175
- forceCreate: AugmentedSubmittable<(id: Compact<u128> | AnyNumber | Uint8Array, owner: MultiAddress | {
176
- Id: any;
177
- } | {
178
- Index: any;
179
- } | {
180
- Raw: any;
181
- } | {
182
- Address32: any;
183
- } | {
184
- Address20: any;
185
- } | string | Uint8Array, isSufficient: bool | boolean | Uint8Array, minBalance: Compact<u128> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [Compact<u128>, MultiAddress, bool, Compact<u128>]>;
186
- /**
187
- * See [`Pallet::force_set_metadata`].
188
- **/
189
- 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>, [Compact<u128>, Bytes, Bytes, u8, bool]>;
190
- /**
191
- * See [`Pallet::force_transfer`].
192
- **/
193
- forceTransfer: AugmentedSubmittable<(id: Compact<u128> | AnyNumber | Uint8Array, source: MultiAddress | {
194
- Id: any;
195
- } | {
196
- Index: any;
197
- } | {
198
- Raw: any;
199
- } | {
200
- Address32: any;
201
- } | {
202
- Address20: any;
203
- } | string | Uint8Array, dest: MultiAddress | {
204
- Id: any;
205
- } | {
206
- Index: any;
207
- } | {
208
- Raw: any;
209
- } | {
210
- Address32: any;
211
- } | {
212
- Address20: any;
213
- } | string | Uint8Array, amount: Compact<u128> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [Compact<u128>, MultiAddress, MultiAddress, Compact<u128>]>;
214
- /**
215
- * See [`Pallet::freeze`].
216
- **/
217
- freeze: AugmentedSubmittable<(id: Compact<u128> | AnyNumber | Uint8Array, who: MultiAddress | {
218
- Id: any;
219
- } | {
220
- Index: any;
221
- } | {
222
- Raw: any;
223
- } | {
224
- Address32: any;
225
- } | {
226
- Address20: any;
227
- } | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [Compact<u128>, MultiAddress]>;
228
- /**
229
- * See [`Pallet::freeze_asset`].
230
- **/
231
- freezeAsset: AugmentedSubmittable<(id: Compact<u128> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [Compact<u128>]>;
232
- /**
233
- * See [`Pallet::mint`].
234
- **/
235
- mint: AugmentedSubmittable<(id: Compact<u128> | AnyNumber | Uint8Array, beneficiary: MultiAddress | {
236
- Id: any;
237
- } | {
238
- Index: any;
239
- } | {
240
- Raw: any;
241
- } | {
242
- Address32: any;
243
- } | {
244
- Address20: any;
245
- } | string | Uint8Array, amount: Compact<u128> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [Compact<u128>, MultiAddress, Compact<u128>]>;
246
- /**
247
- * See [`Pallet::refund`].
248
- **/
249
- refund: AugmentedSubmittable<(id: Compact<u128> | AnyNumber | Uint8Array, allowBurn: bool | boolean | Uint8Array) => SubmittableExtrinsic<ApiType>, [Compact<u128>, bool]>;
250
- /**
251
- * See [`Pallet::refund_other`].
252
- **/
253
- refundOther: AugmentedSubmittable<(id: Compact<u128> | AnyNumber | Uint8Array, who: MultiAddress | {
254
- Id: any;
255
- } | {
256
- Index: any;
257
- } | {
258
- Raw: any;
259
- } | {
260
- Address32: any;
261
- } | {
262
- Address20: any;
263
- } | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [Compact<u128>, MultiAddress]>;
264
- /**
265
- * See [`Pallet::set_metadata`].
266
- **/
267
- setMetadata: AugmentedSubmittable<(id: Compact<u128> | AnyNumber | Uint8Array, name: Bytes | string | Uint8Array, symbol: Bytes | string | Uint8Array, decimals: u8 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [Compact<u128>, Bytes, Bytes, u8]>;
268
- /**
269
- * See [`Pallet::set_min_balance`].
270
- **/
271
- setMinBalance: AugmentedSubmittable<(id: Compact<u128> | AnyNumber | Uint8Array, minBalance: u128 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [Compact<u128>, u128]>;
272
- /**
273
- * See [`Pallet::set_team`].
274
- **/
275
- setTeam: AugmentedSubmittable<(id: Compact<u128> | AnyNumber | Uint8Array, issuer: MultiAddress | {
276
- Id: any;
277
- } | {
278
- Index: any;
279
- } | {
280
- Raw: any;
281
- } | {
282
- Address32: any;
283
- } | {
284
- Address20: any;
285
- } | string | Uint8Array, admin: MultiAddress | {
286
- Id: any;
287
- } | {
288
- Index: any;
289
- } | {
290
- Raw: any;
291
- } | {
292
- Address32: any;
293
- } | {
294
- Address20: any;
295
- } | string | Uint8Array, freezer: MultiAddress | {
296
- Id: any;
297
- } | {
298
- Index: any;
299
- } | {
300
- Raw: any;
301
- } | {
302
- Address32: any;
303
- } | {
304
- Address20: any;
305
- } | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [Compact<u128>, MultiAddress, MultiAddress, MultiAddress]>;
306
- /**
307
- * See [`Pallet::start_destroy`].
308
- **/
309
- startDestroy: AugmentedSubmittable<(id: Compact<u128> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [Compact<u128>]>;
310
- /**
311
- * See [`Pallet::thaw`].
312
- **/
313
- thaw: AugmentedSubmittable<(id: Compact<u128> | AnyNumber | Uint8Array, who: MultiAddress | {
314
- Id: any;
315
- } | {
316
- Index: any;
317
- } | {
318
- Raw: any;
319
- } | {
320
- Address32: any;
321
- } | {
322
- Address20: any;
323
- } | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [Compact<u128>, MultiAddress]>;
324
- /**
325
- * See [`Pallet::thaw_asset`].
326
- **/
327
- thawAsset: AugmentedSubmittable<(id: Compact<u128> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [Compact<u128>]>;
328
- /**
329
- * See [`Pallet::touch`].
330
- **/
331
- touch: AugmentedSubmittable<(id: Compact<u128> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [Compact<u128>]>;
332
- /**
333
- * See [`Pallet::touch_other`].
334
- **/
335
- touchOther: AugmentedSubmittable<(id: Compact<u128> | AnyNumber | Uint8Array, who: MultiAddress | {
336
- Id: any;
337
- } | {
338
- Index: any;
339
- } | {
340
- Raw: any;
341
- } | {
342
- Address32: any;
343
- } | {
344
- Address20: any;
345
- } | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [Compact<u128>, MultiAddress]>;
346
- /**
347
- * See [`Pallet::transfer`].
348
- **/
349
- transfer: AugmentedSubmittable<(id: Compact<u128> | AnyNumber | Uint8Array, target: MultiAddress | {
350
- Id: any;
351
- } | {
352
- Index: any;
353
- } | {
354
- Raw: any;
355
- } | {
356
- Address32: any;
357
- } | {
358
- Address20: any;
359
- } | string | Uint8Array, amount: Compact<u128> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [Compact<u128>, MultiAddress, Compact<u128>]>;
360
- /**
361
- * See [`Pallet::transfer_approved`].
362
- **/
363
- transferApproved: AugmentedSubmittable<(id: Compact<u128> | AnyNumber | Uint8Array, owner: MultiAddress | {
364
- Id: any;
365
- } | {
366
- Index: any;
367
- } | {
368
- Raw: any;
369
- } | {
370
- Address32: any;
371
- } | {
372
- Address20: any;
373
- } | string | Uint8Array, destination: MultiAddress | {
374
- Id: any;
375
- } | {
376
- Index: any;
377
- } | {
378
- Raw: any;
379
- } | {
380
- Address32: any;
381
- } | {
382
- Address20: any;
383
- } | string | Uint8Array, amount: Compact<u128> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [Compact<u128>, MultiAddress, MultiAddress, Compact<u128>]>;
384
- /**
385
- * See [`Pallet::transfer_keep_alive`].
386
- **/
387
- transferKeepAlive: AugmentedSubmittable<(id: Compact<u128> | AnyNumber | Uint8Array, target: MultiAddress | {
388
- Id: any;
389
- } | {
390
- Index: any;
391
- } | {
392
- Raw: any;
393
- } | {
394
- Address32: any;
395
- } | {
396
- Address20: any;
397
- } | string | Uint8Array, amount: Compact<u128> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [Compact<u128>, MultiAddress, Compact<u128>]>;
398
- /**
399
- * See [`Pallet::transfer_ownership`].
400
- **/
401
- transferOwnership: AugmentedSubmittable<(id: Compact<u128> | AnyNumber | Uint8Array, owner: MultiAddress | {
402
- Id: any;
403
- } | {
404
- Index: any;
405
- } | {
406
- Raw: any;
407
- } | {
408
- Address32: any;
409
- } | {
410
- Address20: any;
411
- } | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [Compact<u128>, MultiAddress]>;
412
- /**
413
- * Generic tx
414
- **/
415
- [key: string]: SubmittableExtrinsicFunction<ApiType>;
416
- };
417
- babe: {
418
- /**
419
- * See [`Pallet::plan_config_change`].
420
- **/
421
- planConfigChange: AugmentedSubmittable<(config: SpConsensusBabeDigestsNextConfigDescriptor | {
422
- V1: any;
423
- } | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [SpConsensusBabeDigestsNextConfigDescriptor]>;
424
- /**
425
- * See [`Pallet::report_equivocation`].
426
- **/
427
- reportEquivocation: AugmentedSubmittable<(equivocationProof: SpConsensusSlotsEquivocationProof | {
428
- offender?: any;
429
- slot?: any;
430
- firstHeader?: any;
431
- secondHeader?: any;
432
- } | string | Uint8Array, keyOwnerProof: SpSessionMembershipProof | {
433
- session?: any;
434
- trieNodes?: any;
435
- validatorCount?: any;
436
- } | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [SpConsensusSlotsEquivocationProof, SpSessionMembershipProof]>;
437
- /**
438
- * See [`Pallet::report_equivocation_unsigned`].
439
- **/
440
- reportEquivocationUnsigned: AugmentedSubmittable<(equivocationProof: SpConsensusSlotsEquivocationProof | {
441
- offender?: any;
442
- slot?: any;
443
- firstHeader?: any;
444
- secondHeader?: any;
445
- } | string | Uint8Array, keyOwnerProof: SpSessionMembershipProof | {
446
- session?: any;
447
- trieNodes?: any;
448
- validatorCount?: any;
449
- } | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [SpConsensusSlotsEquivocationProof, SpSessionMembershipProof]>;
450
- /**
451
- * Generic tx
452
- **/
453
- [key: string]: SubmittableExtrinsicFunction<ApiType>;
454
- };
455
- bagsList: {
456
- /**
457
- * See [`Pallet::put_in_front_of`].
458
- **/
459
- putInFrontOf: AugmentedSubmittable<(lighter: MultiAddress | {
460
- Id: any;
461
- } | {
462
- Index: any;
463
- } | {
464
- Raw: any;
465
- } | {
466
- Address32: any;
467
- } | {
468
- Address20: any;
469
- } | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [MultiAddress]>;
470
- /**
471
- * See [`Pallet::put_in_front_of_other`].
472
- **/
473
- putInFrontOfOther: AugmentedSubmittable<(heavier: MultiAddress | {
474
- Id: any;
475
- } | {
476
- Index: any;
477
- } | {
478
- Raw: any;
479
- } | {
480
- Address32: any;
481
- } | {
482
- Address20: any;
483
- } | string | Uint8Array, lighter: MultiAddress | {
484
- Id: any;
485
- } | {
486
- Index: any;
487
- } | {
488
- Raw: any;
489
- } | {
490
- Address32: any;
491
- } | {
492
- Address20: any;
493
- } | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [MultiAddress, MultiAddress]>;
494
- /**
495
- * See [`Pallet::rebag`].
496
- **/
497
- rebag: AugmentedSubmittable<(dislocated: MultiAddress | {
498
- Id: any;
499
- } | {
500
- Index: any;
501
- } | {
502
- Raw: any;
503
- } | {
504
- Address32: any;
505
- } | {
506
- Address20: any;
507
- } | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [MultiAddress]>;
508
- /**
509
- * Generic tx
510
- **/
511
- [key: string]: SubmittableExtrinsicFunction<ApiType>;
512
- };
513
- balances: {
514
- /**
515
- * See [`Pallet::force_adjust_total_issuance`].
516
- **/
517
- forceAdjustTotalIssuance: AugmentedSubmittable<(direction: PalletBalancesAdjustmentDirection | 'Increase' | 'Decrease' | number | Uint8Array, delta: Compact<u128> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [PalletBalancesAdjustmentDirection, Compact<u128>]>;
518
- /**
519
- * See [`Pallet::force_set_balance`].
520
- **/
521
- forceSetBalance: AugmentedSubmittable<(who: MultiAddress | {
522
- Id: any;
523
- } | {
524
- Index: any;
525
- } | {
526
- Raw: any;
527
- } | {
528
- Address32: any;
529
- } | {
530
- Address20: any;
531
- } | string | Uint8Array, newFree: Compact<u128> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [MultiAddress, Compact<u128>]>;
532
- /**
533
- * See [`Pallet::force_transfer`].
534
- **/
535
- forceTransfer: AugmentedSubmittable<(source: MultiAddress | {
536
- Id: any;
537
- } | {
538
- Index: any;
539
- } | {
540
- Raw: any;
541
- } | {
542
- Address32: any;
543
- } | {
544
- Address20: any;
545
- } | string | Uint8Array, dest: MultiAddress | {
546
- Id: any;
547
- } | {
548
- Index: any;
549
- } | {
550
- Raw: any;
551
- } | {
552
- Address32: any;
553
- } | {
554
- Address20: any;
555
- } | string | Uint8Array, value: Compact<u128> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [MultiAddress, MultiAddress, Compact<u128>]>;
556
- /**
557
- * See [`Pallet::force_unreserve`].
558
- **/
559
- forceUnreserve: AugmentedSubmittable<(who: MultiAddress | {
560
- Id: any;
561
- } | {
562
- Index: any;
563
- } | {
564
- Raw: any;
565
- } | {
566
- Address32: any;
567
- } | {
568
- Address20: any;
569
- } | string | Uint8Array, amount: u128 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [MultiAddress, u128]>;
570
- /**
571
- * See [`Pallet::transfer_all`].
572
- **/
573
- transferAll: AugmentedSubmittable<(dest: MultiAddress | {
574
- Id: any;
575
- } | {
576
- Index: any;
577
- } | {
578
- Raw: any;
579
- } | {
580
- Address32: any;
581
- } | {
582
- Address20: any;
583
- } | string | Uint8Array, keepAlive: bool | boolean | Uint8Array) => SubmittableExtrinsic<ApiType>, [MultiAddress, bool]>;
584
- /**
585
- * See [`Pallet::transfer_allow_death`].
586
- **/
587
- transferAllowDeath: AugmentedSubmittable<(dest: MultiAddress | {
588
- Id: any;
589
- } | {
590
- Index: any;
591
- } | {
592
- Raw: any;
593
- } | {
594
- Address32: any;
595
- } | {
596
- Address20: any;
597
- } | string | Uint8Array, value: Compact<u128> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [MultiAddress, Compact<u128>]>;
598
- /**
599
- * See [`Pallet::transfer_keep_alive`].
600
- **/
601
- transferKeepAlive: AugmentedSubmittable<(dest: MultiAddress | {
602
- Id: any;
603
- } | {
604
- Index: any;
605
- } | {
606
- Raw: any;
607
- } | {
608
- Address32: any;
609
- } | {
610
- Address20: any;
611
- } | string | Uint8Array, value: Compact<u128> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [MultiAddress, Compact<u128>]>;
612
- /**
613
- * See [`Pallet::upgrade_accounts`].
614
- **/
615
- upgradeAccounts: AugmentedSubmittable<(who: Vec<AccountId32> | (AccountId32 | string | Uint8Array)[]) => SubmittableExtrinsic<ApiType>, [Vec<AccountId32>]>;
616
- /**
617
- * Generic tx
618
- **/
619
- [key: string]: SubmittableExtrinsicFunction<ApiType>;
620
- };
621
- baseFee: {
622
- /**
623
- * See [`Pallet::set_base_fee_per_gas`].
624
- **/
625
- setBaseFeePerGas: AugmentedSubmittable<(fee: U256 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [U256]>;
626
- /**
627
- * See [`Pallet::set_elasticity`].
628
- **/
629
- setElasticity: AugmentedSubmittable<(elasticity: Permill | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [Permill]>;
630
- /**
631
- * Generic tx
632
- **/
633
- [key: string]: SubmittableExtrinsicFunction<ApiType>;
634
- };
635
- bounties: {
636
- /**
637
- * See [`Pallet::accept_curator`].
638
- **/
639
- acceptCurator: AugmentedSubmittable<(bountyId: Compact<u32> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [Compact<u32>]>;
640
- /**
641
- * See [`Pallet::approve_bounty`].
642
- **/
643
- approveBounty: AugmentedSubmittable<(bountyId: Compact<u32> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [Compact<u32>]>;
644
- /**
645
- * See [`Pallet::award_bounty`].
646
- **/
647
- awardBounty: AugmentedSubmittable<(bountyId: Compact<u32> | AnyNumber | Uint8Array, beneficiary: MultiAddress | {
648
- Id: any;
649
- } | {
650
- Index: any;
651
- } | {
652
- Raw: any;
653
- } | {
654
- Address32: any;
655
- } | {
656
- Address20: any;
657
- } | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [Compact<u32>, MultiAddress]>;
658
- /**
659
- * See [`Pallet::claim_bounty`].
660
- **/
661
- claimBounty: AugmentedSubmittable<(bountyId: Compact<u32> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [Compact<u32>]>;
662
- /**
663
- * See [`Pallet::close_bounty`].
664
- **/
665
- closeBounty: AugmentedSubmittable<(bountyId: Compact<u32> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [Compact<u32>]>;
666
- /**
667
- * See [`Pallet::extend_bounty_expiry`].
668
- **/
669
- extendBountyExpiry: AugmentedSubmittable<(bountyId: Compact<u32> | AnyNumber | Uint8Array, remark: Bytes | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [Compact<u32>, Bytes]>;
670
- /**
671
- * See [`Pallet::propose_bounty`].
672
- **/
673
- proposeBounty: AugmentedSubmittable<(value: Compact<u128> | AnyNumber | Uint8Array, description: Bytes | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [Compact<u128>, Bytes]>;
674
- /**
675
- * See [`Pallet::propose_curator`].
676
- **/
677
- proposeCurator: AugmentedSubmittable<(bountyId: Compact<u32> | AnyNumber | Uint8Array, curator: MultiAddress | {
678
- Id: any;
679
- } | {
680
- Index: any;
681
- } | {
682
- Raw: any;
683
- } | {
684
- Address32: any;
685
- } | {
686
- Address20: any;
687
- } | string | Uint8Array, fee: Compact<u128> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [Compact<u32>, MultiAddress, Compact<u128>]>;
688
- /**
689
- * See [`Pallet::unassign_curator`].
690
- **/
691
- unassignCurator: AugmentedSubmittable<(bountyId: Compact<u32> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [Compact<u32>]>;
692
- /**
693
- * Generic tx
694
- **/
695
- [key: string]: SubmittableExtrinsicFunction<ApiType>;
696
- };
697
- childBounties: {
698
- /**
699
- * See [`Pallet::accept_curator`].
700
- **/
701
- acceptCurator: AugmentedSubmittable<(parentBountyId: Compact<u32> | AnyNumber | Uint8Array, childBountyId: Compact<u32> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [Compact<u32>, Compact<u32>]>;
702
- /**
703
- * See [`Pallet::add_child_bounty`].
704
- **/
705
- addChildBounty: AugmentedSubmittable<(parentBountyId: Compact<u32> | AnyNumber | Uint8Array, value: Compact<u128> | AnyNumber | Uint8Array, description: Bytes | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [Compact<u32>, Compact<u128>, Bytes]>;
706
- /**
707
- * See [`Pallet::award_child_bounty`].
708
- **/
709
- awardChildBounty: AugmentedSubmittable<(parentBountyId: Compact<u32> | AnyNumber | Uint8Array, childBountyId: Compact<u32> | AnyNumber | Uint8Array, beneficiary: MultiAddress | {
710
- Id: any;
711
- } | {
712
- Index: any;
713
- } | {
714
- Raw: any;
715
- } | {
716
- Address32: any;
717
- } | {
718
- Address20: any;
719
- } | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [Compact<u32>, Compact<u32>, MultiAddress]>;
720
- /**
721
- * See [`Pallet::claim_child_bounty`].
722
- **/
723
- claimChildBounty: AugmentedSubmittable<(parentBountyId: Compact<u32> | AnyNumber | Uint8Array, childBountyId: Compact<u32> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [Compact<u32>, Compact<u32>]>;
724
- /**
725
- * See [`Pallet::close_child_bounty`].
726
- **/
727
- closeChildBounty: AugmentedSubmittable<(parentBountyId: Compact<u32> | AnyNumber | Uint8Array, childBountyId: Compact<u32> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [Compact<u32>, Compact<u32>]>;
728
- /**
729
- * See [`Pallet::propose_curator`].
730
- **/
731
- proposeCurator: AugmentedSubmittable<(parentBountyId: Compact<u32> | AnyNumber | Uint8Array, childBountyId: Compact<u32> | AnyNumber | Uint8Array, curator: MultiAddress | {
732
- Id: any;
733
- } | {
734
- Index: any;
735
- } | {
736
- Raw: any;
737
- } | {
738
- Address32: any;
739
- } | {
740
- Address20: any;
741
- } | string | Uint8Array, fee: Compact<u128> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [Compact<u32>, Compact<u32>, MultiAddress, Compact<u128>]>;
742
- /**
743
- * See [`Pallet::unassign_curator`].
744
- **/
745
- unassignCurator: AugmentedSubmittable<(parentBountyId: Compact<u32> | AnyNumber | Uint8Array, childBountyId: Compact<u32> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [Compact<u32>, Compact<u32>]>;
746
- /**
747
- * Generic tx
748
- **/
749
- [key: string]: SubmittableExtrinsicFunction<ApiType>;
750
- };
751
- claims: {
752
- /**
753
- * See [`Pallet::claim`].
754
- **/
755
- claim: AugmentedSubmittable<(dest: Option<PalletAirdropClaimsUtilsMultiAddress> | null | Uint8Array | PalletAirdropClaimsUtilsMultiAddress | {
756
- EVM: any;
757
- } | {
758
- Native: any;
759
- } | string, signer: Option<PalletAirdropClaimsUtilsMultiAddress> | null | Uint8Array | PalletAirdropClaimsUtilsMultiAddress | {
760
- EVM: any;
761
- } | {
762
- Native: any;
763
- } | string, signature: PalletAirdropClaimsUtilsMultiAddressSignature | {
764
- EVM: any;
765
- } | {
766
- Native: any;
767
- } | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [Option<PalletAirdropClaimsUtilsMultiAddress>, Option<PalletAirdropClaimsUtilsMultiAddress>, PalletAirdropClaimsUtilsMultiAddressSignature]>;
768
- /**
769
- * See [`Pallet::claim_attest`].
770
- **/
771
- claimAttest: AugmentedSubmittable<(dest: Option<PalletAirdropClaimsUtilsMultiAddress> | null | Uint8Array | PalletAirdropClaimsUtilsMultiAddress | {
772
- EVM: any;
773
- } | {
774
- Native: any;
775
- } | string, signer: Option<PalletAirdropClaimsUtilsMultiAddress> | null | Uint8Array | PalletAirdropClaimsUtilsMultiAddress | {
776
- EVM: any;
777
- } | {
778
- Native: any;
779
- } | string, signature: PalletAirdropClaimsUtilsMultiAddressSignature | {
780
- EVM: any;
781
- } | {
782
- Native: any;
783
- } | string | Uint8Array, statement: Bytes | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [Option<PalletAirdropClaimsUtilsMultiAddress>, Option<PalletAirdropClaimsUtilsMultiAddress>, PalletAirdropClaimsUtilsMultiAddressSignature, Bytes]>;
784
- /**
785
- * See [`Pallet::claim_signed`].
786
- **/
787
- claimSigned: AugmentedSubmittable<(dest: Option<PalletAirdropClaimsUtilsMultiAddress> | null | Uint8Array | PalletAirdropClaimsUtilsMultiAddress | {
788
- EVM: any;
789
- } | {
790
- Native: any;
791
- } | string) => SubmittableExtrinsic<ApiType>, [Option<PalletAirdropClaimsUtilsMultiAddress>]>;
792
- /**
793
- * See [`Pallet::force_set_expiry_config`].
794
- **/
795
- forceSetExpiryConfig: AugmentedSubmittable<(expiryBlock: u64 | AnyNumber | Uint8Array, dest: PalletAirdropClaimsUtilsMultiAddress | {
796
- EVM: any;
797
- } | {
798
- Native: any;
799
- } | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [u64, PalletAirdropClaimsUtilsMultiAddress]>;
800
- /**
801
- * See [`Pallet::mint_claim`].
802
- **/
803
- mintClaim: AugmentedSubmittable<(who: PalletAirdropClaimsUtilsMultiAddress | {
804
- EVM: any;
805
- } | {
806
- Native: any;
807
- } | string | Uint8Array, value: u128 | AnyNumber | Uint8Array, vestingSchedule: Option<Vec<ITuple<[u128, u128, u64]>>> | null | Uint8Array | Vec<ITuple<[u128, u128, u64]>> | ([u128 | AnyNumber | Uint8Array, u128 | AnyNumber | Uint8Array, u64 | AnyNumber | Uint8Array])[], statement: Option<PalletAirdropClaimsStatementKind> | null | Uint8Array | PalletAirdropClaimsStatementKind | 'Regular' | 'Safe' | number) => SubmittableExtrinsic<ApiType>, [PalletAirdropClaimsUtilsMultiAddress, u128, Option<Vec<ITuple<[u128, u128, u64]>>>, Option<PalletAirdropClaimsStatementKind>]>;
808
- /**
809
- * See [`Pallet::move_claim`].
810
- **/
811
- moveClaim: AugmentedSubmittable<(old: PalletAirdropClaimsUtilsMultiAddress | {
812
- EVM: any;
813
- } | {
814
- Native: any;
815
- } | string | Uint8Array, updated: PalletAirdropClaimsUtilsMultiAddress | {
816
- EVM: any;
817
- } | {
818
- Native: any;
819
- } | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [PalletAirdropClaimsUtilsMultiAddress, PalletAirdropClaimsUtilsMultiAddress]>;
820
- /**
821
- * Generic tx
822
- **/
823
- [key: string]: SubmittableExtrinsicFunction<ApiType>;
824
- };
825
- council: {
826
- /**
827
- * See [`Pallet::close`].
828
- **/
829
- close: AugmentedSubmittable<(proposalHash: H256 | string | Uint8Array, index: Compact<u32> | AnyNumber | Uint8Array, proposalWeightBound: SpWeightsWeightV2Weight | {
830
- refTime?: any;
831
- proofSize?: any;
832
- } | string | Uint8Array, lengthBound: Compact<u32> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [H256, Compact<u32>, SpWeightsWeightV2Weight, Compact<u32>]>;
833
- /**
834
- * See [`Pallet::disapprove_proposal`].
835
- **/
836
- disapproveProposal: AugmentedSubmittable<(proposalHash: H256 | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [H256]>;
837
- /**
838
- * See [`Pallet::execute`].
839
- **/
840
- execute: AugmentedSubmittable<(proposal: Call | IMethod | string | Uint8Array, lengthBound: Compact<u32> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [Call, Compact<u32>]>;
841
- /**
842
- * See [`Pallet::propose`].
843
- **/
844
- propose: AugmentedSubmittable<(threshold: Compact<u32> | AnyNumber | Uint8Array, proposal: Call | IMethod | string | Uint8Array, lengthBound: Compact<u32> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [Compact<u32>, Call, Compact<u32>]>;
845
- /**
846
- * See [`Pallet::set_members`].
847
- **/
848
- setMembers: AugmentedSubmittable<(newMembers: Vec<AccountId32> | (AccountId32 | string | Uint8Array)[], prime: Option<AccountId32> | null | Uint8Array | AccountId32 | string, oldCount: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [Vec<AccountId32>, Option<AccountId32>, u32]>;
849
- /**
850
- * See [`Pallet::vote`].
851
- **/
852
- vote: AugmentedSubmittable<(proposal: H256 | string | Uint8Array, index: Compact<u32> | AnyNumber | Uint8Array, approve: bool | boolean | Uint8Array) => SubmittableExtrinsic<ApiType>, [H256, Compact<u32>, bool]>;
853
- /**
854
- * Generic tx
855
- **/
856
- [key: string]: SubmittableExtrinsicFunction<ApiType>;
857
- };
858
- democracy: {
859
- /**
860
- * See [`Pallet::blacklist`].
861
- **/
862
- blacklist: AugmentedSubmittable<(proposalHash: H256 | string | Uint8Array, maybeRefIndex: Option<u32> | null | Uint8Array | u32 | AnyNumber) => SubmittableExtrinsic<ApiType>, [H256, Option<u32>]>;
863
- /**
864
- * See [`Pallet::cancel_proposal`].
865
- **/
866
- cancelProposal: AugmentedSubmittable<(propIndex: Compact<u32> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [Compact<u32>]>;
867
- /**
868
- * See [`Pallet::cancel_referendum`].
869
- **/
870
- cancelReferendum: AugmentedSubmittable<(refIndex: Compact<u32> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [Compact<u32>]>;
871
- /**
872
- * See [`Pallet::clear_public_proposals`].
873
- **/
874
- clearPublicProposals: AugmentedSubmittable<() => SubmittableExtrinsic<ApiType>, []>;
875
- /**
876
- * See [`Pallet::delegate`].
877
- **/
878
- delegate: AugmentedSubmittable<(to: MultiAddress | {
879
- Id: any;
880
- } | {
881
- Index: any;
882
- } | {
883
- Raw: any;
884
- } | {
885
- Address32: any;
886
- } | {
887
- Address20: any;
888
- } | string | Uint8Array, conviction: PalletDemocracyConviction | 'None' | 'Locked1x' | 'Locked2x' | 'Locked3x' | 'Locked4x' | 'Locked5x' | 'Locked6x' | number | Uint8Array, balance: u128 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [MultiAddress, PalletDemocracyConviction, u128]>;
889
- /**
890
- * See [`Pallet::emergency_cancel`].
891
- **/
892
- emergencyCancel: AugmentedSubmittable<(refIndex: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [u32]>;
893
- /**
894
- * See [`Pallet::external_propose`].
895
- **/
896
- externalPropose: AugmentedSubmittable<(proposal: FrameSupportPreimagesBounded | {
897
- Legacy: any;
898
- } | {
899
- Inline: any;
900
- } | {
901
- Lookup: any;
902
- } | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [FrameSupportPreimagesBounded]>;
903
- /**
904
- * See [`Pallet::external_propose_default`].
905
- **/
906
- externalProposeDefault: AugmentedSubmittable<(proposal: FrameSupportPreimagesBounded | {
907
- Legacy: any;
908
- } | {
909
- Inline: any;
910
- } | {
911
- Lookup: any;
912
- } | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [FrameSupportPreimagesBounded]>;
913
- /**
914
- * See [`Pallet::external_propose_majority`].
915
- **/
916
- externalProposeMajority: AugmentedSubmittable<(proposal: FrameSupportPreimagesBounded | {
917
- Legacy: any;
918
- } | {
919
- Inline: any;
920
- } | {
921
- Lookup: any;
922
- } | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [FrameSupportPreimagesBounded]>;
923
- /**
924
- * See [`Pallet::fast_track`].
925
- **/
926
- fastTrack: AugmentedSubmittable<(proposalHash: H256 | string | Uint8Array, votingPeriod: u64 | AnyNumber | Uint8Array, delay: u64 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [H256, u64, u64]>;
927
- /**
928
- * See [`Pallet::propose`].
929
- **/
930
- propose: AugmentedSubmittable<(proposal: FrameSupportPreimagesBounded | {
931
- Legacy: any;
932
- } | {
933
- Inline: any;
934
- } | {
935
- Lookup: any;
936
- } | string | Uint8Array, value: Compact<u128> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [FrameSupportPreimagesBounded, Compact<u128>]>;
937
- /**
938
- * See [`Pallet::remove_other_vote`].
939
- **/
940
- removeOtherVote: AugmentedSubmittable<(target: MultiAddress | {
941
- Id: any;
942
- } | {
943
- Index: any;
944
- } | {
945
- Raw: any;
946
- } | {
947
- Address32: any;
948
- } | {
949
- Address20: any;
950
- } | string | Uint8Array, index: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [MultiAddress, u32]>;
951
- /**
952
- * See [`Pallet::remove_vote`].
953
- **/
954
- removeVote: AugmentedSubmittable<(index: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [u32]>;
955
- /**
956
- * See [`Pallet::second`].
957
- **/
958
- second: AugmentedSubmittable<(proposal: Compact<u32> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [Compact<u32>]>;
959
- /**
960
- * See [`Pallet::set_metadata`].
961
- **/
962
- setMetadata: AugmentedSubmittable<(owner: PalletDemocracyMetadataOwner | {
963
- External: any;
964
- } | {
965
- Proposal: any;
966
- } | {
967
- Referendum: any;
968
- } | string | Uint8Array, maybeHash: Option<H256> | null | Uint8Array | H256 | string) => SubmittableExtrinsic<ApiType>, [PalletDemocracyMetadataOwner, Option<H256>]>;
969
- /**
970
- * See [`Pallet::undelegate`].
971
- **/
972
- undelegate: AugmentedSubmittable<() => SubmittableExtrinsic<ApiType>, []>;
973
- /**
974
- * See [`Pallet::unlock`].
975
- **/
976
- unlock: AugmentedSubmittable<(target: MultiAddress | {
977
- Id: any;
978
- } | {
979
- Index: any;
980
- } | {
981
- Raw: any;
982
- } | {
983
- Address32: any;
984
- } | {
985
- Address20: any;
986
- } | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [MultiAddress]>;
987
- /**
988
- * See [`Pallet::veto_external`].
989
- **/
990
- vetoExternal: AugmentedSubmittable<(proposalHash: H256 | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [H256]>;
991
- /**
992
- * See [`Pallet::vote`].
993
- **/
994
- vote: AugmentedSubmittable<(refIndex: Compact<u32> | AnyNumber | Uint8Array, vote: PalletDemocracyVoteAccountVote | {
995
- Standard: any;
996
- } | {
997
- Split: any;
998
- } | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [Compact<u32>, PalletDemocracyVoteAccountVote]>;
999
- /**
1000
- * Generic tx
1001
- **/
1002
- [key: string]: SubmittableExtrinsicFunction<ApiType>;
1003
- };
1004
- dkg: {
1005
- /**
1006
- * See [`Pallet::set_fee`].
1007
- **/
1008
- setFee: AugmentedSubmittable<(feeInfo: PalletDkgFeeInfo | {
1009
- baseFee?: any;
1010
- dkgValidatorFee?: any;
1011
- sigValidatorFee?: any;
1012
- refreshValidatorFee?: any;
1013
- storageFeePerByte?: any;
1014
- storageFeePerBlock?: any;
1015
- } | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [PalletDkgFeeInfo]>;
1016
- /**
1017
- * Generic tx
1018
- **/
1019
- [key: string]: SubmittableExtrinsicFunction<ApiType>;
1020
- };
1021
- dynamicFee: {
1022
- /**
1023
- * See [`Pallet::note_min_gas_price_target`].
1024
- **/
1025
- noteMinGasPriceTarget: AugmentedSubmittable<(target: U256 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [U256]>;
1026
- /**
1027
- * Generic tx
1028
- **/
1029
- [key: string]: SubmittableExtrinsicFunction<ApiType>;
1030
- };
1031
- electionProviderMultiPhase: {
1032
- /**
1033
- * See [`Pallet::governance_fallback`].
1034
- **/
1035
- governanceFallback: AugmentedSubmittable<(maybeMaxVoters: Option<u32> | null | Uint8Array | u32 | AnyNumber, maybeMaxTargets: Option<u32> | null | Uint8Array | u32 | AnyNumber) => SubmittableExtrinsic<ApiType>, [Option<u32>, Option<u32>]>;
1036
- /**
1037
- * See [`Pallet::set_emergency_election_result`].
1038
- **/
1039
- setEmergencyElectionResult: AugmentedSubmittable<(supports: Vec<ITuple<[AccountId32, SpNposElectionsSupport]>> | ([AccountId32 | string | Uint8Array, SpNposElectionsSupport | {
1040
- total?: any;
1041
- voters?: any;
1042
- } | string | Uint8Array])[]) => SubmittableExtrinsic<ApiType>, [Vec<ITuple<[AccountId32, SpNposElectionsSupport]>>]>;
1043
- /**
1044
- * See [`Pallet::set_minimum_untrusted_score`].
1045
- **/
1046
- setMinimumUntrustedScore: AugmentedSubmittable<(maybeNextScore: Option<SpNposElectionsElectionScore> | null | Uint8Array | SpNposElectionsElectionScore | {
1047
- minimalStake?: any;
1048
- sumStake?: any;
1049
- sumStakeSquared?: any;
1050
- } | string) => SubmittableExtrinsic<ApiType>, [Option<SpNposElectionsElectionScore>]>;
1051
- /**
1052
- * See [`Pallet::submit`].
1053
- **/
1054
- submit: AugmentedSubmittable<(rawSolution: PalletElectionProviderMultiPhaseRawSolution | {
1055
- solution?: any;
1056
- score?: any;
1057
- round?: any;
1058
- } | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [PalletElectionProviderMultiPhaseRawSolution]>;
1059
- /**
1060
- * See [`Pallet::submit_unsigned`].
1061
- **/
1062
- submitUnsigned: AugmentedSubmittable<(rawSolution: PalletElectionProviderMultiPhaseRawSolution | {
1063
- solution?: any;
1064
- score?: any;
1065
- round?: any;
1066
- } | string | Uint8Array, witness: PalletElectionProviderMultiPhaseSolutionOrSnapshotSize | {
1067
- voters?: any;
1068
- targets?: any;
1069
- } | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [PalletElectionProviderMultiPhaseRawSolution, PalletElectionProviderMultiPhaseSolutionOrSnapshotSize]>;
1070
- /**
1071
- * Generic tx
1072
- **/
1073
- [key: string]: SubmittableExtrinsicFunction<ApiType>;
1074
- };
1075
- elections: {
1076
- /**
1077
- * See [`Pallet::clean_defunct_voters`].
1078
- **/
1079
- cleanDefunctVoters: AugmentedSubmittable<(numVoters: u32 | AnyNumber | Uint8Array, numDefunct: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [u32, u32]>;
1080
- /**
1081
- * See [`Pallet::remove_member`].
1082
- **/
1083
- removeMember: AugmentedSubmittable<(who: MultiAddress | {
1084
- Id: any;
1085
- } | {
1086
- Index: any;
1087
- } | {
1088
- Raw: any;
1089
- } | {
1090
- Address32: any;
1091
- } | {
1092
- Address20: any;
1093
- } | string | Uint8Array, slashBond: bool | boolean | Uint8Array, rerunElection: bool | boolean | Uint8Array) => SubmittableExtrinsic<ApiType>, [MultiAddress, bool, bool]>;
1094
- /**
1095
- * See [`Pallet::remove_voter`].
1096
- **/
1097
- removeVoter: AugmentedSubmittable<() => SubmittableExtrinsic<ApiType>, []>;
1098
- /**
1099
- * See [`Pallet::renounce_candidacy`].
1100
- **/
1101
- renounceCandidacy: AugmentedSubmittable<(renouncing: PalletElectionsPhragmenRenouncing | {
1102
- Member: any;
1103
- } | {
1104
- RunnerUp: any;
1105
- } | {
1106
- Candidate: any;
1107
- } | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [PalletElectionsPhragmenRenouncing]>;
1108
- /**
1109
- * See [`Pallet::submit_candidacy`].
1110
- **/
1111
- submitCandidacy: AugmentedSubmittable<(candidateCount: Compact<u32> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [Compact<u32>]>;
1112
- /**
1113
- * See [`Pallet::vote`].
1114
- **/
1115
- vote: AugmentedSubmittable<(votes: Vec<AccountId32> | (AccountId32 | string | Uint8Array)[], value: Compact<u128> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [Vec<AccountId32>, Compact<u128>]>;
1116
- /**
1117
- * Generic tx
1118
- **/
1119
- [key: string]: SubmittableExtrinsicFunction<ApiType>;
1120
- };
1121
- ethereum: {
1122
- /**
1123
- * See [`Pallet::transact`].
1124
- **/
1125
- transact: AugmentedSubmittable<(transaction: EthereumTransactionTransactionV2 | {
1126
- Legacy: any;
1127
- } | {
1128
- EIP2930: any;
1129
- } | {
1130
- EIP1559: any;
1131
- } | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [EthereumTransactionTransactionV2]>;
1132
- /**
1133
- * Generic tx
1134
- **/
1135
- [key: string]: SubmittableExtrinsicFunction<ApiType>;
1136
- };
1137
- evm: {
1138
- /**
1139
- * See [`Pallet::call`].
1140
- **/
1141
- 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>]>> | ([H160 | string | Uint8Array, Vec<H256> | (H256 | string | Uint8Array)[]])[]) => SubmittableExtrinsic<ApiType>, [H160, H160, Bytes, U256, u64, U256, Option<U256>, Option<U256>, Vec<ITuple<[H160, Vec<H256>]>>]>;
1142
- /**
1143
- * See [`Pallet::create`].
1144
- **/
1145
- 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>]>> | ([H160 | string | Uint8Array, Vec<H256> | (H256 | string | Uint8Array)[]])[]) => SubmittableExtrinsic<ApiType>, [H160, Bytes, U256, u64, U256, Option<U256>, Option<U256>, Vec<ITuple<[H160, Vec<H256>]>>]>;
1146
- /**
1147
- * See [`Pallet::create2`].
1148
- **/
1149
- 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>]>> | ([H160 | string | Uint8Array, Vec<H256> | (H256 | string | Uint8Array)[]])[]) => SubmittableExtrinsic<ApiType>, [H160, Bytes, H256, U256, u64, U256, Option<U256>, Option<U256>, Vec<ITuple<[H160, Vec<H256>]>>]>;
1150
- /**
1151
- * See [`Pallet::withdraw`].
1152
- **/
1153
- withdraw: AugmentedSubmittable<(address: H160 | string | Uint8Array, value: u128 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [H160, u128]>;
1154
- /**
1155
- * Generic tx
1156
- **/
1157
- [key: string]: SubmittableExtrinsicFunction<ApiType>;
1158
- };
1159
- grandpa: {
1160
- /**
1161
- * See [`Pallet::note_stalled`].
1162
- **/
1163
- noteStalled: AugmentedSubmittable<(delay: u64 | AnyNumber | Uint8Array, bestFinalizedBlockNumber: u64 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [u64, u64]>;
1164
- /**
1165
- * See [`Pallet::report_equivocation`].
1166
- **/
1167
- reportEquivocation: AugmentedSubmittable<(equivocationProof: SpConsensusGrandpaEquivocationProof | {
1168
- setId?: any;
1169
- equivocation?: any;
1170
- } | string | Uint8Array, keyOwnerProof: SpCoreVoid | null) => SubmittableExtrinsic<ApiType>, [SpConsensusGrandpaEquivocationProof, SpCoreVoid]>;
1171
- /**
1172
- * See [`Pallet::report_equivocation_unsigned`].
1173
- **/
1174
- reportEquivocationUnsigned: AugmentedSubmittable<(equivocationProof: SpConsensusGrandpaEquivocationProof | {
1175
- setId?: any;
1176
- equivocation?: any;
1177
- } | string | Uint8Array, keyOwnerProof: SpCoreVoid | null) => SubmittableExtrinsic<ApiType>, [SpConsensusGrandpaEquivocationProof, SpCoreVoid]>;
1178
- /**
1179
- * Generic tx
1180
- **/
1181
- [key: string]: SubmittableExtrinsicFunction<ApiType>;
1182
- };
1183
- hotfixSufficients: {
1184
- /**
1185
- * See [`Pallet::hotfix_inc_account_sufficients`].
1186
- **/
1187
- hotfixIncAccountSufficients: AugmentedSubmittable<(addresses: Vec<H160> | (H160 | string | Uint8Array)[]) => SubmittableExtrinsic<ApiType>, [Vec<H160>]>;
1188
- /**
1189
- * Generic tx
1190
- **/
1191
- [key: string]: SubmittableExtrinsicFunction<ApiType>;
1192
- };
1193
- identity: {
1194
- /**
1195
- * See [`Pallet::accept_username`].
1196
- **/
1197
- acceptUsername: AugmentedSubmittable<(username: Bytes | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [Bytes]>;
1198
- /**
1199
- * See [`Pallet::add_registrar`].
1200
- **/
1201
- addRegistrar: AugmentedSubmittable<(account: MultiAddress | {
1202
- Id: any;
1203
- } | {
1204
- Index: any;
1205
- } | {
1206
- Raw: any;
1207
- } | {
1208
- Address32: any;
1209
- } | {
1210
- Address20: any;
1211
- } | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [MultiAddress]>;
1212
- /**
1213
- * See [`Pallet::add_sub`].
1214
- **/
1215
- addSub: AugmentedSubmittable<(sub: MultiAddress | {
1216
- Id: any;
1217
- } | {
1218
- Index: any;
1219
- } | {
1220
- Raw: any;
1221
- } | {
1222
- Address32: any;
1223
- } | {
1224
- Address20: any;
1225
- } | string | Uint8Array, data: Data | {
1226
- None: any;
1227
- } | {
1228
- Raw: any;
1229
- } | {
1230
- BlakeTwo256: any;
1231
- } | {
1232
- Sha256: any;
1233
- } | {
1234
- Keccak256: any;
1235
- } | {
1236
- ShaThree256: any;
1237
- } | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [MultiAddress, Data]>;
1238
- /**
1239
- * See [`Pallet::add_username_authority`].
1240
- **/
1241
- addUsernameAuthority: AugmentedSubmittable<(authority: MultiAddress | {
1242
- Id: any;
1243
- } | {
1244
- Index: any;
1245
- } | {
1246
- Raw: any;
1247
- } | {
1248
- Address32: any;
1249
- } | {
1250
- Address20: any;
1251
- } | string | Uint8Array, suffix: Bytes | string | Uint8Array, allocation: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [MultiAddress, Bytes, u32]>;
1252
- /**
1253
- * See [`Pallet::cancel_request`].
1254
- **/
1255
- cancelRequest: AugmentedSubmittable<(regIndex: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [u32]>;
1256
- /**
1257
- * See [`Pallet::clear_identity`].
1258
- **/
1259
- clearIdentity: AugmentedSubmittable<() => SubmittableExtrinsic<ApiType>, []>;
1260
- /**
1261
- * See [`Pallet::kill_identity`].
1262
- **/
1263
- killIdentity: AugmentedSubmittable<(target: MultiAddress | {
1264
- Id: any;
1265
- } | {
1266
- Index: any;
1267
- } | {
1268
- Raw: any;
1269
- } | {
1270
- Address32: any;
1271
- } | {
1272
- Address20: any;
1273
- } | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [MultiAddress]>;
1274
- /**
1275
- * See [`Pallet::provide_judgement`].
1276
- **/
1277
- provideJudgement: AugmentedSubmittable<(regIndex: Compact<u32> | AnyNumber | Uint8Array, target: MultiAddress | {
1278
- Id: any;
1279
- } | {
1280
- Index: any;
1281
- } | {
1282
- Raw: any;
1283
- } | {
1284
- Address32: any;
1285
- } | {
1286
- Address20: any;
1287
- } | string | Uint8Array, judgement: PalletIdentityJudgement | {
1288
- Unknown: any;
1289
- } | {
1290
- FeePaid: any;
1291
- } | {
1292
- Reasonable: any;
1293
- } | {
1294
- KnownGood: any;
1295
- } | {
1296
- OutOfDate: any;
1297
- } | {
1298
- LowQuality: any;
1299
- } | {
1300
- Erroneous: any;
1301
- } | string | Uint8Array, identity: H256 | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [Compact<u32>, MultiAddress, PalletIdentityJudgement, H256]>;
1302
- /**
1303
- * See [`Pallet::quit_sub`].
1304
- **/
1305
- quitSub: AugmentedSubmittable<() => SubmittableExtrinsic<ApiType>, []>;
1306
- /**
1307
- * See [`Pallet::remove_dangling_username`].
1308
- **/
1309
- removeDanglingUsername: AugmentedSubmittable<(username: Bytes | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [Bytes]>;
1310
- /**
1311
- * See [`Pallet::remove_expired_approval`].
1312
- **/
1313
- removeExpiredApproval: AugmentedSubmittable<(username: Bytes | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [Bytes]>;
1314
- /**
1315
- * See [`Pallet::remove_sub`].
1316
- **/
1317
- removeSub: AugmentedSubmittable<(sub: MultiAddress | {
1318
- Id: any;
1319
- } | {
1320
- Index: any;
1321
- } | {
1322
- Raw: any;
1323
- } | {
1324
- Address32: any;
1325
- } | {
1326
- Address20: any;
1327
- } | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [MultiAddress]>;
1328
- /**
1329
- * See [`Pallet::remove_username_authority`].
1330
- **/
1331
- removeUsernameAuthority: AugmentedSubmittable<(authority: MultiAddress | {
1332
- Id: any;
1333
- } | {
1334
- Index: any;
1335
- } | {
1336
- Raw: any;
1337
- } | {
1338
- Address32: any;
1339
- } | {
1340
- Address20: any;
1341
- } | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [MultiAddress]>;
1342
- /**
1343
- * See [`Pallet::rename_sub`].
1344
- **/
1345
- renameSub: AugmentedSubmittable<(sub: MultiAddress | {
1346
- Id: any;
1347
- } | {
1348
- Index: any;
1349
- } | {
1350
- Raw: any;
1351
- } | {
1352
- Address32: any;
1353
- } | {
1354
- Address20: any;
1355
- } | string | Uint8Array, data: Data | {
1356
- None: any;
1357
- } | {
1358
- Raw: any;
1359
- } | {
1360
- BlakeTwo256: any;
1361
- } | {
1362
- Sha256: any;
1363
- } | {
1364
- Keccak256: any;
1365
- } | {
1366
- ShaThree256: any;
1367
- } | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [MultiAddress, Data]>;
1368
- /**
1369
- * See [`Pallet::request_judgement`].
1370
- **/
1371
- requestJudgement: AugmentedSubmittable<(regIndex: Compact<u32> | AnyNumber | Uint8Array, maxFee: Compact<u128> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [Compact<u32>, Compact<u128>]>;
1372
- /**
1373
- * See [`Pallet::set_account_id`].
1374
- **/
1375
- setAccountId: AugmentedSubmittable<(index: Compact<u32> | AnyNumber | Uint8Array, updated: MultiAddress | {
1376
- Id: any;
1377
- } | {
1378
- Index: any;
1379
- } | {
1380
- Raw: any;
1381
- } | {
1382
- Address32: any;
1383
- } | {
1384
- Address20: any;
1385
- } | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [Compact<u32>, MultiAddress]>;
1386
- /**
1387
- * See [`Pallet::set_fee`].
1388
- **/
1389
- setFee: AugmentedSubmittable<(index: Compact<u32> | AnyNumber | Uint8Array, fee: Compact<u128> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [Compact<u32>, Compact<u128>]>;
1390
- /**
1391
- * See [`Pallet::set_fields`].
1392
- **/
1393
- setFields: AugmentedSubmittable<(index: Compact<u32> | AnyNumber | Uint8Array, fields: u64 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [Compact<u32>, u64]>;
1394
- /**
1395
- * See [`Pallet::set_identity`].
1396
- **/
1397
- setIdentity: AugmentedSubmittable<(info: PalletIdentityLegacyIdentityInfo | {
1398
- additional?: any;
1399
- display?: any;
1400
- legal?: any;
1401
- web?: any;
1402
- riot?: any;
1403
- email?: any;
1404
- pgpFingerprint?: any;
1405
- image?: any;
1406
- twitter?: any;
1407
- } | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [PalletIdentityLegacyIdentityInfo]>;
1408
- /**
1409
- * See [`Pallet::set_primary_username`].
1410
- **/
1411
- setPrimaryUsername: AugmentedSubmittable<(username: Bytes | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [Bytes]>;
1412
- /**
1413
- * See [`Pallet::set_subs`].
1414
- **/
1415
- setSubs: AugmentedSubmittable<(subs: Vec<ITuple<[AccountId32, Data]>> | ([AccountId32 | string | Uint8Array, Data | {
1416
- None: any;
1417
- } | {
1418
- Raw: any;
1419
- } | {
1420
- BlakeTwo256: any;
1421
- } | {
1422
- Sha256: any;
1423
- } | {
1424
- Keccak256: any;
1425
- } | {
1426
- ShaThree256: any;
1427
- } | string | Uint8Array])[]) => SubmittableExtrinsic<ApiType>, [Vec<ITuple<[AccountId32, Data]>>]>;
1428
- /**
1429
- * See [`Pallet::set_username_for`].
1430
- **/
1431
- setUsernameFor: AugmentedSubmittable<(who: MultiAddress | {
1432
- Id: any;
1433
- } | {
1434
- Index: any;
1435
- } | {
1436
- Raw: any;
1437
- } | {
1438
- Address32: any;
1439
- } | {
1440
- Address20: any;
1441
- } | string | Uint8Array, username: Bytes | string | Uint8Array, signature: Option<SpRuntimeMultiSignature> | null | Uint8Array | SpRuntimeMultiSignature | {
1442
- Ed25519: any;
1443
- } | {
1444
- Sr25519: any;
1445
- } | {
1446
- Ecdsa: any;
1447
- } | string) => SubmittableExtrinsic<ApiType>, [MultiAddress, Bytes, Option<SpRuntimeMultiSignature>]>;
1448
- /**
1449
- * Generic tx
1450
- **/
1451
- [key: string]: SubmittableExtrinsicFunction<ApiType>;
1452
- };
1453
- imOnline: {
1454
- /**
1455
- * See [`Pallet::heartbeat`].
1456
- **/
1457
- heartbeat: AugmentedSubmittable<(heartbeat: PalletImOnlineHeartbeat | {
1458
- blockNumber?: any;
1459
- sessionIndex?: any;
1460
- authorityIndex?: any;
1461
- validatorsLen?: any;
1462
- } | string | Uint8Array, signature: PalletImOnlineSr25519AppSr25519Signature | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [PalletImOnlineHeartbeat, PalletImOnlineSr25519AppSr25519Signature]>;
1463
- /**
1464
- * Generic tx
1465
- **/
1466
- [key: string]: SubmittableExtrinsicFunction<ApiType>;
1467
- };
1468
- indices: {
1469
- /**
1470
- * See [`Pallet::claim`].
1471
- **/
1472
- claim: AugmentedSubmittable<(index: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [u32]>;
1473
- /**
1474
- * See [`Pallet::force_transfer`].
1475
- **/
1476
- forceTransfer: AugmentedSubmittable<(updated: MultiAddress | {
1477
- Id: any;
1478
- } | {
1479
- Index: any;
1480
- } | {
1481
- Raw: any;
1482
- } | {
1483
- Address32: any;
1484
- } | {
1485
- Address20: any;
1486
- } | string | Uint8Array, index: u32 | AnyNumber | Uint8Array, freeze: bool | boolean | Uint8Array) => SubmittableExtrinsic<ApiType>, [MultiAddress, u32, bool]>;
1487
- /**
1488
- * See [`Pallet::free`].
1489
- **/
1490
- free: AugmentedSubmittable<(index: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [u32]>;
1491
- /**
1492
- * See [`Pallet::freeze`].
1493
- **/
1494
- freeze: AugmentedSubmittable<(index: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [u32]>;
1495
- /**
1496
- * See [`Pallet::transfer`].
1497
- **/
1498
- transfer: AugmentedSubmittable<(updated: MultiAddress | {
1499
- Id: any;
1500
- } | {
1501
- Index: any;
1502
- } | {
1503
- Raw: any;
1504
- } | {
1505
- Address32: any;
1506
- } | {
1507
- Address20: any;
1508
- } | string | Uint8Array, index: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [MultiAddress, u32]>;
1509
- /**
1510
- * Generic tx
1511
- **/
1512
- [key: string]: SubmittableExtrinsicFunction<ApiType>;
1513
- };
1514
- jobs: {
1515
- /**
1516
- * See [`Pallet::extend_job_result_ttl`].
1517
- **/
1518
- extendJobResultTtl: AugmentedSubmittable<(roleType: TanglePrimitivesRolesRoleType | {
1519
- Tss: any;
1520
- } | {
1521
- ZkSaaS: any;
1522
- } | {
1523
- LightClientRelaying: any;
1524
- } | string | Uint8Array, jobId: u64 | AnyNumber | Uint8Array, extendBy: u64 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [TanglePrimitivesRolesRoleType, u64, u64]>;
1525
- /**
1526
- * See [`Pallet::report_inactive_validator`].
1527
- **/
1528
- reportInactiveValidator: AugmentedSubmittable<(roleType: TanglePrimitivesRolesRoleType | {
1529
- Tss: any;
1530
- } | {
1531
- ZkSaaS: any;
1532
- } | {
1533
- LightClientRelaying: any;
1534
- } | string | Uint8Array, jobId: u64 | AnyNumber | Uint8Array, validator: AccountId32 | string | Uint8Array, offence: TanglePrimitivesJobsValidatorOffenceType | 'Inactivity' | 'InvalidSignatureSubmitted' | 'RejectedValidAction' | 'ApprovedInvalidAction' | number | Uint8Array, signatures: Vec<Bytes> | (Bytes | string | Uint8Array)[]) => SubmittableExtrinsic<ApiType>, [TanglePrimitivesRolesRoleType, u64, AccountId32, TanglePrimitivesJobsValidatorOffenceType, Vec<Bytes>]>;
1535
- /**
1536
- * See [`Pallet::set_permitted_caller`].
1537
- **/
1538
- setPermittedCaller: AugmentedSubmittable<(roleType: TanglePrimitivesRolesRoleType | {
1539
- Tss: any;
1540
- } | {
1541
- ZkSaaS: any;
1542
- } | {
1543
- LightClientRelaying: any;
1544
- } | string | Uint8Array, jobId: u64 | AnyNumber | Uint8Array, newPermittedCaller: AccountId32 | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [TanglePrimitivesRolesRoleType, u64, AccountId32]>;
1545
- /**
1546
- * See [`Pallet::set_time_fee`].
1547
- **/
1548
- setTimeFee: AugmentedSubmittable<(newFee: u128 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [u128]>;
1549
- /**
1550
- * See [`Pallet::submit_job`].
1551
- **/
1552
- submitJob: AugmentedSubmittable<(job: TanglePrimitivesJobsJobSubmission | {
1553
- expiry?: any;
1554
- ttl?: any;
1555
- jobType?: any;
1556
- fallback?: any;
1557
- } | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [TanglePrimitivesJobsJobSubmission]>;
1558
- /**
1559
- * See [`Pallet::submit_job_result`].
1560
- **/
1561
- submitJobResult: AugmentedSubmittable<(roleType: TanglePrimitivesRolesRoleType | {
1562
- Tss: any;
1563
- } | {
1564
- ZkSaaS: any;
1565
- } | {
1566
- LightClientRelaying: any;
1567
- } | string | Uint8Array, jobId: u64 | AnyNumber | Uint8Array, result: TanglePrimitivesJobsJobResult | {
1568
- DKGPhaseOne: any;
1569
- } | {
1570
- DKGPhaseTwo: any;
1571
- } | {
1572
- DKGPhaseThree: any;
1573
- } | {
1574
- DKGPhaseFour: any;
1575
- } | {
1576
- ZkSaaSPhaseOne: any;
1577
- } | {
1578
- ZkSaaSPhaseTwo: any;
1579
- } | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [TanglePrimitivesRolesRoleType, u64, TanglePrimitivesJobsJobResult]>;
1580
- /**
1581
- * See [`Pallet::submit_misbehavior`].
1582
- **/
1583
- submitMisbehavior: AugmentedSubmittable<(misbehavior: TanglePrimitivesMisbehaviorMisbehaviorSubmission | {
1584
- roleType?: any;
1585
- offender?: any;
1586
- jobId?: any;
1587
- justification?: any;
1588
- } | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [TanglePrimitivesMisbehaviorMisbehaviorSubmission]>;
1589
- /**
1590
- * See [`Pallet::withdraw_rewards`].
1591
- **/
1592
- withdrawRewards: AugmentedSubmittable<() => SubmittableExtrinsic<ApiType>, []>;
1593
- /**
1594
- * Generic tx
1595
- **/
1596
- [key: string]: SubmittableExtrinsicFunction<ApiType>;
1597
- };
1598
- multiAssetDelegation: {
1599
- /**
1600
- * See [`Pallet::cancel_delegator_bond_less`].
1601
- **/
1602
- cancelDelegatorBondLess: AugmentedSubmittable<() => SubmittableExtrinsic<ApiType>, []>;
1603
- /**
1604
- * See [`Pallet::cancel_leave_operators`].
1605
- **/
1606
- cancelLeaveOperators: AugmentedSubmittable<() => SubmittableExtrinsic<ApiType>, []>;
1607
- /**
1608
- * See [`Pallet::cancel_operator_bond_less`].
1609
- **/
1610
- cancelOperatorBondLess: AugmentedSubmittable<() => SubmittableExtrinsic<ApiType>, []>;
1611
- /**
1612
- * See [`Pallet::cancel_unstake`].
1613
- **/
1614
- cancelUnstake: AugmentedSubmittable<() => SubmittableExtrinsic<ApiType>, []>;
1615
- /**
1616
- * See [`Pallet::delegate`].
1617
- **/
1618
- delegate: AugmentedSubmittable<(operator: AccountId32 | string | Uint8Array, assetId: u128 | AnyNumber | Uint8Array, amount: u128 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [AccountId32, u128, u128]>;
1619
- /**
1620
- * See [`Pallet::deposit`].
1621
- **/
1622
- deposit: AugmentedSubmittable<(assetId: Option<u128> | null | Uint8Array | u128 | AnyNumber, amount: u128 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [Option<u128>, u128]>;
1623
- /**
1624
- * See [`Pallet::execute_delegator_bond_less`].
1625
- **/
1626
- executeDelegatorBondLess: AugmentedSubmittable<() => SubmittableExtrinsic<ApiType>, []>;
1627
- /**
1628
- * See [`Pallet::execute_leave_operators`].
1629
- **/
1630
- executeLeaveOperators: AugmentedSubmittable<() => SubmittableExtrinsic<ApiType>, []>;
1631
- /**
1632
- * See [`Pallet::execute_operator_bond_less`].
1633
- **/
1634
- executeOperatorBondLess: AugmentedSubmittable<() => SubmittableExtrinsic<ApiType>, []>;
1635
- /**
1636
- * See [`Pallet::execute_unstake`].
1637
- **/
1638
- executeUnstake: AugmentedSubmittable<() => SubmittableExtrinsic<ApiType>, []>;
1639
- /**
1640
- * See [`Pallet::go_offline`].
1641
- **/
1642
- goOffline: AugmentedSubmittable<() => SubmittableExtrinsic<ApiType>, []>;
1643
- /**
1644
- * See [`Pallet::go_online`].
1645
- **/
1646
- goOnline: AugmentedSubmittable<() => SubmittableExtrinsic<ApiType>, []>;
1647
- /**
1648
- * See [`Pallet::join_operators`].
1649
- **/
1650
- joinOperators: AugmentedSubmittable<(bondAmount: u128 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [u128]>;
1651
- /**
1652
- * See [`Pallet::operator_bond_more`].
1653
- **/
1654
- operatorBondMore: AugmentedSubmittable<(additionalBond: u128 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [u128]>;
1655
- /**
1656
- * See [`Pallet::schedule_delegator_bond_less`].
1657
- **/
1658
- scheduleDelegatorBondLess: AugmentedSubmittable<(operator: AccountId32 | string | Uint8Array, assetId: u128 | AnyNumber | Uint8Array, amount: u128 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [AccountId32, u128, u128]>;
1659
- /**
1660
- * See [`Pallet::schedule_leave_operators`].
1661
- **/
1662
- scheduleLeaveOperators: AugmentedSubmittable<() => SubmittableExtrinsic<ApiType>, []>;
1663
- /**
1664
- * See [`Pallet::schedule_operator_bond_less`].
1665
- **/
1666
- scheduleOperatorBondLess: AugmentedSubmittable<(bondLessAmount: u128 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [u128]>;
1667
- /**
1668
- * See [`Pallet::schedule_unstake`].
1669
- **/
1670
- scheduleUnstake: AugmentedSubmittable<(assetId: Option<u128> | null | Uint8Array | u128 | AnyNumber, amount: u128 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [Option<u128>, u128]>;
1671
- /**
1672
- * See [`Pallet::set_incentive_apy_and_cap`].
1673
- **/
1674
- setIncentiveApyAndCap: AugmentedSubmittable<(assetId: u128 | AnyNumber | Uint8Array, apy: u128 | AnyNumber | Uint8Array, cap: u128 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [u128, u128, u128]>;
1675
- /**
1676
- * See [`Pallet::set_whitelisted_assets`].
1677
- **/
1678
- setWhitelistedAssets: AugmentedSubmittable<(assets: Vec<u128> | (u128 | AnyNumber | Uint8Array)[]) => SubmittableExtrinsic<ApiType>, [Vec<u128>]>;
1679
- /**
1680
- * See [`Pallet::whitelist_blueprint_for_rewards`].
1681
- **/
1682
- whitelistBlueprintForRewards: AugmentedSubmittable<(blueprintId: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [u32]>;
1683
- /**
1684
- * Generic tx
1685
- **/
1686
- [key: string]: SubmittableExtrinsicFunction<ApiType>;
1687
- };
1688
- multisig: {
1689
- /**
1690
- * See [`Pallet::approve_as_multi`].
1691
- **/
1692
- approveAsMulti: AugmentedSubmittable<(threshold: u16 | AnyNumber | Uint8Array, otherSignatories: Vec<AccountId32> | (AccountId32 | string | Uint8Array)[], maybeTimepoint: Option<PalletMultisigTimepoint> | null | Uint8Array | PalletMultisigTimepoint | {
1693
- height?: any;
1694
- index?: any;
1695
- } | string, callHash: U8aFixed | string | Uint8Array, maxWeight: SpWeightsWeightV2Weight | {
1696
- refTime?: any;
1697
- proofSize?: any;
1698
- } | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [u16, Vec<AccountId32>, Option<PalletMultisigTimepoint>, U8aFixed, SpWeightsWeightV2Weight]>;
1699
- /**
1700
- * See [`Pallet::as_multi`].
1701
- **/
1702
- asMulti: AugmentedSubmittable<(threshold: u16 | AnyNumber | Uint8Array, otherSignatories: Vec<AccountId32> | (AccountId32 | string | Uint8Array)[], maybeTimepoint: Option<PalletMultisigTimepoint> | null | Uint8Array | PalletMultisigTimepoint | {
1703
- height?: any;
1704
- index?: any;
1705
- } | string, call: Call | IMethod | string | Uint8Array, maxWeight: SpWeightsWeightV2Weight | {
1706
- refTime?: any;
1707
- proofSize?: any;
1708
- } | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [u16, Vec<AccountId32>, Option<PalletMultisigTimepoint>, Call, SpWeightsWeightV2Weight]>;
1709
- /**
1710
- * See [`Pallet::as_multi_threshold_1`].
1711
- **/
1712
- asMultiThreshold1: AugmentedSubmittable<(otherSignatories: Vec<AccountId32> | (AccountId32 | string | Uint8Array)[], call: Call | IMethod | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [Vec<AccountId32>, Call]>;
1713
- /**
1714
- * See [`Pallet::cancel_as_multi`].
1715
- **/
1716
- cancelAsMulti: AugmentedSubmittable<(threshold: u16 | AnyNumber | Uint8Array, otherSignatories: Vec<AccountId32> | (AccountId32 | string | Uint8Array)[], timepoint: PalletMultisigTimepoint | {
1717
- height?: any;
1718
- index?: any;
1719
- } | string | Uint8Array, callHash: U8aFixed | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [u16, Vec<AccountId32>, PalletMultisigTimepoint, U8aFixed]>;
1720
- /**
1721
- * Generic tx
1722
- **/
1723
- [key: string]: SubmittableExtrinsicFunction<ApiType>;
1724
- };
1725
- nominationPools: {
1726
- /**
1727
- * See [`Pallet::adjust_pool_deposit`].
1728
- **/
1729
- adjustPoolDeposit: AugmentedSubmittable<(poolId: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [u32]>;
1730
- /**
1731
- * See [`Pallet::bond_extra`].
1732
- **/
1733
- bondExtra: AugmentedSubmittable<(extra: PalletNominationPoolsBondExtra | {
1734
- FreeBalance: any;
1735
- } | {
1736
- Rewards: any;
1737
- } | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [PalletNominationPoolsBondExtra]>;
1738
- /**
1739
- * See [`Pallet::bond_extra_other`].
1740
- **/
1741
- bondExtraOther: AugmentedSubmittable<(member: MultiAddress | {
1742
- Id: any;
1743
- } | {
1744
- Index: any;
1745
- } | {
1746
- Raw: any;
1747
- } | {
1748
- Address32: any;
1749
- } | {
1750
- Address20: any;
1751
- } | string | Uint8Array, extra: PalletNominationPoolsBondExtra | {
1752
- FreeBalance: any;
1753
- } | {
1754
- Rewards: any;
1755
- } | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [MultiAddress, PalletNominationPoolsBondExtra]>;
1756
- /**
1757
- * See [`Pallet::chill`].
1758
- **/
1759
- chill: AugmentedSubmittable<(poolId: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [u32]>;
1760
- /**
1761
- * See [`Pallet::claim_commission`].
1762
- **/
1763
- claimCommission: AugmentedSubmittable<(poolId: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [u32]>;
1764
- /**
1765
- * See [`Pallet::claim_payout`].
1766
- **/
1767
- claimPayout: AugmentedSubmittable<() => SubmittableExtrinsic<ApiType>, []>;
1768
- /**
1769
- * See [`Pallet::claim_payout_other`].
1770
- **/
1771
- claimPayoutOther: AugmentedSubmittable<(other: AccountId32 | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [AccountId32]>;
1772
- /**
1773
- * See [`Pallet::create`].
1774
- **/
1775
- create: AugmentedSubmittable<(amount: Compact<u128> | AnyNumber | Uint8Array, root: MultiAddress | {
1776
- Id: any;
1777
- } | {
1778
- Index: any;
1779
- } | {
1780
- Raw: any;
1781
- } | {
1782
- Address32: any;
1783
- } | {
1784
- Address20: any;
1785
- } | string | Uint8Array, nominator: MultiAddress | {
1786
- Id: any;
1787
- } | {
1788
- Index: any;
1789
- } | {
1790
- Raw: any;
1791
- } | {
1792
- Address32: any;
1793
- } | {
1794
- Address20: any;
1795
- } | string | Uint8Array, bouncer: MultiAddress | {
1796
- Id: any;
1797
- } | {
1798
- Index: any;
1799
- } | {
1800
- Raw: any;
1801
- } | {
1802
- Address32: any;
1803
- } | {
1804
- Address20: any;
1805
- } | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [Compact<u128>, MultiAddress, MultiAddress, MultiAddress]>;
1806
- /**
1807
- * See [`Pallet::create_with_pool_id`].
1808
- **/
1809
- createWithPoolId: AugmentedSubmittable<(amount: Compact<u128> | AnyNumber | Uint8Array, root: MultiAddress | {
1810
- Id: any;
1811
- } | {
1812
- Index: any;
1813
- } | {
1814
- Raw: any;
1815
- } | {
1816
- Address32: any;
1817
- } | {
1818
- Address20: any;
1819
- } | string | Uint8Array, nominator: MultiAddress | {
1820
- Id: any;
1821
- } | {
1822
- Index: any;
1823
- } | {
1824
- Raw: any;
1825
- } | {
1826
- Address32: any;
1827
- } | {
1828
- Address20: any;
1829
- } | string | Uint8Array, bouncer: MultiAddress | {
1830
- Id: any;
1831
- } | {
1832
- Index: any;
1833
- } | {
1834
- Raw: any;
1835
- } | {
1836
- Address32: any;
1837
- } | {
1838
- Address20: any;
1839
- } | string | Uint8Array, poolId: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [Compact<u128>, MultiAddress, MultiAddress, MultiAddress, u32]>;
1840
- /**
1841
- * See [`Pallet::join`].
1842
- **/
1843
- join: AugmentedSubmittable<(amount: Compact<u128> | AnyNumber | Uint8Array, poolId: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [Compact<u128>, u32]>;
1844
- /**
1845
- * See [`Pallet::nominate`].
1846
- **/
1847
- nominate: AugmentedSubmittable<(poolId: u32 | AnyNumber | Uint8Array, validators: Vec<AccountId32> | (AccountId32 | string | Uint8Array)[]) => SubmittableExtrinsic<ApiType>, [u32, Vec<AccountId32>]>;
1848
- /**
1849
- * See [`Pallet::pool_withdraw_unbonded`].
1850
- **/
1851
- poolWithdrawUnbonded: AugmentedSubmittable<(poolId: u32 | AnyNumber | Uint8Array, numSlashingSpans: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [u32, u32]>;
1852
- /**
1853
- * See [`Pallet::set_claim_permission`].
1854
- **/
1855
- setClaimPermission: AugmentedSubmittable<(permission: PalletNominationPoolsClaimPermission | 'Permissioned' | 'PermissionlessCompound' | 'PermissionlessWithdraw' | 'PermissionlessAll' | number | Uint8Array) => SubmittableExtrinsic<ApiType>, [PalletNominationPoolsClaimPermission]>;
1856
- /**
1857
- * See [`Pallet::set_commission`].
1858
- **/
1859
- setCommission: AugmentedSubmittable<(poolId: u32 | AnyNumber | Uint8Array, newCommission: Option<ITuple<[Perbill, AccountId32]>> | null | Uint8Array | ITuple<[Perbill, AccountId32]> | [Perbill | AnyNumber | Uint8Array, AccountId32 | string | Uint8Array]) => SubmittableExtrinsic<ApiType>, [u32, Option<ITuple<[Perbill, AccountId32]>>]>;
1860
- /**
1861
- * See [`Pallet::set_commission_change_rate`].
1862
- **/
1863
- setCommissionChangeRate: AugmentedSubmittable<(poolId: u32 | AnyNumber | Uint8Array, changeRate: PalletNominationPoolsCommissionChangeRate | {
1864
- maxIncrease?: any;
1865
- minDelay?: any;
1866
- } | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [u32, PalletNominationPoolsCommissionChangeRate]>;
1867
- /**
1868
- * See [`Pallet::set_commission_claim_permission`].
1869
- **/
1870
- setCommissionClaimPermission: AugmentedSubmittable<(poolId: u32 | AnyNumber | Uint8Array, permission: Option<PalletNominationPoolsCommissionClaimPermission> | null | Uint8Array | PalletNominationPoolsCommissionClaimPermission | {
1871
- Permissionless: any;
1872
- } | {
1873
- Account: any;
1874
- } | string) => SubmittableExtrinsic<ApiType>, [u32, Option<PalletNominationPoolsCommissionClaimPermission>]>;
1875
- /**
1876
- * See [`Pallet::set_commission_max`].
1877
- **/
1878
- setCommissionMax: AugmentedSubmittable<(poolId: u32 | AnyNumber | Uint8Array, maxCommission: Perbill | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [u32, Perbill]>;
1879
- /**
1880
- * See [`Pallet::set_configs`].
1881
- **/
1882
- setConfigs: AugmentedSubmittable<(minJoinBond: PalletNominationPoolsConfigOpU128 | {
1883
- Noop: any;
1884
- } | {
1885
- Set: any;
1886
- } | {
1887
- Remove: any;
1888
- } | string | Uint8Array, minCreateBond: PalletNominationPoolsConfigOpU128 | {
1889
- Noop: any;
1890
- } | {
1891
- Set: any;
1892
- } | {
1893
- Remove: any;
1894
- } | string | Uint8Array, maxPools: PalletNominationPoolsConfigOpU32 | {
1895
- Noop: any;
1896
- } | {
1897
- Set: any;
1898
- } | {
1899
- Remove: any;
1900
- } | string | Uint8Array, maxMembers: PalletNominationPoolsConfigOpU32 | {
1901
- Noop: any;
1902
- } | {
1903
- Set: any;
1904
- } | {
1905
- Remove: any;
1906
- } | string | Uint8Array, maxMembersPerPool: PalletNominationPoolsConfigOpU32 | {
1907
- Noop: any;
1908
- } | {
1909
- Set: any;
1910
- } | {
1911
- Remove: any;
1912
- } | string | Uint8Array, globalMaxCommission: PalletNominationPoolsConfigOpPerbill | {
1913
- Noop: any;
1914
- } | {
1915
- Set: any;
1916
- } | {
1917
- Remove: any;
1918
- } | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [PalletNominationPoolsConfigOpU128, PalletNominationPoolsConfigOpU128, PalletNominationPoolsConfigOpU32, PalletNominationPoolsConfigOpU32, PalletNominationPoolsConfigOpU32, PalletNominationPoolsConfigOpPerbill]>;
1919
- /**
1920
- * See [`Pallet::set_metadata`].
1921
- **/
1922
- setMetadata: AugmentedSubmittable<(poolId: u32 | AnyNumber | Uint8Array, metadata: Bytes | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [u32, Bytes]>;
1923
- /**
1924
- * See [`Pallet::set_state`].
1925
- **/
1926
- setState: AugmentedSubmittable<(poolId: u32 | AnyNumber | Uint8Array, state: PalletNominationPoolsPoolState | 'Open' | 'Blocked' | 'Destroying' | number | Uint8Array) => SubmittableExtrinsic<ApiType>, [u32, PalletNominationPoolsPoolState]>;
1927
- /**
1928
- * See [`Pallet::unbond`].
1929
- **/
1930
- unbond: AugmentedSubmittable<(memberAccount: MultiAddress | {
1931
- Id: any;
1932
- } | {
1933
- Index: any;
1934
- } | {
1935
- Raw: any;
1936
- } | {
1937
- Address32: any;
1938
- } | {
1939
- Address20: any;
1940
- } | string | Uint8Array, unbondingPoints: Compact<u128> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [MultiAddress, Compact<u128>]>;
1941
- /**
1942
- * See [`Pallet::update_roles`].
1943
- **/
1944
- updateRoles: AugmentedSubmittable<(poolId: u32 | AnyNumber | Uint8Array, newRoot: PalletNominationPoolsConfigOpAccountId32 | {
1945
- Noop: any;
1946
- } | {
1947
- Set: any;
1948
- } | {
1949
- Remove: any;
1950
- } | string | Uint8Array, newNominator: PalletNominationPoolsConfigOpAccountId32 | {
1951
- Noop: any;
1952
- } | {
1953
- Set: any;
1954
- } | {
1955
- Remove: any;
1956
- } | string | Uint8Array, newBouncer: PalletNominationPoolsConfigOpAccountId32 | {
1957
- Noop: any;
1958
- } | {
1959
- Set: any;
1960
- } | {
1961
- Remove: any;
1962
- } | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [u32, PalletNominationPoolsConfigOpAccountId32, PalletNominationPoolsConfigOpAccountId32, PalletNominationPoolsConfigOpAccountId32]>;
1963
- /**
1964
- * See [`Pallet::withdraw_unbonded`].
1965
- **/
1966
- withdrawUnbonded: AugmentedSubmittable<(memberAccount: MultiAddress | {
1967
- Id: any;
1968
- } | {
1969
- Index: any;
1970
- } | {
1971
- Raw: any;
1972
- } | {
1973
- Address32: any;
1974
- } | {
1975
- Address20: any;
1976
- } | string | Uint8Array, numSlashingSpans: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [MultiAddress, u32]>;
1977
- /**
1978
- * Generic tx
1979
- **/
1980
- [key: string]: SubmittableExtrinsicFunction<ApiType>;
1981
- };
1982
- preimage: {
1983
- /**
1984
- * See [`Pallet::ensure_updated`].
1985
- **/
1986
- ensureUpdated: AugmentedSubmittable<(hashes: Vec<H256> | (H256 | string | Uint8Array)[]) => SubmittableExtrinsic<ApiType>, [Vec<H256>]>;
1987
- /**
1988
- * See [`Pallet::note_preimage`].
1989
- **/
1990
- notePreimage: AugmentedSubmittable<(bytes: Bytes | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [Bytes]>;
1991
- /**
1992
- * See [`Pallet::request_preimage`].
1993
- **/
1994
- requestPreimage: AugmentedSubmittable<(hash: H256 | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [H256]>;
1995
- /**
1996
- * See [`Pallet::unnote_preimage`].
1997
- **/
1998
- unnotePreimage: AugmentedSubmittable<(hash: H256 | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [H256]>;
1999
- /**
2000
- * See [`Pallet::unrequest_preimage`].
2001
- **/
2002
- unrequestPreimage: AugmentedSubmittable<(hash: H256 | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [H256]>;
2003
- /**
2004
- * Generic tx
2005
- **/
2006
- [key: string]: SubmittableExtrinsicFunction<ApiType>;
2007
- };
2008
- proxy: {
2009
- /**
2010
- * See [`Pallet::add_proxy`].
2011
- **/
2012
- addProxy: AugmentedSubmittable<(delegate: MultiAddress | {
2013
- Id: any;
2014
- } | {
2015
- Index: any;
2016
- } | {
2017
- Raw: any;
2018
- } | {
2019
- Address32: any;
2020
- } | {
2021
- Address20: any;
2022
- } | string | Uint8Array, proxyType: TangleTestnetRuntimeProxyType | 'Any' | 'NonTransfer' | 'Governance' | 'Staking' | number | Uint8Array, delay: u64 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [MultiAddress, TangleTestnetRuntimeProxyType, u64]>;
2023
- /**
2024
- * See [`Pallet::announce`].
2025
- **/
2026
- announce: AugmentedSubmittable<(real: MultiAddress | {
2027
- Id: any;
2028
- } | {
2029
- Index: any;
2030
- } | {
2031
- Raw: any;
2032
- } | {
2033
- Address32: any;
2034
- } | {
2035
- Address20: any;
2036
- } | string | Uint8Array, callHash: H256 | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [MultiAddress, H256]>;
2037
- /**
2038
- * See [`Pallet::create_pure`].
2039
- **/
2040
- createPure: AugmentedSubmittable<(proxyType: TangleTestnetRuntimeProxyType | 'Any' | 'NonTransfer' | 'Governance' | 'Staking' | number | Uint8Array, delay: u64 | AnyNumber | Uint8Array, index: u16 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [TangleTestnetRuntimeProxyType, u64, u16]>;
2041
- /**
2042
- * See [`Pallet::kill_pure`].
2043
- **/
2044
- killPure: AugmentedSubmittable<(spawner: MultiAddress | {
2045
- Id: any;
2046
- } | {
2047
- Index: any;
2048
- } | {
2049
- Raw: any;
2050
- } | {
2051
- Address32: any;
2052
- } | {
2053
- Address20: any;
2054
- } | 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>, [MultiAddress, TangleTestnetRuntimeProxyType, u16, Compact<u64>, Compact<u32>]>;
2055
- /**
2056
- * See [`Pallet::proxy`].
2057
- **/
2058
- proxy: AugmentedSubmittable<(real: MultiAddress | {
2059
- Id: any;
2060
- } | {
2061
- Index: any;
2062
- } | {
2063
- Raw: any;
2064
- } | {
2065
- Address32: any;
2066
- } | {
2067
- Address20: any;
2068
- } | string | Uint8Array, forceProxyType: Option<TangleTestnetRuntimeProxyType> | null | Uint8Array | TangleTestnetRuntimeProxyType | 'Any' | 'NonTransfer' | 'Governance' | 'Staking' | number, call: Call | IMethod | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [MultiAddress, Option<TangleTestnetRuntimeProxyType>, Call]>;
2069
- /**
2070
- * See [`Pallet::proxy_announced`].
2071
- **/
2072
- proxyAnnounced: AugmentedSubmittable<(delegate: MultiAddress | {
2073
- Id: any;
2074
- } | {
2075
- Index: any;
2076
- } | {
2077
- Raw: any;
2078
- } | {
2079
- Address32: any;
2080
- } | {
2081
- Address20: any;
2082
- } | string | Uint8Array, real: MultiAddress | {
2083
- Id: any;
2084
- } | {
2085
- Index: any;
2086
- } | {
2087
- Raw: any;
2088
- } | {
2089
- Address32: any;
2090
- } | {
2091
- Address20: any;
2092
- } | string | Uint8Array, forceProxyType: Option<TangleTestnetRuntimeProxyType> | null | Uint8Array | TangleTestnetRuntimeProxyType | 'Any' | 'NonTransfer' | 'Governance' | 'Staking' | number, call: Call | IMethod | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [MultiAddress, MultiAddress, Option<TangleTestnetRuntimeProxyType>, Call]>;
2093
- /**
2094
- * See [`Pallet::reject_announcement`].
2095
- **/
2096
- rejectAnnouncement: AugmentedSubmittable<(delegate: MultiAddress | {
2097
- Id: any;
2098
- } | {
2099
- Index: any;
2100
- } | {
2101
- Raw: any;
2102
- } | {
2103
- Address32: any;
2104
- } | {
2105
- Address20: any;
2106
- } | string | Uint8Array, callHash: H256 | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [MultiAddress, H256]>;
2107
- /**
2108
- * See [`Pallet::remove_announcement`].
2109
- **/
2110
- removeAnnouncement: AugmentedSubmittable<(real: MultiAddress | {
2111
- Id: any;
2112
- } | {
2113
- Index: any;
2114
- } | {
2115
- Raw: any;
2116
- } | {
2117
- Address32: any;
2118
- } | {
2119
- Address20: any;
2120
- } | string | Uint8Array, callHash: H256 | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [MultiAddress, H256]>;
2121
- /**
2122
- * See [`Pallet::remove_proxies`].
2123
- **/
2124
- removeProxies: AugmentedSubmittable<() => SubmittableExtrinsic<ApiType>, []>;
2125
- /**
2126
- * See [`Pallet::remove_proxy`].
2127
- **/
2128
- removeProxy: AugmentedSubmittable<(delegate: MultiAddress | {
2129
- Id: any;
2130
- } | {
2131
- Index: any;
2132
- } | {
2133
- Raw: any;
2134
- } | {
2135
- Address32: any;
2136
- } | {
2137
- Address20: any;
2138
- } | string | Uint8Array, proxyType: TangleTestnetRuntimeProxyType | 'Any' | 'NonTransfer' | 'Governance' | 'Staking' | number | Uint8Array, delay: u64 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [MultiAddress, TangleTestnetRuntimeProxyType, u64]>;
2139
- /**
2140
- * Generic tx
2141
- **/
2142
- [key: string]: SubmittableExtrinsicFunction<ApiType>;
2143
- };
2144
- roles: {
2145
- /**
2146
- * See [`Pallet::chill`].
2147
- **/
2148
- chill: AugmentedSubmittable<() => SubmittableExtrinsic<ApiType>, []>;
2149
- /**
2150
- * See [`Pallet::create_profile`].
2151
- **/
2152
- createProfile: AugmentedSubmittable<(profile: PalletRolesProfile | {
2153
- Independent: any;
2154
- } | {
2155
- Shared: any;
2156
- } | string | Uint8Array, maxActiveServices: Option<u32> | null | Uint8Array | u32 | AnyNumber) => SubmittableExtrinsic<ApiType>, [PalletRolesProfile, Option<u32>]>;
2157
- /**
2158
- * See [`Pallet::delete_profile`].
2159
- **/
2160
- deleteProfile: AugmentedSubmittable<() => SubmittableExtrinsic<ApiType>, []>;
2161
- /**
2162
- * See [`Pallet::payout_stakers`].
2163
- **/
2164
- payoutStakers: AugmentedSubmittable<(validatorStash: AccountId32 | string | Uint8Array, era: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [AccountId32, u32]>;
2165
- /**
2166
- * See [`Pallet::set_min_restaking_bond`].
2167
- **/
2168
- setMinRestakingBond: AugmentedSubmittable<(minRestakingBond: u128 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [u128]>;
2169
- /**
2170
- * See [`Pallet::unbond_funds`].
2171
- **/
2172
- unbondFunds: AugmentedSubmittable<(amount: Compact<u128> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [Compact<u128>]>;
2173
- /**
2174
- * See [`Pallet::update_profile`].
2175
- **/
2176
- updateProfile: AugmentedSubmittable<(updatedProfile: PalletRolesProfile | {
2177
- Independent: any;
2178
- } | {
2179
- Shared: any;
2180
- } | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [PalletRolesProfile]>;
2181
- /**
2182
- * See [`Pallet::withdraw_unbonded`].
2183
- **/
2184
- withdrawUnbonded: AugmentedSubmittable<() => SubmittableExtrinsic<ApiType>, []>;
2185
- /**
2186
- * Generic tx
2187
- **/
2188
- [key: string]: SubmittableExtrinsicFunction<ApiType>;
2189
- };
2190
- scheduler: {
2191
- /**
2192
- * See [`Pallet::cancel`].
2193
- **/
2194
- cancel: AugmentedSubmittable<(when: u64 | AnyNumber | Uint8Array, index: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [u64, u32]>;
2195
- /**
2196
- * See [`Pallet::cancel_named`].
2197
- **/
2198
- cancelNamed: AugmentedSubmittable<(id: U8aFixed | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [U8aFixed]>;
2199
- /**
2200
- * See [`Pallet::schedule`].
2201
- **/
2202
- 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>, [u64, Option<ITuple<[u64, u32]>>, u8, Call]>;
2203
- /**
2204
- * See [`Pallet::schedule_after`].
2205
- **/
2206
- 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>, [u64, Option<ITuple<[u64, u32]>>, u8, Call]>;
2207
- /**
2208
- * See [`Pallet::schedule_named`].
2209
- **/
2210
- 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>, [U8aFixed, u64, Option<ITuple<[u64, u32]>>, u8, Call]>;
2211
- /**
2212
- * See [`Pallet::schedule_named_after`].
2213
- **/
2214
- 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>, [U8aFixed, u64, Option<ITuple<[u64, u32]>>, u8, Call]>;
2215
- /**
2216
- * Generic tx
2217
- **/
2218
- [key: string]: SubmittableExtrinsicFunction<ApiType>;
2219
- };
2220
- session: {
2221
- /**
2222
- * See [`Pallet::purge_keys`].
2223
- **/
2224
- purgeKeys: AugmentedSubmittable<() => SubmittableExtrinsic<ApiType>, []>;
2225
- /**
2226
- * See [`Pallet::set_keys`].
2227
- **/
2228
- setKeys: AugmentedSubmittable<(keys: TangleTestnetRuntimeOpaqueSessionKeys | {
2229
- babe?: any;
2230
- grandpa?: any;
2231
- imOnline?: any;
2232
- role?: any;
2233
- } | string | Uint8Array, proof: Bytes | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [TangleTestnetRuntimeOpaqueSessionKeys, Bytes]>;
2234
- /**
2235
- * Generic tx
2236
- **/
2237
- [key: string]: SubmittableExtrinsicFunction<ApiType>;
2238
- };
2239
- staking: {
2240
- /**
2241
- * See [`Pallet::bond`].
2242
- **/
2243
- bond: AugmentedSubmittable<(value: Compact<u128> | AnyNumber | Uint8Array, payee: PalletStakingRewardDestination | {
2244
- Staked: any;
2245
- } | {
2246
- Stash: any;
2247
- } | {
2248
- Controller: any;
2249
- } | {
2250
- Account: any;
2251
- } | {
2252
- None: any;
2253
- } | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [Compact<u128>, PalletStakingRewardDestination]>;
2254
- /**
2255
- * See [`Pallet::bond_extra`].
2256
- **/
2257
- bondExtra: AugmentedSubmittable<(maxAdditional: Compact<u128> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [Compact<u128>]>;
2258
- /**
2259
- * See [`Pallet::cancel_deferred_slash`].
2260
- **/
2261
- cancelDeferredSlash: AugmentedSubmittable<(era: u32 | AnyNumber | Uint8Array, slashIndices: Vec<u32> | (u32 | AnyNumber | Uint8Array)[]) => SubmittableExtrinsic<ApiType>, [u32, Vec<u32>]>;
2262
- /**
2263
- * See [`Pallet::chill`].
2264
- **/
2265
- chill: AugmentedSubmittable<() => SubmittableExtrinsic<ApiType>, []>;
2266
- /**
2267
- * See [`Pallet::chill_other`].
2268
- **/
2269
- chillOther: AugmentedSubmittable<(stash: AccountId32 | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [AccountId32]>;
2270
- /**
2271
- * See [`Pallet::deprecate_controller_batch`].
2272
- **/
2273
- deprecateControllerBatch: AugmentedSubmittable<(controllers: Vec<AccountId32> | (AccountId32 | string | Uint8Array)[]) => SubmittableExtrinsic<ApiType>, [Vec<AccountId32>]>;
2274
- /**
2275
- * See [`Pallet::force_apply_min_commission`].
2276
- **/
2277
- forceApplyMinCommission: AugmentedSubmittable<(validatorStash: AccountId32 | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [AccountId32]>;
2278
- /**
2279
- * See [`Pallet::force_new_era`].
2280
- **/
2281
- forceNewEra: AugmentedSubmittable<() => SubmittableExtrinsic<ApiType>, []>;
2282
- /**
2283
- * See [`Pallet::force_new_era_always`].
2284
- **/
2285
- forceNewEraAlways: AugmentedSubmittable<() => SubmittableExtrinsic<ApiType>, []>;
2286
- /**
2287
- * See [`Pallet::force_no_eras`].
2288
- **/
2289
- forceNoEras: AugmentedSubmittable<() => SubmittableExtrinsic<ApiType>, []>;
2290
- /**
2291
- * See [`Pallet::force_unstake`].
2292
- **/
2293
- forceUnstake: AugmentedSubmittable<(stash: AccountId32 | string | Uint8Array, numSlashingSpans: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [AccountId32, u32]>;
2294
- /**
2295
- * See [`Pallet::increase_validator_count`].
2296
- **/
2297
- increaseValidatorCount: AugmentedSubmittable<(additional: Compact<u32> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [Compact<u32>]>;
2298
- /**
2299
- * See [`Pallet::kick`].
2300
- **/
2301
- kick: AugmentedSubmittable<(who: Vec<MultiAddress> | (MultiAddress | {
2302
- Id: any;
2303
- } | {
2304
- Index: any;
2305
- } | {
2306
- Raw: any;
2307
- } | {
2308
- Address32: any;
2309
- } | {
2310
- Address20: any;
2311
- } | string | Uint8Array)[]) => SubmittableExtrinsic<ApiType>, [Vec<MultiAddress>]>;
2312
- /**
2313
- * See [`Pallet::nominate`].
2314
- **/
2315
- nominate: AugmentedSubmittable<(targets: Vec<MultiAddress> | (MultiAddress | {
2316
- Id: any;
2317
- } | {
2318
- Index: any;
2319
- } | {
2320
- Raw: any;
2321
- } | {
2322
- Address32: any;
2323
- } | {
2324
- Address20: any;
2325
- } | string | Uint8Array)[]) => SubmittableExtrinsic<ApiType>, [Vec<MultiAddress>]>;
2326
- /**
2327
- * See [`Pallet::payout_stakers`].
2328
- **/
2329
- payoutStakers: AugmentedSubmittable<(validatorStash: AccountId32 | string | Uint8Array, era: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [AccountId32, u32]>;
2330
- /**
2331
- * See [`Pallet::payout_stakers_by_page`].
2332
- **/
2333
- payoutStakersByPage: AugmentedSubmittable<(validatorStash: AccountId32 | string | Uint8Array, era: u32 | AnyNumber | Uint8Array, page: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [AccountId32, u32, u32]>;
2334
- /**
2335
- * See [`Pallet::reap_stash`].
2336
- **/
2337
- reapStash: AugmentedSubmittable<(stash: AccountId32 | string | Uint8Array, numSlashingSpans: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [AccountId32, u32]>;
2338
- /**
2339
- * See [`Pallet::rebond`].
2340
- **/
2341
- rebond: AugmentedSubmittable<(value: Compact<u128> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [Compact<u128>]>;
2342
- /**
2343
- * See [`Pallet::scale_validator_count`].
2344
- **/
2345
- scaleValidatorCount: AugmentedSubmittable<(factor: Percent | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [Percent]>;
2346
- /**
2347
- * See [`Pallet::set_controller`].
2348
- **/
2349
- setController: AugmentedSubmittable<() => SubmittableExtrinsic<ApiType>, []>;
2350
- /**
2351
- * See [`Pallet::set_invulnerables`].
2352
- **/
2353
- setInvulnerables: AugmentedSubmittable<(invulnerables: Vec<AccountId32> | (AccountId32 | string | Uint8Array)[]) => SubmittableExtrinsic<ApiType>, [Vec<AccountId32>]>;
2354
- /**
2355
- * See [`Pallet::set_min_commission`].
2356
- **/
2357
- setMinCommission: AugmentedSubmittable<(updated: Perbill | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [Perbill]>;
2358
- /**
2359
- * See [`Pallet::set_payee`].
2360
- **/
2361
- setPayee: AugmentedSubmittable<(payee: PalletStakingRewardDestination | {
2362
- Staked: any;
2363
- } | {
2364
- Stash: any;
2365
- } | {
2366
- Controller: any;
2367
- } | {
2368
- Account: any;
2369
- } | {
2370
- None: any;
2371
- } | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [PalletStakingRewardDestination]>;
2372
- /**
2373
- * See [`Pallet::set_staking_configs`].
2374
- **/
2375
- setStakingConfigs: AugmentedSubmittable<(minNominatorBond: PalletStakingPalletConfigOpU128 | {
2376
- Noop: any;
2377
- } | {
2378
- Set: any;
2379
- } | {
2380
- Remove: any;
2381
- } | string | Uint8Array, minValidatorBond: PalletStakingPalletConfigOpU128 | {
2382
- Noop: any;
2383
- } | {
2384
- Set: any;
2385
- } | {
2386
- Remove: any;
2387
- } | string | Uint8Array, maxNominatorCount: PalletStakingPalletConfigOpU32 | {
2388
- Noop: any;
2389
- } | {
2390
- Set: any;
2391
- } | {
2392
- Remove: any;
2393
- } | string | Uint8Array, maxValidatorCount: PalletStakingPalletConfigOpU32 | {
2394
- Noop: any;
2395
- } | {
2396
- Set: any;
2397
- } | {
2398
- Remove: any;
2399
- } | string | Uint8Array, chillThreshold: PalletStakingPalletConfigOpPercent | {
2400
- Noop: any;
2401
- } | {
2402
- Set: any;
2403
- } | {
2404
- Remove: any;
2405
- } | string | Uint8Array, minCommission: PalletStakingPalletConfigOpPerbill | {
2406
- Noop: any;
2407
- } | {
2408
- Set: any;
2409
- } | {
2410
- Remove: any;
2411
- } | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [PalletStakingPalletConfigOpU128, PalletStakingPalletConfigOpU128, PalletStakingPalletConfigOpU32, PalletStakingPalletConfigOpU32, PalletStakingPalletConfigOpPercent, PalletStakingPalletConfigOpPerbill]>;
2412
- /**
2413
- * See [`Pallet::set_validator_count`].
2414
- **/
2415
- setValidatorCount: AugmentedSubmittable<(updated: Compact<u32> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [Compact<u32>]>;
2416
- /**
2417
- * See [`Pallet::unbond`].
2418
- **/
2419
- unbond: AugmentedSubmittable<(value: Compact<u128> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [Compact<u128>]>;
2420
- /**
2421
- * See [`Pallet::update_payee`].
2422
- **/
2423
- updatePayee: AugmentedSubmittable<(controller: AccountId32 | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [AccountId32]>;
2424
- /**
2425
- * See [`Pallet::validate`].
2426
- **/
2427
- validate: AugmentedSubmittable<(prefs: PalletStakingValidatorPrefs | {
2428
- commission?: any;
2429
- blocked?: any;
2430
- } | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [PalletStakingValidatorPrefs]>;
2431
- /**
2432
- * See [`Pallet::withdraw_unbonded`].
2433
- **/
2434
- withdrawUnbonded: AugmentedSubmittable<(numSlashingSpans: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [u32]>;
2435
- /**
2436
- * Generic tx
2437
- **/
2438
- [key: string]: SubmittableExtrinsicFunction<ApiType>;
2439
- };
2440
- sudo: {
2441
- /**
2442
- * See [`Pallet::remove_key`].
2443
- **/
2444
- removeKey: AugmentedSubmittable<() => SubmittableExtrinsic<ApiType>, []>;
2445
- /**
2446
- * See [`Pallet::set_key`].
2447
- **/
2448
- setKey: AugmentedSubmittable<(updated: MultiAddress | {
2449
- Id: any;
2450
- } | {
2451
- Index: any;
2452
- } | {
2453
- Raw: any;
2454
- } | {
2455
- Address32: any;
2456
- } | {
2457
- Address20: any;
2458
- } | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [MultiAddress]>;
2459
- /**
2460
- * See [`Pallet::sudo`].
2461
- **/
2462
- sudo: AugmentedSubmittable<(call: Call | IMethod | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [Call]>;
2463
- /**
2464
- * See [`Pallet::sudo_as`].
2465
- **/
2466
- sudoAs: AugmentedSubmittable<(who: MultiAddress | {
2467
- Id: any;
2468
- } | {
2469
- Index: any;
2470
- } | {
2471
- Raw: any;
2472
- } | {
2473
- Address32: any;
2474
- } | {
2475
- Address20: any;
2476
- } | string | Uint8Array, call: Call | IMethod | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [MultiAddress, Call]>;
2477
- /**
2478
- * See [`Pallet::sudo_unchecked_weight`].
2479
- **/
2480
- sudoUncheckedWeight: AugmentedSubmittable<(call: Call | IMethod | string | Uint8Array, weight: SpWeightsWeightV2Weight | {
2481
- refTime?: any;
2482
- proofSize?: any;
2483
- } | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [Call, SpWeightsWeightV2Weight]>;
2484
- /**
2485
- * Generic tx
2486
- **/
2487
- [key: string]: SubmittableExtrinsicFunction<ApiType>;
2488
- };
2489
- sygmaAccessSegregator: {
2490
- /**
2491
- * See [`Pallet::grant_access`].
2492
- **/
2493
- grantAccess: AugmentedSubmittable<(palletIndex: u8 | AnyNumber | Uint8Array, extrinsicName: Bytes | string | Uint8Array, who: AccountId32 | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [u8, Bytes, AccountId32]>;
2494
- /**
2495
- * Generic tx
2496
- **/
2497
- [key: string]: SubmittableExtrinsicFunction<ApiType>;
2498
- };
2499
- sygmaBasicFeeHandler: {
2500
- /**
2501
- * See [`Pallet::set_fee`].
2502
- **/
2503
- setFee: AugmentedSubmittable<(domain: u8 | AnyNumber | Uint8Array, asset: StagingXcmV4AssetAssetId | {
2504
- parents?: any;
2505
- interior?: any;
2506
- } | string | Uint8Array, amount: u128 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [u8, StagingXcmV4AssetAssetId, u128]>;
2507
- /**
2508
- * Generic tx
2509
- **/
2510
- [key: string]: SubmittableExtrinsicFunction<ApiType>;
2511
- };
2512
- sygmaBridge: {
2513
- /**
2514
- * See [`Pallet::deposit`].
2515
- **/
2516
- deposit: AugmentedSubmittable<(asset: StagingXcmV4Asset | {
2517
- id?: any;
2518
- fun?: any;
2519
- } | string | Uint8Array, dest: StagingXcmV4Location | {
2520
- parents?: any;
2521
- interior?: any;
2522
- } | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [StagingXcmV4Asset, StagingXcmV4Location]>;
2523
- /**
2524
- * See [`Pallet::execute_proposal`].
2525
- **/
2526
- executeProposal: AugmentedSubmittable<(proposals: Vec<SygmaBridgeProposal> | (SygmaBridgeProposal | {
2527
- originDomainId?: any;
2528
- depositNonce?: any;
2529
- resourceId?: any;
2530
- data?: any;
2531
- } | string | Uint8Array)[], signature: Bytes | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [Vec<SygmaBridgeProposal>, Bytes]>;
2532
- /**
2533
- * See [`Pallet::pause_all_bridges`].
2534
- **/
2535
- pauseAllBridges: AugmentedSubmittable<() => SubmittableExtrinsic<ApiType>, []>;
2536
- /**
2537
- * See [`Pallet::pause_bridge`].
2538
- **/
2539
- pauseBridge: AugmentedSubmittable<(destDomainId: u8 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [u8]>;
2540
- /**
2541
- * See [`Pallet::register_domain`].
2542
- **/
2543
- registerDomain: AugmentedSubmittable<(destDomainId: u8 | AnyNumber | Uint8Array, destChainId: U256 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [u8, U256]>;
2544
- /**
2545
- * See [`Pallet::retry`].
2546
- **/
2547
- retry: AugmentedSubmittable<(depositOnBlockHeight: u128 | AnyNumber | Uint8Array, destDomainId: u8 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [u128, u8]>;
2548
- /**
2549
- * See [`Pallet::set_mpc_address`].
2550
- **/
2551
- setMpcAddress: AugmentedSubmittable<(addr: SygmaTraitsMpcAddress | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [SygmaTraitsMpcAddress]>;
2552
- /**
2553
- * See [`Pallet::unpause_all_bridges`].
2554
- **/
2555
- unpauseAllBridges: AugmentedSubmittable<() => SubmittableExtrinsic<ApiType>, []>;
2556
- /**
2557
- * See [`Pallet::unpause_bridge`].
2558
- **/
2559
- unpauseBridge: AugmentedSubmittable<(destDomainId: u8 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [u8]>;
2560
- /**
2561
- * See [`Pallet::unregister_domain`].
2562
- **/
2563
- unregisterDomain: AugmentedSubmittable<(destDomainId: u8 | AnyNumber | Uint8Array, destChainId: U256 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [u8, U256]>;
2564
- /**
2565
- * Generic tx
2566
- **/
2567
- [key: string]: SubmittableExtrinsicFunction<ApiType>;
2568
- };
2569
- sygmaFeeHandlerRouter: {
2570
- /**
2571
- * See [`Pallet::set_fee_handler`].
2572
- **/
2573
- setFeeHandler: AugmentedSubmittable<(domain: u8 | AnyNumber | Uint8Array, asset: StagingXcmV4AssetAssetId | {
2574
- parents?: any;
2575
- interior?: any;
2576
- } | string | Uint8Array, handlerType: SygmaFeeHandlerRouterFeeHandlerType | 'BasicFeeHandler' | 'PercentageFeeHandler' | 'DynamicFeeHandler' | number | Uint8Array) => SubmittableExtrinsic<ApiType>, [u8, StagingXcmV4AssetAssetId, SygmaFeeHandlerRouterFeeHandlerType]>;
2577
- /**
2578
- * Generic tx
2579
- **/
2580
- [key: string]: SubmittableExtrinsicFunction<ApiType>;
2581
- };
2582
- sygmaPercentageFeeHandler: {
2583
- /**
2584
- * See [`Pallet::set_fee_rate`].
2585
- **/
2586
- setFeeRate: AugmentedSubmittable<(domain: u8 | AnyNumber | Uint8Array, asset: StagingXcmV4AssetAssetId | {
2587
- parents?: any;
2588
- interior?: any;
2589
- } | string | Uint8Array, feeRateBasisPoint: u32 | AnyNumber | Uint8Array, feeLowerBound: u128 | AnyNumber | Uint8Array, feeUpperBound: u128 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [u8, StagingXcmV4AssetAssetId, u32, u128, u128]>;
2590
- /**
2591
- * Generic tx
2592
- **/
2593
- [key: string]: SubmittableExtrinsicFunction<ApiType>;
2594
- };
2595
- system: {
2596
- /**
2597
- * See [`Pallet::apply_authorized_upgrade`].
2598
- **/
2599
- applyAuthorizedUpgrade: AugmentedSubmittable<(code: Bytes | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [Bytes]>;
2600
- /**
2601
- * See [`Pallet::authorize_upgrade`].
2602
- **/
2603
- authorizeUpgrade: AugmentedSubmittable<(codeHash: H256 | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [H256]>;
2604
- /**
2605
- * See [`Pallet::authorize_upgrade_without_checks`].
2606
- **/
2607
- authorizeUpgradeWithoutChecks: AugmentedSubmittable<(codeHash: H256 | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [H256]>;
2608
- /**
2609
- * See [`Pallet::kill_prefix`].
2610
- **/
2611
- killPrefix: AugmentedSubmittable<(prefix: Bytes | string | Uint8Array, subkeys: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [Bytes, u32]>;
2612
- /**
2613
- * See [`Pallet::kill_storage`].
2614
- **/
2615
- killStorage: AugmentedSubmittable<(keys: Vec<Bytes> | (Bytes | string | Uint8Array)[]) => SubmittableExtrinsic<ApiType>, [Vec<Bytes>]>;
2616
- /**
2617
- * See [`Pallet::remark`].
2618
- **/
2619
- remark: AugmentedSubmittable<(remark: Bytes | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [Bytes]>;
2620
- /**
2621
- * See [`Pallet::remark_with_event`].
2622
- **/
2623
- remarkWithEvent: AugmentedSubmittable<(remark: Bytes | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [Bytes]>;
2624
- /**
2625
- * See [`Pallet::set_code`].
2626
- **/
2627
- setCode: AugmentedSubmittable<(code: Bytes | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [Bytes]>;
2628
- /**
2629
- * See [`Pallet::set_code_without_checks`].
2630
- **/
2631
- setCodeWithoutChecks: AugmentedSubmittable<(code: Bytes | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [Bytes]>;
2632
- /**
2633
- * See [`Pallet::set_heap_pages`].
2634
- **/
2635
- setHeapPages: AugmentedSubmittable<(pages: u64 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [u64]>;
2636
- /**
2637
- * See [`Pallet::set_storage`].
2638
- **/
2639
- setStorage: AugmentedSubmittable<(items: Vec<ITuple<[Bytes, Bytes]>> | ([Bytes | string | Uint8Array, Bytes | string | Uint8Array])[]) => SubmittableExtrinsic<ApiType>, [Vec<ITuple<[Bytes, Bytes]>>]>;
2640
- /**
2641
- * Generic tx
2642
- **/
2643
- [key: string]: SubmittableExtrinsicFunction<ApiType>;
2644
- };
2645
- timestamp: {
2646
- /**
2647
- * See [`Pallet::set`].
2648
- **/
2649
- set: AugmentedSubmittable<(now: Compact<u64> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [Compact<u64>]>;
2650
- /**
2651
- * Generic tx
2652
- **/
2653
- [key: string]: SubmittableExtrinsicFunction<ApiType>;
2654
- };
2655
- treasury: {
2656
- /**
2657
- * See [`Pallet::approve_proposal`].
2658
- **/
2659
- approveProposal: AugmentedSubmittable<(proposalId: Compact<u32> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [Compact<u32>]>;
2660
- /**
2661
- * See [`Pallet::check_status`].
2662
- **/
2663
- checkStatus: AugmentedSubmittable<(index: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [u32]>;
2664
- /**
2665
- * See [`Pallet::payout`].
2666
- **/
2667
- payout: AugmentedSubmittable<(index: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [u32]>;
2668
- /**
2669
- * See [`Pallet::propose_spend`].
2670
- **/
2671
- proposeSpend: AugmentedSubmittable<(value: Compact<u128> | AnyNumber | Uint8Array, beneficiary: MultiAddress | {
2672
- Id: any;
2673
- } | {
2674
- Index: any;
2675
- } | {
2676
- Raw: any;
2677
- } | {
2678
- Address32: any;
2679
- } | {
2680
- Address20: any;
2681
- } | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [Compact<u128>, MultiAddress]>;
2682
- /**
2683
- * See [`Pallet::reject_proposal`].
2684
- **/
2685
- rejectProposal: AugmentedSubmittable<(proposalId: Compact<u32> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [Compact<u32>]>;
2686
- /**
2687
- * See [`Pallet::remove_approval`].
2688
- **/
2689
- removeApproval: AugmentedSubmittable<(proposalId: Compact<u32> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [Compact<u32>]>;
2690
- /**
2691
- * See [`Pallet::spend`].
2692
- **/
2693
- spend: AugmentedSubmittable<(assetKind: Null | null, amount: Compact<u128> | AnyNumber | Uint8Array, beneficiary: AccountId32 | string | Uint8Array, validFrom: Option<u64> | null | Uint8Array | u64 | AnyNumber) => SubmittableExtrinsic<ApiType>, [Null, Compact<u128>, AccountId32, Option<u64>]>;
2694
- /**
2695
- * See [`Pallet::spend_local`].
2696
- **/
2697
- spendLocal: AugmentedSubmittable<(amount: Compact<u128> | AnyNumber | Uint8Array, beneficiary: MultiAddress | {
2698
- Id: any;
2699
- } | {
2700
- Index: any;
2701
- } | {
2702
- Raw: any;
2703
- } | {
2704
- Address32: any;
2705
- } | {
2706
- Address20: any;
2707
- } | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [Compact<u128>, MultiAddress]>;
2708
- /**
2709
- * See [`Pallet::void_spend`].
2710
- **/
2711
- voidSpend: AugmentedSubmittable<(index: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [u32]>;
2712
- /**
2713
- * Generic tx
2714
- **/
2715
- [key: string]: SubmittableExtrinsicFunction<ApiType>;
2716
- };
2717
- txPause: {
2718
- /**
2719
- * See [`Pallet::pause`].
2720
- **/
2721
- pause: AugmentedSubmittable<(fullName: ITuple<[Bytes, Bytes]> | [Bytes | string | Uint8Array, Bytes | string | Uint8Array]) => SubmittableExtrinsic<ApiType>, [ITuple<[Bytes, Bytes]>]>;
2722
- /**
2723
- * See [`Pallet::unpause`].
2724
- **/
2725
- unpause: AugmentedSubmittable<(ident: ITuple<[Bytes, Bytes]> | [Bytes | string | Uint8Array, Bytes | string | Uint8Array]) => SubmittableExtrinsic<ApiType>, [ITuple<[Bytes, Bytes]>]>;
2726
- /**
2727
- * Generic tx
2728
- **/
2729
- [key: string]: SubmittableExtrinsicFunction<ApiType>;
2730
- };
2731
- utility: {
2732
- /**
2733
- * See [`Pallet::as_derivative`].
2734
- **/
2735
- asDerivative: AugmentedSubmittable<(index: u16 | AnyNumber | Uint8Array, call: Call | IMethod | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [u16, Call]>;
2736
- /**
2737
- * See [`Pallet::batch`].
2738
- **/
2739
- batch: AugmentedSubmittable<(calls: Vec<Call> | (Call | IMethod | string | Uint8Array)[]) => SubmittableExtrinsic<ApiType>, [Vec<Call>]>;
2740
- /**
2741
- * See [`Pallet::batch_all`].
2742
- **/
2743
- batchAll: AugmentedSubmittable<(calls: Vec<Call> | (Call | IMethod | string | Uint8Array)[]) => SubmittableExtrinsic<ApiType>, [Vec<Call>]>;
2744
- /**
2745
- * See [`Pallet::dispatch_as`].
2746
- **/
2747
- dispatchAs: AugmentedSubmittable<(asOrigin: TangleTestnetRuntimeOriginCaller | {
2748
- system: any;
2749
- } | {
2750
- Void: any;
2751
- } | {
2752
- Council: any;
2753
- } | {
2754
- Ethereum: any;
2755
- } | string | Uint8Array, call: Call | IMethod | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [TangleTestnetRuntimeOriginCaller, Call]>;
2756
- /**
2757
- * See [`Pallet::force_batch`].
2758
- **/
2759
- forceBatch: AugmentedSubmittable<(calls: Vec<Call> | (Call | IMethod | string | Uint8Array)[]) => SubmittableExtrinsic<ApiType>, [Vec<Call>]>;
2760
- /**
2761
- * See [`Pallet::with_weight`].
2762
- **/
2763
- withWeight: AugmentedSubmittable<(call: Call | IMethod | string | Uint8Array, weight: SpWeightsWeightV2Weight | {
2764
- refTime?: any;
2765
- proofSize?: any;
2766
- } | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [Call, SpWeightsWeightV2Weight]>;
2767
- /**
2768
- * Generic tx
2769
- **/
2770
- [key: string]: SubmittableExtrinsicFunction<ApiType>;
2771
- };
2772
- vesting: {
2773
- /**
2774
- * See [`Pallet::force_remove_vesting_schedule`].
2775
- **/
2776
- forceRemoveVestingSchedule: AugmentedSubmittable<(target: MultiAddress | {
2777
- Id: any;
2778
- } | {
2779
- Index: any;
2780
- } | {
2781
- Raw: any;
2782
- } | {
2783
- Address32: any;
2784
- } | {
2785
- Address20: any;
2786
- } | string | Uint8Array, scheduleIndex: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [MultiAddress, u32]>;
2787
- /**
2788
- * See [`Pallet::force_vested_transfer`].
2789
- **/
2790
- forceVestedTransfer: AugmentedSubmittable<(source: MultiAddress | {
2791
- Id: any;
2792
- } | {
2793
- Index: any;
2794
- } | {
2795
- Raw: any;
2796
- } | {
2797
- Address32: any;
2798
- } | {
2799
- Address20: any;
2800
- } | string | Uint8Array, target: MultiAddress | {
2801
- Id: any;
2802
- } | {
2803
- Index: any;
2804
- } | {
2805
- Raw: any;
2806
- } | {
2807
- Address32: any;
2808
- } | {
2809
- Address20: any;
2810
- } | string | Uint8Array, schedule: PalletVestingVestingInfo | {
2811
- locked?: any;
2812
- perBlock?: any;
2813
- startingBlock?: any;
2814
- } | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [MultiAddress, MultiAddress, PalletVestingVestingInfo]>;
2815
- /**
2816
- * See [`Pallet::merge_schedules`].
2817
- **/
2818
- mergeSchedules: AugmentedSubmittable<(schedule1Index: u32 | AnyNumber | Uint8Array, schedule2Index: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [u32, u32]>;
2819
- /**
2820
- * See [`Pallet::vest`].
2821
- **/
2822
- vest: AugmentedSubmittable<() => SubmittableExtrinsic<ApiType>, []>;
2823
- /**
2824
- * See [`Pallet::vested_transfer`].
2825
- **/
2826
- vestedTransfer: AugmentedSubmittable<(target: MultiAddress | {
2827
- Id: any;
2828
- } | {
2829
- Index: any;
2830
- } | {
2831
- Raw: any;
2832
- } | {
2833
- Address32: any;
2834
- } | {
2835
- Address20: any;
2836
- } | string | Uint8Array, schedule: PalletVestingVestingInfo | {
2837
- locked?: any;
2838
- perBlock?: any;
2839
- startingBlock?: any;
2840
- } | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [MultiAddress, PalletVestingVestingInfo]>;
2841
- /**
2842
- * See [`Pallet::vest_other`].
2843
- **/
2844
- vestOther: AugmentedSubmittable<(target: MultiAddress | {
2845
- Id: any;
2846
- } | {
2847
- Index: any;
2848
- } | {
2849
- Raw: any;
2850
- } | {
2851
- Address32: any;
2852
- } | {
2853
- Address20: any;
2854
- } | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [MultiAddress]>;
2855
- /**
2856
- * Generic tx
2857
- **/
2858
- [key: string]: SubmittableExtrinsicFunction<ApiType>;
2859
- };
2860
- zkSaaS: {
2861
- /**
2862
- * See [`Pallet::set_fee`].
2863
- **/
2864
- setFee: AugmentedSubmittable<(feeInfo: PalletZksaasFeeInfo | {
2865
- baseFee?: any;
2866
- circuitFee?: any;
2867
- proveFee?: any;
2868
- storageFeePerByte?: any;
2869
- } | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [PalletZksaasFeeInfo]>;
2870
- /**
2871
- * Generic tx
2872
- **/
2873
- [key: string]: SubmittableExtrinsicFunction<ApiType>;
2874
- };
2875
- }
2876
- }