@polkadot/api-augment 16.4.9 → 16.5.2

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 (37) hide show
  1. package/assetHubKusama/consts.d.ts +598 -4
  2. package/assetHubKusama/errors.d.ts +1278 -49
  3. package/assetHubKusama/events.d.ts +1691 -127
  4. package/assetHubKusama/query.d.ts +1175 -26
  5. package/assetHubKusama/runtime.d.ts +211 -8
  6. package/assetHubKusama/tx.d.ts +6095 -2628
  7. package/cjs/assetHubKusama/consts.d.ts +598 -4
  8. package/cjs/assetHubKusama/errors.d.ts +1278 -49
  9. package/cjs/assetHubKusama/events.d.ts +1691 -127
  10. package/cjs/assetHubKusama/query.d.ts +1175 -26
  11. package/cjs/assetHubKusama/runtime.d.ts +211 -8
  12. package/cjs/assetHubKusama/tx.d.ts +6095 -2628
  13. package/cjs/kusama/consts.d.ts +46 -104
  14. package/cjs/kusama/errors.d.ts +113 -121
  15. package/cjs/kusama/events.d.ts +258 -228
  16. package/cjs/kusama/query.d.ts +211 -104
  17. package/cjs/kusama/tx.d.ts +451 -236
  18. package/cjs/packageInfo.js +1 -1
  19. package/cjs/polkadot/consts.d.ts +40 -2
  20. package/cjs/polkadot/errors.d.ts +113 -0
  21. package/cjs/polkadot/events.d.ts +247 -1
  22. package/cjs/polkadot/query.d.ts +218 -4
  23. package/cjs/polkadot/runtime.d.ts +15 -1
  24. package/cjs/polkadot/tx.d.ts +399 -12
  25. package/kusama/consts.d.ts +46 -104
  26. package/kusama/errors.d.ts +113 -121
  27. package/kusama/events.d.ts +258 -228
  28. package/kusama/query.d.ts +211 -104
  29. package/kusama/tx.d.ts +451 -236
  30. package/package.json +7 -7
  31. package/packageInfo.js +1 -1
  32. package/polkadot/consts.d.ts +40 -2
  33. package/polkadot/errors.d.ts +113 -0
  34. package/polkadot/events.d.ts +247 -1
  35. package/polkadot/query.d.ts +218 -4
  36. package/polkadot/runtime.d.ts +15 -1
  37. package/polkadot/tx.d.ts +399 -12
@@ -3,8 +3,8 @@ import type { ApiTypes, AugmentedEvent } from '@polkadot/api-base/types';
3
3
  import type { Bytes, Null, Option, Result, U8aFixed, Vec, bool, u128, u16, u32, u64, u8 } from '@polkadot/types-codec';
4
4
  import type { ITuple } from '@polkadot/types-codec/types';
5
5
  import type { EthereumAddress } from '@polkadot/types/interfaces/eth';
