@dedot/chaintypes 0.113.0 → 0.115.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +2 -2
- package/paseo/consts.d.ts +5 -2
- package/paseo/errors.d.ts +5 -34
- package/paseo/events.d.ts +41 -36
- package/paseo/index.d.ts +1 -1
- package/paseo/query.d.ts +55 -30
- package/paseo/runtime.d.ts +36 -18
- package/paseo/tx.d.ts +45 -48
- package/paseo/types.d.ts +402 -340
- package/westend/consts.d.ts +2 -2
- package/westend/errors.d.ts +2 -2
- package/westend/events.d.ts +6 -6
- package/westend/index.d.ts +1 -1
- package/westend/query.d.ts +2 -2
- package/westend/tx.d.ts +5 -5
- package/westend/types.d.ts +4 -4
- package/westend-asset-hub/consts.d.ts +10 -10
- package/westend-asset-hub/errors.d.ts +6 -6
- package/westend-asset-hub/events.d.ts +28 -23
- package/westend-asset-hub/index.d.ts +1 -1
- package/westend-asset-hub/query.d.ts +8 -8
- package/westend-asset-hub/tx.d.ts +18 -18
- package/westend-asset-hub/types.d.ts +18 -18
|
@@ -94,10 +94,10 @@ export type AssetHubWestendRuntimeRuntimeEvent =
|
|
|
94
94
|
| { pallet: 'FastUnstake'; palletEvent: PalletFastUnstakeEvent }
|
|
95
95
|
| { pallet: 'VoterList'; palletEvent: PalletBagsListEvent }
|
|
96
96
|
| { pallet: 'DelegatedStaking'; palletEvent: PalletDelegatedStakingEvent }
|
|
97
|
-
| { pallet: '
|
|
98
|
-
| { pallet: '
|
|
99
|
-
| { pallet: '
|
|
100
|
-
| { pallet: '
|
|
97
|
+
| { pallet: 'StakingRcClient'; palletEvent: PalletStakingAsyncRcClientEvent }
|
|
98
|
+
| { pallet: 'MultiBlockElection'; palletEvent: PalletElectionProviderMultiBlockEvent }
|
|
99
|
+
| { pallet: 'MultiBlockElectionVerifier'; palletEvent: PalletElectionProviderMultiBlockVerifierImplsPalletEvent }
|
|
100
|
+
| { pallet: 'MultiBlockElectionSigned'; palletEvent: PalletElectionProviderMultiBlockSignedPalletEvent }
|
|
101
101
|
| { pallet: 'ConvictionVoting'; palletEvent: PalletConvictionVotingEvent }
|
|
102
102
|
| { pallet: 'Referenda'; palletEvent: PalletReferendaEvent }
|
|
103
103
|
| { pallet: 'Whitelist'; palletEvent: PalletWhitelistEvent }
|
|
@@ -3659,11 +3659,11 @@ export type AssetHubWestendRuntimeRuntimeCall =
|
|
|
3659
3659
|
| { pallet: 'NominationPools'; palletCall: PalletNominationPoolsCall }
|
|
3660
3660
|
| { pallet: 'FastUnstake'; palletCall: PalletFastUnstakeCall }
|
|
3661
3661
|
| { pallet: 'VoterList'; palletCall: PalletBagsListCall }
|
|
3662
|
-
| { pallet: '
|
|
3663
|
-
| { pallet: '
|
|
3664
|
-
| { pallet: '
|
|
3665
|
-
| { pallet: '
|
|
3666
|
-
| { pallet: '
|
|
3662
|
+
| { pallet: 'StakingRcClient'; palletCall: PalletStakingAsyncRcClientCall }
|
|
3663
|
+
| { pallet: 'MultiBlockElection'; palletCall: PalletElectionProviderMultiBlockCall }
|
|
3664
|
+
| { pallet: 'MultiBlockElectionVerifier'; palletCall: PalletElectionProviderMultiBlockVerifierImplsPalletCall }
|
|
3665
|
+
| { pallet: 'MultiBlockElectionUnsigned'; palletCall: PalletElectionProviderMultiBlockUnsignedPalletCall }
|
|
3666
|
+
| { pallet: 'MultiBlockElectionSigned'; palletCall: PalletElectionProviderMultiBlockSignedPalletCall }
|
|
3667
3667
|
| { pallet: 'ConvictionVoting'; palletCall: PalletConvictionVotingCall }
|
|
3668
3668
|
| { pallet: 'Referenda'; palletCall: PalletReferendaCall }
|
|
3669
3669
|
| { pallet: 'Whitelist'; palletCall: PalletWhitelistCall }
|
|
@@ -3710,11 +3710,11 @@ export type AssetHubWestendRuntimeRuntimeCallLike =
|
|
|
3710
3710
|
| { pallet: 'NominationPools'; palletCall: PalletNominationPoolsCallLike }
|
|
3711
3711
|
| { pallet: 'FastUnstake'; palletCall: PalletFastUnstakeCallLike }
|
|
3712
3712
|
| { pallet: 'VoterList'; palletCall: PalletBagsListCallLike }
|
|
3713
|
-
| { pallet: '
|
|
3714
|
-
| { pallet: '
|
|
3715
|
-
| { pallet: '
|
|
3716
|
-
| { pallet: '
|
|
3717
|
-
| { pallet: '
|
|
3713
|
+
| { pallet: 'StakingRcClient'; palletCall: PalletStakingAsyncRcClientCallLike }
|
|
3714
|
+
| { pallet: 'MultiBlockElection'; palletCall: PalletElectionProviderMultiBlockCallLike }
|
|
3715
|
+
| { pallet: 'MultiBlockElectionVerifier'; palletCall: PalletElectionProviderMultiBlockVerifierImplsPalletCallLike }
|
|
3716
|
+
| { pallet: 'MultiBlockElectionUnsigned'; palletCall: PalletElectionProviderMultiBlockUnsignedPalletCallLike }
|
|
3717
|
+
| { pallet: 'MultiBlockElectionSigned'; palletCall: PalletElectionProviderMultiBlockSignedPalletCallLike }
|
|
3718
3718
|
| { pallet: 'ConvictionVoting'; palletCall: PalletConvictionVotingCallLike }
|
|
3719
3719
|
| { pallet: 'Referenda'; palletCall: PalletReferendaCallLike }
|
|
3720
3720
|
| { pallet: 'Whitelist'; palletCall: PalletWhitelistCallLike }
|
|
@@ -17381,7 +17381,7 @@ export type AssetHubWestendRuntimeRuntimeHoldReason =
|
|
|
17381
17381
|
| { type: 'StateTrieMigration'; value: PalletStateTrieMigrationHoldReason }
|
|
17382
17382
|
| { type: 'Staking'; value: PalletStakingAsyncPalletHoldReason }
|
|
17383
17383
|
| { type: 'DelegatedStaking'; value: PalletDelegatedStakingHoldReason }
|
|
17384
|
-
| { type: '
|
|
17384
|
+
| { type: 'MultiBlockElectionSigned'; value: PalletElectionProviderMultiBlockSignedPalletHoldReason };
|
|
17385
17385
|
|
|
17386
17386
|
export type PalletPreimageHoldReason = 'Preimage';
|
|
17387
17387
|
|
|
@@ -21360,9 +21360,9 @@ export type AssetHubWestendRuntimeRuntimeError =
|
|
|
21360
21360
|
| { pallet: 'FastUnstake'; palletError: PalletFastUnstakeError }
|
|
21361
21361
|
| { pallet: 'VoterList'; palletError: PalletBagsListError }
|
|
21362
21362
|
| { pallet: 'DelegatedStaking'; palletError: PalletDelegatedStakingError }
|
|
21363
|
-
| { pallet: '
|
|
21364
|
-
| { pallet: '
|
|
21365
|
-
| { pallet: '
|
|
21363
|
+
| { pallet: 'StakingRcClient'; palletError: PalletStakingAsyncRcClientError }
|
|
21364
|
+
| { pallet: 'MultiBlockElection'; palletError: PalletElectionProviderMultiBlockError }
|
|
21365
|
+
| { pallet: 'MultiBlockElectionSigned'; palletError: PalletElectionProviderMultiBlockSignedPalletError }
|
|
21366
21366
|
| { pallet: 'ConvictionVoting'; palletError: PalletConvictionVotingError }
|
|
21367
21367
|
| { pallet: 'Referenda'; palletError: PalletReferendaError }
|
|
21368
21368
|
| { pallet: 'Whitelist'; palletError: PalletWhitelistError }
|