@argonprotocol/mainchain 1.4.3-dev.b97b3c4f → 1.4.3-dev.caca6309
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/browser/index.d.ts +1463 -1797
- package/browser/index.js +1209 -118
- package/browser/index.js.map +1 -1
- package/lib/chunk-3KFMHNNJ.cjs +706 -0
- package/lib/chunk-3KFMHNNJ.cjs.map +1 -0
- package/lib/chunk-D3FCDADJ.cjs +175 -0
- package/lib/chunk-D3FCDADJ.cjs.map +1 -0
- package/lib/chunk-RF6NOJOR.js +706 -0
- package/lib/chunk-RF6NOJOR.js.map +1 -0
- package/lib/chunk-YPXWOFUS.js +175 -0
- package/lib/chunk-YPXWOFUS.js.map +1 -0
- package/lib/index.cjs +1238 -118
- package/lib/index.cjs.map +1 -1
- package/lib/index.d.cts +1463 -1797
- package/lib/index.d.ts +1463 -1797
- package/lib/index.js +1238 -118
- package/lib/index.js.map +1 -1
- package/lib/lib-CU2JUZW6.cjs +403 -0
- package/lib/lib-CU2JUZW6.cjs.map +1 -0
- package/lib/lib-P3PEMYOB.js +403 -0
- package/lib/lib-P3PEMYOB.js.map +1 -0
- package/lib/setPreset-NCTHSXWD.js +15 -0
- package/lib/setPreset-NCTHSXWD.js.map +1 -0
- package/lib/setPreset-XHOPATBO.cjs +15 -0
- package/lib/setPreset-XHOPATBO.cjs.map +1 -0
- package/package.json +31 -25
- package/src/interfaces/augment-api-consts.ts +603 -0
- package/src/interfaces/augment-api-errors.ts +1175 -0
- package/src/interfaces/augment-api-events.ts +1816 -0
- package/src/interfaces/augment-api-query.ts +1545 -0
- package/src/interfaces/augment-api-rpc.ts +1133 -0
- package/src/interfaces/augment-api-runtime.ts +332 -0
- package/src/interfaces/augment-api-tx.ts +2184 -0
- package/src/interfaces/augment-api.ts +10 -0
- package/src/interfaces/augment-types.ts +2688 -0
- package/src/interfaces/definitions.ts +57 -0
- package/src/interfaces/ethereum/index.ts +4 -0
- package/src/interfaces/ethereum/types.ts +54 -0
- package/src/interfaces/lookup.ts +3768 -0
- package/src/interfaces/registry.ts +558 -0
- package/src/interfaces/types-lookup.ts +4345 -0
|
@@ -0,0 +1,558 @@
|
|
|
1
|
+
// Auto-generated via `yarn polkadot-types-from-defs`, 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/types/types/registry';
|
|
7
|
+
|
|
8
|
+
import type {
|
|
9
|
+
ArgonNotaryAuditAccountHistoryLookupError,
|
|
10
|
+
ArgonNotaryAuditErrorVerifyError,
|
|
11
|
+
ArgonPrimitivesAccountAccountType,
|
|
12
|
+
ArgonPrimitivesBalanceChangeAccountOrigin,
|
|
13
|
+
ArgonPrimitivesBalanceChangeMerkleProof,
|
|
14
|
+
ArgonPrimitivesBitcoinBitcoinBlock,
|
|
15
|
+
ArgonPrimitivesBitcoinBitcoinCosignScriptPubkey,
|
|
16
|
+
ArgonPrimitivesBitcoinBitcoinNetwork,
|
|
17
|
+
ArgonPrimitivesBitcoinBitcoinRejectedReason,
|
|
18
|
+
ArgonPrimitivesBitcoinBitcoinXPub,
|
|
19
|
+
ArgonPrimitivesBitcoinCompressedBitcoinPubkey,
|
|
20
|
+
ArgonPrimitivesBitcoinH256Le,
|
|
21
|
+
ArgonPrimitivesBitcoinNetworkKind,
|
|
22
|
+
ArgonPrimitivesBitcoinOpaqueBitcoinXpub,
|
|
23
|
+
ArgonPrimitivesBitcoinUtxoRef,
|
|
24
|
+
ArgonPrimitivesBitcoinUtxoValue,
|
|
25
|
+
ArgonPrimitivesBlockSealAppPublic,
|
|
26
|
+
ArgonPrimitivesBlockSealBlockPayout,
|
|
27
|
+
ArgonPrimitivesBlockSealBlockRewardType,
|
|
28
|
+
ArgonPrimitivesBlockSealMiningBidStats,
|
|
29
|
+
ArgonPrimitivesBlockSealMiningRegistration,
|
|
30
|
+
ArgonPrimitivesBlockSealMiningSlotConfig,
|
|
31
|
+
ArgonPrimitivesBlockVoteBlockVoteT,
|
|
32
|
+
ArgonPrimitivesDigestsBlockVoteDigest,
|
|
33
|
+
ArgonPrimitivesDigestsDigestset,
|
|
34
|
+
ArgonPrimitivesDigestsFrameInfo,
|
|
35
|
+
ArgonPrimitivesDigestsNotebookDigest,
|
|
36
|
+
ArgonPrimitivesDigestsParentVotingKeyDigest,
|
|
37
|
+
ArgonPrimitivesDomainSemver,
|
|
38
|
+
ArgonPrimitivesDomainVersionHost,
|
|
39
|
+
ArgonPrimitivesDomainZoneRecord,
|
|
40
|
+
ArgonPrimitivesEthereumEthereumExecutionBlockProof,
|
|
41
|
+
ArgonPrimitivesEthereumEthereumExecutionHeader,
|
|
42
|
+
ArgonPrimitivesEthereumEthereumLog,
|
|
43
|
+
ArgonPrimitivesEthereumEthereumProof,
|
|
44
|
+
ArgonPrimitivesEthereumEthereumReceiptProof,
|
|
45
|
+
ArgonPrimitivesForkPower,
|
|
46
|
+
ArgonPrimitivesInherentsBitcoinUtxoFunding,
|
|
47
|
+
ArgonPrimitivesInherentsBitcoinUtxoSpend,
|
|
48
|
+
ArgonPrimitivesInherentsBitcoinUtxoSync,
|
|
49
|
+
ArgonPrimitivesInherentsBlockSealInherent,
|
|
50
|
+
ArgonPrimitivesNotaryNotaryMeta,
|
|
51
|
+
ArgonPrimitivesNotaryNotaryNotebookKeyDetails,
|
|
52
|
+
ArgonPrimitivesNotaryNotaryNotebookVoteDigestDetails,
|
|
53
|
+
ArgonPrimitivesNotaryNotaryRecord,
|
|
54
|
+
ArgonPrimitivesNotebookChainTransfer,
|
|
55
|
+
ArgonPrimitivesNotebookNotebookAuditResult,
|
|
56
|
+
ArgonPrimitivesNotebookNotebookHeader,
|
|
57
|
+
ArgonPrimitivesNotebookSignedNotebookHeader,
|
|
58
|
+
ArgonPrimitivesProvidersBlockSealerInfo,
|
|
59
|
+
ArgonPrimitivesProvidersOperationalRewardKind,
|
|
60
|
+
ArgonPrimitivesTickTicker,
|
|
61
|
+
ArgonPrimitivesVault,
|
|
62
|
+
ArgonPrimitivesVaultVaultError,
|
|
63
|
+
ArgonPrimitivesVaultVaultTerms,
|
|
64
|
+
ArgonRuntimeOriginCaller,
|
|
65
|
+
ArgonRuntimeProxyType,
|
|
66
|
+
ArgonRuntimeRuntime,
|
|
67
|
+
ArgonRuntimeRuntimeFreezeReason,
|
|
68
|
+
ArgonRuntimeRuntimeHoldReason,
|
|
69
|
+
ArgonRuntimeSessionKeys,
|
|
70
|
+
FinalityGrandpaEquivocationPrecommit,
|
|
71
|
+
FinalityGrandpaEquivocationPrevote,
|
|
72
|
+
FinalityGrandpaPrecommit,
|
|
73
|
+
FinalityGrandpaPrevote,
|
|
74
|
+
FrameMetadataHashExtensionCheckMetadataHash,
|
|
75
|
+
FrameMetadataHashExtensionMode,
|
|
76
|
+
FrameSupportDispatchDispatchClass,
|
|
77
|
+
FrameSupportDispatchPays,
|
|
78
|
+
FrameSupportDispatchPerDispatchClassU32,
|
|
79
|
+
FrameSupportDispatchPerDispatchClassWeight,
|
|
80
|
+
FrameSupportDispatchPerDispatchClassWeightsPerClass,
|
|
81
|
+
FrameSupportDispatchRawOrigin,
|
|
82
|
+
FrameSupportPalletId,
|
|
83
|
+
FrameSupportStorageNoDrop,
|
|
84
|
+
FrameSupportTokensFungibleImbalance,
|
|
85
|
+
FrameSupportTokensMiscBalanceStatus,
|
|
86
|
+
FrameSupportTokensMiscIdAmountRuntimeFreezeReason,
|
|
87
|
+
FrameSupportTokensMiscIdAmountRuntimeHoldReason,
|
|
88
|
+
FrameSystemAccountInfo,
|
|
89
|
+
FrameSystemCall,
|
|
90
|
+
FrameSystemCodeUpgradeAuthorization,
|
|
91
|
+
FrameSystemDispatchEventInfo,
|
|
92
|
+
FrameSystemError,
|
|
93
|
+
FrameSystemEvent,
|
|
94
|
+
FrameSystemEventRecord,
|
|
95
|
+
FrameSystemExtensionsAuthorizeCall,
|
|
96
|
+
FrameSystemExtensionsCheckGenesis,
|
|
97
|
+
FrameSystemExtensionsCheckNonZeroSender,
|
|
98
|
+
FrameSystemExtensionsCheckNonce,
|
|
99
|
+
FrameSystemExtensionsCheckSpecVersion,
|
|
100
|
+
FrameSystemExtensionsCheckTxVersion,
|
|
101
|
+
FrameSystemExtensionsCheckWeight,
|
|
102
|
+
FrameSystemExtensionsWeightReclaim,
|
|
103
|
+
FrameSystemLastRuntimeUpgradeInfo,
|
|
104
|
+
FrameSystemLimitsBlockLength,
|
|
105
|
+
FrameSystemLimitsBlockWeights,
|
|
106
|
+
FrameSystemLimitsWeightsPerClass,
|
|
107
|
+
FrameSystemPhase,
|
|
108
|
+
PalletBalancesAccountData,
|
|
109
|
+
PalletBalancesAdjustmentDirection,
|
|
110
|
+
PalletBalancesBalanceLock,
|
|
111
|
+
PalletBalancesCall,
|
|
112
|
+
PalletBalancesError,
|
|
113
|
+
PalletBalancesEvent,
|
|
114
|
+
PalletBalancesReasons,
|
|
115
|
+
PalletBalancesReserveData,
|
|
116
|
+
PalletBalancesUnexpectedKind,
|
|
117
|
+
PalletBitcoinLocksCall,
|
|
118
|
+
PalletBitcoinLocksError,
|
|
119
|
+
PalletBitcoinLocksEvent,
|
|
120
|
+
PalletBitcoinLocksHoldReason,
|
|
121
|
+
PalletBitcoinLocksLockOptions,
|
|
122
|
+
PalletBitcoinLocksLockReleaseRequest,
|
|
123
|
+
PalletBitcoinLocksLockedBitcoin,
|
|
124
|
+
PalletBitcoinLocksOrphanedUtxo,
|
|
125
|
+
PalletBitcoinLocksOrphanedUtxoCosignRequest,
|
|
126
|
+
PalletBitcoinUtxosCall,
|
|
127
|
+
PalletBitcoinUtxosError,
|
|
128
|
+
PalletBitcoinUtxosEvent,
|
|
129
|
+
PalletBlockRewardsCall,
|
|
130
|
+
PalletBlockRewardsError,
|
|
131
|
+
PalletBlockRewardsEvent,
|
|
132
|
+
PalletBlockRewardsFreezeReason,
|
|
133
|
+
PalletBlockRewardsHoldReason,
|
|
134
|
+
PalletBlockSealCall,
|
|
135
|
+
PalletBlockSealError,
|
|
136
|
+
PalletBlockSealSpecCall,
|
|
137
|
+
PalletBlockSealSpecError,
|
|
138
|
+
PalletBlockSealSpecEvent,
|
|
139
|
+
PalletCrosschainTransferAssetKind,
|
|
140
|
+
PalletCrosschainTransferBurnNotice,
|
|
141
|
+
PalletCrosschainTransferCall,
|
|
142
|
+
PalletCrosschainTransferChainConfig,
|
|
143
|
+
PalletCrosschainTransferError,
|
|
144
|
+
PalletCrosschainTransferEvent,
|
|
145
|
+
PalletCrosschainTransferSourceChain,
|
|
146
|
+
PalletCrosschainTransferTransferProof,
|
|
147
|
+
PalletDigestsError,
|
|
148
|
+
PalletDigestsEvent,
|
|
149
|
+
PalletDomainsCall,
|
|
150
|
+
PalletDomainsDomainRegistration,
|
|
151
|
+
PalletDomainsError,
|
|
152
|
+
PalletDomainsEvent,
|
|
153
|
+
PalletEthereumVerifierBasicOperatingMode,
|
|
154
|
+
PalletEthereumVerifierCall,
|
|
155
|
+
PalletEthereumVerifierCheckpointUpdate,
|
|
156
|
+
PalletEthereumVerifierError,
|
|
157
|
+
PalletEthereumVerifierEvent,
|
|
158
|
+
PalletEthereumVerifierExecutionHeaderAnchor,
|
|
159
|
+
PalletEthereumVerifierExecutionProof,
|
|
160
|
+
PalletEthereumVerifierFinalizedBeaconHeaderState,
|
|
161
|
+
PalletEthereumVerifierFork,
|
|
162
|
+
PalletEthereumVerifierForkVersions,
|
|
163
|
+
PalletEthereumVerifierNextSyncCommitteeUpdate,
|
|
164
|
+
PalletEthereumVerifierUpdate,
|
|
165
|
+
PalletFeeControlError,
|
|
166
|
+
PalletFeeControlEvent,
|
|
167
|
+
PalletGrandpaCall,
|
|
168
|
+
PalletGrandpaError,
|
|
169
|
+
PalletGrandpaEvent,
|
|
170
|
+
PalletGrandpaStoredPendingChange,
|
|
171
|
+
PalletGrandpaStoredState,
|
|
172
|
+
PalletLocalchainTransferCall,
|
|
173
|
+
PalletLocalchainTransferError,
|
|
174
|
+
PalletLocalchainTransferEvent,
|
|
175
|
+
PalletLocalchainTransferQueuedTransferOut,
|
|
176
|
+
PalletMiningSlotCall,
|
|
177
|
+
PalletMiningSlotError,
|
|
178
|
+
PalletMiningSlotEvent,
|
|
179
|
+
PalletMiningSlotHoldReason,
|
|
180
|
+
PalletMiningSlotMinerNonceScoring,
|
|
181
|
+
PalletMintCall,
|
|
182
|
+
PalletMintError,
|
|
183
|
+
PalletMintEvent,
|
|
184
|
+
PalletMintMintAction,
|
|
185
|
+
PalletMintMintType,
|
|
186
|
+
PalletMultisigCall,
|
|
187
|
+
PalletMultisigError,
|
|
188
|
+
PalletMultisigEvent,
|
|
189
|
+
PalletMultisigMultisig,
|
|
190
|
+
PalletMultisigTimepoint,
|
|
191
|
+
PalletNotariesCall,
|
|
192
|
+
PalletNotariesError,
|
|
193
|
+
PalletNotariesEvent,
|
|
194
|
+
PalletNotebookCall,
|
|
195
|
+
PalletNotebookError,
|
|
196
|
+
PalletNotebookEvent,
|
|
197
|
+
PalletOperationalAccountsAccountOwnershipProof,
|
|
198
|
+
PalletOperationalAccountsCall,
|
|
199
|
+
PalletOperationalAccountsError,
|
|
200
|
+
PalletOperationalAccountsEvent,
|
|
201
|
+
PalletOperationalAccountsOpaqueEncryptionPubkey,
|
|
202
|
+
PalletOperationalAccountsOperationalAccount,
|
|
203
|
+
PalletOperationalAccountsOperationalProgressPatch,
|
|
204
|
+
PalletOperationalAccountsReferralProof,
|
|
205
|
+
PalletOperationalAccountsRegistration,
|
|
206
|
+
PalletOperationalAccountsRegistrationV1,
|
|
207
|
+
PalletOperationalAccountsRewardsConfig,
|
|
208
|
+
PalletPriceIndexCall,
|
|
209
|
+
PalletPriceIndexCpiMeasurementBucket,
|
|
210
|
+
PalletPriceIndexError,
|
|
211
|
+
PalletPriceIndexEvent,
|
|
212
|
+
PalletPriceIndexPriceIndex,
|
|
213
|
+
PalletProxyAnnouncement,
|
|
214
|
+
PalletProxyCall,
|
|
215
|
+
PalletProxyDepositKind,
|
|
216
|
+
PalletProxyError,
|
|
217
|
+
PalletProxyEvent,
|
|
218
|
+
PalletProxyProxyDefinition,
|
|
219
|
+
PalletSudoCall,
|
|
220
|
+
PalletSudoError,
|
|
221
|
+
PalletSudoEvent,
|
|
222
|
+
PalletTicksCall,
|
|
223
|
+
PalletTicksError,
|
|
224
|
+
PalletTimestampCall,
|
|
225
|
+
PalletTransactionPaymentChargeTransactionPayment,
|
|
226
|
+
PalletTransactionPaymentEvent,
|
|
227
|
+
PalletTransactionPaymentReleases,
|
|
228
|
+
PalletTreasuryBondLot,
|
|
229
|
+
PalletTreasuryBondLotAllocation,
|
|
230
|
+
PalletTreasuryBondLotSummary,
|
|
231
|
+
PalletTreasuryBondReleaseReason,
|
|
232
|
+
PalletTreasuryCall,
|
|
233
|
+
PalletTreasuryError,
|
|
234
|
+
PalletTreasuryEvent,
|
|
235
|
+
PalletTreasuryFrameVaultCapital,
|
|
236
|
+
PalletTreasuryHoldReason,
|
|
237
|
+
PalletTreasuryVaultCapital,
|
|
238
|
+
PalletTxPauseCall,
|
|
239
|
+
PalletTxPauseError,
|
|
240
|
+
PalletTxPauseEvent,
|
|
241
|
+
PalletUtilityCall,
|
|
242
|
+
PalletUtilityError,
|
|
243
|
+
PalletUtilityEvent,
|
|
244
|
+
PalletVaultsCall,
|
|
245
|
+
PalletVaultsError,
|
|
246
|
+
PalletVaultsEvent,
|
|
247
|
+
PalletVaultsHoldReason,
|
|
248
|
+
PalletVaultsRecentCapacityDrop,
|
|
249
|
+
PalletVaultsVaultConfig,
|
|
250
|
+
PalletVaultsVaultFrameRevenue,
|
|
251
|
+
SnowbridgeAmclBls381Big,
|
|
252
|
+
SnowbridgeAmclBls381Ecp,
|
|
253
|
+
SnowbridgeAmclBls381Fp,
|
|
254
|
+
SnowbridgeBeaconPrimitivesBeaconHeader,
|
|
255
|
+
SnowbridgeBeaconPrimitivesDenebExecutionPayloadHeader,
|
|
256
|
+
SnowbridgeBeaconPrimitivesExecutionPayloadHeader,
|
|
257
|
+
SnowbridgeBeaconPrimitivesPublicKey,
|
|
258
|
+
SnowbridgeBeaconPrimitivesSignature,
|
|
259
|
+
SnowbridgeBeaconPrimitivesSyncAggregate,
|
|
260
|
+
SnowbridgeBeaconPrimitivesSyncCommittee,
|
|
261
|
+
SnowbridgeBeaconPrimitivesSyncCommitteePrepared,
|
|
262
|
+
SnowbridgeBeaconPrimitivesVersionedExecutionPayloadHeader,
|
|
263
|
+
SnowbridgeMilagroBlsKeysPublicKey,
|
|
264
|
+
SpArithmeticArithmeticError,
|
|
265
|
+
SpConsensusGrandpaAppPublic,
|
|
266
|
+
SpConsensusGrandpaAppSignature,
|
|
267
|
+
SpConsensusGrandpaEquivocation,
|
|
268
|
+
SpConsensusGrandpaEquivocationProof,
|
|
269
|
+
SpCoreVoid,
|
|
270
|
+
SpRuntimeDigest,
|
|
271
|
+
SpRuntimeDigestDigestItem,
|
|
272
|
+
SpRuntimeDispatchError,
|
|
273
|
+
SpRuntimeModuleError,
|
|
274
|
+
SpRuntimeMultiSignature,
|
|
275
|
+
SpRuntimeProvingTrieTrieError,
|
|
276
|
+
SpRuntimeTokenError,
|
|
277
|
+
SpRuntimeTransactionalError,
|
|
278
|
+
SpVersionRuntimeVersion,
|
|
279
|
+
SpWeightsRuntimeDbWeight,
|
|
280
|
+
SpWeightsWeightV2Weight,
|
|
281
|
+
} from '@polkadot/types/lookup';
|
|
282
|
+
|
|
283
|
+
declare module '@polkadot/types/types/registry' {
|
|
284
|
+
interface InterfaceTypes {
|
|
285
|
+
ArgonNotaryAuditAccountHistoryLookupError: ArgonNotaryAuditAccountHistoryLookupError;
|
|
286
|
+
ArgonNotaryAuditErrorVerifyError: ArgonNotaryAuditErrorVerifyError;
|
|
287
|
+
ArgonPrimitivesAccountAccountType: ArgonPrimitivesAccountAccountType;
|
|
288
|
+
ArgonPrimitivesBalanceChangeAccountOrigin: ArgonPrimitivesBalanceChangeAccountOrigin;
|
|
289
|
+
ArgonPrimitivesBalanceChangeMerkleProof: ArgonPrimitivesBalanceChangeMerkleProof;
|
|
290
|
+
ArgonPrimitivesBitcoinBitcoinBlock: ArgonPrimitivesBitcoinBitcoinBlock;
|
|
291
|
+
ArgonPrimitivesBitcoinBitcoinCosignScriptPubkey: ArgonPrimitivesBitcoinBitcoinCosignScriptPubkey;
|
|
292
|
+
ArgonPrimitivesBitcoinBitcoinNetwork: ArgonPrimitivesBitcoinBitcoinNetwork;
|
|
293
|
+
ArgonPrimitivesBitcoinBitcoinRejectedReason: ArgonPrimitivesBitcoinBitcoinRejectedReason;
|
|
294
|
+
ArgonPrimitivesBitcoinBitcoinXPub: ArgonPrimitivesBitcoinBitcoinXPub;
|
|
295
|
+
ArgonPrimitivesBitcoinCompressedBitcoinPubkey: ArgonPrimitivesBitcoinCompressedBitcoinPubkey;
|
|
296
|
+
ArgonPrimitivesBitcoinH256Le: ArgonPrimitivesBitcoinH256Le;
|
|
297
|
+
ArgonPrimitivesBitcoinNetworkKind: ArgonPrimitivesBitcoinNetworkKind;
|
|
298
|
+
ArgonPrimitivesBitcoinOpaqueBitcoinXpub: ArgonPrimitivesBitcoinOpaqueBitcoinXpub;
|
|
299
|
+
ArgonPrimitivesBitcoinUtxoRef: ArgonPrimitivesBitcoinUtxoRef;
|
|
300
|
+
ArgonPrimitivesBitcoinUtxoValue: ArgonPrimitivesBitcoinUtxoValue;
|
|
301
|
+
ArgonPrimitivesBlockSealAppPublic: ArgonPrimitivesBlockSealAppPublic;
|
|
302
|
+
ArgonPrimitivesBlockSealBlockPayout: ArgonPrimitivesBlockSealBlockPayout;
|
|
303
|
+
ArgonPrimitivesBlockSealBlockRewardType: ArgonPrimitivesBlockSealBlockRewardType;
|
|
304
|
+
ArgonPrimitivesBlockSealMiningBidStats: ArgonPrimitivesBlockSealMiningBidStats;
|
|
305
|
+
ArgonPrimitivesBlockSealMiningRegistration: ArgonPrimitivesBlockSealMiningRegistration;
|
|
306
|
+
ArgonPrimitivesBlockSealMiningSlotConfig: ArgonPrimitivesBlockSealMiningSlotConfig;
|
|
307
|
+
ArgonPrimitivesBlockVoteBlockVoteT: ArgonPrimitivesBlockVoteBlockVoteT;
|
|
308
|
+
ArgonPrimitivesDigestsBlockVoteDigest: ArgonPrimitivesDigestsBlockVoteDigest;
|
|
309
|
+
ArgonPrimitivesDigestsDigestset: ArgonPrimitivesDigestsDigestset;
|
|
310
|
+
ArgonPrimitivesDigestsFrameInfo: ArgonPrimitivesDigestsFrameInfo;
|
|
311
|
+
ArgonPrimitivesDigestsNotebookDigest: ArgonPrimitivesDigestsNotebookDigest;
|
|
312
|
+
ArgonPrimitivesDigestsParentVotingKeyDigest: ArgonPrimitivesDigestsParentVotingKeyDigest;
|
|
313
|
+
ArgonPrimitivesDomainSemver: ArgonPrimitivesDomainSemver;
|
|
314
|
+
ArgonPrimitivesDomainVersionHost: ArgonPrimitivesDomainVersionHost;
|
|
315
|
+
ArgonPrimitivesDomainZoneRecord: ArgonPrimitivesDomainZoneRecord;
|
|
316
|
+
ArgonPrimitivesEthereumEthereumExecutionBlockProof: ArgonPrimitivesEthereumEthereumExecutionBlockProof;
|
|
317
|
+
ArgonPrimitivesEthereumEthereumExecutionHeader: ArgonPrimitivesEthereumEthereumExecutionHeader;
|
|
318
|
+
ArgonPrimitivesEthereumEthereumLog: ArgonPrimitivesEthereumEthereumLog;
|
|
319
|
+
ArgonPrimitivesEthereumEthereumProof: ArgonPrimitivesEthereumEthereumProof;
|
|
320
|
+
ArgonPrimitivesEthereumEthereumReceiptProof: ArgonPrimitivesEthereumEthereumReceiptProof;
|
|
321
|
+
ArgonPrimitivesForkPower: ArgonPrimitivesForkPower;
|
|
322
|
+
ArgonPrimitivesInherentsBitcoinUtxoFunding: ArgonPrimitivesInherentsBitcoinUtxoFunding;
|
|
323
|
+
ArgonPrimitivesInherentsBitcoinUtxoSpend: ArgonPrimitivesInherentsBitcoinUtxoSpend;
|
|
324
|
+
ArgonPrimitivesInherentsBitcoinUtxoSync: ArgonPrimitivesInherentsBitcoinUtxoSync;
|
|
325
|
+
ArgonPrimitivesInherentsBlockSealInherent: ArgonPrimitivesInherentsBlockSealInherent;
|
|
326
|
+
ArgonPrimitivesNotaryNotaryMeta: ArgonPrimitivesNotaryNotaryMeta;
|
|
327
|
+
ArgonPrimitivesNotaryNotaryNotebookKeyDetails: ArgonPrimitivesNotaryNotaryNotebookKeyDetails;
|
|
328
|
+
ArgonPrimitivesNotaryNotaryNotebookVoteDigestDetails: ArgonPrimitivesNotaryNotaryNotebookVoteDigestDetails;
|
|
329
|
+
ArgonPrimitivesNotaryNotaryRecord: ArgonPrimitivesNotaryNotaryRecord;
|
|
330
|
+
ArgonPrimitivesNotebookChainTransfer: ArgonPrimitivesNotebookChainTransfer;
|
|
331
|
+
ArgonPrimitivesNotebookNotebookAuditResult: ArgonPrimitivesNotebookNotebookAuditResult;
|
|
332
|
+
ArgonPrimitivesNotebookNotebookHeader: ArgonPrimitivesNotebookNotebookHeader;
|
|
333
|
+
ArgonPrimitivesNotebookSignedNotebookHeader: ArgonPrimitivesNotebookSignedNotebookHeader;
|
|
334
|
+
ArgonPrimitivesProvidersBlockSealerInfo: ArgonPrimitivesProvidersBlockSealerInfo;
|
|
335
|
+
ArgonPrimitivesProvidersOperationalRewardKind: ArgonPrimitivesProvidersOperationalRewardKind;
|
|
336
|
+
ArgonPrimitivesTickTicker: ArgonPrimitivesTickTicker;
|
|
337
|
+
ArgonPrimitivesVault: ArgonPrimitivesVault;
|
|
338
|
+
ArgonPrimitivesVaultVaultError: ArgonPrimitivesVaultVaultError;
|
|
339
|
+
ArgonPrimitivesVaultVaultTerms: ArgonPrimitivesVaultVaultTerms;
|
|
340
|
+
ArgonRuntimeOriginCaller: ArgonRuntimeOriginCaller;
|
|
341
|
+
ArgonRuntimeProxyType: ArgonRuntimeProxyType;
|
|
342
|
+
ArgonRuntimeRuntime: ArgonRuntimeRuntime;
|
|
343
|
+
ArgonRuntimeRuntimeFreezeReason: ArgonRuntimeRuntimeFreezeReason;
|
|
344
|
+
ArgonRuntimeRuntimeHoldReason: ArgonRuntimeRuntimeHoldReason;
|
|
345
|
+
ArgonRuntimeSessionKeys: ArgonRuntimeSessionKeys;
|
|
346
|
+
FinalityGrandpaEquivocationPrecommit: FinalityGrandpaEquivocationPrecommit;
|
|
347
|
+
FinalityGrandpaEquivocationPrevote: FinalityGrandpaEquivocationPrevote;
|
|
348
|
+
FinalityGrandpaPrecommit: FinalityGrandpaPrecommit;
|
|
349
|
+
FinalityGrandpaPrevote: FinalityGrandpaPrevote;
|
|
350
|
+
FrameMetadataHashExtensionCheckMetadataHash: FrameMetadataHashExtensionCheckMetadataHash;
|
|
351
|
+
FrameMetadataHashExtensionMode: FrameMetadataHashExtensionMode;
|
|
352
|
+
FrameSupportDispatchDispatchClass: FrameSupportDispatchDispatchClass;
|
|
353
|
+
FrameSupportDispatchPays: FrameSupportDispatchPays;
|
|
354
|
+
FrameSupportDispatchPerDispatchClassU32: FrameSupportDispatchPerDispatchClassU32;
|
|
355
|
+
FrameSupportDispatchPerDispatchClassWeight: FrameSupportDispatchPerDispatchClassWeight;
|
|
356
|
+
FrameSupportDispatchPerDispatchClassWeightsPerClass: FrameSupportDispatchPerDispatchClassWeightsPerClass;
|
|
357
|
+
FrameSupportDispatchRawOrigin: FrameSupportDispatchRawOrigin;
|
|
358
|
+
FrameSupportPalletId: FrameSupportPalletId;
|
|
359
|
+
FrameSupportStorageNoDrop: FrameSupportStorageNoDrop;
|
|
360
|
+
FrameSupportTokensFungibleImbalance: FrameSupportTokensFungibleImbalance;
|
|
361
|
+
FrameSupportTokensMiscBalanceStatus: FrameSupportTokensMiscBalanceStatus;
|
|
362
|
+
FrameSupportTokensMiscIdAmountRuntimeFreezeReason: FrameSupportTokensMiscIdAmountRuntimeFreezeReason;
|
|
363
|
+
FrameSupportTokensMiscIdAmountRuntimeHoldReason: FrameSupportTokensMiscIdAmountRuntimeHoldReason;
|
|
364
|
+
FrameSystemAccountInfo: FrameSystemAccountInfo;
|
|
365
|
+
FrameSystemCall: FrameSystemCall;
|
|
366
|
+
FrameSystemCodeUpgradeAuthorization: FrameSystemCodeUpgradeAuthorization;
|
|
367
|
+
FrameSystemDispatchEventInfo: FrameSystemDispatchEventInfo;
|
|
368
|
+
FrameSystemError: FrameSystemError;
|
|
369
|
+
FrameSystemEvent: FrameSystemEvent;
|
|
370
|
+
FrameSystemEventRecord: FrameSystemEventRecord;
|
|
371
|
+
FrameSystemExtensionsAuthorizeCall: FrameSystemExtensionsAuthorizeCall;
|
|
372
|
+
FrameSystemExtensionsCheckGenesis: FrameSystemExtensionsCheckGenesis;
|
|
373
|
+
FrameSystemExtensionsCheckNonZeroSender: FrameSystemExtensionsCheckNonZeroSender;
|
|
374
|
+
FrameSystemExtensionsCheckNonce: FrameSystemExtensionsCheckNonce;
|
|
375
|
+
FrameSystemExtensionsCheckSpecVersion: FrameSystemExtensionsCheckSpecVersion;
|
|
376
|
+
FrameSystemExtensionsCheckTxVersion: FrameSystemExtensionsCheckTxVersion;
|
|
377
|
+
FrameSystemExtensionsCheckWeight: FrameSystemExtensionsCheckWeight;
|
|
378
|
+
FrameSystemExtensionsWeightReclaim: FrameSystemExtensionsWeightReclaim;
|
|
379
|
+
FrameSystemLastRuntimeUpgradeInfo: FrameSystemLastRuntimeUpgradeInfo;
|
|
380
|
+
FrameSystemLimitsBlockLength: FrameSystemLimitsBlockLength;
|
|
381
|
+
FrameSystemLimitsBlockWeights: FrameSystemLimitsBlockWeights;
|
|
382
|
+
FrameSystemLimitsWeightsPerClass: FrameSystemLimitsWeightsPerClass;
|
|
383
|
+
FrameSystemPhase: FrameSystemPhase;
|
|
384
|
+
PalletBalancesAccountData: PalletBalancesAccountData;
|
|
385
|
+
PalletBalancesAdjustmentDirection: PalletBalancesAdjustmentDirection;
|
|
386
|
+
PalletBalancesBalanceLock: PalletBalancesBalanceLock;
|
|
387
|
+
PalletBalancesCall: PalletBalancesCall;
|
|
388
|
+
PalletBalancesError: PalletBalancesError;
|
|
389
|
+
PalletBalancesEvent: PalletBalancesEvent;
|
|
390
|
+
PalletBalancesReasons: PalletBalancesReasons;
|
|
391
|
+
PalletBalancesReserveData: PalletBalancesReserveData;
|
|
392
|
+
PalletBalancesUnexpectedKind: PalletBalancesUnexpectedKind;
|
|
393
|
+
PalletBitcoinLocksCall: PalletBitcoinLocksCall;
|
|
394
|
+
PalletBitcoinLocksError: PalletBitcoinLocksError;
|
|
395
|
+
PalletBitcoinLocksEvent: PalletBitcoinLocksEvent;
|
|
396
|
+
PalletBitcoinLocksHoldReason: PalletBitcoinLocksHoldReason;
|
|
397
|
+
PalletBitcoinLocksLockOptions: PalletBitcoinLocksLockOptions;
|
|
398
|
+
PalletBitcoinLocksLockReleaseRequest: PalletBitcoinLocksLockReleaseRequest;
|
|
399
|
+
PalletBitcoinLocksLockedBitcoin: PalletBitcoinLocksLockedBitcoin;
|
|
400
|
+
PalletBitcoinLocksOrphanedUtxo: PalletBitcoinLocksOrphanedUtxo;
|
|
401
|
+
PalletBitcoinLocksOrphanedUtxoCosignRequest: PalletBitcoinLocksOrphanedUtxoCosignRequest;
|
|
402
|
+
PalletBitcoinUtxosCall: PalletBitcoinUtxosCall;
|
|
403
|
+
PalletBitcoinUtxosError: PalletBitcoinUtxosError;
|
|
404
|
+
PalletBitcoinUtxosEvent: PalletBitcoinUtxosEvent;
|
|
405
|
+
PalletBlockRewardsCall: PalletBlockRewardsCall;
|
|
406
|
+
PalletBlockRewardsError: PalletBlockRewardsError;
|
|
407
|
+
PalletBlockRewardsEvent: PalletBlockRewardsEvent;
|
|
408
|
+
PalletBlockRewardsFreezeReason: PalletBlockRewardsFreezeReason;
|
|
409
|
+
PalletBlockRewardsHoldReason: PalletBlockRewardsHoldReason;
|
|
410
|
+
PalletBlockSealCall: PalletBlockSealCall;
|
|
411
|
+
PalletBlockSealError: PalletBlockSealError;
|
|
412
|
+
PalletBlockSealSpecCall: PalletBlockSealSpecCall;
|
|
413
|
+
PalletBlockSealSpecError: PalletBlockSealSpecError;
|
|
414
|
+
PalletBlockSealSpecEvent: PalletBlockSealSpecEvent;
|
|
415
|
+
PalletCrosschainTransferAssetKind: PalletCrosschainTransferAssetKind;
|
|
416
|
+
PalletCrosschainTransferBurnNotice: PalletCrosschainTransferBurnNotice;
|
|
417
|
+
PalletCrosschainTransferCall: PalletCrosschainTransferCall;
|
|
418
|
+
PalletCrosschainTransferChainConfig: PalletCrosschainTransferChainConfig;
|
|
419
|
+
PalletCrosschainTransferError: PalletCrosschainTransferError;
|
|
420
|
+
PalletCrosschainTransferEvent: PalletCrosschainTransferEvent;
|
|
421
|
+
PalletCrosschainTransferSourceChain: PalletCrosschainTransferSourceChain;
|
|
422
|
+
PalletCrosschainTransferTransferProof: PalletCrosschainTransferTransferProof;
|
|
423
|
+
PalletDigestsError: PalletDigestsError;
|
|
424
|
+
PalletDigestsEvent: PalletDigestsEvent;
|
|
425
|
+
PalletDomainsCall: PalletDomainsCall;
|
|
426
|
+
PalletDomainsDomainRegistration: PalletDomainsDomainRegistration;
|
|
427
|
+
PalletDomainsError: PalletDomainsError;
|
|
428
|
+
PalletDomainsEvent: PalletDomainsEvent;
|
|
429
|
+
PalletEthereumVerifierBasicOperatingMode: PalletEthereumVerifierBasicOperatingMode;
|
|
430
|
+
PalletEthereumVerifierCall: PalletEthereumVerifierCall;
|
|
431
|
+
PalletEthereumVerifierCheckpointUpdate: PalletEthereumVerifierCheckpointUpdate;
|
|
432
|
+
PalletEthereumVerifierError: PalletEthereumVerifierError;
|
|
433
|
+
PalletEthereumVerifierEvent: PalletEthereumVerifierEvent;
|
|
434
|
+
PalletEthereumVerifierExecutionHeaderAnchor: PalletEthereumVerifierExecutionHeaderAnchor;
|
|
435
|
+
PalletEthereumVerifierExecutionProof: PalletEthereumVerifierExecutionProof;
|
|
436
|
+
PalletEthereumVerifierFinalizedBeaconHeaderState: PalletEthereumVerifierFinalizedBeaconHeaderState;
|
|
437
|
+
PalletEthereumVerifierFork: PalletEthereumVerifierFork;
|
|
438
|
+
PalletEthereumVerifierForkVersions: PalletEthereumVerifierForkVersions;
|
|
439
|
+
PalletEthereumVerifierNextSyncCommitteeUpdate: PalletEthereumVerifierNextSyncCommitteeUpdate;
|
|
440
|
+
PalletEthereumVerifierUpdate: PalletEthereumVerifierUpdate;
|
|
441
|
+
PalletFeeControlError: PalletFeeControlError;
|
|
442
|
+
PalletFeeControlEvent: PalletFeeControlEvent;
|
|
443
|
+
PalletGrandpaCall: PalletGrandpaCall;
|
|
444
|
+
PalletGrandpaError: PalletGrandpaError;
|
|
445
|
+
PalletGrandpaEvent: PalletGrandpaEvent;
|
|
446
|
+
PalletGrandpaStoredPendingChange: PalletGrandpaStoredPendingChange;
|
|
447
|
+
PalletGrandpaStoredState: PalletGrandpaStoredState;
|
|
448
|
+
PalletLocalchainTransferCall: PalletLocalchainTransferCall;
|
|
449
|
+
PalletLocalchainTransferError: PalletLocalchainTransferError;
|
|
450
|
+
PalletLocalchainTransferEvent: PalletLocalchainTransferEvent;
|
|
451
|
+
PalletLocalchainTransferQueuedTransferOut: PalletLocalchainTransferQueuedTransferOut;
|
|
452
|
+
PalletMiningSlotCall: PalletMiningSlotCall;
|
|
453
|
+
PalletMiningSlotError: PalletMiningSlotError;
|
|
454
|
+
PalletMiningSlotEvent: PalletMiningSlotEvent;
|
|
455
|
+
PalletMiningSlotHoldReason: PalletMiningSlotHoldReason;
|
|
456
|
+
PalletMiningSlotMinerNonceScoring: PalletMiningSlotMinerNonceScoring;
|
|
457
|
+
PalletMintCall: PalletMintCall;
|
|
458
|
+
PalletMintError: PalletMintError;
|
|
459
|
+
PalletMintEvent: PalletMintEvent;
|
|
460
|
+
PalletMintMintAction: PalletMintMintAction;
|
|
461
|
+
PalletMintMintType: PalletMintMintType;
|
|
462
|
+
PalletMultisigCall: PalletMultisigCall;
|
|
463
|
+
PalletMultisigError: PalletMultisigError;
|
|
464
|
+
PalletMultisigEvent: PalletMultisigEvent;
|
|
465
|
+
PalletMultisigMultisig: PalletMultisigMultisig;
|
|
466
|
+
PalletMultisigTimepoint: PalletMultisigTimepoint;
|
|
467
|
+
PalletNotariesCall: PalletNotariesCall;
|
|
468
|
+
PalletNotariesError: PalletNotariesError;
|
|
469
|
+
PalletNotariesEvent: PalletNotariesEvent;
|
|
470
|
+
PalletNotebookCall: PalletNotebookCall;
|
|
471
|
+
PalletNotebookError: PalletNotebookError;
|
|
472
|
+
PalletNotebookEvent: PalletNotebookEvent;
|
|
473
|
+
PalletOperationalAccountsAccountOwnershipProof: PalletOperationalAccountsAccountOwnershipProof;
|
|
474
|
+
PalletOperationalAccountsCall: PalletOperationalAccountsCall;
|
|
475
|
+
PalletOperationalAccountsError: PalletOperationalAccountsError;
|
|
476
|
+
PalletOperationalAccountsEvent: PalletOperationalAccountsEvent;
|
|
477
|
+
PalletOperationalAccountsOpaqueEncryptionPubkey: PalletOperationalAccountsOpaqueEncryptionPubkey;
|
|
478
|
+
PalletOperationalAccountsOperationalAccount: PalletOperationalAccountsOperationalAccount;
|
|
479
|
+
PalletOperationalAccountsOperationalProgressPatch: PalletOperationalAccountsOperationalProgressPatch;
|
|
480
|
+
PalletOperationalAccountsReferralProof: PalletOperationalAccountsReferralProof;
|
|
481
|
+
PalletOperationalAccountsRegistration: PalletOperationalAccountsRegistration;
|
|
482
|
+
PalletOperationalAccountsRegistrationV1: PalletOperationalAccountsRegistrationV1;
|
|
483
|
+
PalletOperationalAccountsRewardsConfig: PalletOperationalAccountsRewardsConfig;
|
|
484
|
+
PalletPriceIndexCall: PalletPriceIndexCall;
|
|
485
|
+
PalletPriceIndexCpiMeasurementBucket: PalletPriceIndexCpiMeasurementBucket;
|
|
486
|
+
PalletPriceIndexError: PalletPriceIndexError;
|
|
487
|
+
PalletPriceIndexEvent: PalletPriceIndexEvent;
|
|
488
|
+
PalletPriceIndexPriceIndex: PalletPriceIndexPriceIndex;
|
|
489
|
+
PalletProxyAnnouncement: PalletProxyAnnouncement;
|
|
490
|
+
PalletProxyCall: PalletProxyCall;
|
|
491
|
+
PalletProxyDepositKind: PalletProxyDepositKind;
|
|
492
|
+
PalletProxyError: PalletProxyError;
|
|
493
|
+
PalletProxyEvent: PalletProxyEvent;
|
|
494
|
+
PalletProxyProxyDefinition: PalletProxyProxyDefinition;
|
|
495
|
+
PalletSudoCall: PalletSudoCall;
|
|
496
|
+
PalletSudoError: PalletSudoError;
|
|
497
|
+
PalletSudoEvent: PalletSudoEvent;
|
|
498
|
+
PalletTicksCall: PalletTicksCall;
|
|
499
|
+
PalletTicksError: PalletTicksError;
|
|
500
|
+
PalletTimestampCall: PalletTimestampCall;
|
|
501
|
+
PalletTransactionPaymentChargeTransactionPayment: PalletTransactionPaymentChargeTransactionPayment;
|
|
502
|
+
PalletTransactionPaymentEvent: PalletTransactionPaymentEvent;
|
|
503
|
+
PalletTransactionPaymentReleases: PalletTransactionPaymentReleases;
|
|
504
|
+
PalletTreasuryBondLot: PalletTreasuryBondLot;
|
|
505
|
+
PalletTreasuryBondLotAllocation: PalletTreasuryBondLotAllocation;
|
|
506
|
+
PalletTreasuryBondLotSummary: PalletTreasuryBondLotSummary;
|
|
507
|
+
PalletTreasuryBondReleaseReason: PalletTreasuryBondReleaseReason;
|
|
508
|
+
PalletTreasuryCall: PalletTreasuryCall;
|
|
509
|
+
PalletTreasuryError: PalletTreasuryError;
|
|
510
|
+
PalletTreasuryEvent: PalletTreasuryEvent;
|
|
511
|
+
PalletTreasuryFrameVaultCapital: PalletTreasuryFrameVaultCapital;
|
|
512
|
+
PalletTreasuryHoldReason: PalletTreasuryHoldReason;
|
|
513
|
+
PalletTreasuryVaultCapital: PalletTreasuryVaultCapital;
|
|
514
|
+
PalletTxPauseCall: PalletTxPauseCall;
|
|
515
|
+
PalletTxPauseError: PalletTxPauseError;
|
|
516
|
+
PalletTxPauseEvent: PalletTxPauseEvent;
|
|
517
|
+
PalletUtilityCall: PalletUtilityCall;
|
|
518
|
+
PalletUtilityError: PalletUtilityError;
|
|
519
|
+
PalletUtilityEvent: PalletUtilityEvent;
|
|
520
|
+
PalletVaultsCall: PalletVaultsCall;
|
|
521
|
+
PalletVaultsError: PalletVaultsError;
|
|
522
|
+
PalletVaultsEvent: PalletVaultsEvent;
|
|
523
|
+
PalletVaultsHoldReason: PalletVaultsHoldReason;
|
|
524
|
+
PalletVaultsRecentCapacityDrop: PalletVaultsRecentCapacityDrop;
|
|
525
|
+
PalletVaultsVaultConfig: PalletVaultsVaultConfig;
|
|
526
|
+
PalletVaultsVaultFrameRevenue: PalletVaultsVaultFrameRevenue;
|
|
527
|
+
SnowbridgeAmclBls381Big: SnowbridgeAmclBls381Big;
|
|
528
|
+
SnowbridgeAmclBls381Ecp: SnowbridgeAmclBls381Ecp;
|
|
529
|
+
SnowbridgeAmclBls381Fp: SnowbridgeAmclBls381Fp;
|
|
530
|
+
SnowbridgeBeaconPrimitivesBeaconHeader: SnowbridgeBeaconPrimitivesBeaconHeader;
|
|
531
|
+
SnowbridgeBeaconPrimitivesDenebExecutionPayloadHeader: SnowbridgeBeaconPrimitivesDenebExecutionPayloadHeader;
|
|
532
|
+
SnowbridgeBeaconPrimitivesExecutionPayloadHeader: SnowbridgeBeaconPrimitivesExecutionPayloadHeader;
|
|
533
|
+
SnowbridgeBeaconPrimitivesPublicKey: SnowbridgeBeaconPrimitivesPublicKey;
|
|
534
|
+
SnowbridgeBeaconPrimitivesSignature: SnowbridgeBeaconPrimitivesSignature;
|
|
535
|
+
SnowbridgeBeaconPrimitivesSyncAggregate: SnowbridgeBeaconPrimitivesSyncAggregate;
|
|
536
|
+
SnowbridgeBeaconPrimitivesSyncCommittee: SnowbridgeBeaconPrimitivesSyncCommittee;
|
|
537
|
+
SnowbridgeBeaconPrimitivesSyncCommitteePrepared: SnowbridgeBeaconPrimitivesSyncCommitteePrepared;
|
|
538
|
+
SnowbridgeBeaconPrimitivesVersionedExecutionPayloadHeader: SnowbridgeBeaconPrimitivesVersionedExecutionPayloadHeader;
|
|
539
|
+
SnowbridgeMilagroBlsKeysPublicKey: SnowbridgeMilagroBlsKeysPublicKey;
|
|
540
|
+
SpArithmeticArithmeticError: SpArithmeticArithmeticError;
|
|
541
|
+
SpConsensusGrandpaAppPublic: SpConsensusGrandpaAppPublic;
|
|
542
|
+
SpConsensusGrandpaAppSignature: SpConsensusGrandpaAppSignature;
|
|
543
|
+
SpConsensusGrandpaEquivocation: SpConsensusGrandpaEquivocation;
|
|
544
|
+
SpConsensusGrandpaEquivocationProof: SpConsensusGrandpaEquivocationProof;
|
|
545
|
+
SpCoreVoid: SpCoreVoid;
|
|
546
|
+
SpRuntimeDigest: SpRuntimeDigest;
|
|
547
|
+
SpRuntimeDigestDigestItem: SpRuntimeDigestDigestItem;
|
|
548
|
+
SpRuntimeDispatchError: SpRuntimeDispatchError;
|
|
549
|
+
SpRuntimeModuleError: SpRuntimeModuleError;
|
|
550
|
+
SpRuntimeMultiSignature: SpRuntimeMultiSignature;
|
|
551
|
+
SpRuntimeProvingTrieTrieError: SpRuntimeProvingTrieTrieError;
|
|
552
|
+
SpRuntimeTokenError: SpRuntimeTokenError;
|
|
553
|
+
SpRuntimeTransactionalError: SpRuntimeTransactionalError;
|
|
554
|
+
SpVersionRuntimeVersion: SpVersionRuntimeVersion;
|
|
555
|
+
SpWeightsRuntimeDbWeight: SpWeightsRuntimeDbWeight;
|
|
556
|
+
SpWeightsWeightV2Weight: SpWeightsWeightV2Weight;
|
|
557
|
+
} // InterfaceTypes
|
|
558
|
+
} // declare module
|