@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,1550 +0,0 @@
1
- // Auto-generated via `yarn polkadot-types-from-chain`, do not edit
2
- /* eslint-disable */
3
-
4
- // import type lookup before we augment - in some environments
5
- // this is required to allow for ambient/previous definitions
6
- import '@polkadot/api-base/types/submittable';
7
-
8
- import type { ApiTypes, AugmentedSubmittable, SubmittableExtrinsic, SubmittableExtrinsicFunction } from '@polkadot/api-base/types';
9
- import type { Data } from '@polkadot/types';
10
- import type { Bytes, Compact, Null, Option, U256, U8aFixed, Vec, bool, u128, u16, u32, u64, u8 } from '@polkadot/types-codec';
11
- import type { AnyNumber, IMethod, ITuple } from '@polkadot/types-codec/types';
12
- import type { AccountId32, Call, H160, H256, MultiAddress, Perbill, Percent, Permill } from '@polkadot/types/interfaces/runtime';
13
- 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';
14
-
15
- export type __AugmentedSubmittable = AugmentedSubmittable<() => unknown>;
16
- export type __SubmittableExtrinsic<ApiType extends ApiTypes> = SubmittableExtrinsic<ApiType>;
17
- export type __SubmittableExtrinsicFunction<ApiType extends ApiTypes> = SubmittableExtrinsicFunction<ApiType>;
18
-
19
- declare module '@polkadot/api-base/types/submittable' {
20
- interface AugmentedSubmittables<ApiType extends ApiTypes> {
21
- assets: {
22
- /**
23
- * See [`Pallet::approve_transfer`].
24
- **/
25
- approveTransfer: AugmentedSubmittable<(id: Compact<u128> | AnyNumber | Uint8Array, delegate: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, amount: Compact<u128> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [Compact<u128>, MultiAddress, Compact<u128>]>;
26
- /**
27
- * See [`Pallet::block`].
28
- **/
29
- block: AugmentedSubmittable<(id: Compact<u128> | AnyNumber | Uint8Array, who: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [Compact<u128>, MultiAddress]>;
30
- /**
31
- * See [`Pallet::burn`].
32
- **/
33
- burn: AugmentedSubmittable<(id: Compact<u128> | AnyNumber | Uint8Array, who: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, amount: Compact<u128> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [Compact<u128>, MultiAddress, Compact<u128>]>;
34
- /**
35
- * See [`Pallet::cancel_approval`].
36
- **/
37
- cancelApproval: AugmentedSubmittable<(id: Compact<u128> | AnyNumber | Uint8Array, delegate: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [Compact<u128>, MultiAddress]>;
38
- /**
39
- * See [`Pallet::clear_metadata`].
40
- **/
41
- clearMetadata: AugmentedSubmittable<(id: Compact<u128> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [Compact<u128>]>;
42
- /**
43
- * See [`Pallet::create`].
44
- **/
45
- create: AugmentedSubmittable<(id: Compact<u128> | AnyNumber | Uint8Array, admin: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, minBalance: u128 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [Compact<u128>, MultiAddress, u128]>;
46
- /**
47
- * See [`Pallet::destroy_accounts`].
48
- **/
49
- destroyAccounts: AugmentedSubmittable<(id: Compact<u128> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [Compact<u128>]>;
50
- /**
51
- * See [`Pallet::destroy_approvals`].
52
- **/
53
- destroyApprovals: AugmentedSubmittable<(id: Compact<u128> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [Compact<u128>]>;
54
- /**
55
- * See [`Pallet::finish_destroy`].
56
- **/
57
- finishDestroy: AugmentedSubmittable<(id: Compact<u128> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [Compact<u128>]>;
58
- /**
59
- * See [`Pallet::force_asset_status`].
60
- **/
61
- forceAssetStatus: AugmentedSubmittable<(id: Compact<u128> | AnyNumber | Uint8Array, owner: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, issuer: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, admin: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, freezer: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | 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]>;
62
- /**
63
- * See [`Pallet::force_cancel_approval`].
64
- **/
65
- forceCancelApproval: AugmentedSubmittable<(id: Compact<u128> | AnyNumber | Uint8Array, owner: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, delegate: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [Compact<u128>, MultiAddress, MultiAddress]>;
66
- /**
67
- * See [`Pallet::force_clear_metadata`].
68
- **/
69
- forceClearMetadata: AugmentedSubmittable<(id: Compact<u128> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [Compact<u128>]>;
70
- /**
71
- * See [`Pallet::force_create`].
72
- **/
73
- forceCreate: AugmentedSubmittable<(id: Compact<u128> | AnyNumber | Uint8Array, owner: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, isSufficient: bool | boolean | Uint8Array, minBalance: Compact<u128> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [Compact<u128>, MultiAddress, bool, Compact<u128>]>;
74
- /**
75
- * See [`Pallet::force_set_metadata`].
76
- **/
77
- 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]>;
78
- /**
79
- * See [`Pallet::force_transfer`].
80
- **/
81
- forceTransfer: AugmentedSubmittable<(id: Compact<u128> | AnyNumber | Uint8Array, source: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, dest: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, amount: Compact<u128> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [Compact<u128>, MultiAddress, MultiAddress, Compact<u128>]>;
82
- /**
83
- * See [`Pallet::freeze`].
84
- **/
85
- freeze: AugmentedSubmittable<(id: Compact<u128> | AnyNumber | Uint8Array, who: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [Compact<u128>, MultiAddress]>;
86
- /**
87
- * See [`Pallet::freeze_asset`].
88
- **/
89
- freezeAsset: AugmentedSubmittable<(id: Compact<u128> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [Compact<u128>]>;
90
- /**
91
- * See [`Pallet::mint`].
92
- **/
93
- mint: AugmentedSubmittable<(id: Compact<u128> | AnyNumber | Uint8Array, beneficiary: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, amount: Compact<u128> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [Compact<u128>, MultiAddress, Compact<u128>]>;
94
- /**
95
- * See [`Pallet::refund`].
96
- **/
97
- refund: AugmentedSubmittable<(id: Compact<u128> | AnyNumber | Uint8Array, allowBurn: bool | boolean | Uint8Array) => SubmittableExtrinsic<ApiType>, [Compact<u128>, bool]>;
98
- /**
99
- * See [`Pallet::refund_other`].
100
- **/
101
- refundOther: AugmentedSubmittable<(id: Compact<u128> | AnyNumber | Uint8Array, who: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [Compact<u128>, MultiAddress]>;
102
- /**
103
- * See [`Pallet::set_metadata`].
104
- **/
105
- 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]>;
106
- /**
107
- * See [`Pallet::set_min_balance`].
108
- **/
109
- setMinBalance: AugmentedSubmittable<(id: Compact<u128> | AnyNumber | Uint8Array, minBalance: u128 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [Compact<u128>, u128]>;
110
- /**
111
- * See [`Pallet::set_team`].
112
- **/
113
- setTeam: AugmentedSubmittable<(id: Compact<u128> | AnyNumber | Uint8Array, issuer: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, admin: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, freezer: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [Compact<u128>, MultiAddress, MultiAddress, MultiAddress]>;
114
- /**
115
- * See [`Pallet::start_destroy`].
116
- **/
117
- startDestroy: AugmentedSubmittable<(id: Compact<u128> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [Compact<u128>]>;
118
- /**
119
- * See [`Pallet::thaw`].
120
- **/
121
- thaw: AugmentedSubmittable<(id: Compact<u128> | AnyNumber | Uint8Array, who: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [Compact<u128>, MultiAddress]>;
122
- /**
123
- * See [`Pallet::thaw_asset`].
124
- **/
125
- thawAsset: AugmentedSubmittable<(id: Compact<u128> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [Compact<u128>]>;
126
- /**
127
- * See [`Pallet::touch`].
128
- **/
129
- touch: AugmentedSubmittable<(id: Compact<u128> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [Compact<u128>]>;
130
- /**
131
- * See [`Pallet::touch_other`].
132
- **/
133
- touchOther: AugmentedSubmittable<(id: Compact<u128> | AnyNumber | Uint8Array, who: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [Compact<u128>, MultiAddress]>;
134
- /**
135
- * See [`Pallet::transfer`].
136
- **/
137
- transfer: AugmentedSubmittable<(id: Compact<u128> | AnyNumber | Uint8Array, target: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, amount: Compact<u128> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [Compact<u128>, MultiAddress, Compact<u128>]>;
138
- /**
139
- * See [`Pallet::transfer_approved`].
140
- **/
141
- transferApproved: AugmentedSubmittable<(id: Compact<u128> | AnyNumber | Uint8Array, owner: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, destination: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, amount: Compact<u128> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [Compact<u128>, MultiAddress, MultiAddress, Compact<u128>]>;
142
- /**
143
- * See [`Pallet::transfer_keep_alive`].
144
- **/
145
- transferKeepAlive: AugmentedSubmittable<(id: Compact<u128> | AnyNumber | Uint8Array, target: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, amount: Compact<u128> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [Compact<u128>, MultiAddress, Compact<u128>]>;
146
- /**
147
- * See [`Pallet::transfer_ownership`].
148
- **/
149
- transferOwnership: AugmentedSubmittable<(id: Compact<u128> | AnyNumber | Uint8Array, owner: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [Compact<u128>, MultiAddress]>;
150
- /**
151
- * Generic tx
152
- **/
153
- [key: string]: SubmittableExtrinsicFunction<ApiType>;
154
- };
155
- babe: {
156
- /**
157
- * See [`Pallet::plan_config_change`].
158
- **/
159
- planConfigChange: AugmentedSubmittable<(config: SpConsensusBabeDigestsNextConfigDescriptor | { V1: any } | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [SpConsensusBabeDigestsNextConfigDescriptor]>;
160
- /**
161
- * See [`Pallet::report_equivocation`].
162
- **/
163
- reportEquivocation: AugmentedSubmittable<(equivocationProof: SpConsensusSlotsEquivocationProof | { offender?: any; slot?: any; firstHeader?: any; secondHeader?: any } | string | Uint8Array, keyOwnerProof: SpSessionMembershipProof | { session?: any; trieNodes?: any; validatorCount?: any } | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [SpConsensusSlotsEquivocationProof, SpSessionMembershipProof]>;
164
- /**
165
- * See [`Pallet::report_equivocation_unsigned`].
166
- **/
167
- reportEquivocationUnsigned: AugmentedSubmittable<(equivocationProof: SpConsensusSlotsEquivocationProof | { offender?: any; slot?: any; firstHeader?: any; secondHeader?: any } | string | Uint8Array, keyOwnerProof: SpSessionMembershipProof | { session?: any; trieNodes?: any; validatorCount?: any } | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [SpConsensusSlotsEquivocationProof, SpSessionMembershipProof]>;
168
- /**
169
- * Generic tx
170
- **/
171
- [key: string]: SubmittableExtrinsicFunction<ApiType>;
172
- };
173
- bagsList: {
174
- /**
175
- * See [`Pallet::put_in_front_of`].
176
- **/
177
- putInFrontOf: AugmentedSubmittable<(lighter: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [MultiAddress]>;
178
- /**
179
- * See [`Pallet::put_in_front_of_other`].
180
- **/
181
- putInFrontOfOther: AugmentedSubmittable<(heavier: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, lighter: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [MultiAddress, MultiAddress]>;
182
- /**
183
- * See [`Pallet::rebag`].
184
- **/
185
- rebag: AugmentedSubmittable<(dislocated: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [MultiAddress]>;
186
- /**
187
- * Generic tx
188
- **/
189
- [key: string]: SubmittableExtrinsicFunction<ApiType>;
190
- };
191
- balances: {
192
- /**
193
- * See [`Pallet::force_adjust_total_issuance`].
194
- **/
195
- forceAdjustTotalIssuance: AugmentedSubmittable<(direction: PalletBalancesAdjustmentDirection | 'Increase' | 'Decrease' | number | Uint8Array, delta: Compact<u128> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [PalletBalancesAdjustmentDirection, Compact<u128>]>;
196
- /**
197
- * See [`Pallet::force_set_balance`].
198
- **/
199
- forceSetBalance: AugmentedSubmittable<(who: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, newFree: Compact<u128> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [MultiAddress, Compact<u128>]>;
200
- /**
201
- * See [`Pallet::force_transfer`].
202
- **/
203
- forceTransfer: AugmentedSubmittable<(source: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, dest: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, value: Compact<u128> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [MultiAddress, MultiAddress, Compact<u128>]>;
204
- /**
205
- * See [`Pallet::force_unreserve`].
206
- **/
207
- forceUnreserve: AugmentedSubmittable<(who: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, amount: u128 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [MultiAddress, u128]>;
208
- /**
209
- * See [`Pallet::transfer_all`].
210
- **/
211
- transferAll: AugmentedSubmittable<(dest: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, keepAlive: bool | boolean | Uint8Array) => SubmittableExtrinsic<ApiType>, [MultiAddress, bool]>;
212
- /**
213
- * See [`Pallet::transfer_allow_death`].
214
- **/
215
- transferAllowDeath: AugmentedSubmittable<(dest: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, value: Compact<u128> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [MultiAddress, Compact<u128>]>;
216
- /**
217
- * See [`Pallet::transfer_keep_alive`].
218
- **/
219
- transferKeepAlive: AugmentedSubmittable<(dest: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, value: Compact<u128> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [MultiAddress, Compact<u128>]>;
220
- /**
221
- * See [`Pallet::upgrade_accounts`].
222
- **/
223
- upgradeAccounts: AugmentedSubmittable<(who: Vec<AccountId32> | (AccountId32 | string | Uint8Array)[]) => SubmittableExtrinsic<ApiType>, [Vec<AccountId32>]>;
224
- /**
225
- * Generic tx
226
- **/
227
- [key: string]: SubmittableExtrinsicFunction<ApiType>;
228
- };
229
- baseFee: {
230
- /**
231
- * See [`Pallet::set_base_fee_per_gas`].
232
- **/
233
- setBaseFeePerGas: AugmentedSubmittable<(fee: U256 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [U256]>;
234
- /**
235
- * See [`Pallet::set_elasticity`].
236
- **/
237
- setElasticity: AugmentedSubmittable<(elasticity: Permill | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [Permill]>;
238
- /**
239
- * Generic tx
240
- **/
241
- [key: string]: SubmittableExtrinsicFunction<ApiType>;
242
- };
243
- bounties: {
244
- /**
245
- * See [`Pallet::accept_curator`].
246
- **/
247
- acceptCurator: AugmentedSubmittable<(bountyId: Compact<u32> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [Compact<u32>]>;
248
- /**
249
- * See [`Pallet::approve_bounty`].
250
- **/
251
- approveBounty: AugmentedSubmittable<(bountyId: Compact<u32> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [Compact<u32>]>;
252
- /**
253
- * See [`Pallet::award_bounty`].
254
- **/
255
- awardBounty: AugmentedSubmittable<(bountyId: Compact<u32> | AnyNumber | Uint8Array, beneficiary: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [Compact<u32>, MultiAddress]>;
256
- /**
257
- * See [`Pallet::claim_bounty`].
258
- **/
259
- claimBounty: AugmentedSubmittable<(bountyId: Compact<u32> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [Compact<u32>]>;
260
- /**
261
- * See [`Pallet::close_bounty`].
262
- **/
263
- closeBounty: AugmentedSubmittable<(bountyId: Compact<u32> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [Compact<u32>]>;
264
- /**
265
- * See [`Pallet::extend_bounty_expiry`].
266
- **/
267
- extendBountyExpiry: AugmentedSubmittable<(bountyId: Compact<u32> | AnyNumber | Uint8Array, remark: Bytes | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [Compact<u32>, Bytes]>;
268
- /**
269
- * See [`Pallet::propose_bounty`].
270
- **/
271
- proposeBounty: AugmentedSubmittable<(value: Compact<u128> | AnyNumber | Uint8Array, description: Bytes | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [Compact<u128>, Bytes]>;
272
- /**
273
- * See [`Pallet::propose_curator`].
274
- **/
275
- proposeCurator: AugmentedSubmittable<(bountyId: Compact<u32> | AnyNumber | Uint8Array, curator: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, fee: Compact<u128> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [Compact<u32>, MultiAddress, Compact<u128>]>;
276
- /**
277
- * See [`Pallet::unassign_curator`].
278
- **/
279
- unassignCurator: AugmentedSubmittable<(bountyId: Compact<u32> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [Compact<u32>]>;
280
- /**
281
- * Generic tx
282
- **/
283
- [key: string]: SubmittableExtrinsicFunction<ApiType>;
284
- };
285
- childBounties: {
286
- /**
287
- * See [`Pallet::accept_curator`].
288
- **/
289
- acceptCurator: AugmentedSubmittable<(parentBountyId: Compact<u32> | AnyNumber | Uint8Array, childBountyId: Compact<u32> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [Compact<u32>, Compact<u32>]>;
290
- /**
291
- * See [`Pallet::add_child_bounty`].
292
- **/
293
- addChildBounty: AugmentedSubmittable<(parentBountyId: Compact<u32> | AnyNumber | Uint8Array, value: Compact<u128> | AnyNumber | Uint8Array, description: Bytes | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [Compact<u32>, Compact<u128>, Bytes]>;
294
- /**
295
- * See [`Pallet::award_child_bounty`].
296
- **/
297
- awardChildBounty: AugmentedSubmittable<(parentBountyId: Compact<u32> | AnyNumber | Uint8Array, childBountyId: Compact<u32> | AnyNumber | Uint8Array, beneficiary: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [Compact<u32>, Compact<u32>, MultiAddress]>;
298
- /**
299
- * See [`Pallet::claim_child_bounty`].
300
- **/
301
- claimChildBounty: AugmentedSubmittable<(parentBountyId: Compact<u32> | AnyNumber | Uint8Array, childBountyId: Compact<u32> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [Compact<u32>, Compact<u32>]>;
302
- /**
303
- * See [`Pallet::close_child_bounty`].
304
- **/
305
- closeChildBounty: AugmentedSubmittable<(parentBountyId: Compact<u32> | AnyNumber | Uint8Array, childBountyId: Compact<u32> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [Compact<u32>, Compact<u32>]>;
306
- /**
307
- * See [`Pallet::propose_curator`].
308
- **/
309
- proposeCurator: AugmentedSubmittable<(parentBountyId: Compact<u32> | AnyNumber | Uint8Array, childBountyId: Compact<u32> | AnyNumber | Uint8Array, curator: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, fee: Compact<u128> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [Compact<u32>, Compact<u32>, MultiAddress, Compact<u128>]>;
310
- /**
311
- * See [`Pallet::unassign_curator`].
312
- **/
313
- unassignCurator: AugmentedSubmittable<(parentBountyId: Compact<u32> | AnyNumber | Uint8Array, childBountyId: Compact<u32> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [Compact<u32>, Compact<u32>]>;
314
- /**
315
- * Generic tx
316
- **/
317
- [key: string]: SubmittableExtrinsicFunction<ApiType>;
318
- };
319
- claims: {
320
- /**
321
- * See [`Pallet::claim`].
322
- **/
323
- claim: AugmentedSubmittable<(dest: Option<PalletAirdropClaimsUtilsMultiAddress> | null | Uint8Array | PalletAirdropClaimsUtilsMultiAddress | { EVM: any } | { Native: any } | string, signer: Option<PalletAirdropClaimsUtilsMultiAddress> | null | Uint8Array | PalletAirdropClaimsUtilsMultiAddress | { EVM: any } | { Native: any } | string, signature: PalletAirdropClaimsUtilsMultiAddressSignature | { EVM: any } | { Native: any } | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [Option<PalletAirdropClaimsUtilsMultiAddress>, Option<PalletAirdropClaimsUtilsMultiAddress>, PalletAirdropClaimsUtilsMultiAddressSignature]>;
324
- /**
325
- * See [`Pallet::claim_attest`].
326
- **/
327
- claimAttest: AugmentedSubmittable<(dest: Option<PalletAirdropClaimsUtilsMultiAddress> | null | Uint8Array | PalletAirdropClaimsUtilsMultiAddress | { EVM: any } | { Native: any } | string, signer: Option<PalletAirdropClaimsUtilsMultiAddress> | null | Uint8Array | PalletAirdropClaimsUtilsMultiAddress | { EVM: any } | { Native: any } | string, signature: PalletAirdropClaimsUtilsMultiAddressSignature | { EVM: any } | { Native: any } | string | Uint8Array, statement: Bytes | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [Option<PalletAirdropClaimsUtilsMultiAddress>, Option<PalletAirdropClaimsUtilsMultiAddress>, PalletAirdropClaimsUtilsMultiAddressSignature, Bytes]>;
328
- /**
329
- * See [`Pallet::claim_signed`].
330
- **/
331
- claimSigned: AugmentedSubmittable<(dest: Option<PalletAirdropClaimsUtilsMultiAddress> | null | Uint8Array | PalletAirdropClaimsUtilsMultiAddress | { EVM: any } | { Native: any } | string) => SubmittableExtrinsic<ApiType>, [Option<PalletAirdropClaimsUtilsMultiAddress>]>;
332
- /**
333
- * See [`Pallet::force_set_expiry_config`].
334
- **/
335
- forceSetExpiryConfig: AugmentedSubmittable<(expiryBlock: u64 | AnyNumber | Uint8Array, dest: PalletAirdropClaimsUtilsMultiAddress | { EVM: any } | { Native: any } | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [u64, PalletAirdropClaimsUtilsMultiAddress]>;
336
- /**
337
- * See [`Pallet::mint_claim`].
338
- **/
339
- mintClaim: AugmentedSubmittable<(who: PalletAirdropClaimsUtilsMultiAddress | { EVM: any } | { Native: any } | 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>]>;
340
- /**
341
- * See [`Pallet::move_claim`].
342
- **/
343
- moveClaim: AugmentedSubmittable<(old: PalletAirdropClaimsUtilsMultiAddress | { EVM: any } | { Native: any } | string | Uint8Array, updated: PalletAirdropClaimsUtilsMultiAddress | { EVM: any } | { Native: any } | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [PalletAirdropClaimsUtilsMultiAddress, PalletAirdropClaimsUtilsMultiAddress]>;
344
- /**
345
- * Generic tx
346
- **/
347
- [key: string]: SubmittableExtrinsicFunction<ApiType>;
348
- };
349
- council: {
350
- /**
351
- * See [`Pallet::close`].
352
- **/
353
- close: AugmentedSubmittable<(proposalHash: H256 | string | Uint8Array, index: Compact<u32> | AnyNumber | Uint8Array, proposalWeightBound: SpWeightsWeightV2Weight | { refTime?: any; proofSize?: any } | string | Uint8Array, lengthBound: Compact<u32> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [H256, Compact<u32>, SpWeightsWeightV2Weight, Compact<u32>]>;
354
- /**
355
- * See [`Pallet::disapprove_proposal`].
356
- **/
357
- disapproveProposal: AugmentedSubmittable<(proposalHash: H256 | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [H256]>;
358
- /**
359
- * See [`Pallet::execute`].
360
- **/
361
- execute: AugmentedSubmittable<(proposal: Call | IMethod | string | Uint8Array, lengthBound: Compact<u32> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [Call, Compact<u32>]>;
362
- /**
363
- * See [`Pallet::propose`].
364
- **/
365
- propose: AugmentedSubmittable<(threshold: Compact<u32> | AnyNumber | Uint8Array, proposal: Call | IMethod | string | Uint8Array, lengthBound: Compact<u32> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [Compact<u32>, Call, Compact<u32>]>;
366
- /**
367
- * See [`Pallet::set_members`].
368
- **/
369
- 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]>;
370
- /**
371
- * See [`Pallet::vote`].
372
- **/
373
- vote: AugmentedSubmittable<(proposal: H256 | string | Uint8Array, index: Compact<u32> | AnyNumber | Uint8Array, approve: bool | boolean | Uint8Array) => SubmittableExtrinsic<ApiType>, [H256, Compact<u32>, bool]>;
374
- /**
375
- * Generic tx
376
- **/
377
- [key: string]: SubmittableExtrinsicFunction<ApiType>;
378
- };
379
- democracy: {
380
- /**
381
- * See [`Pallet::blacklist`].
382
- **/
383
- blacklist: AugmentedSubmittable<(proposalHash: H256 | string | Uint8Array, maybeRefIndex: Option<u32> | null | Uint8Array | u32 | AnyNumber) => SubmittableExtrinsic<ApiType>, [H256, Option<u32>]>;
384
- /**
385
- * See [`Pallet::cancel_proposal`].
386
- **/
387
- cancelProposal: AugmentedSubmittable<(propIndex: Compact<u32> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [Compact<u32>]>;
388
- /**
389
- * See [`Pallet::cancel_referendum`].
390
- **/
391
- cancelReferendum: AugmentedSubmittable<(refIndex: Compact<u32> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [Compact<u32>]>;
392
- /**
393
- * See [`Pallet::clear_public_proposals`].
394
- **/
395
- clearPublicProposals: AugmentedSubmittable<() => SubmittableExtrinsic<ApiType>, []>;
396
- /**
397
- * See [`Pallet::delegate`].
398
- **/
399
- delegate: AugmentedSubmittable<(to: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, conviction: PalletDemocracyConviction | 'None' | 'Locked1x' | 'Locked2x' | 'Locked3x' | 'Locked4x' | 'Locked5x' | 'Locked6x' | number | Uint8Array, balance: u128 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [MultiAddress, PalletDemocracyConviction, u128]>;
400
- /**
401
- * See [`Pallet::emergency_cancel`].
402
- **/
403
- emergencyCancel: AugmentedSubmittable<(refIndex: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [u32]>;
404
- /**
405
- * See [`Pallet::external_propose`].
406
- **/
407
- externalPropose: AugmentedSubmittable<(proposal: FrameSupportPreimagesBounded | { Legacy: any } | { Inline: any } | { Lookup: any } | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [FrameSupportPreimagesBounded]>;
408
- /**
409
- * See [`Pallet::external_propose_default`].
410
- **/
411
- externalProposeDefault: AugmentedSubmittable<(proposal: FrameSupportPreimagesBounded | { Legacy: any } | { Inline: any } | { Lookup: any } | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [FrameSupportPreimagesBounded]>;
412
- /**
413
- * See [`Pallet::external_propose_majority`].
414
- **/
415
- externalProposeMajority: AugmentedSubmittable<(proposal: FrameSupportPreimagesBounded | { Legacy: any } | { Inline: any } | { Lookup: any } | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [FrameSupportPreimagesBounded]>;
416
- /**
417
- * See [`Pallet::fast_track`].
418
- **/
419
- fastTrack: AugmentedSubmittable<(proposalHash: H256 | string | Uint8Array, votingPeriod: u64 | AnyNumber | Uint8Array, delay: u64 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [H256, u64, u64]>;
420
- /**
421
- * See [`Pallet::propose`].
422
- **/
423
- propose: AugmentedSubmittable<(proposal: FrameSupportPreimagesBounded | { Legacy: any } | { Inline: any } | { Lookup: any } | string | Uint8Array, value: Compact<u128> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [FrameSupportPreimagesBounded, Compact<u128>]>;
424
- /**
425
- * See [`Pallet::remove_other_vote`].
426
- **/
427
- removeOtherVote: AugmentedSubmittable<(target: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, index: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [MultiAddress, u32]>;
428
- /**
429
- * See [`Pallet::remove_vote`].
430
- **/
431
- removeVote: AugmentedSubmittable<(index: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [u32]>;
432
- /**
433
- * See [`Pallet::second`].
434
- **/
435
- second: AugmentedSubmittable<(proposal: Compact<u32> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [Compact<u32>]>;
436
- /**
437
- * See [`Pallet::set_metadata`].
438
- **/
439
- setMetadata: AugmentedSubmittable<(owner: PalletDemocracyMetadataOwner | { External: any } | { Proposal: any } | { Referendum: any } | string | Uint8Array, maybeHash: Option<H256> | null | Uint8Array | H256 | string) => SubmittableExtrinsic<ApiType>, [PalletDemocracyMetadataOwner, Option<H256>]>;
440
- /**
441
- * See [`Pallet::undelegate`].
442
- **/
443
- undelegate: AugmentedSubmittable<() => SubmittableExtrinsic<ApiType>, []>;
444
- /**
445
- * See [`Pallet::unlock`].
446
- **/
447
- unlock: AugmentedSubmittable<(target: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [MultiAddress]>;
448
- /**
449
- * See [`Pallet::veto_external`].
450
- **/
451
- vetoExternal: AugmentedSubmittable<(proposalHash: H256 | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [H256]>;
452
- /**
453
- * See [`Pallet::vote`].
454
- **/
455
- vote: AugmentedSubmittable<(refIndex: Compact<u32> | AnyNumber | Uint8Array, vote: PalletDemocracyVoteAccountVote | { Standard: any } | { Split: any } | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [Compact<u32>, PalletDemocracyVoteAccountVote]>;
456
- /**
457
- * Generic tx
458
- **/
459
- [key: string]: SubmittableExtrinsicFunction<ApiType>;
460
- };
461
- dkg: {
462
- /**
463
- * See [`Pallet::set_fee`].
464
- **/
465
- setFee: AugmentedSubmittable<(feeInfo: PalletDkgFeeInfo | { baseFee?: any; dkgValidatorFee?: any; sigValidatorFee?: any; refreshValidatorFee?: any; storageFeePerByte?: any; storageFeePerBlock?: any } | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [PalletDkgFeeInfo]>;
466
- /**
467
- * Generic tx
468
- **/
469
- [key: string]: SubmittableExtrinsicFunction<ApiType>;
470
- };
471
- dynamicFee: {
472
- /**
473
- * See [`Pallet::note_min_gas_price_target`].
474
- **/
475
- noteMinGasPriceTarget: AugmentedSubmittable<(target: U256 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [U256]>;
476
- /**
477
- * Generic tx
478
- **/
479
- [key: string]: SubmittableExtrinsicFunction<ApiType>;
480
- };
481
- electionProviderMultiPhase: {
482
- /**
483
- * See [`Pallet::governance_fallback`].
484
- **/
485
- governanceFallback: AugmentedSubmittable<(maybeMaxVoters: Option<u32> | null | Uint8Array | u32 | AnyNumber, maybeMaxTargets: Option<u32> | null | Uint8Array | u32 | AnyNumber) => SubmittableExtrinsic<ApiType>, [Option<u32>, Option<u32>]>;
486
- /**
487
- * See [`Pallet::set_emergency_election_result`].
488
- **/
489
- setEmergencyElectionResult: AugmentedSubmittable<(supports: Vec<ITuple<[AccountId32, SpNposElectionsSupport]>> | ([AccountId32 | string | Uint8Array, SpNposElectionsSupport | { total?: any; voters?: any } | string | Uint8Array])[]) => SubmittableExtrinsic<ApiType>, [Vec<ITuple<[AccountId32, SpNposElectionsSupport]>>]>;
490
- /**
491
- * See [`Pallet::set_minimum_untrusted_score`].
492
- **/
493
- setMinimumUntrustedScore: AugmentedSubmittable<(maybeNextScore: Option<SpNposElectionsElectionScore> | null | Uint8Array | SpNposElectionsElectionScore | { minimalStake?: any; sumStake?: any; sumStakeSquared?: any } | string) => SubmittableExtrinsic<ApiType>, [Option<SpNposElectionsElectionScore>]>;
494
- /**
495
- * See [`Pallet::submit`].
496
- **/
497
- submit: AugmentedSubmittable<(rawSolution: PalletElectionProviderMultiPhaseRawSolution | { solution?: any; score?: any; round?: any } | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [PalletElectionProviderMultiPhaseRawSolution]>;
498
- /**
499
- * See [`Pallet::submit_unsigned`].
500
- **/
501
- submitUnsigned: AugmentedSubmittable<(rawSolution: PalletElectionProviderMultiPhaseRawSolution | { solution?: any; score?: any; round?: any } | string | Uint8Array, witness: PalletElectionProviderMultiPhaseSolutionOrSnapshotSize | { voters?: any; targets?: any } | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [PalletElectionProviderMultiPhaseRawSolution, PalletElectionProviderMultiPhaseSolutionOrSnapshotSize]>;
502
- /**
503
- * Generic tx
504
- **/
505
- [key: string]: SubmittableExtrinsicFunction<ApiType>;
506
- };
507
- elections: {
508
- /**
509
- * See [`Pallet::clean_defunct_voters`].
510
- **/
511
- cleanDefunctVoters: AugmentedSubmittable<(numVoters: u32 | AnyNumber | Uint8Array, numDefunct: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [u32, u32]>;
512
- /**
513
- * See [`Pallet::remove_member`].
514
- **/
515
- removeMember: AugmentedSubmittable<(who: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, slashBond: bool | boolean | Uint8Array, rerunElection: bool | boolean | Uint8Array) => SubmittableExtrinsic<ApiType>, [MultiAddress, bool, bool]>;
516
- /**
517
- * See [`Pallet::remove_voter`].
518
- **/
519
- removeVoter: AugmentedSubmittable<() => SubmittableExtrinsic<ApiType>, []>;
520
- /**
521
- * See [`Pallet::renounce_candidacy`].
522
- **/
523
- renounceCandidacy: AugmentedSubmittable<(renouncing: PalletElectionsPhragmenRenouncing | { Member: any } | { RunnerUp: any } | { Candidate: any } | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [PalletElectionsPhragmenRenouncing]>;
524
- /**
525
- * See [`Pallet::submit_candidacy`].
526
- **/
527
- submitCandidacy: AugmentedSubmittable<(candidateCount: Compact<u32> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [Compact<u32>]>;
528
- /**
529
- * See [`Pallet::vote`].
530
- **/
531
- vote: AugmentedSubmittable<(votes: Vec<AccountId32> | (AccountId32 | string | Uint8Array)[], value: Compact<u128> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [Vec<AccountId32>, Compact<u128>]>;
532
- /**
533
- * Generic tx
534
- **/
535
- [key: string]: SubmittableExtrinsicFunction<ApiType>;
536
- };
537
- ethereum: {
538
- /**
539
- * See [`Pallet::transact`].
540
- **/
541
- transact: AugmentedSubmittable<(transaction: EthereumTransactionTransactionV2 | { Legacy: any } | { EIP2930: any } | { EIP1559: any } | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [EthereumTransactionTransactionV2]>;
542
- /**
543
- * Generic tx
544
- **/
545
- [key: string]: SubmittableExtrinsicFunction<ApiType>;
546
- };
547
- evm: {
548
- /**
549
- * See [`Pallet::call`].
550
- **/
551
- 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>]>>]>;
552
- /**
553
- * See [`Pallet::create`].
554
- **/
555
- 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>]>>]>;
556
- /**
557
- * See [`Pallet::create2`].
558
- **/
559
- 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>]>>]>;
560
- /**
561
- * See [`Pallet::withdraw`].
562
- **/
563
- withdraw: AugmentedSubmittable<(address: H160 | string | Uint8Array, value: u128 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [H160, u128]>;
564
- /**
565
- * Generic tx
566
- **/
567
- [key: string]: SubmittableExtrinsicFunction<ApiType>;
568
- };
569
- grandpa: {
570
- /**
571
- * See [`Pallet::note_stalled`].
572
- **/
573
- noteStalled: AugmentedSubmittable<(delay: u64 | AnyNumber | Uint8Array, bestFinalizedBlockNumber: u64 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [u64, u64]>;
574
- /**
575
- * See [`Pallet::report_equivocation`].
576
- **/
577
- reportEquivocation: AugmentedSubmittable<(equivocationProof: SpConsensusGrandpaEquivocationProof | { setId?: any; equivocation?: any } | string | Uint8Array, keyOwnerProof: SpCoreVoid | null) => SubmittableExtrinsic<ApiType>, [SpConsensusGrandpaEquivocationProof, SpCoreVoid]>;
578
- /**
579
- * See [`Pallet::report_equivocation_unsigned`].
580
- **/
581
- reportEquivocationUnsigned: AugmentedSubmittable<(equivocationProof: SpConsensusGrandpaEquivocationProof | { setId?: any; equivocation?: any } | string | Uint8Array, keyOwnerProof: SpCoreVoid | null) => SubmittableExtrinsic<ApiType>, [SpConsensusGrandpaEquivocationProof, SpCoreVoid]>;
582
- /**
583
- * Generic tx
584
- **/
585
- [key: string]: SubmittableExtrinsicFunction<ApiType>;
586
- };
587
- hotfixSufficients: {
588
- /**
589
- * See [`Pallet::hotfix_inc_account_sufficients`].
590
- **/
591
- hotfixIncAccountSufficients: AugmentedSubmittable<(addresses: Vec<H160> | (H160 | string | Uint8Array)[]) => SubmittableExtrinsic<ApiType>, [Vec<H160>]>;
592
- /**
593
- * Generic tx
594
- **/
595
- [key: string]: SubmittableExtrinsicFunction<ApiType>;
596
- };
597
- identity: {
598
- /**
599
- * See [`Pallet::accept_username`].
600
- **/
601
- acceptUsername: AugmentedSubmittable<(username: Bytes | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [Bytes]>;
602
- /**
603
- * See [`Pallet::add_registrar`].
604
- **/
605
- addRegistrar: AugmentedSubmittable<(account: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [MultiAddress]>;
606
- /**
607
- * See [`Pallet::add_sub`].
608
- **/
609
- addSub: AugmentedSubmittable<(sub: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, data: Data | { None: any } | { Raw: any } | { BlakeTwo256: any } | { Sha256: any } | { Keccak256: any } | { ShaThree256: any } | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [MultiAddress, Data]>;
610
- /**
611
- * See [`Pallet::add_username_authority`].
612
- **/
613
- addUsernameAuthority: AugmentedSubmittable<(authority: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, suffix: Bytes | string | Uint8Array, allocation: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [MultiAddress, Bytes, u32]>;
614
- /**
615
- * See [`Pallet::cancel_request`].
616
- **/
617
- cancelRequest: AugmentedSubmittable<(regIndex: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [u32]>;
618
- /**
619
- * See [`Pallet::clear_identity`].
620
- **/
621
- clearIdentity: AugmentedSubmittable<() => SubmittableExtrinsic<ApiType>, []>;
622
- /**
623
- * See [`Pallet::kill_identity`].
624
- **/
625
- killIdentity: AugmentedSubmittable<(target: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [MultiAddress]>;
626
- /**
627
- * See [`Pallet::provide_judgement`].
628
- **/
629
- provideJudgement: AugmentedSubmittable<(regIndex: Compact<u32> | AnyNumber | Uint8Array, target: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, judgement: PalletIdentityJudgement | { Unknown: any } | { FeePaid: any } | { Reasonable: any } | { KnownGood: any } | { OutOfDate: any } | { LowQuality: any } | { Erroneous: any } | string | Uint8Array, identity: H256 | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [Compact<u32>, MultiAddress, PalletIdentityJudgement, H256]>;
630
- /**
631
- * See [`Pallet::quit_sub`].
632
- **/
633
- quitSub: AugmentedSubmittable<() => SubmittableExtrinsic<ApiType>, []>;
634
- /**
635
- * See [`Pallet::remove_dangling_username`].
636
- **/
637
- removeDanglingUsername: AugmentedSubmittable<(username: Bytes | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [Bytes]>;
638
- /**
639
- * See [`Pallet::remove_expired_approval`].
640
- **/
641
- removeExpiredApproval: AugmentedSubmittable<(username: Bytes | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [Bytes]>;
642
- /**
643
- * See [`Pallet::remove_sub`].
644
- **/
645
- removeSub: AugmentedSubmittable<(sub: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [MultiAddress]>;
646
- /**
647
- * See [`Pallet::remove_username_authority`].
648
- **/
649
- removeUsernameAuthority: AugmentedSubmittable<(authority: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [MultiAddress]>;
650
- /**
651
- * See [`Pallet::rename_sub`].
652
- **/
653
- renameSub: AugmentedSubmittable<(sub: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, data: Data | { None: any } | { Raw: any } | { BlakeTwo256: any } | { Sha256: any } | { Keccak256: any } | { ShaThree256: any } | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [MultiAddress, Data]>;
654
- /**
655
- * See [`Pallet::request_judgement`].
656
- **/
657
- requestJudgement: AugmentedSubmittable<(regIndex: Compact<u32> | AnyNumber | Uint8Array, maxFee: Compact<u128> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [Compact<u32>, Compact<u128>]>;
658
- /**
659
- * See [`Pallet::set_account_id`].
660
- **/
661
- setAccountId: AugmentedSubmittable<(index: Compact<u32> | AnyNumber | Uint8Array, updated: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [Compact<u32>, MultiAddress]>;
662
- /**
663
- * See [`Pallet::set_fee`].
664
- **/
665
- setFee: AugmentedSubmittable<(index: Compact<u32> | AnyNumber | Uint8Array, fee: Compact<u128> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [Compact<u32>, Compact<u128>]>;
666
- /**
667
- * See [`Pallet::set_fields`].
668
- **/
669
- setFields: AugmentedSubmittable<(index: Compact<u32> | AnyNumber | Uint8Array, fields: u64 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [Compact<u32>, u64]>;
670
- /**
671
- * See [`Pallet::set_identity`].
672
- **/
673
- setIdentity: AugmentedSubmittable<(info: PalletIdentityLegacyIdentityInfo | { additional?: any; display?: any; legal?: any; web?: any; riot?: any; email?: any; pgpFingerprint?: any; image?: any; twitter?: any } | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [PalletIdentityLegacyIdentityInfo]>;
674
- /**
675
- * See [`Pallet::set_primary_username`].
676
- **/
677
- setPrimaryUsername: AugmentedSubmittable<(username: Bytes | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [Bytes]>;
678
- /**
679
- * See [`Pallet::set_subs`].
680
- **/
681
- setSubs: AugmentedSubmittable<(subs: Vec<ITuple<[AccountId32, Data]>> | ([AccountId32 | string | Uint8Array, Data | { None: any } | { Raw: any } | { BlakeTwo256: any } | { Sha256: any } | { Keccak256: any } | { ShaThree256: any } | string | Uint8Array])[]) => SubmittableExtrinsic<ApiType>, [Vec<ITuple<[AccountId32, Data]>>]>;
682
- /**
683
- * See [`Pallet::set_username_for`].
684
- **/
685
- setUsernameFor: AugmentedSubmittable<(who: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, username: Bytes | string | Uint8Array, signature: Option<SpRuntimeMultiSignature> | null | Uint8Array | SpRuntimeMultiSignature | { Ed25519: any } | { Sr25519: any } | { Ecdsa: any } | string) => SubmittableExtrinsic<ApiType>, [MultiAddress, Bytes, Option<SpRuntimeMultiSignature>]>;
686
- /**
687
- * Generic tx
688
- **/
689
- [key: string]: SubmittableExtrinsicFunction<ApiType>;
690
- };
691
- imOnline: {
692
- /**
693
- * See [`Pallet::heartbeat`].
694
- **/
695
- heartbeat: AugmentedSubmittable<(heartbeat: PalletImOnlineHeartbeat | { blockNumber?: any; sessionIndex?: any; authorityIndex?: any; validatorsLen?: any } | string | Uint8Array, signature: PalletImOnlineSr25519AppSr25519Signature | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [PalletImOnlineHeartbeat, PalletImOnlineSr25519AppSr25519Signature]>;
696
- /**
697
- * Generic tx
698
- **/
699
- [key: string]: SubmittableExtrinsicFunction<ApiType>;
700
- };
701
- indices: {
702
- /**
703
- * See [`Pallet::claim`].
704
- **/
705
- claim: AugmentedSubmittable<(index: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [u32]>;
706
- /**
707
- * See [`Pallet::force_transfer`].
708
- **/
709
- forceTransfer: AugmentedSubmittable<(updated: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, index: u32 | AnyNumber | Uint8Array, freeze: bool | boolean | Uint8Array) => SubmittableExtrinsic<ApiType>, [MultiAddress, u32, bool]>;
710
- /**
711
- * See [`Pallet::free`].
712
- **/
713
- free: AugmentedSubmittable<(index: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [u32]>;
714
- /**
715
- * See [`Pallet::freeze`].
716
- **/
717
- freeze: AugmentedSubmittable<(index: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [u32]>;
718
- /**
719
- * See [`Pallet::transfer`].
720
- **/
721
- transfer: AugmentedSubmittable<(updated: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, index: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [MultiAddress, u32]>;
722
- /**
723
- * Generic tx
724
- **/
725
- [key: string]: SubmittableExtrinsicFunction<ApiType>;
726
- };
727
- jobs: {
728
- /**
729
- * See [`Pallet::extend_job_result_ttl`].
730
- **/
731
- extendJobResultTtl: AugmentedSubmittable<(roleType: TanglePrimitivesRolesRoleType | { Tss: any } | { ZkSaaS: any } | { LightClientRelaying: any } | string | Uint8Array, jobId: u64 | AnyNumber | Uint8Array, extendBy: u64 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [TanglePrimitivesRolesRoleType, u64, u64]>;
732
- /**
733
- * See [`Pallet::report_inactive_validator`].
734
- **/
735
- reportInactiveValidator: AugmentedSubmittable<(roleType: TanglePrimitivesRolesRoleType | { Tss: any } | { ZkSaaS: any } | { LightClientRelaying: any } | 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>]>;
736
- /**
737
- * See [`Pallet::set_permitted_caller`].
738
- **/
739
- setPermittedCaller: AugmentedSubmittable<(roleType: TanglePrimitivesRolesRoleType | { Tss: any } | { ZkSaaS: any } | { LightClientRelaying: any } | string | Uint8Array, jobId: u64 | AnyNumber | Uint8Array, newPermittedCaller: AccountId32 | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [TanglePrimitivesRolesRoleType, u64, AccountId32]>;
740
- /**
741
- * See [`Pallet::set_time_fee`].
742
- **/
743
- setTimeFee: AugmentedSubmittable<(newFee: u128 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [u128]>;
744
- /**
745
- * See [`Pallet::submit_job`].
746
- **/
747
- submitJob: AugmentedSubmittable<(job: TanglePrimitivesJobsJobSubmission | { expiry?: any; ttl?: any; jobType?: any; fallback?: any } | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [TanglePrimitivesJobsJobSubmission]>;
748
- /**
749
- * See [`Pallet::submit_job_result`].
750
- **/
751
- submitJobResult: AugmentedSubmittable<(roleType: TanglePrimitivesRolesRoleType | { Tss: any } | { ZkSaaS: any } | { LightClientRelaying: any } | string | Uint8Array, jobId: u64 | AnyNumber | Uint8Array, result: TanglePrimitivesJobsJobResult | { DKGPhaseOne: any } | { DKGPhaseTwo: any } | { DKGPhaseThree: any } | { DKGPhaseFour: any } | { ZkSaaSPhaseOne: any } | { ZkSaaSPhaseTwo: any } | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [TanglePrimitivesRolesRoleType, u64, TanglePrimitivesJobsJobResult]>;
752
- /**
753
- * See [`Pallet::submit_misbehavior`].
754
- **/
755
- submitMisbehavior: AugmentedSubmittable<(misbehavior: TanglePrimitivesMisbehaviorMisbehaviorSubmission | { roleType?: any; offender?: any; jobId?: any; justification?: any } | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [TanglePrimitivesMisbehaviorMisbehaviorSubmission]>;
756
- /**
757
- * See [`Pallet::withdraw_rewards`].
758
- **/
759
- withdrawRewards: AugmentedSubmittable<() => SubmittableExtrinsic<ApiType>, []>;
760
- /**
761
- * Generic tx
762
- **/
763
- [key: string]: SubmittableExtrinsicFunction<ApiType>;
764
- };
765
- multiAssetDelegation: {
766
- /**
767
- * See [`Pallet::cancel_delegator_bond_less`].
768
- **/
769
- cancelDelegatorBondLess: AugmentedSubmittable<() => SubmittableExtrinsic<ApiType>, []>;
770
- /**
771
- * See [`Pallet::cancel_leave_operators`].
772
- **/
773
- cancelLeaveOperators: AugmentedSubmittable<() => SubmittableExtrinsic<ApiType>, []>;
774
- /**
775
- * See [`Pallet::cancel_operator_bond_less`].
776
- **/
777
- cancelOperatorBondLess: AugmentedSubmittable<() => SubmittableExtrinsic<ApiType>, []>;
778
- /**
779
- * See [`Pallet::cancel_unstake`].
780
- **/
781
- cancelUnstake: AugmentedSubmittable<() => SubmittableExtrinsic<ApiType>, []>;
782
- /**
783
- * See [`Pallet::delegate`].
784
- **/
785
- delegate: AugmentedSubmittable<(operator: AccountId32 | string | Uint8Array, assetId: u128 | AnyNumber | Uint8Array, amount: u128 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [AccountId32, u128, u128]>;
786
- /**
787
- * See [`Pallet::deposit`].
788
- **/
789
- deposit: AugmentedSubmittable<(assetId: Option<u128> | null | Uint8Array | u128 | AnyNumber, amount: u128 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [Option<u128>, u128]>;
790
- /**
791
- * See [`Pallet::execute_delegator_bond_less`].
792
- **/
793
- executeDelegatorBondLess: AugmentedSubmittable<() => SubmittableExtrinsic<ApiType>, []>;
794
- /**
795
- * See [`Pallet::execute_leave_operators`].
796
- **/
797
- executeLeaveOperators: AugmentedSubmittable<() => SubmittableExtrinsic<ApiType>, []>;
798
- /**
799
- * See [`Pallet::execute_operator_bond_less`].
800
- **/
801
- executeOperatorBondLess: AugmentedSubmittable<() => SubmittableExtrinsic<ApiType>, []>;
802
- /**
803
- * See [`Pallet::execute_unstake`].
804
- **/
805
- executeUnstake: AugmentedSubmittable<() => SubmittableExtrinsic<ApiType>, []>;
806
- /**
807
- * See [`Pallet::go_offline`].
808
- **/
809
- goOffline: AugmentedSubmittable<() => SubmittableExtrinsic<ApiType>, []>;
810
- /**
811
- * See [`Pallet::go_online`].
812
- **/
813
- goOnline: AugmentedSubmittable<() => SubmittableExtrinsic<ApiType>, []>;
814
- /**
815
- * See [`Pallet::join_operators`].
816
- **/
817
- joinOperators: AugmentedSubmittable<(bondAmount: u128 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [u128]>;
818
- /**
819
- * See [`Pallet::operator_bond_more`].
820
- **/
821
- operatorBondMore: AugmentedSubmittable<(additionalBond: u128 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [u128]>;
822
- /**
823
- * See [`Pallet::schedule_delegator_bond_less`].
824
- **/
825
- scheduleDelegatorBondLess: AugmentedSubmittable<(operator: AccountId32 | string | Uint8Array, assetId: u128 | AnyNumber | Uint8Array, amount: u128 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [AccountId32, u128, u128]>;
826
- /**
827
- * See [`Pallet::schedule_leave_operators`].
828
- **/
829
- scheduleLeaveOperators: AugmentedSubmittable<() => SubmittableExtrinsic<ApiType>, []>;
830
- /**
831
- * See [`Pallet::schedule_operator_bond_less`].
832
- **/
833
- scheduleOperatorBondLess: AugmentedSubmittable<(bondLessAmount: u128 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [u128]>;
834
- /**
835
- * See [`Pallet::schedule_unstake`].
836
- **/
837
- scheduleUnstake: AugmentedSubmittable<(assetId: Option<u128> | null | Uint8Array | u128 | AnyNumber, amount: u128 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [Option<u128>, u128]>;
838
- /**
839
- * See [`Pallet::set_incentive_apy_and_cap`].
840
- **/
841
- setIncentiveApyAndCap: AugmentedSubmittable<(assetId: u128 | AnyNumber | Uint8Array, apy: u128 | AnyNumber | Uint8Array, cap: u128 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [u128, u128, u128]>;
842
- /**
843
- * See [`Pallet::set_whitelisted_assets`].
844
- **/
845
- setWhitelistedAssets: AugmentedSubmittable<(assets: Vec<u128> | (u128 | AnyNumber | Uint8Array)[]) => SubmittableExtrinsic<ApiType>, [Vec<u128>]>;
846
- /**
847
- * See [`Pallet::whitelist_blueprint_for_rewards`].
848
- **/
849
- whitelistBlueprintForRewards: AugmentedSubmittable<(blueprintId: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [u32]>;
850
- /**
851
- * Generic tx
852
- **/
853
- [key: string]: SubmittableExtrinsicFunction<ApiType>;
854
- };
855
- multisig: {
856
- /**
857
- * See [`Pallet::approve_as_multi`].
858
- **/
859
- approveAsMulti: AugmentedSubmittable<(threshold: u16 | AnyNumber | Uint8Array, otherSignatories: Vec<AccountId32> | (AccountId32 | string | Uint8Array)[], maybeTimepoint: Option<PalletMultisigTimepoint> | null | Uint8Array | PalletMultisigTimepoint | { height?: any; index?: any } | string, callHash: U8aFixed | string | Uint8Array, maxWeight: SpWeightsWeightV2Weight | { refTime?: any; proofSize?: any } | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [u16, Vec<AccountId32>, Option<PalletMultisigTimepoint>, U8aFixed, SpWeightsWeightV2Weight]>;
860
- /**
861
- * See [`Pallet::as_multi`].
862
- **/
863
- asMulti: AugmentedSubmittable<(threshold: u16 | AnyNumber | Uint8Array, otherSignatories: Vec<AccountId32> | (AccountId32 | string | Uint8Array)[], maybeTimepoint: Option<PalletMultisigTimepoint> | null | Uint8Array | PalletMultisigTimepoint | { height?: any; index?: any } | string, call: Call | IMethod | string | Uint8Array, maxWeight: SpWeightsWeightV2Weight | { refTime?: any; proofSize?: any } | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [u16, Vec<AccountId32>, Option<PalletMultisigTimepoint>, Call, SpWeightsWeightV2Weight]>;
864
- /**
865
- * See [`Pallet::as_multi_threshold_1`].
866
- **/
867
- asMultiThreshold1: AugmentedSubmittable<(otherSignatories: Vec<AccountId32> | (AccountId32 | string | Uint8Array)[], call: Call | IMethod | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [Vec<AccountId32>, Call]>;
868
- /**
869
- * See [`Pallet::cancel_as_multi`].
870
- **/
871
- cancelAsMulti: AugmentedSubmittable<(threshold: u16 | AnyNumber | Uint8Array, otherSignatories: Vec<AccountId32> | (AccountId32 | string | Uint8Array)[], timepoint: PalletMultisigTimepoint | { height?: any; index?: any } | string | Uint8Array, callHash: U8aFixed | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [u16, Vec<AccountId32>, PalletMultisigTimepoint, U8aFixed]>;
872
- /**
873
- * Generic tx
874
- **/
875
- [key: string]: SubmittableExtrinsicFunction<ApiType>;
876
- };
877
- nominationPools: {
878
- /**
879
- * See [`Pallet::adjust_pool_deposit`].
880
- **/
881
- adjustPoolDeposit: AugmentedSubmittable<(poolId: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [u32]>;
882
- /**
883
- * See [`Pallet::bond_extra`].
884
- **/
885
- bondExtra: AugmentedSubmittable<(extra: PalletNominationPoolsBondExtra | { FreeBalance: any } | { Rewards: any } | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [PalletNominationPoolsBondExtra]>;
886
- /**
887
- * See [`Pallet::bond_extra_other`].
888
- **/
889
- bondExtraOther: AugmentedSubmittable<(member: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, extra: PalletNominationPoolsBondExtra | { FreeBalance: any } | { Rewards: any } | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [MultiAddress, PalletNominationPoolsBondExtra]>;
890
- /**
891
- * See [`Pallet::chill`].
892
- **/
893
- chill: AugmentedSubmittable<(poolId: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [u32]>;
894
- /**
895
- * See [`Pallet::claim_commission`].
896
- **/
897
- claimCommission: AugmentedSubmittable<(poolId: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [u32]>;
898
- /**
899
- * See [`Pallet::claim_payout`].
900
- **/
901
- claimPayout: AugmentedSubmittable<() => SubmittableExtrinsic<ApiType>, []>;
902
- /**
903
- * See [`Pallet::claim_payout_other`].
904
- **/
905
- claimPayoutOther: AugmentedSubmittable<(other: AccountId32 | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [AccountId32]>;
906
- /**
907
- * See [`Pallet::create`].
908
- **/
909
- create: AugmentedSubmittable<(amount: Compact<u128> | AnyNumber | Uint8Array, root: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, nominator: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, bouncer: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [Compact<u128>, MultiAddress, MultiAddress, MultiAddress]>;
910
- /**
911
- * See [`Pallet::create_with_pool_id`].
912
- **/
913
- createWithPoolId: AugmentedSubmittable<(amount: Compact<u128> | AnyNumber | Uint8Array, root: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, nominator: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, bouncer: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, poolId: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [Compact<u128>, MultiAddress, MultiAddress, MultiAddress, u32]>;
914
- /**
915
- * See [`Pallet::join`].
916
- **/
917
- join: AugmentedSubmittable<(amount: Compact<u128> | AnyNumber | Uint8Array, poolId: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [Compact<u128>, u32]>;
918
- /**
919
- * See [`Pallet::nominate`].
920
- **/
921
- nominate: AugmentedSubmittable<(poolId: u32 | AnyNumber | Uint8Array, validators: Vec<AccountId32> | (AccountId32 | string | Uint8Array)[]) => SubmittableExtrinsic<ApiType>, [u32, Vec<AccountId32>]>;
922
- /**
923
- * See [`Pallet::pool_withdraw_unbonded`].
924
- **/
925
- poolWithdrawUnbonded: AugmentedSubmittable<(poolId: u32 | AnyNumber | Uint8Array, numSlashingSpans: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [u32, u32]>;
926
- /**
927
- * See [`Pallet::set_claim_permission`].
928
- **/
929
- setClaimPermission: AugmentedSubmittable<(permission: PalletNominationPoolsClaimPermission | 'Permissioned' | 'PermissionlessCompound' | 'PermissionlessWithdraw' | 'PermissionlessAll' | number | Uint8Array) => SubmittableExtrinsic<ApiType>, [PalletNominationPoolsClaimPermission]>;
930
- /**
931
- * See [`Pallet::set_commission`].
932
- **/
933
- 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]>>]>;
934
- /**
935
- * See [`Pallet::set_commission_change_rate`].
936
- **/
937
- setCommissionChangeRate: AugmentedSubmittable<(poolId: u32 | AnyNumber | Uint8Array, changeRate: PalletNominationPoolsCommissionChangeRate | { maxIncrease?: any; minDelay?: any } | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [u32, PalletNominationPoolsCommissionChangeRate]>;
938
- /**
939
- * See [`Pallet::set_commission_claim_permission`].
940
- **/
941
- setCommissionClaimPermission: AugmentedSubmittable<(poolId: u32 | AnyNumber | Uint8Array, permission: Option<PalletNominationPoolsCommissionClaimPermission> | null | Uint8Array | PalletNominationPoolsCommissionClaimPermission | { Permissionless: any } | { Account: any } | string) => SubmittableExtrinsic<ApiType>, [u32, Option<PalletNominationPoolsCommissionClaimPermission>]>;
942
- /**
943
- * See [`Pallet::set_commission_max`].
944
- **/
945
- setCommissionMax: AugmentedSubmittable<(poolId: u32 | AnyNumber | Uint8Array, maxCommission: Perbill | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [u32, Perbill]>;
946
- /**
947
- * See [`Pallet::set_configs`].
948
- **/
949
- setConfigs: AugmentedSubmittable<(minJoinBond: PalletNominationPoolsConfigOpU128 | { Noop: any } | { Set: any } | { Remove: any } | string | Uint8Array, minCreateBond: PalletNominationPoolsConfigOpU128 | { Noop: any } | { Set: any } | { Remove: any } | string | Uint8Array, maxPools: PalletNominationPoolsConfigOpU32 | { Noop: any } | { Set: any } | { Remove: any } | string | Uint8Array, maxMembers: PalletNominationPoolsConfigOpU32 | { Noop: any } | { Set: any } | { Remove: any } | string | Uint8Array, maxMembersPerPool: PalletNominationPoolsConfigOpU32 | { Noop: any } | { Set: any } | { Remove: any } | string | Uint8Array, globalMaxCommission: PalletNominationPoolsConfigOpPerbill | { Noop: any } | { Set: any } | { Remove: any } | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [PalletNominationPoolsConfigOpU128, PalletNominationPoolsConfigOpU128, PalletNominationPoolsConfigOpU32, PalletNominationPoolsConfigOpU32, PalletNominationPoolsConfigOpU32, PalletNominationPoolsConfigOpPerbill]>;
950
- /**
951
- * See [`Pallet::set_metadata`].
952
- **/
953
- setMetadata: AugmentedSubmittable<(poolId: u32 | AnyNumber | Uint8Array, metadata: Bytes | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [u32, Bytes]>;
954
- /**
955
- * See [`Pallet::set_state`].
956
- **/
957
- setState: AugmentedSubmittable<(poolId: u32 | AnyNumber | Uint8Array, state: PalletNominationPoolsPoolState | 'Open' | 'Blocked' | 'Destroying' | number | Uint8Array) => SubmittableExtrinsic<ApiType>, [u32, PalletNominationPoolsPoolState]>;
958
- /**
959
- * See [`Pallet::unbond`].
960
- **/
961
- unbond: AugmentedSubmittable<(memberAccount: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, unbondingPoints: Compact<u128> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [MultiAddress, Compact<u128>]>;
962
- /**
963
- * See [`Pallet::update_roles`].
964
- **/
965
- updateRoles: AugmentedSubmittable<(poolId: u32 | AnyNumber | Uint8Array, newRoot: PalletNominationPoolsConfigOpAccountId32 | { Noop: any } | { Set: any } | { Remove: any } | string | Uint8Array, newNominator: PalletNominationPoolsConfigOpAccountId32 | { Noop: any } | { Set: any } | { Remove: any } | string | Uint8Array, newBouncer: PalletNominationPoolsConfigOpAccountId32 | { Noop: any } | { Set: any } | { Remove: any } | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [u32, PalletNominationPoolsConfigOpAccountId32, PalletNominationPoolsConfigOpAccountId32, PalletNominationPoolsConfigOpAccountId32]>;
966
- /**
967
- * See [`Pallet::withdraw_unbonded`].
968
- **/
969
- withdrawUnbonded: AugmentedSubmittable<(memberAccount: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, numSlashingSpans: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [MultiAddress, u32]>;
970
- /**
971
- * Generic tx
972
- **/
973
- [key: string]: SubmittableExtrinsicFunction<ApiType>;
974
- };
975
- preimage: {
976
- /**
977
- * See [`Pallet::ensure_updated`].
978
- **/
979
- ensureUpdated: AugmentedSubmittable<(hashes: Vec<H256> | (H256 | string | Uint8Array)[]) => SubmittableExtrinsic<ApiType>, [Vec<H256>]>;
980
- /**
981
- * See [`Pallet::note_preimage`].
982
- **/
983
- notePreimage: AugmentedSubmittable<(bytes: Bytes | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [Bytes]>;
984
- /**
985
- * See [`Pallet::request_preimage`].
986
- **/
987
- requestPreimage: AugmentedSubmittable<(hash: H256 | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [H256]>;
988
- /**
989
- * See [`Pallet::unnote_preimage`].
990
- **/
991
- unnotePreimage: AugmentedSubmittable<(hash: H256 | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [H256]>;
992
- /**
993
- * See [`Pallet::unrequest_preimage`].
994
- **/
995
- unrequestPreimage: AugmentedSubmittable<(hash: H256 | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [H256]>;
996
- /**
997
- * Generic tx
998
- **/
999
- [key: string]: SubmittableExtrinsicFunction<ApiType>;
1000
- };
1001
- proxy: {
1002
- /**
1003
- * See [`Pallet::add_proxy`].
1004
- **/
1005
- addProxy: AugmentedSubmittable<(delegate: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, proxyType: TangleTestnetRuntimeProxyType | 'Any' | 'NonTransfer' | 'Governance' | 'Staking' | number | Uint8Array, delay: u64 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [MultiAddress, TangleTestnetRuntimeProxyType, u64]>;
1006
- /**
1007
- * See [`Pallet::announce`].
1008
- **/
1009
- announce: AugmentedSubmittable<(real: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, callHash: H256 | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [MultiAddress, H256]>;
1010
- /**
1011
- * See [`Pallet::create_pure`].
1012
- **/
1013
- createPure: AugmentedSubmittable<(proxyType: TangleTestnetRuntimeProxyType | 'Any' | 'NonTransfer' | 'Governance' | 'Staking' | number | Uint8Array, delay: u64 | AnyNumber | Uint8Array, index: u16 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [TangleTestnetRuntimeProxyType, u64, u16]>;
1014
- /**
1015
- * See [`Pallet::kill_pure`].
1016
- **/
1017
- killPure: AugmentedSubmittable<(spawner: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | 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>]>;
1018
- /**
1019
- * See [`Pallet::proxy`].
1020
- **/
1021
- proxy: AugmentedSubmittable<(real: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, forceProxyType: Option<TangleTestnetRuntimeProxyType> | null | Uint8Array | TangleTestnetRuntimeProxyType | 'Any' | 'NonTransfer' | 'Governance' | 'Staking' | number, call: Call | IMethod | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [MultiAddress, Option<TangleTestnetRuntimeProxyType>, Call]>;
1022
- /**
1023
- * See [`Pallet::proxy_announced`].
1024
- **/
1025
- proxyAnnounced: AugmentedSubmittable<(delegate: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, real: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | 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]>;
1026
- /**
1027
- * See [`Pallet::reject_announcement`].
1028
- **/
1029
- rejectAnnouncement: AugmentedSubmittable<(delegate: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, callHash: H256 | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [MultiAddress, H256]>;
1030
- /**
1031
- * See [`Pallet::remove_announcement`].
1032
- **/
1033
- removeAnnouncement: AugmentedSubmittable<(real: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, callHash: H256 | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [MultiAddress, H256]>;
1034
- /**
1035
- * See [`Pallet::remove_proxies`].
1036
- **/
1037
- removeProxies: AugmentedSubmittable<() => SubmittableExtrinsic<ApiType>, []>;
1038
- /**
1039
- * See [`Pallet::remove_proxy`].
1040
- **/
1041
- removeProxy: AugmentedSubmittable<(delegate: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, proxyType: TangleTestnetRuntimeProxyType | 'Any' | 'NonTransfer' | 'Governance' | 'Staking' | number | Uint8Array, delay: u64 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [MultiAddress, TangleTestnetRuntimeProxyType, u64]>;
1042
- /**
1043
- * Generic tx
1044
- **/
1045
- [key: string]: SubmittableExtrinsicFunction<ApiType>;
1046
- };
1047
- roles: {
1048
- /**
1049
- * See [`Pallet::chill`].
1050
- **/
1051
- chill: AugmentedSubmittable<() => SubmittableExtrinsic<ApiType>, []>;
1052
- /**
1053
- * See [`Pallet::create_profile`].
1054
- **/
1055
- createProfile: AugmentedSubmittable<(profile: PalletRolesProfile | { Independent: any } | { Shared: any } | string | Uint8Array, maxActiveServices: Option<u32> | null | Uint8Array | u32 | AnyNumber) => SubmittableExtrinsic<ApiType>, [PalletRolesProfile, Option<u32>]>;
1056
- /**
1057
- * See [`Pallet::delete_profile`].
1058
- **/
1059
- deleteProfile: AugmentedSubmittable<() => SubmittableExtrinsic<ApiType>, []>;
1060
- /**
1061
- * See [`Pallet::payout_stakers`].
1062
- **/
1063
- payoutStakers: AugmentedSubmittable<(validatorStash: AccountId32 | string | Uint8Array, era: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [AccountId32, u32]>;
1064
- /**
1065
- * See [`Pallet::set_min_restaking_bond`].
1066
- **/
1067
- setMinRestakingBond: AugmentedSubmittable<(minRestakingBond: u128 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [u128]>;
1068
- /**
1069
- * See [`Pallet::unbond_funds`].
1070
- **/
1071
- unbondFunds: AugmentedSubmittable<(amount: Compact<u128> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [Compact<u128>]>;
1072
- /**
1073
- * See [`Pallet::update_profile`].
1074
- **/
1075
- updateProfile: AugmentedSubmittable<(updatedProfile: PalletRolesProfile | { Independent: any } | { Shared: any } | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [PalletRolesProfile]>;
1076
- /**
1077
- * See [`Pallet::withdraw_unbonded`].
1078
- **/
1079
- withdrawUnbonded: AugmentedSubmittable<() => SubmittableExtrinsic<ApiType>, []>;
1080
- /**
1081
- * Generic tx
1082
- **/
1083
- [key: string]: SubmittableExtrinsicFunction<ApiType>;
1084
- };
1085
- scheduler: {
1086
- /**
1087
- * See [`Pallet::cancel`].
1088
- **/
1089
- cancel: AugmentedSubmittable<(when: u64 | AnyNumber | Uint8Array, index: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [u64, u32]>;
1090
- /**
1091
- * See [`Pallet::cancel_named`].
1092
- **/
1093
- cancelNamed: AugmentedSubmittable<(id: U8aFixed | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [U8aFixed]>;
1094
- /**
1095
- * See [`Pallet::schedule`].
1096
- **/
1097
- 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]>;
1098
- /**
1099
- * See [`Pallet::schedule_after`].
1100
- **/
1101
- 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]>;
1102
- /**
1103
- * See [`Pallet::schedule_named`].
1104
- **/
1105
- 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]>;
1106
- /**
1107
- * See [`Pallet::schedule_named_after`].
1108
- **/
1109
- 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]>;
1110
- /**
1111
- * Generic tx
1112
- **/
1113
- [key: string]: SubmittableExtrinsicFunction<ApiType>;
1114
- };
1115
- session: {
1116
- /**
1117
- * See [`Pallet::purge_keys`].
1118
- **/
1119
- purgeKeys: AugmentedSubmittable<() => SubmittableExtrinsic<ApiType>, []>;
1120
- /**
1121
- * See [`Pallet::set_keys`].
1122
- **/
1123
- setKeys: AugmentedSubmittable<(keys: TangleTestnetRuntimeOpaqueSessionKeys | { babe?: any; grandpa?: any; imOnline?: any; role?: any } | string | Uint8Array, proof: Bytes | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [TangleTestnetRuntimeOpaqueSessionKeys, Bytes]>;
1124
- /**
1125
- * Generic tx
1126
- **/
1127
- [key: string]: SubmittableExtrinsicFunction<ApiType>;
1128
- };
1129
- staking: {
1130
- /**
1131
- * See [`Pallet::bond`].
1132
- **/
1133
- bond: AugmentedSubmittable<(value: Compact<u128> | AnyNumber | Uint8Array, payee: PalletStakingRewardDestination | { Staked: any } | { Stash: any } | { Controller: any } | { Account: any } | { None: any } | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [Compact<u128>, PalletStakingRewardDestination]>;
1134
- /**
1135
- * See [`Pallet::bond_extra`].
1136
- **/
1137
- bondExtra: AugmentedSubmittable<(maxAdditional: Compact<u128> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [Compact<u128>]>;
1138
- /**
1139
- * See [`Pallet::cancel_deferred_slash`].
1140
- **/
1141
- cancelDeferredSlash: AugmentedSubmittable<(era: u32 | AnyNumber | Uint8Array, slashIndices: Vec<u32> | (u32 | AnyNumber | Uint8Array)[]) => SubmittableExtrinsic<ApiType>, [u32, Vec<u32>]>;
1142
- /**
1143
- * See [`Pallet::chill`].
1144
- **/
1145
- chill: AugmentedSubmittable<() => SubmittableExtrinsic<ApiType>, []>;
1146
- /**
1147
- * See [`Pallet::chill_other`].
1148
- **/
1149
- chillOther: AugmentedSubmittable<(stash: AccountId32 | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [AccountId32]>;
1150
- /**
1151
- * See [`Pallet::deprecate_controller_batch`].
1152
- **/
1153
- deprecateControllerBatch: AugmentedSubmittable<(controllers: Vec<AccountId32> | (AccountId32 | string | Uint8Array)[]) => SubmittableExtrinsic<ApiType>, [Vec<AccountId32>]>;
1154
- /**
1155
- * See [`Pallet::force_apply_min_commission`].
1156
- **/
1157
- forceApplyMinCommission: AugmentedSubmittable<(validatorStash: AccountId32 | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [AccountId32]>;
1158
- /**
1159
- * See [`Pallet::force_new_era`].
1160
- **/
1161
- forceNewEra: AugmentedSubmittable<() => SubmittableExtrinsic<ApiType>, []>;
1162
- /**
1163
- * See [`Pallet::force_new_era_always`].
1164
- **/
1165
- forceNewEraAlways: AugmentedSubmittable<() => SubmittableExtrinsic<ApiType>, []>;
1166
- /**
1167
- * See [`Pallet::force_no_eras`].
1168
- **/
1169
- forceNoEras: AugmentedSubmittable<() => SubmittableExtrinsic<ApiType>, []>;
1170
- /**
1171
- * See [`Pallet::force_unstake`].
1172
- **/
1173
- forceUnstake: AugmentedSubmittable<(stash: AccountId32 | string | Uint8Array, numSlashingSpans: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [AccountId32, u32]>;
1174
- /**
1175
- * See [`Pallet::increase_validator_count`].
1176
- **/
1177
- increaseValidatorCount: AugmentedSubmittable<(additional: Compact<u32> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [Compact<u32>]>;
1178
- /**
1179
- * See [`Pallet::kick`].
1180
- **/
1181
- kick: AugmentedSubmittable<(who: Vec<MultiAddress> | (MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array)[]) => SubmittableExtrinsic<ApiType>, [Vec<MultiAddress>]>;
1182
- /**
1183
- * See [`Pallet::nominate`].
1184
- **/
1185
- nominate: AugmentedSubmittable<(targets: Vec<MultiAddress> | (MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array)[]) => SubmittableExtrinsic<ApiType>, [Vec<MultiAddress>]>;
1186
- /**
1187
- * See [`Pallet::payout_stakers`].
1188
- **/
1189
- payoutStakers: AugmentedSubmittable<(validatorStash: AccountId32 | string | Uint8Array, era: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [AccountId32, u32]>;
1190
- /**
1191
- * See [`Pallet::payout_stakers_by_page`].
1192
- **/
1193
- payoutStakersByPage: AugmentedSubmittable<(validatorStash: AccountId32 | string | Uint8Array, era: u32 | AnyNumber | Uint8Array, page: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [AccountId32, u32, u32]>;
1194
- /**
1195
- * See [`Pallet::reap_stash`].
1196
- **/
1197
- reapStash: AugmentedSubmittable<(stash: AccountId32 | string | Uint8Array, numSlashingSpans: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [AccountId32, u32]>;
1198
- /**
1199
- * See [`Pallet::rebond`].
1200
- **/
1201
- rebond: AugmentedSubmittable<(value: Compact<u128> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [Compact<u128>]>;
1202
- /**
1203
- * See [`Pallet::scale_validator_count`].
1204
- **/
1205
- scaleValidatorCount: AugmentedSubmittable<(factor: Percent | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [Percent]>;
1206
- /**
1207
- * See [`Pallet::set_controller`].
1208
- **/
1209
- setController: AugmentedSubmittable<() => SubmittableExtrinsic<ApiType>, []>;
1210
- /**
1211
- * See [`Pallet::set_invulnerables`].
1212
- **/
1213
- setInvulnerables: AugmentedSubmittable<(invulnerables: Vec<AccountId32> | (AccountId32 | string | Uint8Array)[]) => SubmittableExtrinsic<ApiType>, [Vec<AccountId32>]>;
1214
- /**
1215
- * See [`Pallet::set_min_commission`].
1216
- **/
1217
- setMinCommission: AugmentedSubmittable<(updated: Perbill | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [Perbill]>;
1218
- /**
1219
- * See [`Pallet::set_payee`].
1220
- **/
1221
- setPayee: AugmentedSubmittable<(payee: PalletStakingRewardDestination | { Staked: any } | { Stash: any } | { Controller: any } | { Account: any } | { None: any } | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [PalletStakingRewardDestination]>;
1222
- /**
1223
- * See [`Pallet::set_staking_configs`].
1224
- **/
1225
- setStakingConfigs: AugmentedSubmittable<(minNominatorBond: PalletStakingPalletConfigOpU128 | { Noop: any } | { Set: any } | { Remove: any } | string | Uint8Array, minValidatorBond: PalletStakingPalletConfigOpU128 | { Noop: any } | { Set: any } | { Remove: any } | string | Uint8Array, maxNominatorCount: PalletStakingPalletConfigOpU32 | { Noop: any } | { Set: any } | { Remove: any } | string | Uint8Array, maxValidatorCount: PalletStakingPalletConfigOpU32 | { Noop: any } | { Set: any } | { Remove: any } | string | Uint8Array, chillThreshold: PalletStakingPalletConfigOpPercent | { Noop: any } | { Set: any } | { Remove: any } | string | Uint8Array, minCommission: PalletStakingPalletConfigOpPerbill | { Noop: any } | { Set: any } | { Remove: any } | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [PalletStakingPalletConfigOpU128, PalletStakingPalletConfigOpU128, PalletStakingPalletConfigOpU32, PalletStakingPalletConfigOpU32, PalletStakingPalletConfigOpPercent, PalletStakingPalletConfigOpPerbill]>;
1226
- /**
1227
- * See [`Pallet::set_validator_count`].
1228
- **/
1229
- setValidatorCount: AugmentedSubmittable<(updated: Compact<u32> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [Compact<u32>]>;
1230
- /**
1231
- * See [`Pallet::unbond`].
1232
- **/
1233
- unbond: AugmentedSubmittable<(value: Compact<u128> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [Compact<u128>]>;
1234
- /**
1235
- * See [`Pallet::update_payee`].
1236
- **/
1237
- updatePayee: AugmentedSubmittable<(controller: AccountId32 | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [AccountId32]>;
1238
- /**
1239
- * See [`Pallet::validate`].
1240
- **/
1241
- validate: AugmentedSubmittable<(prefs: PalletStakingValidatorPrefs | { commission?: any; blocked?: any } | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [PalletStakingValidatorPrefs]>;
1242
- /**
1243
- * See [`Pallet::withdraw_unbonded`].
1244
- **/
1245
- withdrawUnbonded: AugmentedSubmittable<(numSlashingSpans: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [u32]>;
1246
- /**
1247
- * Generic tx
1248
- **/
1249
- [key: string]: SubmittableExtrinsicFunction<ApiType>;
1250
- };
1251
- sudo: {
1252
- /**
1253
- * See [`Pallet::remove_key`].
1254
- **/
1255
- removeKey: AugmentedSubmittable<() => SubmittableExtrinsic<ApiType>, []>;
1256
- /**
1257
- * See [`Pallet::set_key`].
1258
- **/
1259
- setKey: AugmentedSubmittable<(updated: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [MultiAddress]>;
1260
- /**
1261
- * See [`Pallet::sudo`].
1262
- **/
1263
- sudo: AugmentedSubmittable<(call: Call | IMethod | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [Call]>;
1264
- /**
1265
- * See [`Pallet::sudo_as`].
1266
- **/
1267
- sudoAs: AugmentedSubmittable<(who: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, call: Call | IMethod | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [MultiAddress, Call]>;
1268
- /**
1269
- * See [`Pallet::sudo_unchecked_weight`].
1270
- **/
1271
- sudoUncheckedWeight: AugmentedSubmittable<(call: Call | IMethod | string | Uint8Array, weight: SpWeightsWeightV2Weight | { refTime?: any; proofSize?: any } | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [Call, SpWeightsWeightV2Weight]>;
1272
- /**
1273
- * Generic tx
1274
- **/
1275
- [key: string]: SubmittableExtrinsicFunction<ApiType>;
1276
- };
1277
- sygmaAccessSegregator: {
1278
- /**
1279
- * See [`Pallet::grant_access`].
1280
- **/
1281
- grantAccess: AugmentedSubmittable<(palletIndex: u8 | AnyNumber | Uint8Array, extrinsicName: Bytes | string | Uint8Array, who: AccountId32 | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [u8, Bytes, AccountId32]>;
1282
- /**
1283
- * Generic tx
1284
- **/
1285
- [key: string]: SubmittableExtrinsicFunction<ApiType>;
1286
- };
1287
- sygmaBasicFeeHandler: {
1288
- /**
1289
- * See [`Pallet::set_fee`].
1290
- **/
1291
- setFee: AugmentedSubmittable<(domain: u8 | AnyNumber | Uint8Array, asset: StagingXcmV4AssetAssetId | { parents?: any; interior?: any } | string | Uint8Array, amount: u128 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [u8, StagingXcmV4AssetAssetId, u128]>;
1292
- /**
1293
- * Generic tx
1294
- **/
1295
- [key: string]: SubmittableExtrinsicFunction<ApiType>;
1296
- };
1297
- sygmaBridge: {
1298
- /**
1299
- * See [`Pallet::deposit`].
1300
- **/
1301
- deposit: AugmentedSubmittable<(asset: StagingXcmV4Asset | { id?: any; fun?: any } | string | Uint8Array, dest: StagingXcmV4Location | { parents?: any; interior?: any } | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [StagingXcmV4Asset, StagingXcmV4Location]>;
1302
- /**
1303
- * See [`Pallet::execute_proposal`].
1304
- **/
1305
- executeProposal: AugmentedSubmittable<(proposals: Vec<SygmaBridgeProposal> | (SygmaBridgeProposal | { originDomainId?: any; depositNonce?: any; resourceId?: any; data?: any } | string | Uint8Array)[], signature: Bytes | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [Vec<SygmaBridgeProposal>, Bytes]>;
1306
- /**
1307
- * See [`Pallet::pause_all_bridges`].
1308
- **/
1309
- pauseAllBridges: AugmentedSubmittable<() => SubmittableExtrinsic<ApiType>, []>;
1310
- /**
1311
- * See [`Pallet::pause_bridge`].
1312
- **/
1313
- pauseBridge: AugmentedSubmittable<(destDomainId: u8 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [u8]>;
1314
- /**
1315
- * See [`Pallet::register_domain`].
1316
- **/
1317
- registerDomain: AugmentedSubmittable<(destDomainId: u8 | AnyNumber | Uint8Array, destChainId: U256 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [u8, U256]>;
1318
- /**
1319
- * See [`Pallet::retry`].
1320
- **/
1321
- retry: AugmentedSubmittable<(depositOnBlockHeight: u128 | AnyNumber | Uint8Array, destDomainId: u8 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [u128, u8]>;
1322
- /**
1323
- * See [`Pallet::set_mpc_address`].
1324
- **/
1325
- setMpcAddress: AugmentedSubmittable<(addr: SygmaTraitsMpcAddress | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [SygmaTraitsMpcAddress]>;
1326
- /**
1327
- * See [`Pallet::unpause_all_bridges`].
1328
- **/
1329
- unpauseAllBridges: AugmentedSubmittable<() => SubmittableExtrinsic<ApiType>, []>;
1330
- /**
1331
- * See [`Pallet::unpause_bridge`].
1332
- **/
1333
- unpauseBridge: AugmentedSubmittable<(destDomainId: u8 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [u8]>;
1334
- /**
1335
- * See [`Pallet::unregister_domain`].
1336
- **/
1337
- unregisterDomain: AugmentedSubmittable<(destDomainId: u8 | AnyNumber | Uint8Array, destChainId: U256 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [u8, U256]>;
1338
- /**
1339
- * Generic tx
1340
- **/
1341
- [key: string]: SubmittableExtrinsicFunction<ApiType>;
1342
- };
1343
- sygmaFeeHandlerRouter: {
1344
- /**
1345
- * See [`Pallet::set_fee_handler`].
1346
- **/
1347
- setFeeHandler: AugmentedSubmittable<(domain: u8 | AnyNumber | Uint8Array, asset: StagingXcmV4AssetAssetId | { parents?: any; interior?: any } | string | Uint8Array, handlerType: SygmaFeeHandlerRouterFeeHandlerType | 'BasicFeeHandler' | 'PercentageFeeHandler' | 'DynamicFeeHandler' | number | Uint8Array) => SubmittableExtrinsic<ApiType>, [u8, StagingXcmV4AssetAssetId, SygmaFeeHandlerRouterFeeHandlerType]>;
1348
- /**
1349
- * Generic tx
1350
- **/
1351
- [key: string]: SubmittableExtrinsicFunction<ApiType>;
1352
- };
1353
- sygmaPercentageFeeHandler: {
1354
- /**
1355
- * See [`Pallet::set_fee_rate`].
1356
- **/
1357
- setFeeRate: AugmentedSubmittable<(domain: u8 | AnyNumber | Uint8Array, asset: StagingXcmV4AssetAssetId | { parents?: any; interior?: any } | string | Uint8Array, feeRateBasisPoint: u32 | AnyNumber | Uint8Array, feeLowerBound: u128 | AnyNumber | Uint8Array, feeUpperBound: u128 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [u8, StagingXcmV4AssetAssetId, u32, u128, u128]>;
1358
- /**
1359
- * Generic tx
1360
- **/
1361
- [key: string]: SubmittableExtrinsicFunction<ApiType>;
1362
- };
1363
- system: {
1364
- /**
1365
- * See [`Pallet::apply_authorized_upgrade`].
1366
- **/
1367
- applyAuthorizedUpgrade: AugmentedSubmittable<(code: Bytes | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [Bytes]>;
1368
- /**
1369
- * See [`Pallet::authorize_upgrade`].
1370
- **/
1371
- authorizeUpgrade: AugmentedSubmittable<(codeHash: H256 | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [H256]>;
1372
- /**
1373
- * See [`Pallet::authorize_upgrade_without_checks`].
1374
- **/
1375
- authorizeUpgradeWithoutChecks: AugmentedSubmittable<(codeHash: H256 | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [H256]>;
1376
- /**
1377
- * See [`Pallet::kill_prefix`].
1378
- **/
1379
- killPrefix: AugmentedSubmittable<(prefix: Bytes | string | Uint8Array, subkeys: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [Bytes, u32]>;
1380
- /**
1381
- * See [`Pallet::kill_storage`].
1382
- **/
1383
- killStorage: AugmentedSubmittable<(keys: Vec<Bytes> | (Bytes | string | Uint8Array)[]) => SubmittableExtrinsic<ApiType>, [Vec<Bytes>]>;
1384
- /**
1385
- * See [`Pallet::remark`].
1386
- **/
1387
- remark: AugmentedSubmittable<(remark: Bytes | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [Bytes]>;
1388
- /**
1389
- * See [`Pallet::remark_with_event`].
1390
- **/
1391
- remarkWithEvent: AugmentedSubmittable<(remark: Bytes | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [Bytes]>;
1392
- /**
1393
- * See [`Pallet::set_code`].
1394
- **/
1395
- setCode: AugmentedSubmittable<(code: Bytes | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [Bytes]>;
1396
- /**
1397
- * See [`Pallet::set_code_without_checks`].
1398
- **/
1399
- setCodeWithoutChecks: AugmentedSubmittable<(code: Bytes | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [Bytes]>;
1400
- /**
1401
- * See [`Pallet::set_heap_pages`].
1402
- **/
1403
- setHeapPages: AugmentedSubmittable<(pages: u64 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [u64]>;
1404
- /**
1405
- * See [`Pallet::set_storage`].
1406
- **/
1407
- setStorage: AugmentedSubmittable<(items: Vec<ITuple<[Bytes, Bytes]>> | ([Bytes | string | Uint8Array, Bytes | string | Uint8Array])[]) => SubmittableExtrinsic<ApiType>, [Vec<ITuple<[Bytes, Bytes]>>]>;
1408
- /**
1409
- * Generic tx
1410
- **/
1411
- [key: string]: SubmittableExtrinsicFunction<ApiType>;
1412
- };
1413
- timestamp: {
1414
- /**
1415
- * See [`Pallet::set`].
1416
- **/
1417
- set: AugmentedSubmittable<(now: Compact<u64> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [Compact<u64>]>;
1418
- /**
1419
- * Generic tx
1420
- **/
1421
- [key: string]: SubmittableExtrinsicFunction<ApiType>;
1422
- };
1423
- treasury: {
1424
- /**
1425
- * See [`Pallet::approve_proposal`].
1426
- **/
1427
- approveProposal: AugmentedSubmittable<(proposalId: Compact<u32> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [Compact<u32>]>;
1428
- /**
1429
- * See [`Pallet::check_status`].
1430
- **/
1431
- checkStatus: AugmentedSubmittable<(index: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [u32]>;
1432
- /**
1433
- * See [`Pallet::payout`].
1434
- **/
1435
- payout: AugmentedSubmittable<(index: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [u32]>;
1436
- /**
1437
- * See [`Pallet::propose_spend`].
1438
- **/
1439
- proposeSpend: AugmentedSubmittable<(value: Compact<u128> | AnyNumber | Uint8Array, beneficiary: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [Compact<u128>, MultiAddress]>;
1440
- /**
1441
- * See [`Pallet::reject_proposal`].
1442
- **/
1443
- rejectProposal: AugmentedSubmittable<(proposalId: Compact<u32> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [Compact<u32>]>;
1444
- /**
1445
- * See [`Pallet::remove_approval`].
1446
- **/
1447
- removeApproval: AugmentedSubmittable<(proposalId: Compact<u32> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [Compact<u32>]>;
1448
- /**
1449
- * See [`Pallet::spend`].
1450
- **/
1451
- 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>]>;
1452
- /**
1453
- * See [`Pallet::spend_local`].
1454
- **/
1455
- spendLocal: AugmentedSubmittable<(amount: Compact<u128> | AnyNumber | Uint8Array, beneficiary: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [Compact<u128>, MultiAddress]>;
1456
- /**
1457
- * See [`Pallet::void_spend`].
1458
- **/
1459
- voidSpend: AugmentedSubmittable<(index: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [u32]>;
1460
- /**
1461
- * Generic tx
1462
- **/
1463
- [key: string]: SubmittableExtrinsicFunction<ApiType>;
1464
- };
1465
- txPause: {
1466
- /**
1467
- * See [`Pallet::pause`].
1468
- **/
1469
- pause: AugmentedSubmittable<(fullName: ITuple<[Bytes, Bytes]> | [Bytes | string | Uint8Array, Bytes | string | Uint8Array]) => SubmittableExtrinsic<ApiType>, [ITuple<[Bytes, Bytes]>]>;
1470
- /**
1471
- * See [`Pallet::unpause`].
1472
- **/
1473
- unpause: AugmentedSubmittable<(ident: ITuple<[Bytes, Bytes]> | [Bytes | string | Uint8Array, Bytes | string | Uint8Array]) => SubmittableExtrinsic<ApiType>, [ITuple<[Bytes, Bytes]>]>;
1474
- /**
1475
- * Generic tx
1476
- **/
1477
- [key: string]: SubmittableExtrinsicFunction<ApiType>;
1478
- };
1479
- utility: {
1480
- /**
1481
- * See [`Pallet::as_derivative`].
1482
- **/
1483
- asDerivative: AugmentedSubmittable<(index: u16 | AnyNumber | Uint8Array, call: Call | IMethod | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [u16, Call]>;
1484
- /**
1485
- * See [`Pallet::batch`].
1486
- **/
1487
- batch: AugmentedSubmittable<(calls: Vec<Call> | (Call | IMethod | string | Uint8Array)[]) => SubmittableExtrinsic<ApiType>, [Vec<Call>]>;
1488
- /**
1489
- * See [`Pallet::batch_all`].
1490
- **/
1491
- batchAll: AugmentedSubmittable<(calls: Vec<Call> | (Call | IMethod | string | Uint8Array)[]) => SubmittableExtrinsic<ApiType>, [Vec<Call>]>;
1492
- /**
1493
- * See [`Pallet::dispatch_as`].
1494
- **/
1495
- dispatchAs: AugmentedSubmittable<(asOrigin: TangleTestnetRuntimeOriginCaller | { system: any } | { Void: any } | { Council: any } | { Ethereum: any } | string | Uint8Array, call: Call | IMethod | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [TangleTestnetRuntimeOriginCaller, Call]>;
1496
- /**
1497
- * See [`Pallet::force_batch`].
1498
- **/
1499
- forceBatch: AugmentedSubmittable<(calls: Vec<Call> | (Call | IMethod | string | Uint8Array)[]) => SubmittableExtrinsic<ApiType>, [Vec<Call>]>;
1500
- /**
1501
- * See [`Pallet::with_weight`].
1502
- **/
1503
- withWeight: AugmentedSubmittable<(call: Call | IMethod | string | Uint8Array, weight: SpWeightsWeightV2Weight | { refTime?: any; proofSize?: any } | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [Call, SpWeightsWeightV2Weight]>;
1504
- /**
1505
- * Generic tx
1506
- **/
1507
- [key: string]: SubmittableExtrinsicFunction<ApiType>;
1508
- };
1509
- vesting: {
1510
- /**
1511
- * See [`Pallet::force_remove_vesting_schedule`].
1512
- **/
1513
- forceRemoveVestingSchedule: AugmentedSubmittable<(target: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, scheduleIndex: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [MultiAddress, u32]>;
1514
- /**
1515
- * See [`Pallet::force_vested_transfer`].
1516
- **/
1517
- forceVestedTransfer: AugmentedSubmittable<(source: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, target: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, schedule: PalletVestingVestingInfo | { locked?: any; perBlock?: any; startingBlock?: any } | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [MultiAddress, MultiAddress, PalletVestingVestingInfo]>;
1518
- /**
1519
- * See [`Pallet::merge_schedules`].
1520
- **/
1521
- mergeSchedules: AugmentedSubmittable<(schedule1Index: u32 | AnyNumber | Uint8Array, schedule2Index: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [u32, u32]>;
1522
- /**
1523
- * See [`Pallet::vest`].
1524
- **/
1525
- vest: AugmentedSubmittable<() => SubmittableExtrinsic<ApiType>, []>;
1526
- /**
1527
- * See [`Pallet::vested_transfer`].
1528
- **/
1529
- vestedTransfer: AugmentedSubmittable<(target: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, schedule: PalletVestingVestingInfo | { locked?: any; perBlock?: any; startingBlock?: any } | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [MultiAddress, PalletVestingVestingInfo]>;
1530
- /**
1531
- * See [`Pallet::vest_other`].
1532
- **/
1533
- vestOther: AugmentedSubmittable<(target: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [MultiAddress]>;
1534
- /**
1535
- * Generic tx
1536
- **/
1537
- [key: string]: SubmittableExtrinsicFunction<ApiType>;
1538
- };
1539
- zkSaaS: {
1540
- /**
1541
- * See [`Pallet::set_fee`].
1542
- **/
1543
- setFee: AugmentedSubmittable<(feeInfo: PalletZksaasFeeInfo | { baseFee?: any; circuitFee?: any; proveFee?: any; storageFeePerByte?: any } | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [PalletZksaasFeeInfo]>;
1544
- /**
1545
- * Generic tx
1546
- **/
1547
- [key: string]: SubmittableExtrinsicFunction<ApiType>;
1548
- };
1549
- } // AugmentedSubmittables
1550
- } // declare module