6
- import type { AccountId32, H256, Perbill, Perquintill } from '@polkadot/types/interfaces/runtime';
7
- import type { FrameSupportDispatchPostDispatchInfo, FrameSupportMessagesProcessMessageError, FrameSupportPreimagesBounded, FrameSupportTokensMiscBalanceStatus, FrameSystemDispatchEventInfo, KusamaRuntimeConstantsProxyProxyType, PalletConvictionVotingTally, PalletConvictionVotingVoteAccountVote, PalletElectionProviderMultiPhaseElectionCompute, PalletElectionProviderMultiPhasePhase, PalletMultisigTimepoint, PalletNominationPoolsClaimPermission, PalletNominationPoolsCommissionChangeRate, PalletNominationPoolsCommissionClaimPermission, PalletNominationPoolsPoolState, PalletProxyDepositKind, PalletRankedCollectiveTally, PalletRankedCollectiveVoteRecord, PalletSocietyGroupParams, PalletStakingForcing, PalletStakingRewardDestination, PalletStakingValidatorPrefs, PolkadotParachainPrimitivesPrimitivesHrmpChannelId, PolkadotPrimitivesVstagingCandidateReceiptV2, PolkadotRuntimeCommonImplsVersionedLocatableAsset, PolkadotRuntimeParachainsDisputesDisputeLocation, PolkadotRuntimeParachainsDisputesDisputeResult, PolkadotRuntimeParachainsInclusionAggregateMessageOrigin, SpConsensusGrandpaAppPublic, SpNposElectionsElectionScore, SpRuntimeDispatchError, SpRuntimeDispatchErrorWithPostInfo, SpWeightsWeightV2Weight, StagingKusamaRuntimeRuntimeParametersKey, StagingKusamaRuntimeRuntimeParametersValue, StagingXcmV5AssetAssets, StagingXcmV5Location, StagingXcmV5Response, StagingXcmV5TraitsOutcome, StagingXcmV5Xcm, XcmV3TraitsSendError, XcmV5TraitsError, XcmVersionedAssets, XcmVersionedLocation } from '@polkadot/types/lookup';
6
+ import type { AccountId32, H256, Perbill } from '@polkadot/types/interfaces/runtime';
7
+ import type { FrameSupportDispatchPostDispatchInfo, FrameSupportMessagesProcessMessageError, FrameSupportPreimagesBounded, FrameSupportTokensMiscBalanceStatus, FrameSystemDispatchEventInfo, KusamaRuntimeConstantsProxyProxyType, PalletBalancesUnexpectedKind, PalletConvictionVotingTally, PalletConvictionVotingVoteAccountVote, PalletElectionProviderMultiPhaseElectionCompute, PalletElectionProviderMultiPhasePhase, PalletMultisigTimepoint, PalletNominationPoolsClaimPermission, PalletNominationPoolsCommissionChangeRate, PalletNominationPoolsCommissionClaimPermission, PalletNominationPoolsPoolState, PalletProxyDepositKind, PalletRankedCollectiveTally, PalletRankedCollectiveVoteRecord, PalletRcMigratorMigrationStage, PalletRcMigratorQueuePriority, PalletRecoveryDepositKind, PalletSocietyGroupParams, PalletStakingAsyncAhClientUnexpectedKind, PalletStakingForcing, PalletStakingRewardDestination, PalletStakingValidatorPrefs, PolkadotParachainPrimitivesPrimitivesHrmpChannelId, PolkadotPrimitivesVstagingCandidateReceiptV2, PolkadotRuntimeCommonImplsVersionedLocatableAsset, PolkadotRuntimeParachainsDisputesDisputeLocation, PolkadotRuntimeParachainsDisputesDisputeResult, PolkadotRuntimeParachainsInclusionAggregateMessageOrigin, SpConsensusGrandpaAppPublic, SpNposElectionsElectionScore, SpRuntimeDispatchError, SpRuntimeDispatchErrorWithPostInfo, SpWeightsWeightV2Weight, StagingKusamaRuntimeRuntimeParametersKey, StagingKusamaRuntimeRuntimeParametersValue, StagingXcmV5AssetAssets, StagingXcmV5Location, StagingXcmV5Response, StagingXcmV5TraitsOutcome, StagingXcmV5Xcm, XcmV3MaybeErrorCode, XcmV3TraitsSendError, XcmV5TraitsError, XcmVersionedAssets, XcmVersionedLocation } from '@polkadot/types/lookup';
8
8
  export type __AugmentedEvent<ApiType extends ApiTypes> = AugmentedEvent<ApiType>;
