difftreelog
test upgrade types
in: master
7 files changed
tests/package.jsondiffbeforeafterboth--- a/tests/package.json
+++ b/tests/package.json
@@ -4,9 +4,9 @@
"description": "Unique Chain Tests",
"main": "",
"devDependencies": {
- "@polkadot/dev": "0.66.29",
+ "@polkadot/dev": "0.66.31",
"@polkadot/ts": "0.4.22",
- "@polkadot/typegen": "8.5.2-10",
+ "@polkadot/typegen": "8.6.1",
"@types/chai": "^4.3.1",
"@types/chai-as-promised": "^7.1.5",
"@types/mocha": "^9.1.1",
@@ -83,13 +83,13 @@
"license": "SEE LICENSE IN ../LICENSE",
"homepage": "",
"dependencies": {
- "@polkadot/api": "8.5.2-10",
- "@polkadot/api-contract": "8.5.2-10",
- "@polkadot/util-crypto": "9.2.2-15",
+ "@polkadot/api": "8.6.1",
+ "@polkadot/api-contract": "8.6.1",
+ "@polkadot/util-crypto": "9.3.1",
"bignumber.js": "^9.0.2",
"chai-as-promised": "^7.1.1",
"find-process": "^1.4.7",
- "solc": "0.8.13",
+ "solc": "0.8.14-fixed",
"web3": "^1.7.3"
},
"standard": {
tests/src/interfaces/augment-api-rpc.tsdiffbeforeafterboth--- a/tests/src/interfaces/augment-api-rpc.ts
+++ b/tests/src/interfaces/augment-api-rpc.ts
@@ -18,7 +18,7 @@
import type { EthAccount, EthCallRequest, EthFilter, EthFilterChanges, EthLog, EthReceipt, EthRichBlock, EthSubKind, EthSubParams, EthSyncStatus, EthTransaction, EthTransactionRequest, EthWork } from '@polkadot/types/interfaces/eth';
import type { Extrinsic } from '@polkadot/types/interfaces/extrinsics';
import type { EncodedFinalityProofs, JustificationNotification, ReportedRoundStates } from '@polkadot/types/interfaces/grandpa';
-import type { MmrLeafProof } from '@polkadot/types/interfaces/mmr';
+import type { MmrLeafBatchProof, MmrLeafProof } from '@polkadot/types/interfaces/mmr';
import type { StorageKind } from '@polkadot/types/interfaces/offchain';
import type { FeeDetails, RuntimeDispatchInfo } from '@polkadot/types/interfaces/payment';
import type { RpcMethods } from '@polkadot/types/interfaces/rpc';
@@ -355,9 +355,13 @@
};
mmr: {
/**
+ * Generate MMR proof for the given leaf indices.
+ **/
+ generateBatchProof: AugmentedRpc<(leafIndices: Vec<u64> | (u64 | AnyNumber | Uint8Array)[], at?: BlockHash | string | Uint8Array) => Observable<MmrLeafProof>>;
+ /**
* Generate MMR proof for given leaf index.
**/
- generateProof: AugmentedRpc<(leafIndex: u64 | AnyNumber | Uint8Array, at?: BlockHash | string | Uint8Array) => Observable<MmrLeafProof>>;
+ generateProof: AugmentedRpc<(leafIndex: u64 | AnyNumber | Uint8Array, at?: BlockHash | string | Uint8Array) => Observable<MmrLeafBatchProof>>;
};
net: {
/**
tests/src/interfaces/augment-types.tsdiffbeforeafterboth--- a/tests/src/interfaces/augment-types.ts
+++ b/tests/src/interfaces/augment-types.ts
@@ -3,7 +3,7 @@
import type { CumulusPalletDmpQueueCall, CumulusPalletDmpQueueConfigData, CumulusPalletDmpQueueError, CumulusPalletDmpQueueEvent, CumulusPalletDmpQueuePageIndexData, CumulusPalletParachainSystemCall, CumulusPalletParachainSystemError, CumulusPalletParachainSystemEvent, CumulusPalletParachainSystemRelayStateSnapshotMessagingStateSnapshot, CumulusPalletXcmCall, CumulusPalletXcmError, CumulusPalletXcmEvent, CumulusPalletXcmpQueueCall, CumulusPalletXcmpQueueError, CumulusPalletXcmpQueueEvent, CumulusPalletXcmpQueueInboundChannelDetails, CumulusPalletXcmpQueueInboundState, CumulusPalletXcmpQueueOutboundChannelDetails, CumulusPalletXcmpQueueOutboundState, CumulusPalletXcmpQueueQueueConfigData, CumulusPrimitivesParachainInherentParachainInherentData, EthbloomBloom, EthereumBlock, EthereumHeader, EthereumLog, EthereumReceiptEip658ReceiptData, EthereumReceiptReceiptV3, EthereumTransactionAccessListItem, EthereumTransactionEip1559Transaction, EthereumTransactionEip2930Transaction, EthereumTransactionLegacyTransaction, EthereumTransactionTransactionAction, EthereumTransactionTransactionSignature, EthereumTransactionTransactionV2, EthereumTypesHashH64, EvmCoreErrorExitError, EvmCoreErrorExitFatal, EvmCoreErrorExitReason, EvmCoreErrorExitRevert, EvmCoreErrorExitSucceed, FpRpcTransactionStatus, FrameSupportPalletId, FrameSupportTokensMiscBalanceStatus, FrameSupportWeightsDispatchClass, FrameSupportWeightsDispatchInfo, FrameSupportWeightsPays, FrameSupportWeightsPerDispatchClassU32, FrameSupportWeightsPerDispatchClassU64, FrameSupportWeightsPerDispatchClassWeightsPerClass, FrameSupportWeightsRuntimeDbWeight, FrameSupportWeightsWeightToFeeCoefficient, FrameSystemAccountInfo, FrameSystemCall, FrameSystemError, FrameSystemEvent, FrameSystemEventRecord, FrameSystemExtensionsCheckGenesis, FrameSystemExtensionsCheckNonce, FrameSystemExtensionsCheckSpecVersion, FrameSystemExtensionsCheckWeight, FrameSystemLastRuntimeUpgradeInfo, FrameSystemLimitsBlockLength, FrameSystemLimitsBlockWeights, FrameSystemLimitsWeightsPerClass, FrameSystemPhase, OpalRuntimeRuntime, OrmlVestingModuleCall, OrmlVestingModuleError, OrmlVestingModuleEvent, OrmlVestingVestingSchedule, PalletBalancesAccountData, PalletBalancesBalanceLock, PalletBalancesCall, PalletBalancesError, PalletBalancesEvent, PalletBalancesReasons, PalletBalancesReleases, PalletBalancesReserveData, PalletCommonError, PalletCommonEvent, PalletEthereumCall, PalletEthereumError, PalletEthereumEvent, PalletEthereumFakeTransactionFinalizer, PalletEvmAccountBasicCrossAccountIdRepr, PalletEvmCall, PalletEvmCoderSubstrateError, PalletEvmContractHelpersError, PalletEvmContractHelpersSponsoringModeT, PalletEvmError, PalletEvmEvent, PalletEvmMigrationCall, PalletEvmMigrationError, PalletFungibleError, PalletInflationCall, PalletNonfungibleError, PalletNonfungibleItemData, PalletRefungibleError, PalletRefungibleItemData, PalletStructureCall, PalletStructureError, PalletStructureEvent, PalletSudoCall, PalletSudoError, PalletSudoEvent, PalletTemplateTransactionPaymentCall, PalletTemplateTransactionPaymentChargeTransactionPayment, PalletTimestampCall, PalletTransactionPaymentReleases, PalletTreasuryCall, PalletTreasuryError, PalletTreasuryEvent, PalletTreasuryProposal, PalletUniqueCall, PalletUniqueError, PalletUniqueRawEvent, PalletXcmCall, PalletXcmError, PalletXcmEvent, PhantomTypeUpDataStructs, PolkadotCorePrimitivesInboundDownwardMessage, PolkadotCorePrimitivesInboundHrmpMessage, PolkadotCorePrimitivesOutboundHrmpMessage, PolkadotParachainPrimitivesXcmpMessageFormat, PolkadotPrimitivesV2AbridgedHostConfiguration, PolkadotPrimitivesV2AbridgedHrmpChannel, PolkadotPrimitivesV2PersistedValidationData, PolkadotPrimitivesV2UpgradeRestriction, SpCoreEcdsaSignature, SpCoreEd25519Signature, SpCoreSr25519Signature, SpRuntimeArithmeticError, SpRuntimeDigest, SpRuntimeDigestDigestItem, SpRuntimeDispatchError, SpRuntimeModuleError, SpRuntimeMultiSignature, SpRuntimeTokenError, SpRuntimeTransactionalError, SpTrieStorageProof, SpVersionRuntimeVersion, UpDataStructsAccessMode, UpDataStructsCollection, UpDataStructsCollectionLimits, UpDataStructsCollectionMode, UpDataStructsCollectionPermissions, UpDataStructsCollectionStats, UpDataStructsCreateCollectionData, UpDataStructsCreateFungibleData, UpDataStructsCreateItemData, UpDataStructsCreateItemExData, UpDataStructsCreateNftData, UpDataStructsCreateNftExData, UpDataStructsCreateReFungibleData, UpDataStructsCreateRefungibleExData, UpDataStructsNestingRule, UpDataStructsProperties, UpDataStructsPropertiesMapBoundedVec, UpDataStructsPropertiesMapPropertyPermission, UpDataStructsProperty, UpDataStructsPropertyKeyPermission, UpDataStructsPropertyPermission, UpDataStructsRmrkAccountIdOrCollectionNftTuple, UpDataStructsRmrkBaseInfo, UpDataStructsRmrkBasicResource, UpDataStructsRmrkCollectionInfo, UpDataStructsRmrkComposableResource, UpDataStructsRmrkEquippableList, UpDataStructsRmrkFixedPart, UpDataStructsRmrkNftChild, UpDataStructsRmrkNftInfo, UpDataStructsRmrkPartType, UpDataStructsRmrkPropertyInfo, UpDataStructsRmrkResourceInfo, UpDataStructsRmrkResourceTypes, UpDataStructsRmrkRoyaltyInfo, UpDataStructsRmrkSlotPart, UpDataStructsRmrkSlotResource, UpDataStructsRmrkTheme, UpDataStructsRmrkThemeProperty, UpDataStructsRpcCollection, UpDataStructsSponsoringRateLimit, UpDataStructsSponsorshipState, UpDataStructsTokenData, XcmDoubleEncoded, XcmV0Junction, XcmV0JunctionBodyId, XcmV0JunctionBodyPart, XcmV0JunctionNetworkId, XcmV0MultiAsset, XcmV0MultiLocation, XcmV0Order, XcmV0OriginKind, XcmV0Response, XcmV0Xcm, XcmV1Junction, XcmV1MultiAsset, XcmV1MultiLocation, XcmV1MultiassetAssetId, XcmV1MultiassetAssetInstance, XcmV1MultiassetFungibility, XcmV1MultiassetMultiAssetFilter, XcmV1MultiassetMultiAssets, XcmV1MultiassetWildFungibility, XcmV1MultiassetWildMultiAsset, XcmV1MultilocationJunctions, XcmV1Order, XcmV1Response, XcmV1Xcm, XcmV2Instruction, XcmV2Response, XcmV2TraitsError, XcmV2TraitsOutcome, XcmV2WeightLimit, XcmV2Xcm, XcmVersionedMultiAssets, XcmVersionedMultiLocation, XcmVersionedXcm } from './default';
import type { Data, StorageKey } from '@polkadot/types';
-import type { BitVec, Bool, Bytes, I128, I16, I256, I32, I64, I8, Json, Null, Raw, Text, Type, U128, U16, U256, U32, U64, U8, USize, bool, i128, i16, i256, i32, i64, i8, u128, u16, u256, u32, u64, u8, usize } from '@polkadot/types-codec';
+import type { BitVec, Bool, Bytes, I128, I16, I256, I32, I64, I8, Json, Null, OptionBool, Raw, Text, Type, U128, U16, U256, U32, U64, U8, USize, bool, i128, i16, i256, i32, i64, i8, u128, u16, u256, u32, u64, u8, usize } from '@polkadot/types-codec';
import type { AssetApproval, AssetApprovalKey, AssetBalance, AssetDestroyWitness, AssetDetails, AssetMetadata, TAssetBalance, TAssetDepositBalance } from '@polkadot/types/interfaces/assets';
import type { BlockAttestations, IncludedBlocks, MoreAttestations } from '@polkadot/types/interfaces/attestations';
import type { RawAuraPreDigest } from '@polkadot/types/interfaces/aura';
@@ -36,7 +36,7 @@
import type { AuthIndex, AuthoritySignature, Heartbeat, HeartbeatTo244, OpaqueMultiaddr, OpaqueNetworkState, OpaquePeerId } from '@polkadot/types/interfaces/imOnline';
import type { CallIndex, LotteryConfig } from '@polkadot/types/interfaces/lottery';
import type { ErrorMetadataLatest, ErrorMetadataV10, ErrorMetadataV11, ErrorMetadataV12, ErrorMetadataV13, ErrorMetadataV14, ErrorMetadataV9, EventMetadataLatest, EventMetadataV10, EventMetadataV11, EventMetadataV12, EventMetadataV13, EventMetadataV14, EventMetadataV9, ExtrinsicMetadataLatest, ExtrinsicMetadataV11, ExtrinsicMetadataV12, ExtrinsicMetadataV13, ExtrinsicMetadataV14, FunctionArgumentMetadataLatest, FunctionArgumentMetadataV10, FunctionArgumentMetadataV11, FunctionArgumentMetadataV12, FunctionArgumentMetadataV13, FunctionArgumentMetadataV14, FunctionArgumentMetadataV9, FunctionMetadataLatest, FunctionMetadataV10, FunctionMetadataV11, FunctionMetadataV12, FunctionMetadataV13, FunctionMetadataV14, FunctionMetadataV9, MetadataAll, MetadataLatest, MetadataV10, MetadataV11, MetadataV12, MetadataV13, MetadataV14, MetadataV9, ModuleConstantMetadataV10, ModuleConstantMetadataV11, ModuleConstantMetadataV12, ModuleConstantMetadataV13, ModuleConstantMetadataV9, ModuleMetadataV10, ModuleMetadataV11, ModuleMetadataV12, ModuleMetadataV13, ModuleMetadataV9, PalletCallMetadataLatest, PalletCallMetadataV14, PalletConstantMetadataLatest, PalletConstantMetadataV14, PalletErrorMetadataLatest, PalletErrorMetadataV14, PalletEventMetadataLatest, PalletEventMetadataV14, PalletMetadataLatest, PalletMetadataV14, PalletStorageMetadataLatest, PalletStorageMetadataV14, PortableType, PortableTypeV14, SignedExtensionMetadataLatest, SignedExtensionMetadataV14, StorageEntryMetadataLatest, StorageEntryMetadataV10, StorageEntryMetadataV11, StorageEntryMetadataV12, StorageEntryMetadataV13, StorageEntryMetadataV14, StorageEntryMetadataV9, StorageEntryModifierLatest, StorageEntryModifierV10, StorageEntryModifierV11, StorageEntryModifierV12, StorageEntryModifierV13, StorageEntryModifierV14, StorageEntryModifierV9, StorageEntryTypeLatest, StorageEntryTypeV10, StorageEntryTypeV11, StorageEntryTypeV12, StorageEntryTypeV13, StorageEntryTypeV14, StorageEntryTypeV9, StorageHasher, StorageHasherV10, StorageHasherV11, StorageHasherV12, StorageHasherV13, StorageHasherV14, StorageHasherV9, StorageMetadataV10, StorageMetadataV11, StorageMetadataV12, StorageMetadataV13, StorageMetadataV9 } from '@polkadot/types/interfaces/metadata';
-import type { MmrLeafProof } from '@polkadot/types/interfaces/mmr';
+import type { MmrLeafBatchProof, MmrLeafProof } from '@polkadot/types/interfaces/mmr';
import type { StorageKind } from '@polkadot/types/interfaces/offchain';
import type { DeferredOffenceOf, Kind, OffenceDetails, Offender, OpaqueTimeSlot, ReportIdOf, Reporter } from '@polkadot/types/interfaces/offences';
import type { AbridgedCandidateReceipt, AbridgedHostConfiguration, AbridgedHrmpChannel, AssignmentId, AssignmentKind, AttestedCandidate, AuctionIndex, AuthorityDiscoveryId, AvailabilityBitfield, AvailabilityBitfieldRecord, BackedCandidate, Bidder, BufferedSessionChange, CandidateCommitments, CandidateDescriptor, CandidateHash, CandidateInfo, CandidatePendingAvailability, CandidateReceipt, CollatorId, CollatorSignature, CommittedCandidateReceipt, CoreAssignment, CoreIndex, CoreOccupied, DisputeLocation, DisputeResult, DisputeState, DisputeStatement, DisputeStatementSet, DoubleVoteReport, DownwardMessage, ExplicitDisputeStatement, GlobalValidationData, GlobalValidationSchedule, GroupIndex, HeadData, HostConfiguration, HrmpChannel, HrmpChannelId, HrmpOpenChannelRequest, InboundDownwardMessage, InboundHrmpMessage, InboundHrmpMessages, IncomingParachain, IncomingParachainDeploy, IncomingParachainFixed, InvalidDisputeStatementKind, LeasePeriod, LeasePeriodOf, LocalValidationData, MessageIngestionType, MessageQueueChain, MessagingStateSnapshot, MessagingStateSnapshotEgressEntry, MultiDisputeStatementSet, NewBidder, OutboundHrmpMessage, ParaGenesisArgs, ParaId, ParaInfo, ParaLifecycle, ParaPastCodeMeta, ParaScheduling, ParaValidatorIndex, ParachainDispatchOrigin, ParachainInherentData, ParachainProposal, ParachainsInherentData, ParathreadClaim, ParathreadClaimQueue, ParathreadEntry, PersistedValidationData, QueuedParathread, RegisteredParachainInfo, RelayBlockNumber, RelayChainBlockNumber, RelayChainHash, RelayHash, Remark, ReplacementTimes, Retriable, Scheduling, ServiceQuality, SessionInfo, SessionInfoValidatorGroup, SignedAvailabilityBitfield, SignedAvailabilityBitfields, SigningContext, SlotRange, SlotRange10, Statement, SubId, SystemInherentData, TransientValidationData, UpgradeGoAhead, UpgradeRestriction, UpwardMessage, ValidDisputeStatementKind, ValidationCode, ValidationCodeHash, ValidationData, ValidationDataType, ValidationFunctionParams, ValidatorSignature, ValidityAttestation, VecInboundHrmpMessage, WinnersData, WinnersData10, WinnersDataTuple, WinnersDataTuple10, WinningData, WinningData10, WinningDataEntry } from '@polkadot/types/interfaces/parachains';
@@ -661,6 +661,7 @@
MetadataV14: MetadataV14;
MetadataV9: MetadataV9;
MigrationStatusResult: MigrationStatusResult;
+ MmrLeafBatchProof: MmrLeafBatchProof;
MmrLeafProof: MmrLeafProof;
MmrRootHash: MmrRootHash;
ModuleConstantMetadataV10: ModuleConstantMetadataV10;
@@ -727,6 +728,7 @@
OpenTipTip: OpenTipTip;
OpenTipTo225: OpenTipTo225;
OperatingMode: OperatingMode;
+ OptionBool: OptionBool;
Origin: Origin;
OriginCaller: OriginCaller;
OriginKindV0: OriginKindV0;
tests/src/interfaces/default/types.tsdiffbeforeafterboth--- a/tests/src/interfaces/default/types.ts
+++ b/tests/src/interfaces/default/types.ts
@@ -1,7 +1,7 @@
// Auto-generated via `yarn polkadot-types-from-defs`, do not edit
/* eslint-disable */
-import type { BTreeMap, BTreeSet, Bytes, Compact, Enum, Null, Option, Result, Struct, Text, U256, U8aFixed, Vec, bool, u128, u16, u32, u64, u8 } from '@polkadot/types-codec';
+import type { BTreeMap, BTreeSet, Bytes, Compact, Enum, Null, Option, OptionBool, Result, Struct, Text, U256, U8aFixed, Vec, bool, u128, u16, u32, u64, u8 } from '@polkadot/types-codec';
import type { ITuple } from '@polkadot/types-codec/types';
import type { AccountId32, Call, H160, H256, MultiAddress, Perbill, Permill } from '@polkadot/types/interfaces/runtime';
import type { Event } from '@polkadot/types/interfaces/system';
@@ -1788,9 +1788,9 @@
readonly tokenLimit: Option<u32>;
readonly sponsorTransferTimeout: Option<u32>;
readonly sponsorApproveTimeout: Option<u32>;
- readonly ownerCanTransfer: Option<bool>;
- readonly ownerCanDestroy: Option<bool>;
- readonly transfersEnabled: Option<bool>;
+ readonly ownerCanTransfer: OptionBool;
+ readonly ownerCanDestroy: OptionBool;
+ readonly transfersEnabled: OptionBool;
}
/** @name UpDataStructsCollectionMode */
@@ -1805,7 +1805,7 @@
/** @name UpDataStructsCollectionPermissions */
export interface UpDataStructsCollectionPermissions extends Struct {
readonly access: Option<UpDataStructsAccessMode>;
- readonly mintMode: Option<bool>;
+ readonly mintMode: OptionBool;
readonly nesting: Option<UpDataStructsNestingRule>;
}
tests/src/interfaces/lookup.tsdiffbeforeafterboth1// Auto-generated via `yarn polkadot-types-from-defs`, do not edit2/* eslint-disable */34/* eslint-disable sort-keys */56export default {7 /**8 * Lookup2: polkadot_primitives::v2::PersistedValidationData<primitive_types::H256, N>9 **/10 PolkadotPrimitivesV2PersistedValidationData: {11 parentHead: 'Bytes',12 relayParentNumber: 'u32',13 relayParentStorageRoot: 'H256',14 maxPovSize: 'u32'15 },16 /**17 * Lookup9: polkadot_primitives::v2::UpgradeRestriction18 **/19 PolkadotPrimitivesV2UpgradeRestriction: {20 _enum: ['Present']21 },22 /**23 * Lookup10: sp_trie::storage_proof::StorageProof24 **/25 SpTrieStorageProof: {26 trieNodes: 'BTreeSet<Bytes>'27 },28 /**29 * Lookup13: cumulus_pallet_parachain_system::relay_state_snapshot::MessagingStateSnapshot30 **/31 CumulusPalletParachainSystemRelayStateSnapshotMessagingStateSnapshot: {32 dmqMqcHead: 'H256',33 relayDispatchQueueSize: '(u32,u32)',34 ingressChannels: 'Vec<(u32,PolkadotPrimitivesV2AbridgedHrmpChannel)>',35 egressChannels: 'Vec<(u32,PolkadotPrimitivesV2AbridgedHrmpChannel)>'36 },37 /**38 * Lookup18: polkadot_primitives::v2::AbridgedHrmpChannel39 **/40 PolkadotPrimitivesV2AbridgedHrmpChannel: {41 maxCapacity: 'u32',42 maxTotalSize: 'u32',43 maxMessageSize: 'u32',44 msgCount: 'u32',45 totalSize: 'u32',46 mqcHead: 'Option<H256>'47 },48 /**49 * Lookup20: polkadot_primitives::v2::AbridgedHostConfiguration50 **/51 PolkadotPrimitivesV2AbridgedHostConfiguration: {52 maxCodeSize: 'u32',53 maxHeadDataSize: 'u32',54 maxUpwardQueueCount: 'u32',55 maxUpwardQueueSize: 'u32',56 maxUpwardMessageSize: 'u32',57 maxUpwardMessageNumPerCandidate: 'u32',58 hrmpMaxMessageNumPerCandidate: 'u32',59 validationUpgradeCooldown: 'u32',60 validationUpgradeDelay: 'u32'61 },62 /**63 * Lookup26: polkadot_core_primitives::OutboundHrmpMessage<polkadot_parachain::primitives::Id>64 **/65 PolkadotCorePrimitivesOutboundHrmpMessage: {66 recipient: 'u32',67 data: 'Bytes'68 },69 /**70 * Lookup28: cumulus_pallet_parachain_system::pallet::Call<T>71 **/72 CumulusPalletParachainSystemCall: {73 _enum: {74 set_validation_data: {75 data: 'CumulusPrimitivesParachainInherentParachainInherentData',76 },77 sudo_send_upward_message: {78 message: 'Bytes',79 },80 authorize_upgrade: {81 codeHash: 'H256',82 },83 enact_authorized_upgrade: {84 code: 'Bytes'85 }86 }87 },88 /**89 * Lookup29: cumulus_primitives_parachain_inherent::ParachainInherentData90 **/91 CumulusPrimitivesParachainInherentParachainInherentData: {92 validationData: 'PolkadotPrimitivesV2PersistedValidationData',93 relayChainState: 'SpTrieStorageProof',94 downwardMessages: 'Vec<PolkadotCorePrimitivesInboundDownwardMessage>',95 horizontalMessages: 'BTreeMap<u32, Vec<PolkadotCorePrimitivesInboundHrmpMessage>>'96 },97 /**98 * Lookup31: polkadot_core_primitives::InboundDownwardMessage<BlockNumber>99 **/100 PolkadotCorePrimitivesInboundDownwardMessage: {101 sentAt: 'u32',102 msg: 'Bytes'103 },104 /**105 * Lookup34: polkadot_core_primitives::InboundHrmpMessage<BlockNumber>106 **/107 PolkadotCorePrimitivesInboundHrmpMessage: {108 sentAt: 'u32',109 data: 'Bytes'110 },111 /**112 * Lookup37: cumulus_pallet_parachain_system::pallet::Event<T>113 **/114 CumulusPalletParachainSystemEvent: {115 _enum: {116 ValidationFunctionStored: 'Null',117 ValidationFunctionApplied: 'u32',118 ValidationFunctionDiscarded: 'Null',119 UpgradeAuthorized: 'H256',120 DownwardMessagesReceived: 'u32',121 DownwardMessagesProcessed: '(u64,H256)'122 }123 },124 /**125 * Lookup38: cumulus_pallet_parachain_system::pallet::Error<T>126 **/127 CumulusPalletParachainSystemError: {128 _enum: ['OverlappingUpgrades', 'ProhibitedByPolkadot', 'TooBig', 'ValidationDataNotAvailable', 'HostConfigurationNotAvailable', 'NotScheduled', 'NothingAuthorized', 'Unauthorized']129 },130 /**131 * Lookup41: pallet_balances::AccountData<Balance>132 **/133 PalletBalancesAccountData: {134 free: 'u128',135 reserved: 'u128',136 miscFrozen: 'u128',137 feeFrozen: 'u128'138 },139 /**140 * Lookup43: pallet_balances::BalanceLock<Balance>141 **/142 PalletBalancesBalanceLock: {143 id: '[u8;8]',144 amount: 'u128',145 reasons: 'PalletBalancesReasons'146 },147 /**148 * Lookup45: pallet_balances::Reasons149 **/150 PalletBalancesReasons: {151 _enum: ['Fee', 'Misc', 'All']152 },153 /**154 * Lookup48: pallet_balances::ReserveData<ReserveIdentifier, Balance>155 **/156 PalletBalancesReserveData: {157 id: '[u8;8]',158 amount: 'u128'159 },160 /**161 * Lookup50: pallet_balances::Releases162 **/163 PalletBalancesReleases: {164 _enum: ['V1_0_0', 'V2_0_0']165 },166 /**167 * Lookup51: pallet_balances::pallet::Call<T, I>168 **/169 PalletBalancesCall: {170 _enum: {171 transfer: {172 dest: 'MultiAddress',173 value: 'Compact<u128>',174 },175 set_balance: {176 who: 'MultiAddress',177 newFree: 'Compact<u128>',178 newReserved: 'Compact<u128>',179 },180 force_transfer: {181 source: 'MultiAddress',182 dest: 'MultiAddress',183 value: 'Compact<u128>',184 },185 transfer_keep_alive: {186 dest: 'MultiAddress',187 value: 'Compact<u128>',188 },189 transfer_all: {190 dest: 'MultiAddress',191 keepAlive: 'bool',192 },193 force_unreserve: {194 who: 'MultiAddress',195 amount: 'u128'196 }197 }198 },199 /**200 * Lookup57: pallet_balances::pallet::Event<T, I>201 **/202 PalletBalancesEvent: {203 _enum: {204 Endowed: {205 account: 'AccountId32',206 freeBalance: 'u128',207 },208 DustLost: {209 account: 'AccountId32',210 amount: 'u128',211 },212 Transfer: {213 from: 'AccountId32',214 to: 'AccountId32',215 amount: 'u128',216 },217 BalanceSet: {218 who: 'AccountId32',219 free: 'u128',220 reserved: 'u128',221 },222 Reserved: {223 who: 'AccountId32',224 amount: 'u128',225 },226 Unreserved: {227 who: 'AccountId32',228 amount: 'u128',229 },230 ReserveRepatriated: {231 from: 'AccountId32',232 to: 'AccountId32',233 amount: 'u128',234 destinationStatus: 'FrameSupportTokensMiscBalanceStatus',235 },236 Deposit: {237 who: 'AccountId32',238 amount: 'u128',239 },240 Withdraw: {241 who: 'AccountId32',242 amount: 'u128',243 },244 Slashed: {245 who: 'AccountId32',246 amount: 'u128'247 }248 }249 },250 /**251 * Lookup58: frame_support::traits::tokens::misc::BalanceStatus252 **/253 FrameSupportTokensMiscBalanceStatus: {254 _enum: ['Free', 'Reserved']255 },256 /**257 * Lookup59: pallet_balances::pallet::Error<T, I>258 **/259 PalletBalancesError: {260 _enum: ['VestingBalance', 'LiquidityRestrictions', 'InsufficientBalance', 'ExistentialDeposit', 'KeepAlive', 'ExistingVestingSchedule', 'DeadAccount', 'TooManyReserves']261 },262 /**263 * Lookup62: pallet_timestamp::pallet::Call<T>264 **/265 PalletTimestampCall: {266 _enum: {267 set: {268 now: 'Compact<u64>'269 }270 }271 },272 /**273 * Lookup65: pallet_transaction_payment::Releases274 **/275 PalletTransactionPaymentReleases: {276 _enum: ['V1Ancient', 'V2']277 },278 /**279 * Lookup67: frame_support::weights::WeightToFeeCoefficient<Balance>280 **/281 FrameSupportWeightsWeightToFeeCoefficient: {282 coeffInteger: 'u128',283 coeffFrac: 'Perbill',284 negative: 'bool',285 degree: 'u8'286 },287 /**288 * Lookup69: pallet_treasury::Proposal<sp_core::crypto::AccountId32, Balance>289 **/290 PalletTreasuryProposal: {291 proposer: 'AccountId32',292 value: 'u128',293 beneficiary: 'AccountId32',294 bond: 'u128'295 },296 /**297 * Lookup72: pallet_treasury::pallet::Call<T, I>298 **/299 PalletTreasuryCall: {300 _enum: {301 propose_spend: {302 value: 'Compact<u128>',303 beneficiary: 'MultiAddress',304 },305 reject_proposal: {306 proposalId: 'Compact<u32>',307 },308 approve_proposal: {309 proposalId: 'Compact<u32>'310 }311 }312 },313 /**314 * Lookup74: pallet_treasury::pallet::Event<T, I>315 **/316 PalletTreasuryEvent: {317 _enum: {318 Proposed: {319 proposalIndex: 'u32',320 },321 Spending: {322 budgetRemaining: 'u128',323 },324 Awarded: {325 proposalIndex: 'u32',326 award: 'u128',327 account: 'AccountId32',328 },329 Rejected: {330 proposalIndex: 'u32',331 slashed: 'u128',332 },333 Burnt: {334 burntFunds: 'u128',335 },336 Rollover: {337 rolloverBalance: 'u128',338 },339 Deposit: {340 value: 'u128'341 }342 }343 },344 /**345 * Lookup77: frame_support::PalletId346 **/347 FrameSupportPalletId: '[u8;8]',348 /**349 * Lookup78: pallet_treasury::pallet::Error<T, I>350 **/351 PalletTreasuryError: {352 _enum: ['InsufficientProposersBalance', 'InvalidIndex', 'TooManyApprovals']353 },354 /**355 * Lookup79: pallet_sudo::pallet::Call<T>356 **/357 PalletSudoCall: {358 _enum: {359 sudo: {360 call: 'Call',361 },362 sudo_unchecked_weight: {363 call: 'Call',364 weight: 'u64',365 },366 set_key: {367 _alias: {368 new_: 'new',369 },370 new_: 'MultiAddress',371 },372 sudo_as: {373 who: 'MultiAddress',374 call: 'Call'375 }376 }377 },378 /**379 * Lookup81: frame_system::pallet::Call<T>380 **/381 FrameSystemCall: {382 _enum: {383 fill_block: {384 ratio: 'Perbill',385 },386 remark: {387 remark: 'Bytes',388 },389 set_heap_pages: {390 pages: 'u64',391 },392 set_code: {393 code: 'Bytes',394 },395 set_code_without_checks: {396 code: 'Bytes',397 },398 set_storage: {399 items: 'Vec<(Bytes,Bytes)>',400 },401 kill_storage: {402 _alias: {403 keys_: 'keys',404 },405 keys_: 'Vec<Bytes>',406 },407 kill_prefix: {408 prefix: 'Bytes',409 subkeys: 'u32',410 },411 remark_with_event: {412 remark: 'Bytes'413 }414 }415 },416 /**417 * Lookup84: orml_vesting::module::Call<T>418 **/419 OrmlVestingModuleCall: {420 _enum: {421 claim: 'Null',422 vested_transfer: {423 dest: 'MultiAddress',424 schedule: 'OrmlVestingVestingSchedule',425 },426 update_vesting_schedules: {427 who: 'MultiAddress',428 vestingSchedules: 'Vec<OrmlVestingVestingSchedule>',429 },430 claim_for: {431 dest: 'MultiAddress'432 }433 }434 },435 /**436 * Lookup85: orml_vesting::VestingSchedule<BlockNumber, Balance>437 **/438 OrmlVestingVestingSchedule: {439 start: 'u32',440 period: 'u32',441 periodCount: 'u32',442 perPeriod: 'Compact<u128>'443 },444 /**445 * Lookup87: cumulus_pallet_xcmp_queue::pallet::Call<T>446 **/447 CumulusPalletXcmpQueueCall: {448 _enum: {449 service_overweight: {450 index: 'u64',451 weightLimit: 'u64',452 },453 suspend_xcm_execution: 'Null',454 resume_xcm_execution: 'Null',455 update_suspend_threshold: {456 _alias: {457 new_: 'new',458 },459 new_: 'u32',460 },461 update_drop_threshold: {462 _alias: {463 new_: 'new',464 },465 new_: 'u32',466 },467 update_resume_threshold: {468 _alias: {469 new_: 'new',470 },471 new_: 'u32',472 },473 update_threshold_weight: {474 _alias: {475 new_: 'new',476 },477 new_: 'u64',478 },479 update_weight_restrict_decay: {480 _alias: {481 new_: 'new',482 },483 new_: 'u64',484 },485 update_xcmp_max_individual_weight: {486 _alias: {487 new_: 'new',488 },489 new_: 'u64'490 }491 }492 },493 /**494 * Lookup88: pallet_xcm::pallet::Call<T>495 **/496 PalletXcmCall: {497 _enum: {498 send: {499 dest: 'XcmVersionedMultiLocation',500 message: 'XcmVersionedXcm',501 },502 teleport_assets: {503 dest: 'XcmVersionedMultiLocation',504 beneficiary: 'XcmVersionedMultiLocation',505 assets: 'XcmVersionedMultiAssets',506 feeAssetItem: 'u32',507 },508 reserve_transfer_assets: {509 dest: 'XcmVersionedMultiLocation',510 beneficiary: 'XcmVersionedMultiLocation',511 assets: 'XcmVersionedMultiAssets',512 feeAssetItem: 'u32',513 },514 execute: {515 message: 'XcmVersionedXcm',516 maxWeight: 'u64',517 },518 force_xcm_version: {519 location: 'XcmV1MultiLocation',520 xcmVersion: 'u32',521 },522 force_default_xcm_version: {523 maybeXcmVersion: 'Option<u32>',524 },525 force_subscribe_version_notify: {526 location: 'XcmVersionedMultiLocation',527 },528 force_unsubscribe_version_notify: {529 location: 'XcmVersionedMultiLocation',530 },531 limited_reserve_transfer_assets: {532 dest: 'XcmVersionedMultiLocation',533 beneficiary: 'XcmVersionedMultiLocation',534 assets: 'XcmVersionedMultiAssets',535 feeAssetItem: 'u32',536 weightLimit: 'XcmV2WeightLimit',537 },538 limited_teleport_assets: {539 dest: 'XcmVersionedMultiLocation',540 beneficiary: 'XcmVersionedMultiLocation',541 assets: 'XcmVersionedMultiAssets',542 feeAssetItem: 'u32',543 weightLimit: 'XcmV2WeightLimit'544 }545 }546 },547 /**548 * Lookup89: xcm::VersionedMultiLocation549 **/550 XcmVersionedMultiLocation: {551 _enum: {552 V0: 'XcmV0MultiLocation',553 V1: 'XcmV1MultiLocation'554 }555 },556 /**557 * Lookup90: xcm::v0::multi_location::MultiLocation558 **/559 XcmV0MultiLocation: {560 _enum: {561 Null: 'Null',562 X1: 'XcmV0Junction',563 X2: '(XcmV0Junction,XcmV0Junction)',564 X3: '(XcmV0Junction,XcmV0Junction,XcmV0Junction)',565 X4: '(XcmV0Junction,XcmV0Junction,XcmV0Junction,XcmV0Junction)',566 X5: '(XcmV0Junction,XcmV0Junction,XcmV0Junction,XcmV0Junction,XcmV0Junction)',567 X6: '(XcmV0Junction,XcmV0Junction,XcmV0Junction,XcmV0Junction,XcmV0Junction,XcmV0Junction)',568 X7: '(XcmV0Junction,XcmV0Junction,XcmV0Junction,XcmV0Junction,XcmV0Junction,XcmV0Junction,XcmV0Junction)',569 X8: '(XcmV0Junction,XcmV0Junction,XcmV0Junction,XcmV0Junction,XcmV0Junction,XcmV0Junction,XcmV0Junction,XcmV0Junction)'570 }571 },572 /**573 * Lookup91: xcm::v0::junction::Junction574 **/575 XcmV0Junction: {576 _enum: {577 Parent: 'Null',578 Parachain: 'Compact<u32>',579 AccountId32: {580 network: 'XcmV0JunctionNetworkId',581 id: '[u8;32]',582 },583 AccountIndex64: {584 network: 'XcmV0JunctionNetworkId',585 index: 'Compact<u64>',586 },587 AccountKey20: {588 network: 'XcmV0JunctionNetworkId',589 key: '[u8;20]',590 },591 PalletInstance: 'u8',592 GeneralIndex: 'Compact<u128>',593 GeneralKey: 'Bytes',594 OnlyChild: 'Null',595 Plurality: {596 id: 'XcmV0JunctionBodyId',597 part: 'XcmV0JunctionBodyPart'598 }599 }600 },601 /**602 * Lookup92: xcm::v0::junction::NetworkId603 **/604 XcmV0JunctionNetworkId: {605 _enum: {606 Any: 'Null',607 Named: 'Bytes',608 Polkadot: 'Null',609 Kusama: 'Null'610 }611 },612 /**613 * Lookup93: xcm::v0::junction::BodyId614 **/615 XcmV0JunctionBodyId: {616 _enum: {617 Unit: 'Null',618 Named: 'Bytes',619 Index: 'Compact<u32>',620 Executive: 'Null',621 Technical: 'Null',622 Legislative: 'Null',623 Judicial: 'Null'624 }625 },626 /**627 * Lookup94: xcm::v0::junction::BodyPart628 **/629 XcmV0JunctionBodyPart: {630 _enum: {631 Voice: 'Null',632 Members: {633 count: 'Compact<u32>',634 },635 Fraction: {636 nom: 'Compact<u32>',637 denom: 'Compact<u32>',638 },639 AtLeastProportion: {640 nom: 'Compact<u32>',641 denom: 'Compact<u32>',642 },643 MoreThanProportion: {644 nom: 'Compact<u32>',645 denom: 'Compact<u32>'646 }647 }648 },649 /**650 * Lookup95: xcm::v1::multilocation::MultiLocation651 **/652 XcmV1MultiLocation: {653 parents: 'u8',654 interior: 'XcmV1MultilocationJunctions'655 },656 /**657 * Lookup96: xcm::v1::multilocation::Junctions658 **/659 XcmV1MultilocationJunctions: {660 _enum: {661 Here: 'Null',662 X1: 'XcmV1Junction',663 X2: '(XcmV1Junction,XcmV1Junction)',664 X3: '(XcmV1Junction,XcmV1Junction,XcmV1Junction)',665 X4: '(XcmV1Junction,XcmV1Junction,XcmV1Junction,XcmV1Junction)',666 X5: '(XcmV1Junction,XcmV1Junction,XcmV1Junction,XcmV1Junction,XcmV1Junction)',667 X6: '(XcmV1Junction,XcmV1Junction,XcmV1Junction,XcmV1Junction,XcmV1Junction,XcmV1Junction)',668 X7: '(XcmV1Junction,XcmV1Junction,XcmV1Junction,XcmV1Junction,XcmV1Junction,XcmV1Junction,XcmV1Junction)',669 X8: '(XcmV1Junction,XcmV1Junction,XcmV1Junction,XcmV1Junction,XcmV1Junction,XcmV1Junction,XcmV1Junction,XcmV1Junction)'670 }671 },672 /**673 * Lookup97: xcm::v1::junction::Junction674 **/675 XcmV1Junction: {676 _enum: {677 Parachain: 'Compact<u32>',678 AccountId32: {679 network: 'XcmV0JunctionNetworkId',680 id: '[u8;32]',681 },682 AccountIndex64: {683 network: 'XcmV0JunctionNetworkId',684 index: 'Compact<u64>',685 },686 AccountKey20: {687 network: 'XcmV0JunctionNetworkId',688 key: '[u8;20]',689 },690 PalletInstance: 'u8',691 GeneralIndex: 'Compact<u128>',692 GeneralKey: 'Bytes',693 OnlyChild: 'Null',694 Plurality: {695 id: 'XcmV0JunctionBodyId',696 part: 'XcmV0JunctionBodyPart'697 }698 }699 },700 /**701 * Lookup98: xcm::VersionedXcm<Call>702 **/703 XcmVersionedXcm: {704 _enum: {705 V0: 'XcmV0Xcm',706 V1: 'XcmV1Xcm',707 V2: 'XcmV2Xcm'708 }709 },710 /**711 * Lookup99: xcm::v0::Xcm<Call>712 **/713 XcmV0Xcm: {714 _enum: {715 WithdrawAsset: {716 assets: 'Vec<XcmV0MultiAsset>',717 effects: 'Vec<XcmV0Order>',718 },719 ReserveAssetDeposit: {720 assets: 'Vec<XcmV0MultiAsset>',721 effects: 'Vec<XcmV0Order>',722 },723 TeleportAsset: {724 assets: 'Vec<XcmV0MultiAsset>',725 effects: 'Vec<XcmV0Order>',726 },727 QueryResponse: {728 queryId: 'Compact<u64>',729 response: 'XcmV0Response',730 },731 TransferAsset: {732 assets: 'Vec<XcmV0MultiAsset>',733 dest: 'XcmV0MultiLocation',734 },735 TransferReserveAsset: {736 assets: 'Vec<XcmV0MultiAsset>',737 dest: 'XcmV0MultiLocation',738 effects: 'Vec<XcmV0Order>',739 },740 Transact: {741 originType: 'XcmV0OriginKind',742 requireWeightAtMost: 'u64',743 call: 'XcmDoubleEncoded',744 },745 HrmpNewChannelOpenRequest: {746 sender: 'Compact<u32>',747 maxMessageSize: 'Compact<u32>',748 maxCapacity: 'Compact<u32>',749 },750 HrmpChannelAccepted: {751 recipient: 'Compact<u32>',752 },753 HrmpChannelClosing: {754 initiator: 'Compact<u32>',755 sender: 'Compact<u32>',756 recipient: 'Compact<u32>',757 },758 RelayedFrom: {759 who: 'XcmV0MultiLocation',760 message: 'XcmV0Xcm'761 }762 }763 },764 /**765 * Lookup101: xcm::v0::multi_asset::MultiAsset766 **/767 XcmV0MultiAsset: {768 _enum: {769 None: 'Null',770 All: 'Null',771 AllFungible: 'Null',772 AllNonFungible: 'Null',773 AllAbstractFungible: {774 id: 'Bytes',775 },776 AllAbstractNonFungible: {777 class: 'Bytes',778 },779 AllConcreteFungible: {780 id: 'XcmV0MultiLocation',781 },782 AllConcreteNonFungible: {783 class: 'XcmV0MultiLocation',784 },785 AbstractFungible: {786 id: 'Bytes',787 amount: 'Compact<u128>',788 },789 AbstractNonFungible: {790 class: 'Bytes',791 instance: 'XcmV1MultiassetAssetInstance',792 },793 ConcreteFungible: {794 id: 'XcmV0MultiLocation',795 amount: 'Compact<u128>',796 },797 ConcreteNonFungible: {798 class: 'XcmV0MultiLocation',799 instance: 'XcmV1MultiassetAssetInstance'800 }801 }802 },803 /**804 * Lookup102: xcm::v1::multiasset::AssetInstance805 **/806 XcmV1MultiassetAssetInstance: {807 _enum: {808 Undefined: 'Null',809 Index: 'Compact<u128>',810 Array4: '[u8;4]',811 Array8: '[u8;8]',812 Array16: '[u8;16]',813 Array32: '[u8;32]',814 Blob: 'Bytes'815 }816 },817 /**818 * Lookup106: xcm::v0::order::Order<Call>819 **/820 XcmV0Order: {821 _enum: {822 Null: 'Null',823 DepositAsset: {824 assets: 'Vec<XcmV0MultiAsset>',825 dest: 'XcmV0MultiLocation',826 },827 DepositReserveAsset: {828 assets: 'Vec<XcmV0MultiAsset>',829 dest: 'XcmV0MultiLocation',830 effects: 'Vec<XcmV0Order>',831 },832 ExchangeAsset: {833 give: 'Vec<XcmV0MultiAsset>',834 receive: 'Vec<XcmV0MultiAsset>',835 },836 InitiateReserveWithdraw: {837 assets: 'Vec<XcmV0MultiAsset>',838 reserve: 'XcmV0MultiLocation',839 effects: 'Vec<XcmV0Order>',840 },841 InitiateTeleport: {842 assets: 'Vec<XcmV0MultiAsset>',843 dest: 'XcmV0MultiLocation',844 effects: 'Vec<XcmV0Order>',845 },846 QueryHolding: {847 queryId: 'Compact<u64>',848 dest: 'XcmV0MultiLocation',849 assets: 'Vec<XcmV0MultiAsset>',850 },851 BuyExecution: {852 fees: 'XcmV0MultiAsset',853 weight: 'u64',854 debt: 'u64',855 haltOnError: 'bool',856 xcm: 'Vec<XcmV0Xcm>'857 }858 }859 },860 /**861 * Lookup108: xcm::v0::Response862 **/863 XcmV0Response: {864 _enum: {865 Assets: 'Vec<XcmV0MultiAsset>'866 }867 },868 /**869 * Lookup109: xcm::v0::OriginKind870 **/871 XcmV0OriginKind: {872 _enum: ['Native', 'SovereignAccount', 'Superuser', 'Xcm']873 },874 /**875 * Lookup110: xcm::double_encoded::DoubleEncoded<T>876 **/877 XcmDoubleEncoded: {878 encoded: 'Bytes'879 },880 /**881 * Lookup111: xcm::v1::Xcm<Call>882 **/883 XcmV1Xcm: {884 _enum: {885 WithdrawAsset: {886 assets: 'XcmV1MultiassetMultiAssets',887 effects: 'Vec<XcmV1Order>',888 },889 ReserveAssetDeposited: {890 assets: 'XcmV1MultiassetMultiAssets',891 effects: 'Vec<XcmV1Order>',892 },893 ReceiveTeleportedAsset: {894 assets: 'XcmV1MultiassetMultiAssets',895 effects: 'Vec<XcmV1Order>',896 },897 QueryResponse: {898 queryId: 'Compact<u64>',899 response: 'XcmV1Response',900 },901 TransferAsset: {902 assets: 'XcmV1MultiassetMultiAssets',903 beneficiary: 'XcmV1MultiLocation',904 },905 TransferReserveAsset: {906 assets: 'XcmV1MultiassetMultiAssets',907 dest: 'XcmV1MultiLocation',908 effects: 'Vec<XcmV1Order>',909 },910 Transact: {911 originType: 'XcmV0OriginKind',912 requireWeightAtMost: 'u64',913 call: 'XcmDoubleEncoded',914 },915 HrmpNewChannelOpenRequest: {916 sender: 'Compact<u32>',917 maxMessageSize: 'Compact<u32>',918 maxCapacity: 'Compact<u32>',919 },920 HrmpChannelAccepted: {921 recipient: 'Compact<u32>',922 },923 HrmpChannelClosing: {924 initiator: 'Compact<u32>',925 sender: 'Compact<u32>',926 recipient: 'Compact<u32>',927 },928 RelayedFrom: {929 who: 'XcmV1MultilocationJunctions',930 message: 'XcmV1Xcm',931 },932 SubscribeVersion: {933 queryId: 'Compact<u64>',934 maxResponseWeight: 'Compact<u64>',935 },936 UnsubscribeVersion: 'Null'937 }938 },939 /**940 * Lookup112: xcm::v1::multiasset::MultiAssets941 **/942 XcmV1MultiassetMultiAssets: 'Vec<XcmV1MultiAsset>',943 /**944 * Lookup114: xcm::v1::multiasset::MultiAsset945 **/946 XcmV1MultiAsset: {947 id: 'XcmV1MultiassetAssetId',948 fun: 'XcmV1MultiassetFungibility'949 },950 /**951 * Lookup115: xcm::v1::multiasset::AssetId952 **/953 XcmV1MultiassetAssetId: {954 _enum: {955 Concrete: 'XcmV1MultiLocation',956 Abstract: 'Bytes'957 }958 },959 /**960 * Lookup116: xcm::v1::multiasset::Fungibility961 **/962 XcmV1MultiassetFungibility: {963 _enum: {964 Fungible: 'Compact<u128>',965 NonFungible: 'XcmV1MultiassetAssetInstance'966 }967 },968 /**969 * Lookup118: xcm::v1::order::Order<Call>970 **/971 XcmV1Order: {972 _enum: {973 Noop: 'Null',974 DepositAsset: {975 assets: 'XcmV1MultiassetMultiAssetFilter',976 maxAssets: 'u32',977 beneficiary: 'XcmV1MultiLocation',978 },979 DepositReserveAsset: {980 assets: 'XcmV1MultiassetMultiAssetFilter',981 maxAssets: 'u32',982 dest: 'XcmV1MultiLocation',983 effects: 'Vec<XcmV1Order>',984 },985 ExchangeAsset: {986 give: 'XcmV1MultiassetMultiAssetFilter',987 receive: 'XcmV1MultiassetMultiAssets',988 },989 InitiateReserveWithdraw: {990 assets: 'XcmV1MultiassetMultiAssetFilter',991 reserve: 'XcmV1MultiLocation',992 effects: 'Vec<XcmV1Order>',993 },994 InitiateTeleport: {995 assets: 'XcmV1MultiassetMultiAssetFilter',996 dest: 'XcmV1MultiLocation',997 effects: 'Vec<XcmV1Order>',998 },999 QueryHolding: {1000 queryId: 'Compact<u64>',1001 dest: 'XcmV1MultiLocation',1002 assets: 'XcmV1MultiassetMultiAssetFilter',1003 },1004 BuyExecution: {1005 fees: 'XcmV1MultiAsset',1006 weight: 'u64',1007 debt: 'u64',1008 haltOnError: 'bool',1009 instructions: 'Vec<XcmV1Xcm>'1010 }1011 }1012 },1013 /**1014 * Lookup119: xcm::v1::multiasset::MultiAssetFilter1015 **/1016 XcmV1MultiassetMultiAssetFilter: {1017 _enum: {1018 Definite: 'XcmV1MultiassetMultiAssets',1019 Wild: 'XcmV1MultiassetWildMultiAsset'1020 }1021 },1022 /**1023 * Lookup120: xcm::v1::multiasset::WildMultiAsset1024 **/1025 XcmV1MultiassetWildMultiAsset: {1026 _enum: {1027 All: 'Null',1028 AllOf: {1029 id: 'XcmV1MultiassetAssetId',1030 fun: 'XcmV1MultiassetWildFungibility'1031 }1032 }1033 },1034 /**1035 * Lookup121: xcm::v1::multiasset::WildFungibility1036 **/1037 XcmV1MultiassetWildFungibility: {1038 _enum: ['Fungible', 'NonFungible']1039 },1040 /**1041 * Lookup123: xcm::v1::Response1042 **/1043 XcmV1Response: {1044 _enum: {1045 Assets: 'XcmV1MultiassetMultiAssets',1046 Version: 'u32'1047 }1048 },1049 /**1050 * Lookup124: xcm::v2::Xcm<Call>1051 **/1052 XcmV2Xcm: 'Vec<XcmV2Instruction>',1053 /**1054 * Lookup126: xcm::v2::Instruction<Call>1055 **/1056 XcmV2Instruction: {1057 _enum: {1058 WithdrawAsset: 'XcmV1MultiassetMultiAssets',1059 ReserveAssetDeposited: 'XcmV1MultiassetMultiAssets',1060 ReceiveTeleportedAsset: 'XcmV1MultiassetMultiAssets',1061 QueryResponse: {1062 queryId: 'Compact<u64>',1063 response: 'XcmV2Response',1064 maxWeight: 'Compact<u64>',1065 },1066 TransferAsset: {1067 assets: 'XcmV1MultiassetMultiAssets',1068 beneficiary: 'XcmV1MultiLocation',1069 },1070 TransferReserveAsset: {1071 assets: 'XcmV1MultiassetMultiAssets',1072 dest: 'XcmV1MultiLocation',1073 xcm: 'XcmV2Xcm',1074 },1075 Transact: {1076 originType: 'XcmV0OriginKind',1077 requireWeightAtMost: 'Compact<u64>',1078 call: 'XcmDoubleEncoded',1079 },1080 HrmpNewChannelOpenRequest: {1081 sender: 'Compact<u32>',1082 maxMessageSize: 'Compact<u32>',1083 maxCapacity: 'Compact<u32>',1084 },1085 HrmpChannelAccepted: {1086 recipient: 'Compact<u32>',1087 },1088 HrmpChannelClosing: {1089 initiator: 'Compact<u32>',1090 sender: 'Compact<u32>',1091 recipient: 'Compact<u32>',1092 },1093 ClearOrigin: 'Null',1094 DescendOrigin: 'XcmV1MultilocationJunctions',1095 ReportError: {1096 queryId: 'Compact<u64>',1097 dest: 'XcmV1MultiLocation',1098 maxResponseWeight: 'Compact<u64>',1099 },1100 DepositAsset: {1101 assets: 'XcmV1MultiassetMultiAssetFilter',1102 maxAssets: 'Compact<u32>',1103 beneficiary: 'XcmV1MultiLocation',1104 },1105 DepositReserveAsset: {1106 assets: 'XcmV1MultiassetMultiAssetFilter',1107 maxAssets: 'Compact<u32>',1108 dest: 'XcmV1MultiLocation',1109 xcm: 'XcmV2Xcm',1110 },1111 ExchangeAsset: {1112 give: 'XcmV1MultiassetMultiAssetFilter',1113 receive: 'XcmV1MultiassetMultiAssets',1114 },1115 InitiateReserveWithdraw: {1116 assets: 'XcmV1MultiassetMultiAssetFilter',1117 reserve: 'XcmV1MultiLocation',1118 xcm: 'XcmV2Xcm',1119 },1120 InitiateTeleport: {1121 assets: 'XcmV1MultiassetMultiAssetFilter',1122 dest: 'XcmV1MultiLocation',1123 xcm: 'XcmV2Xcm',1124 },1125 QueryHolding: {1126 queryId: 'Compact<u64>',1127 dest: 'XcmV1MultiLocation',1128 assets: 'XcmV1MultiassetMultiAssetFilter',1129 maxResponseWeight: 'Compact<u64>',1130 },1131 BuyExecution: {1132 fees: 'XcmV1MultiAsset',1133 weightLimit: 'XcmV2WeightLimit',1134 },1135 RefundSurplus: 'Null',1136 SetErrorHandler: 'XcmV2Xcm',1137 SetAppendix: 'XcmV2Xcm',1138 ClearError: 'Null',1139 ClaimAsset: {1140 assets: 'XcmV1MultiassetMultiAssets',1141 ticket: 'XcmV1MultiLocation',1142 },1143 Trap: 'Compact<u64>',1144 SubscribeVersion: {1145 queryId: 'Compact<u64>',1146 maxResponseWeight: 'Compact<u64>',1147 },1148 UnsubscribeVersion: 'Null'1149 }1150 },1151 /**1152 * Lookup127: xcm::v2::Response1153 **/1154 XcmV2Response: {1155 _enum: {1156 Null: 'Null',1157 Assets: 'XcmV1MultiassetMultiAssets',1158 ExecutionResult: 'Option<(u32,XcmV2TraitsError)>',1159 Version: 'u32'1160 }1161 },1162 /**1163 * Lookup130: xcm::v2::traits::Error1164 **/1165 XcmV2TraitsError: {1166 _enum: {1167 Overflow: 'Null',1168 Unimplemented: 'Null',1169 UntrustedReserveLocation: 'Null',1170 UntrustedTeleportLocation: 'Null',1171 MultiLocationFull: 'Null',1172 MultiLocationNotInvertible: 'Null',1173 BadOrigin: 'Null',1174 InvalidLocation: 'Null',1175 AssetNotFound: 'Null',1176 FailedToTransactAsset: 'Null',1177 NotWithdrawable: 'Null',1178 LocationCannotHold: 'Null',1179 ExceedsMaxMessageSize: 'Null',1180 DestinationUnsupported: 'Null',1181 Transport: 'Null',1182 Unroutable: 'Null',1183 UnknownClaim: 'Null',1184 FailedToDecode: 'Null',1185 MaxWeightInvalid: 'Null',1186 NotHoldingFees: 'Null',1187 TooExpensive: 'Null',1188 Trap: 'u64',1189 UnhandledXcmVersion: 'Null',1190 WeightLimitReached: 'u64',1191 Barrier: 'Null',1192 WeightNotComputable: 'Null'1193 }1194 },1195 /**1196 * Lookup131: xcm::v2::WeightLimit1197 **/1198 XcmV2WeightLimit: {1199 _enum: {1200 Unlimited: 'Null',1201 Limited: 'Compact<u64>'1202 }1203 },1204 /**1205 * Lookup132: xcm::VersionedMultiAssets1206 **/1207 XcmVersionedMultiAssets: {1208 _enum: {1209 V0: 'Vec<XcmV0MultiAsset>',1210 V1: 'XcmV1MultiassetMultiAssets'1211 }1212 },1213 /**1214 * Lookup147: cumulus_pallet_xcm::pallet::Call<T>1215 **/1216 CumulusPalletXcmCall: 'Null',1217 /**1218 * Lookup148: cumulus_pallet_dmp_queue::pallet::Call<T>1219 **/1220 CumulusPalletDmpQueueCall: {1221 _enum: {1222 service_overweight: {1223 index: 'u64',1224 weightLimit: 'u64'1225 }1226 }1227 },1228 /**1229 * Lookup149: pallet_inflation::pallet::Call<T>1230 **/1231 PalletInflationCall: {1232 _enum: {1233 start_inflation: {1234 inflationStartRelayBlock: 'u32'1235 }1236 }1237 },1238 /**1239 * Lookup150: pallet_unique::Call<T>1240 **/1241 PalletUniqueCall: {1242 _enum: {1243 create_collection: {1244 collectionName: 'Vec<u16>',1245 collectionDescription: 'Vec<u16>',1246 tokenPrefix: 'Bytes',1247 mode: 'UpDataStructsCollectionMode',1248 },1249 create_collection_ex: {1250 data: 'UpDataStructsCreateCollectionData',1251 },1252 destroy_collection: {1253 collectionId: 'u32',1254 },1255 add_to_allow_list: {1256 collectionId: 'u32',1257 address: 'PalletEvmAccountBasicCrossAccountIdRepr',1258 },1259 remove_from_allow_list: {1260 collectionId: 'u32',1261 address: 'PalletEvmAccountBasicCrossAccountIdRepr',1262 },1263 change_collection_owner: {1264 collectionId: 'u32',1265 newOwner: 'AccountId32',1266 },1267 add_collection_admin: {1268 collectionId: 'u32',1269 newAdminId: 'PalletEvmAccountBasicCrossAccountIdRepr',1270 },1271 remove_collection_admin: {1272 collectionId: 'u32',1273 accountId: 'PalletEvmAccountBasicCrossAccountIdRepr',1274 },1275 set_collection_sponsor: {1276 collectionId: 'u32',1277 newSponsor: 'AccountId32',1278 },1279 confirm_sponsorship: {1280 collectionId: 'u32',1281 },1282 remove_collection_sponsor: {1283 collectionId: 'u32',1284 },1285 create_item: {1286 collectionId: 'u32',1287 owner: 'PalletEvmAccountBasicCrossAccountIdRepr',1288 data: 'UpDataStructsCreateItemData',1289 },1290 create_multiple_items: {1291 collectionId: 'u32',1292 owner: 'PalletEvmAccountBasicCrossAccountIdRepr',1293 itemsData: 'Vec<UpDataStructsCreateItemData>',1294 },1295 set_collection_properties: {1296 collectionId: 'u32',1297 properties: 'Vec<UpDataStructsProperty>',1298 },1299 delete_collection_properties: {1300 collectionId: 'u32',1301 propertyKeys: 'Vec<Bytes>',1302 },1303 set_token_properties: {1304 collectionId: 'u32',1305 tokenId: 'u32',1306 properties: 'Vec<UpDataStructsProperty>',1307 },1308 delete_token_properties: {1309 collectionId: 'u32',1310 tokenId: 'u32',1311 propertyKeys: 'Vec<Bytes>',1312 },1313 set_property_permissions: {1314 collectionId: 'u32',1315 propertyPermissions: 'Vec<UpDataStructsPropertyKeyPermission>',1316 },1317 create_multiple_items_ex: {1318 collectionId: 'u32',1319 data: 'UpDataStructsCreateItemExData',1320 },1321 set_transfers_enabled_flag: {1322 collectionId: 'u32',1323 value: 'bool',1324 },1325 burn_item: {1326 collectionId: 'u32',1327 itemId: 'u32',1328 value: 'u128',1329 },1330 burn_from: {1331 collectionId: 'u32',1332 from: 'PalletEvmAccountBasicCrossAccountIdRepr',1333 itemId: 'u32',1334 value: 'u128',1335 },1336 transfer: {1337 recipient: 'PalletEvmAccountBasicCrossAccountIdRepr',1338 collectionId: 'u32',1339 itemId: 'u32',1340 value: 'u128',1341 },1342 approve: {1343 spender: 'PalletEvmAccountBasicCrossAccountIdRepr',1344 collectionId: 'u32',1345 itemId: 'u32',1346 amount: 'u128',1347 },1348 transfer_from: {1349 from: 'PalletEvmAccountBasicCrossAccountIdRepr',1350 recipient: 'PalletEvmAccountBasicCrossAccountIdRepr',1351 collectionId: 'u32',1352 itemId: 'u32',1353 value: 'u128',1354 },1355 set_collection_limits: {1356 collectionId: 'u32',1357 newLimit: 'UpDataStructsCollectionLimits',1358 },1359 set_collection_permissions: {1360 collectionId: 'u32',1361 newLimit: 'UpDataStructsCollectionPermissions'1362 }1363 }1364 },1365 /**1366 * Lookup156: up_data_structs::CollectionMode1367 **/1368 UpDataStructsCollectionMode: {1369 _enum: {1370 NFT: 'Null',1371 Fungible: 'u8',1372 ReFungible: 'Null'1373 }1374 },1375 /**1376 * Lookup157: up_data_structs::CreateCollectionData<sp_core::crypto::AccountId32>1377 **/1378 UpDataStructsCreateCollectionData: {1379 mode: 'UpDataStructsCollectionMode',1380 access: 'Option<UpDataStructsAccessMode>',1381 name: 'Vec<u16>',1382 description: 'Vec<u16>',1383 tokenPrefix: 'Bytes',1384 pendingSponsor: 'Option<AccountId32>',1385 limits: 'Option<UpDataStructsCollectionLimits>',1386 permissions: 'Option<UpDataStructsCollectionPermissions>',1387 tokenPropertyPermissions: 'Vec<UpDataStructsPropertyKeyPermission>',1388 properties: 'Vec<UpDataStructsProperty>'1389 },1390 /**1391 * Lookup159: up_data_structs::AccessMode1392 **/1393 UpDataStructsAccessMode: {1394 _enum: ['Normal', 'AllowList']1395 },1396 /**1397 * Lookup162: up_data_structs::CollectionLimits1398 **/1399 UpDataStructsCollectionLimits: {1400 accountTokenOwnershipLimit: 'Option<u32>',1401 sponsoredDataSize: 'Option<u32>',1402 sponsoredDataRateLimit: 'Option<UpDataStructsSponsoringRateLimit>',1403 tokenLimit: 'Option<u32>',1404 sponsorTransferTimeout: 'Option<u32>',1405 sponsorApproveTimeout: 'Option<u32>',1406 ownerCanTransfer: 'Option<bool>',1407 ownerCanDestroy: 'Option<bool>',1408 transfersEnabled: 'Option<bool>'1409 },1410 /**1411 * Lookup164: up_data_structs::SponsoringRateLimit1412 **/1413 UpDataStructsSponsoringRateLimit: {1414 _enum: {1415 SponsoringDisabled: 'Null',1416 Blocks: 'u32'1417 }1418 },1419 /**1420 * Lookup167: up_data_structs::CollectionPermissions1421 **/1422 UpDataStructsCollectionPermissions: {1423 access: 'Option<UpDataStructsAccessMode>',1424 mintMode: 'Option<bool>',1425 nesting: 'Option<UpDataStructsNestingRule>'1426 },1427 /**1428 * Lookup169: up_data_structs::NestingRule1429 **/1430 UpDataStructsNestingRule: {1431 _enum: {1432 Disabled: 'Null',1433 Owner: 'Null',1434 OwnerRestricted: 'BTreeSet<u32>'1435 }1436 },1437 /**1438 * Lookup175: up_data_structs::PropertyKeyPermission1439 **/1440 UpDataStructsPropertyKeyPermission: {1441 key: 'Bytes',1442 permission: 'UpDataStructsPropertyPermission'1443 },1444 /**1445 * Lookup177: up_data_structs::PropertyPermission1446 **/1447 UpDataStructsPropertyPermission: {1448 mutable: 'bool',1449 collectionAdmin: 'bool',1450 tokenOwner: 'bool'1451 },1452 /**1453 * Lookup180: up_data_structs::Property1454 **/1455 UpDataStructsProperty: {1456 key: 'Bytes',1457 value: 'Bytes'1458 },1459 /**1460 * Lookup183: pallet_evm::account::BasicCrossAccountIdRepr<sp_core::crypto::AccountId32>1461 **/1462 PalletEvmAccountBasicCrossAccountIdRepr: {1463 _enum: {1464 Substrate: 'AccountId32',1465 Ethereum: 'H160'1466 }1467 },1468 /**1469 * Lookup185: up_data_structs::CreateItemData1470 **/1471 UpDataStructsCreateItemData: {1472 _enum: {1473 NFT: 'UpDataStructsCreateNftData',1474 Fungible: 'UpDataStructsCreateFungibleData',1475 ReFungible: 'UpDataStructsCreateReFungibleData'1476 }1477 },1478 /**1479 * Lookup186: up_data_structs::CreateNftData1480 **/1481 UpDataStructsCreateNftData: {1482 constData: 'Bytes',1483 properties: 'Vec<UpDataStructsProperty>'1484 },1485 /**1486 * Lookup188: up_data_structs::CreateFungibleData1487 **/1488 UpDataStructsCreateFungibleData: {1489 value: 'u128'1490 },1491 /**1492 * Lookup189: up_data_structs::CreateReFungibleData1493 **/1494 UpDataStructsCreateReFungibleData: {1495 constData: 'Bytes',1496 pieces: 'u128'1497 },1498 /**1499 * Lookup193: up_data_structs::CreateItemExData<pallet_evm::account::BasicCrossAccountIdRepr<sp_core::crypto::AccountId32>>1500 **/1501 UpDataStructsCreateItemExData: {1502 _enum: {1503 NFT: 'Vec<UpDataStructsCreateNftExData>',1504 Fungible: 'BTreeMap<PalletEvmAccountBasicCrossAccountIdRepr, u128>',1505 RefungibleMultipleItems: 'Vec<UpDataStructsCreateRefungibleExData>',1506 RefungibleMultipleOwners: 'UpDataStructsCreateRefungibleExData'1507 }1508 },1509 /**1510 * Lookup195: up_data_structs::CreateNftExData<pallet_evm::account::BasicCrossAccountIdRepr<sp_core::crypto::AccountId32>>1511 **/1512 UpDataStructsCreateNftExData: {1513 properties: 'Vec<UpDataStructsProperty>',1514 owner: 'PalletEvmAccountBasicCrossAccountIdRepr'1515 },1516 /**1517 * Lookup202: up_data_structs::CreateRefungibleExData<pallet_evm::account::BasicCrossAccountIdRepr<sp_core::crypto::AccountId32>>1518 **/1519 UpDataStructsCreateRefungibleExData: {1520 constData: 'Bytes',1521 users: 'BTreeMap<PalletEvmAccountBasicCrossAccountIdRepr, u128>'1522 },1523 /**1524 * Lookup204: pallet_template_transaction_payment::Call<T>1525 **/1526 PalletTemplateTransactionPaymentCall: 'Null',1527 /**1528 * Lookup205: pallet_structure::pallet::Call<T>1529 **/1530 PalletStructureCall: 'Null',1531 /**1532 * Lookup206: pallet_evm::pallet::Call<T>1533 **/1534 PalletEvmCall: {1535 _enum: {1536 withdraw: {1537 address: 'H160',1538 value: 'u128',1539 },1540 call: {1541 source: 'H160',1542 target: 'H160',1543 input: 'Bytes',1544 value: 'U256',1545 gasLimit: 'u64',1546 maxFeePerGas: 'U256',1547 maxPriorityFeePerGas: 'Option<U256>',1548 nonce: 'Option<U256>',1549 accessList: 'Vec<(H160,Vec<H256>)>',1550 },1551 create: {1552 source: 'H160',1553 init: 'Bytes',1554 value: 'U256',1555 gasLimit: 'u64',1556 maxFeePerGas: 'U256',1557 maxPriorityFeePerGas: 'Option<U256>',1558 nonce: 'Option<U256>',1559 accessList: 'Vec<(H160,Vec<H256>)>',1560 },1561 create2: {1562 source: 'H160',1563 init: 'Bytes',1564 salt: 'H256',1565 value: 'U256',1566 gasLimit: 'u64',1567 maxFeePerGas: 'U256',1568 maxPriorityFeePerGas: 'Option<U256>',1569 nonce: 'Option<U256>',1570 accessList: 'Vec<(H160,Vec<H256>)>'1571 }1572 }1573 },1574 /**1575 * Lookup212: pallet_ethereum::pallet::Call<T>1576 **/1577 PalletEthereumCall: {1578 _enum: {1579 transact: {1580 transaction: 'EthereumTransactionTransactionV2'1581 }1582 }1583 },1584 /**1585 * Lookup213: ethereum::transaction::TransactionV21586 **/1587 EthereumTransactionTransactionV2: {1588 _enum: {1589 Legacy: 'EthereumTransactionLegacyTransaction',1590 EIP2930: 'EthereumTransactionEip2930Transaction',1591 EIP1559: 'EthereumTransactionEip1559Transaction'1592 }1593 },1594 /**1595 * Lookup214: ethereum::transaction::LegacyTransaction1596 **/1597 EthereumTransactionLegacyTransaction: {1598 nonce: 'U256',1599 gasPrice: 'U256',1600 gasLimit: 'U256',1601 action: 'EthereumTransactionTransactionAction',1602 value: 'U256',1603 input: 'Bytes',1604 signature: 'EthereumTransactionTransactionSignature'1605 },1606 /**1607 * Lookup215: ethereum::transaction::TransactionAction1608 **/1609 EthereumTransactionTransactionAction: {1610 _enum: {1611 Call: 'H160',1612 Create: 'Null'1613 }1614 },1615 /**1616 * Lookup216: ethereum::transaction::TransactionSignature1617 **/1618 EthereumTransactionTransactionSignature: {1619 v: 'u64',1620 r: 'H256',1621 s: 'H256'1622 },1623 /**1624 * Lookup218: ethereum::transaction::EIP2930Transaction1625 **/1626 EthereumTransactionEip2930Transaction: {1627 chainId: 'u64',1628 nonce: 'U256',1629 gasPrice: 'U256',1630 gasLimit: 'U256',1631 action: 'EthereumTransactionTransactionAction',1632 value: 'U256',1633 input: 'Bytes',1634 accessList: 'Vec<EthereumTransactionAccessListItem>',1635 oddYParity: 'bool',1636 r: 'H256',1637 s: 'H256'1638 },1639 /**1640 * Lookup220: ethereum::transaction::AccessListItem1641 **/1642 EthereumTransactionAccessListItem: {1643 address: 'H160',1644 storageKeys: 'Vec<H256>'1645 },1646 /**1647 * Lookup221: ethereum::transaction::EIP1559Transaction1648 **/1649 EthereumTransactionEip1559Transaction: {1650 chainId: 'u64',1651 nonce: 'U256',1652 maxPriorityFeePerGas: 'U256',1653 maxFeePerGas: 'U256',1654 gasLimit: 'U256',1655 action: 'EthereumTransactionTransactionAction',1656 value: 'U256',1657 input: 'Bytes',1658 accessList: 'Vec<EthereumTransactionAccessListItem>',1659 oddYParity: 'bool',1660 r: 'H256',1661 s: 'H256'1662 },1663 /**1664 * Lookup222: pallet_evm_migration::pallet::Call<T>1665 **/1666 PalletEvmMigrationCall: {1667 _enum: {1668 begin: {1669 address: 'H160',1670 },1671 set_data: {1672 address: 'H160',1673 data: 'Vec<(H256,H256)>',1674 },1675 finish: {1676 address: 'H160',1677 code: 'Bytes'1678 }1679 }1680 },1681 /**1682 * Lookup225: pallet_sudo::pallet::Event<T>1683 **/1684 PalletSudoEvent: {1685 _enum: {1686 Sudid: {1687 sudoResult: 'Result<Null, SpRuntimeDispatchError>',1688 },1689 KeyChanged: {1690 oldSudoer: 'Option<AccountId32>',1691 },1692 SudoAsDone: {1693 sudoResult: 'Result<Null, SpRuntimeDispatchError>'1694 }1695 }1696 },1697 /**1698 * Lookup227: sp_runtime::DispatchError1699 **/1700 SpRuntimeDispatchError: {1701 _enum: {1702 Other: 'Null',1703 CannotLookup: 'Null',1704 BadOrigin: 'Null',1705 Module: 'SpRuntimeModuleError',1706 ConsumerRemaining: 'Null',1707 NoProviders: 'Null',1708 TooManyConsumers: 'Null',1709 Token: 'SpRuntimeTokenError',1710 Arithmetic: 'SpRuntimeArithmeticError',1711 Transactional: 'SpRuntimeTransactionalError'1712 }1713 },1714 /**1715 * Lookup228: sp_runtime::ModuleError1716 **/1717 SpRuntimeModuleError: {1718 index: 'u8',1719 error: '[u8;4]'1720 },1721 /**1722 * Lookup229: sp_runtime::TokenError1723 **/1724 SpRuntimeTokenError: {1725 _enum: ['NoFunds', 'WouldDie', 'BelowMinimum', 'CannotCreate', 'UnknownAsset', 'Frozen', 'Unsupported']1726 },1727 /**1728 * Lookup230: sp_runtime::ArithmeticError1729 **/1730 SpRuntimeArithmeticError: {1731 _enum: ['Underflow', 'Overflow', 'DivisionByZero']1732 },1733 /**1734 * Lookup231: sp_runtime::TransactionalError1735 **/1736 SpRuntimeTransactionalError: {1737 _enum: ['LimitReached', 'NoLayer']1738 },1739 /**1740 * Lookup232: pallet_sudo::pallet::Error<T>1741 **/1742 PalletSudoError: {1743 _enum: ['RequireSudo']1744 },1745 /**1746 * Lookup233: frame_system::AccountInfo<Index, pallet_balances::AccountData<Balance>>1747 **/1748 FrameSystemAccountInfo: {1749 nonce: 'u32',1750 consumers: 'u32',1751 providers: 'u32',1752 sufficients: 'u32',1753 data: 'PalletBalancesAccountData'1754 },1755 /**1756 * Lookup234: frame_support::weights::PerDispatchClass<T>1757 **/1758 FrameSupportWeightsPerDispatchClassU64: {1759 normal: 'u64',1760 operational: 'u64',1761 mandatory: 'u64'1762 },1763 /**1764 * Lookup235: sp_runtime::generic::digest::Digest1765 **/1766 SpRuntimeDigest: {1767 logs: 'Vec<SpRuntimeDigestDigestItem>'1768 },1769 /**1770 * Lookup237: sp_runtime::generic::digest::DigestItem1771 **/1772 SpRuntimeDigestDigestItem: {1773 _enum: {1774 Other: 'Bytes',1775 __Unused1: 'Null',1776 __Unused2: 'Null',1777 __Unused3: 'Null',1778 Consensus: '([u8;4],Bytes)',1779 Seal: '([u8;4],Bytes)',1780 PreRuntime: '([u8;4],Bytes)',1781 __Unused7: 'Null',1782 RuntimeEnvironmentUpdated: 'Null'1783 }1784 },1785 /**1786 * Lookup239: frame_system::EventRecord<opal_runtime::Event, primitive_types::H256>1787 **/1788 FrameSystemEventRecord: {1789 phase: 'FrameSystemPhase',1790 event: 'Event',1791 topics: 'Vec<H256>'1792 },1793 /**1794 * Lookup241: frame_system::pallet::Event<T>1795 **/1796 FrameSystemEvent: {1797 _enum: {1798 ExtrinsicSuccess: {1799 dispatchInfo: 'FrameSupportWeightsDispatchInfo',1800 },1801 ExtrinsicFailed: {1802 dispatchError: 'SpRuntimeDispatchError',1803 dispatchInfo: 'FrameSupportWeightsDispatchInfo',1804 },1805 CodeUpdated: 'Null',1806 NewAccount: {1807 account: 'AccountId32',1808 },1809 KilledAccount: {1810 account: 'AccountId32',1811 },1812 Remarked: {1813 _alias: {1814 hash_: 'hash',1815 },1816 sender: 'AccountId32',1817 hash_: 'H256'1818 }1819 }1820 },1821 /**1822 * Lookup242: frame_support::weights::DispatchInfo1823 **/1824 FrameSupportWeightsDispatchInfo: {1825 weight: 'u64',1826 class: 'FrameSupportWeightsDispatchClass',1827 paysFee: 'FrameSupportWeightsPays'1828 },1829 /**1830 * Lookup243: frame_support::weights::DispatchClass1831 **/1832 FrameSupportWeightsDispatchClass: {1833 _enum: ['Normal', 'Operational', 'Mandatory']1834 },1835 /**1836 * Lookup244: frame_support::weights::Pays1837 **/1838 FrameSupportWeightsPays: {1839 _enum: ['Yes', 'No']1840 },1841 /**1842 * Lookup245: orml_vesting::module::Event<T>1843 **/1844 OrmlVestingModuleEvent: {1845 _enum: {1846 VestingScheduleAdded: {1847 from: 'AccountId32',1848 to: 'AccountId32',1849 vestingSchedule: 'OrmlVestingVestingSchedule',1850 },1851 Claimed: {1852 who: 'AccountId32',1853 amount: 'u128',1854 },1855 VestingSchedulesUpdated: {1856 who: 'AccountId32'1857 }1858 }1859 },1860 /**1861 * Lookup246: cumulus_pallet_xcmp_queue::pallet::Event<T>1862 **/1863 CumulusPalletXcmpQueueEvent: {1864 _enum: {1865 Success: 'Option<H256>',1866 Fail: '(Option<H256>,XcmV2TraitsError)',1867 BadVersion: 'Option<H256>',1868 BadFormat: 'Option<H256>',1869 UpwardMessageSent: 'Option<H256>',1870 XcmpMessageSent: 'Option<H256>',1871 OverweightEnqueued: '(u32,u32,u64,u64)',1872 OverweightServiced: '(u64,u64)'1873 }1874 },1875 /**1876 * Lookup247: pallet_xcm::pallet::Event<T>1877 **/1878 PalletXcmEvent: {1879 _enum: {1880 Attempted: 'XcmV2TraitsOutcome',1881 Sent: '(XcmV1MultiLocation,XcmV1MultiLocation,XcmV2Xcm)',1882 UnexpectedResponse: '(XcmV1MultiLocation,u64)',1883 ResponseReady: '(u64,XcmV2Response)',1884 Notified: '(u64,u8,u8)',1885 NotifyOverweight: '(u64,u8,u8,u64,u64)',1886 NotifyDispatchError: '(u64,u8,u8)',1887 NotifyDecodeFailed: '(u64,u8,u8)',1888 InvalidResponder: '(XcmV1MultiLocation,u64,Option<XcmV1MultiLocation>)',1889 InvalidResponderVersion: '(XcmV1MultiLocation,u64)',1890 ResponseTaken: 'u64',1891 AssetsTrapped: '(H256,XcmV1MultiLocation,XcmVersionedMultiAssets)',1892 VersionChangeNotified: '(XcmV1MultiLocation,u32)',1893 SupportedVersionChanged: '(XcmV1MultiLocation,u32)',1894 NotifyTargetSendFail: '(XcmV1MultiLocation,u64,XcmV2TraitsError)',1895 NotifyTargetMigrationFail: '(XcmVersionedMultiLocation,u64)'1896 }1897 },1898 /**1899 * Lookup248: xcm::v2::traits::Outcome1900 **/1901 XcmV2TraitsOutcome: {1902 _enum: {1903 Complete: 'u64',1904 Incomplete: '(u64,XcmV2TraitsError)',1905 Error: 'XcmV2TraitsError'1906 }1907 },1908 /**1909 * Lookup250: cumulus_pallet_xcm::pallet::Event<T>1910 **/1911 CumulusPalletXcmEvent: {1912 _enum: {1913 InvalidFormat: '[u8;8]',1914 UnsupportedVersion: '[u8;8]',1915 ExecutedDownward: '([u8;8],XcmV2TraitsOutcome)'1916 }1917 },1918 /**1919 * Lookup251: cumulus_pallet_dmp_queue::pallet::Event<T>1920 **/1921 CumulusPalletDmpQueueEvent: {1922 _enum: {1923 InvalidFormat: '[u8;32]',1924 UnsupportedVersion: '[u8;32]',1925 ExecutedDownward: '([u8;32],XcmV2TraitsOutcome)',1926 WeightExhausted: '([u8;32],u64,u64)',1927 OverweightEnqueued: '([u8;32],u64,u64)',1928 OverweightServiced: '(u64,u64)'1929 }1930 },1931 /**1932 * Lookup252: pallet_unique::RawEvent<sp_core::crypto::AccountId32, pallet_evm::account::BasicCrossAccountIdRepr<sp_core::crypto::AccountId32>>1933 **/1934 PalletUniqueRawEvent: {1935 _enum: {1936 CollectionSponsorRemoved: 'u32',1937 CollectionAdminAdded: '(u32,PalletEvmAccountBasicCrossAccountIdRepr)',1938 CollectionOwnedChanged: '(u32,AccountId32)',1939 CollectionSponsorSet: '(u32,AccountId32)',1940 SponsorshipConfirmed: '(u32,AccountId32)',1941 CollectionAdminRemoved: '(u32,PalletEvmAccountBasicCrossAccountIdRepr)',1942 AllowListAddressRemoved: '(u32,PalletEvmAccountBasicCrossAccountIdRepr)',1943 AllowListAddressAdded: '(u32,PalletEvmAccountBasicCrossAccountIdRepr)',1944 CollectionLimitSet: 'u32',1945 CollectionPermissionSet: 'u32'1946 }1947 },1948 /**1949 * Lookup253: pallet_common::pallet::Event<T>1950 **/1951 PalletCommonEvent: {1952 _enum: {1953 CollectionCreated: '(u32,u8,AccountId32)',1954 CollectionDestroyed: 'u32',1955 ItemCreated: '(u32,u32,PalletEvmAccountBasicCrossAccountIdRepr,u128)',1956 ItemDestroyed: '(u32,u32,PalletEvmAccountBasicCrossAccountIdRepr,u128)',1957 Transfer: '(u32,u32,PalletEvmAccountBasicCrossAccountIdRepr,PalletEvmAccountBasicCrossAccountIdRepr,u128)',1958 Approved: '(u32,u32,PalletEvmAccountBasicCrossAccountIdRepr,PalletEvmAccountBasicCrossAccountIdRepr,u128)',1959 CollectionPropertySet: '(u32,Bytes)',1960 CollectionPropertyDeleted: '(u32,Bytes)',1961 TokenPropertySet: '(u32,u32,Bytes)',1962 TokenPropertyDeleted: '(u32,u32,Bytes)',1963 PropertyPermissionSet: '(u32,Bytes)'1964 }1965 },1966 /**1967 * Lookup254: pallet_structure::pallet::Event<T>1968 **/1969 PalletStructureEvent: {1970 _enum: {1971 Executed: 'Result<Null, SpRuntimeDispatchError>'1972 }1973 },1974 /**1975 * Lookup255: pallet_evm::pallet::Event<T>1976 **/1977 PalletEvmEvent: {1978 _enum: {1979 Log: 'EthereumLog',1980 Created: 'H160',1981 CreatedFailed: 'H160',1982 Executed: 'H160',1983 ExecutedFailed: 'H160',1984 BalanceDeposit: '(AccountId32,H160,U256)',1985 BalanceWithdraw: '(AccountId32,H160,U256)'1986 }1987 },1988 /**1989 * Lookup256: ethereum::log::Log1990 **/1991 EthereumLog: {1992 address: 'H160',1993 topics: 'Vec<H256>',1994 data: 'Bytes'1995 },1996 /**1997 * Lookup257: pallet_ethereum::pallet::Event1998 **/1999 PalletEthereumEvent: {2000 _enum: {2001 Executed: '(H160,H160,H256,EvmCoreErrorExitReason)'2002 }2003 },2004 /**2005 * Lookup258: evm_core::error::ExitReason2006 **/2007 EvmCoreErrorExitReason: {2008 _enum: {2009 Succeed: 'EvmCoreErrorExitSucceed',2010 Error: 'EvmCoreErrorExitError',2011 Revert: 'EvmCoreErrorExitRevert',2012 Fatal: 'EvmCoreErrorExitFatal'2013 }2014 },2015 /**2016 * Lookup259: evm_core::error::ExitSucceed2017 **/2018 EvmCoreErrorExitSucceed: {2019 _enum: ['Stopped', 'Returned', 'Suicided']2020 },2021 /**2022 * Lookup260: evm_core::error::ExitError2023 **/2024 EvmCoreErrorExitError: {2025 _enum: {2026 StackUnderflow: 'Null',2027 StackOverflow: 'Null',2028 InvalidJump: 'Null',2029 InvalidRange: 'Null',2030 DesignatedInvalid: 'Null',2031 CallTooDeep: 'Null',2032 CreateCollision: 'Null',2033 CreateContractLimit: 'Null',2034 OutOfOffset: 'Null',2035 OutOfGas: 'Null',2036 OutOfFund: 'Null',2037 PCUnderflow: 'Null',2038 CreateEmpty: 'Null',2039 Other: 'Text',2040 InvalidCode: 'Null'2041 }2042 },2043 /**2044 * Lookup263: evm_core::error::ExitRevert2045 **/2046 EvmCoreErrorExitRevert: {2047 _enum: ['Reverted']2048 },2049 /**2050 * Lookup264: evm_core::error::ExitFatal2051 **/2052 EvmCoreErrorExitFatal: {2053 _enum: {2054 NotSupported: 'Null',2055 UnhandledInterrupt: 'Null',2056 CallErrorAsFatal: 'EvmCoreErrorExitError',2057 Other: 'Text'2058 }2059 },2060 /**2061 * Lookup265: frame_system::Phase2062 **/2063 FrameSystemPhase: {2064 _enum: {2065 ApplyExtrinsic: 'u32',2066 Finalization: 'Null',2067 Initialization: 'Null'2068 }2069 },2070 /**2071 * Lookup267: frame_system::LastRuntimeUpgradeInfo2072 **/2073 FrameSystemLastRuntimeUpgradeInfo: {2074 specVersion: 'Compact<u32>',2075 specName: 'Text'2076 },2077 /**2078 * Lookup268: frame_system::limits::BlockWeights2079 **/2080 FrameSystemLimitsBlockWeights: {2081 baseBlock: 'u64',2082 maxBlock: 'u64',2083 perClass: 'FrameSupportWeightsPerDispatchClassWeightsPerClass'2084 },2085 /**2086 * Lookup269: frame_support::weights::PerDispatchClass<frame_system::limits::WeightsPerClass>2087 **/2088 FrameSupportWeightsPerDispatchClassWeightsPerClass: {2089 normal: 'FrameSystemLimitsWeightsPerClass',2090 operational: 'FrameSystemLimitsWeightsPerClass',2091 mandatory: 'FrameSystemLimitsWeightsPerClass'2092 },2093 /**2094 * Lookup270: frame_system::limits::WeightsPerClass2095 **/2096 FrameSystemLimitsWeightsPerClass: {2097 baseExtrinsic: 'u64',2098 maxExtrinsic: 'Option<u64>',2099 maxTotal: 'Option<u64>',2100 reserved: 'Option<u64>'2101 },2102 /**2103 * Lookup272: frame_system::limits::BlockLength2104 **/2105 FrameSystemLimitsBlockLength: {2106 max: 'FrameSupportWeightsPerDispatchClassU32'2107 },2108 /**2109 * Lookup273: frame_support::weights::PerDispatchClass<T>2110 **/2111 FrameSupportWeightsPerDispatchClassU32: {2112 normal: 'u32',2113 operational: 'u32',2114 mandatory: 'u32'2115 },2116 /**2117 * Lookup274: frame_support::weights::RuntimeDbWeight2118 **/2119 FrameSupportWeightsRuntimeDbWeight: {2120 read: 'u64',2121 write: 'u64'2122 },2123 /**2124 * Lookup275: sp_version::RuntimeVersion2125 **/2126 SpVersionRuntimeVersion: {2127 specName: 'Text',2128 implName: 'Text',2129 authoringVersion: 'u32',2130 specVersion: 'u32',2131 implVersion: 'u32',2132 apis: 'Vec<([u8;8],u32)>',2133 transactionVersion: 'u32',2134 stateVersion: 'u8'2135 },2136 /**2137 * Lookup279: frame_system::pallet::Error<T>2138 **/2139 FrameSystemError: {2140 _enum: ['InvalidSpecName', 'SpecVersionNeedsToIncrease', 'FailedToExtractRuntimeVersion', 'NonDefaultComposite', 'NonZeroRefCount', 'CallFiltered']2141 },2142 /**2143 * Lookup281: orml_vesting::module::Error<T>2144 **/2145 OrmlVestingModuleError: {2146 _enum: ['ZeroVestingPeriod', 'ZeroVestingPeriodCount', 'InsufficientBalanceToLock', 'TooManyVestingSchedules', 'AmountLow', 'MaxVestingSchedulesExceeded']2147 },2148 /**2149 * Lookup283: cumulus_pallet_xcmp_queue::InboundChannelDetails2150 **/2151 CumulusPalletXcmpQueueInboundChannelDetails: {2152 sender: 'u32',2153 state: 'CumulusPalletXcmpQueueInboundState',2154 messageMetadata: 'Vec<(u32,PolkadotParachainPrimitivesXcmpMessageFormat)>'2155 },2156 /**2157 * Lookup284: cumulus_pallet_xcmp_queue::InboundState2158 **/2159 CumulusPalletXcmpQueueInboundState: {2160 _enum: ['Ok', 'Suspended']2161 },2162 /**2163 * Lookup287: polkadot_parachain::primitives::XcmpMessageFormat2164 **/2165 PolkadotParachainPrimitivesXcmpMessageFormat: {2166 _enum: ['ConcatenatedVersionedXcm', 'ConcatenatedEncodedBlob', 'Signals']2167 },2168 /**2169 * Lookup290: cumulus_pallet_xcmp_queue::OutboundChannelDetails2170 **/2171 CumulusPalletXcmpQueueOutboundChannelDetails: {2172 recipient: 'u32',2173 state: 'CumulusPalletXcmpQueueOutboundState',2174 signalsExist: 'bool',2175 firstIndex: 'u16',2176 lastIndex: 'u16'2177 },2178 /**2179 * Lookup291: cumulus_pallet_xcmp_queue::OutboundState2180 **/2181 CumulusPalletXcmpQueueOutboundState: {2182 _enum: ['Ok', 'Suspended']2183 },2184 /**2185 * Lookup293: cumulus_pallet_xcmp_queue::QueueConfigData2186 **/2187 CumulusPalletXcmpQueueQueueConfigData: {2188 suspendThreshold: 'u32',2189 dropThreshold: 'u32',2190 resumeThreshold: 'u32',2191 thresholdWeight: 'u64',2192 weightRestrictDecay: 'u64',2193 xcmpMaxIndividualWeight: 'u64'2194 },2195 /**2196 * Lookup295: cumulus_pallet_xcmp_queue::pallet::Error<T>2197 **/2198 CumulusPalletXcmpQueueError: {2199 _enum: ['FailedToSend', 'BadXcmOrigin', 'BadXcm', 'BadOverweightIndex', 'WeightOverLimit']2200 },2201 /**2202 * Lookup296: pallet_xcm::pallet::Error<T>2203 **/2204 PalletXcmError: {2205 _enum: ['Unreachable', 'SendFailure', 'Filtered', 'UnweighableMessage', 'DestinationNotInvertible', 'Empty', 'CannotReanchor', 'TooManyAssets', 'InvalidOrigin', 'BadVersion', 'BadLocation', 'NoSubscription', 'AlreadySubscribed']2206 },2207 /**2208 * Lookup297: cumulus_pallet_xcm::pallet::Error<T>2209 **/2210 CumulusPalletXcmError: 'Null',2211 /**2212 * Lookup298: cumulus_pallet_dmp_queue::ConfigData2213 **/2214 CumulusPalletDmpQueueConfigData: {2215 maxIndividual: 'u64'2216 },2217 /**2218 * Lookup299: cumulus_pallet_dmp_queue::PageIndexData2219 **/2220 CumulusPalletDmpQueuePageIndexData: {2221 beginUsed: 'u32',2222 endUsed: 'u32',2223 overweightCount: 'u64'2224 },2225 /**2226 * Lookup302: cumulus_pallet_dmp_queue::pallet::Error<T>2227 **/2228 CumulusPalletDmpQueueError: {2229 _enum: ['Unknown', 'OverLimit']2230 },2231 /**2232 * Lookup306: pallet_unique::Error<T>2233 **/2234 PalletUniqueError: {2235 _enum: ['CollectionDecimalPointLimitExceeded', 'ConfirmUnsetSponsorFail', 'EmptyArgument']2236 },2237 /**2238 * Lookup307: up_data_structs::Collection<sp_core::crypto::AccountId32>2239 **/2240 UpDataStructsCollection: {2241 owner: 'AccountId32',2242 mode: 'UpDataStructsCollectionMode',2243 name: 'Vec<u16>',2244 description: 'Vec<u16>',2245 tokenPrefix: 'Bytes',2246 sponsorship: 'UpDataStructsSponsorshipState',2247 limits: 'UpDataStructsCollectionLimits',2248 permissions: 'UpDataStructsCollectionPermissions'2249 },2250 /**2251 * Lookup308: up_data_structs::SponsorshipState<sp_core::crypto::AccountId32>2252 **/2253 UpDataStructsSponsorshipState: {2254 _enum: {2255 Disabled: 'Null',2256 Unconfirmed: 'AccountId32',2257 Confirmed: 'AccountId32'2258 }2259 },2260 /**2261 * Lookup309: up_data_structs::Properties2262 **/2263 UpDataStructsProperties: {2264 map: 'UpDataStructsPropertiesMapBoundedVec',2265 consumedSpace: 'u32',2266 spaceLimit: 'u32'2267 },2268 /**2269 * Lookup310: up_data_structs::PropertiesMap<frame_support::storage::bounded_vec::BoundedVec<T, S>>2270 **/2271 UpDataStructsPropertiesMapBoundedVec: 'BTreeMap<Bytes, Bytes>',2272 /**2273 * Lookup315: up_data_structs::PropertiesMap<up_data_structs::PropertyPermission>2274 **/2275 UpDataStructsPropertiesMapPropertyPermission: 'BTreeMap<Bytes, UpDataStructsPropertyPermission>',2276 /**2277 * Lookup322: up_data_structs::CollectionStats2278 **/2279 UpDataStructsCollectionStats: {2280 created: 'u32',2281 destroyed: 'u32',2282 alive: 'u32'2283 },2284 /**2285 * Lookup323: PhantomType::up_data_structs<T>2286 **/2287 PhantomTypeUpDataStructs: '[(UpDataStructsTokenData,UpDataStructsRpcCollection,UpDataStructsRmrkCollectionInfo,UpDataStructsRmrkNftInfo,UpDataStructsRmrkResourceInfo,UpDataStructsRmrkPropertyInfo,UpDataStructsRmrkBaseInfo,UpDataStructsRmrkPartType,UpDataStructsRmrkTheme,UpDataStructsRmrkNftChild);0]',2288 /**2289 * Lookup325: up_data_structs::TokenData<pallet_evm::account::BasicCrossAccountIdRepr<sp_core::crypto::AccountId32>>2290 **/2291 UpDataStructsTokenData: {2292 properties: 'Vec<UpDataStructsProperty>',2293 owner: 'Option<PalletEvmAccountBasicCrossAccountIdRepr>'2294 },2295 /**2296 * Lookup327: up_data_structs::RpcCollection<sp_core::crypto::AccountId32>2297 **/2298 UpDataStructsRpcCollection: {2299 owner: 'AccountId32',2300 mode: 'UpDataStructsCollectionMode',2301 name: 'Vec<u16>',2302 description: 'Vec<u16>',2303 tokenPrefix: 'Bytes',2304 sponsorship: 'UpDataStructsSponsorshipState',2305 limits: 'UpDataStructsCollectionLimits',2306 permissions: 'UpDataStructsCollectionPermissions',2307 tokenPropertyPermissions: 'Vec<UpDataStructsPropertyKeyPermission>',2308 properties: 'Vec<UpDataStructsProperty>'2309 },2310 /**2311 * Lookup328: up_data_structs::rmrk::CollectionInfo<frame_support::storage::bounded_vec::BoundedVec<T, S>, frame_support::storage::bounded_vec::BoundedVec<T, S>, sp_core::crypto::AccountId32>2312 **/2313 UpDataStructsRmrkCollectionInfo: {2314 issuer: 'AccountId32',2315 metadata: 'Bytes',2316 max: 'Option<u32>',2317 symbol: 'Bytes',2318 nftsCount: 'u32'2319 },2320 /**2321 * Lookup331: up_data_structs::rmrk::NftInfo<sp_core::crypto::AccountId32, sp_arithmetic::per_things::Permill, frame_support::storage::bounded_vec::BoundedVec<T, S>>2322 **/2323 UpDataStructsRmrkNftInfo: {2324 owner: 'UpDataStructsRmrkAccountIdOrCollectionNftTuple',2325 royalty: 'Option<UpDataStructsRmrkRoyaltyInfo>',2326 metadata: 'Bytes',2327 equipped: 'bool',2328 pending: 'bool'2329 },2330 /**2331 * Lookup332: up_data_structs::rmrk::AccountIdOrCollectionNftTuple<sp_core::crypto::AccountId32>2332 **/2333 UpDataStructsRmrkAccountIdOrCollectionNftTuple: {2334 _enum: {2335 AccountId: 'AccountId32',2336 CollectionAndNftTuple: '(u32,u32)'2337 }2338 },2339 /**2340 * Lookup334: up_data_structs::rmrk::RoyaltyInfo<sp_core::crypto::AccountId32, sp_arithmetic::per_things::Permill>2341 **/2342 UpDataStructsRmrkRoyaltyInfo: {2343 recipient: 'AccountId32',2344 amount: 'Permill'2345 },2346 /**2347 * Lookup335: up_data_structs::rmrk::ResourceInfo<frame_support::storage::bounded_vec::BoundedVec<T, S>, frame_support::storage::bounded_vec::BoundedVec<T, S>, frame_support::storage::bounded_vec::BoundedVec<T, S>>2348 **/2349 UpDataStructsRmrkResourceInfo: {2350 id: 'Bytes',2351 resource: 'UpDataStructsRmrkResourceTypes',2352 pending: 'bool',2353 pendingRemoval: 'bool'2354 },2355 /**2356 * Lookup338: up_data_structs::rmrk::ResourceTypes<frame_support::storage::bounded_vec::BoundedVec<T, S>, frame_support::storage::bounded_vec::BoundedVec<T, S>>2357 **/2358 UpDataStructsRmrkResourceTypes: {2359 _enum: {2360 Basic: 'UpDataStructsRmrkBasicResource',2361 Composable: 'UpDataStructsRmrkComposableResource',2362 Slot: 'UpDataStructsRmrkSlotResource'2363 }2364 },2365 /**2366 * Lookup339: up_data_structs::rmrk::BasicResource<frame_support::storage::bounded_vec::BoundedVec<T, S>>2367 **/2368 UpDataStructsRmrkBasicResource: {2369 src: 'Option<Bytes>',2370 metadata: 'Option<Bytes>',2371 license: 'Option<Bytes>',2372 thumb: 'Option<Bytes>'2373 },2374 /**2375 * Lookup341: up_data_structs::rmrk::ComposableResource<frame_support::storage::bounded_vec::BoundedVec<T, S>, frame_support::storage::bounded_vec::BoundedVec<T, S>>2376 **/2377 UpDataStructsRmrkComposableResource: {2378 parts: 'Vec<u32>',2379 base: 'u32',2380 src: 'Option<Bytes>',2381 metadata: 'Option<Bytes>',2382 license: 'Option<Bytes>',2383 thumb: 'Option<Bytes>'2384 },2385 /**2386 * Lookup342: up_data_structs::rmrk::SlotResource<frame_support::storage::bounded_vec::BoundedVec<T, S>>2387 **/2388 UpDataStructsRmrkSlotResource: {2389 base: 'u32',2390 src: 'Option<Bytes>',2391 metadata: 'Option<Bytes>',2392 slot: 'u32',2393 license: 'Option<Bytes>',2394 thumb: 'Option<Bytes>'2395 },2396 /**2397 * Lookup343: up_data_structs::rmrk::PropertyInfo<frame_support::storage::bounded_vec::BoundedVec<T, S>, frame_support::storage::bounded_vec::BoundedVec<T, S>>2398 **/2399 UpDataStructsRmrkPropertyInfo: {2400 key: 'Bytes',2401 value: 'Bytes'2402 },2403 /**2404 * Lookup346: up_data_structs::rmrk::BaseInfo<sp_core::crypto::AccountId32, frame_support::storage::bounded_vec::BoundedVec<T, S>>2405 **/2406 UpDataStructsRmrkBaseInfo: {2407 issuer: 'AccountId32',2408 baseType: 'Bytes',2409 symbol: 'Bytes'2410 },2411 /**2412 * Lookup347: up_data_structs::rmrk::PartType<frame_support::storage::bounded_vec::BoundedVec<T, S>, frame_support::storage::bounded_vec::BoundedVec<T, S>>2413 **/2414 UpDataStructsRmrkPartType: {2415 _enum: {2416 FixedPart: 'UpDataStructsRmrkFixedPart',2417 SlotPart: 'UpDataStructsRmrkSlotPart'2418 }2419 },2420 /**2421 * Lookup349: up_data_structs::rmrk::FixedPart<frame_support::storage::bounded_vec::BoundedVec<T, S>>2422 **/2423 UpDataStructsRmrkFixedPart: {2424 id: 'u32',2425 z: 'u32',2426 src: 'Bytes'2427 },2428 /**2429 * Lookup350: up_data_structs::rmrk::SlotPart<frame_support::storage::bounded_vec::BoundedVec<T, S>, frame_support::storage::bounded_vec::BoundedVec<T, S>>2430 **/2431 UpDataStructsRmrkSlotPart: {2432 id: 'u32',2433 equippable: 'UpDataStructsRmrkEquippableList',2434 src: 'Bytes',2435 z: 'u32'2436 },2437 /**2438 * Lookup351: up_data_structs::rmrk::EquippableList<frame_support::storage::bounded_vec::BoundedVec<T, S>>2439 **/2440 UpDataStructsRmrkEquippableList: {2441 _enum: {2442 All: 'Null',2443 Empty: 'Null',2444 Custom: 'Vec<u32>'2445 }2446 },2447 /**2448 * Lookup352: up_data_structs::rmrk::Theme<frame_support::storage::bounded_vec::BoundedVec<T, S>, PropertyList>2449 **/2450 UpDataStructsRmrkTheme: {2451 name: 'Bytes',2452 properties: 'Vec<UpDataStructsRmrkThemeProperty>',2453 inherit: 'bool'2454 },2455 /**2456 * Lookup354: up_data_structs::rmrk::ThemeProperty<frame_support::storage::bounded_vec::BoundedVec<T, S>>2457 **/2458 UpDataStructsRmrkThemeProperty: {2459 key: 'Bytes',2460 value: 'Bytes'2461 },2462 /**2463 * Lookup355: up_data_structs::rmrk::NftChild2464 **/2465 UpDataStructsRmrkNftChild: {2466 collectionId: 'u32',2467 nftId: 'u32'2468 },2469 /**2470 * Lookup357: pallet_common::pallet::Error<T>2471 **/2472 PalletCommonError: {2473 _enum: ['CollectionNotFound', 'MustBeTokenOwner', 'NoPermission', 'CantDestroyNotEmptyCollection', 'PublicMintingNotAllowed', 'AddressNotInAllowlist', 'CollectionNameLimitExceeded', 'CollectionDescriptionLimitExceeded', 'CollectionTokenPrefixLimitExceeded', 'TotalCollectionsLimitExceeded', 'CollectionAdminCountExceeded', 'CollectionLimitBoundsExceeded', 'OwnerPermissionsCantBeReverted', 'TransferNotAllowed', 'AccountTokenLimitExceeded', 'CollectionTokenLimitExceeded', 'MetadataFlagFrozen', 'TokenNotFound', 'TokenValueTooLow', 'ApprovedValueTooLow', 'CantApproveMoreThanOwned', 'AddressIsZero', 'UnsupportedOperation', 'NotSufficientFounds', 'NestingIsDisabled', 'OnlyOwnerAllowedToNest', 'SourceCollectionIsNotAllowedToNest', 'CollectionFieldSizeExceeded', 'NoSpaceForProperty', 'PropertyLimitReached', 'PropertyKeyIsTooLong', 'InvalidCharacterInPropertyKey', 'EmptyPropertyKey']2474 },2475 /**2476 * Lookup359: pallet_fungible::pallet::Error<T>2477 **/2478 PalletFungibleError: {2479 _enum: ['NotFungibleDataUsedToMintFungibleCollectionToken', 'FungibleItemsHaveNoId', 'FungibleItemsDontHaveData', 'FungibleDisallowsNesting', 'SettingPropertiesNotAllowed']2480 },2481 /**2482 * Lookup360: pallet_refungible::ItemData2483 **/2484 PalletRefungibleItemData: {2485 constData: 'Bytes'2486 },2487 /**2488 * Lookup364: pallet_refungible::pallet::Error<T>2489 **/2490 PalletRefungibleError: {2491 _enum: ['NotRefungibleDataUsedToMintFungibleCollectionToken', 'WrongRefungiblePieces', 'RefungibleDisallowsNesting', 'SettingPropertiesNotAllowed']2492 },2493 /**2494 * Lookup365: pallet_nonfungible::ItemData<pallet_evm::account::BasicCrossAccountIdRepr<sp_core::crypto::AccountId32>>2495 **/2496 PalletNonfungibleItemData: {2497 owner: 'PalletEvmAccountBasicCrossAccountIdRepr'2498 },2499 /**2500 * Lookup367: pallet_nonfungible::pallet::Error<T>2501 **/2502 PalletNonfungibleError: {2503 _enum: ['NotNonfungibleDataUsedToMintFungibleCollectionToken', 'NonfungibleItemsHaveNoAmount', 'CantBurnNftWithChildren']2504 },2505 /**2506 * Lookup368: pallet_structure::pallet::Error<T>2507 **/2508 PalletStructureError: {2509 _enum: ['OuroborosDetected', 'DepthLimit', 'TokenNotFound']2510 },2511 /**2512 * Lookup371: pallet_evm::pallet::Error<T>2513 **/2514 PalletEvmError: {2515 _enum: ['BalanceLow', 'FeeOverflow', 'PaymentOverflow', 'WithdrawFailed', 'GasPriceTooLow', 'InvalidNonce']2516 },2517 /**2518 * Lookup374: fp_rpc::TransactionStatus2519 **/2520 FpRpcTransactionStatus: {2521 transactionHash: 'H256',2522 transactionIndex: 'u32',2523 from: 'H160',2524 to: 'Option<H160>',2525 contractAddress: 'Option<H160>',2526 logs: 'Vec<EthereumLog>',2527 logsBloom: 'EthbloomBloom'2528 },2529 /**2530 * Lookup376: ethbloom::Bloom2531 **/2532 EthbloomBloom: '[u8;256]',2533 /**2534 * Lookup378: ethereum::receipt::ReceiptV32535 **/2536 EthereumReceiptReceiptV3: {2537 _enum: {2538 Legacy: 'EthereumReceiptEip658ReceiptData',2539 EIP2930: 'EthereumReceiptEip658ReceiptData',2540 EIP1559: 'EthereumReceiptEip658ReceiptData'2541 }2542 },2543 /**2544 * Lookup379: ethereum::receipt::EIP658ReceiptData2545 **/2546 EthereumReceiptEip658ReceiptData: {2547 statusCode: 'u8',2548 usedGas: 'U256',2549 logsBloom: 'EthbloomBloom',2550 logs: 'Vec<EthereumLog>'2551 },2552 /**2553 * Lookup380: ethereum::block::Block<ethereum::transaction::TransactionV2>2554 **/2555 EthereumBlock: {2556 header: 'EthereumHeader',2557 transactions: 'Vec<EthereumTransactionTransactionV2>',2558 ommers: 'Vec<EthereumHeader>'2559 },2560 /**2561 * Lookup381: ethereum::header::Header2562 **/2563 EthereumHeader: {2564 parentHash: 'H256',2565 ommersHash: 'H256',2566 beneficiary: 'H160',2567 stateRoot: 'H256',2568 transactionsRoot: 'H256',2569 receiptsRoot: 'H256',2570 logsBloom: 'EthbloomBloom',2571 difficulty: 'U256',2572 number: 'U256',2573 gasLimit: 'U256',2574 gasUsed: 'U256',2575 timestamp: 'u64',2576 extraData: 'Bytes',2577 mixHash: 'H256',2578 nonce: 'EthereumTypesHashH64'2579 },2580 /**2581 * Lookup382: ethereum_types::hash::H642582 **/2583 EthereumTypesHashH64: '[u8;8]',2584 /**2585 * Lookup387: pallet_ethereum::pallet::Error<T>2586 **/2587 PalletEthereumError: {2588 _enum: ['InvalidSignature', 'PreLogExists']2589 },2590 /**2591 * Lookup388: pallet_evm_coder_substrate::pallet::Error<T>2592 **/2593 PalletEvmCoderSubstrateError: {2594 _enum: ['OutOfGas', 'OutOfFund']2595 },2596 /**2597 * Lookup389: pallet_evm_contract_helpers::SponsoringModeT2598 **/2599 PalletEvmContractHelpersSponsoringModeT: {2600 _enum: ['Disabled', 'Allowlisted', 'Generous']2601 },2602 /**2603 * Lookup391: pallet_evm_contract_helpers::pallet::Error<T>2604 **/2605 PalletEvmContractHelpersError: {2606 _enum: ['NoPermission']2607 },2608 /**2609 * Lookup392: pallet_evm_migration::pallet::Error<T>2610 **/2611 PalletEvmMigrationError: {2612 _enum: ['AccountNotEmpty', 'AccountIsNotMigrating']2613 },2614 /**2615 * Lookup394: sp_runtime::MultiSignature2616 **/2617 SpRuntimeMultiSignature: {2618 _enum: {2619 Ed25519: 'SpCoreEd25519Signature',2620 Sr25519: 'SpCoreSr25519Signature',2621 Ecdsa: 'SpCoreEcdsaSignature'2622 }2623 },2624 /**2625 * Lookup395: sp_core::ed25519::Signature2626 **/2627 SpCoreEd25519Signature: '[u8;64]',2628 /**2629 * Lookup397: sp_core::sr25519::Signature2630 **/2631 SpCoreSr25519Signature: '[u8;64]',2632 /**2633 * Lookup398: sp_core::ecdsa::Signature2634 **/2635 SpCoreEcdsaSignature: '[u8;65]',2636 /**2637 * Lookup401: frame_system::extensions::check_spec_version::CheckSpecVersion<T>2638 **/2639 FrameSystemExtensionsCheckSpecVersion: 'Null',2640 /**2641 * Lookup402: frame_system::extensions::check_genesis::CheckGenesis<T>2642 **/2643 FrameSystemExtensionsCheckGenesis: 'Null',2644 /**2645 * Lookup405: frame_system::extensions::check_nonce::CheckNonce<T>2646 **/2647 FrameSystemExtensionsCheckNonce: 'Compact<u32>',2648 /**2649 * Lookup406: frame_system::extensions::check_weight::CheckWeight<T>2650 **/2651 FrameSystemExtensionsCheckWeight: 'Null',2652 /**2653 * Lookup407: pallet_template_transaction_payment::ChargeTransactionPayment<opal_runtime::Runtime>2654 **/2655 PalletTemplateTransactionPaymentChargeTransactionPayment: 'Compact<u128>',2656 /**2657 * Lookup408: opal_runtime::Runtime2658 **/2659 OpalRuntimeRuntime: 'Null',2660 /**2661 * Lookup409: pallet_ethereum::FakeTransactionFinalizer<opal_runtime::Runtime>2662 **/2663 PalletEthereumFakeTransactionFinalizer: 'Null'2664};1// Auto-generated via `yarn polkadot-types-from-defs`, do not edit2/* eslint-disable */34/* eslint-disable sort-keys */56export default {7 /**8 * Lookup2: polkadot_primitives::v2::PersistedValidationData<primitive_types::H256, N>9 **/10 PolkadotPrimitivesV2PersistedValidationData: {11 parentHead: 'Bytes',12 relayParentNumber: 'u32',13 relayParentStorageRoot: 'H256',14 maxPovSize: 'u32'15 },16 /**17 * Lookup9: polkadot_primitives::v2::UpgradeRestriction18 **/19 PolkadotPrimitivesV2UpgradeRestriction: {20 _enum: ['Present']21 },22 /**23 * Lookup10: sp_trie::storage_proof::StorageProof24 **/25 SpTrieStorageProof: {26 trieNodes: 'BTreeSet<Bytes>'27 },28 /**29 * Lookup13: cumulus_pallet_parachain_system::relay_state_snapshot::MessagingStateSnapshot30 **/31 CumulusPalletParachainSystemRelayStateSnapshotMessagingStateSnapshot: {32 dmqMqcHead: 'H256',33 relayDispatchQueueSize: '(u32,u32)',34 ingressChannels: 'Vec<(u32,PolkadotPrimitivesV2AbridgedHrmpChannel)>',35 egressChannels: 'Vec<(u32,PolkadotPrimitivesV2AbridgedHrmpChannel)>'36 },37 /**38 * Lookup18: polkadot_primitives::v2::AbridgedHrmpChannel39 **/40 PolkadotPrimitivesV2AbridgedHrmpChannel: {41 maxCapacity: 'u32',42 maxTotalSize: 'u32',43 maxMessageSize: 'u32',44 msgCount: 'u32',45 totalSize: 'u32',46 mqcHead: 'Option<H256>'47 },48 /**49 * Lookup20: polkadot_primitives::v2::AbridgedHostConfiguration50 **/51 PolkadotPrimitivesV2AbridgedHostConfiguration: {52 maxCodeSize: 'u32',53 maxHeadDataSize: 'u32',54 maxUpwardQueueCount: 'u32',55 maxUpwardQueueSize: 'u32',56 maxUpwardMessageSize: 'u32',57 maxUpwardMessageNumPerCandidate: 'u32',58 hrmpMaxMessageNumPerCandidate: 'u32',59 validationUpgradeCooldown: 'u32',60 validationUpgradeDelay: 'u32'61 },62 /**63 * Lookup26: polkadot_core_primitives::OutboundHrmpMessage<polkadot_parachain::primitives::Id>64 **/65 PolkadotCorePrimitivesOutboundHrmpMessage: {66 recipient: 'u32',67 data: 'Bytes'68 },69 /**70 * Lookup28: cumulus_pallet_parachain_system::pallet::Call<T>71 **/72 CumulusPalletParachainSystemCall: {73 _enum: {74 set_validation_data: {75 data: 'CumulusPrimitivesParachainInherentParachainInherentData',76 },77 sudo_send_upward_message: {78 message: 'Bytes',79 },80 authorize_upgrade: {81 codeHash: 'H256',82 },83 enact_authorized_upgrade: {84 code: 'Bytes'85 }86 }87 },88 /**89 * Lookup29: cumulus_primitives_parachain_inherent::ParachainInherentData90 **/91 CumulusPrimitivesParachainInherentParachainInherentData: {92 validationData: 'PolkadotPrimitivesV2PersistedValidationData',93 relayChainState: 'SpTrieStorageProof',94 downwardMessages: 'Vec<PolkadotCorePrimitivesInboundDownwardMessage>',95 horizontalMessages: 'BTreeMap<u32, Vec<PolkadotCorePrimitivesInboundHrmpMessage>>'96 },97 /**98 * Lookup31: polkadot_core_primitives::InboundDownwardMessage<BlockNumber>99 **/100 PolkadotCorePrimitivesInboundDownwardMessage: {101 sentAt: 'u32',102 msg: 'Bytes'103 },104 /**105 * Lookup34: polkadot_core_primitives::InboundHrmpMessage<BlockNumber>106 **/107 PolkadotCorePrimitivesInboundHrmpMessage: {108 sentAt: 'u32',109 data: 'Bytes'110 },111 /**112 * Lookup37: cumulus_pallet_parachain_system::pallet::Event<T>113 **/114 CumulusPalletParachainSystemEvent: {115 _enum: {116 ValidationFunctionStored: 'Null',117 ValidationFunctionApplied: 'u32',118 ValidationFunctionDiscarded: 'Null',119 UpgradeAuthorized: 'H256',120 DownwardMessagesReceived: 'u32',121 DownwardMessagesProcessed: '(u64,H256)'122 }123 },124 /**125 * Lookup38: cumulus_pallet_parachain_system::pallet::Error<T>126 **/127 CumulusPalletParachainSystemError: {128 _enum: ['OverlappingUpgrades', 'ProhibitedByPolkadot', 'TooBig', 'ValidationDataNotAvailable', 'HostConfigurationNotAvailable', 'NotScheduled', 'NothingAuthorized', 'Unauthorized']129 },130 /**131 * Lookup41: pallet_balances::AccountData<Balance>132 **/133 PalletBalancesAccountData: {134 free: 'u128',135 reserved: 'u128',136 miscFrozen: 'u128',137 feeFrozen: 'u128'138 },139 /**140 * Lookup43: pallet_balances::BalanceLock<Balance>141 **/142 PalletBalancesBalanceLock: {143 id: '[u8;8]',144 amount: 'u128',145 reasons: 'PalletBalancesReasons'146 },147 /**148 * Lookup45: pallet_balances::Reasons149 **/150 PalletBalancesReasons: {151 _enum: ['Fee', 'Misc', 'All']152 },153 /**154 * Lookup48: pallet_balances::ReserveData<ReserveIdentifier, Balance>155 **/156 PalletBalancesReserveData: {157 id: '[u8;8]',158 amount: 'u128'159 },160 /**161 * Lookup50: pallet_balances::Releases162 **/163 PalletBalancesReleases: {164 _enum: ['V1_0_0', 'V2_0_0']165 },166 /**167 * Lookup51: pallet_balances::pallet::Call<T, I>168 **/169 PalletBalancesCall: {170 _enum: {171 transfer: {172 dest: 'MultiAddress',173 value: 'Compact<u128>',174 },175 set_balance: {176 who: 'MultiAddress',177 newFree: 'Compact<u128>',178 newReserved: 'Compact<u128>',179 },180 force_transfer: {181 source: 'MultiAddress',182 dest: 'MultiAddress',183 value: 'Compact<u128>',184 },185 transfer_keep_alive: {186 dest: 'MultiAddress',187 value: 'Compact<u128>',188 },189 transfer_all: {190 dest: 'MultiAddress',191 keepAlive: 'bool',192 },193 force_unreserve: {194 who: 'MultiAddress',195 amount: 'u128'196 }197 }198 },199 /**200 * Lookup57: pallet_balances::pallet::Event<T, I>201 **/202 PalletBalancesEvent: {203 _enum: {204 Endowed: {205 account: 'AccountId32',206 freeBalance: 'u128',207 },208 DustLost: {209 account: 'AccountId32',210 amount: 'u128',211 },212 Transfer: {213 from: 'AccountId32',214 to: 'AccountId32',215 amount: 'u128',216 },217 BalanceSet: {218 who: 'AccountId32',219 free: 'u128',220 reserved: 'u128',221 },222 Reserved: {223 who: 'AccountId32',224 amount: 'u128',225 },226 Unreserved: {227 who: 'AccountId32',228 amount: 'u128',229 },230 ReserveRepatriated: {231 from: 'AccountId32',232 to: 'AccountId32',233 amount: 'u128',234 destinationStatus: 'FrameSupportTokensMiscBalanceStatus',235 },236 Deposit: {237 who: 'AccountId32',238 amount: 'u128',239 },240 Withdraw: {241 who: 'AccountId32',242 amount: 'u128',243 },244 Slashed: {245 who: 'AccountId32',246 amount: 'u128'247 }248 }249 },250 /**251 * Lookup58: frame_support::traits::tokens::misc::BalanceStatus252 **/253 FrameSupportTokensMiscBalanceStatus: {254 _enum: ['Free', 'Reserved']255 },256 /**257 * Lookup59: pallet_balances::pallet::Error<T, I>258 **/259 PalletBalancesError: {260 _enum: ['VestingBalance', 'LiquidityRestrictions', 'InsufficientBalance', 'ExistentialDeposit', 'KeepAlive', 'ExistingVestingSchedule', 'DeadAccount', 'TooManyReserves']261 },262 /**263 * Lookup62: pallet_timestamp::pallet::Call<T>264 **/265 PalletTimestampCall: {266 _enum: {267 set: {268 now: 'Compact<u64>'269 }270 }271 },272 /**273 * Lookup65: pallet_transaction_payment::Releases274 **/275 PalletTransactionPaymentReleases: {276 _enum: ['V1Ancient', 'V2']277 },278 /**279 * Lookup67: frame_support::weights::WeightToFeeCoefficient<Balance>280 **/281 FrameSupportWeightsWeightToFeeCoefficient: {282 coeffInteger: 'u128',283 coeffFrac: 'Perbill',284 negative: 'bool',285 degree: 'u8'286 },287 /**288 * Lookup69: pallet_treasury::Proposal<sp_core::crypto::AccountId32, Balance>289 **/290 PalletTreasuryProposal: {291 proposer: 'AccountId32',292 value: 'u128',293 beneficiary: 'AccountId32',294 bond: 'u128'295 },296 /**297 * Lookup72: pallet_treasury::pallet::Call<T, I>298 **/299 PalletTreasuryCall: {300 _enum: {301 propose_spend: {302 value: 'Compact<u128>',303 beneficiary: 'MultiAddress',304 },305 reject_proposal: {306 proposalId: 'Compact<u32>',307 },308 approve_proposal: {309 proposalId: 'Compact<u32>'310 }311 }312 },313 /**314 * Lookup74: pallet_treasury::pallet::Event<T, I>315 **/316 PalletTreasuryEvent: {317 _enum: {318 Proposed: {319 proposalIndex: 'u32',320 },321 Spending: {322 budgetRemaining: 'u128',323 },324 Awarded: {325 proposalIndex: 'u32',326 award: 'u128',327 account: 'AccountId32',328 },329 Rejected: {330 proposalIndex: 'u32',331 slashed: 'u128',332 },333 Burnt: {334 burntFunds: 'u128',335 },336 Rollover: {337 rolloverBalance: 'u128',338 },339 Deposit: {340 value: 'u128'341 }342 }343 },344 /**345 * Lookup77: frame_support::PalletId346 **/347 FrameSupportPalletId: '[u8;8]',348 /**349 * Lookup78: pallet_treasury::pallet::Error<T, I>350 **/351 PalletTreasuryError: {352 _enum: ['InsufficientProposersBalance', 'InvalidIndex', 'TooManyApprovals']353 },354 /**355 * Lookup79: pallet_sudo::pallet::Call<T>356 **/357 PalletSudoCall: {358 _enum: {359 sudo: {360 call: 'Call',361 },362 sudo_unchecked_weight: {363 call: 'Call',364 weight: 'u64',365 },366 set_key: {367 _alias: {368 new_: 'new',369 },370 new_: 'MultiAddress',371 },372 sudo_as: {373 who: 'MultiAddress',374 call: 'Call'375 }376 }377 },378 /**379 * Lookup81: frame_system::pallet::Call<T>380 **/381 FrameSystemCall: {382 _enum: {383 fill_block: {384 ratio: 'Perbill',385 },386 remark: {387 remark: 'Bytes',388 },389 set_heap_pages: {390 pages: 'u64',391 },392 set_code: {393 code: 'Bytes',394 },395 set_code_without_checks: {396 code: 'Bytes',397 },398 set_storage: {399 items: 'Vec<(Bytes,Bytes)>',400 },401 kill_storage: {402 _alias: {403 keys_: 'keys',404 },405 keys_: 'Vec<Bytes>',406 },407 kill_prefix: {408 prefix: 'Bytes',409 subkeys: 'u32',410 },411 remark_with_event: {412 remark: 'Bytes'413 }414 }415 },416 /**417 * Lookup84: orml_vesting::module::Call<T>418 **/419 OrmlVestingModuleCall: {420 _enum: {421 claim: 'Null',422 vested_transfer: {423 dest: 'MultiAddress',424 schedule: 'OrmlVestingVestingSchedule',425 },426 update_vesting_schedules: {427 who: 'MultiAddress',428 vestingSchedules: 'Vec<OrmlVestingVestingSchedule>',429 },430 claim_for: {431 dest: 'MultiAddress'432 }433 }434 },435 /**436 * Lookup85: orml_vesting::VestingSchedule<BlockNumber, Balance>437 **/438 OrmlVestingVestingSchedule: {439 start: 'u32',440 period: 'u32',441 periodCount: 'u32',442 perPeriod: 'Compact<u128>'443 },444 /**445 * Lookup87: cumulus_pallet_xcmp_queue::pallet::Call<T>446 **/447 CumulusPalletXcmpQueueCall: {448 _enum: {449 service_overweight: {450 index: 'u64',451 weightLimit: 'u64',452 },453 suspend_xcm_execution: 'Null',454 resume_xcm_execution: 'Null',455 update_suspend_threshold: {456 _alias: {457 new_: 'new',458 },459 new_: 'u32',460 },461 update_drop_threshold: {462 _alias: {463 new_: 'new',464 },465 new_: 'u32',466 },467 update_resume_threshold: {468 _alias: {469 new_: 'new',470 },471 new_: 'u32',472 },473 update_threshold_weight: {474 _alias: {475 new_: 'new',476 },477 new_: 'u64',478 },479 update_weight_restrict_decay: {480 _alias: {481 new_: 'new',482 },483 new_: 'u64',484 },485 update_xcmp_max_individual_weight: {486 _alias: {487 new_: 'new',488 },489 new_: 'u64'490 }491 }492 },493 /**494 * Lookup88: pallet_xcm::pallet::Call<T>495 **/496 PalletXcmCall: {497 _enum: {498 send: {499 dest: 'XcmVersionedMultiLocation',500 message: 'XcmVersionedXcm',501 },502 teleport_assets: {503 dest: 'XcmVersionedMultiLocation',504 beneficiary: 'XcmVersionedMultiLocation',505 assets: 'XcmVersionedMultiAssets',506 feeAssetItem: 'u32',507 },508 reserve_transfer_assets: {509 dest: 'XcmVersionedMultiLocation',510 beneficiary: 'XcmVersionedMultiLocation',511 assets: 'XcmVersionedMultiAssets',512 feeAssetItem: 'u32',513 },514 execute: {515 message: 'XcmVersionedXcm',516 maxWeight: 'u64',517 },518 force_xcm_version: {519 location: 'XcmV1MultiLocation',520 xcmVersion: 'u32',521 },522 force_default_xcm_version: {523 maybeXcmVersion: 'Option<u32>',524 },525 force_subscribe_version_notify: {526 location: 'XcmVersionedMultiLocation',527 },528 force_unsubscribe_version_notify: {529 location: 'XcmVersionedMultiLocation',530 },531 limited_reserve_transfer_assets: {532 dest: 'XcmVersionedMultiLocation',533 beneficiary: 'XcmVersionedMultiLocation',534 assets: 'XcmVersionedMultiAssets',535 feeAssetItem: 'u32',536 weightLimit: 'XcmV2WeightLimit',537 },538 limited_teleport_assets: {539 dest: 'XcmVersionedMultiLocation',540 beneficiary: 'XcmVersionedMultiLocation',541 assets: 'XcmVersionedMultiAssets',542 feeAssetItem: 'u32',543 weightLimit: 'XcmV2WeightLimit'544 }545 }546 },547 /**548 * Lookup89: xcm::VersionedMultiLocation549 **/550 XcmVersionedMultiLocation: {551 _enum: {552 V0: 'XcmV0MultiLocation',553 V1: 'XcmV1MultiLocation'554 }555 },556 /**557 * Lookup90: xcm::v0::multi_location::MultiLocation558 **/559 XcmV0MultiLocation: {560 _enum: {561 Null: 'Null',562 X1: 'XcmV0Junction',563 X2: '(XcmV0Junction,XcmV0Junction)',564 X3: '(XcmV0Junction,XcmV0Junction,XcmV0Junction)',565 X4: '(XcmV0Junction,XcmV0Junction,XcmV0Junction,XcmV0Junction)',566 X5: '(XcmV0Junction,XcmV0Junction,XcmV0Junction,XcmV0Junction,XcmV0Junction)',567 X6: '(XcmV0Junction,XcmV0Junction,XcmV0Junction,XcmV0Junction,XcmV0Junction,XcmV0Junction)',568 X7: '(XcmV0Junction,XcmV0Junction,XcmV0Junction,XcmV0Junction,XcmV0Junction,XcmV0Junction,XcmV0Junction)',569 X8: '(XcmV0Junction,XcmV0Junction,XcmV0Junction,XcmV0Junction,XcmV0Junction,XcmV0Junction,XcmV0Junction,XcmV0Junction)'570 }571 },572 /**573 * Lookup91: xcm::v0::junction::Junction574 **/575 XcmV0Junction: {576 _enum: {577 Parent: 'Null',578 Parachain: 'Compact<u32>',579 AccountId32: {580 network: 'XcmV0JunctionNetworkId',581 id: '[u8;32]',582 },583 AccountIndex64: {584 network: 'XcmV0JunctionNetworkId',585 index: 'Compact<u64>',586 },587 AccountKey20: {588 network: 'XcmV0JunctionNetworkId',589 key: '[u8;20]',590 },591 PalletInstance: 'u8',592 GeneralIndex: 'Compact<u128>',593 GeneralKey: 'Bytes',594 OnlyChild: 'Null',595 Plurality: {596 id: 'XcmV0JunctionBodyId',597 part: 'XcmV0JunctionBodyPart'598 }599 }600 },601 /**602 * Lookup92: xcm::v0::junction::NetworkId603 **/604 XcmV0JunctionNetworkId: {605 _enum: {606 Any: 'Null',607 Named: 'Bytes',608 Polkadot: 'Null',609 Kusama: 'Null'610 }611 },612 /**613 * Lookup93: xcm::v0::junction::BodyId614 **/615 XcmV0JunctionBodyId: {616 _enum: {617 Unit: 'Null',618 Named: 'Bytes',619 Index: 'Compact<u32>',620 Executive: 'Null',621 Technical: 'Null',622 Legislative: 'Null',623 Judicial: 'Null'624 }625 },626 /**627 * Lookup94: xcm::v0::junction::BodyPart628 **/629 XcmV0JunctionBodyPart: {630 _enum: {631 Voice: 'Null',632 Members: {633 count: 'Compact<u32>',634 },635 Fraction: {636 nom: 'Compact<u32>',637 denom: 'Compact<u32>',638 },639 AtLeastProportion: {640 nom: 'Compact<u32>',641 denom: 'Compact<u32>',642 },643 MoreThanProportion: {644 nom: 'Compact<u32>',645 denom: 'Compact<u32>'646 }647 }648 },649 /**650 * Lookup95: xcm::v1::multilocation::MultiLocation651 **/652 XcmV1MultiLocation: {653 parents: 'u8',654 interior: 'XcmV1MultilocationJunctions'655 },656 /**657 * Lookup96: xcm::v1::multilocation::Junctions658 **/659 XcmV1MultilocationJunctions: {660 _enum: {661 Here: 'Null',662 X1: 'XcmV1Junction',663 X2: '(XcmV1Junction,XcmV1Junction)',664 X3: '(XcmV1Junction,XcmV1Junction,XcmV1Junction)',665 X4: '(XcmV1Junction,XcmV1Junction,XcmV1Junction,XcmV1Junction)',666 X5: '(XcmV1Junction,XcmV1Junction,XcmV1Junction,XcmV1Junction,XcmV1Junction)',667 X6: '(XcmV1Junction,XcmV1Junction,XcmV1Junction,XcmV1Junction,XcmV1Junction,XcmV1Junction)',668 X7: '(XcmV1Junction,XcmV1Junction,XcmV1Junction,XcmV1Junction,XcmV1Junction,XcmV1Junction,XcmV1Junction)',669 X8: '(XcmV1Junction,XcmV1Junction,XcmV1Junction,XcmV1Junction,XcmV1Junction,XcmV1Junction,XcmV1Junction,XcmV1Junction)'670 }671 },672 /**673 * Lookup97: xcm::v1::junction::Junction674 **/675 XcmV1Junction: {676 _enum: {677 Parachain: 'Compact<u32>',678 AccountId32: {679 network: 'XcmV0JunctionNetworkId',680 id: '[u8;32]',681 },682 AccountIndex64: {683 network: 'XcmV0JunctionNetworkId',684 index: 'Compact<u64>',685 },686 AccountKey20: {687 network: 'XcmV0JunctionNetworkId',688 key: '[u8;20]',689 },690 PalletInstance: 'u8',691 GeneralIndex: 'Compact<u128>',692 GeneralKey: 'Bytes',693 OnlyChild: 'Null',694 Plurality: {695 id: 'XcmV0JunctionBodyId',696 part: 'XcmV0JunctionBodyPart'697 }698 }699 },700 /**701 * Lookup98: xcm::VersionedXcm<Call>702 **/703 XcmVersionedXcm: {704 _enum: {705 V0: 'XcmV0Xcm',706 V1: 'XcmV1Xcm',707 V2: 'XcmV2Xcm'708 }709 },710 /**711 * Lookup99: xcm::v0::Xcm<Call>712 **/713 XcmV0Xcm: {714 _enum: {715 WithdrawAsset: {716 assets: 'Vec<XcmV0MultiAsset>',717 effects: 'Vec<XcmV0Order>',718 },719 ReserveAssetDeposit: {720 assets: 'Vec<XcmV0MultiAsset>',721 effects: 'Vec<XcmV0Order>',722 },723 TeleportAsset: {724 assets: 'Vec<XcmV0MultiAsset>',725 effects: 'Vec<XcmV0Order>',726 },727 QueryResponse: {728 queryId: 'Compact<u64>',729 response: 'XcmV0Response',730 },731 TransferAsset: {732 assets: 'Vec<XcmV0MultiAsset>',733 dest: 'XcmV0MultiLocation',734 },735 TransferReserveAsset: {736 assets: 'Vec<XcmV0MultiAsset>',737 dest: 'XcmV0MultiLocation',738 effects: 'Vec<XcmV0Order>',739 },740 Transact: {741 originType: 'XcmV0OriginKind',742 requireWeightAtMost: 'u64',743 call: 'XcmDoubleEncoded',744 },745 HrmpNewChannelOpenRequest: {746 sender: 'Compact<u32>',747 maxMessageSize: 'Compact<u32>',748 maxCapacity: 'Compact<u32>',749 },750 HrmpChannelAccepted: {751 recipient: 'Compact<u32>',752 },753 HrmpChannelClosing: {754 initiator: 'Compact<u32>',755 sender: 'Compact<u32>',756 recipient: 'Compact<u32>',757 },758 RelayedFrom: {759 who: 'XcmV0MultiLocation',760 message: 'XcmV0Xcm'761 }762 }763 },764 /**765 * Lookup101: xcm::v0::multi_asset::MultiAsset766 **/767 XcmV0MultiAsset: {768 _enum: {769 None: 'Null',770 All: 'Null',771 AllFungible: 'Null',772 AllNonFungible: 'Null',773 AllAbstractFungible: {774 id: 'Bytes',775 },776 AllAbstractNonFungible: {777 class: 'Bytes',778 },779 AllConcreteFungible: {780 id: 'XcmV0MultiLocation',781 },782 AllConcreteNonFungible: {783 class: 'XcmV0MultiLocation',784 },785 AbstractFungible: {786 id: 'Bytes',787 amount: 'Compact<u128>',788 },789 AbstractNonFungible: {790 class: 'Bytes',791 instance: 'XcmV1MultiassetAssetInstance',792 },793 ConcreteFungible: {794 id: 'XcmV0MultiLocation',795 amount: 'Compact<u128>',796 },797 ConcreteNonFungible: {798 class: 'XcmV0MultiLocation',799 instance: 'XcmV1MultiassetAssetInstance'800 }801 }802 },803 /**804 * Lookup102: xcm::v1::multiasset::AssetInstance805 **/806 XcmV1MultiassetAssetInstance: {807 _enum: {808 Undefined: 'Null',809 Index: 'Compact<u128>',810 Array4: '[u8;4]',811 Array8: '[u8;8]',812 Array16: '[u8;16]',813 Array32: '[u8;32]',814 Blob: 'Bytes'815 }816 },817 /**818 * Lookup106: xcm::v0::order::Order<Call>819 **/820 XcmV0Order: {821 _enum: {822 Null: 'Null',823 DepositAsset: {824 assets: 'Vec<XcmV0MultiAsset>',825 dest: 'XcmV0MultiLocation',826 },827 DepositReserveAsset: {828 assets: 'Vec<XcmV0MultiAsset>',829 dest: 'XcmV0MultiLocation',830 effects: 'Vec<XcmV0Order>',831 },832 ExchangeAsset: {833 give: 'Vec<XcmV0MultiAsset>',834 receive: 'Vec<XcmV0MultiAsset>',835 },836 InitiateReserveWithdraw: {837 assets: 'Vec<XcmV0MultiAsset>',838 reserve: 'XcmV0MultiLocation',839 effects: 'Vec<XcmV0Order>',840 },841 InitiateTeleport: {842 assets: 'Vec<XcmV0MultiAsset>',843 dest: 'XcmV0MultiLocation',844 effects: 'Vec<XcmV0Order>',845 },846 QueryHolding: {847 queryId: 'Compact<u64>',848 dest: 'XcmV0MultiLocation',849 assets: 'Vec<XcmV0MultiAsset>',850 },851 BuyExecution: {852 fees: 'XcmV0MultiAsset',853 weight: 'u64',854 debt: 'u64',855 haltOnError: 'bool',856 xcm: 'Vec<XcmV0Xcm>'857 }858 }859 },860 /**861 * Lookup108: xcm::v0::Response862 **/863 XcmV0Response: {864 _enum: {865 Assets: 'Vec<XcmV0MultiAsset>'866 }867 },868 /**869 * Lookup109: xcm::v0::OriginKind870 **/871 XcmV0OriginKind: {872 _enum: ['Native', 'SovereignAccount', 'Superuser', 'Xcm']873 },874 /**875 * Lookup110: xcm::double_encoded::DoubleEncoded<T>876 **/877 XcmDoubleEncoded: {878 encoded: 'Bytes'879 },880 /**881 * Lookup111: xcm::v1::Xcm<Call>882 **/883 XcmV1Xcm: {884 _enum: {885 WithdrawAsset: {886 assets: 'XcmV1MultiassetMultiAssets',887 effects: 'Vec<XcmV1Order>',888 },889 ReserveAssetDeposited: {890 assets: 'XcmV1MultiassetMultiAssets',891 effects: 'Vec<XcmV1Order>',892 },893 ReceiveTeleportedAsset: {894 assets: 'XcmV1MultiassetMultiAssets',895 effects: 'Vec<XcmV1Order>',896 },897 QueryResponse: {898 queryId: 'Compact<u64>',899 response: 'XcmV1Response',900 },901 TransferAsset: {902 assets: 'XcmV1MultiassetMultiAssets',903 beneficiary: 'XcmV1MultiLocation',904 },905 TransferReserveAsset: {906 assets: 'XcmV1MultiassetMultiAssets',907 dest: 'XcmV1MultiLocation',908 effects: 'Vec<XcmV1Order>',909 },910 Transact: {911 originType: 'XcmV0OriginKind',912 requireWeightAtMost: 'u64',913 call: 'XcmDoubleEncoded',914 },915 HrmpNewChannelOpenRequest: {916 sender: 'Compact<u32>',917 maxMessageSize: 'Compact<u32>',918 maxCapacity: 'Compact<u32>',919 },920 HrmpChannelAccepted: {921 recipient: 'Compact<u32>',922 },923 HrmpChannelClosing: {924 initiator: 'Compact<u32>',925 sender: 'Compact<u32>',926 recipient: 'Compact<u32>',927 },928 RelayedFrom: {929 who: 'XcmV1MultilocationJunctions',930 message: 'XcmV1Xcm',931 },932 SubscribeVersion: {933 queryId: 'Compact<u64>',934 maxResponseWeight: 'Compact<u64>',935 },936 UnsubscribeVersion: 'Null'937 }938 },939 /**940 * Lookup112: xcm::v1::multiasset::MultiAssets941 **/942 XcmV1MultiassetMultiAssets: 'Vec<XcmV1MultiAsset>',943 /**944 * Lookup114: xcm::v1::multiasset::MultiAsset945 **/946 XcmV1MultiAsset: {947 id: 'XcmV1MultiassetAssetId',948 fun: 'XcmV1MultiassetFungibility'949 },950 /**951 * Lookup115: xcm::v1::multiasset::AssetId952 **/953 XcmV1MultiassetAssetId: {954 _enum: {955 Concrete: 'XcmV1MultiLocation',956 Abstract: 'Bytes'957 }958 },959 /**960 * Lookup116: xcm::v1::multiasset::Fungibility961 **/962 XcmV1MultiassetFungibility: {963 _enum: {964 Fungible: 'Compact<u128>',965 NonFungible: 'XcmV1MultiassetAssetInstance'966 }967 },968 /**969 * Lookup118: xcm::v1::order::Order<Call>970 **/971 XcmV1Order: {972 _enum: {973 Noop: 'Null',974 DepositAsset: {975 assets: 'XcmV1MultiassetMultiAssetFilter',976 maxAssets: 'u32',977 beneficiary: 'XcmV1MultiLocation',978 },979 DepositReserveAsset: {980 assets: 'XcmV1MultiassetMultiAssetFilter',981 maxAssets: 'u32',982 dest: 'XcmV1MultiLocation',983 effects: 'Vec<XcmV1Order>',984 },985 ExchangeAsset: {986 give: 'XcmV1MultiassetMultiAssetFilter',987 receive: 'XcmV1MultiassetMultiAssets',988 },989 InitiateReserveWithdraw: {990 assets: 'XcmV1MultiassetMultiAssetFilter',991 reserve: 'XcmV1MultiLocation',992 effects: 'Vec<XcmV1Order>',993 },994 InitiateTeleport: {995 assets: 'XcmV1MultiassetMultiAssetFilter',996 dest: 'XcmV1MultiLocation',997 effects: 'Vec<XcmV1Order>',998 },999 QueryHolding: {1000 queryId: 'Compact<u64>',1001 dest: 'XcmV1MultiLocation',1002 assets: 'XcmV1MultiassetMultiAssetFilter',1003 },1004 BuyExecution: {1005 fees: 'XcmV1MultiAsset',1006 weight: 'u64',1007 debt: 'u64',1008 haltOnError: 'bool',1009 instructions: 'Vec<XcmV1Xcm>'1010 }1011 }1012 },1013 /**1014 * Lookup119: xcm::v1::multiasset::MultiAssetFilter1015 **/1016 XcmV1MultiassetMultiAssetFilter: {1017 _enum: {1018 Definite: 'XcmV1MultiassetMultiAssets',1019 Wild: 'XcmV1MultiassetWildMultiAsset'1020 }1021 },1022 /**1023 * Lookup120: xcm::v1::multiasset::WildMultiAsset1024 **/1025 XcmV1MultiassetWildMultiAsset: {1026 _enum: {1027 All: 'Null',1028 AllOf: {1029 id: 'XcmV1MultiassetAssetId',1030 fun: 'XcmV1MultiassetWildFungibility'1031 }1032 }1033 },1034 /**1035 * Lookup121: xcm::v1::multiasset::WildFungibility1036 **/1037 XcmV1MultiassetWildFungibility: {1038 _enum: ['Fungible', 'NonFungible']1039 },1040 /**1041 * Lookup123: xcm::v1::Response1042 **/1043 XcmV1Response: {1044 _enum: {1045 Assets: 'XcmV1MultiassetMultiAssets',1046 Version: 'u32'1047 }1048 },1049 /**1050 * Lookup124: xcm::v2::Xcm<Call>1051 **/1052 XcmV2Xcm: 'Vec<XcmV2Instruction>',1053 /**1054 * Lookup126: xcm::v2::Instruction<Call>1055 **/1056 XcmV2Instruction: {1057 _enum: {1058 WithdrawAsset: 'XcmV1MultiassetMultiAssets',1059 ReserveAssetDeposited: 'XcmV1MultiassetMultiAssets',1060 ReceiveTeleportedAsset: 'XcmV1MultiassetMultiAssets',1061 QueryResponse: {1062 queryId: 'Compact<u64>',1063 response: 'XcmV2Response',1064 maxWeight: 'Compact<u64>',1065 },1066 TransferAsset: {1067 assets: 'XcmV1MultiassetMultiAssets',1068 beneficiary: 'XcmV1MultiLocation',1069 },1070 TransferReserveAsset: {1071 assets: 'XcmV1MultiassetMultiAssets',1072 dest: 'XcmV1MultiLocation',1073 xcm: 'XcmV2Xcm',1074 },1075 Transact: {1076 originType: 'XcmV0OriginKind',1077 requireWeightAtMost: 'Compact<u64>',1078 call: 'XcmDoubleEncoded',1079 },1080 HrmpNewChannelOpenRequest: {1081 sender: 'Compact<u32>',1082 maxMessageSize: 'Compact<u32>',1083 maxCapacity: 'Compact<u32>',1084 },1085 HrmpChannelAccepted: {1086 recipient: 'Compact<u32>',1087 },1088 HrmpChannelClosing: {1089 initiator: 'Compact<u32>',1090 sender: 'Compact<u32>',1091 recipient: 'Compact<u32>',1092 },1093 ClearOrigin: 'Null',1094 DescendOrigin: 'XcmV1MultilocationJunctions',1095 ReportError: {1096 queryId: 'Compact<u64>',1097 dest: 'XcmV1MultiLocation',1098 maxResponseWeight: 'Compact<u64>',1099 },1100 DepositAsset: {1101 assets: 'XcmV1MultiassetMultiAssetFilter',1102 maxAssets: 'Compact<u32>',1103 beneficiary: 'XcmV1MultiLocation',1104 },1105 DepositReserveAsset: {1106 assets: 'XcmV1MultiassetMultiAssetFilter',1107 maxAssets: 'Compact<u32>',1108 dest: 'XcmV1MultiLocation',1109 xcm: 'XcmV2Xcm',1110 },1111 ExchangeAsset: {1112 give: 'XcmV1MultiassetMultiAssetFilter',1113 receive: 'XcmV1MultiassetMultiAssets',1114 },1115 InitiateReserveWithdraw: {1116 assets: 'XcmV1MultiassetMultiAssetFilter',1117 reserve: 'XcmV1MultiLocation',1118 xcm: 'XcmV2Xcm',1119 },1120 InitiateTeleport: {1121 assets: 'XcmV1MultiassetMultiAssetFilter',1122 dest: 'XcmV1MultiLocation',1123 xcm: 'XcmV2Xcm',1124 },1125 QueryHolding: {1126 queryId: 'Compact<u64>',1127 dest: 'XcmV1MultiLocation',1128 assets: 'XcmV1MultiassetMultiAssetFilter',1129 maxResponseWeight: 'Compact<u64>',1130 },1131 BuyExecution: {1132 fees: 'XcmV1MultiAsset',1133 weightLimit: 'XcmV2WeightLimit',1134 },1135 RefundSurplus: 'Null',1136 SetErrorHandler: 'XcmV2Xcm',1137 SetAppendix: 'XcmV2Xcm',1138 ClearError: 'Null',1139 ClaimAsset: {1140 assets: 'XcmV1MultiassetMultiAssets',1141 ticket: 'XcmV1MultiLocation',1142 },1143 Trap: 'Compact<u64>',1144 SubscribeVersion: {1145 queryId: 'Compact<u64>',1146 maxResponseWeight: 'Compact<u64>',1147 },1148 UnsubscribeVersion: 'Null'1149 }1150 },1151 /**1152 * Lookup127: xcm::v2::Response1153 **/1154 XcmV2Response: {1155 _enum: {1156 Null: 'Null',1157 Assets: 'XcmV1MultiassetMultiAssets',1158 ExecutionResult: 'Option<(u32,XcmV2TraitsError)>',1159 Version: 'u32'1160 }1161 },1162 /**1163 * Lookup130: xcm::v2::traits::Error1164 **/1165 XcmV2TraitsError: {1166 _enum: {1167 Overflow: 'Null',1168 Unimplemented: 'Null',1169 UntrustedReserveLocation: 'Null',1170 UntrustedTeleportLocation: 'Null',1171 MultiLocationFull: 'Null',1172 MultiLocationNotInvertible: 'Null',1173 BadOrigin: 'Null',1174 InvalidLocation: 'Null',1175 AssetNotFound: 'Null',1176 FailedToTransactAsset: 'Null',1177 NotWithdrawable: 'Null',1178 LocationCannotHold: 'Null',1179 ExceedsMaxMessageSize: 'Null',1180 DestinationUnsupported: 'Null',1181 Transport: 'Null',1182 Unroutable: 'Null',1183 UnknownClaim: 'Null',1184 FailedToDecode: 'Null',1185 MaxWeightInvalid: 'Null',1186 NotHoldingFees: 'Null',1187 TooExpensive: 'Null',1188 Trap: 'u64',1189 UnhandledXcmVersion: 'Null',1190 WeightLimitReached: 'u64',1191 Barrier: 'Null',1192 WeightNotComputable: 'Null'1193 }1194 },1195 /**1196 * Lookup131: xcm::v2::WeightLimit1197 **/1198 XcmV2WeightLimit: {1199 _enum: {1200 Unlimited: 'Null',1201 Limited: 'Compact<u64>'1202 }1203 },1204 /**1205 * Lookup132: xcm::VersionedMultiAssets1206 **/1207 XcmVersionedMultiAssets: {1208 _enum: {1209 V0: 'Vec<XcmV0MultiAsset>',1210 V1: 'XcmV1MultiassetMultiAssets'1211 }1212 },1213 /**1214 * Lookup147: cumulus_pallet_xcm::pallet::Call<T>1215 **/1216 CumulusPalletXcmCall: 'Null',1217 /**1218 * Lookup148: cumulus_pallet_dmp_queue::pallet::Call<T>1219 **/1220 CumulusPalletDmpQueueCall: {1221 _enum: {1222 service_overweight: {1223 index: 'u64',1224 weightLimit: 'u64'1225 }1226 }1227 },1228 /**1229 * Lookup149: pallet_inflation::pallet::Call<T>1230 **/1231 PalletInflationCall: {1232 _enum: {1233 start_inflation: {1234 inflationStartRelayBlock: 'u32'1235 }1236 }1237 },1238 /**1239 * Lookup150: pallet_unique::Call<T>1240 **/1241 PalletUniqueCall: {1242 _enum: {1243 create_collection: {1244 collectionName: 'Vec<u16>',1245 collectionDescription: 'Vec<u16>',1246 tokenPrefix: 'Bytes',1247 mode: 'UpDataStructsCollectionMode',1248 },1249 create_collection_ex: {1250 data: 'UpDataStructsCreateCollectionData',1251 },1252 destroy_collection: {1253 collectionId: 'u32',1254 },1255 add_to_allow_list: {1256 collectionId: 'u32',1257 address: 'PalletEvmAccountBasicCrossAccountIdRepr',1258 },1259 remove_from_allow_list: {1260 collectionId: 'u32',1261 address: 'PalletEvmAccountBasicCrossAccountIdRepr',1262 },1263 change_collection_owner: {1264 collectionId: 'u32',1265 newOwner: 'AccountId32',1266 },1267 add_collection_admin: {1268 collectionId: 'u32',1269 newAdminId: 'PalletEvmAccountBasicCrossAccountIdRepr',1270 },1271 remove_collection_admin: {1272 collectionId: 'u32',1273 accountId: 'PalletEvmAccountBasicCrossAccountIdRepr',1274 },1275 set_collection_sponsor: {1276 collectionId: 'u32',1277 newSponsor: 'AccountId32',1278 },1279 confirm_sponsorship: {1280 collectionId: 'u32',1281 },1282 remove_collection_sponsor: {1283 collectionId: 'u32',1284 },1285 create_item: {1286 collectionId: 'u32',1287 owner: 'PalletEvmAccountBasicCrossAccountIdRepr',1288 data: 'UpDataStructsCreateItemData',1289 },1290 create_multiple_items: {1291 collectionId: 'u32',1292 owner: 'PalletEvmAccountBasicCrossAccountIdRepr',1293 itemsData: 'Vec<UpDataStructsCreateItemData>',1294 },1295 set_collection_properties: {1296 collectionId: 'u32',1297 properties: 'Vec<UpDataStructsProperty>',1298 },1299 delete_collection_properties: {1300 collectionId: 'u32',1301 propertyKeys: 'Vec<Bytes>',1302 },1303 set_token_properties: {1304 collectionId: 'u32',1305 tokenId: 'u32',1306 properties: 'Vec<UpDataStructsProperty>',1307 },1308 delete_token_properties: {1309 collectionId: 'u32',1310 tokenId: 'u32',1311 propertyKeys: 'Vec<Bytes>',1312 },1313 set_property_permissions: {1314 collectionId: 'u32',1315 propertyPermissions: 'Vec<UpDataStructsPropertyKeyPermission>',1316 },1317 create_multiple_items_ex: {1318 collectionId: 'u32',1319 data: 'UpDataStructsCreateItemExData',1320 },1321 set_transfers_enabled_flag: {1322 collectionId: 'u32',1323 value: 'bool',1324 },1325 burn_item: {1326 collectionId: 'u32',1327 itemId: 'u32',1328 value: 'u128',1329 },1330 burn_from: {1331 collectionId: 'u32',1332 from: 'PalletEvmAccountBasicCrossAccountIdRepr',1333 itemId: 'u32',1334 value: 'u128',1335 },1336 transfer: {1337 recipient: 'PalletEvmAccountBasicCrossAccountIdRepr',1338 collectionId: 'u32',1339 itemId: 'u32',1340 value: 'u128',1341 },1342 approve: {1343 spender: 'PalletEvmAccountBasicCrossAccountIdRepr',1344 collectionId: 'u32',1345 itemId: 'u32',1346 amount: 'u128',1347 },1348 transfer_from: {1349 from: 'PalletEvmAccountBasicCrossAccountIdRepr',1350 recipient: 'PalletEvmAccountBasicCrossAccountIdRepr',1351 collectionId: 'u32',1352 itemId: 'u32',1353 value: 'u128',1354 },1355 set_collection_limits: {1356 collectionId: 'u32',1357 newLimit: 'UpDataStructsCollectionLimits',1358 },1359 set_collection_permissions: {1360 collectionId: 'u32',1361 newLimit: 'UpDataStructsCollectionPermissions'1362 }1363 }1364 },1365 /**1366 * Lookup156: up_data_structs::CollectionMode1367 **/1368 UpDataStructsCollectionMode: {1369 _enum: {1370 NFT: 'Null',1371 Fungible: 'u8',1372 ReFungible: 'Null'1373 }1374 },1375 /**1376 * Lookup157: up_data_structs::CreateCollectionData<sp_core::crypto::AccountId32>1377 **/1378 UpDataStructsCreateCollectionData: {1379 mode: 'UpDataStructsCollectionMode',1380 access: 'Option<UpDataStructsAccessMode>',1381 name: 'Vec<u16>',1382 description: 'Vec<u16>',1383 tokenPrefix: 'Bytes',1384 pendingSponsor: 'Option<AccountId32>',1385 limits: 'Option<UpDataStructsCollectionLimits>',1386 permissions: 'Option<UpDataStructsCollectionPermissions>',1387 tokenPropertyPermissions: 'Vec<UpDataStructsPropertyKeyPermission>',1388 properties: 'Vec<UpDataStructsProperty>'1389 },1390 /**1391 * Lookup159: up_data_structs::AccessMode1392 **/1393 UpDataStructsAccessMode: {1394 _enum: ['Normal', 'AllowList']1395 },1396 /**1397 * Lookup162: up_data_structs::CollectionLimits1398 **/1399 UpDataStructsCollectionLimits: {1400 accountTokenOwnershipLimit: 'Option<u32>',1401 sponsoredDataSize: 'Option<u32>',1402 sponsoredDataRateLimit: 'Option<UpDataStructsSponsoringRateLimit>',1403 tokenLimit: 'Option<u32>',1404 sponsorTransferTimeout: 'Option<u32>',1405 sponsorApproveTimeout: 'Option<u32>',1406 ownerCanTransfer: 'OptionBool',1407 ownerCanDestroy: 'OptionBool',1408 transfersEnabled: 'OptionBool'1409 },1410 /**1411 * Lookup164: up_data_structs::SponsoringRateLimit1412 **/1413 UpDataStructsSponsoringRateLimit: {1414 _enum: {1415 SponsoringDisabled: 'Null',1416 Blocks: 'u32'1417 }1418 },1419 /**1420 * Lookup167: up_data_structs::CollectionPermissions1421 **/1422 UpDataStructsCollectionPermissions: {1423 access: 'Option<UpDataStructsAccessMode>',1424 mintMode: 'OptionBool',1425 nesting: 'Option<UpDataStructsNestingRule>'1426 },1427 /**1428 * Lookup169: up_data_structs::NestingRule1429 **/1430 UpDataStructsNestingRule: {1431 _enum: {1432 Disabled: 'Null',1433 Owner: 'Null',1434 OwnerRestricted: 'BTreeSet<u32>'1435 }1436 },1437 /**1438 * Lookup175: up_data_structs::PropertyKeyPermission1439 **/1440 UpDataStructsPropertyKeyPermission: {1441 key: 'Bytes',1442 permission: 'UpDataStructsPropertyPermission'1443 },1444 /**1445 * Lookup177: up_data_structs::PropertyPermission1446 **/1447 UpDataStructsPropertyPermission: {1448 mutable: 'bool',1449 collectionAdmin: 'bool',1450 tokenOwner: 'bool'1451 },1452 /**1453 * Lookup180: up_data_structs::Property1454 **/1455 UpDataStructsProperty: {1456 key: 'Bytes',1457 value: 'Bytes'1458 },1459 /**1460 * Lookup183: pallet_evm::account::BasicCrossAccountIdRepr<sp_core::crypto::AccountId32>1461 **/1462 PalletEvmAccountBasicCrossAccountIdRepr: {1463 _enum: {1464 Substrate: 'AccountId32',1465 Ethereum: 'H160'1466 }1467 },1468 /**1469 * Lookup185: up_data_structs::CreateItemData1470 **/1471 UpDataStructsCreateItemData: {1472 _enum: {1473 NFT: 'UpDataStructsCreateNftData',1474 Fungible: 'UpDataStructsCreateFungibleData',1475 ReFungible: 'UpDataStructsCreateReFungibleData'1476 }1477 },1478 /**1479 * Lookup186: up_data_structs::CreateNftData1480 **/1481 UpDataStructsCreateNftData: {1482 constData: 'Bytes',1483 properties: 'Vec<UpDataStructsProperty>'1484 },1485 /**1486 * Lookup188: up_data_structs::CreateFungibleData1487 **/1488 UpDataStructsCreateFungibleData: {1489 value: 'u128'1490 },1491 /**1492 * Lookup189: up_data_structs::CreateReFungibleData1493 **/1494 UpDataStructsCreateReFungibleData: {1495 constData: 'Bytes',1496 pieces: 'u128'1497 },1498 /**1499 * Lookup193: up_data_structs::CreateItemExData<pallet_evm::account::BasicCrossAccountIdRepr<sp_core::crypto::AccountId32>>1500 **/1501 UpDataStructsCreateItemExData: {1502 _enum: {1503 NFT: 'Vec<UpDataStructsCreateNftExData>',1504 Fungible: 'BTreeMap<PalletEvmAccountBasicCrossAccountIdRepr, u128>',1505 RefungibleMultipleItems: 'Vec<UpDataStructsCreateRefungibleExData>',1506 RefungibleMultipleOwners: 'UpDataStructsCreateRefungibleExData'1507 }1508 },1509 /**1510 * Lookup195: up_data_structs::CreateNftExData<pallet_evm::account::BasicCrossAccountIdRepr<sp_core::crypto::AccountId32>>1511 **/1512 UpDataStructsCreateNftExData: {1513 properties: 'Vec<UpDataStructsProperty>',1514 owner: 'PalletEvmAccountBasicCrossAccountIdRepr'1515 },1516 /**1517 * Lookup202: up_data_structs::CreateRefungibleExData<pallet_evm::account::BasicCrossAccountIdRepr<sp_core::crypto::AccountId32>>1518 **/1519 UpDataStructsCreateRefungibleExData: {1520 constData: 'Bytes',1521 users: 'BTreeMap<PalletEvmAccountBasicCrossAccountIdRepr, u128>'1522 },1523 /**1524 * Lookup204: pallet_template_transaction_payment::Call<T>1525 **/1526 PalletTemplateTransactionPaymentCall: 'Null',1527 /**1528 * Lookup205: pallet_structure::pallet::Call<T>1529 **/1530 PalletStructureCall: 'Null',1531 /**1532 * Lookup206: pallet_evm::pallet::Call<T>1533 **/1534 PalletEvmCall: {1535 _enum: {1536 withdraw: {1537 address: 'H160',1538 value: 'u128',1539 },1540 call: {1541 source: 'H160',1542 target: 'H160',1543 input: 'Bytes',1544 value: 'U256',1545 gasLimit: 'u64',1546 maxFeePerGas: 'U256',1547 maxPriorityFeePerGas: 'Option<U256>',1548 nonce: 'Option<U256>',1549 accessList: 'Vec<(H160,Vec<H256>)>',1550 },1551 create: {1552 source: 'H160',1553 init: 'Bytes',1554 value: 'U256',1555 gasLimit: 'u64',1556 maxFeePerGas: 'U256',1557 maxPriorityFeePerGas: 'Option<U256>',1558 nonce: 'Option<U256>',1559 accessList: 'Vec<(H160,Vec<H256>)>',1560 },1561 create2: {1562 source: 'H160',1563 init: 'Bytes',1564 salt: 'H256',1565 value: 'U256',1566 gasLimit: 'u64',1567 maxFeePerGas: 'U256',1568 maxPriorityFeePerGas: 'Option<U256>',1569 nonce: 'Option<U256>',1570 accessList: 'Vec<(H160,Vec<H256>)>'1571 }1572 }1573 },1574 /**1575 * Lookup212: pallet_ethereum::pallet::Call<T>1576 **/1577 PalletEthereumCall: {1578 _enum: {1579 transact: {1580 transaction: 'EthereumTransactionTransactionV2'1581 }1582 }1583 },1584 /**1585 * Lookup213: ethereum::transaction::TransactionV21586 **/1587 EthereumTransactionTransactionV2: {1588 _enum: {1589 Legacy: 'EthereumTransactionLegacyTransaction',1590 EIP2930: 'EthereumTransactionEip2930Transaction',1591 EIP1559: 'EthereumTransactionEip1559Transaction'1592 }1593 },1594 /**1595 * Lookup214: ethereum::transaction::LegacyTransaction1596 **/1597 EthereumTransactionLegacyTransaction: {1598 nonce: 'U256',1599 gasPrice: 'U256',1600 gasLimit: 'U256',1601 action: 'EthereumTransactionTransactionAction',1602 value: 'U256',1603 input: 'Bytes',1604 signature: 'EthereumTransactionTransactionSignature'1605 },1606 /**1607 * Lookup215: ethereum::transaction::TransactionAction1608 **/1609 EthereumTransactionTransactionAction: {1610 _enum: {1611 Call: 'H160',1612 Create: 'Null'1613 }1614 },1615 /**1616 * Lookup216: ethereum::transaction::TransactionSignature1617 **/1618 EthereumTransactionTransactionSignature: {1619 v: 'u64',1620 r: 'H256',1621 s: 'H256'1622 },1623 /**1624 * Lookup218: ethereum::transaction::EIP2930Transaction1625 **/1626 EthereumTransactionEip2930Transaction: {1627 chainId: 'u64',1628 nonce: 'U256',1629 gasPrice: 'U256',1630 gasLimit: 'U256',1631 action: 'EthereumTransactionTransactionAction',1632 value: 'U256',1633 input: 'Bytes',1634 accessList: 'Vec<EthereumTransactionAccessListItem>',1635 oddYParity: 'bool',1636 r: 'H256',1637 s: 'H256'1638 },1639 /**1640 * Lookup220: ethereum::transaction::AccessListItem1641 **/1642 EthereumTransactionAccessListItem: {1643 address: 'H160',1644 storageKeys: 'Vec<H256>'1645 },1646 /**1647 * Lookup221: ethereum::transaction::EIP1559Transaction1648 **/1649 EthereumTransactionEip1559Transaction: {1650 chainId: 'u64',1651 nonce: 'U256',1652 maxPriorityFeePerGas: 'U256',1653 maxFeePerGas: 'U256',1654 gasLimit: 'U256',1655 action: 'EthereumTransactionTransactionAction',1656 value: 'U256',1657 input: 'Bytes',1658 accessList: 'Vec<EthereumTransactionAccessListItem>',1659 oddYParity: 'bool',1660 r: 'H256',1661 s: 'H256'1662 },1663 /**1664 * Lookup222: pallet_evm_migration::pallet::Call<T>1665 **/1666 PalletEvmMigrationCall: {1667 _enum: {1668 begin: {1669 address: 'H160',1670 },1671 set_data: {1672 address: 'H160',1673 data: 'Vec<(H256,H256)>',1674 },1675 finish: {1676 address: 'H160',1677 code: 'Bytes'1678 }1679 }1680 },1681 /**1682 * Lookup225: pallet_sudo::pallet::Event<T>1683 **/1684 PalletSudoEvent: {1685 _enum: {1686 Sudid: {1687 sudoResult: 'Result<Null, SpRuntimeDispatchError>',1688 },1689 KeyChanged: {1690 oldSudoer: 'Option<AccountId32>',1691 },1692 SudoAsDone: {1693 sudoResult: 'Result<Null, SpRuntimeDispatchError>'1694 }1695 }1696 },1697 /**1698 * Lookup227: sp_runtime::DispatchError1699 **/1700 SpRuntimeDispatchError: {1701 _enum: {1702 Other: 'Null',1703 CannotLookup: 'Null',1704 BadOrigin: 'Null',1705 Module: 'SpRuntimeModuleError',1706 ConsumerRemaining: 'Null',1707 NoProviders: 'Null',1708 TooManyConsumers: 'Null',1709 Token: 'SpRuntimeTokenError',1710 Arithmetic: 'SpRuntimeArithmeticError',1711 Transactional: 'SpRuntimeTransactionalError'1712 }1713 },1714 /**1715 * Lookup228: sp_runtime::ModuleError1716 **/1717 SpRuntimeModuleError: {1718 index: 'u8',1719 error: '[u8;4]'1720 },1721 /**1722 * Lookup229: sp_runtime::TokenError1723 **/1724 SpRuntimeTokenError: {1725 _enum: ['NoFunds', 'WouldDie', 'BelowMinimum', 'CannotCreate', 'UnknownAsset', 'Frozen', 'Unsupported']1726 },1727 /**1728 * Lookup230: sp_runtime::ArithmeticError1729 **/1730 SpRuntimeArithmeticError: {1731 _enum: ['Underflow', 'Overflow', 'DivisionByZero']1732 },1733 /**1734 * Lookup231: sp_runtime::TransactionalError1735 **/1736 SpRuntimeTransactionalError: {1737 _enum: ['LimitReached', 'NoLayer']1738 },1739 /**1740 * Lookup232: pallet_sudo::pallet::Error<T>1741 **/1742 PalletSudoError: {1743 _enum: ['RequireSudo']1744 },1745 /**1746 * Lookup233: frame_system::AccountInfo<Index, pallet_balances::AccountData<Balance>>1747 **/1748 FrameSystemAccountInfo: {1749 nonce: 'u32',1750 consumers: 'u32',1751 providers: 'u32',1752 sufficients: 'u32',1753 data: 'PalletBalancesAccountData'1754 },1755 /**1756 * Lookup234: frame_support::weights::PerDispatchClass<T>1757 **/1758 FrameSupportWeightsPerDispatchClassU64: {1759 normal: 'u64',1760 operational: 'u64',1761 mandatory: 'u64'1762 },1763 /**1764 * Lookup235: sp_runtime::generic::digest::Digest1765 **/1766 SpRuntimeDigest: {1767 logs: 'Vec<SpRuntimeDigestDigestItem>'1768 },1769 /**1770 * Lookup237: sp_runtime::generic::digest::DigestItem1771 **/1772 SpRuntimeDigestDigestItem: {1773 _enum: {1774 Other: 'Bytes',1775 __Unused1: 'Null',1776 __Unused2: 'Null',1777 __Unused3: 'Null',1778 Consensus: '([u8;4],Bytes)',1779 Seal: '([u8;4],Bytes)',1780 PreRuntime: '([u8;4],Bytes)',1781 __Unused7: 'Null',1782 RuntimeEnvironmentUpdated: 'Null'1783 }1784 },1785 /**1786 * Lookup239: frame_system::EventRecord<opal_runtime::Event, primitive_types::H256>1787 **/1788 FrameSystemEventRecord: {1789 phase: 'FrameSystemPhase',1790 event: 'Event',1791 topics: 'Vec<H256>'1792 },1793 /**1794 * Lookup241: frame_system::pallet::Event<T>1795 **/1796 FrameSystemEvent: {1797 _enum: {1798 ExtrinsicSuccess: {1799 dispatchInfo: 'FrameSupportWeightsDispatchInfo',1800 },1801 ExtrinsicFailed: {1802 dispatchError: 'SpRuntimeDispatchError',1803 dispatchInfo: 'FrameSupportWeightsDispatchInfo',1804 },1805 CodeUpdated: 'Null',1806 NewAccount: {1807 account: 'AccountId32',1808 },1809 KilledAccount: {1810 account: 'AccountId32',1811 },1812 Remarked: {1813 _alias: {1814 hash_: 'hash',1815 },1816 sender: 'AccountId32',1817 hash_: 'H256'1818 }1819 }1820 },1821 /**1822 * Lookup242: frame_support::weights::DispatchInfo1823 **/1824 FrameSupportWeightsDispatchInfo: {1825 weight: 'u64',1826 class: 'FrameSupportWeightsDispatchClass',1827 paysFee: 'FrameSupportWeightsPays'1828 },1829 /**1830 * Lookup243: frame_support::weights::DispatchClass1831 **/1832 FrameSupportWeightsDispatchClass: {1833 _enum: ['Normal', 'Operational', 'Mandatory']1834 },1835 /**1836 * Lookup244: frame_support::weights::Pays1837 **/1838 FrameSupportWeightsPays: {1839 _enum: ['Yes', 'No']1840 },1841 /**1842 * Lookup245: orml_vesting::module::Event<T>1843 **/1844 OrmlVestingModuleEvent: {1845 _enum: {1846 VestingScheduleAdded: {1847 from: 'AccountId32',1848 to: 'AccountId32',1849 vestingSchedule: 'OrmlVestingVestingSchedule',1850 },1851 Claimed: {1852 who: 'AccountId32',1853 amount: 'u128',1854 },1855 VestingSchedulesUpdated: {1856 who: 'AccountId32'1857 }1858 }1859 },1860 /**1861 * Lookup246: cumulus_pallet_xcmp_queue::pallet::Event<T>1862 **/1863 CumulusPalletXcmpQueueEvent: {1864 _enum: {1865 Success: 'Option<H256>',1866 Fail: '(Option<H256>,XcmV2TraitsError)',1867 BadVersion: 'Option<H256>',1868 BadFormat: 'Option<H256>',1869 UpwardMessageSent: 'Option<H256>',1870 XcmpMessageSent: 'Option<H256>',1871 OverweightEnqueued: '(u32,u32,u64,u64)',1872 OverweightServiced: '(u64,u64)'1873 }1874 },1875 /**1876 * Lookup247: pallet_xcm::pallet::Event<T>1877 **/1878 PalletXcmEvent: {1879 _enum: {1880 Attempted: 'XcmV2TraitsOutcome',1881 Sent: '(XcmV1MultiLocation,XcmV1MultiLocation,XcmV2Xcm)',1882 UnexpectedResponse: '(XcmV1MultiLocation,u64)',1883 ResponseReady: '(u64,XcmV2Response)',1884 Notified: '(u64,u8,u8)',1885 NotifyOverweight: '(u64,u8,u8,u64,u64)',1886 NotifyDispatchError: '(u64,u8,u8)',1887 NotifyDecodeFailed: '(u64,u8,u8)',1888 InvalidResponder: '(XcmV1MultiLocation,u64,Option<XcmV1MultiLocation>)',1889 InvalidResponderVersion: '(XcmV1MultiLocation,u64)',1890 ResponseTaken: 'u64',1891 AssetsTrapped: '(H256,XcmV1MultiLocation,XcmVersionedMultiAssets)',1892 VersionChangeNotified: '(XcmV1MultiLocation,u32)',1893 SupportedVersionChanged: '(XcmV1MultiLocation,u32)',1894 NotifyTargetSendFail: '(XcmV1MultiLocation,u64,XcmV2TraitsError)',1895 NotifyTargetMigrationFail: '(XcmVersionedMultiLocation,u64)'1896 }1897 },1898 /**1899 * Lookup248: xcm::v2::traits::Outcome1900 **/1901 XcmV2TraitsOutcome: {1902 _enum: {1903 Complete: 'u64',1904 Incomplete: '(u64,XcmV2TraitsError)',1905 Error: 'XcmV2TraitsError'1906 }1907 },1908 /**1909 * Lookup250: cumulus_pallet_xcm::pallet::Event<T>1910 **/1911 CumulusPalletXcmEvent: {1912 _enum: {1913 InvalidFormat: '[u8;8]',1914 UnsupportedVersion: '[u8;8]',1915 ExecutedDownward: '([u8;8],XcmV2TraitsOutcome)'1916 }1917 },1918 /**1919 * Lookup251: cumulus_pallet_dmp_queue::pallet::Event<T>1920 **/1921 CumulusPalletDmpQueueEvent: {1922 _enum: {1923 InvalidFormat: '[u8;32]',1924 UnsupportedVersion: '[u8;32]',1925 ExecutedDownward: '([u8;32],XcmV2TraitsOutcome)',1926 WeightExhausted: '([u8;32],u64,u64)',1927 OverweightEnqueued: '([u8;32],u64,u64)',1928 OverweightServiced: '(u64,u64)'1929 }1930 },1931 /**1932 * Lookup252: pallet_unique::RawEvent<sp_core::crypto::AccountId32, pallet_evm::account::BasicCrossAccountIdRepr<sp_core::crypto::AccountId32>>1933 **/1934 PalletUniqueRawEvent: {1935 _enum: {1936 CollectionSponsorRemoved: 'u32',1937 CollectionAdminAdded: '(u32,PalletEvmAccountBasicCrossAccountIdRepr)',1938 CollectionOwnedChanged: '(u32,AccountId32)',1939 CollectionSponsorSet: '(u32,AccountId32)',1940 SponsorshipConfirmed: '(u32,AccountId32)',1941 CollectionAdminRemoved: '(u32,PalletEvmAccountBasicCrossAccountIdRepr)',1942 AllowListAddressRemoved: '(u32,PalletEvmAccountBasicCrossAccountIdRepr)',1943 AllowListAddressAdded: '(u32,PalletEvmAccountBasicCrossAccountIdRepr)',1944 CollectionLimitSet: 'u32',1945 CollectionPermissionSet: 'u32'1946 }1947 },1948 /**1949 * Lookup253: pallet_common::pallet::Event<T>1950 **/1951 PalletCommonEvent: {1952 _enum: {1953 CollectionCreated: '(u32,u8,AccountId32)',1954 CollectionDestroyed: 'u32',1955 ItemCreated: '(u32,u32,PalletEvmAccountBasicCrossAccountIdRepr,u128)',1956 ItemDestroyed: '(u32,u32,PalletEvmAccountBasicCrossAccountIdRepr,u128)',1957 Transfer: '(u32,u32,PalletEvmAccountBasicCrossAccountIdRepr,PalletEvmAccountBasicCrossAccountIdRepr,u128)',1958 Approved: '(u32,u32,PalletEvmAccountBasicCrossAccountIdRepr,PalletEvmAccountBasicCrossAccountIdRepr,u128)',1959 CollectionPropertySet: '(u32,Bytes)',1960 CollectionPropertyDeleted: '(u32,Bytes)',1961 TokenPropertySet: '(u32,u32,Bytes)',1962 TokenPropertyDeleted: '(u32,u32,Bytes)',1963 PropertyPermissionSet: '(u32,Bytes)'1964 }1965 },1966 /**1967 * Lookup254: pallet_structure::pallet::Event<T>1968 **/1969 PalletStructureEvent: {1970 _enum: {1971 Executed: 'Result<Null, SpRuntimeDispatchError>'1972 }1973 },1974 /**1975 * Lookup255: pallet_evm::pallet::Event<T>1976 **/1977 PalletEvmEvent: {1978 _enum: {1979 Log: 'EthereumLog',1980 Created: 'H160',1981 CreatedFailed: 'H160',1982 Executed: 'H160',1983 ExecutedFailed: 'H160',1984 BalanceDeposit: '(AccountId32,H160,U256)',1985 BalanceWithdraw: '(AccountId32,H160,U256)'1986 }1987 },1988 /**1989 * Lookup256: ethereum::log::Log1990 **/1991 EthereumLog: {1992 address: 'H160',1993 topics: 'Vec<H256>',1994 data: 'Bytes'1995 },1996 /**1997 * Lookup257: pallet_ethereum::pallet::Event1998 **/1999 PalletEthereumEvent: {2000 _enum: {2001 Executed: '(H160,H160,H256,EvmCoreErrorExitReason)'2002 }2003 },2004 /**2005 * Lookup258: evm_core::error::ExitReason2006 **/2007 EvmCoreErrorExitReason: {2008 _enum: {2009 Succeed: 'EvmCoreErrorExitSucceed',2010 Error: 'EvmCoreErrorExitError',2011 Revert: 'EvmCoreErrorExitRevert',2012 Fatal: 'EvmCoreErrorExitFatal'2013 }2014 },2015 /**2016 * Lookup259: evm_core::error::ExitSucceed2017 **/2018 EvmCoreErrorExitSucceed: {2019 _enum: ['Stopped', 'Returned', 'Suicided']2020 },2021 /**2022 * Lookup260: evm_core::error::ExitError2023 **/2024 EvmCoreErrorExitError: {2025 _enum: {2026 StackUnderflow: 'Null',2027 StackOverflow: 'Null',2028 InvalidJump: 'Null',2029 InvalidRange: 'Null',2030 DesignatedInvalid: 'Null',2031 CallTooDeep: 'Null',2032 CreateCollision: 'Null',2033 CreateContractLimit: 'Null',2034 OutOfOffset: 'Null',2035 OutOfGas: 'Null',2036 OutOfFund: 'Null',2037 PCUnderflow: 'Null',2038 CreateEmpty: 'Null',2039 Other: 'Text',2040 InvalidCode: 'Null'2041 }2042 },2043 /**2044 * Lookup263: evm_core::error::ExitRevert2045 **/2046 EvmCoreErrorExitRevert: {2047 _enum: ['Reverted']2048 },2049 /**2050 * Lookup264: evm_core::error::ExitFatal2051 **/2052 EvmCoreErrorExitFatal: {2053 _enum: {2054 NotSupported: 'Null',2055 UnhandledInterrupt: 'Null',2056 CallErrorAsFatal: 'EvmCoreErrorExitError',2057 Other: 'Text'2058 }2059 },2060 /**2061 * Lookup265: frame_system::Phase2062 **/2063 FrameSystemPhase: {2064 _enum: {2065 ApplyExtrinsic: 'u32',2066 Finalization: 'Null',2067 Initialization: 'Null'2068 }2069 },2070 /**2071 * Lookup267: frame_system::LastRuntimeUpgradeInfo2072 **/2073 FrameSystemLastRuntimeUpgradeInfo: {2074 specVersion: 'Compact<u32>',2075 specName: 'Text'2076 },2077 /**2078 * Lookup268: frame_system::limits::BlockWeights2079 **/2080 FrameSystemLimitsBlockWeights: {2081 baseBlock: 'u64',2082 maxBlock: 'u64',2083 perClass: 'FrameSupportWeightsPerDispatchClassWeightsPerClass'2084 },2085 /**2086 * Lookup269: frame_support::weights::PerDispatchClass<frame_system::limits::WeightsPerClass>2087 **/2088 FrameSupportWeightsPerDispatchClassWeightsPerClass: {2089 normal: 'FrameSystemLimitsWeightsPerClass',2090 operational: 'FrameSystemLimitsWeightsPerClass',2091 mandatory: 'FrameSystemLimitsWeightsPerClass'2092 },2093 /**2094 * Lookup270: frame_system::limits::WeightsPerClass2095 **/2096 FrameSystemLimitsWeightsPerClass: {2097 baseExtrinsic: 'u64',2098 maxExtrinsic: 'Option<u64>',2099 maxTotal: 'Option<u64>',2100 reserved: 'Option<u64>'2101 },2102 /**2103 * Lookup272: frame_system::limits::BlockLength2104 **/2105 FrameSystemLimitsBlockLength: {2106 max: 'FrameSupportWeightsPerDispatchClassU32'2107 },2108 /**2109 * Lookup273: frame_support::weights::PerDispatchClass<T>2110 **/2111 FrameSupportWeightsPerDispatchClassU32: {2112 normal: 'u32',2113 operational: 'u32',2114 mandatory: 'u32'2115 },2116 /**2117 * Lookup274: frame_support::weights::RuntimeDbWeight2118 **/2119 FrameSupportWeightsRuntimeDbWeight: {2120 read: 'u64',2121 write: 'u64'2122 },2123 /**2124 * Lookup275: sp_version::RuntimeVersion2125 **/2126 SpVersionRuntimeVersion: {2127 specName: 'Text',2128 implName: 'Text',2129 authoringVersion: 'u32',2130 specVersion: 'u32',2131 implVersion: 'u32',2132 apis: 'Vec<([u8;8],u32)>',2133 transactionVersion: 'u32',2134 stateVersion: 'u8'2135 },2136 /**2137 * Lookup279: frame_system::pallet::Error<T>2138 **/2139 FrameSystemError: {2140 _enum: ['InvalidSpecName', 'SpecVersionNeedsToIncrease', 'FailedToExtractRuntimeVersion', 'NonDefaultComposite', 'NonZeroRefCount', 'CallFiltered']2141 },2142 /**2143 * Lookup281: orml_vesting::module::Error<T>2144 **/2145 OrmlVestingModuleError: {2146 _enum: ['ZeroVestingPeriod', 'ZeroVestingPeriodCount', 'InsufficientBalanceToLock', 'TooManyVestingSchedules', 'AmountLow', 'MaxVestingSchedulesExceeded']2147 },2148 /**2149 * Lookup283: cumulus_pallet_xcmp_queue::InboundChannelDetails2150 **/2151 CumulusPalletXcmpQueueInboundChannelDetails: {2152 sender: 'u32',2153 state: 'CumulusPalletXcmpQueueInboundState',2154 messageMetadata: 'Vec<(u32,PolkadotParachainPrimitivesXcmpMessageFormat)>'2155 },2156 /**2157 * Lookup284: cumulus_pallet_xcmp_queue::InboundState2158 **/2159 CumulusPalletXcmpQueueInboundState: {2160 _enum: ['Ok', 'Suspended']2161 },2162 /**2163 * Lookup287: polkadot_parachain::primitives::XcmpMessageFormat2164 **/2165 PolkadotParachainPrimitivesXcmpMessageFormat: {2166 _enum: ['ConcatenatedVersionedXcm', 'ConcatenatedEncodedBlob', 'Signals']2167 },2168 /**2169 * Lookup290: cumulus_pallet_xcmp_queue::OutboundChannelDetails2170 **/2171 CumulusPalletXcmpQueueOutboundChannelDetails: {2172 recipient: 'u32',2173 state: 'CumulusPalletXcmpQueueOutboundState',2174 signalsExist: 'bool',2175 firstIndex: 'u16',2176 lastIndex: 'u16'2177 },2178 /**2179 * Lookup291: cumulus_pallet_xcmp_queue::OutboundState2180 **/2181 CumulusPalletXcmpQueueOutboundState: {2182 _enum: ['Ok', 'Suspended']2183 },2184 /**2185 * Lookup293: cumulus_pallet_xcmp_queue::QueueConfigData2186 **/2187 CumulusPalletXcmpQueueQueueConfigData: {2188 suspendThreshold: 'u32',2189 dropThreshold: 'u32',2190 resumeThreshold: 'u32',2191 thresholdWeight: 'u64',2192 weightRestrictDecay: 'u64',2193 xcmpMaxIndividualWeight: 'u64'2194 },2195 /**2196 * Lookup295: cumulus_pallet_xcmp_queue::pallet::Error<T>2197 **/2198 CumulusPalletXcmpQueueError: {2199 _enum: ['FailedToSend', 'BadXcmOrigin', 'BadXcm', 'BadOverweightIndex', 'WeightOverLimit']2200 },2201 /**2202 * Lookup296: pallet_xcm::pallet::Error<T>2203 **/2204 PalletXcmError: {2205 _enum: ['Unreachable', 'SendFailure', 'Filtered', 'UnweighableMessage', 'DestinationNotInvertible', 'Empty', 'CannotReanchor', 'TooManyAssets', 'InvalidOrigin', 'BadVersion', 'BadLocation', 'NoSubscription', 'AlreadySubscribed']2206 },2207 /**2208 * Lookup297: cumulus_pallet_xcm::pallet::Error<T>2209 **/2210 CumulusPalletXcmError: 'Null',2211 /**2212 * Lookup298: cumulus_pallet_dmp_queue::ConfigData2213 **/2214 CumulusPalletDmpQueueConfigData: {2215 maxIndividual: 'u64'2216 },2217 /**2218 * Lookup299: cumulus_pallet_dmp_queue::PageIndexData2219 **/2220 CumulusPalletDmpQueuePageIndexData: {2221 beginUsed: 'u32',2222 endUsed: 'u32',2223 overweightCount: 'u64'2224 },2225 /**2226 * Lookup302: cumulus_pallet_dmp_queue::pallet::Error<T>2227 **/2228 CumulusPalletDmpQueueError: {2229 _enum: ['Unknown', 'OverLimit']2230 },2231 /**2232 * Lookup306: pallet_unique::Error<T>2233 **/2234 PalletUniqueError: {2235 _enum: ['CollectionDecimalPointLimitExceeded', 'ConfirmUnsetSponsorFail', 'EmptyArgument']2236 },2237 /**2238 * Lookup307: up_data_structs::Collection<sp_core::crypto::AccountId32>2239 **/2240 UpDataStructsCollection: {2241 owner: 'AccountId32',2242 mode: 'UpDataStructsCollectionMode',2243 name: 'Vec<u16>',2244 description: 'Vec<u16>',2245 tokenPrefix: 'Bytes',2246 sponsorship: 'UpDataStructsSponsorshipState',2247 limits: 'UpDataStructsCollectionLimits',2248 permissions: 'UpDataStructsCollectionPermissions'2249 },2250 /**2251 * Lookup308: up_data_structs::SponsorshipState<sp_core::crypto::AccountId32>2252 **/2253 UpDataStructsSponsorshipState: {2254 _enum: {2255 Disabled: 'Null',2256 Unconfirmed: 'AccountId32',2257 Confirmed: 'AccountId32'2258 }2259 },2260 /**2261 * Lookup309: up_data_structs::Properties2262 **/2263 UpDataStructsProperties: {2264 map: 'UpDataStructsPropertiesMapBoundedVec',2265 consumedSpace: 'u32',2266 spaceLimit: 'u32'2267 },2268 /**2269 * Lookup310: up_data_structs::PropertiesMap<frame_support::storage::bounded_vec::BoundedVec<T, S>>2270 **/2271 UpDataStructsPropertiesMapBoundedVec: 'BTreeMap<Bytes, Bytes>',2272 /**2273 * Lookup315: up_data_structs::PropertiesMap<up_data_structs::PropertyPermission>2274 **/2275 UpDataStructsPropertiesMapPropertyPermission: 'BTreeMap<Bytes, UpDataStructsPropertyPermission>',2276 /**2277 * Lookup322: up_data_structs::CollectionStats2278 **/2279 UpDataStructsCollectionStats: {2280 created: 'u32',2281 destroyed: 'u32',2282 alive: 'u32'2283 },2284 /**2285 * Lookup323: PhantomType::up_data_structs<T>2286 **/2287 PhantomTypeUpDataStructs: '[(UpDataStructsTokenData,UpDataStructsRpcCollection,UpDataStructsRmrkCollectionInfo,UpDataStructsRmrkNftInfo,UpDataStructsRmrkResourceInfo,UpDataStructsRmrkPropertyInfo,UpDataStructsRmrkBaseInfo,UpDataStructsRmrkPartType,UpDataStructsRmrkTheme,UpDataStructsRmrkNftChild);0]',2288 /**2289 * Lookup325: up_data_structs::TokenData<pallet_evm::account::BasicCrossAccountIdRepr<sp_core::crypto::AccountId32>>2290 **/2291 UpDataStructsTokenData: {2292 properties: 'Vec<UpDataStructsProperty>',2293 owner: 'Option<PalletEvmAccountBasicCrossAccountIdRepr>'2294 },2295 /**2296 * Lookup327: up_data_structs::RpcCollection<sp_core::crypto::AccountId32>2297 **/2298 UpDataStructsRpcCollection: {2299 owner: 'AccountId32',2300 mode: 'UpDataStructsCollectionMode',2301 name: 'Vec<u16>',2302 description: 'Vec<u16>',2303 tokenPrefix: 'Bytes',2304 sponsorship: 'UpDataStructsSponsorshipState',2305 limits: 'UpDataStructsCollectionLimits',2306 permissions: 'UpDataStructsCollectionPermissions',2307 tokenPropertyPermissions: 'Vec<UpDataStructsPropertyKeyPermission>',2308 properties: 'Vec<UpDataStructsProperty>'2309 },2310 /**2311 * Lookup328: up_data_structs::rmrk::CollectionInfo<frame_support::storage::bounded_vec::BoundedVec<T, S>, frame_support::storage::bounded_vec::BoundedVec<T, S>, sp_core::crypto::AccountId32>2312 **/2313 UpDataStructsRmrkCollectionInfo: {2314 issuer: 'AccountId32',2315 metadata: 'Bytes',2316 max: 'Option<u32>',2317 symbol: 'Bytes',2318 nftsCount: 'u32'2319 },2320 /**2321 * Lookup331: up_data_structs::rmrk::NftInfo<sp_core::crypto::AccountId32, sp_arithmetic::per_things::Permill, frame_support::storage::bounded_vec::BoundedVec<T, S>>2322 **/2323 UpDataStructsRmrkNftInfo: {2324 owner: 'UpDataStructsRmrkAccountIdOrCollectionNftTuple',2325 royalty: 'Option<UpDataStructsRmrkRoyaltyInfo>',2326 metadata: 'Bytes',2327 equipped: 'bool',2328 pending: 'bool'2329 },2330 /**2331 * Lookup332: up_data_structs::rmrk::AccountIdOrCollectionNftTuple<sp_core::crypto::AccountId32>2332 **/2333 UpDataStructsRmrkAccountIdOrCollectionNftTuple: {2334 _enum: {2335 AccountId: 'AccountId32',2336 CollectionAndNftTuple: '(u32,u32)'2337 }2338 },2339 /**2340 * Lookup334: up_data_structs::rmrk::RoyaltyInfo<sp_core::crypto::AccountId32, sp_arithmetic::per_things::Permill>2341 **/2342 UpDataStructsRmrkRoyaltyInfo: {2343 recipient: 'AccountId32',2344 amount: 'Permill'2345 },2346 /**2347 * Lookup335: up_data_structs::rmrk::ResourceInfo<frame_support::storage::bounded_vec::BoundedVec<T, S>, frame_support::storage::bounded_vec::BoundedVec<T, S>, frame_support::storage::bounded_vec::BoundedVec<T, S>>2348 **/2349 UpDataStructsRmrkResourceInfo: {2350 id: 'Bytes',2351 resource: 'UpDataStructsRmrkResourceTypes',2352 pending: 'bool',2353 pendingRemoval: 'bool'2354 },2355 /**2356 * Lookup338: up_data_structs::rmrk::ResourceTypes<frame_support::storage::bounded_vec::BoundedVec<T, S>, frame_support::storage::bounded_vec::BoundedVec<T, S>>2357 **/2358 UpDataStructsRmrkResourceTypes: {2359 _enum: {2360 Basic: 'UpDataStructsRmrkBasicResource',2361 Composable: 'UpDataStructsRmrkComposableResource',2362 Slot: 'UpDataStructsRmrkSlotResource'2363 }2364 },2365 /**2366 * Lookup339: up_data_structs::rmrk::BasicResource<frame_support::storage::bounded_vec::BoundedVec<T, S>>2367 **/2368 UpDataStructsRmrkBasicResource: {2369 src: 'Option<Bytes>',2370 metadata: 'Option<Bytes>',2371 license: 'Option<Bytes>',2372 thumb: 'Option<Bytes>'2373 },2374 /**2375 * Lookup341: up_data_structs::rmrk::ComposableResource<frame_support::storage::bounded_vec::BoundedVec<T, S>, frame_support::storage::bounded_vec::BoundedVec<T, S>>2376 **/2377 UpDataStructsRmrkComposableResource: {2378 parts: 'Vec<u32>',2379 base: 'u32',2380 src: 'Option<Bytes>',2381 metadata: 'Option<Bytes>',2382 license: 'Option<Bytes>',2383 thumb: 'Option<Bytes>'2384 },2385 /**2386 * Lookup342: up_data_structs::rmrk::SlotResource<frame_support::storage::bounded_vec::BoundedVec<T, S>>2387 **/2388 UpDataStructsRmrkSlotResource: {2389 base: 'u32',2390 src: 'Option<Bytes>',2391 metadata: 'Option<Bytes>',2392 slot: 'u32',2393 license: 'Option<Bytes>',2394 thumb: 'Option<Bytes>'2395 },2396 /**2397 * Lookup343: up_data_structs::rmrk::PropertyInfo<frame_support::storage::bounded_vec::BoundedVec<T, S>, frame_support::storage::bounded_vec::BoundedVec<T, S>>2398 **/2399 UpDataStructsRmrkPropertyInfo: {2400 key: 'Bytes',2401 value: 'Bytes'2402 },2403 /**2404 * Lookup346: up_data_structs::rmrk::BaseInfo<sp_core::crypto::AccountId32, frame_support::storage::bounded_vec::BoundedVec<T, S>>2405 **/2406 UpDataStructsRmrkBaseInfo: {2407 issuer: 'AccountId32',2408 baseType: 'Bytes',2409 symbol: 'Bytes'2410 },2411 /**2412 * Lookup347: up_data_structs::rmrk::PartType<frame_support::storage::bounded_vec::BoundedVec<T, S>, frame_support::storage::bounded_vec::BoundedVec<T, S>>2413 **/2414 UpDataStructsRmrkPartType: {2415 _enum: {2416 FixedPart: 'UpDataStructsRmrkFixedPart',2417 SlotPart: 'UpDataStructsRmrkSlotPart'2418 }2419 },2420 /**2421 * Lookup349: up_data_structs::rmrk::FixedPart<frame_support::storage::bounded_vec::BoundedVec<T, S>>2422 **/2423 UpDataStructsRmrkFixedPart: {2424 id: 'u32',2425 z: 'u32',2426 src: 'Bytes'2427 },2428 /**2429 * Lookup350: up_data_structs::rmrk::SlotPart<frame_support::storage::bounded_vec::BoundedVec<T, S>, frame_support::storage::bounded_vec::BoundedVec<T, S>>2430 **/2431 UpDataStructsRmrkSlotPart: {2432 id: 'u32',2433 equippable: 'UpDataStructsRmrkEquippableList',2434 src: 'Bytes',2435 z: 'u32'2436 },2437 /**2438 * Lookup351: up_data_structs::rmrk::EquippableList<frame_support::storage::bounded_vec::BoundedVec<T, S>>2439 **/2440 UpDataStructsRmrkEquippableList: {2441 _enum: {2442 All: 'Null',2443 Empty: 'Null',2444 Custom: 'Vec<u32>'2445 }2446 },2447 /**2448 * Lookup352: up_data_structs::rmrk::Theme<frame_support::storage::bounded_vec::BoundedVec<T, S>, PropertyList>2449 **/2450 UpDataStructsRmrkTheme: {2451 name: 'Bytes',2452 properties: 'Vec<UpDataStructsRmrkThemeProperty>',2453 inherit: 'bool'2454 },2455 /**2456 * Lookup354: up_data_structs::rmrk::ThemeProperty<frame_support::storage::bounded_vec::BoundedVec<T, S>>2457 **/2458 UpDataStructsRmrkThemeProperty: {2459 key: 'Bytes',2460 value: 'Bytes'2461 },2462 /**2463 * Lookup355: up_data_structs::rmrk::NftChild2464 **/2465 UpDataStructsRmrkNftChild: {2466 collectionId: 'u32',2467 nftId: 'u32'2468 },2469 /**2470 * Lookup357: pallet_common::pallet::Error<T>2471 **/2472 PalletCommonError: {2473 _enum: ['CollectionNotFound', 'MustBeTokenOwner', 'NoPermission', 'CantDestroyNotEmptyCollection', 'PublicMintingNotAllowed', 'AddressNotInAllowlist', 'CollectionNameLimitExceeded', 'CollectionDescriptionLimitExceeded', 'CollectionTokenPrefixLimitExceeded', 'TotalCollectionsLimitExceeded', 'CollectionAdminCountExceeded', 'CollectionLimitBoundsExceeded', 'OwnerPermissionsCantBeReverted', 'TransferNotAllowed', 'AccountTokenLimitExceeded', 'CollectionTokenLimitExceeded', 'MetadataFlagFrozen', 'TokenNotFound', 'TokenValueTooLow', 'ApprovedValueTooLow', 'CantApproveMoreThanOwned', 'AddressIsZero', 'UnsupportedOperation', 'NotSufficientFounds', 'NestingIsDisabled', 'OnlyOwnerAllowedToNest', 'SourceCollectionIsNotAllowedToNest', 'CollectionFieldSizeExceeded', 'NoSpaceForProperty', 'PropertyLimitReached', 'PropertyKeyIsTooLong', 'InvalidCharacterInPropertyKey', 'EmptyPropertyKey']2474 },2475 /**2476 * Lookup359: pallet_fungible::pallet::Error<T>2477 **/2478 PalletFungibleError: {2479 _enum: ['NotFungibleDataUsedToMintFungibleCollectionToken', 'FungibleItemsHaveNoId', 'FungibleItemsDontHaveData', 'FungibleDisallowsNesting', 'SettingPropertiesNotAllowed']2480 },2481 /**2482 * Lookup360: pallet_refungible::ItemData2483 **/2484 PalletRefungibleItemData: {2485 constData: 'Bytes'2486 },2487 /**2488 * Lookup364: pallet_refungible::pallet::Error<T>2489 **/2490 PalletRefungibleError: {2491 _enum: ['NotRefungibleDataUsedToMintFungibleCollectionToken', 'WrongRefungiblePieces', 'RefungibleDisallowsNesting', 'SettingPropertiesNotAllowed']2492 },2493 /**2494 * Lookup365: pallet_nonfungible::ItemData<pallet_evm::account::BasicCrossAccountIdRepr<sp_core::crypto::AccountId32>>2495 **/2496 PalletNonfungibleItemData: {2497 owner: 'PalletEvmAccountBasicCrossAccountIdRepr'2498 },2499 /**2500 * Lookup367: pallet_nonfungible::pallet::Error<T>2501 **/2502 PalletNonfungibleError: {2503 _enum: ['NotNonfungibleDataUsedToMintFungibleCollectionToken', 'NonfungibleItemsHaveNoAmount', 'CantBurnNftWithChildren']2504 },2505 /**2506 * Lookup368: pallet_structure::pallet::Error<T>2507 **/2508 PalletStructureError: {2509 _enum: ['OuroborosDetected', 'DepthLimit', 'TokenNotFound']2510 },2511 /**2512 * Lookup371: pallet_evm::pallet::Error<T>2513 **/2514 PalletEvmError: {2515 _enum: ['BalanceLow', 'FeeOverflow', 'PaymentOverflow', 'WithdrawFailed', 'GasPriceTooLow', 'InvalidNonce']2516 },2517 /**2518 * Lookup374: fp_rpc::TransactionStatus2519 **/2520 FpRpcTransactionStatus: {2521 transactionHash: 'H256',2522 transactionIndex: 'u32',2523 from: 'H160',2524 to: 'Option<H160>',2525 contractAddress: 'Option<H160>',2526 logs: 'Vec<EthereumLog>',2527 logsBloom: 'EthbloomBloom'2528 },2529 /**2530 * Lookup376: ethbloom::Bloom2531 **/2532 EthbloomBloom: '[u8;256]',2533 /**2534 * Lookup378: ethereum::receipt::ReceiptV32535 **/2536 EthereumReceiptReceiptV3: {2537 _enum: {2538 Legacy: 'EthereumReceiptEip658ReceiptData',2539 EIP2930: 'EthereumReceiptEip658ReceiptData',2540 EIP1559: 'EthereumReceiptEip658ReceiptData'2541 }2542 },2543 /**2544 * Lookup379: ethereum::receipt::EIP658ReceiptData2545 **/2546 EthereumReceiptEip658ReceiptData: {2547 statusCode: 'u8',2548 usedGas: 'U256',2549 logsBloom: 'EthbloomBloom',2550 logs: 'Vec<EthereumLog>'2551 },2552 /**2553 * Lookup380: ethereum::block::Block<ethereum::transaction::TransactionV2>2554 **/2555 EthereumBlock: {2556 header: 'EthereumHeader',2557 transactions: 'Vec<EthereumTransactionTransactionV2>',2558 ommers: 'Vec<EthereumHeader>'2559 },2560 /**2561 * Lookup381: ethereum::header::Header2562 **/2563 EthereumHeader: {2564 parentHash: 'H256',2565 ommersHash: 'H256',2566 beneficiary: 'H160',2567 stateRoot: 'H256',2568 transactionsRoot: 'H256',2569 receiptsRoot: 'H256',2570 logsBloom: 'EthbloomBloom',2571 difficulty: 'U256',2572 number: 'U256',2573 gasLimit: 'U256',2574 gasUsed: 'U256',2575 timestamp: 'u64',2576 extraData: 'Bytes',2577 mixHash: 'H256',2578 nonce: 'EthereumTypesHashH64'2579 },2580 /**2581 * Lookup382: ethereum_types::hash::H642582 **/2583 EthereumTypesHashH64: '[u8;8]',2584 /**2585 * Lookup387: pallet_ethereum::pallet::Error<T>2586 **/2587 PalletEthereumError: {2588 _enum: ['InvalidSignature', 'PreLogExists']2589 },2590 /**2591 * Lookup388: pallet_evm_coder_substrate::pallet::Error<T>2592 **/2593 PalletEvmCoderSubstrateError: {2594 _enum: ['OutOfGas', 'OutOfFund']2595 },2596 /**2597 * Lookup389: pallet_evm_contract_helpers::SponsoringModeT2598 **/2599 PalletEvmContractHelpersSponsoringModeT: {2600 _enum: ['Disabled', 'Allowlisted', 'Generous']2601 },2602 /**2603 * Lookup391: pallet_evm_contract_helpers::pallet::Error<T>2604 **/2605 PalletEvmContractHelpersError: {2606 _enum: ['NoPermission']2607 },2608 /**2609 * Lookup392: pallet_evm_migration::pallet::Error<T>2610 **/2611 PalletEvmMigrationError: {2612 _enum: ['AccountNotEmpty', 'AccountIsNotMigrating']2613 },2614 /**2615 * Lookup394: sp_runtime::MultiSignature2616 **/2617 SpRuntimeMultiSignature: {2618 _enum: {2619 Ed25519: 'SpCoreEd25519Signature',2620 Sr25519: 'SpCoreSr25519Signature',2621 Ecdsa: 'SpCoreEcdsaSignature'2622 }2623 },2624 /**2625 * Lookup395: sp_core::ed25519::Signature2626 **/2627 SpCoreEd25519Signature: '[u8;64]',2628 /**2629 * Lookup397: sp_core::sr25519::Signature2630 **/2631 SpCoreSr25519Signature: '[u8;64]',2632 /**2633 * Lookup398: sp_core::ecdsa::Signature2634 **/2635 SpCoreEcdsaSignature: '[u8;65]',2636 /**2637 * Lookup401: frame_system::extensions::check_spec_version::CheckSpecVersion<T>2638 **/2639 FrameSystemExtensionsCheckSpecVersion: 'Null',2640 /**2641 * Lookup402: frame_system::extensions::check_genesis::CheckGenesis<T>2642 **/2643 FrameSystemExtensionsCheckGenesis: 'Null',2644 /**2645 * Lookup405: frame_system::extensions::check_nonce::CheckNonce<T>2646 **/2647 FrameSystemExtensionsCheckNonce: 'Compact<u32>',2648 /**2649 * Lookup406: frame_system::extensions::check_weight::CheckWeight<T>2650 **/2651 FrameSystemExtensionsCheckWeight: 'Null',2652 /**2653 * Lookup407: pallet_template_transaction_payment::ChargeTransactionPayment<opal_runtime::Runtime>2654 **/2655 PalletTemplateTransactionPaymentChargeTransactionPayment: 'Compact<u128>',2656 /**2657 * Lookup408: opal_runtime::Runtime2658 **/2659 OpalRuntimeRuntime: 'Null',2660 /**2661 * Lookup409: pallet_ethereum::FakeTransactionFinalizer<opal_runtime::Runtime>2662 **/2663 PalletEthereumFakeTransactionFinalizer: 'Null'2664};tests/src/interfaces/types-lookup.tsdiffbeforeafterboth--- a/tests/src/interfaces/types-lookup.ts
+++ b/tests/src/interfaces/types-lookup.ts
@@ -2,7 +2,7 @@
/* eslint-disable */
declare module '@polkadot/types/lookup' {
- import type { BTreeMap, BTreeSet, Bytes, Compact, Enum, Null, Option, Result, Struct, Text, U256, U8aFixed, Vec, bool, u128, u16, u32, u64, u8 } from '@polkadot/types-codec';
+ import type { BTreeMap, BTreeSet, Bytes, Compact, Enum, Null, Option, OptionBool, Result, Struct, Text, U256, U8aFixed, Vec, bool, u128, u16, u32, u64, u8 } from '@polkadot/types-codec';
import type { ITuple } from '@polkadot/types-codec/types';
import type { AccountId32, Call, H160, H256, MultiAddress, Perbill, Permill } from '@polkadot/types/interfaces/runtime';
import type { Event } from '@polkadot/types/interfaces/system';
@@ -1534,9 +1534,9 @@
readonly tokenLimit: Option<u32>;
readonly sponsorTransferTimeout: Option<u32>;
readonly sponsorApproveTimeout: Option<u32>;
- readonly ownerCanTransfer: Option<bool>;
- readonly ownerCanDestroy: Option<bool>;
- readonly transfersEnabled: Option<bool>;
+ readonly ownerCanTransfer: OptionBool;
+ readonly ownerCanDestroy: OptionBool;
+ readonly transfersEnabled: OptionBool;
}
/** @name UpDataStructsSponsoringRateLimit (164) */
@@ -1550,7 +1550,7 @@
/** @name UpDataStructsCollectionPermissions (167) */
export interface UpDataStructsCollectionPermissions extends Struct {
readonly access: Option<UpDataStructsAccessMode>;
- readonly mintMode: Option<bool>;
+ readonly mintMode: OptionBool;
readonly nesting: Option<UpDataStructsNestingRule>;
}
tests/yarn.lockdiffbeforeafterboth--- a/tests/yarn.lock
+++ b/tests/yarn.lock
@@ -38,7 +38,7 @@
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.17.10.tgz#711dc726a492dfc8be8220028b1b92482362baab"
integrity sha512-GZt/TCsG70Ms19gfZO1tM4CVnXsPgEPBCpJu+Qz3L0LUDsY5nZqFZglIoPC1kIYOtNBZlrnFT+klg12vFGZXrw==
-"@babel/core@^7.11.6", "@babel/core@^7.12.3", "@babel/core@^7.18.0":
+"@babel/core@^7.11.6", "@babel/core@^7.12.3", "@babel/core@^7.18.2":
version "7.18.2"
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.18.2.tgz#87b2fcd7cce9becaa7f5acebdc4f09f3dd19d876"
integrity sha512-A8pri1YJiC5UnkdrWcmfZTJTV85b4UXTAfImGmCfYmax4TR9Cw8sDS0MOk++Gp2mE/BefVJ5nwy5yzqNJbP/DQ==
@@ -790,7 +790,7 @@
dependencies:
"@babel/helper-plugin-utils" "^7.17.12"
-"@babel/plugin-transform-runtime@^7.18.0":
+"@babel/plugin-transform-runtime@^7.18.2":
version "7.18.2"
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.18.2.tgz#04637de1e45ae8847ff14b9beead09c33d34374d"
integrity sha512-mr1ufuRMfS52ttq+1G1PD8OJNqgcTFjq3hwn8SZ5n1x1pBhi0E36rYMdTK0TsKtApJ4lDEdfXJwtGobQMHSMPg==
@@ -862,7 +862,7 @@
"@babel/helper-create-regexp-features-plugin" "^7.16.7"
"@babel/helper-plugin-utils" "^7.16.7"
-"@babel/preset-env@^7.18.0":
+"@babel/preset-env@^7.18.2":
version "7.18.2"
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.18.2.tgz#f47d3000a098617926e674c945d95a28cb90977a"
integrity sha512-PfpdxotV6afmXMU47S08F9ZKIm2bJIQ0YbAAtDfIENX7G1NUAXigLREh69CWDjtgUy7dYn7bsMzkgdtAlmS68Q==
@@ -986,7 +986,7 @@
pirates "^4.0.5"
source-map-support "^0.5.16"
-"@babel/runtime@^7.17.9", "@babel/runtime@^7.18.0", "@babel/runtime@^7.8.4":
+"@babel/runtime@^7.17.9", "@babel/runtime@^7.18.3", "@babel/runtime@^7.8.4":
version "7.18.3"
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.18.3.tgz#c7b654b57f6f63cf7f8b418ac9ca04408c4579f4"
integrity sha512-38Y8f7YUhce/K7RMwTp7m0uCumpv9hZkitCbBClqQIow1qSbCvGkcegKOXpEWCQLfWmevgRiWokZ1GkpfhbZug==
@@ -1652,90 +1652,90 @@
dependencies:
"@octokit/openapi-types" "^11.2.0"
-"@polkadot/api-augment@8.5.2-10":
- version "8.5.2-10"
- resolved "https://registry.yarnpkg.com/@polkadot/api-augment/-/api-augment-8.5.2-10.tgz#f5a6ca14a3c84550dd11cdddac3c8c82ed3ecca8"
- integrity sha512-Coip7oSZpSzXQ5l/4/N4Ic4CCDMTOpvktFQmJt3C1zqf/wi6V+qr8PeuGOFkq9yxeaIWZX4u6DkD3Rsa8ASgWg==
+"@polkadot/api-augment@8.6.1":
+ version "8.6.1"
+ resolved "https://registry.yarnpkg.com/@polkadot/api-augment/-/api-augment-8.6.1.tgz#f585d897d86ca7b46328b482f5e86bda1ba1f57d"
+ integrity sha512-fonWYbRhOqUjh9a6eRQbGLgZCkzBp7zybGagah5Wt4eeaLPrpbHwYSKxQve9/L7b5+Nuj9X0Br6Oa7POp10INw==
dependencies:
- "@babel/runtime" "^7.18.0"
- "@polkadot/api-base" "8.5.2-10"
- "@polkadot/rpc-augment" "8.5.2-10"
- "@polkadot/types" "8.5.2-10"
- "@polkadot/types-augment" "8.5.2-10"
- "@polkadot/types-codec" "8.5.2-10"
- "@polkadot/util" "^9.2.2-15"
+ "@babel/runtime" "^7.18.3"
+ "@polkadot/api-base" "8.6.1"
+ "@polkadot/rpc-augment" "8.6.1"
+ "@polkadot/types" "8.6.1"
+ "@polkadot/types-augment" "8.6.1"
+ "@polkadot/types-codec" "8.6.1"
+ "@polkadot/util" "^9.3.1"
-"@polkadot/api-base@8.5.2-10":
- version "8.5.2-10"
- resolved "https://registry.yarnpkg.com/@polkadot/api-base/-/api-base-8.5.2-10.tgz#e146cbbd805a3e612ee61ec2bdff71123729e270"
- integrity sha512-BI4SzMqEhK/zD8uSeuH4xhHSp/BgBAALMpk6RgKKZ9K4CX4nY1IU+YanlC7R2qgayfHAZeVst3Ry/l9gvDj5Og==
+"@polkadot/api-base@8.6.1":
+ version "8.6.1"
+ resolved "https://registry.yarnpkg.com/@polkadot/api-base/-/api-base-8.6.1.tgz#bcc6c308ae93bd100c773ccebd175abc84c48e39"
+ integrity sha512-9JU4cCjOkP/sTYJG/HmB9mccybKevkKP0dlAA+WxMUYeVWy3n78dP77A4eURiRLIP4x3OUTwL+eDkIERLcxMYA==
dependencies:
- "@babel/runtime" "^7.18.0"
- "@polkadot/rpc-core" "8.5.2-10"
- "@polkadot/types" "8.5.2-10"
- "@polkadot/util" "^9.2.2-15"
+ "@babel/runtime" "^7.18.3"
+ "@polkadot/rpc-core" "8.6.1"
+ "@polkadot/types" "8.6.1"
+ "@polkadot/util" "^9.3.1"
rxjs "^7.5.5"
-"@polkadot/api-contract@8.5.2-10":
- version "8.5.2-10"
- resolved "https://registry.yarnpkg.com/@polkadot/api-contract/-/api-contract-8.5.2-10.tgz#600fcc555a5ff942151cd11bd829073fa053334d"
- integrity sha512-4SUSDjtX2/NpIk1FbFODnJLUFGHX558kI62VYUcRyQeajbVnx3cIAbe8IDbgM/h9XpfdXGFYIc4MlPOTpQEIug==
+"@polkadot/api-contract@8.6.1":
+ version "8.6.1"
+ resolved "https://registry.yarnpkg.com/@polkadot/api-contract/-/api-contract-8.6.1.tgz#00de28724b70a75a7cc20a4af489d5b44f9708b7"
+ integrity sha512-Z7CVO887e/OA0flNuXqKRPmcELlz5XHeyu31c1mumcWTByIqtYAApE+phRiCQ6wsbTy7l2Bgb6zmnHyb+kycdQ==
dependencies:
- "@babel/runtime" "^7.18.0"
- "@polkadot/api" "8.5.2-10"
- "@polkadot/types" "8.5.2-10"
- "@polkadot/types-codec" "8.5.2-10"
- "@polkadot/types-create" "8.5.2-10"
- "@polkadot/util" "^9.2.2-15"
- "@polkadot/util-crypto" "^9.2.2-15"
+ "@babel/runtime" "^7.18.3"
+ "@polkadot/api" "8.6.1"
+ "@polkadot/types" "8.6.1"
+ "@polkadot/types-codec" "8.6.1"
+ "@polkadot/types-create" "8.6.1"
+ "@polkadot/util" "^9.3.1"
+ "@polkadot/util-crypto" "^9.3.1"
rxjs "^7.5.5"
-"@polkadot/api-derive@8.5.2-10":
- version "8.5.2-10"
- resolved "https://registry.yarnpkg.com/@polkadot/api-derive/-/api-derive-8.5.2-10.tgz#a11c802a41fc73c3057aa488c7e33853c23af54a"
- integrity sha512-7SFUf4Qs5pmfH3j61hPJ80CI+2vQP/8VasIdwFZZgac9mPvhlRnIK2uPMwY0X6Y/P8IHOXP37ZUtl+OhMpj65w==
+"@polkadot/api-derive@8.6.1":
+ version "8.6.1"
+ resolved "https://registry.yarnpkg.com/@polkadot/api-derive/-/api-derive-8.6.1.tgz#8d0dddb3c2706e34d47e8c432f04ea60761b89bf"
+ integrity sha512-s4QZ0Pi+rV1x5zhv+7HT1dmy1GObhUbacBuc6jDRlbkWeX3KDwPFVxwNJLt+XdwOTn4TgimCG3w3MW30C39NzQ==
dependencies:
- "@babel/runtime" "^7.18.0"
- "@polkadot/api" "8.5.2-10"
- "@polkadot/api-augment" "8.5.2-10"
- "@polkadot/api-base" "8.5.2-10"
- "@polkadot/rpc-core" "8.5.2-10"
- "@polkadot/types" "8.5.2-10"
- "@polkadot/types-codec" "8.5.2-10"
- "@polkadot/util" "^9.2.2-15"
- "@polkadot/util-crypto" "^9.2.2-15"
+ "@babel/runtime" "^7.18.3"
+ "@polkadot/api" "8.6.1"
+ "@polkadot/api-augment" "8.6.1"
+ "@polkadot/api-base" "8.6.1"
+ "@polkadot/rpc-core" "8.6.1"
+ "@polkadot/types" "8.6.1"
+ "@polkadot/types-codec" "8.6.1"
+ "@polkadot/util" "^9.3.1"
+ "@polkadot/util-crypto" "^9.3.1"
rxjs "^7.5.5"
-"@polkadot/api@8.5.2-10":
- version "8.5.2-10"
- resolved "https://registry.yarnpkg.com/@polkadot/api/-/api-8.5.2-10.tgz#7b9c172cab5a0d5fc9314c5a0ea87223e3cde7e7"
- integrity sha512-uXavmGHYaNW8yaUXH6UEqK0g+oDp25m3wQ1956UuhTzLUy1YyssU8neZWdQju3H7/mQOjtSoj1hIPLSeSspXeA==
+"@polkadot/api@8.6.1":
+ version "8.6.1"
+ resolved "https://registry.yarnpkg.com/@polkadot/api/-/api-8.6.1.tgz#06fa7a5aef3131a7f7290edfb635266dd50912b2"
+ integrity sha512-sweRm3VOziZnsAcYqm2gMt2vOUwAOBt93Wx/erTD5v3inoKMqquof5HyEZuixhmhiV8jUF9JMkybXb+lESXuRw==
dependencies:
- "@babel/runtime" "^7.18.0"
- "@polkadot/api-augment" "8.5.2-10"
- "@polkadot/api-base" "8.5.2-10"
- "@polkadot/api-derive" "8.5.2-10"
- "@polkadot/keyring" "^9.2.2-15"
- "@polkadot/rpc-augment" "8.5.2-10"
- "@polkadot/rpc-core" "8.5.2-10"
- "@polkadot/rpc-provider" "8.5.2-10"
- "@polkadot/types" "8.5.2-10"
- "@polkadot/types-augment" "8.5.2-10"
- "@polkadot/types-codec" "8.5.2-10"
- "@polkadot/types-create" "8.5.2-10"
- "@polkadot/types-known" "8.5.2-10"
- "@polkadot/util" "^9.2.2-15"
- "@polkadot/util-crypto" "^9.2.2-15"
+ "@babel/runtime" "^7.18.3"
+ "@polkadot/api-augment" "8.6.1"
+ "@polkadot/api-base" "8.6.1"
+ "@polkadot/api-derive" "8.6.1"
+ "@polkadot/keyring" "^9.3.1"
+ "@polkadot/rpc-augment" "8.6.1"
+ "@polkadot/rpc-core" "8.6.1"
+ "@polkadot/rpc-provider" "8.6.1"
+ "@polkadot/types" "8.6.1"
+ "@polkadot/types-augment" "8.6.1"
+ "@polkadot/types-codec" "8.6.1"
+ "@polkadot/types-create" "8.6.1"
+ "@polkadot/types-known" "8.6.1"
+ "@polkadot/util" "^9.3.1"
+ "@polkadot/util-crypto" "^9.3.1"
eventemitter3 "^4.0.7"
rxjs "^7.5.5"
-"@polkadot/dev@0.66.29":
- version "0.66.29"
- resolved "https://registry.yarnpkg.com/@polkadot/dev/-/dev-0.66.29.tgz#69647da437213d4aa0fd97b6b761ae04627863a3"
- integrity sha512-PF1PyNyt1bM0P1bO7HpH5i/F8ga3okP4zJwkOyBpBCMMu7xX09f/w/mFS9Bp6WWuHIGKR1ceQSVfisZUQGfKeA==
+"@polkadot/dev@0.66.31":
+ version "0.66.31"
+ resolved "https://registry.yarnpkg.com/@polkadot/dev/-/dev-0.66.31.tgz#6ee312cf9fc45ea10a9989e01042b73424cf7c95"
+ integrity sha512-rv2J8EBg9Gx8ba38RPfZwZBgFCeQ2jFaSPhmMrjwMNuDm8CrwyXjRcF6+LY1Bik83dkfatEytZzVpizH6gSKqQ==
dependencies:
"@babel/cli" "^7.17.10"
- "@babel/core" "^7.18.0"
+ "@babel/core" "^7.18.2"
"@babel/plugin-proposal-nullish-coalescing-operator" "^7.17.12"
"@babel/plugin-proposal-numeric-separator" "^7.16.7"
"@babel/plugin-proposal-optional-chaining" "^7.17.12"
@@ -1744,12 +1744,12 @@
"@babel/plugin-syntax-import-meta" "^7.10.4"
"@babel/plugin-syntax-top-level-await" "^7.14.5"
"@babel/plugin-transform-regenerator" "^7.18.0"
- "@babel/plugin-transform-runtime" "^7.18.0"
- "@babel/preset-env" "^7.18.0"
+ "@babel/plugin-transform-runtime" "^7.18.2"
+ "@babel/preset-env" "^7.18.2"
"@babel/preset-react" "^7.17.12"
"@babel/preset-typescript" "^7.17.12"
"@babel/register" "^7.17.7"
- "@babel/runtime" "^7.18.0"
+ "@babel/runtime" "^7.18.3"
"@rollup/plugin-alias" "^3.1.9"
"@rollup/plugin-commonjs" "^22.0.0"
"@rollup/plugin-inject" "^4.0.4"
@@ -1793,69 +1793,69 @@
mkdirp "^1.0.4"
prettier "^2.6.2"
rimraf "^3.0.2"
- rollup "^2.74.1"
+ rollup "^2.75.0"
rollup-plugin-cleanup "^3.2.1"
- typescript "^4.6.4"
+ typescript "^4.7.2"
yargs "^17.5.1"
-"@polkadot/keyring@^9.2.2-15":
- version "9.2.2-15"
- resolved "https://registry.yarnpkg.com/@polkadot/keyring/-/keyring-9.2.2-15.tgz#dca4cee5b6bd5ee758dfa959b841205c3021a09d"
- integrity sha512-lqtEG/ZvDpae4FKMaDybFnpopA9MWeFfl95ixXXpF1JboHr1/As5/foMpNxI/lp5f2sLnQrFQrSbGasLT64Onw==
+"@polkadot/keyring@^9.3.1":
+ version "9.3.1"
+ resolved "https://registry.yarnpkg.com/@polkadot/keyring/-/keyring-9.3.1.tgz#bc90c4ef4c7a46cc92df3e3651cf95ebc1b9c20d"
+ integrity sha512-eoBWRhCzvcVHfpxJlmbKpe8HYjHRc1nkqPR8bnIEb+N8DyN38O7zOHVmy14VOGba1p/+nShULSEVLdfoCD5l3Q==
dependencies:
- "@babel/runtime" "^7.18.0"
- "@polkadot/util" "9.2.2-15"
- "@polkadot/util-crypto" "9.2.2-15"
+ "@babel/runtime" "^7.18.3"
+ "@polkadot/util" "9.3.1"
+ "@polkadot/util-crypto" "9.3.1"
-"@polkadot/networks@9.2.2-15", "@polkadot/networks@^9.2.2-15":
- version "9.2.2-15"
- resolved "https://registry.yarnpkg.com/@polkadot/networks/-/networks-9.2.2-15.tgz#0dad3987386df05c0fff61e362adead98d809937"
- integrity sha512-MBhSJqqHx6Y8oWmot3zeMWemWE8WpeS0cY2amDMM7JrdvA5BDor71OhjLB9P1blGBOGlvsFP6WgvwjXkA3yi2g==
+"@polkadot/networks@9.3.1", "@polkadot/networks@^9.3.1":
+ version "9.3.1"
+ resolved "https://registry.yarnpkg.com/@polkadot/networks/-/networks-9.3.1.tgz#1290a21ff86e0b8021b98454c4b61b7ef9bf55d8"
+ integrity sha512-7OUvO5hqXIeijlhTqhFy84lJzA7LRh6In2AbfOUHK6ES1np53Hcas+yEMC2EFNOdBYEsSjnfCjnp4Wd5t7LIHQ==
dependencies:
- "@babel/runtime" "^7.18.0"
- "@polkadot/util" "9.2.2-15"
- "@substrate/ss58-registry" "^1.18.0"
+ "@babel/runtime" "^7.18.3"
+ "@polkadot/util" "9.3.1"
+ "@substrate/ss58-registry" "^1.20.0"
-"@polkadot/rpc-augment@8.5.2-10":
- version "8.5.2-10"
- resolved "https://registry.yarnpkg.com/@polkadot/rpc-augment/-/rpc-augment-8.5.2-10.tgz#996f5c4c5103418515d079d287251f60c852a357"
- integrity sha512-SR/wkbdVSRUHTgk0Xz5wVgEC3atg0gBJaLTWLLUxrzw6ahmw6CD7ZUvRkpsPouEEurXccxs28GItQnmzSKxGkA==
+"@polkadot/rpc-augment@8.6.1":
+ version "8.6.1"
+ resolved "https://registry.yarnpkg.com/@polkadot/rpc-augment/-/rpc-augment-8.6.1.tgz#a83eccffd64392228e813a84eaa399b8a975bf87"
+ integrity sha512-ViDH2dLnOX/VaVj4tBTd706ExBOEqjrcD7excPdpCnCdH/dsOzliLvHxNXfgJzIW2ryQEIVrdtP/GZ1tgj8y1A==
dependencies:
- "@babel/runtime" "^7.18.0"
- "@polkadot/rpc-core" "8.5.2-10"
- "@polkadot/types" "8.5.2-10"
- "@polkadot/types-codec" "8.5.2-10"
- "@polkadot/util" "^9.2.2-15"
+ "@babel/runtime" "^7.18.3"
+ "@polkadot/rpc-core" "8.6.1"
+ "@polkadot/types" "8.6.1"
+ "@polkadot/types-codec" "8.6.1"
+ "@polkadot/util" "^9.3.1"
-"@polkadot/rpc-core@8.5.2-10":
- version "8.5.2-10"
- resolved "https://registry.yarnpkg.com/@polkadot/rpc-core/-/rpc-core-8.5.2-10.tgz#c9d169902f1dc66c21b0439d6d6fce03dc47131c"
- integrity sha512-FILpCa0fY6UenZTP19zpZTT8B4b24kZzuxa5ogpj/+DT2kuarEvpNNubgbIx2p1uRmy+Zcv+rrRly7dlrEtohg==
+"@polkadot/rpc-core@8.6.1":
+ version "8.6.1"
+ resolved "https://registry.yarnpkg.com/@polkadot/rpc-core/-/rpc-core-8.6.1.tgz#c6c47c4c764ee70c9091a3086f6cc0d512e4f7eb"
+ integrity sha512-Ty9fKb3oSEuvwblUqI7nWpM5jycnWE69mBnNgkHOW7UZv9NkCEyu/3e85JJHjo+aOB9tC7XhieCa9Zhi/ic1uw==
dependencies:
- "@babel/runtime" "^7.18.0"
- "@polkadot/rpc-augment" "8.5.2-10"
- "@polkadot/rpc-provider" "8.5.2-10"
- "@polkadot/types" "8.5.2-10"
- "@polkadot/util" "^9.2.2-15"
+ "@babel/runtime" "^7.18.3"
+ "@polkadot/rpc-augment" "8.6.1"
+ "@polkadot/rpc-provider" "8.6.1"
+ "@polkadot/types" "8.6.1"
+ "@polkadot/util" "^9.3.1"
rxjs "^7.5.5"
-"@polkadot/rpc-provider@8.5.2-10":
- version "8.5.2-10"
- resolved "https://registry.yarnpkg.com/@polkadot/rpc-provider/-/rpc-provider-8.5.2-10.tgz#b2128fa29be310093390bffbd7f48af6811b242d"
- integrity sha512-GYxrkwi0gu5nWJAThwggfofhE0IsxGeA0m/6eSe2aeLkv7mBdODTJmsdLN1Ycp/za1KuqgK4MPVYwXK5aPl8pA==
+"@polkadot/rpc-provider@8.6.1":
+ version "8.6.1"
+ resolved "https://registry.yarnpkg.com/@polkadot/rpc-provider/-/rpc-provider-8.6.1.tgz#bca203f4a100d43a51c09c878cf5a763560b4eeb"
+ integrity sha512-eGikssoAKDUM93PHFIrmhk2Ictx9KqjI/l1GBBBI8H1u69MXL2CNqPJ3kDaLqP8+hcBSNt/s3TUtzZhsO9of7g==
dependencies:
- "@babel/runtime" "^7.18.0"
- "@polkadot/keyring" "^9.2.2-15"
- "@polkadot/types" "8.5.2-10"
- "@polkadot/types-support" "8.5.2-10"
- "@polkadot/util" "^9.2.2-15"
- "@polkadot/util-crypto" "^9.2.2-15"
- "@polkadot/x-fetch" "^9.2.2-15"
- "@polkadot/x-global" "^9.2.2-15"
- "@polkadot/x-ws" "^9.2.2-15"
+ "@babel/runtime" "^7.18.3"
+ "@polkadot/keyring" "^9.3.1"
+ "@polkadot/types" "8.6.1"
+ "@polkadot/types-support" "8.6.1"
+ "@polkadot/util" "^9.3.1"
+ "@polkadot/util-crypto" "^9.3.1"
+ "@polkadot/x-fetch" "^9.3.1"
+ "@polkadot/x-global" "^9.3.1"
+ "@polkadot/x-ws" "^9.3.1"
"@substrate/connect" "0.7.5"
eventemitter3 "^4.0.7"
- mock-socket "^9.1.3"
+ mock-socket "^9.1.4"
nock "^13.2.4"
"@polkadot/ts@0.4.22":
@@ -1865,119 +1865,119 @@
dependencies:
"@types/chrome" "^0.0.171"
-"@polkadot/typegen@8.5.2-10":
- version "8.5.2-10"
- resolved "https://registry.yarnpkg.com/@polkadot/typegen/-/typegen-8.5.2-10.tgz#74467bb29cb59df2a9c928084d7f84a2a0399f84"
- integrity sha512-x1+fslv47DgStAck8G5Q/25px2/CY1aOXFcng2QDCfT7nYHp5zluAIXVF0qrRRzsXAb8n8CkOzrYmCkI2ui6lg==
+"@polkadot/typegen@8.6.1":
+ version "8.6.1"
+ resolved "https://registry.yarnpkg.com/@polkadot/typegen/-/typegen-8.6.1.tgz#07b517b66ff82fd7fc55b5c8fea2dc61d17b540a"
+ integrity sha512-iUYd0LRmOlHo6kvHDQ8+bCKf3rKS9A/4HMUN2EDhKV74ZtP+tQ3ceZshOFrngb01eAw6R6GhAOtYO6I8qYljpg==
dependencies:
- "@babel/core" "^7.18.0"
+ "@babel/core" "^7.18.2"
"@babel/register" "^7.17.7"
- "@babel/runtime" "^7.18.0"
- "@polkadot/api" "8.5.2-10"
- "@polkadot/api-augment" "8.5.2-10"
- "@polkadot/rpc-augment" "8.5.2-10"
- "@polkadot/rpc-provider" "8.5.2-10"
- "@polkadot/types" "8.5.2-10"
- "@polkadot/types-augment" "8.5.2-10"
- "@polkadot/types-codec" "8.5.2-10"
- "@polkadot/types-create" "8.5.2-10"
- "@polkadot/types-support" "8.5.2-10"
- "@polkadot/util" "^9.2.2-15"
- "@polkadot/x-ws" "^9.2.2-15"
+ "@babel/runtime" "^7.18.3"
+ "@polkadot/api" "8.6.1"
+ "@polkadot/api-augment" "8.6.1"
+ "@polkadot/rpc-augment" "8.6.1"
+ "@polkadot/rpc-provider" "8.6.1"
+ "@polkadot/types" "8.6.1"
+ "@polkadot/types-augment" "8.6.1"
+ "@polkadot/types-codec" "8.6.1"
+ "@polkadot/types-create" "8.6.1"
+ "@polkadot/types-support" "8.6.1"
+ "@polkadot/util" "^9.3.1"
+ "@polkadot/x-ws" "^9.3.1"
handlebars "^4.7.7"
websocket "^1.0.34"
yargs "^17.5.1"
-"@polkadot/types-augment@8.5.2-10":
- version "8.5.2-10"
- resolved "https://registry.yarnpkg.com/@polkadot/types-augment/-/types-augment-8.5.2-10.tgz#09342017ce69567505ba801353d6697968ac230b"
- integrity sha512-fd3fY6tIsaGeL/RnL5nC+Hz7vjJPYvQ/QIEZC9PA9tSu0ti6AHcmTNRDL2W3T/ncyEndItW7OQxigOG8OFYgyQ==
+"@polkadot/types-augment@8.6.1":
+ version "8.6.1"
+ resolved "https://registry.yarnpkg.com/@polkadot/types-augment/-/types-augment-8.6.1.tgz#37626b2822ec17ee2063b6300e117b44c4057aa2"
+ integrity sha512-ILr/uU8svw0/PhDh5mh9XXdNA2WF1UJ02mg3DCDNJuzlg5DpFIMKTLgCmFBubY8xn8gDDsEwP2FEQTC4mp+hjw==
dependencies:
- "@babel/runtime" "^7.18.0"
- "@polkadot/types" "8.5.2-10"
- "@polkadot/types-codec" "8.5.2-10"
- "@polkadot/util" "^9.2.2-15"
+ "@babel/runtime" "^7.18.3"
+ "@polkadot/types" "8.6.1"
+ "@polkadot/types-codec" "8.6.1"
+ "@polkadot/util" "^9.3.1"
-"@polkadot/types-codec@8.5.2-10":
- version "8.5.2-10"
- resolved "https://registry.yarnpkg.com/@polkadot/types-codec/-/types-codec-8.5.2-10.tgz#071387d883c617ea051df4d724e240d7ce400d9a"
- integrity sha512-BdDQEh9eRwpxH7NNkPcwuNuBufeNzdZowCOCxU2FeNRKHpnKUDyVtotrGk46hvIe9tLbNY9SFrc3Uahq369Y1w==
+"@polkadot/types-codec@8.6.1":
+ version "8.6.1"
+ resolved "https://registry.yarnpkg.com/@polkadot/types-codec/-/types-codec-8.6.1.tgz#3d1578f2ff891f978475e58a93c0f62a221c5bba"
+ integrity sha512-L5pJYRv7jRNkTdfhY4qxQRTiOzzHCjX/G474X4bCjg7a6hpq12ha4BV3XVhbvOpcSlHel1vYVPnZABJLRek24A==
dependencies:
- "@babel/runtime" "^7.18.0"
- "@polkadot/util" "^9.2.2-15"
+ "@babel/runtime" "^7.18.3"
+ "@polkadot/util" "^9.3.1"
-"@polkadot/types-create@8.5.2-10":
- version "8.5.2-10"
- resolved "https://registry.yarnpkg.com/@polkadot/types-create/-/types-create-8.5.2-10.tgz#a0b04833747c078cde25afabc5fed0d82e53d54d"
- integrity sha512-9Ihu6yAgNuxt7Xyxf+TYQYePTzoYt12FciRi/nUiikJy+zXLFex6odEgRvU5FDMMJnmLWYeHLK8AMs2yW/dNYQ==
+"@polkadot/types-create@8.6.1":
+ version "8.6.1"
+ resolved "https://registry.yarnpkg.com/@polkadot/types-create/-/types-create-8.6.1.tgz#745dbb42ce2a22b8c6898e4e52c0a2b043531ffa"
+ integrity sha512-gzZDH6sYcxKWD4asOPkW9+PfllsRSrsu5naQk6zuioR8fFMvRZvTpjNV3N4yW6DyBkN5xebXmWR32wV0mCnnww==
dependencies:
- "@babel/runtime" "^7.18.0"
- "@polkadot/types-codec" "8.5.2-10"
- "@polkadot/util" "^9.2.2-15"
+ "@babel/runtime" "^7.18.3"
+ "@polkadot/types-codec" "8.6.1"
+ "@polkadot/util" "^9.3.1"
-"@polkadot/types-known@8.5.2-10":
- version "8.5.2-10"
- resolved "https://registry.yarnpkg.com/@polkadot/types-known/-/types-known-8.5.2-10.tgz#d349fb1298d38bc6f217b1e2856754e203ce269c"
- integrity sha512-+4mXEO8RaBETgKDIYikib+bx/pNjTGYajAI+0ybV43+lhyRT8jOvTpMLxL25nRzWidkbjBl1XAMygLpNcvj3CQ==
+"@polkadot/types-known@8.6.1":
+ version "8.6.1"
+ resolved "https://registry.yarnpkg.com/@polkadot/types-known/-/types-known-8.6.1.tgz#522ec49fffc13f0dfe7442a9b54396811f53befc"
+ integrity sha512-KbfOdsVtMBFVN8y/eC32ZMYKHFJ6yf71aPYbsKwYY484lUMjE61b0uNd35GBuIc0+xCqJa8eFzdEbbjO4RFlvQ==
dependencies:
- "@babel/runtime" "^7.18.0"
- "@polkadot/networks" "^9.2.2-15"
- "@polkadot/types" "8.5.2-10"
- "@polkadot/types-codec" "8.5.2-10"
- "@polkadot/types-create" "8.5.2-10"
- "@polkadot/util" "^9.2.2-15"
+ "@babel/runtime" "^7.18.3"
+ "@polkadot/networks" "^9.3.1"
+ "@polkadot/types" "8.6.1"
+ "@polkadot/types-codec" "8.6.1"
+ "@polkadot/types-create" "8.6.1"
+ "@polkadot/util" "^9.3.1"
-"@polkadot/types-support@8.5.2-10":
- version "8.5.2-10"
- resolved "https://registry.yarnpkg.com/@polkadot/types-support/-/types-support-8.5.2-10.tgz#b122e30149691ceca7bf4efeb589ad46a967767d"
- integrity sha512-hvMpX22YRmcF9VNwLjy1U4+BYIPw2hv40SFfKSl0HTou1MSy04q2rGy2VbJhFhoXlrq4zzo+/VvaxUAJxEQ/QQ==
+"@polkadot/types-support@8.6.1":
+ version "8.6.1"
+ resolved "https://registry.yarnpkg.com/@polkadot/types-support/-/types-support-8.6.1.tgz#e2e51d1cd3fdba1b4142bd9c864e37105ecb2100"
+ integrity sha512-x0OZMJjMBCh5IJ46tSFlYfevcwAue/EvJnC0eN8NsvUaNO7WwJbbgeVve6yNoN1/UxTeoCtZmaEHzWxmCbd2Cw==
dependencies:
- "@babel/runtime" "^7.18.0"
- "@polkadot/util" "^9.2.2-15"
+ "@babel/runtime" "^7.18.3"
+ "@polkadot/util" "^9.3.1"
-"@polkadot/types@8.5.2-10":
- version "8.5.2-10"
- resolved "https://registry.yarnpkg.com/@polkadot/types/-/types-8.5.2-10.tgz#6f665fbdd6eb85f06b293963c83f96796f1238db"
- integrity sha512-wD59Z7YTLFeRl8If0FYaBoMKd9m5hHcp3GFBw0kN8OXwwKTbK9f/kVzxBlCmvwTRZTN1fDAKAA+97hxITiV+tQ==
+"@polkadot/types@8.6.1":
+ version "8.6.1"
+ resolved "https://registry.yarnpkg.com/@polkadot/types/-/types-8.6.1.tgz#0ea834e96408fbda361b911c2c47198e514bf876"
+ integrity sha512-eh9BBS0PPrbCpR4rgLnuyGmB0SSSnfoHHLcFBhzSvuMTJ3Rq2LJGIwfm691qp7iugYoq5U2HqR+JwNUQfsWbFw==
dependencies:
- "@babel/runtime" "^7.18.0"
- "@polkadot/keyring" "^9.2.2-15"
- "@polkadot/types-augment" "8.5.2-10"
- "@polkadot/types-codec" "8.5.2-10"
- "@polkadot/types-create" "8.5.2-10"
- "@polkadot/util" "^9.2.2-15"
- "@polkadot/util-crypto" "^9.2.2-15"
+ "@babel/runtime" "^7.18.3"
+ "@polkadot/keyring" "^9.3.1"
+ "@polkadot/types-augment" "8.6.1"
+ "@polkadot/types-codec" "8.6.1"
+ "@polkadot/types-create" "8.6.1"
+ "@polkadot/util" "^9.3.1"
+ "@polkadot/util-crypto" "^9.3.1"
rxjs "^7.5.5"
-"@polkadot/util-crypto@9.2.2-15", "@polkadot/util-crypto@^9.2.2-15":
- version "9.2.2-15"
- resolved "https://registry.yarnpkg.com/@polkadot/util-crypto/-/util-crypto-9.2.2-15.tgz#780e6cec35b23e5b1a55935eda4f6946517654e2"
- integrity sha512-AN4uBCN+ZWODj1VRSG06GCWk09DGE8T4ajgLcvH9mBuqMH/pKrl/F6DJN6c3O0MPEKCqJPRH4UND8n5tiJ9tNA==
+"@polkadot/util-crypto@9.3.1", "@polkadot/util-crypto@^9.3.1":
+ version "9.3.1"
+ resolved "https://registry.yarnpkg.com/@polkadot/util-crypto/-/util-crypto-9.3.1.tgz#9595c7dc6744ab4cd78eade574a2ab1741fc4768"
+ integrity sha512-4Vd/FDMLhw9ceUVbBeafjvroHqWN2y85oydhiSN8WCr57ezsaknNPagovEGpUcUAWcrnRDngsxHRWmUmghEF6A==
dependencies:
- "@babel/runtime" "^7.18.0"
+ "@babel/runtime" "^7.18.3"
"@noble/hashes" "1.0.0"
"@noble/secp256k1" "1.5.5"
- "@polkadot/networks" "9.2.2-15"
- "@polkadot/util" "9.2.2-15"
+ "@polkadot/networks" "9.3.1"
+ "@polkadot/util" "9.3.1"
"@polkadot/wasm-crypto" "^6.1.1"
- "@polkadot/x-bigint" "9.2.2-15"
- "@polkadot/x-randomvalues" "9.2.2-15"
+ "@polkadot/x-bigint" "9.3.1"
+ "@polkadot/x-randomvalues" "9.3.1"
"@scure/base" "1.0.0"
ed2curve "^0.3.0"
tweetnacl "^1.0.3"
-"@polkadot/util@9.2.2-15", "@polkadot/util@^9.2.2-15":
- version "9.2.2-15"
- resolved "https://registry.yarnpkg.com/@polkadot/util/-/util-9.2.2-15.tgz#da0151fbb70fb72c35c158b00622180a6342acfa"
- integrity sha512-GTaIh9FGy/wXeTamzGMhtleo/uZ2PqRl/u22PwpK+c9mp0WYHDYewWMsrA7YQHuU9Gs7gg8slE3M3WQSSV/gPQ==
+"@polkadot/util@9.3.1", "@polkadot/util@^9.3.1":
+ version "9.3.1"
+ resolved "https://registry.yarnpkg.com/@polkadot/util/-/util-9.3.1.tgz#cae1bc0b8e68450a3f0c0a0c636f9f82e524549c"
+ integrity sha512-WVsihsFMhM0eLylP5LybNh5opD3nzYBdPEIuHf5IiGbhk0pVQEWE3mqcR2fSvSDv3ArQG5KE5cq26JZDVunZlw==
dependencies:
- "@babel/runtime" "^7.18.0"
- "@polkadot/x-bigint" "9.2.2-15"
- "@polkadot/x-global" "9.2.2-15"
- "@polkadot/x-textdecoder" "9.2.2-15"
- "@polkadot/x-textencoder" "9.2.2-15"
+ "@babel/runtime" "^7.18.3"
+ "@polkadot/x-bigint" "9.3.1"
+ "@polkadot/x-global" "9.3.1"
+ "@polkadot/x-textdecoder" "9.3.1"
+ "@polkadot/x-textencoder" "9.3.1"
"@types/bn.js" "^5.1.0"
- bn.js "^5.2.0"
+ bn.js "^5.2.1"
ip-regex "^4.3.0"
"@polkadot/wasm-bridge@6.1.1":
@@ -2031,62 +2031,62 @@
dependencies:
"@babel/runtime" "^7.17.9"
-"@polkadot/x-bigint@9.2.2-15":
- version "9.2.2-15"
- resolved "https://registry.yarnpkg.com/@polkadot/x-bigint/-/x-bigint-9.2.2-15.tgz#ca02bd73a0105578a9eb8964830caac03118ceed"
- integrity sha512-y5H0f8+3snFzM0Pc+H3Q+QZSNF0KK7o2GtLRnTIzxRcKGl+Jq8fkMFUIq7wpxEnO1Ifjs6KbT4zGXXoIORJBYw==
+"@polkadot/x-bigint@9.3.1":
+ version "9.3.1"
+ resolved "https://registry.yarnpkg.com/@polkadot/x-bigint/-/x-bigint-9.3.1.tgz#d83b2c6cce1bb859954764d465c27316c0f9a2ca"
+ integrity sha512-eBukzcqxLwAbCNZzfcLhgTtgjOlNVRnS8SETun1ChMzLG7Ytm65qx8wleIpeYQ/vDIT07pA1sDmw+4Bhg+5ALw==
dependencies:
- "@babel/runtime" "^7.18.0"
- "@polkadot/x-global" "9.2.2-15"
+ "@babel/runtime" "^7.18.3"
+ "@polkadot/x-global" "9.3.1"
-"@polkadot/x-fetch@^9.2.2-15":
- version "9.2.2-15"
- resolved "https://registry.yarnpkg.com/@polkadot/x-fetch/-/x-fetch-9.2.2-15.tgz#c5a698d2887a8b94458c07dd2e406c69ee14bffc"
- integrity sha512-Krp794G1LOGmr2/d5z25AYqsZq7XaAxDDcLGIAR3eogE8odjsfNwwOTcGtjrtoXHBDz1WwY1mdESa0lgq98uOw==
+"@polkadot/x-fetch@^9.3.1":
+ version "9.3.1"
+ resolved "https://registry.yarnpkg.com/@polkadot/x-fetch/-/x-fetch-9.3.1.tgz#9d6e878abd6f2309414beecded6b8aad70bb3109"
+ integrity sha512-ypWxDxJ0Lq2enRf1+XcHBNRNxm1UFcrYJbsrGZkaP+AOZdPQLWrFB/JigSXTXOS3KnuxWecqLwiFOHis4GicXg==
dependencies:
- "@babel/runtime" "^7.18.0"
- "@polkadot/x-global" "9.2.2-15"
+ "@babel/runtime" "^7.18.3"
+ "@polkadot/x-global" "9.3.1"
"@types/node-fetch" "^2.6.1"
node-fetch "^2.6.7"
-"@polkadot/x-global@9.2.2-15", "@polkadot/x-global@^9.2.2-15":
- version "9.2.2-15"
- resolved "https://registry.yarnpkg.com/@polkadot/x-global/-/x-global-9.2.2-15.tgz#c8756d6d5fe46d8cebba6bbd55e4899dda5d03ba"
- integrity sha512-F7JLnc4ea1yE0+HpGMldRFyBsGEFvP6NYPVf5xeqysg0mg5FO562MxClHkSvmKjVayLTD+xQ8AkC/luujvBNkw==
+"@polkadot/x-global@9.3.1", "@polkadot/x-global@^9.3.1":
+ version "9.3.1"
+ resolved "https://registry.yarnpkg.com/@polkadot/x-global/-/x-global-9.3.1.tgz#0bae8c93178f5616a93714f4abd98cd5199ec2a7"
+ integrity sha512-D/6wtyaZNDMIJ73fEoZbeDyULs1rBZc/pfLlSczo9efthOheZTY6KUIvPPrZFGd0b817j5Kex3ABcx7uYgWOjw==
dependencies:
- "@babel/runtime" "^7.18.0"
+ "@babel/runtime" "^7.18.3"
-"@polkadot/x-randomvalues@9.2.2-15":
- version "9.2.2-15"
- resolved "https://registry.yarnpkg.com/@polkadot/x-randomvalues/-/x-randomvalues-9.2.2-15.tgz#e1a5e45f83ca2c0e504f2f02172ad7c5ea0561c7"
- integrity sha512-ofrnKbfNuq+aVfSCNzL4VJCusUehJo0G12iM9dB/MQnjXuAbEU9FZUEAWcT4pGYDAQKloHj6iOKcsHKyqlTsww==
+"@polkadot/x-randomvalues@9.3.1":
+ version "9.3.1"
+ resolved "https://registry.yarnpkg.com/@polkadot/x-randomvalues/-/x-randomvalues-9.3.1.tgz#cc2af3dbbd0cd81da0b9cc39d03d43ab24fca946"
+ integrity sha512-3X9aIKXweeZXAmwUsJIEwssHKVNxDbGH3A4IkqzUcxne7QyODjLSwAD84n6mDSye00gnqk6L0rb/IwF2Vf+PqA==
dependencies:
- "@babel/runtime" "^7.18.0"
- "@polkadot/x-global" "9.2.2-15"
+ "@babel/runtime" "^7.18.3"
+ "@polkadot/x-global" "9.3.1"
-"@polkadot/x-textdecoder@9.2.2-15":
- version "9.2.2-15"
- resolved "https://registry.yarnpkg.com/@polkadot/x-textdecoder/-/x-textdecoder-9.2.2-15.tgz#14d521d100c02caf77a738ea7d8976e4da3b6872"
- integrity sha512-+cC5Y1LnBJA/mb0KKcTLL8vw5aSGvFgxn8yb41okCey54tvZwa9oy8CQpw2njQ+qCuzEFiGQqDDanHp2D7mrew==
+"@polkadot/x-textdecoder@9.3.1":
+ version "9.3.1"
+ resolved "https://registry.yarnpkg.com/@polkadot/x-textdecoder/-/x-textdecoder-9.3.1.tgz#e449fb2adadbbf4e3e0ff95da969e634829fe07e"
+ integrity sha512-YJgcVUYvuGOkRcBVKTmE6ZXB7VpzMmhCy+DfHDijbnuRDywK0uM8zwXK7hCuPLwfZ8iLX/APpzM5ryNaleiIiA==
dependencies:
- "@babel/runtime" "^7.18.0"
- "@polkadot/x-global" "9.2.2-15"
+ "@babel/runtime" "^7.18.3"
+ "@polkadot/x-global" "9.3.1"
-"@polkadot/x-textencoder@9.2.2-15":
- version "9.2.2-15"
- resolved "https://registry.yarnpkg.com/@polkadot/x-textencoder/-/x-textencoder-9.2.2-15.tgz#aa1f94b6f2c3dc663584359b18188e7d272b7925"
- integrity sha512-TAr8CxdcpPqwpDYF/h4SOB0HmXG31w/gqX6mzN6tj0XxRkjxZUlpYGwnnOPzmYRSIsePW7yqsxK0eJq0yEyKpg==
+"@polkadot/x-textencoder@9.3.1":
+ version "9.3.1"
+ resolved "https://registry.yarnpkg.com/@polkadot/x-textencoder/-/x-textencoder-9.3.1.tgz#537f014f9fd7c22238b336d159d2cbaa6003aba2"
+ integrity sha512-f0hnI5iV/JmwJGPzKAeJ4R9ojuFJWbIM9NIg+Q53Fg6PmJUpY2xQVh1BjzSwRy+lFy0ubfB7Fw9A8KBkDYxCSw==
dependencies:
- "@babel/runtime" "^7.18.0"
- "@polkadot/x-global" "9.2.2-15"
+ "@babel/runtime" "^7.18.3"
+ "@polkadot/x-global" "9.3.1"
-"@polkadot/x-ws@^9.2.2-15":
- version "9.2.2-15"
- resolved "https://registry.yarnpkg.com/@polkadot/x-ws/-/x-ws-9.2.2-15.tgz#0e29349054dbcf33cd6598de75c88f81a6e435bc"
- integrity sha512-GXZy0/D2XLGKPKcwWO/92TWgkpDbZSXHsiRpjm5dUHkMSaB7TLZFS6Dn4/xfJwlTBmNYPY5BMW/HuRyEeDVwCg==
+"@polkadot/x-ws@^9.3.1":
+ version "9.3.1"
+ resolved "https://registry.yarnpkg.com/@polkadot/x-ws/-/x-ws-9.3.1.tgz#c30194a2d421b919d310668af97ee650a03e43d2"
+ integrity sha512-9WoahcxygKcA7RWOeijW5Kzw6QG7QDc0MPFmygiNMuOqVeEP54c4Yrw1DirZnmRbedhms/OieskPDX4JvxlFmg==
dependencies:
- "@babel/runtime" "^7.18.0"
- "@polkadot/x-global" "9.2.2-15"
+ "@babel/runtime" "^7.18.3"
+ "@polkadot/x-global" "9.3.1"
"@types/websocket" "^1.0.5"
websocket "^1.0.34"
@@ -2204,7 +2204,7 @@
pako "^2.0.4"
websocket "^1.0.32"
-"@substrate/ss58-registry@^1.18.0":
+"@substrate/ss58-registry@^1.20.0":
version "1.20.0"
resolved "https://registry.yarnpkg.com/@substrate/ss58-registry/-/ss58-registry-1.20.0.tgz#a12fd6884eab4167b123a4ccafe94efe4d0109aa"
integrity sha512-0YyH7iYbn3yuzKjpRP9gKB4O+Xg6Ciszokz3h5wrRZMz/474rhjpmR+SF1NRvVdNv+rNl3ua/o45D8CPq++TUg==
@@ -7099,7 +7099,7 @@
resolved "https://registry.yarnpkg.com/mock-fs/-/mock-fs-4.14.0.tgz#ce5124d2c601421255985e6e94da80a7357b1b18"
integrity sha512-qYvlv/exQ4+svI3UOvPUpLDF0OMX5euvUH0Ny4N5QyRyhNdgAgUrVH3iUINSzEPLvx0kbo/Bp28GJKIqvE7URw==
-mock-socket@^9.1.3:
+mock-socket@^9.1.4:
version "9.1.4"
resolved "https://registry.yarnpkg.com/mock-socket/-/mock-socket-9.1.4.tgz#9295cb9c95d3b2730a7bc067008f055635d8fc75"
integrity sha512-zc7jF8FId8pD9ojxWLcXrv4c2nEFOb6o8giPb45yQ6BfQX1tWuUktHNFSiy+KBt0VhYtHNt5MFIzclt0LIynEA==
@@ -8284,10 +8284,10 @@
dependencies:
estree-walker "^0.6.1"
-rollup@^2.74.1:
- version "2.75.0"
- resolved "https://registry.yarnpkg.com/rollup/-/rollup-2.75.0.tgz#c4c1c2bf46c706823f5f0eee046c7a1cbdda5038"
- integrity sha512-1/wxtweHJ7YwI2AIK3ZgCBU3nbW8sLnBIFwN46cwOTnVzt8f1o6J8zPKjwoiuADvzSjmnLqJce31p0q2vQ+dqw==
+rollup@^2.75.0:
+ version "2.75.3"
+ resolved "https://registry.yarnpkg.com/rollup/-/rollup-2.75.3.tgz#11bd3e8ace526911feea8af17f2a286fbfdb4cf8"
+ integrity sha512-YA29fLU6MAYSaDxIQYrGGOcbXlDmG96h0krGGYObroezcQ0KgEPM3+7MtKD/qeuUbFuAJXvKZee5dA1dpwq1PQ==
optionalDependencies:
fsevents "~2.3.2"
@@ -8523,10 +8523,10 @@
resolved "https://registry.yarnpkg.com/slash/-/slash-3.0.0.tgz#6539be870c165adbd5240220dbe361f1bc4d4634"
integrity sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==
-solc@0.8.13:
- version "0.8.13"
- resolved "https://registry.yarnpkg.com/solc/-/solc-0.8.13.tgz#bafc7fcc11a627e2281e489076b80497123bb704"
- integrity sha512-C0yTN+rjEOGO6uVOXI8+EKa75SFMuZpQ2tryex4QxWIg0HRWZvCHKfVPuLZ5wx06Sb6GBp6uQA5yqQyXZnXOJw==
+solc@0.8.14-fixed:
+ version "0.8.14-fixed"
+ resolved "https://registry.yarnpkg.com/solc/-/solc-0.8.14-fixed.tgz#a730a1e8259ac06313f6b7287df046ebe1dddc13"
+ integrity sha512-jFYa2fKbk95olckuDbhs9kbtaUhLRllM7aC++mLinJBUcdHbaHVM8LxHaJpOIDdnHBV9TpIP4XBybVugqMDyhA==
dependencies:
command-exists "^1.2.8"
commander "^8.1.0"
@@ -9068,7 +9068,7 @@
resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.9.10.tgz#70f3910ac7a51ed6bef79da7800690b19bf778b8"
integrity sha512-w6fIxVE/H1PkLKcCPsFqKE7Kv7QUwhU8qQY2MueZXWx5cPZdwFupLgKK3vntcK98BtNHZtAF4LA/yl2a7k8R6Q==
-typescript@^4.6.4, typescript@^4.7.2:
+typescript@^4.7.2:
version "4.7.2"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.7.2.tgz#1f9aa2ceb9af87cca227813b4310fff0b51593c4"
integrity sha512-Mamb1iX2FDUpcTRzltPxgWMKy3fhg0TN378ylbktPGPK/99KbDtMQ4W1hwgsbPAsG3a0xKa1vmw4VKZQbkvz5A==