@argonprotocol/mainchain 0.0.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.
- package/lib/cjs/index.d.ts +14 -0
- package/lib/cjs/index.js +37 -0
- package/lib/cjs/index.js.map +1 -0
- package/lib/cjs/interfaces/augment-api-consts.d.ts +408 -0
- package/lib/cjs/interfaces/augment-api-consts.js +8 -0
- package/lib/cjs/interfaces/augment-api-consts.js.map +1 -0
- package/lib/cjs/interfaces/augment-api-errors.d.ts +807 -0
- package/lib/cjs/interfaces/augment-api-errors.js +8 -0
- package/lib/cjs/interfaces/augment-api-errors.js.map +1 -0
- package/lib/cjs/interfaces/augment-api-events.d.ts +902 -0
- package/lib/cjs/interfaces/augment-api-events.js +8 -0
- package/lib/cjs/interfaces/augment-api-events.js.map +1 -0
- package/lib/cjs/interfaces/augment-api-query.d.ts +640 -0
- package/lib/cjs/interfaces/augment-api-query.js +8 -0
- package/lib/cjs/interfaces/augment-api-query.js.map +1 -0
- package/lib/cjs/interfaces/augment-api-rpc.d.ts +679 -0
- package/lib/cjs/interfaces/augment-api-rpc.js +8 -0
- package/lib/cjs/interfaces/augment-api-rpc.js.map +1 -0
- package/lib/cjs/interfaces/augment-api-runtime.d.ts +204 -0
- package/lib/cjs/interfaces/augment-api-runtime.js +8 -0
- package/lib/cjs/interfaces/augment-api-runtime.js.map +1 -0
- package/lib/cjs/interfaces/augment-api-tx.d.ts +1134 -0
- package/lib/cjs/interfaces/augment-api-tx.js +8 -0
- package/lib/cjs/interfaces/augment-api-tx.js.map +1 -0
- package/lib/cjs/interfaces/augment-api.d.ts +7 -0
- package/lib/cjs/interfaces/augment-api.js +12 -0
- package/lib/cjs/interfaces/augment-api.js.map +1 -0
- package/lib/cjs/interfaces/augment-types.d.ts +1249 -0
- package/lib/cjs/interfaces/augment-types.js +8 -0
- package/lib/cjs/interfaces/augment-types.js.map +1 -0
- package/lib/cjs/interfaces/definitions.d.ts +0 -0
- package/lib/cjs/interfaces/definitions.js +2 -0
- package/lib/cjs/interfaces/definitions.js.map +1 -0
- package/lib/cjs/interfaces/lookup.d.ts +2393 -0
- package/lib/cjs/interfaces/lookup.js +2398 -0
- package/lib/cjs/interfaces/lookup.js.map +1 -0
- package/lib/cjs/interfaces/registry.d.ts +202 -0
- package/lib/cjs/interfaces/registry.js +8 -0
- package/lib/cjs/interfaces/registry.js.map +1 -0
- package/lib/cjs/interfaces/types-lookup.d.ts +2350 -0
- package/lib/cjs/interfaces/types-lookup.js +8 -0
- package/lib/cjs/interfaces/types-lookup.js.map +1 -0
- package/lib/esm/index.d.ts +14 -0
- package/lib/esm/index.js +31 -0
- package/lib/esm/index.js.map +1 -0
- package/lib/esm/interfaces/augment-api-consts.d.ts +408 -0
- package/lib/esm/interfaces/augment-api-consts.js +6 -0
- package/lib/esm/interfaces/augment-api-consts.js.map +1 -0
- package/lib/esm/interfaces/augment-api-errors.d.ts +807 -0
- package/lib/esm/interfaces/augment-api-errors.js +6 -0
- package/lib/esm/interfaces/augment-api-errors.js.map +1 -0
- package/lib/esm/interfaces/augment-api-events.d.ts +902 -0
- package/lib/esm/interfaces/augment-api-events.js +6 -0
- package/lib/esm/interfaces/augment-api-events.js.map +1 -0
- package/lib/esm/interfaces/augment-api-query.d.ts +640 -0
- package/lib/esm/interfaces/augment-api-query.js +6 -0
- package/lib/esm/interfaces/augment-api-query.js.map +1 -0
- package/lib/esm/interfaces/augment-api-rpc.d.ts +679 -0
- package/lib/esm/interfaces/augment-api-rpc.js +6 -0
- package/lib/esm/interfaces/augment-api-rpc.js.map +1 -0
- package/lib/esm/interfaces/augment-api-runtime.d.ts +204 -0
- package/lib/esm/interfaces/augment-api-runtime.js +6 -0
- package/lib/esm/interfaces/augment-api-runtime.js.map +1 -0
- package/lib/esm/interfaces/augment-api-tx.d.ts +1134 -0
- package/lib/esm/interfaces/augment-api-tx.js +6 -0
- package/lib/esm/interfaces/augment-api-tx.js.map +1 -0
- package/lib/esm/interfaces/augment-api.d.ts +7 -0
- package/lib/esm/interfaces/augment-api.js +10 -0
- package/lib/esm/interfaces/augment-api.js.map +1 -0
- package/lib/esm/interfaces/augment-types.d.ts +1249 -0
- package/lib/esm/interfaces/augment-types.js +6 -0
- package/lib/esm/interfaces/augment-types.js.map +1 -0
- package/lib/esm/interfaces/definitions.d.ts +0 -0
- package/lib/esm/interfaces/definitions.js +2 -0
- package/lib/esm/interfaces/definitions.js.map +1 -0
- package/lib/esm/interfaces/lookup.d.ts +2393 -0
- package/lib/esm/interfaces/lookup.js +2396 -0
- package/lib/esm/interfaces/lookup.js.map +1 -0
- package/lib/esm/interfaces/registry.d.ts +202 -0
- package/lib/esm/interfaces/registry.js +6 -0
- package/lib/esm/interfaces/registry.js.map +1 -0
- package/lib/esm/interfaces/types-lookup.d.ts +2350 -0
- package/lib/esm/interfaces/types-lookup.js +6 -0
- package/lib/esm/interfaces/types-lookup.js.map +1 -0
- package/lib/tsconfig-cjs.tsbuildinfo +1 -0
- package/lib/tsconfig-types.tsbuildinfo +1 -0
- package/lib/tsconfig.tsbuildinfo +1 -0
- package/lib/types/index.d.ts +14 -0
- package/lib/types/interfaces/augment-api-consts.d.ts +408 -0
- package/lib/types/interfaces/augment-api-errors.d.ts +807 -0
- package/lib/types/interfaces/augment-api-events.d.ts +902 -0
- package/lib/types/interfaces/augment-api-query.d.ts +640 -0
- package/lib/types/interfaces/augment-api-rpc.d.ts +679 -0
- package/lib/types/interfaces/augment-api-runtime.d.ts +204 -0
- package/lib/types/interfaces/augment-api-tx.d.ts +1134 -0
- package/lib/types/interfaces/augment-api.d.ts +7 -0
- package/lib/types/interfaces/augment-types.d.ts +1249 -0
- package/lib/types/interfaces/definitions.d.ts +0 -0
- package/lib/types/interfaces/lookup.d.ts +2393 -0
- package/lib/types/interfaces/registry.d.ts +202 -0
- package/lib/types/interfaces/types-lookup.d.ts +2350 -0
- package/package.json +62 -0
|
@@ -0,0 +1,202 @@
|
|
|
1
|
+
import '@polkadot/types/types/registry';
|
|
2
|
+
import type { ArgonNodeRuntimeOpaqueSessionKeys, ArgonNodeRuntimeProxyType, ArgonNodeRuntimeRuntime, ArgonNodeRuntimeRuntimeFreezeReason, ArgonNodeRuntimeRuntimeHoldReason, ArgonNotaryAuditAccountHistoryLookupError, ArgonNotaryAuditErrorVerifyError, ArgonPrimitivesAccountAccountType, ArgonPrimitivesBalanceChangeAccountOrigin, ArgonPrimitivesBalanceChangeMerkleProof, ArgonPrimitivesBitcoinBitcoinBlock, ArgonPrimitivesBitcoinBitcoinCosignScriptPubkey, ArgonPrimitivesBitcoinBitcoinNetwork, ArgonPrimitivesBitcoinBitcoinRejectedReason, ArgonPrimitivesBitcoinBitcoinXPub, ArgonPrimitivesBitcoinCompressedBitcoinPubkey, ArgonPrimitivesBitcoinH256Le, ArgonPrimitivesBitcoinNetworkKind, ArgonPrimitivesBitcoinOpaqueBitcoinXpub, ArgonPrimitivesBitcoinUtxoRef, ArgonPrimitivesBitcoinUtxoValue, ArgonPrimitivesBlockSealAppPublic, ArgonPrimitivesBlockSealAppSignature, ArgonPrimitivesBlockSealBlockPayout, ArgonPrimitivesBlockSealMiningRegistration, ArgonPrimitivesBlockSealMiningSlotConfig, ArgonPrimitivesBlockSealRewardDestination, ArgonPrimitivesBlockSealRewardSharing, ArgonPrimitivesBlockVoteBlockVoteT, ArgonPrimitivesBond, ArgonPrimitivesBondBondError, ArgonPrimitivesBondBondExpiration, ArgonPrimitivesBondBondType, ArgonPrimitivesBondVault, ArgonPrimitivesBondVaultArgons, ArgonPrimitivesBondVaultTerms, ArgonPrimitivesDataDomainSemver, ArgonPrimitivesDataDomainVersionHost, ArgonPrimitivesDataDomainZoneRecord, ArgonPrimitivesDigestsBlockVoteDigest, ArgonPrimitivesDigestsNotebookDigest, ArgonPrimitivesDigestsNotebookDigestRecord, ArgonPrimitivesDigestsParentVotingKeyDigest, ArgonPrimitivesInherentsBitcoinUtxoSync, ArgonPrimitivesInherentsBlockSealInherent, ArgonPrimitivesNotaryNotaryMeta, ArgonPrimitivesNotaryNotaryNotebookKeyDetails, ArgonPrimitivesNotaryNotaryNotebookVoteDigestDetails, ArgonPrimitivesNotaryNotaryRecord, ArgonPrimitivesNotebookChainTransfer, ArgonPrimitivesNotebookNotebookHeader, ArgonPrimitivesNotebookSignedNotebookHeader, ArgonPrimitivesProvidersBlockSealerInfo, ArgonPrimitivesTickTicker, FinalityGrandpaEquivocationPrecommit, FinalityGrandpaEquivocationPrevote, FinalityGrandpaPrecommit, FinalityGrandpaPrevote, FrameMetadataHashExtensionCheckMetadataHash, FrameMetadataHashExtensionMode, FrameSupportDispatchDispatchClass, FrameSupportDispatchDispatchInfo, FrameSupportDispatchPays, FrameSupportDispatchPerDispatchClassU32, FrameSupportDispatchPerDispatchClassWeight, FrameSupportDispatchPerDispatchClassWeightsPerClass, FrameSupportPalletId, FrameSupportTokensMiscBalanceStatus, FrameSupportTokensMiscIdAmountRuntimeFreezeReason, FrameSupportTokensMiscIdAmountRuntimeHoldReason, FrameSystemAccountInfo, FrameSystemCall, FrameSystemCodeUpgradeAuthorization, FrameSystemError, FrameSystemEvent, FrameSystemEventRecord, FrameSystemExtensionsCheckGenesis, FrameSystemExtensionsCheckNonZeroSender, FrameSystemExtensionsCheckNonce, FrameSystemExtensionsCheckSpecVersion, FrameSystemExtensionsCheckTxVersion, FrameSystemExtensionsCheckWeight, FrameSystemLastRuntimeUpgradeInfo, FrameSystemLimitsBlockLength, FrameSystemLimitsBlockWeights, FrameSystemLimitsWeightsPerClass, FrameSystemPhase, PalletBalancesAccountData, PalletBalancesAdjustmentDirection, PalletBalancesBalanceLock, PalletBalancesCall, PalletBalancesError, PalletBalancesEvent, PalletBalancesReasons, PalletBalancesReserveData, PalletBitcoinUtxosCall, PalletBitcoinUtxosError, PalletBitcoinUtxosEvent, PalletBlockRewardsCall, PalletBlockRewardsError, PalletBlockRewardsEvent, PalletBlockRewardsFreezeReason, PalletBlockRewardsHoldReason, PalletBlockSealCall, PalletBlockSealError, PalletBlockSealSpecCall, PalletBlockSealSpecError, PalletBlockSealSpecEvent, PalletBondCall, PalletBondError, PalletBondEvent, PalletBondHoldReason, PalletBondUtxoCosignRequest, PalletBondUtxoState, PalletChainTransferCall, PalletChainTransferError, PalletChainTransferEvent, PalletChainTransferQueuedTransferOut, PalletDataDomainCall, PalletDataDomainDataDomainRegistration, PalletDataDomainError, PalletDataDomainEvent, PalletGrandpaCall, PalletGrandpaError, PalletGrandpaEvent, PalletGrandpaStoredPendingChange, PalletGrandpaStoredState, PalletMiningSlotCall, PalletMiningSlotError, PalletMiningSlotEvent, PalletMiningSlotHoldReason, PalletMiningSlotMinerHistory, PalletMiningSlotMiningSlotBid, PalletMintCall, PalletMintError, PalletMintEvent, PalletMintMintType, PalletMultisigCall, PalletMultisigError, PalletMultisigEvent, PalletMultisigMultisig, PalletMultisigTimepoint, PalletNotariesCall, PalletNotariesError, PalletNotariesEvent, PalletNotebookCall, PalletNotebookError, PalletNotebookEvent, PalletOffencesEvent, PalletPriceIndexCall, PalletPriceIndexError, PalletPriceIndexEvent, PalletPriceIndexPriceIndex, PalletProxyAnnouncement, PalletProxyCall, PalletProxyError, PalletProxyEvent, PalletProxyProxyDefinition, PalletSessionCall, PalletSessionError, PalletSessionEvent, PalletSudoCall, PalletSudoError, PalletSudoEvent, PalletTicksCall, PalletTicksError, PalletTimestampCall, PalletTransactionPaymentChargeTransactionPayment, PalletTransactionPaymentEvent, PalletTransactionPaymentReleases, PalletTxPauseCall, PalletTxPauseError, PalletTxPauseEvent, PalletVaultsCall, PalletVaultsError, PalletVaultsEvent, PalletVaultsHoldReason, PalletVaultsVaultConfig, SpArithmeticArithmeticError, SpConsensusGrandpaAppPublic, SpConsensusGrandpaAppSignature, SpConsensusGrandpaEquivocation, SpConsensusGrandpaEquivocationProof, SpCoreCryptoKeyTypeId, SpRuntimeDigest, SpRuntimeDigestDigestItem, SpRuntimeDispatchError, SpRuntimeModuleError, SpRuntimeMultiSignature, SpRuntimeTokenError, SpRuntimeTransactionalError, SpSessionMembershipProof, SpStakingOffenceOffenceDetails, SpVersionRuntimeVersion, SpWeightsRuntimeDbWeight, SpWeightsWeightV2Weight } from '@polkadot/types/lookup';
|
|
3
|
+
declare module '@polkadot/types/types/registry' {
|
|
4
|
+
interface InterfaceTypes {
|
|
5
|
+
ArgonNodeRuntimeOpaqueSessionKeys: ArgonNodeRuntimeOpaqueSessionKeys;
|
|
6
|
+
ArgonNodeRuntimeProxyType: ArgonNodeRuntimeProxyType;
|
|
7
|
+
ArgonNodeRuntimeRuntime: ArgonNodeRuntimeRuntime;
|
|
8
|
+
ArgonNodeRuntimeRuntimeFreezeReason: ArgonNodeRuntimeRuntimeFreezeReason;
|
|
9
|
+
ArgonNodeRuntimeRuntimeHoldReason: ArgonNodeRuntimeRuntimeHoldReason;
|
|
10
|
+
ArgonNotaryAuditAccountHistoryLookupError: ArgonNotaryAuditAccountHistoryLookupError;
|
|
11
|
+
ArgonNotaryAuditErrorVerifyError: ArgonNotaryAuditErrorVerifyError;
|
|
12
|
+
ArgonPrimitivesAccountAccountType: ArgonPrimitivesAccountAccountType;
|
|
13
|
+
ArgonPrimitivesBalanceChangeAccountOrigin: ArgonPrimitivesBalanceChangeAccountOrigin;
|
|
14
|
+
ArgonPrimitivesBalanceChangeMerkleProof: ArgonPrimitivesBalanceChangeMerkleProof;
|
|
15
|
+
ArgonPrimitivesBitcoinBitcoinBlock: ArgonPrimitivesBitcoinBitcoinBlock;
|
|
16
|
+
ArgonPrimitivesBitcoinBitcoinCosignScriptPubkey: ArgonPrimitivesBitcoinBitcoinCosignScriptPubkey;
|
|
17
|
+
ArgonPrimitivesBitcoinBitcoinNetwork: ArgonPrimitivesBitcoinBitcoinNetwork;
|
|
18
|
+
ArgonPrimitivesBitcoinBitcoinRejectedReason: ArgonPrimitivesBitcoinBitcoinRejectedReason;
|
|
19
|
+
ArgonPrimitivesBitcoinBitcoinXPub: ArgonPrimitivesBitcoinBitcoinXPub;
|
|
20
|
+
ArgonPrimitivesBitcoinCompressedBitcoinPubkey: ArgonPrimitivesBitcoinCompressedBitcoinPubkey;
|
|
21
|
+
ArgonPrimitivesBitcoinH256Le: ArgonPrimitivesBitcoinH256Le;
|
|
22
|
+
ArgonPrimitivesBitcoinNetworkKind: ArgonPrimitivesBitcoinNetworkKind;
|
|
23
|
+
ArgonPrimitivesBitcoinOpaqueBitcoinXpub: ArgonPrimitivesBitcoinOpaqueBitcoinXpub;
|
|
24
|
+
ArgonPrimitivesBitcoinUtxoRef: ArgonPrimitivesBitcoinUtxoRef;
|
|
25
|
+
ArgonPrimitivesBitcoinUtxoValue: ArgonPrimitivesBitcoinUtxoValue;
|
|
26
|
+
ArgonPrimitivesBlockSealAppPublic: ArgonPrimitivesBlockSealAppPublic;
|
|
27
|
+
ArgonPrimitivesBlockSealAppSignature: ArgonPrimitivesBlockSealAppSignature;
|
|
28
|
+
ArgonPrimitivesBlockSealBlockPayout: ArgonPrimitivesBlockSealBlockPayout;
|
|
29
|
+
ArgonPrimitivesBlockSealMiningRegistration: ArgonPrimitivesBlockSealMiningRegistration;
|
|
30
|
+
ArgonPrimitivesBlockSealMiningSlotConfig: ArgonPrimitivesBlockSealMiningSlotConfig;
|
|
31
|
+
ArgonPrimitivesBlockSealRewardDestination: ArgonPrimitivesBlockSealRewardDestination;
|
|
32
|
+
ArgonPrimitivesBlockSealRewardSharing: ArgonPrimitivesBlockSealRewardSharing;
|
|
33
|
+
ArgonPrimitivesBlockVoteBlockVoteT: ArgonPrimitivesBlockVoteBlockVoteT;
|
|
34
|
+
ArgonPrimitivesBond: ArgonPrimitivesBond;
|
|
35
|
+
ArgonPrimitivesBondBondError: ArgonPrimitivesBondBondError;
|
|
36
|
+
ArgonPrimitivesBondBondExpiration: ArgonPrimitivesBondBondExpiration;
|
|
37
|
+
ArgonPrimitivesBondBondType: ArgonPrimitivesBondBondType;
|
|
38
|
+
ArgonPrimitivesBondVault: ArgonPrimitivesBondVault;
|
|
39
|
+
ArgonPrimitivesBondVaultArgons: ArgonPrimitivesBondVaultArgons;
|
|
40
|
+
ArgonPrimitivesBondVaultTerms: ArgonPrimitivesBondVaultTerms;
|
|
41
|
+
ArgonPrimitivesDataDomainSemver: ArgonPrimitivesDataDomainSemver;
|
|
42
|
+
ArgonPrimitivesDataDomainVersionHost: ArgonPrimitivesDataDomainVersionHost;
|
|
43
|
+
ArgonPrimitivesDataDomainZoneRecord: ArgonPrimitivesDataDomainZoneRecord;
|
|
44
|
+
ArgonPrimitivesDigestsBlockVoteDigest: ArgonPrimitivesDigestsBlockVoteDigest;
|
|
45
|
+
ArgonPrimitivesDigestsNotebookDigest: ArgonPrimitivesDigestsNotebookDigest;
|
|
46
|
+
ArgonPrimitivesDigestsNotebookDigestRecord: ArgonPrimitivesDigestsNotebookDigestRecord;
|
|
47
|
+
ArgonPrimitivesDigestsParentVotingKeyDigest: ArgonPrimitivesDigestsParentVotingKeyDigest;
|
|
48
|
+
ArgonPrimitivesInherentsBitcoinUtxoSync: ArgonPrimitivesInherentsBitcoinUtxoSync;
|
|
49
|
+
ArgonPrimitivesInherentsBlockSealInherent: ArgonPrimitivesInherentsBlockSealInherent;
|
|
50
|
+
ArgonPrimitivesNotaryNotaryMeta: ArgonPrimitivesNotaryNotaryMeta;
|
|
51
|
+
ArgonPrimitivesNotaryNotaryNotebookKeyDetails: ArgonPrimitivesNotaryNotaryNotebookKeyDetails;
|
|
52
|
+
ArgonPrimitivesNotaryNotaryNotebookVoteDigestDetails: ArgonPrimitivesNotaryNotaryNotebookVoteDigestDetails;
|
|
53
|
+
ArgonPrimitivesNotaryNotaryRecord: ArgonPrimitivesNotaryNotaryRecord;
|
|
54
|
+
ArgonPrimitivesNotebookChainTransfer: ArgonPrimitivesNotebookChainTransfer;
|
|
55
|
+
ArgonPrimitivesNotebookNotebookHeader: ArgonPrimitivesNotebookNotebookHeader;
|
|
56
|
+
ArgonPrimitivesNotebookSignedNotebookHeader: ArgonPrimitivesNotebookSignedNotebookHeader;
|
|
57
|
+
ArgonPrimitivesProvidersBlockSealerInfo: ArgonPrimitivesProvidersBlockSealerInfo;
|
|
58
|
+
ArgonPrimitivesTickTicker: ArgonPrimitivesTickTicker;
|
|
59
|
+
FinalityGrandpaEquivocationPrecommit: FinalityGrandpaEquivocationPrecommit;
|
|
60
|
+
FinalityGrandpaEquivocationPrevote: FinalityGrandpaEquivocationPrevote;
|
|
61
|
+
FinalityGrandpaPrecommit: FinalityGrandpaPrecommit;
|
|
62
|
+
FinalityGrandpaPrevote: FinalityGrandpaPrevote;
|
|
63
|
+
FrameMetadataHashExtensionCheckMetadataHash: FrameMetadataHashExtensionCheckMetadataHash;
|
|
64
|
+
FrameMetadataHashExtensionMode: FrameMetadataHashExtensionMode;
|
|
65
|
+
FrameSupportDispatchDispatchClass: FrameSupportDispatchDispatchClass;
|
|
66
|
+
FrameSupportDispatchDispatchInfo: FrameSupportDispatchDispatchInfo;
|
|
67
|
+
FrameSupportDispatchPays: FrameSupportDispatchPays;
|
|
68
|
+
FrameSupportDispatchPerDispatchClassU32: FrameSupportDispatchPerDispatchClassU32;
|
|
69
|
+
FrameSupportDispatchPerDispatchClassWeight: FrameSupportDispatchPerDispatchClassWeight;
|
|
70
|
+
FrameSupportDispatchPerDispatchClassWeightsPerClass: FrameSupportDispatchPerDispatchClassWeightsPerClass;
|
|
71
|
+
FrameSupportPalletId: FrameSupportPalletId;
|
|
72
|
+
FrameSupportTokensMiscBalanceStatus: FrameSupportTokensMiscBalanceStatus;
|
|
73
|
+
FrameSupportTokensMiscIdAmountRuntimeFreezeReason: FrameSupportTokensMiscIdAmountRuntimeFreezeReason;
|
|
74
|
+
FrameSupportTokensMiscIdAmountRuntimeHoldReason: FrameSupportTokensMiscIdAmountRuntimeHoldReason;
|
|
75
|
+
FrameSystemAccountInfo: FrameSystemAccountInfo;
|
|
76
|
+
FrameSystemCall: FrameSystemCall;
|
|
77
|
+
FrameSystemCodeUpgradeAuthorization: FrameSystemCodeUpgradeAuthorization;
|
|
78
|
+
FrameSystemError: FrameSystemError;
|
|
79
|
+
FrameSystemEvent: FrameSystemEvent;
|
|
80
|
+
FrameSystemEventRecord: FrameSystemEventRecord;
|
|
81
|
+
FrameSystemExtensionsCheckGenesis: FrameSystemExtensionsCheckGenesis;
|
|
82
|
+
FrameSystemExtensionsCheckNonZeroSender: FrameSystemExtensionsCheckNonZeroSender;
|
|
83
|
+
FrameSystemExtensionsCheckNonce: FrameSystemExtensionsCheckNonce;
|
|
84
|
+
FrameSystemExtensionsCheckSpecVersion: FrameSystemExtensionsCheckSpecVersion;
|
|
85
|
+
FrameSystemExtensionsCheckTxVersion: FrameSystemExtensionsCheckTxVersion;
|
|
86
|
+
FrameSystemExtensionsCheckWeight: FrameSystemExtensionsCheckWeight;
|
|
87
|
+
FrameSystemLastRuntimeUpgradeInfo: FrameSystemLastRuntimeUpgradeInfo;
|
|
88
|
+
FrameSystemLimitsBlockLength: FrameSystemLimitsBlockLength;
|
|
89
|
+
FrameSystemLimitsBlockWeights: FrameSystemLimitsBlockWeights;
|
|
90
|
+
FrameSystemLimitsWeightsPerClass: FrameSystemLimitsWeightsPerClass;
|
|
91
|
+
FrameSystemPhase: FrameSystemPhase;
|
|
92
|
+
PalletBalancesAccountData: PalletBalancesAccountData;
|
|
93
|
+
PalletBalancesAdjustmentDirection: PalletBalancesAdjustmentDirection;
|
|
94
|
+
PalletBalancesBalanceLock: PalletBalancesBalanceLock;
|
|
95
|
+
PalletBalancesCall: PalletBalancesCall;
|
|
96
|
+
PalletBalancesError: PalletBalancesError;
|
|
97
|
+
PalletBalancesEvent: PalletBalancesEvent;
|
|
98
|
+
PalletBalancesReasons: PalletBalancesReasons;
|
|
99
|
+
PalletBalancesReserveData: PalletBalancesReserveData;
|
|
100
|
+
PalletBitcoinUtxosCall: PalletBitcoinUtxosCall;
|
|
101
|
+
PalletBitcoinUtxosError: PalletBitcoinUtxosError;
|
|
102
|
+
PalletBitcoinUtxosEvent: PalletBitcoinUtxosEvent;
|
|
103
|
+
PalletBlockRewardsCall: PalletBlockRewardsCall;
|
|
104
|
+
PalletBlockRewardsError: PalletBlockRewardsError;
|
|
105
|
+
PalletBlockRewardsEvent: PalletBlockRewardsEvent;
|
|
106
|
+
PalletBlockRewardsFreezeReason: PalletBlockRewardsFreezeReason;
|
|
107
|
+
PalletBlockRewardsHoldReason: PalletBlockRewardsHoldReason;
|
|
108
|
+
PalletBlockSealCall: PalletBlockSealCall;
|
|
109
|
+
PalletBlockSealError: PalletBlockSealError;
|
|
110
|
+
PalletBlockSealSpecCall: PalletBlockSealSpecCall;
|
|
111
|
+
PalletBlockSealSpecError: PalletBlockSealSpecError;
|
|
112
|
+
PalletBlockSealSpecEvent: PalletBlockSealSpecEvent;
|
|
113
|
+
PalletBondCall: PalletBondCall;
|
|
114
|
+
PalletBondError: PalletBondError;
|
|
115
|
+
PalletBondEvent: PalletBondEvent;
|
|
116
|
+
PalletBondHoldReason: PalletBondHoldReason;
|
|
117
|
+
PalletBondUtxoCosignRequest: PalletBondUtxoCosignRequest;
|
|
118
|
+
PalletBondUtxoState: PalletBondUtxoState;
|
|
119
|
+
PalletChainTransferCall: PalletChainTransferCall;
|
|
120
|
+
PalletChainTransferError: PalletChainTransferError;
|
|
121
|
+
PalletChainTransferEvent: PalletChainTransferEvent;
|
|
122
|
+
PalletChainTransferQueuedTransferOut: PalletChainTransferQueuedTransferOut;
|
|
123
|
+
PalletDataDomainCall: PalletDataDomainCall;
|
|
124
|
+
PalletDataDomainDataDomainRegistration: PalletDataDomainDataDomainRegistration;
|
|
125
|
+
PalletDataDomainError: PalletDataDomainError;
|
|
126
|
+
PalletDataDomainEvent: PalletDataDomainEvent;
|
|
127
|
+
PalletGrandpaCall: PalletGrandpaCall;
|
|
128
|
+
PalletGrandpaError: PalletGrandpaError;
|
|
129
|
+
PalletGrandpaEvent: PalletGrandpaEvent;
|
|
130
|
+
PalletGrandpaStoredPendingChange: PalletGrandpaStoredPendingChange;
|
|
131
|
+
PalletGrandpaStoredState: PalletGrandpaStoredState;
|
|
132
|
+
PalletMiningSlotCall: PalletMiningSlotCall;
|
|
133
|
+
PalletMiningSlotError: PalletMiningSlotError;
|
|
134
|
+
PalletMiningSlotEvent: PalletMiningSlotEvent;
|
|
135
|
+
PalletMiningSlotHoldReason: PalletMiningSlotHoldReason;
|
|
136
|
+
PalletMiningSlotMinerHistory: PalletMiningSlotMinerHistory;
|
|
137
|
+
PalletMiningSlotMiningSlotBid: PalletMiningSlotMiningSlotBid;
|
|
138
|
+
PalletMintCall: PalletMintCall;
|
|
139
|
+
PalletMintError: PalletMintError;
|
|
140
|
+
PalletMintEvent: PalletMintEvent;
|
|
141
|
+
PalletMintMintType: PalletMintMintType;
|
|
142
|
+
PalletMultisigCall: PalletMultisigCall;
|
|
143
|
+
PalletMultisigError: PalletMultisigError;
|
|
144
|
+
PalletMultisigEvent: PalletMultisigEvent;
|
|
145
|
+
PalletMultisigMultisig: PalletMultisigMultisig;
|
|
146
|
+
PalletMultisigTimepoint: PalletMultisigTimepoint;
|
|
147
|
+
PalletNotariesCall: PalletNotariesCall;
|
|
148
|
+
PalletNotariesError: PalletNotariesError;
|
|
149
|
+
PalletNotariesEvent: PalletNotariesEvent;
|
|
150
|
+
PalletNotebookCall: PalletNotebookCall;
|
|
151
|
+
PalletNotebookError: PalletNotebookError;
|
|
152
|
+
PalletNotebookEvent: PalletNotebookEvent;
|
|
153
|
+
PalletOffencesEvent: PalletOffencesEvent;
|
|
154
|
+
PalletPriceIndexCall: PalletPriceIndexCall;
|
|
155
|
+
PalletPriceIndexError: PalletPriceIndexError;
|
|
156
|
+
PalletPriceIndexEvent: PalletPriceIndexEvent;
|
|
157
|
+
PalletPriceIndexPriceIndex: PalletPriceIndexPriceIndex;
|
|
158
|
+
PalletProxyAnnouncement: PalletProxyAnnouncement;
|
|
159
|
+
PalletProxyCall: PalletProxyCall;
|
|
160
|
+
PalletProxyError: PalletProxyError;
|
|
161
|
+
PalletProxyEvent: PalletProxyEvent;
|
|
162
|
+
PalletProxyProxyDefinition: PalletProxyProxyDefinition;
|
|
163
|
+
PalletSessionCall: PalletSessionCall;
|
|
164
|
+
PalletSessionError: PalletSessionError;
|
|
165
|
+
PalletSessionEvent: PalletSessionEvent;
|
|
166
|
+
PalletSudoCall: PalletSudoCall;
|
|
167
|
+
PalletSudoError: PalletSudoError;
|
|
168
|
+
PalletSudoEvent: PalletSudoEvent;
|
|
169
|
+
PalletTicksCall: PalletTicksCall;
|
|
170
|
+
PalletTicksError: PalletTicksError;
|
|
171
|
+
PalletTimestampCall: PalletTimestampCall;
|
|
172
|
+
PalletTransactionPaymentChargeTransactionPayment: PalletTransactionPaymentChargeTransactionPayment;
|
|
173
|
+
PalletTransactionPaymentEvent: PalletTransactionPaymentEvent;
|
|
174
|
+
PalletTransactionPaymentReleases: PalletTransactionPaymentReleases;
|
|
175
|
+
PalletTxPauseCall: PalletTxPauseCall;
|
|
176
|
+
PalletTxPauseError: PalletTxPauseError;
|
|
177
|
+
PalletTxPauseEvent: PalletTxPauseEvent;
|
|
178
|
+
PalletVaultsCall: PalletVaultsCall;
|
|
179
|
+
PalletVaultsError: PalletVaultsError;
|
|
180
|
+
PalletVaultsEvent: PalletVaultsEvent;
|
|
181
|
+
PalletVaultsHoldReason: PalletVaultsHoldReason;
|
|
182
|
+
PalletVaultsVaultConfig: PalletVaultsVaultConfig;
|
|
183
|
+
SpArithmeticArithmeticError: SpArithmeticArithmeticError;
|
|
184
|
+
SpConsensusGrandpaAppPublic: SpConsensusGrandpaAppPublic;
|
|
185
|
+
SpConsensusGrandpaAppSignature: SpConsensusGrandpaAppSignature;
|
|
186
|
+
SpConsensusGrandpaEquivocation: SpConsensusGrandpaEquivocation;
|
|
187
|
+
SpConsensusGrandpaEquivocationProof: SpConsensusGrandpaEquivocationProof;
|
|
188
|
+
SpCoreCryptoKeyTypeId: SpCoreCryptoKeyTypeId;
|
|
189
|
+
SpRuntimeDigest: SpRuntimeDigest;
|
|
190
|
+
SpRuntimeDigestDigestItem: SpRuntimeDigestDigestItem;
|
|
191
|
+
SpRuntimeDispatchError: SpRuntimeDispatchError;
|
|
192
|
+
SpRuntimeModuleError: SpRuntimeModuleError;
|
|
193
|
+
SpRuntimeMultiSignature: SpRuntimeMultiSignature;
|
|
194
|
+
SpRuntimeTokenError: SpRuntimeTokenError;
|
|
195
|
+
SpRuntimeTransactionalError: SpRuntimeTransactionalError;
|
|
196
|
+
SpSessionMembershipProof: SpSessionMembershipProof;
|
|
197
|
+
SpStakingOffenceOffenceDetails: SpStakingOffenceOffenceDetails;
|
|
198
|
+
SpVersionRuntimeVersion: SpVersionRuntimeVersion;
|
|
199
|
+
SpWeightsRuntimeDbWeight: SpWeightsRuntimeDbWeight;
|
|
200
|
+
SpWeightsWeightV2Weight: SpWeightsWeightV2Weight;
|
|
201
|
+
}
|
|
202
|
+
}
|