9
9
  declare module '@polkadot/api-base/types/events' {
10
10
  interface AugmentedEvents<ApiType extends ApiTypes> {
@@ -220,6 +220,10 @@ declare module '@polkadot/api-base/types/events' {
220
220
  to: AccountId32;
221
221
  amount: u128;
222
222
  }>;
223
+ /**
224
+ * An unexpected/defensive event was triggered.
225
+ **/
226
+ Unexpected: AugmentedEvent<ApiType, [PalletBalancesUnexpectedKind]>;
223
227
  /**
224
228
  * Some balance was unlocked.
225
229
  **/
@@ -325,6 +329,15 @@ declare module '@polkadot/api-base/types/events' {
325
329
  CuratorUnassigned: AugmentedEvent<ApiType, [bountyId: u32], {
326
330
  bountyId: u32;
327
331
  }>;
332
+ /**
333
+ * A bounty deposit has been poked.
334
+ **/
335
+ DepositPoked: AugmentedEvent<ApiType, [bountyId: u32, proposer: AccountId32, oldDeposit: u128, newDeposit: u128], {
336
+ bountyId: u32;
337
+ proposer: AccountId32;
338
+ oldDeposit: u128;
339
+ newDeposit: u128;
340
+ }>;
328
341
  /**
329
342
  * Generic event
330
343
  **/
@@ -818,6 +831,24 @@ declare module '@polkadot/api-base/types/events' {
818
831
  **/
819
832
  [key: string]: AugmentedEvent<ApiType>;
820
833
  };
834
+ historical: {
835
+ /**
836
+ * The merkle roots of up to this session index were pruned
837
+ **/
838
+ RootsPruned: AugmentedEvent<ApiType, [upTo: u32], {
839
+ upTo: u32;
840
+ }>;
841
+ /**
842
+ * The merkle root of the validators of the said session were stored
843
+ **/
844
+ RootStored: AugmentedEvent<ApiType, [index: u32], {
845
+ index: u32;
846
+ }>;
847
+ /**
848
+ * Generic event
849
+ **/
850
+ [key: string]: AugmentedEvent<ApiType>;
851
+ };
821
852
  hrmp: {
822
853
  /**
823
854
  * HRMP channel closed.
@@ -1004,232 +1035,6 @@ declare module '@polkadot/api-base/types/events' {
1004
1035
  **/
1005
1036
  [key: string]: AugmentedEvent<ApiType>;
1006
1037
  };
1007
- nis: {
1008
- /**
1009
- * A bid was dropped from a queue because of another, more substantial, bid was present.
1010
- **/
1011
- BidDropped: AugmentedEvent<ApiType, [who: AccountId32, amount: u128, duration: u32], {
1012
- who: AccountId32;
1013
- amount: u128;
1014
- duration: u32;
1015
- }>;
1016
- /**
1017
- * A bid was successfully placed.
1018
- **/
1019
- BidPlaced: AugmentedEvent<ApiType, [who: AccountId32, amount: u128, duration: u32], {
1020
- who: AccountId32;
1021
- amount: u128;
1022
- duration: u32;
1023
- }>;
1024
- /**
1025
- * A bid was successfully removed (before being accepted).
1026
- **/
1027
- BidRetracted: AugmentedEvent<ApiType, [who: AccountId32, amount: u128, duration: u32], {
1028
- who: AccountId32;
1029
- amount: u128;
1030
- duration: u32;
1031
- }>;
1032
- /**
1033
- * An automatic funding of the deficit was made.
1034
- **/
1035
- Funded: AugmentedEvent<ApiType, [deficit: u128], {
1036
- deficit: u128;
1037
- }>;
1038
- /**
1039
- * A bid was accepted. The balance may not be released until expiry.
1040
- **/
1041
- Issued: AugmentedEvent<ApiType, [index: u32, expiry: u32, who: AccountId32, proportion: Perquintill, amount: u128], {
1042
- index: u32;
1043
- expiry: u32;
1044
- who: AccountId32;
1045
- proportion: Perquintill;
1046
- amount: u128;
1047
- }>;
1048
- /**
1049
- * An receipt has been (at least partially) thawed.
1050
- **/
1051
- Thawed: AugmentedEvent<ApiType, [index: u32, who: AccountId32, proportion: Perquintill, amount: u128, dropped: bool], {
1052
- index: u32;
1053
- who: AccountId32;
1054
- proportion: Perquintill;
1055
- amount: u128;
1056
- dropped: bool;
1057
- }>;
1058
- /**
1059
- * A receipt was transferred.
1060
- **/
1061
- Transferred: AugmentedEvent<ApiType, [from: AccountId32, to: AccountId32, index: u32], {
1062
- from: AccountId32;
1063
- to: AccountId32;
1064
- index: u32;
1065
- }>;
1066
- /**
1067
- * Generic event
1068
- **/
1069
- [key: string]: AugmentedEvent<ApiType>;
1070
- };
1071
- nisCounterpartBalances: {
1072
- /**
1073
- * A balance was set by root.
1074
- **/
1075
- BalanceSet: AugmentedEvent<ApiType, [who: AccountId32, free: u128], {
1076
- who: AccountId32;
1077
- free: u128;
1078
- }>;
1079
- /**
1080
- * Some amount was burned from an account.
1081
- **/
1082
- Burned: AugmentedEvent<ApiType, [who: AccountId32, amount: u128], {
1083
- who: AccountId32;
1084
- amount: u128;
1085
- }>;
1086
- /**
1087
- * Some amount was deposited (e.g. for transaction fees).
1088
- **/
1089
- Deposit: AugmentedEvent<ApiType, [who: AccountId32, amount: u128], {
1090
- who: AccountId32;
1091
- amount: u128;
1092
- }>;
1093
- /**
1094
- * An account was removed whose balance was non-zero but below ExistentialDeposit,
1095
- * resulting in an outright loss.
1096
- **/
1097
- DustLost: AugmentedEvent<ApiType, [account: AccountId32, amount: u128], {
1098
- account: AccountId32;
1099
- amount: u128;
1100
- }>;
1101
- /**
1102
- * An account was created with some free balance.
1103
- **/
1104
- Endowed: AugmentedEvent<ApiType, [account: AccountId32, freeBalance: u128], {
1105
- account: AccountId32;
1106
- freeBalance: u128;
1107
- }>;
1108
- /**
1109
- * Some balance was frozen.
1110
- **/
1111
- Frozen: AugmentedEvent<ApiType, [who: AccountId32, amount: u128], {
1112
- who: AccountId32;
1113
- amount: u128;
1114
- }>;
1115
- /**
1116
- * Total issuance was increased by `amount`, creating a credit to be balanced.
1117
- **/
1118
- Issued: AugmentedEvent<ApiType, [amount: u128], {
1119
- amount: u128;
1120
- }>;
1121
- /**
1122
- * Some balance was locked.
1123
- **/
1124
- Locked: AugmentedEvent<ApiType, [who: AccountId32, amount: u128], {
1125
- who: AccountId32;
1126
- amount: u128;
1127
- }>;
1128
- /**
1129
- * Some amount was minted into an account.
1130
- **/
1131
- Minted: AugmentedEvent<ApiType, [who: AccountId32, amount: u128], {
1132
- who: AccountId32;
1133
- amount: u128;
1134
- }>;
1135
- /**
1136
- * Total issuance was decreased by `amount`, creating a debt to be balanced.
1137
- **/
1138
- Rescinded: AugmentedEvent<ApiType, [amount: u128], {
1139
- amount: u128;
1140
- }>;
1141
- /**
1142
- * Some balance was reserved (moved from free to reserved).
1143
- **/
1144
- Reserved: AugmentedEvent<ApiType, [who: AccountId32, amount: u128], {
1145
- who: AccountId32;
1146
- amount: u128;
1147
- }>;
1148
- /**
1149
- * Some balance was moved from the reserve of the first account to the second account.
1150
- * Final argument indicates the destination balance type.
1151
- **/
1152
- ReserveRepatriated: AugmentedEvent<ApiType, [from: AccountId32, to: AccountId32, amount: u128, destinationStatus: FrameSupportTokensMiscBalanceStatus], {
1153
- from: AccountId32;
1154
- to: AccountId32;
1155
- amount: u128;
1156
- destinationStatus: FrameSupportTokensMiscBalanceStatus;
1157
- }>;
1158
- /**
1159
- * Some amount was restored into an account.
1160
- **/
1161
- Restored: AugmentedEvent<ApiType, [who: AccountId32, amount: u128], {
1162
- who: AccountId32;
1163
- amount: u128;
1164
- }>;
1165
- /**
1166
- * Some amount was removed from the account (e.g. for misbehavior).
1167
- **/
1168
- Slashed: AugmentedEvent<ApiType, [who: AccountId32, amount: u128], {
1169
- who: AccountId32;
1170
- amount: u128;
1171
- }>;
1172
- /**
1173
- * Some amount was suspended from an account (it can be restored later).
1174
- **/
1175
- Suspended: AugmentedEvent<ApiType, [who: AccountId32, amount: u128], {
1176
- who: AccountId32;
1177
- amount: u128;
1178
- }>;
1179
- /**
1180
- * Some balance was thawed.
1181
- **/
1182
- Thawed: AugmentedEvent<ApiType, [who: AccountId32, amount: u128], {
1183
- who: AccountId32;
1184
- amount: u128;
1185
- }>;
1186
- /**
1187
- * The `TotalIssuance` was forcefully changed.
1188
- **/
1189
- TotalIssuanceForced: AugmentedEvent<ApiType, [old: u128, new_: u128], {
1190
- old: u128;
1191
- new_: u128;
1192
- }>;
1193
- /**
1194
- * Transfer succeeded.
1195
- **/
1196
- Transfer: AugmentedEvent<ApiType, [from: AccountId32, to: AccountId32, amount: u128], {
1197
- from: AccountId32;
1198
- to: AccountId32;
1199
- amount: u128;
1200
- }>;
1201
- /**
1202
- * Some balance was unlocked.
1203
- **/
1204
- Unlocked: AugmentedEvent<ApiType, [who: AccountId32, amount: u128], {
1205
- who: AccountId32;
1206
- amount: u128;
1207
- }>;
1208
- /**
1209
- * Some balance was unreserved (moved from reserved to free).
1210
- **/
1211
- Unreserved: AugmentedEvent<ApiType, [who: AccountId32, amount: u128], {
1212
- who: AccountId32;
1213
- amount: u128;
1214
- }>;
1215
- /**
1216
- * An account was upgraded.
1217
- **/
1218
- Upgraded: AugmentedEvent<ApiType, [who: AccountId32], {
1219
- who: AccountId32;
1220
- }>;
1221
- /**
1222
- * Some amount was withdrawn from the account (e.g. for transaction fees).
1223
- **/
1224
- Withdraw: AugmentedEvent<ApiType, [who: AccountId32, amount: u128], {
1225
- who: AccountId32;
1226
- amount: u128;
1227
- }>;
1228
- /**
1229
- * Generic event
1230
- **/
1231
- [key: string]: AugmentedEvent<ApiType>;
1232
- };
1233
1038
  nominationPools: {
1234
1039
  /**
1235
1040
  * A member has became bonded in a pool.
@@ -1520,6 +1325,14 @@ declare module '@polkadot/api-base/types/events' {
1520
1325
  * A para has been queued to execute pending actions. `para_id`
1521
1326
  **/
1522
1327
  ActionQueued: AugmentedEvent<ApiType, [u32, u32]>;
1328
+ /**
1329
+ * A new code hash has been authorized for a Para.
1330
+ **/
1331
+ CodeAuthorized: AugmentedEvent<ApiType, [paraId: u32, codeHash: H256, expireAt: u32], {
1332
+ paraId: u32;
1333
+ codeHash: H256;
1334
+ expireAt: u32;
1335
+ }>;
1523
1336
  /**
1524
1337
  * A code upgrade has been scheduled for a Para. `para_id`
1525
1338
  **/
@@ -1551,6 +1364,12 @@ declare module '@polkadot/api-base/types/events' {
1551
1364
  * code. `code_hash` `para_id`
1552
1365
  **/
1553
1366
  PvfCheckStarted: AugmentedEvent<ApiType, [H256, u32]>;
1367
+ /**
1368
+ * The upgrade cooldown was removed.
1369
+ **/
1370
+ UpgradeCooldownRemoved: AugmentedEvent<ApiType, [paraId: u32], {
1371
+ paraId: u32;
1372
+ }>;
1554
1373
  /**
1555
1374
  * Generic event
1556
1375
  **/
@@ -1654,6 +1473,156 @@ declare module '@polkadot/api-base/types/events' {
1654
1473
  proxyType: KusamaRuntimeConstantsProxyProxyType;
1655
1474
  disambiguationIndex: u16;
1656
1475
  }>;
1476
+ /**
1477
+ * A pure proxy was killed by its spawner.
1478
+ **/
1479
+ PureKilled: AugmentedEvent<ApiType, [pure: AccountId32, spawner: AccountId32, proxyType: KusamaRuntimeConstantsProxyProxyType, disambiguationIndex: u16], {
1480
+ pure: AccountId32;
1481
+ spawner: AccountId32;
1482
+ proxyType: KusamaRuntimeConstantsProxyProxyType;
1483
+ disambiguationIndex: u16;
1484
+ }>;
1485
+ /**
1486
+ * Generic event
1487
+ **/
1488
+ [key: string]: AugmentedEvent<ApiType>;
1489
+ };
1490
+ rcMigrator: {
1491
+ /**
1492
+ * The accounts to be preserved on Relay Chain were set.
1493
+ **/
1494
+ AccountsPreserved: AugmentedEvent<ApiType, [accounts: Vec<AccountId32>], {
1495
+ accounts: Vec<AccountId32>;
1496
+ }>;
1497
+ /**
1498
+ * The AH UMP queue priority config was set.
1499
+ **/
1500
+ AhUmpQueuePriorityConfigSet: AugmentedEvent<ApiType, [old: PalletRcMigratorQueuePriority, new_: PalletRcMigratorQueuePriority], {
1501
+ old: PalletRcMigratorQueuePriority;
1502
+ new_: PalletRcMigratorQueuePriority;
1503
+ }>;
1504
+ /**
1505
+ * Whether the AH UMP queue was prioritized for the next block.
1506
+ **/
1507
+ AhUmpQueuePrioritySet: AugmentedEvent<ApiType, [prioritized: bool, cycleBlock: u32, cyclePeriod: u32], {
1508
+ prioritized: bool;
1509
+ cycleBlock: u32;
1510
+ cyclePeriod: u32;
1511
+ }>;
1512
+ /**
1513
+ * The Asset Hub Migration finished.
1514
+ *
1515
+ * This event is equivalent to `StageTransition { new: MigrationDone, .. }` but is easier
1516
+ * to understand. The finishing is immediate and affects all events happening
1517
+ * afterwards.
1518
+ **/
1519
+ AssetHubMigrationFinished: AugmentedEvent<ApiType, []>;
1520
+ /**
1521
+ * The Asset Hub Migration started and is active until `AssetHubMigrationFinished` is
1522
+ * emitted.
1523
+ *
1524
+ * This event is equivalent to `StageTransition { new: Initializing, .. }` but is easier
1525
+ * to understand. The activation is immediate and affects all events happening
1526
+ * afterwards.
1527
+ **/
1528
+ AssetHubMigrationStarted: AugmentedEvent<ApiType, []>;
1529
+ /**
1530
+ * The canceller account id was set.
1531
+ **/
1532
+ CancellerSet: AugmentedEvent<ApiType, [old: Option<AccountId32>, new_: Option<AccountId32>], {
1533
+ old: Option<AccountId32>;
1534
+ new_: Option<AccountId32>;
1535
+ }>;
1536
+ /**
1537
+ * The manager multisig dispatched something.
1538
+ **/
1539
+ ManagerMultisigDispatched: AugmentedEvent<ApiType, [res: Result<Null, SpRuntimeDispatchError>], {
1540
+ res: Result<Null, SpRuntimeDispatchError>;
1541
+ }>;
1542
+ /**
1543
+ * The manager multisig received a vote.
1544
+ **/
1545
+ ManagerMultisigVoted: AugmentedEvent<ApiType, [votes: u32], {
1546
+ votes: u32;
1547
+ }>;
1548
+ /**
1549
+ * The manager account id was set.
1550
+ **/
1551
+ ManagerSet: AugmentedEvent<ApiType, [old: Option<AccountId32>, new_: Option<AccountId32>], {
1552
+ old: Option<AccountId32>;
1553
+ new_: Option<AccountId32>;
1554
+ }>;
1555
+ /**
1556
+ * The RC kept balance was consumed.
1557
+ **/
1558
+ MigratedBalanceConsumed: AugmentedEvent<ApiType, [kept: u128, migrated: u128], {
1559
+ kept: u128;
1560
+ migrated: u128;
1561
+ }>;
1562
+ /**
1563
+ * The total issuance was recorded.
1564
+ **/
1565
+ MigratedBalanceRecordSet: AugmentedEvent<ApiType, [kept: u128, migrated: u128], {
1566
+ kept: u128;
1567
+ migrated: u128;
1568
+ }>;
1569
+ /**
1570
+ * The migration was cancelled.
1571
+ **/
1572
+ MigrationCancelled: AugmentedEvent<ApiType, []>;
1573
+ /**
1574
+ * The migration was paused.
1575
+ **/
1576
+ MigrationPaused: AugmentedEvent<ApiType, [pauseStage: PalletRcMigratorMigrationStage], {
1577
+ pauseStage: PalletRcMigratorMigrationStage;
1578
+ }>;
1579
+ /**
1580
+ * Some pure accounts were indexed for possibly receiving free `Any` proxies.
1581
+ **/
1582
+ PureAccountsIndexed: AugmentedEvent<ApiType, [numPureAccounts: u32], {
1583
+ numPureAccounts: u32;
1584
+ }>;
1585
+ /**
1586
+ * A query response has been received.
1587
+ **/
1588
+ QueryResponseReceived: AugmentedEvent<ApiType, [queryId: u64, response: XcmV3MaybeErrorCode], {
1589
+ queryId: u64;
1590
+ response: XcmV3MaybeErrorCode;
1591
+ }>;
1592
+ /**
1593
+ * A stage transition has occurred.
1594
+ **/
1595
+ StageTransition: AugmentedEvent<ApiType, [old: PalletRcMigratorMigrationStage, new_: PalletRcMigratorMigrationStage], {
1596
+ old: PalletRcMigratorMigrationStage;
1597
+ new_: PalletRcMigratorMigrationStage;
1598
+ }>;
1599
+ /**
1600
+ * The staking elections were paused.
1601
+ **/
1602
+ StakingElectionsPaused: AugmentedEvent<ApiType, []>;
1603
+ /**
1604
+ * The unprocessed message buffer size has been set.
1605
+ **/
1606
+ UnprocessedMsgBufferSet: AugmentedEvent<ApiType, [new_: u32, old: u32], {
1607
+ new_: u32;
1608
+ old: u32;
1609
+ }>;
1610
+ /**
1611
+ * A XCM message has been resent.
1612
+ **/
1613
+ XcmResendAttempt: AugmentedEvent<ApiType, [queryId: u64, sendError: Option<XcmV3TraitsSendError>], {
1614
+ queryId: u64;
1615
+ sendError: Option<XcmV3TraitsSendError>;
1616
+ }>;
1617
+ /**
1618
+ * An XCM message was sent.
1619
+ **/
1620
+ XcmSent: AugmentedEvent<ApiType, [origin: StagingXcmV5Location, destination: StagingXcmV5Location, message: StagingXcmV5Xcm, messageId: U8aFixed], {
1621
+ origin: StagingXcmV5Location;
1622
+ destination: StagingXcmV5Location;
1623
+ message: StagingXcmV5Xcm;
1624
+ messageId: U8aFixed;
1625
+ }>;
1657
1626
  /**
1658
1627
  * Generic event
1659
1628
  **/
@@ -1667,6 +1636,15 @@ declare module '@polkadot/api-base/types/events' {
1667
1636
  lostAccount: AccountId32;
1668
1637
  rescuerAccount: AccountId32;
1669
1638
  }>;
1639
+ /**
1640
+ * A deposit has been updated.
1641
+ **/
1642
+ DepositPoked: AugmentedEvent<ApiType, [who: AccountId32, kind: PalletRecoveryDepositKind, oldDeposit: u128, newDeposit: u128], {
1643
+ who: AccountId32;
1644
+ kind: PalletRecoveryDepositKind;
1645
+ oldDeposit: u128;
1646
+ newDeposit: u128;
1647
+ }>;
1670
1648
  /**
1671
1649
  * A recovery process for lost account by rescuer account has been closed.
1672
1650
  **/
@@ -1922,6 +1900,11 @@ declare module '@polkadot/api-base/types/events' {
1922
1900
  [key: string]: AugmentedEvent<ApiType>;
1923
1901
  };
1924
1902
  session: {
1903
+ /**
1904
+ * The `NewSession` event in the current block also implies a new validator set to be
1905
+ * queued.
1906
+ **/
1907
+ NewQueued: AugmentedEvent<ApiType, []>;
1925
1908
  /**
1926
1909
  * New session has happened. Note that the argument is the session index, not the
1927
1910
  * block number as the type might suggest.
@@ -2011,6 +1994,14 @@ declare module '@polkadot/api-base/types/events' {
2011
1994
  Deposit: AugmentedEvent<ApiType, [value: u128], {
2012
1995
  value: u128;
2013
1996
  }>;
1997
+ /**
1998
+ * A deposit was poked / adjusted.
1999
+ **/
2000
+ DepositPoked: AugmentedEvent<ApiType, [who: AccountId32, oldDeposit: u128, newDeposit: u128], {
2001
+ who: AccountId32;
2002
+ oldDeposit: u128;
2003
+ newDeposit: u128;
2004
+ }>;
2014
2005
  /**
2015
2006
  * A \[member\] got elevated to \[rank\].
2016
2007
  **/
@@ -2231,6 +2222,38 @@ declare module '@polkadot/api-base/types/events' {
2231
2222
  **/
2232
2223
  [key: string]: AugmentedEvent<ApiType>;
2233
2224
  };
2225
+ stakingAhClient: {
2226
+ /**
2227
+ * We could not merge, and therefore dropped a buffered message.
2228
+ *
2229
+ * Note that this event is more resembling an error, but we use an event because in this
2230
+ * pallet we need to mutate storage upon some failures.
2231
+ **/
2232
+ CouldNotMergeAndDropped: AugmentedEvent<ApiType, []>;
2233
+ /**
2234
+ * The validator set received is way too small, as per
2235
+ * [`Config::MinimumValidatorSetSize`].
2236
+ **/
2237
+ SetTooSmallAndDropped: AugmentedEvent<ApiType, []>;
2238
+ /**
2239
+ * Something occurred that should never happen under normal operation. Logged as an event
2240
+ * for fail-safe observability.
2241
+ **/
2242
+ Unexpected: AugmentedEvent<ApiType, [PalletStakingAsyncAhClientUnexpectedKind]>;
2243
+ /**
2244
+ * A new validator set has been received.
2245
+ **/
2246
+ ValidatorSetReceived: AugmentedEvent<ApiType, [id: u32, newValidatorSetCount: u32, pruneUpTo: Option<u32>, leftover: bool], {
2247
+ id: u32;
2248
+ newValidatorSetCount: u32;
2249
+ pruneUpTo: Option<u32>;
2250
+ leftover: bool;
2251
+ }>;
2252
+ /**
2253
+ * Generic event
2254
+ **/
2255
+ [key: string]: AugmentedEvent<ApiType>;
2256
+ };
2234
2257
  system: {
2235
2258
  /**
2236
2259
  * `:code` was updated.
@@ -2448,6 +2471,13 @@ declare module '@polkadot/api-base/types/events' {
2448
2471
  VestingCompleted: AugmentedEvent<ApiType, [account: AccountId32], {
2449
2472
  account: AccountId32;
2450
2473
  }>;
2474
+ /**
2475
+ * A vesting schedule has been created.
2476
+ **/
2477
+ VestingCreated: AugmentedEvent<ApiType, [account: AccountId32, scheduleIndex: u32], {
2478
+ account: AccountId32;
2479
+ scheduleIndex: u32;
2480
+ }>;
2451
2481
  /**
2452
2482
  * The amount vested has been updated. This could indicate a change in funds available.
2453
2483
  * The balance given is the amount which is left unvested (and thus locked).