difftreelog
chore regenerate types
in: master
3 files changed
tests/src/interfaces/augment-api-rpc.tsdiffbeforeafterboth--- a/tests/src/interfaces/augment-api-rpc.ts
+++ b/tests/src/interfaces/augment-api-rpc.ts
@@ -16,7 +16,7 @@
import type { BlockHash } from '@polkadot/types/interfaces/chain';
import type { PrefixedStorageKey } from '@polkadot/types/interfaces/childstate';
import type { AuthorityId } from '@polkadot/types/interfaces/consensus';
-import type { CodeUploadRequest, CodeUploadResult, ContractCallRequest, ContractExecResult, ContractInstantiateResult, InstantiateRequest } from '@polkadot/types/interfaces/contracts';
+import type { CodeUploadRequest, CodeUploadResult, ContractCallRequest, ContractExecResult, ContractInstantiateResult, InstantiateRequestV1 } from '@polkadot/types/interfaces/contracts';
import type { BlockStats } from '@polkadot/types/interfaces/dev';
import type { CreatedBlock } from '@polkadot/types/interfaces/engine';
import type { EthAccount, EthCallRequest, EthFeeHistory, EthFilter, EthFilterChanges, EthLog, EthReceipt, EthRichBlock, EthSubKind, EthSubParams, EthSyncStatus, EthTransaction, EthTransactionRequest, EthWork } from '@polkadot/types/interfaces/eth';
@@ -24,7 +24,7 @@
import type { EncodedFinalityProofs, JustificationNotification, ReportedRoundStates } from '@polkadot/types/interfaces/grandpa';
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 { FeeDetails, RuntimeDispatchInfoV1 } from '@polkadot/types/interfaces/payment';
import type { RpcMethods } from '@polkadot/types/interfaces/rpc';
import type { AccountId, AccountId32, BlockNumber, H160, H256, H64, Hash, Header, Index, Justification, KeyValue, SignedBlock, StorageData } from '@polkadot/types/interfaces/runtime';
import type { MigrationStatusResult, ReadProof, RuntimeVersion, TraceBlockResponse } from '@polkadot/types/interfaces/state';
@@ -174,7 +174,7 @@
* @deprecated Use the runtime interface `api.call.contractsApi.instantiate` instead
* Instantiate a new contract
**/
- instantiate: AugmentedRpc<(request: InstantiateRequest | { origin?: any; value?: any; gasLimit?: any; storageDepositLimit?: any; code?: any; data?: any; salt?: any } | string | Uint8Array, at?: BlockHash | string | Uint8Array) => Observable<ContractInstantiateResult>>;
+ instantiate: AugmentedRpc<(request: InstantiateRequestV1 | { origin?: any; value?: any; gasLimit?: any; code?: any; data?: any; salt?: any } | string | Uint8Array, at?: BlockHash | string | Uint8Array) => Observable<ContractInstantiateResult>>;
/**
* @deprecated Not available in newer versions of the contracts interfaces
* Returns the projected time a given contract will be able to sustain paying its rent
@@ -426,13 +426,15 @@
};
payment: {
/**
+ * @deprecated Use `api.call.transactionPaymentApi.queryFeeDetails` instead
* Query the detailed fee of a given encoded extrinsic
**/
queryFeeDetails: AugmentedRpc<(extrinsic: Bytes | string | Uint8Array, at?: BlockHash | string | Uint8Array) => Observable<FeeDetails>>;
/**
+ * @deprecated Use `api.call.transactionPaymentApi.queryInfo` instead
* Retrieves the fee information for an encoded extrinsic
**/
- queryInfo: AugmentedRpc<(extrinsic: Bytes | string | Uint8Array, at?: BlockHash | string | Uint8Array) => Observable<RuntimeDispatchInfo>>;
+ queryInfo: AugmentedRpc<(extrinsic: Bytes | string | Uint8Array, at?: BlockHash | string | Uint8Array) => Observable<RuntimeDispatchInfoV1>>;
};
rmrk: {
/**
tests/src/interfaces/augment-types.tsdiffbeforeafterboth--- a/tests/src/interfaces/augment-types.ts
+++ b/tests/src/interfaces/augment-types.ts
@@ -24,7 +24,7 @@
import type { StatementKind } from '@polkadot/types/interfaces/claims';
import type { CollectiveOrigin, MemberCount, ProposalIndex, Votes, VotesTo230 } from '@polkadot/types/interfaces/collective';
import type { AuthorityId, RawVRFOutput } from '@polkadot/types/interfaces/consensus';
-import type { AliveContractInfo, CodeHash, CodeSource, CodeUploadRequest, CodeUploadResult, CodeUploadResultValue, ContractCallFlags, ContractCallRequest, ContractExecResult, ContractExecResultOk, ContractExecResultResult, ContractExecResultSuccessTo255, ContractExecResultSuccessTo260, ContractExecResultTo255, ContractExecResultTo260, ContractExecResultTo267, ContractInfo, ContractInstantiateResult, ContractInstantiateResultTo267, ContractInstantiateResultTo299, ContractReturnFlags, ContractStorageKey, DeletedContract, ExecReturnValue, Gas, HostFnWeights, HostFnWeightsTo264, InstantiateRequest, InstantiateRequestV1, InstantiateRequestV2, InstantiateReturnValue, InstantiateReturnValueOk, InstantiateReturnValueTo267, InstructionWeights, Limits, LimitsTo264, PrefabWasmModule, RentProjection, Schedule, ScheduleTo212, ScheduleTo258, ScheduleTo264, SeedOf, StorageDeposit, TombstoneContractInfo, TrieId } from '@polkadot/types/interfaces/contracts';
+import type { AliveContractInfo, CodeHash, CodeSource, CodeUploadRequest, CodeUploadResult, CodeUploadResultValue, ContractCallFlags, ContractCallRequest, ContractExecResult, ContractExecResultOk, ContractExecResultResult, ContractExecResultSuccessTo255, ContractExecResultSuccessTo260, ContractExecResultTo255, ContractExecResultTo260, ContractExecResultTo267, ContractExecResultU64, ContractInfo, ContractInstantiateResult, ContractInstantiateResultTo267, ContractInstantiateResultTo299, ContractInstantiateResultU64, ContractReturnFlags, ContractStorageKey, DeletedContract, ExecReturnValue, Gas, HostFnWeights, HostFnWeightsTo264, InstantiateRequest, InstantiateRequestV1, InstantiateRequestV2, InstantiateReturnValue, InstantiateReturnValueOk, InstantiateReturnValueTo267, InstructionWeights, Limits, LimitsTo264, PrefabWasmModule, RentProjection, Schedule, ScheduleTo212, ScheduleTo258, ScheduleTo264, SeedOf, StorageDeposit, TombstoneContractInfo, TrieId } from '@polkadot/types/interfaces/contracts';
import type { ContractConstructorSpecLatest, ContractConstructorSpecV0, ContractConstructorSpecV1, ContractConstructorSpecV2, ContractConstructorSpecV3, ContractContractSpecV0, ContractContractSpecV1, ContractContractSpecV2, ContractContractSpecV3, ContractContractSpecV4, ContractCryptoHasher, ContractDiscriminant, ContractDisplayName, ContractEventParamSpecLatest, ContractEventParamSpecV0, ContractEventParamSpecV2, ContractEventSpecLatest, ContractEventSpecV0, ContractEventSpecV1, ContractEventSpecV2, ContractLayoutArray, ContractLayoutCell, ContractLayoutEnum, ContractLayoutHash, ContractLayoutHashingStrategy, ContractLayoutKey, ContractLayoutStruct, ContractLayoutStructField, ContractMessageParamSpecLatest, ContractMessageParamSpecV0, ContractMessageParamSpecV2, ContractMessageSpecLatest, ContractMessageSpecV0, ContractMessageSpecV1, ContractMessageSpecV2, ContractMetadata, ContractMetadataLatest, ContractMetadataV0, ContractMetadataV1, ContractMetadataV2, ContractMetadataV3, ContractMetadataV4, ContractProject, ContractProjectContract, ContractProjectInfo, ContractProjectSource, ContractProjectV0, ContractSelector, ContractStorageLayout, ContractTypeSpec } from '@polkadot/types/interfaces/contractsAbi';
import type { FundIndex, FundInfo, LastContribution, TrieIndex } from '@polkadot/types/interfaces/crowdloan';
import type { CollationInfo, CollationInfoV1, ConfigData, MessageId, OverweightIndex, PageCounter, PageIndexData } from '@polkadot/types/interfaces/cumulus';
@@ -47,7 +47,7 @@
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, CandidateEvent, CandidateHash, CandidateInfo, CandidatePendingAvailability, CandidateReceipt, CollatorId, CollatorSignature, CommittedCandidateReceipt, CoreAssignment, CoreIndex, CoreOccupied, CoreState, DisputeLocation, DisputeResult, DisputeState, DisputeStatement, DisputeStatementSet, DoubleVoteReport, DownwardMessage, ExplicitDisputeStatement, GlobalValidationData, GlobalValidationSchedule, GroupIndex, GroupRotationInfo, HeadData, HostConfiguration, HrmpChannel, HrmpChannelId, HrmpOpenChannelRequest, InboundDownwardMessage, InboundHrmpMessage, InboundHrmpMessages, IncomingParachain, IncomingParachainDeploy, IncomingParachainFixed, InvalidDisputeStatementKind, LeasePeriod, LeasePeriodOf, LocalValidationData, MessageIngestionType, MessageQueueChain, MessagingStateSnapshot, MessagingStateSnapshotEgressEntry, MultiDisputeStatementSet, NewBidder, OccupiedCore, OccupiedCoreAssumption, OldV1SessionInfo, OutboundHrmpMessage, ParaGenesisArgs, ParaId, ParaInfo, ParaLifecycle, ParaPastCodeMeta, ParaScheduling, ParaValidatorIndex, ParachainDispatchOrigin, ParachainInherentData, ParachainProposal, ParachainsInherentData, ParathreadClaim, ParathreadClaimQueue, ParathreadEntry, PersistedValidationData, PvfCheckStatement, QueuedParathread, RegisteredParachainInfo, RelayBlockNumber, RelayChainBlockNumber, RelayChainHash, RelayHash, Remark, ReplacementTimes, Retriable, ScheduledCore, Scheduling, ScrapedOnChainVotes, 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';
-import type { FeeDetails, InclusionFee, RuntimeDispatchInfo } from '@polkadot/types/interfaces/payment';
+import type { FeeDetails, InclusionFee, RuntimeDispatchInfo, RuntimeDispatchInfoV1, RuntimeDispatchInfoV2 } from '@polkadot/types/interfaces/payment';
import type { Approvals } from '@polkadot/types/interfaces/poll';
import type { ProxyAnnouncement, ProxyDefinition, ProxyType } from '@polkadot/types/interfaces/proxy';
import type { AccountStatus, AccountValidity } from '@polkadot/types/interfaces/purchase';
@@ -273,10 +273,12 @@
ContractExecResultTo255: ContractExecResultTo255;
ContractExecResultTo260: ContractExecResultTo260;
ContractExecResultTo267: ContractExecResultTo267;
+ ContractExecResultU64: ContractExecResultU64;
ContractInfo: ContractInfo;
ContractInstantiateResult: ContractInstantiateResult;
ContractInstantiateResultTo267: ContractInstantiateResultTo267;
ContractInstantiateResultTo299: ContractInstantiateResultTo299;
+ ContractInstantiateResultU64: ContractInstantiateResultU64;
ContractLayoutArray: ContractLayoutArray;
ContractLayoutCell: ContractLayoutCell;
ContractLayoutEnum: ContractLayoutEnum;
@@ -1057,6 +1059,8 @@
RpcMethods: RpcMethods;
RuntimeDbWeight: RuntimeDbWeight;
RuntimeDispatchInfo: RuntimeDispatchInfo;
+ RuntimeDispatchInfoV1: RuntimeDispatchInfoV1;
+ RuntimeDispatchInfoV2: RuntimeDispatchInfoV2;
RuntimeVersion: RuntimeVersion;
RuntimeVersionApi: RuntimeVersionApi;
RuntimeVersionPartial: RuntimeVersionPartial;
tests/src/interfaces/lookup.tsdiffbeforeafterboth1<<<<<<< HEAD2// Auto-generated via `yarn polkadot-types-from-defs`, do not edit3/* eslint-disable */45/* eslint-disable sort-keys */67export default {8 /**9 * Lookup3: frame_system::AccountInfo<Index, pallet_balances::AccountData<Balance>>10 **/11 FrameSystemAccountInfo: {12 nonce: 'u32',13 consumers: 'u32',14 providers: 'u32',15 sufficients: 'u32',16 data: 'PalletBalancesAccountData'17 },18 /**19 * Lookup5: pallet_balances::AccountData<Balance>20 **/21 PalletBalancesAccountData: {22 free: 'u128',23 reserved: 'u128',24 miscFrozen: 'u128',25 feeFrozen: 'u128'26 },27 /**28 * Lookup7: frame_support::dispatch::PerDispatchClass<sp_weights::weight_v2::Weight>29 **/30 FrameSupportDispatchPerDispatchClassWeight: {31 normal: 'SpWeightsWeightV2Weight',32 operational: 'SpWeightsWeightV2Weight',33 mandatory: 'SpWeightsWeightV2Weight'34 },35 /**36 * Lookup8: sp_weights::weight_v2::Weight37 **/38 SpWeightsWeightV2Weight: {39 refTime: 'Compact<u64>',40 proofSize: 'Compact<u64>'41 },42 /**43 * Lookup13: sp_runtime::generic::digest::Digest44 **/45 SpRuntimeDigest: {46 logs: 'Vec<SpRuntimeDigestDigestItem>'47 },48 /**49 * Lookup15: sp_runtime::generic::digest::DigestItem50 **/51 SpRuntimeDigestDigestItem: {52 _enum: {53 Other: 'Bytes',54 __Unused1: 'Null',55 __Unused2: 'Null',56 __Unused3: 'Null',57 Consensus: '([u8;4],Bytes)',58 Seal: '([u8;4],Bytes)',59 PreRuntime: '([u8;4],Bytes)',60 __Unused7: 'Null',61 RuntimeEnvironmentUpdated: 'Null'62 }63 },64 /**65 * Lookup18: frame_system::EventRecord<opal_runtime::RuntimeEvent, primitive_types::H256>66 **/67 FrameSystemEventRecord: {68 phase: 'FrameSystemPhase',69 event: 'Event',70 topics: 'Vec<H256>'71 },72 /**73 * Lookup20: frame_system::pallet::Event<T>74 **/75 FrameSystemEvent: {76 _enum: {77 ExtrinsicSuccess: {78 dispatchInfo: 'FrameSupportDispatchDispatchInfo',79 },80 ExtrinsicFailed: {81 dispatchError: 'SpRuntimeDispatchError',82 dispatchInfo: 'FrameSupportDispatchDispatchInfo',83 },84 CodeUpdated: 'Null',85 NewAccount: {86 account: 'AccountId32',87 },88 KilledAccount: {89 account: 'AccountId32',90 },91 Remarked: {92 _alias: {93 hash_: 'hash',94 },95 sender: 'AccountId32',96 hash_: 'H256'97 }98 }99 },100 /**101 * Lookup21: frame_support::dispatch::DispatchInfo102 **/103 FrameSupportDispatchDispatchInfo: {104 weight: 'SpWeightsWeightV2Weight',105 class: 'FrameSupportDispatchDispatchClass',106 paysFee: 'FrameSupportDispatchPays'107 },108 /**109 * Lookup22: frame_support::dispatch::DispatchClass110 **/111 FrameSupportDispatchDispatchClass: {112 _enum: ['Normal', 'Operational', 'Mandatory']113 },114 /**115 * Lookup23: frame_support::dispatch::Pays116 **/117 FrameSupportDispatchPays: {118 _enum: ['Yes', 'No']119 },120 /**121 * Lookup24: sp_runtime::DispatchError122 **/123 SpRuntimeDispatchError: {124 _enum: {125 Other: 'Null',126 CannotLookup: 'Null',127 BadOrigin: 'Null',128 Module: 'SpRuntimeModuleError',129 ConsumerRemaining: 'Null',130 NoProviders: 'Null',131 TooManyConsumers: 'Null',132 Token: 'SpRuntimeTokenError',133 Arithmetic: 'SpRuntimeArithmeticError',134 Transactional: 'SpRuntimeTransactionalError',135 Exhausted: 'Null',136 Corruption: 'Null',137 Unavailable: 'Null'138 }139 },140 /**141 * Lookup25: sp_runtime::ModuleError142 **/143 SpRuntimeModuleError: {144 index: 'u8',145 error: '[u8;4]'146 },147 /**148 * Lookup26: sp_runtime::TokenError149 **/150 SpRuntimeTokenError: {151 _enum: ['NoFunds', 'WouldDie', 'BelowMinimum', 'CannotCreate', 'UnknownAsset', 'Frozen', 'Unsupported']152 },153 /**154 * Lookup27: sp_runtime::ArithmeticError155 **/156 SpRuntimeArithmeticError: {157 _enum: ['Underflow', 'Overflow', 'DivisionByZero']158 },159 /**160 * Lookup28: sp_runtime::TransactionalError161 **/162 SpRuntimeTransactionalError: {163 _enum: ['LimitReached', 'NoLayer']164 },165 /**166 * Lookup29: cumulus_pallet_parachain_system::pallet::Event<T>167 **/168 CumulusPalletParachainSystemEvent: {169 _enum: {170 ValidationFunctionStored: 'Null',171 ValidationFunctionApplied: {172 relayChainBlockNum: 'u32',173 },174 ValidationFunctionDiscarded: 'Null',175 UpgradeAuthorized: {176 codeHash: 'H256',177 },178 DownwardMessagesReceived: {179 count: 'u32',180 },181 DownwardMessagesProcessed: {182 weightUsed: 'SpWeightsWeightV2Weight',183 dmqHead: 'H256'184 }185 }186 },187 /**188 * Lookup30: pallet_balances::pallet::Event<T, I>189 **/190 PalletBalancesEvent: {191 _enum: {192 Endowed: {193 account: 'AccountId32',194 freeBalance: 'u128',195 },196 DustLost: {197 account: 'AccountId32',198 amount: 'u128',199 },200 Transfer: {201 from: 'AccountId32',202 to: 'AccountId32',203 amount: 'u128',204 },205 BalanceSet: {206 who: 'AccountId32',207 free: 'u128',208 reserved: 'u128',209 },210 Reserved: {211 who: 'AccountId32',212 amount: 'u128',213 },214 Unreserved: {215 who: 'AccountId32',216 amount: 'u128',217 },218 ReserveRepatriated: {219 from: 'AccountId32',220 to: 'AccountId32',221 amount: 'u128',222 destinationStatus: 'FrameSupportTokensMiscBalanceStatus',223 },224 Deposit: {225 who: 'AccountId32',226 amount: 'u128',227 },228 Withdraw: {229 who: 'AccountId32',230 amount: 'u128',231 },232 Slashed: {233 who: 'AccountId32',234 amount: 'u128'235 }236 }237 },238 /**239 * Lookup31: frame_support::traits::tokens::misc::BalanceStatus240 **/241 FrameSupportTokensMiscBalanceStatus: {242 _enum: ['Free', 'Reserved']243 },244 /**245 * Lookup32: pallet_transaction_payment::pallet::Event<T>246 **/247 PalletTransactionPaymentEvent: {248 _enum: {249 TransactionFeePaid: {250 who: 'AccountId32',251 actualFee: 'u128',252 tip: 'u128'253 }254 }255 },256 /**257 * Lookup33: pallet_treasury::pallet::Event<T, I>258 **/259 PalletTreasuryEvent: {260 _enum: {261 Proposed: {262 proposalIndex: 'u32',263 },264 Spending: {265 budgetRemaining: 'u128',266 },267 Awarded: {268 proposalIndex: 'u32',269 award: 'u128',270 account: 'AccountId32',271 },272 Rejected: {273 proposalIndex: 'u32',274 slashed: 'u128',275 },276 Burnt: {277 burntFunds: 'u128',278 },279 Rollover: {280 rolloverBalance: 'u128',281 },282 Deposit: {283 value: 'u128',284 },285 SpendApproved: {286 proposalIndex: 'u32',287 amount: 'u128',288 beneficiary: 'AccountId32'289 }290 }291 },292 /**293 * Lookup34: pallet_sudo::pallet::Event<T>294 **/295 PalletSudoEvent: {296 _enum: {297 Sudid: {298 sudoResult: 'Result<Null, SpRuntimeDispatchError>',299 },300 KeyChanged: {301 oldSudoer: 'Option<AccountId32>',302 },303 SudoAsDone: {304 sudoResult: 'Result<Null, SpRuntimeDispatchError>'305 }306 }307 },308 /**309 * Lookup38: orml_vesting::module::Event<T>310 **/311 OrmlVestingModuleEvent: {312 _enum: {313 VestingScheduleAdded: {314 from: 'AccountId32',315 to: 'AccountId32',316 vestingSchedule: 'OrmlVestingVestingSchedule',317 },318 Claimed: {319 who: 'AccountId32',320 amount: 'u128',321 },322 VestingSchedulesUpdated: {323 who: 'AccountId32'324 }325 }326 },327 /**328 * Lookup39: orml_vesting::VestingSchedule<BlockNumber, Balance>329 **/330 OrmlVestingVestingSchedule: {331 start: 'u32',332 period: 'u32',333 periodCount: 'u32',334 perPeriod: 'Compact<u128>'335 },336 /**337 * Lookup41: orml_xtokens::module::Event<T>338 **/339 OrmlXtokensModuleEvent: {340 _enum: {341 TransferredMultiAssets: {342 sender: 'AccountId32',343 assets: 'XcmV1MultiassetMultiAssets',344 fee: 'XcmV1MultiAsset',345 dest: 'XcmV1MultiLocation'346 }347 }348 },349 /**350 * Lookup42: xcm::v1::multiasset::MultiAssets351 **/352 XcmV1MultiassetMultiAssets: 'Vec<XcmV1MultiAsset>',353 /**354 * Lookup44: xcm::v1::multiasset::MultiAsset355 **/356 XcmV1MultiAsset: {357 id: 'XcmV1MultiassetAssetId',358 fun: 'XcmV1MultiassetFungibility'359 },360 /**361 * Lookup45: xcm::v1::multiasset::AssetId362 **/363 XcmV1MultiassetAssetId: {364 _enum: {365 Concrete: 'XcmV1MultiLocation',366 Abstract: 'Bytes'367 }368 },369 /**370 * Lookup46: xcm::v1::multilocation::MultiLocation371 **/372 XcmV1MultiLocation: {373 parents: 'u8',374 interior: 'XcmV1MultilocationJunctions'375 },376 /**377 * Lookup47: xcm::v1::multilocation::Junctions378 **/379 XcmV1MultilocationJunctions: {380 _enum: {381 Here: 'Null',382 X1: 'XcmV1Junction',383 X2: '(XcmV1Junction,XcmV1Junction)',384 X3: '(XcmV1Junction,XcmV1Junction,XcmV1Junction)',385 X4: '(XcmV1Junction,XcmV1Junction,XcmV1Junction,XcmV1Junction)',386 X5: '(XcmV1Junction,XcmV1Junction,XcmV1Junction,XcmV1Junction,XcmV1Junction)',387 X6: '(XcmV1Junction,XcmV1Junction,XcmV1Junction,XcmV1Junction,XcmV1Junction,XcmV1Junction)',388 X7: '(XcmV1Junction,XcmV1Junction,XcmV1Junction,XcmV1Junction,XcmV1Junction,XcmV1Junction,XcmV1Junction)',389 X8: '(XcmV1Junction,XcmV1Junction,XcmV1Junction,XcmV1Junction,XcmV1Junction,XcmV1Junction,XcmV1Junction,XcmV1Junction)'390 }391 },392 /**393 * Lookup48: xcm::v1::junction::Junction394 **/395 XcmV1Junction: {396 _enum: {397 Parachain: 'Compact<u32>',398 AccountId32: {399 network: 'XcmV0JunctionNetworkId',400 id: '[u8;32]',401 },402 AccountIndex64: {403 network: 'XcmV0JunctionNetworkId',404 index: 'Compact<u64>',405 },406 AccountKey20: {407 network: 'XcmV0JunctionNetworkId',408 key: '[u8;20]',409 },410 PalletInstance: 'u8',411 GeneralIndex: 'Compact<u128>',412 GeneralKey: 'Bytes',413 OnlyChild: 'Null',414 Plurality: {415 id: 'XcmV0JunctionBodyId',416 part: 'XcmV0JunctionBodyPart'417 }418 }419 },420 /**421 * Lookup50: xcm::v0::junction::NetworkId422 **/423 XcmV0JunctionNetworkId: {424 _enum: {425 Any: 'Null',426 Named: 'Bytes',427 Polkadot: 'Null',428 Kusama: 'Null'429 }430 },431 /**432 * Lookup53: xcm::v0::junction::BodyId433 **/434 XcmV0JunctionBodyId: {435 _enum: {436 Unit: 'Null',437 Named: 'Bytes',438 Index: 'Compact<u32>',439 Executive: 'Null',440 Technical: 'Null',441 Legislative: 'Null',442 Judicial: 'Null'443 }444 },445 /**446 * Lookup54: xcm::v0::junction::BodyPart447 **/448 XcmV0JunctionBodyPart: {449 _enum: {450 Voice: 'Null',451 Members: {452 count: 'Compact<u32>',453 },454 Fraction: {455 nom: 'Compact<u32>',456 denom: 'Compact<u32>',457 },458 AtLeastProportion: {459 nom: 'Compact<u32>',460 denom: 'Compact<u32>',461 },462 MoreThanProportion: {463 nom: 'Compact<u32>',464 denom: 'Compact<u32>'465 }466 }467 },468 /**469 * Lookup55: xcm::v1::multiasset::Fungibility470 **/471 XcmV1MultiassetFungibility: {472 _enum: {473 Fungible: 'Compact<u128>',474 NonFungible: 'XcmV1MultiassetAssetInstance'475 }476 },477 /**478 * Lookup56: xcm::v1::multiasset::AssetInstance479 **/480 XcmV1MultiassetAssetInstance: {481 _enum: {482 Undefined: 'Null',483 Index: 'Compact<u128>',484 Array4: '[u8;4]',485 Array8: '[u8;8]',486 Array16: '[u8;16]',487 Array32: '[u8;32]',488 Blob: 'Bytes'489 }490 },491 /**492 * Lookup59: orml_tokens::module::Event<T>493 **/494 OrmlTokensModuleEvent: {495 _enum: {496 Endowed: {497 currencyId: 'PalletForeignAssetsAssetIds',498 who: 'AccountId32',499 amount: 'u128',500 },501 DustLost: {502 currencyId: 'PalletForeignAssetsAssetIds',503 who: 'AccountId32',504 amount: 'u128',505 },506 Transfer: {507 currencyId: 'PalletForeignAssetsAssetIds',508 from: 'AccountId32',509 to: 'AccountId32',510 amount: 'u128',511 },512 Reserved: {513 currencyId: 'PalletForeignAssetsAssetIds',514 who: 'AccountId32',515 amount: 'u128',516 },517 Unreserved: {518 currencyId: 'PalletForeignAssetsAssetIds',519 who: 'AccountId32',520 amount: 'u128',521 },522 ReserveRepatriated: {523 currencyId: 'PalletForeignAssetsAssetIds',524 from: 'AccountId32',525 to: 'AccountId32',526 amount: 'u128',527 status: 'FrameSupportTokensMiscBalanceStatus',528 },529 BalanceSet: {530 currencyId: 'PalletForeignAssetsAssetIds',531 who: 'AccountId32',532 free: 'u128',533 reserved: 'u128',534 },535 TotalIssuanceSet: {536 currencyId: 'PalletForeignAssetsAssetIds',537 amount: 'u128',538 },539 Withdrawn: {540 currencyId: 'PalletForeignAssetsAssetIds',541 who: 'AccountId32',542 amount: 'u128',543 },544 Slashed: {545 currencyId: 'PalletForeignAssetsAssetIds',546 who: 'AccountId32',547 freeAmount: 'u128',548 reservedAmount: 'u128',549 },550 Deposited: {551 currencyId: 'PalletForeignAssetsAssetIds',552 who: 'AccountId32',553 amount: 'u128',554 },555 LockSet: {556 lockId: '[u8;8]',557 currencyId: 'PalletForeignAssetsAssetIds',558 who: 'AccountId32',559 amount: 'u128',560 },561 LockRemoved: {562 lockId: '[u8;8]',563 currencyId: 'PalletForeignAssetsAssetIds',564 who: 'AccountId32'565 }566 }567 },568 /**569 * Lookup60: pallet_foreign_assets::AssetIds570 **/571 PalletForeignAssetsAssetIds: {572 _enum: {573 ForeignAssetId: 'u32',574 NativeAssetId: 'PalletForeignAssetsNativeCurrency'575 }576 },577 /**578 * Lookup61: pallet_foreign_assets::NativeCurrency579 **/580 PalletForeignAssetsNativeCurrency: {581 _enum: ['Here', 'Parent']582 },583 /**584 * Lookup62: cumulus_pallet_xcmp_queue::pallet::Event<T>585 **/586 CumulusPalletXcmpQueueEvent: {587 _enum: {588 Success: {589 messageHash: 'Option<H256>',590 weight: 'SpWeightsWeightV2Weight',591 },592 Fail: {593 messageHash: 'Option<H256>',594 error: 'XcmV2TraitsError',595 weight: 'SpWeightsWeightV2Weight',596 },597 BadVersion: {598 messageHash: 'Option<H256>',599 },600 BadFormat: {601 messageHash: 'Option<H256>',602 },603 UpwardMessageSent: {604 messageHash: 'Option<H256>',605 },606 XcmpMessageSent: {607 messageHash: 'Option<H256>',608 },609 OverweightEnqueued: {610 sender: 'u32',611 sentAt: 'u32',612 index: 'u64',613 required: 'SpWeightsWeightV2Weight',614 },615 OverweightServiced: {616 index: 'u64',617 used: 'SpWeightsWeightV2Weight'618 }619 }620 },621 /**622 * Lookup64: xcm::v2::traits::Error623 **/624 XcmV2TraitsError: {625 _enum: {626 Overflow: 'Null',627 Unimplemented: 'Null',628 UntrustedReserveLocation: 'Null',629 UntrustedTeleportLocation: 'Null',630 MultiLocationFull: 'Null',631 MultiLocationNotInvertible: 'Null',632 BadOrigin: 'Null',633 InvalidLocation: 'Null',634 AssetNotFound: 'Null',635 FailedToTransactAsset: 'Null',636 NotWithdrawable: 'Null',637 LocationCannotHold: 'Null',638 ExceedsMaxMessageSize: 'Null',639 DestinationUnsupported: 'Null',640 Transport: 'Null',641 Unroutable: 'Null',642 UnknownClaim: 'Null',643 FailedToDecode: 'Null',644 MaxWeightInvalid: 'Null',645 NotHoldingFees: 'Null',646 TooExpensive: 'Null',647 Trap: 'u64',648 UnhandledXcmVersion: 'Null',649 WeightLimitReached: 'u64',650 Barrier: 'Null',651 WeightNotComputable: 'Null'652 }653 },654 /**655 * Lookup66: pallet_xcm::pallet::Event<T>656 **/657 PalletXcmEvent: {658 _enum: {659 Attempted: 'XcmV2TraitsOutcome',660 Sent: '(XcmV1MultiLocation,XcmV1MultiLocation,XcmV2Xcm)',661 UnexpectedResponse: '(XcmV1MultiLocation,u64)',662 ResponseReady: '(u64,XcmV2Response)',663 Notified: '(u64,u8,u8)',664 NotifyOverweight: '(u64,u8,u8,SpWeightsWeightV2Weight,SpWeightsWeightV2Weight)',665 NotifyDispatchError: '(u64,u8,u8)',666 NotifyDecodeFailed: '(u64,u8,u8)',667 InvalidResponder: '(XcmV1MultiLocation,u64,Option<XcmV1MultiLocation>)',668 InvalidResponderVersion: '(XcmV1MultiLocation,u64)',669 ResponseTaken: 'u64',670 AssetsTrapped: '(H256,XcmV1MultiLocation,XcmVersionedMultiAssets)',671 VersionChangeNotified: '(XcmV1MultiLocation,u32)',672 SupportedVersionChanged: '(XcmV1MultiLocation,u32)',673 NotifyTargetSendFail: '(XcmV1MultiLocation,u64,XcmV2TraitsError)',674 NotifyTargetMigrationFail: '(XcmVersionedMultiLocation,u64)',675 AssetsClaimed: '(H256,XcmV1MultiLocation,XcmVersionedMultiAssets)'676 }677 },678 /**679 * Lookup67: xcm::v2::traits::Outcome680 **/681 XcmV2TraitsOutcome: {682 _enum: {683 Complete: 'u64',684 Incomplete: '(u64,XcmV2TraitsError)',685 Error: 'XcmV2TraitsError'686 }687 },688 /**689 * Lookup68: xcm::v2::Xcm<RuntimeCall>690 **/691 XcmV2Xcm: 'Vec<XcmV2Instruction>',692 /**693 * Lookup70: xcm::v2::Instruction<RuntimeCall>694 **/695 XcmV2Instruction: {696 _enum: {697 WithdrawAsset: 'XcmV1MultiassetMultiAssets',698 ReserveAssetDeposited: 'XcmV1MultiassetMultiAssets',699 ReceiveTeleportedAsset: 'XcmV1MultiassetMultiAssets',700 QueryResponse: {701 queryId: 'Compact<u64>',702 response: 'XcmV2Response',703 maxWeight: 'Compact<u64>',704 },705 TransferAsset: {706 assets: 'XcmV1MultiassetMultiAssets',707 beneficiary: 'XcmV1MultiLocation',708 },709 TransferReserveAsset: {710 assets: 'XcmV1MultiassetMultiAssets',711 dest: 'XcmV1MultiLocation',712 xcm: 'XcmV2Xcm',713 },714 Transact: {715 originType: 'XcmV0OriginKind',716 requireWeightAtMost: 'Compact<u64>',717 call: 'XcmDoubleEncoded',718 },719 HrmpNewChannelOpenRequest: {720 sender: 'Compact<u32>',721 maxMessageSize: 'Compact<u32>',722 maxCapacity: 'Compact<u32>',723 },724 HrmpChannelAccepted: {725 recipient: 'Compact<u32>',726 },727 HrmpChannelClosing: {728 initiator: 'Compact<u32>',729 sender: 'Compact<u32>',730 recipient: 'Compact<u32>',731 },732 ClearOrigin: 'Null',733 DescendOrigin: 'XcmV1MultilocationJunctions',734 ReportError: {735 queryId: 'Compact<u64>',736 dest: 'XcmV1MultiLocation',737 maxResponseWeight: 'Compact<u64>',738 },739 DepositAsset: {740 assets: 'XcmV1MultiassetMultiAssetFilter',741 maxAssets: 'Compact<u32>',742 beneficiary: 'XcmV1MultiLocation',743 },744 DepositReserveAsset: {745 assets: 'XcmV1MultiassetMultiAssetFilter',746 maxAssets: 'Compact<u32>',747 dest: 'XcmV1MultiLocation',748 xcm: 'XcmV2Xcm',749 },750 ExchangeAsset: {751 give: 'XcmV1MultiassetMultiAssetFilter',752 receive: 'XcmV1MultiassetMultiAssets',753 },754 InitiateReserveWithdraw: {755 assets: 'XcmV1MultiassetMultiAssetFilter',756 reserve: 'XcmV1MultiLocation',757 xcm: 'XcmV2Xcm',758 },759 InitiateTeleport: {760 assets: 'XcmV1MultiassetMultiAssetFilter',761 dest: 'XcmV1MultiLocation',762 xcm: 'XcmV2Xcm',763 },764 QueryHolding: {765 queryId: 'Compact<u64>',766 dest: 'XcmV1MultiLocation',767 assets: 'XcmV1MultiassetMultiAssetFilter',768 maxResponseWeight: 'Compact<u64>',769 },770 BuyExecution: {771 fees: 'XcmV1MultiAsset',772 weightLimit: 'XcmV2WeightLimit',773 },774 RefundSurplus: 'Null',775 SetErrorHandler: 'XcmV2Xcm',776 SetAppendix: 'XcmV2Xcm',777 ClearError: 'Null',778 ClaimAsset: {779 assets: 'XcmV1MultiassetMultiAssets',780 ticket: 'XcmV1MultiLocation',781 },782 Trap: 'Compact<u64>',783 SubscribeVersion: {784 queryId: 'Compact<u64>',785 maxResponseWeight: 'Compact<u64>',786 },787 UnsubscribeVersion: 'Null'788 }789 },790 /**791 * Lookup71: xcm::v2::Response792 **/793 XcmV2Response: {794 _enum: {795 Null: 'Null',796 Assets: 'XcmV1MultiassetMultiAssets',797 ExecutionResult: 'Option<(u32,XcmV2TraitsError)>',798 Version: 'u32'799 }800 },801 /**802 * Lookup74: xcm::v0::OriginKind803 **/804 XcmV0OriginKind: {805 _enum: ['Native', 'SovereignAccount', 'Superuser', 'Xcm']806 },807 /**808 * Lookup75: xcm::double_encoded::DoubleEncoded<T>809 **/810 XcmDoubleEncoded: {811 encoded: 'Bytes'812 },813 /**814 * Lookup76: xcm::v1::multiasset::MultiAssetFilter815 **/816 XcmV1MultiassetMultiAssetFilter: {817 _enum: {818 Definite: 'XcmV1MultiassetMultiAssets',819 Wild: 'XcmV1MultiassetWildMultiAsset'820 }821 },822 /**823 * Lookup77: xcm::v1::multiasset::WildMultiAsset824 **/825 XcmV1MultiassetWildMultiAsset: {826 _enum: {827 All: 'Null',828 AllOf: {829 id: 'XcmV1MultiassetAssetId',830 fun: 'XcmV1MultiassetWildFungibility'831 }832 }833 },834 /**835 * Lookup78: xcm::v1::multiasset::WildFungibility836 **/837 XcmV1MultiassetWildFungibility: {838 _enum: ['Fungible', 'NonFungible']839 },840 /**841 * Lookup79: xcm::v2::WeightLimit842 **/843 XcmV2WeightLimit: {844 _enum: {845 Unlimited: 'Null',846 Limited: 'Compact<u64>'847 }848 },849 /**850 * Lookup81: xcm::VersionedMultiAssets851 **/852 XcmVersionedMultiAssets: {853 _enum: {854 V0: 'Vec<XcmV0MultiAsset>',855 V1: 'XcmV1MultiassetMultiAssets'856 }857 },858 /**859 * Lookup83: xcm::v0::multi_asset::MultiAsset860 **/861 XcmV0MultiAsset: {862 _enum: {863 None: 'Null',864 All: 'Null',865 AllFungible: 'Null',866 AllNonFungible: 'Null',867 AllAbstractFungible: {868 id: 'Bytes',869 },870 AllAbstractNonFungible: {871 class: 'Bytes',872 },873 AllConcreteFungible: {874 id: 'XcmV0MultiLocation',875 },876 AllConcreteNonFungible: {877 class: 'XcmV0MultiLocation',878 },879 AbstractFungible: {880 id: 'Bytes',881 amount: 'Compact<u128>',882 },883 AbstractNonFungible: {884 class: 'Bytes',885 instance: 'XcmV1MultiassetAssetInstance',886 },887 ConcreteFungible: {888 id: 'XcmV0MultiLocation',889 amount: 'Compact<u128>',890 },891 ConcreteNonFungible: {892 class: 'XcmV0MultiLocation',893 instance: 'XcmV1MultiassetAssetInstance'894 }895 }896 },897 /**898 * Lookup84: xcm::v0::multi_location::MultiLocation899 **/900 XcmV0MultiLocation: {901 _enum: {902 Null: 'Null',903 X1: 'XcmV0Junction',904 X2: '(XcmV0Junction,XcmV0Junction)',905 X3: '(XcmV0Junction,XcmV0Junction,XcmV0Junction)',906 X4: '(XcmV0Junction,XcmV0Junction,XcmV0Junction,XcmV0Junction)',907 X5: '(XcmV0Junction,XcmV0Junction,XcmV0Junction,XcmV0Junction,XcmV0Junction)',908 X6: '(XcmV0Junction,XcmV0Junction,XcmV0Junction,XcmV0Junction,XcmV0Junction,XcmV0Junction)',909 X7: '(XcmV0Junction,XcmV0Junction,XcmV0Junction,XcmV0Junction,XcmV0Junction,XcmV0Junction,XcmV0Junction)',910 X8: '(XcmV0Junction,XcmV0Junction,XcmV0Junction,XcmV0Junction,XcmV0Junction,XcmV0Junction,XcmV0Junction,XcmV0Junction)'911 }912 },913 /**914 * Lookup85: xcm::v0::junction::Junction915 **/916 XcmV0Junction: {917 _enum: {918 Parent: 'Null',919 Parachain: 'Compact<u32>',920 AccountId32: {921 network: 'XcmV0JunctionNetworkId',922 id: '[u8;32]',923 },924 AccountIndex64: {925 network: 'XcmV0JunctionNetworkId',926 index: 'Compact<u64>',927 },928 AccountKey20: {929 network: 'XcmV0JunctionNetworkId',930 key: '[u8;20]',931 },932 PalletInstance: 'u8',933 GeneralIndex: 'Compact<u128>',934 GeneralKey: 'Bytes',935 OnlyChild: 'Null',936 Plurality: {937 id: 'XcmV0JunctionBodyId',938 part: 'XcmV0JunctionBodyPart'939 }940 }941 },942 /**943 * Lookup86: xcm::VersionedMultiLocation944 **/945 XcmVersionedMultiLocation: {946 _enum: {947 V0: 'XcmV0MultiLocation',948 V1: 'XcmV1MultiLocation'949 }950 },951 /**952 * Lookup87: cumulus_pallet_xcm::pallet::Event<T>953 **/954 CumulusPalletXcmEvent: {955 _enum: {956 InvalidFormat: '[u8;8]',957 UnsupportedVersion: '[u8;8]',958 ExecutedDownward: '([u8;8],XcmV2TraitsOutcome)'959 }960 },961 /**962 * Lookup88: cumulus_pallet_dmp_queue::pallet::Event<T>963 **/964 CumulusPalletDmpQueueEvent: {965 _enum: {966 InvalidFormat: {967 messageId: '[u8;32]',968 },969 UnsupportedVersion: {970 messageId: '[u8;32]',971 },972 ExecutedDownward: {973 messageId: '[u8;32]',974 outcome: 'XcmV2TraitsOutcome',975 },976 WeightExhausted: {977 messageId: '[u8;32]',978 remainingWeight: 'SpWeightsWeightV2Weight',979 requiredWeight: 'SpWeightsWeightV2Weight',980 },981 OverweightEnqueued: {982 messageId: '[u8;32]',983 overweightIndex: 'u64',984 requiredWeight: 'SpWeightsWeightV2Weight',985 },986 OverweightServiced: {987 overweightIndex: 'u64',988 weightUsed: 'SpWeightsWeightV2Weight'989 }990 }991 },992 /**993 * Lookup89: pallet_common::pallet::Event<T>994 **/995 PalletCommonEvent: {996 _enum: {997 CollectionCreated: '(u32,u8,AccountId32)',998 CollectionDestroyed: 'u32',999 ItemCreated: '(u32,u32,PalletEvmAccountBasicCrossAccountIdRepr,u128)',1000 ItemDestroyed: '(u32,u32,PalletEvmAccountBasicCrossAccountIdRepr,u128)',1001 Transfer: '(u32,u32,PalletEvmAccountBasicCrossAccountIdRepr,PalletEvmAccountBasicCrossAccountIdRepr,u128)',1002 Approved: '(u32,u32,PalletEvmAccountBasicCrossAccountIdRepr,PalletEvmAccountBasicCrossAccountIdRepr,u128)',1003 ApprovedForAll: '(u32,PalletEvmAccountBasicCrossAccountIdRepr,PalletEvmAccountBasicCrossAccountIdRepr,bool)',1004 CollectionPropertySet: '(u32,Bytes)',1005 CollectionPropertyDeleted: '(u32,Bytes)',1006 TokenPropertySet: '(u32,u32,Bytes)',1007 TokenPropertyDeleted: '(u32,u32,Bytes)',1008 PropertyPermissionSet: '(u32,Bytes)',1009 AllowListAddressAdded: '(u32,PalletEvmAccountBasicCrossAccountIdRepr)',1010 AllowListAddressRemoved: '(u32,PalletEvmAccountBasicCrossAccountIdRepr)',1011 CollectionAdminAdded: '(u32,PalletEvmAccountBasicCrossAccountIdRepr)',1012 CollectionAdminRemoved: '(u32,PalletEvmAccountBasicCrossAccountIdRepr)',1013 CollectionLimitSet: 'u32',1014 CollectionOwnerChanged: '(u32,AccountId32)',1015 CollectionPermissionSet: 'u32',1016 CollectionSponsorSet: '(u32,AccountId32)',1017 SponsorshipConfirmed: '(u32,AccountId32)',1018 CollectionSponsorRemoved: 'u32'1019 }1020 },1021 /**1022 * Lookup92: pallet_evm::account::BasicCrossAccountIdRepr<sp_core::crypto::AccountId32>1023 **/1024 PalletEvmAccountBasicCrossAccountIdRepr: {1025 _enum: {1026 Substrate: 'AccountId32',1027 Ethereum: 'H160'1028 }1029 },1030 /**1031 * Lookup96: pallet_structure::pallet::Event<T>1032 **/1033 PalletStructureEvent: {1034 _enum: {1035 Executed: 'Result<Null, SpRuntimeDispatchError>'1036 }1037 },1038 /**1039 * Lookup97: pallet_rmrk_core::pallet::Event<T>1040 **/1041 PalletRmrkCoreEvent: {1042 _enum: {1043 CollectionCreated: {1044 issuer: 'AccountId32',1045 collectionId: 'u32',1046 },1047 CollectionDestroyed: {1048 issuer: 'AccountId32',1049 collectionId: 'u32',1050 },1051 IssuerChanged: {1052 oldIssuer: 'AccountId32',1053 newIssuer: 'AccountId32',1054 collectionId: 'u32',1055 },1056 CollectionLocked: {1057 issuer: 'AccountId32',1058 collectionId: 'u32',1059 },1060 NftMinted: {1061 owner: 'AccountId32',1062 collectionId: 'u32',1063 nftId: 'u32',1064 },1065 NFTBurned: {1066 owner: 'AccountId32',1067 nftId: 'u32',1068 },1069 NFTSent: {1070 sender: 'AccountId32',1071 recipient: 'RmrkTraitsNftAccountIdOrCollectionNftTuple',1072 collectionId: 'u32',1073 nftId: 'u32',1074 approvalRequired: 'bool',1075 },1076 NFTAccepted: {1077 sender: 'AccountId32',1078 recipient: 'RmrkTraitsNftAccountIdOrCollectionNftTuple',1079 collectionId: 'u32',1080 nftId: 'u32',1081 },1082 NFTRejected: {1083 sender: 'AccountId32',1084 collectionId: 'u32',1085 nftId: 'u32',1086 },1087 PropertySet: {1088 collectionId: 'u32',1089 maybeNftId: 'Option<u32>',1090 key: 'Bytes',1091 value: 'Bytes',1092 },1093 ResourceAdded: {1094 nftId: 'u32',1095 resourceId: 'u32',1096 },1097 ResourceRemoval: {1098 nftId: 'u32',1099 resourceId: 'u32',1100 },1101 ResourceAccepted: {1102 nftId: 'u32',1103 resourceId: 'u32',1104 },1105 ResourceRemovalAccepted: {1106 nftId: 'u32',1107 resourceId: 'u32',1108 },1109 PrioritySet: {1110 collectionId: 'u32',1111 nftId: 'u32'1112 }1113 }1114 },1115 /**1116 * Lookup98: rmrk_traits::nft::AccountIdOrCollectionNftTuple<sp_core::crypto::AccountId32>1117 **/1118 RmrkTraitsNftAccountIdOrCollectionNftTuple: {1119 _enum: {1120 AccountId: 'AccountId32',1121 CollectionAndNftTuple: '(u32,u32)'1122 }1123 },1124 /**1125 * Lookup102: pallet_rmrk_equip::pallet::Event<T>1126 **/1127 PalletRmrkEquipEvent: {1128 _enum: {1129 BaseCreated: {1130 issuer: 'AccountId32',1131 baseId: 'u32',1132 },1133 EquippablesUpdated: {1134 baseId: 'u32',1135 slotId: 'u32'1136 }1137 }1138 },1139 /**1140 * Lookup103: pallet_app_promotion::pallet::Event<T>1141 **/1142 PalletAppPromotionEvent: {1143 _enum: {1144 StakingRecalculation: '(AccountId32,u128,u128)',1145 Stake: '(AccountId32,u128)',1146 Unstake: '(AccountId32,u128)',1147 SetAdmin: 'AccountId32'1148 }1149 },1150 /**1151 * Lookup104: pallet_foreign_assets::module::Event<T>1152 **/1153 PalletForeignAssetsModuleEvent: {1154 _enum: {1155 ForeignAssetRegistered: {1156 assetId: 'u32',1157 assetAddress: 'XcmV1MultiLocation',1158 metadata: 'PalletForeignAssetsModuleAssetMetadata',1159 },1160 ForeignAssetUpdated: {1161 assetId: 'u32',1162 assetAddress: 'XcmV1MultiLocation',1163 metadata: 'PalletForeignAssetsModuleAssetMetadata',1164 },1165 AssetRegistered: {1166 assetId: 'PalletForeignAssetsAssetIds',1167 metadata: 'PalletForeignAssetsModuleAssetMetadata',1168 },1169 AssetUpdated: {1170 assetId: 'PalletForeignAssetsAssetIds',1171 metadata: 'PalletForeignAssetsModuleAssetMetadata'1172 }1173 }1174 },1175 /**1176 * Lookup105: pallet_foreign_assets::module::AssetMetadata<Balance>1177 **/1178 PalletForeignAssetsModuleAssetMetadata: {1179 name: 'Bytes',1180 symbol: 'Bytes',1181 decimals: 'u8',1182 minimalBalance: 'u128'1183 },1184 /**1185 * Lookup106: pallet_evm::pallet::Event<T>1186 **/1187 PalletEvmEvent: {1188 _enum: {1189 Log: {1190 log: 'EthereumLog',1191 },1192 Created: {1193 address: 'H160',1194 },1195 CreatedFailed: {1196 address: 'H160',1197 },1198 Executed: {1199 address: 'H160',1200 },1201 ExecutedFailed: {1202 address: 'H160'1203 }1204 }1205 },1206 /**1207 * Lookup107: ethereum::log::Log1208 **/1209 EthereumLog: {1210 address: 'H160',1211 topics: 'Vec<H256>',1212 data: 'Bytes'1213 },1214 /**1215 * Lookup109: pallet_ethereum::pallet::Event1216 **/1217 PalletEthereumEvent: {1218 _enum: {1219 Executed: {1220 from: 'H160',1221 to: 'H160',1222 transactionHash: 'H256',1223 exitReason: 'EvmCoreErrorExitReason'1224 }1225 }1226 },1227 /**1228 * Lookup110: evm_core::error::ExitReason1229 **/1230 EvmCoreErrorExitReason: {1231 _enum: {1232 Succeed: 'EvmCoreErrorExitSucceed',1233 Error: 'EvmCoreErrorExitError',1234 Revert: 'EvmCoreErrorExitRevert',1235 Fatal: 'EvmCoreErrorExitFatal'1236 }1237 },1238 /**1239 * Lookup111: evm_core::error::ExitSucceed1240 **/1241 EvmCoreErrorExitSucceed: {1242 _enum: ['Stopped', 'Returned', 'Suicided']1243 },1244 /**1245 * Lookup112: evm_core::error::ExitError1246 **/1247 EvmCoreErrorExitError: {1248 _enum: {1249 StackUnderflow: 'Null',1250 StackOverflow: 'Null',1251 InvalidJump: 'Null',1252 InvalidRange: 'Null',1253 DesignatedInvalid: 'Null',1254 CallTooDeep: 'Null',1255 CreateCollision: 'Null',1256 CreateContractLimit: 'Null',1257 OutOfOffset: 'Null',1258 OutOfGas: 'Null',1259 OutOfFund: 'Null',1260 PCUnderflow: 'Null',1261 CreateEmpty: 'Null',1262 Other: 'Text',1263 InvalidCode: 'Null'1264 }1265 },1266 /**1267 * Lookup115: evm_core::error::ExitRevert1268 **/1269 EvmCoreErrorExitRevert: {1270 _enum: ['Reverted']1271 },1272 /**1273 * Lookup116: evm_core::error::ExitFatal1274 **/1275 EvmCoreErrorExitFatal: {1276 _enum: {1277 NotSupported: 'Null',1278 UnhandledInterrupt: 'Null',1279 CallErrorAsFatal: 'EvmCoreErrorExitError',1280 Other: 'Text'1281 }1282 },1283 /**1284 * Lookup117: pallet_evm_contract_helpers::pallet::Event<T>1285 **/1286 PalletEvmContractHelpersEvent: {1287 _enum: {1288 ContractSponsorSet: '(H160,AccountId32)',1289 ContractSponsorshipConfirmed: '(H160,AccountId32)',1290 ContractSponsorRemoved: 'H160'1291 }1292 },1293 /**1294 * Lookup118: pallet_evm_migration::pallet::Event<T>1295 **/1296 PalletEvmMigrationEvent: {1297 _enum: ['TestEvent']1298 },1299 /**1300 * Lookup119: pallet_maintenance::pallet::Event<T>1301 **/1302 PalletMaintenanceEvent: {1303 _enum: ['MaintenanceEnabled', 'MaintenanceDisabled']1304 },1305 /**1306 * Lookup120: pallet_test_utils::pallet::Event<T>1307 **/1308 PalletTestUtilsEvent: {1309 _enum: ['ValueIsSet', 'ShouldRollback', 'BatchCompleted']1310 },1311 /**1312 * Lookup121: frame_system::Phase1313 **/1314 FrameSystemPhase: {1315 _enum: {1316 ApplyExtrinsic: 'u32',1317 Finalization: 'Null',1318 Initialization: 'Null'1319 }1320 },1321 /**1322 * Lookup124: frame_system::LastRuntimeUpgradeInfo1323 **/1324 FrameSystemLastRuntimeUpgradeInfo: {1325 specVersion: 'Compact<u32>',1326 specName: 'Text'1327 },1328 /**1329 * Lookup125: frame_system::pallet::Call<T>1330 **/1331 FrameSystemCall: {1332 _enum: {1333 fill_block: {1334 ratio: 'Perbill',1335 },1336 remark: {1337 remark: 'Bytes',1338 },1339 set_heap_pages: {1340 pages: 'u64',1341 },1342 set_code: {1343 code: 'Bytes',1344 },1345 set_code_without_checks: {1346 code: 'Bytes',1347 },1348 set_storage: {1349 items: 'Vec<(Bytes,Bytes)>',1350 },1351 kill_storage: {1352 _alias: {1353 keys_: 'keys',1354 },1355 keys_: 'Vec<Bytes>',1356 },1357 kill_prefix: {1358 prefix: 'Bytes',1359 subkeys: 'u32',1360 },1361 remark_with_event: {1362 remark: 'Bytes'1363 }1364 }1365 },1366 /**1367 * Lookup130: frame_system::limits::BlockWeights1368 **/1369 FrameSystemLimitsBlockWeights: {1370 baseBlock: 'SpWeightsWeightV2Weight',1371 maxBlock: 'SpWeightsWeightV2Weight',1372 perClass: 'FrameSupportDispatchPerDispatchClassWeightsPerClass'1373 },1374 /**1375 * Lookup131: frame_support::dispatch::PerDispatchClass<frame_system::limits::WeightsPerClass>1376 **/1377 FrameSupportDispatchPerDispatchClassWeightsPerClass: {1378 normal: 'FrameSystemLimitsWeightsPerClass',1379 operational: 'FrameSystemLimitsWeightsPerClass',1380 mandatory: 'FrameSystemLimitsWeightsPerClass'1381 },1382 /**1383 * Lookup132: frame_system::limits::WeightsPerClass1384 **/1385 FrameSystemLimitsWeightsPerClass: {1386 baseExtrinsic: 'SpWeightsWeightV2Weight',1387 maxExtrinsic: 'Option<SpWeightsWeightV2Weight>',1388 maxTotal: 'Option<SpWeightsWeightV2Weight>',1389 reserved: 'Option<SpWeightsWeightV2Weight>'1390 },1391 /**1392 * Lookup134: frame_system::limits::BlockLength1393 **/1394 FrameSystemLimitsBlockLength: {1395 max: 'FrameSupportDispatchPerDispatchClassU32'1396 },1397 /**1398 * Lookup135: frame_support::dispatch::PerDispatchClass<T>1399 **/1400 FrameSupportDispatchPerDispatchClassU32: {1401 normal: 'u32',1402 operational: 'u32',1403 mandatory: 'u32'1404 },1405 /**1406 * Lookup136: sp_weights::RuntimeDbWeight1407 **/1408 SpWeightsRuntimeDbWeight: {1409 read: 'u64',1410 write: 'u64'1411 },1412 /**1413 * Lookup137: sp_version::RuntimeVersion1414 **/1415 SpVersionRuntimeVersion: {1416 specName: 'Text',1417 implName: 'Text',1418 authoringVersion: 'u32',1419 specVersion: 'u32',1420 implVersion: 'u32',1421 apis: 'Vec<([u8;8],u32)>',1422 transactionVersion: 'u32',1423 stateVersion: 'u8'1424 },1425 /**1426 * Lookup142: frame_system::pallet::Error<T>1427 **/1428 FrameSystemError: {1429 _enum: ['InvalidSpecName', 'SpecVersionNeedsToIncrease', 'FailedToExtractRuntimeVersion', 'NonDefaultComposite', 'NonZeroRefCount', 'CallFiltered']1430 },1431 /**1432 * Lookup143: polkadot_primitives::v2::PersistedValidationData<primitive_types::H256, N>1433 **/1434 PolkadotPrimitivesV2PersistedValidationData: {1435 parentHead: 'Bytes',1436 relayParentNumber: 'u32',1437 relayParentStorageRoot: 'H256',1438 maxPovSize: 'u32'1439 },1440 /**1441 * Lookup146: polkadot_primitives::v2::UpgradeRestriction1442 **/1443 PolkadotPrimitivesV2UpgradeRestriction: {1444 _enum: ['Present']1445 },1446 /**1447 * Lookup147: sp_trie::storage_proof::StorageProof1448 **/1449 SpTrieStorageProof: {1450 trieNodes: 'BTreeSet<Bytes>'1451 },1452 /**1453 * Lookup149: cumulus_pallet_parachain_system::relay_state_snapshot::MessagingStateSnapshot1454 **/1455 CumulusPalletParachainSystemRelayStateSnapshotMessagingStateSnapshot: {1456 dmqMqcHead: 'H256',1457 relayDispatchQueueSize: '(u32,u32)',1458 ingressChannels: 'Vec<(u32,PolkadotPrimitivesV2AbridgedHrmpChannel)>',1459 egressChannels: 'Vec<(u32,PolkadotPrimitivesV2AbridgedHrmpChannel)>'1460 },1461 /**1462 * Lookup152: polkadot_primitives::v2::AbridgedHrmpChannel1463 **/1464 PolkadotPrimitivesV2AbridgedHrmpChannel: {1465 maxCapacity: 'u32',1466 maxTotalSize: 'u32',1467 maxMessageSize: 'u32',1468 msgCount: 'u32',1469 totalSize: 'u32',1470 mqcHead: 'Option<H256>'1471 },1472 /**1473 * Lookup153: polkadot_primitives::v2::AbridgedHostConfiguration1474 **/1475 PolkadotPrimitivesV2AbridgedHostConfiguration: {1476 maxCodeSize: 'u32',1477 maxHeadDataSize: 'u32',1478 maxUpwardQueueCount: 'u32',1479 maxUpwardQueueSize: 'u32',1480 maxUpwardMessageSize: 'u32',1481 maxUpwardMessageNumPerCandidate: 'u32',1482 hrmpMaxMessageNumPerCandidate: 'u32',1483 validationUpgradeCooldown: 'u32',1484 validationUpgradeDelay: 'u32'1485 },1486 /**1487 * Lookup159: polkadot_core_primitives::OutboundHrmpMessage<polkadot_parachain::primitives::Id>1488 **/1489 PolkadotCorePrimitivesOutboundHrmpMessage: {1490 recipient: 'u32',1491 data: 'Bytes'1492 },1493 /**1494 * Lookup160: cumulus_pallet_parachain_system::pallet::Call<T>1495 **/1496 CumulusPalletParachainSystemCall: {1497 _enum: {1498 set_validation_data: {1499 data: 'CumulusPrimitivesParachainInherentParachainInherentData',1500 },1501 sudo_send_upward_message: {1502 message: 'Bytes',1503 },1504 authorize_upgrade: {1505 codeHash: 'H256',1506 },1507 enact_authorized_upgrade: {1508 code: 'Bytes'1509 }1510 }1511 },1512 /**1513 * Lookup161: cumulus_primitives_parachain_inherent::ParachainInherentData1514 **/1515 CumulusPrimitivesParachainInherentParachainInherentData: {1516 validationData: 'PolkadotPrimitivesV2PersistedValidationData',1517 relayChainState: 'SpTrieStorageProof',1518 downwardMessages: 'Vec<PolkadotCorePrimitivesInboundDownwardMessage>',1519 horizontalMessages: 'BTreeMap<u32, Vec<PolkadotCorePrimitivesInboundHrmpMessage>>'1520 },1521 /**1522 * Lookup163: polkadot_core_primitives::InboundDownwardMessage<BlockNumber>1523 **/1524 PolkadotCorePrimitivesInboundDownwardMessage: {1525 sentAt: 'u32',1526 msg: 'Bytes'1527 },1528 /**1529 * Lookup166: polkadot_core_primitives::InboundHrmpMessage<BlockNumber>1530 **/1531 PolkadotCorePrimitivesInboundHrmpMessage: {1532 sentAt: 'u32',1533 data: 'Bytes'1534 },1535 /**1536 * Lookup169: cumulus_pallet_parachain_system::pallet::Error<T>1537 **/1538 CumulusPalletParachainSystemError: {1539 _enum: ['OverlappingUpgrades', 'ProhibitedByPolkadot', 'TooBig', 'ValidationDataNotAvailable', 'HostConfigurationNotAvailable', 'NotScheduled', 'NothingAuthorized', 'Unauthorized']1540 },1541 /**1542 * Lookup171: pallet_balances::BalanceLock<Balance>1543 **/1544 PalletBalancesBalanceLock: {1545 id: '[u8;8]',1546 amount: 'u128',1547 reasons: 'PalletBalancesReasons'1548 },1549 /**1550 * Lookup172: pallet_balances::Reasons1551 **/1552 PalletBalancesReasons: {1553 _enum: ['Fee', 'Misc', 'All']1554 },1555 /**1556 * Lookup175: pallet_balances::ReserveData<ReserveIdentifier, Balance>1557 **/1558 PalletBalancesReserveData: {1559 id: '[u8;16]',1560 amount: 'u128'1561 },1562 /**1563 * Lookup177: pallet_balances::Releases1564 **/1565 PalletBalancesReleases: {1566 _enum: ['V1_0_0', 'V2_0_0']1567 },1568 /**1569 * Lookup178: pallet_balances::pallet::Call<T, I>1570 **/1571 PalletBalancesCall: {1572 _enum: {1573 transfer: {1574 dest: 'MultiAddress',1575 value: 'Compact<u128>',1576 },1577 set_balance: {1578 who: 'MultiAddress',1579 newFree: 'Compact<u128>',1580 newReserved: 'Compact<u128>',1581 },1582 force_transfer: {1583 source: 'MultiAddress',1584 dest: 'MultiAddress',1585 value: 'Compact<u128>',1586 },1587 transfer_keep_alive: {1588 dest: 'MultiAddress',1589 value: 'Compact<u128>',1590 },1591 transfer_all: {1592 dest: 'MultiAddress',1593 keepAlive: 'bool',1594 },1595 force_unreserve: {1596 who: 'MultiAddress',1597 amount: 'u128'1598 }1599 }1600 },1601 /**1602 * Lookup181: pallet_balances::pallet::Error<T, I>1603 **/1604 PalletBalancesError: {1605 _enum: ['VestingBalance', 'LiquidityRestrictions', 'InsufficientBalance', 'ExistentialDeposit', 'KeepAlive', 'ExistingVestingSchedule', 'DeadAccount', 'TooManyReserves']1606 },1607 /**1608 * Lookup183: pallet_timestamp::pallet::Call<T>1609 **/1610 PalletTimestampCall: {1611 _enum: {1612 set: {1613 now: 'Compact<u64>'1614 }1615 }1616 },1617 /**1618 * Lookup185: pallet_transaction_payment::Releases1619 **/1620 PalletTransactionPaymentReleases: {1621 _enum: ['V1Ancient', 'V2']1622 },1623 /**1624 * Lookup186: pallet_treasury::Proposal<sp_core::crypto::AccountId32, Balance>1625 **/1626 PalletTreasuryProposal: {1627 proposer: 'AccountId32',1628 value: 'u128',1629 beneficiary: 'AccountId32',1630 bond: 'u128'1631 },1632 /**1633 * Lookup189: pallet_treasury::pallet::Call<T, I>1634 **/1635 PalletTreasuryCall: {1636 _enum: {1637 propose_spend: {1638 value: 'Compact<u128>',1639 beneficiary: 'MultiAddress',1640 },1641 reject_proposal: {1642 proposalId: 'Compact<u32>',1643 },1644 approve_proposal: {1645 proposalId: 'Compact<u32>',1646 },1647 spend: {1648 amount: 'Compact<u128>',1649 beneficiary: 'MultiAddress',1650 },1651 remove_approval: {1652 proposalId: 'Compact<u32>'1653 }1654 }1655 },1656 /**1657 * Lookup192: frame_support::PalletId1658 **/1659 FrameSupportPalletId: '[u8;8]',1660 /**1661 * Lookup193: pallet_treasury::pallet::Error<T, I>1662 **/1663 PalletTreasuryError: {1664 _enum: ['InsufficientProposersBalance', 'InvalidIndex', 'TooManyApprovals', 'InsufficientPermission', 'ProposalNotApproved']1665 },1666 /**1667 * Lookup194: pallet_sudo::pallet::Call<T>1668 **/1669 PalletSudoCall: {1670 _enum: {1671 sudo: {1672 call: 'Call',1673 },1674 sudo_unchecked_weight: {1675 call: 'Call',1676 weight: 'SpWeightsWeightV2Weight',1677 },1678 set_key: {1679 _alias: {1680 new_: 'new',1681 },1682 new_: 'MultiAddress',1683 },1684 sudo_as: {1685 who: 'MultiAddress',1686 call: 'Call'1687 }1688 }1689 },1690 /**1691 * Lookup196: orml_vesting::module::Call<T>1692 **/1693 OrmlVestingModuleCall: {1694 _enum: {1695 claim: 'Null',1696 vested_transfer: {1697 dest: 'MultiAddress',1698 schedule: 'OrmlVestingVestingSchedule',1699 },1700 update_vesting_schedules: {1701 who: 'MultiAddress',1702 vestingSchedules: 'Vec<OrmlVestingVestingSchedule>',1703 },1704 claim_for: {1705 dest: 'MultiAddress'1706 }1707 }1708 },1709 /**1710 * Lookup198: orml_xtokens::module::Call<T>1711 **/1712 OrmlXtokensModuleCall: {1713 _enum: {1714 transfer: {1715 currencyId: 'PalletForeignAssetsAssetIds',1716 amount: 'u128',1717 dest: 'XcmVersionedMultiLocation',1718 destWeightLimit: 'XcmV2WeightLimit',1719 },1720 transfer_multiasset: {1721 asset: 'XcmVersionedMultiAsset',1722 dest: 'XcmVersionedMultiLocation',1723 destWeightLimit: 'XcmV2WeightLimit',1724 },1725 transfer_with_fee: {1726 currencyId: 'PalletForeignAssetsAssetIds',1727 amount: 'u128',1728 fee: 'u128',1729 dest: 'XcmVersionedMultiLocation',1730 destWeightLimit: 'XcmV2WeightLimit',1731 },1732 transfer_multiasset_with_fee: {1733 asset: 'XcmVersionedMultiAsset',1734 fee: 'XcmVersionedMultiAsset',1735 dest: 'XcmVersionedMultiLocation',1736 destWeightLimit: 'XcmV2WeightLimit',1737 },1738 transfer_multicurrencies: {1739 currencies: 'Vec<(PalletForeignAssetsAssetIds,u128)>',1740 feeItem: 'u32',1741 dest: 'XcmVersionedMultiLocation',1742 destWeightLimit: 'XcmV2WeightLimit',1743 },1744 transfer_multiassets: {1745 assets: 'XcmVersionedMultiAssets',1746 feeItem: 'u32',1747 dest: 'XcmVersionedMultiLocation',1748 destWeightLimit: 'XcmV2WeightLimit'1749 }1750 }1751 },1752 /**1753 * Lookup199: xcm::VersionedMultiAsset1754 **/1755 XcmVersionedMultiAsset: {1756 _enum: {1757 V0: 'XcmV0MultiAsset',1758 V1: 'XcmV1MultiAsset'1759 }1760 },1761 /**1762 * Lookup202: orml_tokens::module::Call<T>1763 **/1764 OrmlTokensModuleCall: {1765 _enum: {1766 transfer: {1767 dest: 'MultiAddress',1768 currencyId: 'PalletForeignAssetsAssetIds',1769 amount: 'Compact<u128>',1770 },1771 transfer_all: {1772 dest: 'MultiAddress',1773 currencyId: 'PalletForeignAssetsAssetIds',1774 keepAlive: 'bool',1775 },1776 transfer_keep_alive: {1777 dest: 'MultiAddress',1778 currencyId: 'PalletForeignAssetsAssetIds',1779 amount: 'Compact<u128>',1780 },1781 force_transfer: {1782 source: 'MultiAddress',1783 dest: 'MultiAddress',1784 currencyId: 'PalletForeignAssetsAssetIds',1785 amount: 'Compact<u128>',1786 },1787 set_balance: {1788 who: 'MultiAddress',1789 currencyId: 'PalletForeignAssetsAssetIds',1790 newFree: 'Compact<u128>',1791 newReserved: 'Compact<u128>'1792 }1793 }1794 },1795 /**1796 * Lookup203: cumulus_pallet_xcmp_queue::pallet::Call<T>1797 **/1798 CumulusPalletXcmpQueueCall: {1799 _enum: {1800 service_overweight: {1801 index: 'u64',1802 weightLimit: 'u64',1803 },1804 suspend_xcm_execution: 'Null',1805 resume_xcm_execution: 'Null',1806 update_suspend_threshold: {1807 _alias: {1808 new_: 'new',1809 },1810 new_: 'u32',1811 },1812 update_drop_threshold: {1813 _alias: {1814 new_: 'new',1815 },1816 new_: 'u32',1817 },1818 update_resume_threshold: {1819 _alias: {1820 new_: 'new',1821 },1822 new_: 'u32',1823 },1824 update_threshold_weight: {1825 _alias: {1826 new_: 'new',1827 },1828 new_: 'u64',1829 },1830 update_weight_restrict_decay: {1831 _alias: {1832 new_: 'new',1833 },1834 new_: 'u64',1835 },1836 update_xcmp_max_individual_weight: {1837 _alias: {1838 new_: 'new',1839 },1840 new_: 'u64'1841 }1842 }1843 },1844 /**1845 * Lookup204: pallet_xcm::pallet::Call<T>1846 **/1847 PalletXcmCall: {1848 _enum: {1849 send: {1850 dest: 'XcmVersionedMultiLocation',1851 message: 'XcmVersionedXcm',1852 },1853 teleport_assets: {1854 dest: 'XcmVersionedMultiLocation',1855 beneficiary: 'XcmVersionedMultiLocation',1856 assets: 'XcmVersionedMultiAssets',1857 feeAssetItem: 'u32',1858 },1859 reserve_transfer_assets: {1860 dest: 'XcmVersionedMultiLocation',1861 beneficiary: 'XcmVersionedMultiLocation',1862 assets: 'XcmVersionedMultiAssets',1863 feeAssetItem: 'u32',1864 },1865 execute: {1866 message: 'XcmVersionedXcm',1867 maxWeight: 'u64',1868 },1869 force_xcm_version: {1870 location: 'XcmV1MultiLocation',1871 xcmVersion: 'u32',1872 },1873 force_default_xcm_version: {1874 maybeXcmVersion: 'Option<u32>',1875 },1876 force_subscribe_version_notify: {1877 location: 'XcmVersionedMultiLocation',1878 },1879 force_unsubscribe_version_notify: {1880 location: 'XcmVersionedMultiLocation',1881 },1882 limited_reserve_transfer_assets: {1883 dest: 'XcmVersionedMultiLocation',1884 beneficiary: 'XcmVersionedMultiLocation',1885 assets: 'XcmVersionedMultiAssets',1886 feeAssetItem: 'u32',1887 weightLimit: 'XcmV2WeightLimit',1888 },1889 limited_teleport_assets: {1890 dest: 'XcmVersionedMultiLocation',1891 beneficiary: 'XcmVersionedMultiLocation',1892 assets: 'XcmVersionedMultiAssets',1893 feeAssetItem: 'u32',1894 weightLimit: 'XcmV2WeightLimit'1895 }1896 }1897 },1898 /**1899 * Lookup205: xcm::VersionedXcm<RuntimeCall>1900 **/1901 XcmVersionedXcm: {1902 _enum: {1903 V0: 'XcmV0Xcm',1904 V1: 'XcmV1Xcm',1905 V2: 'XcmV2Xcm'1906 }1907 },1908 /**1909 * Lookup206: xcm::v0::Xcm<RuntimeCall>1910 **/1911 XcmV0Xcm: {1912 _enum: {1913 WithdrawAsset: {1914 assets: 'Vec<XcmV0MultiAsset>',1915 effects: 'Vec<XcmV0Order>',1916 },1917 ReserveAssetDeposit: {1918 assets: 'Vec<XcmV0MultiAsset>',1919 effects: 'Vec<XcmV0Order>',1920 },1921 TeleportAsset: {1922 assets: 'Vec<XcmV0MultiAsset>',1923 effects: 'Vec<XcmV0Order>',1924 },1925 QueryResponse: {1926 queryId: 'Compact<u64>',1927 response: 'XcmV0Response',1928 },1929 TransferAsset: {1930 assets: 'Vec<XcmV0MultiAsset>',1931 dest: 'XcmV0MultiLocation',1932 },1933 TransferReserveAsset: {1934 assets: 'Vec<XcmV0MultiAsset>',1935 dest: 'XcmV0MultiLocation',1936 effects: 'Vec<XcmV0Order>',1937 },1938 Transact: {1939 originType: 'XcmV0OriginKind',1940 requireWeightAtMost: 'u64',1941 call: 'XcmDoubleEncoded',1942 },1943 HrmpNewChannelOpenRequest: {1944 sender: 'Compact<u32>',1945 maxMessageSize: 'Compact<u32>',1946 maxCapacity: 'Compact<u32>',1947 },1948 HrmpChannelAccepted: {1949 recipient: 'Compact<u32>',1950 },1951 HrmpChannelClosing: {1952 initiator: 'Compact<u32>',1953 sender: 'Compact<u32>',1954 recipient: 'Compact<u32>',1955 },1956 RelayedFrom: {1957 who: 'XcmV0MultiLocation',1958 message: 'XcmV0Xcm'1959 }1960 }1961 },1962 /**1963 * Lookup208: xcm::v0::order::Order<RuntimeCall>1964 **/1965 XcmV0Order: {1966 _enum: {1967 Null: 'Null',1968 DepositAsset: {1969 assets: 'Vec<XcmV0MultiAsset>',1970 dest: 'XcmV0MultiLocation',1971 },1972 DepositReserveAsset: {1973 assets: 'Vec<XcmV0MultiAsset>',1974 dest: 'XcmV0MultiLocation',1975 effects: 'Vec<XcmV0Order>',1976 },1977 ExchangeAsset: {1978 give: 'Vec<XcmV0MultiAsset>',1979 receive: 'Vec<XcmV0MultiAsset>',1980 },1981 InitiateReserveWithdraw: {1982 assets: 'Vec<XcmV0MultiAsset>',1983 reserve: 'XcmV0MultiLocation',1984 effects: 'Vec<XcmV0Order>',1985 },1986 InitiateTeleport: {1987 assets: 'Vec<XcmV0MultiAsset>',1988 dest: 'XcmV0MultiLocation',1989 effects: 'Vec<XcmV0Order>',1990 },1991 QueryHolding: {1992 queryId: 'Compact<u64>',1993 dest: 'XcmV0MultiLocation',1994 assets: 'Vec<XcmV0MultiAsset>',1995 },1996 BuyExecution: {1997 fees: 'XcmV0MultiAsset',1998 weight: 'u64',1999 debt: 'u64',2000 haltOnError: 'bool',2001 xcm: 'Vec<XcmV0Xcm>'2002 }2003 }2004 },2005 /**2006 * Lookup210: xcm::v0::Response2007 **/2008 XcmV0Response: {2009 _enum: {2010 Assets: 'Vec<XcmV0MultiAsset>'2011 }2012 },2013 /**2014 * Lookup211: xcm::v1::Xcm<RuntimeCall>2015 **/2016 XcmV1Xcm: {2017 _enum: {2018 WithdrawAsset: {2019 assets: 'XcmV1MultiassetMultiAssets',2020 effects: 'Vec<XcmV1Order>',2021 },2022 ReserveAssetDeposited: {2023 assets: 'XcmV1MultiassetMultiAssets',2024 effects: 'Vec<XcmV1Order>',2025 },2026 ReceiveTeleportedAsset: {2027 assets: 'XcmV1MultiassetMultiAssets',2028 effects: 'Vec<XcmV1Order>',2029 },2030 QueryResponse: {2031 queryId: 'Compact<u64>',2032 response: 'XcmV1Response',2033 },2034 TransferAsset: {2035 assets: 'XcmV1MultiassetMultiAssets',2036 beneficiary: 'XcmV1MultiLocation',2037 },2038 TransferReserveAsset: {2039 assets: 'XcmV1MultiassetMultiAssets',2040 dest: 'XcmV1MultiLocation',2041 effects: 'Vec<XcmV1Order>',2042 },2043 Transact: {2044 originType: 'XcmV0OriginKind',2045 requireWeightAtMost: 'u64',2046 call: 'XcmDoubleEncoded',2047 },2048 HrmpNewChannelOpenRequest: {2049 sender: 'Compact<u32>',2050 maxMessageSize: 'Compact<u32>',2051 maxCapacity: 'Compact<u32>',2052 },2053 HrmpChannelAccepted: {2054 recipient: 'Compact<u32>',2055 },2056 HrmpChannelClosing: {2057 initiator: 'Compact<u32>',2058 sender: 'Compact<u32>',2059 recipient: 'Compact<u32>',2060 },2061 RelayedFrom: {2062 who: 'XcmV1MultilocationJunctions',2063 message: 'XcmV1Xcm',2064 },2065 SubscribeVersion: {2066 queryId: 'Compact<u64>',2067 maxResponseWeight: 'Compact<u64>',2068 },2069 UnsubscribeVersion: 'Null'2070 }2071 },2072 /**2073 * Lookup213: xcm::v1::order::Order<RuntimeCall>2074 **/2075 XcmV1Order: {2076 _enum: {2077 Noop: 'Null',2078 DepositAsset: {2079 assets: 'XcmV1MultiassetMultiAssetFilter',2080 maxAssets: 'u32',2081 beneficiary: 'XcmV1MultiLocation',2082 },2083 DepositReserveAsset: {2084 assets: 'XcmV1MultiassetMultiAssetFilter',2085 maxAssets: 'u32',2086 dest: 'XcmV1MultiLocation',2087 effects: 'Vec<XcmV1Order>',2088 },2089 ExchangeAsset: {2090 give: 'XcmV1MultiassetMultiAssetFilter',2091 receive: 'XcmV1MultiassetMultiAssets',2092 },2093 InitiateReserveWithdraw: {2094 assets: 'XcmV1MultiassetMultiAssetFilter',2095 reserve: 'XcmV1MultiLocation',2096 effects: 'Vec<XcmV1Order>',2097 },2098 InitiateTeleport: {2099 assets: 'XcmV1MultiassetMultiAssetFilter',2100 dest: 'XcmV1MultiLocation',2101 effects: 'Vec<XcmV1Order>',2102 },2103 QueryHolding: {2104 queryId: 'Compact<u64>',2105 dest: 'XcmV1MultiLocation',2106 assets: 'XcmV1MultiassetMultiAssetFilter',2107 },2108 BuyExecution: {2109 fees: 'XcmV1MultiAsset',2110 weight: 'u64',2111 debt: 'u64',2112 haltOnError: 'bool',2113 instructions: 'Vec<XcmV1Xcm>'2114 }2115 }2116 },2117 /**2118 * Lookup215: xcm::v1::Response2119 **/2120 XcmV1Response: {2121 _enum: {2122 Assets: 'XcmV1MultiassetMultiAssets',2123 Version: 'u32'2124 }2125 },2126 /**2127 * Lookup229: cumulus_pallet_xcm::pallet::Call<T>2128 **/2129 CumulusPalletXcmCall: 'Null',2130 /**2131 * Lookup230: cumulus_pallet_dmp_queue::pallet::Call<T>2132 **/2133 CumulusPalletDmpQueueCall: {2134 _enum: {2135 service_overweight: {2136 index: 'u64',2137 weightLimit: 'u64'2138 }2139 }2140 },2141 /**2142 * Lookup231: pallet_inflation::pallet::Call<T>2143 **/2144 PalletInflationCall: {2145 _enum: {2146 start_inflation: {2147 inflationStartRelayBlock: 'u32'2148 }2149 }2150 },2151 /**2152 * Lookup232: pallet_unique::Call<T>2153 **/2154 PalletUniqueCall: {2155 _enum: {2156 create_collection: {2157 collectionName: 'Vec<u16>',2158 collectionDescription: 'Vec<u16>',2159 tokenPrefix: 'Bytes',2160 mode: 'UpDataStructsCollectionMode',2161 },2162 create_collection_ex: {2163 data: 'UpDataStructsCreateCollectionData',2164 },2165 destroy_collection: {2166 collectionId: 'u32',2167 },2168 add_to_allow_list: {2169 collectionId: 'u32',2170 address: 'PalletEvmAccountBasicCrossAccountIdRepr',2171 },2172 remove_from_allow_list: {2173 collectionId: 'u32',2174 address: 'PalletEvmAccountBasicCrossAccountIdRepr',2175 },2176 change_collection_owner: {2177 collectionId: 'u32',2178 newOwner: 'AccountId32',2179 },2180 add_collection_admin: {2181 collectionId: 'u32',2182 newAdminId: 'PalletEvmAccountBasicCrossAccountIdRepr',2183 },2184 remove_collection_admin: {2185 collectionId: 'u32',2186 accountId: 'PalletEvmAccountBasicCrossAccountIdRepr',2187 },2188 set_collection_sponsor: {2189 collectionId: 'u32',2190 newSponsor: 'AccountId32',2191 },2192 confirm_sponsorship: {2193 collectionId: 'u32',2194 },2195 remove_collection_sponsor: {2196 collectionId: 'u32',2197 },2198 create_item: {2199 collectionId: 'u32',2200 owner: 'PalletEvmAccountBasicCrossAccountIdRepr',2201 data: 'UpDataStructsCreateItemData',2202 },2203 create_multiple_items: {2204 collectionId: 'u32',2205 owner: 'PalletEvmAccountBasicCrossAccountIdRepr',2206 itemsData: 'Vec<UpDataStructsCreateItemData>',2207 },2208 set_collection_properties: {2209 collectionId: 'u32',2210 properties: 'Vec<UpDataStructsProperty>',2211 },2212 delete_collection_properties: {2213 collectionId: 'u32',2214 propertyKeys: 'Vec<Bytes>',2215 },2216 set_token_properties: {2217 collectionId: 'u32',2218 tokenId: 'u32',2219 properties: 'Vec<UpDataStructsProperty>',2220 },2221 delete_token_properties: {2222 collectionId: 'u32',2223 tokenId: 'u32',2224 propertyKeys: 'Vec<Bytes>',2225 },2226 set_token_property_permissions: {2227 collectionId: 'u32',2228 propertyPermissions: 'Vec<UpDataStructsPropertyKeyPermission>',2229 },2230 create_multiple_items_ex: {2231 collectionId: 'u32',2232 data: 'UpDataStructsCreateItemExData',2233 },2234 set_transfers_enabled_flag: {2235 collectionId: 'u32',2236 value: 'bool',2237 },2238 burn_item: {2239 collectionId: 'u32',2240 itemId: 'u32',2241 value: 'u128',2242 },2243 burn_from: {2244 collectionId: 'u32',2245 from: 'PalletEvmAccountBasicCrossAccountIdRepr',2246 itemId: 'u32',2247 value: 'u128',2248 },2249 transfer: {2250 recipient: 'PalletEvmAccountBasicCrossAccountIdRepr',2251 collectionId: 'u32',2252 itemId: 'u32',2253 value: 'u128',2254 },2255 approve: {2256 spender: 'PalletEvmAccountBasicCrossAccountIdRepr',2257 collectionId: 'u32',2258 itemId: 'u32',2259 amount: 'u128',2260 },2261 transfer_from: {2262 from: 'PalletEvmAccountBasicCrossAccountIdRepr',2263 recipient: 'PalletEvmAccountBasicCrossAccountIdRepr',2264 collectionId: 'u32',2265 itemId: 'u32',2266 value: 'u128',2267 },2268 set_collection_limits: {2269 collectionId: 'u32',2270 newLimit: 'UpDataStructsCollectionLimits',2271 },2272 set_collection_permissions: {2273 collectionId: 'u32',2274 newPermission: 'UpDataStructsCollectionPermissions',2275 },2276 repartition: {2277 collectionId: 'u32',2278 tokenId: 'u32',2279 amount: 'u128',2280 },2281 set_allowance_for_all: {2282 collectionId: 'u32',2283 operator: 'PalletEvmAccountBasicCrossAccountIdRepr',2284 approve: 'bool',2285 },2286 repair_item: {2287 collectionId: 'u32',2288 itemId: 'u32'2289 }2290 }2291 },2292 /**2293 * Lookup237: up_data_structs::CollectionMode2294 **/2295 UpDataStructsCollectionMode: {2296 _enum: {2297 NFT: 'Null',2298 Fungible: 'u8',2299 ReFungible: 'Null'2300 }2301 },2302 /**2303 * Lookup238: up_data_structs::CreateCollectionData<sp_core::crypto::AccountId32>2304 **/2305 UpDataStructsCreateCollectionData: {2306 mode: 'UpDataStructsCollectionMode',2307 access: 'Option<UpDataStructsAccessMode>',2308 name: 'Vec<u16>',2309 description: 'Vec<u16>',2310 tokenPrefix: 'Bytes',2311 pendingSponsor: 'Option<AccountId32>',2312 limits: 'Option<UpDataStructsCollectionLimits>',2313 permissions: 'Option<UpDataStructsCollectionPermissions>',2314 tokenPropertyPermissions: 'Vec<UpDataStructsPropertyKeyPermission>',2315 properties: 'Vec<UpDataStructsProperty>'2316 },2317 /**2318 * Lookup240: up_data_structs::AccessMode2319 **/2320 UpDataStructsAccessMode: {2321 _enum: ['Normal', 'AllowList']2322 },2323 /**2324 * Lookup242: up_data_structs::CollectionLimits2325 **/2326 UpDataStructsCollectionLimits: {2327 accountTokenOwnershipLimit: 'Option<u32>',2328 sponsoredDataSize: 'Option<u32>',2329 sponsoredDataRateLimit: 'Option<UpDataStructsSponsoringRateLimit>',2330 tokenLimit: 'Option<u32>',2331 sponsorTransferTimeout: 'Option<u32>',2332 sponsorApproveTimeout: 'Option<u32>',2333 ownerCanTransfer: 'Option<bool>',2334 ownerCanDestroy: 'Option<bool>',2335 transfersEnabled: 'Option<bool>'2336 },2337 /**2338 * Lookup244: up_data_structs::SponsoringRateLimit2339 **/2340 UpDataStructsSponsoringRateLimit: {2341 _enum: {2342 SponsoringDisabled: 'Null',2343 Blocks: 'u32'2344 }2345 },2346 /**2347 * Lookup247: up_data_structs::CollectionPermissions2348 **/2349 UpDataStructsCollectionPermissions: {2350 access: 'Option<UpDataStructsAccessMode>',2351 mintMode: 'Option<bool>',2352 nesting: 'Option<UpDataStructsNestingPermissions>'2353 },2354 /**2355 * Lookup249: up_data_structs::NestingPermissions2356 **/2357 UpDataStructsNestingPermissions: {2358 tokenOwner: 'bool',2359 collectionAdmin: 'bool',2360 restricted: 'Option<UpDataStructsOwnerRestrictedSet>'2361 },2362 /**2363 * Lookup251: up_data_structs::OwnerRestrictedSet2364 **/2365 UpDataStructsOwnerRestrictedSet: 'BTreeSet<u32>',2366 /**2367 * Lookup256: up_data_structs::PropertyKeyPermission2368 **/2369 UpDataStructsPropertyKeyPermission: {2370 key: 'Bytes',2371 permission: 'UpDataStructsPropertyPermission'2372 },2373 /**2374 * Lookup257: up_data_structs::PropertyPermission2375 **/2376 UpDataStructsPropertyPermission: {2377 mutable: 'bool',2378 collectionAdmin: 'bool',2379 tokenOwner: 'bool'2380 },2381 /**2382 * Lookup260: up_data_structs::Property2383 **/2384 UpDataStructsProperty: {2385 key: 'Bytes',2386 value: 'Bytes'2387 },2388 /**2389 * Lookup263: up_data_structs::CreateItemData2390 **/2391 UpDataStructsCreateItemData: {2392 _enum: {2393 NFT: 'UpDataStructsCreateNftData',2394 Fungible: 'UpDataStructsCreateFungibleData',2395 ReFungible: 'UpDataStructsCreateReFungibleData'2396 }2397 },2398 /**2399 * Lookup264: up_data_structs::CreateNftData2400 **/2401 UpDataStructsCreateNftData: {2402 properties: 'Vec<UpDataStructsProperty>'2403 },2404 /**2405 * Lookup265: up_data_structs::CreateFungibleData2406 **/2407 UpDataStructsCreateFungibleData: {2408 value: 'u128'2409 },2410 /**2411 * Lookup266: up_data_structs::CreateReFungibleData2412 **/2413 UpDataStructsCreateReFungibleData: {2414 pieces: 'u128',2415 properties: 'Vec<UpDataStructsProperty>'2416 },2417 /**2418 * Lookup269: up_data_structs::CreateItemExData<pallet_evm::account::BasicCrossAccountIdRepr<sp_core::crypto::AccountId32>>2419 **/2420 UpDataStructsCreateItemExData: {2421 _enum: {2422 NFT: 'Vec<UpDataStructsCreateNftExData>',2423 Fungible: 'BTreeMap<PalletEvmAccountBasicCrossAccountIdRepr, u128>',2424 RefungibleMultipleItems: 'Vec<UpDataStructsCreateRefungibleExSingleOwner>',2425 RefungibleMultipleOwners: 'UpDataStructsCreateRefungibleExMultipleOwners'2426 }2427 },2428 /**2429 * Lookup271: up_data_structs::CreateNftExData<pallet_evm::account::BasicCrossAccountIdRepr<sp_core::crypto::AccountId32>>2430 **/2431 UpDataStructsCreateNftExData: {2432 properties: 'Vec<UpDataStructsProperty>',2433 owner: 'PalletEvmAccountBasicCrossAccountIdRepr'2434 },2435 /**2436 * Lookup278: up_data_structs::CreateRefungibleExSingleOwner<pallet_evm::account::BasicCrossAccountIdRepr<sp_core::crypto::AccountId32>>2437 **/2438 UpDataStructsCreateRefungibleExSingleOwner: {2439 user: 'PalletEvmAccountBasicCrossAccountIdRepr',2440 pieces: 'u128',2441 properties: 'Vec<UpDataStructsProperty>'2442 },2443 /**2444 * Lookup280: up_data_structs::CreateRefungibleExMultipleOwners<pallet_evm::account::BasicCrossAccountIdRepr<sp_core::crypto::AccountId32>>2445 **/2446 UpDataStructsCreateRefungibleExMultipleOwners: {2447 users: 'BTreeMap<PalletEvmAccountBasicCrossAccountIdRepr, u128>',2448 properties: 'Vec<UpDataStructsProperty>'2449 },2450 /**2451 * Lookup281: pallet_configuration::pallet::Call<T>2452 **/2453 PalletConfigurationCall: {2454 _enum: {2455 set_weight_to_fee_coefficient_override: {2456 coeff: 'Option<u32>',2457 },2458 set_min_gas_price_override: {2459 coeff: 'Option<u64>',2460 },2461 set_xcm_allowed_locations: {2462 locations: 'Option<Vec<XcmV1MultiLocation>>',2463 },2464 set_app_promotion_configuration_override: {2465 configuration: 'PalletConfigurationAppPromotionConfiguration'2466 }2467 }2468 },2469 /**2470 * Lookup286: pallet_configuration::AppPromotionConfiguration<BlockNumber>2471 **/2472 PalletConfigurationAppPromotionConfiguration: {2473 recalculationInterval: 'Option<u32>',2474 pendingInterval: 'Option<u32>',2475 intervalIncome: 'Option<Perbill>',2476 maxStakersPerCalculation: 'Option<u8>'2477 },2478 /**2479 * Lookup289: pallet_template_transaction_payment::Call<T>2480 **/2481 PalletTemplateTransactionPaymentCall: 'Null',2482 /**2483 * Lookup290: pallet_structure::pallet::Call<T>2484 **/2485 PalletStructureCall: 'Null',2486 /**2487 * Lookup291: pallet_rmrk_core::pallet::Call<T>2488 **/2489 PalletRmrkCoreCall: {2490 _enum: {2491 create_collection: {2492 metadata: 'Bytes',2493 max: 'Option<u32>',2494 symbol: 'Bytes',2495 },2496 destroy_collection: {2497 collectionId: 'u32',2498 },2499 change_collection_issuer: {2500 collectionId: 'u32',2501 newIssuer: 'MultiAddress',2502 },2503 lock_collection: {2504 collectionId: 'u32',2505 },2506 mint_nft: {2507 owner: 'Option<AccountId32>',2508 collectionId: 'u32',2509 recipient: 'Option<AccountId32>',2510 royaltyAmount: 'Option<Permill>',2511 metadata: 'Bytes',2512 transferable: 'bool',2513 resources: 'Option<Vec<RmrkTraitsResourceResourceTypes>>',2514 },2515 burn_nft: {2516 collectionId: 'u32',2517 nftId: 'u32',2518 maxBurns: 'u32',2519 },2520 send: {2521 rmrkCollectionId: 'u32',2522 rmrkNftId: 'u32',2523 newOwner: 'RmrkTraitsNftAccountIdOrCollectionNftTuple',2524 },2525 accept_nft: {2526 rmrkCollectionId: 'u32',2527 rmrkNftId: 'u32',2528 newOwner: 'RmrkTraitsNftAccountIdOrCollectionNftTuple',2529 },2530 reject_nft: {2531 rmrkCollectionId: 'u32',2532 rmrkNftId: 'u32',2533 },2534 accept_resource: {2535 rmrkCollectionId: 'u32',2536 rmrkNftId: 'u32',2537 resourceId: 'u32',2538 },2539 accept_resource_removal: {2540 rmrkCollectionId: 'u32',2541 rmrkNftId: 'u32',2542 resourceId: 'u32',2543 },2544 set_property: {2545 rmrkCollectionId: 'Compact<u32>',2546 maybeNftId: 'Option<u32>',2547 key: 'Bytes',2548 value: 'Bytes',2549 },2550 set_priority: {2551 rmrkCollectionId: 'u32',2552 rmrkNftId: 'u32',2553 priorities: 'Vec<u32>',2554 },2555 add_basic_resource: {2556 rmrkCollectionId: 'u32',2557 nftId: 'u32',2558 resource: 'RmrkTraitsResourceBasicResource',2559 },2560 add_composable_resource: {2561 rmrkCollectionId: 'u32',2562 nftId: 'u32',2563 resource: 'RmrkTraitsResourceComposableResource',2564 },2565 add_slot_resource: {2566 rmrkCollectionId: 'u32',2567 nftId: 'u32',2568 resource: 'RmrkTraitsResourceSlotResource',2569 },2570 remove_resource: {2571 rmrkCollectionId: 'u32',2572 nftId: 'u32',2573 resourceId: 'u32'2574 }2575 }2576 },2577 /**2578 * Lookup297: rmrk_traits::resource::ResourceTypes<sp_core::bounded::bounded_vec::BoundedVec<T, S>, sp_core::bounded::bounded_vec::BoundedVec<T, S>>2579 **/2580 RmrkTraitsResourceResourceTypes: {2581 _enum: {2582 Basic: 'RmrkTraitsResourceBasicResource',2583 Composable: 'RmrkTraitsResourceComposableResource',2584 Slot: 'RmrkTraitsResourceSlotResource'2585 }2586 },2587 /**2588 * Lookup299: rmrk_traits::resource::BasicResource<sp_core::bounded::bounded_vec::BoundedVec<T, S>>2589 **/2590 RmrkTraitsResourceBasicResource: {2591 src: 'Option<Bytes>',2592 metadata: 'Option<Bytes>',2593 license: 'Option<Bytes>',2594 thumb: 'Option<Bytes>'2595 },2596 /**2597 * Lookup301: rmrk_traits::resource::ComposableResource<sp_core::bounded::bounded_vec::BoundedVec<T, S>, sp_core::bounded::bounded_vec::BoundedVec<T, S>>2598 **/2599 RmrkTraitsResourceComposableResource: {2600 parts: 'Vec<u32>',2601 base: 'u32',2602 src: 'Option<Bytes>',2603 metadata: 'Option<Bytes>',2604 license: 'Option<Bytes>',2605 thumb: 'Option<Bytes>'2606 },2607 /**2608 * Lookup302: rmrk_traits::resource::SlotResource<sp_core::bounded::bounded_vec::BoundedVec<T, S>>2609 **/2610 RmrkTraitsResourceSlotResource: {2611 base: 'u32',2612 src: 'Option<Bytes>',2613 metadata: 'Option<Bytes>',2614 slot: 'u32',2615 license: 'Option<Bytes>',2616 thumb: 'Option<Bytes>'2617 },2618 /**2619 * Lookup305: pallet_rmrk_equip::pallet::Call<T>2620 **/2621 PalletRmrkEquipCall: {2622 _enum: {2623 create_base: {2624 baseType: 'Bytes',2625 symbol: 'Bytes',2626 parts: 'Vec<RmrkTraitsPartPartType>',2627 },2628 theme_add: {2629 baseId: 'u32',2630 theme: 'RmrkTraitsTheme',2631 },2632 equippable: {2633 baseId: 'u32',2634 slotId: 'u32',2635 equippables: 'RmrkTraitsPartEquippableList'2636 }2637 }2638 },2639 /**2640 * Lookup308: rmrk_traits::part::PartType<sp_core::bounded::bounded_vec::BoundedVec<T, S>, sp_core::bounded::bounded_vec::BoundedVec<T, S>>2641 **/2642 RmrkTraitsPartPartType: {2643 _enum: {2644 FixedPart: 'RmrkTraitsPartFixedPart',2645 SlotPart: 'RmrkTraitsPartSlotPart'2646 }2647 },2648 /**2649 * Lookup310: rmrk_traits::part::FixedPart<sp_core::bounded::bounded_vec::BoundedVec<T, S>>2650 **/2651 RmrkTraitsPartFixedPart: {2652 id: 'u32',2653 z: 'u32',2654 src: 'Bytes'2655 },2656 /**2657 * Lookup311: rmrk_traits::part::SlotPart<sp_core::bounded::bounded_vec::BoundedVec<T, S>, sp_core::bounded::bounded_vec::BoundedVec<T, S>>2658 **/2659 RmrkTraitsPartSlotPart: {2660 id: 'u32',2661 equippable: 'RmrkTraitsPartEquippableList',2662 src: 'Bytes',2663 z: 'u32'2664 },2665 /**2666 * Lookup312: rmrk_traits::part::EquippableList<sp_core::bounded::bounded_vec::BoundedVec<T, S>>2667 **/2668 RmrkTraitsPartEquippableList: {2669 _enum: {2670 All: 'Null',2671 Empty: 'Null',2672 Custom: 'Vec<u32>'2673 }2674 },2675 /**2676 * Lookup314: rmrk_traits::theme::Theme<sp_core::bounded::bounded_vec::BoundedVec<T, S>, sp_core::bounded::bounded_vec::BoundedVec<rmrk_traits::theme::ThemeProperty<sp_core::bounded::bounded_vec::BoundedVec<T, S>>, S>>2677 **/2678 RmrkTraitsTheme: {2679 name: 'Bytes',2680 properties: 'Vec<RmrkTraitsThemeThemeProperty>',2681 inherit: 'bool'2682 },2683 /**2684 * Lookup316: rmrk_traits::theme::ThemeProperty<sp_core::bounded::bounded_vec::BoundedVec<T, S>>2685 **/2686 RmrkTraitsThemeThemeProperty: {2687 key: 'Bytes',2688 value: 'Bytes'2689 },2690 /**2691 * Lookup318: pallet_app_promotion::pallet::Call<T>2692 **/2693 PalletAppPromotionCall: {2694 _enum: {2695 set_admin_address: {2696 admin: 'PalletEvmAccountBasicCrossAccountIdRepr',2697 },2698 stake: {2699 amount: 'u128',2700 },2701 unstake: 'Null',2702 sponsor_collection: {2703 collectionId: 'u32',2704 },2705 stop_sponsoring_collection: {2706 collectionId: 'u32',2707 },2708 sponsor_contract: {2709 contractId: 'H160',2710 },2711 stop_sponsoring_contract: {2712 contractId: 'H160',2713 },2714 payout_stakers: {2715 stakersNumber: 'Option<u8>'2716 }2717 }2718 },2719 /**2720 * Lookup319: pallet_foreign_assets::module::Call<T>2721 **/2722 PalletForeignAssetsModuleCall: {2723 _enum: {2724 register_foreign_asset: {2725 owner: 'AccountId32',2726 location: 'XcmVersionedMultiLocation',2727 metadata: 'PalletForeignAssetsModuleAssetMetadata',2728 },2729 update_foreign_asset: {2730 foreignAssetId: 'u32',2731 location: 'XcmVersionedMultiLocation',2732 metadata: 'PalletForeignAssetsModuleAssetMetadata'2733 }2734 }2735 },2736 /**2737 * Lookup320: pallet_evm::pallet::Call<T>2738 **/2739 PalletEvmCall: {2740 _enum: {2741 withdraw: {2742 address: 'H160',2743 value: 'u128',2744 },2745 call: {2746 source: 'H160',2747 target: 'H160',2748 input: 'Bytes',2749 value: 'U256',2750 gasLimit: 'u64',2751 maxFeePerGas: 'U256',2752 maxPriorityFeePerGas: 'Option<U256>',2753 nonce: 'Option<U256>',2754 accessList: 'Vec<(H160,Vec<H256>)>',2755 },2756 create: {2757 source: 'H160',2758 init: 'Bytes',2759 value: 'U256',2760 gasLimit: 'u64',2761 maxFeePerGas: 'U256',2762 maxPriorityFeePerGas: 'Option<U256>',2763 nonce: 'Option<U256>',2764 accessList: 'Vec<(H160,Vec<H256>)>',2765 },2766 create2: {2767 source: 'H160',2768 init: 'Bytes',2769 salt: 'H256',2770 value: 'U256',2771 gasLimit: 'u64',2772 maxFeePerGas: 'U256',2773 maxPriorityFeePerGas: 'Option<U256>',2774 nonce: 'Option<U256>',2775 accessList: 'Vec<(H160,Vec<H256>)>'2776 }2777 }2778 },2779 /**2780 * Lookup326: pallet_ethereum::pallet::Call<T>2781 **/2782 PalletEthereumCall: {2783 _enum: {2784 transact: {2785 transaction: 'EthereumTransactionTransactionV2'2786 }2787 }2788 },2789 /**2790 * Lookup327: ethereum::transaction::TransactionV22791 **/2792 EthereumTransactionTransactionV2: {2793 _enum: {2794 Legacy: 'EthereumTransactionLegacyTransaction',2795 EIP2930: 'EthereumTransactionEip2930Transaction',2796 EIP1559: 'EthereumTransactionEip1559Transaction'2797 }2798 },2799 /**2800 * Lookup328: ethereum::transaction::LegacyTransaction2801 **/2802 EthereumTransactionLegacyTransaction: {2803 nonce: 'U256',2804 gasPrice: 'U256',2805 gasLimit: 'U256',2806 action: 'EthereumTransactionTransactionAction',2807 value: 'U256',2808 input: 'Bytes',2809 signature: 'EthereumTransactionTransactionSignature'2810 },2811 /**2812 * Lookup329: ethereum::transaction::TransactionAction2813 **/2814 EthereumTransactionTransactionAction: {2815 _enum: {2816 Call: 'H160',2817 Create: 'Null'2818 }2819 },2820 /**2821 * Lookup330: ethereum::transaction::TransactionSignature2822 **/2823 EthereumTransactionTransactionSignature: {2824 v: 'u64',2825 r: 'H256',2826 s: 'H256'2827 },2828 /**2829 * Lookup332: ethereum::transaction::EIP2930Transaction2830 **/2831 EthereumTransactionEip2930Transaction: {2832 chainId: 'u64',2833 nonce: 'U256',2834 gasPrice: 'U256',2835 gasLimit: 'U256',2836 action: 'EthereumTransactionTransactionAction',2837 value: 'U256',2838 input: 'Bytes',2839 accessList: 'Vec<EthereumTransactionAccessListItem>',2840 oddYParity: 'bool',2841 r: 'H256',2842 s: 'H256'2843 },2844 /**2845 * Lookup334: ethereum::transaction::AccessListItem2846 **/2847 EthereumTransactionAccessListItem: {2848 address: 'H160',2849 storageKeys: 'Vec<H256>'2850 },2851 /**2852 * Lookup335: ethereum::transaction::EIP1559Transaction2853 **/2854 EthereumTransactionEip1559Transaction: {2855 chainId: 'u64',2856 nonce: 'U256',2857 maxPriorityFeePerGas: 'U256',2858 maxFeePerGas: 'U256',2859 gasLimit: 'U256',2860 action: 'EthereumTransactionTransactionAction',2861 value: 'U256',2862 input: 'Bytes',2863 accessList: 'Vec<EthereumTransactionAccessListItem>',2864 oddYParity: 'bool',2865 r: 'H256',2866 s: 'H256'2867 },2868 /**2869 * Lookup336: pallet_evm_migration::pallet::Call<T>2870 **/2871 PalletEvmMigrationCall: {2872 _enum: {2873 begin: {2874 address: 'H160',2875 },2876 set_data: {2877 address: 'H160',2878 data: 'Vec<(H256,H256)>',2879 },2880 finish: {2881 address: 'H160',2882 code: 'Bytes',2883 },2884 insert_eth_logs: {2885 logs: 'Vec<EthereumLog>',2886 },2887 insert_events: {2888 events: 'Vec<Bytes>'2889 }2890 }2891 },2892 /**2893 * Lookup340: pallet_maintenance::pallet::Call<T>2894 **/2895 PalletMaintenanceCall: {2896 _enum: ['enable', 'disable']2897 },2898 /**2899 * Lookup341: pallet_test_utils::pallet::Call<T>2900 **/2901 PalletTestUtilsCall: {2902 _enum: {2903 enable: 'Null',2904 set_test_value: {2905 value: 'u32',2906 },2907 set_test_value_and_rollback: {2908 value: 'u32',2909 },2910 inc_test_value: 'Null',2911 just_take_fee: 'Null',2912 batch_all: {2913 calls: 'Vec<Call>'2914 }2915 }2916 },2917 /**2918 * Lookup343: pallet_sudo::pallet::Error<T>2919 **/2920 PalletSudoError: {2921 _enum: ['RequireSudo']2922 },2923 /**2924 * Lookup345: orml_vesting::module::Error<T>2925 **/2926 OrmlVestingModuleError: {2927 _enum: ['ZeroVestingPeriod', 'ZeroVestingPeriodCount', 'InsufficientBalanceToLock', 'TooManyVestingSchedules', 'AmountLow', 'MaxVestingSchedulesExceeded']2928 },2929 /**2930 * Lookup346: orml_xtokens::module::Error<T>2931 **/2932 OrmlXtokensModuleError: {2933 _enum: ['AssetHasNoReserve', 'NotCrossChainTransfer', 'InvalidDest', 'NotCrossChainTransferableCurrency', 'UnweighableMessage', 'XcmExecutionFailed', 'CannotReanchor', 'InvalidAncestry', 'InvalidAsset', 'DestinationNotInvertible', 'BadVersion', 'DistinctReserveForAssetAndFee', 'ZeroFee', 'ZeroAmount', 'TooManyAssetsBeingSent', 'AssetIndexNonExistent', 'FeeNotEnough', 'NotSupportedMultiLocation', 'MinXcmFeeNotDefined']2934 },2935 /**2936 * Lookup349: orml_tokens::BalanceLock<Balance>2937 **/2938 OrmlTokensBalanceLock: {2939 id: '[u8;8]',2940 amount: 'u128'2941 },2942 /**2943 * Lookup351: orml_tokens::AccountData<Balance>2944 **/2945 OrmlTokensAccountData: {2946 free: 'u128',2947 reserved: 'u128',2948 frozen: 'u128'2949 },2950 /**2951 * Lookup353: orml_tokens::ReserveData<ReserveIdentifier, Balance>2952 **/2953 OrmlTokensReserveData: {2954 id: 'Null',2955 amount: 'u128'2956 },2957 /**2958 * Lookup355: orml_tokens::module::Error<T>2959 **/2960 OrmlTokensModuleError: {2961 _enum: ['BalanceTooLow', 'AmountIntoBalanceFailed', 'LiquidityRestrictions', 'MaxLocksExceeded', 'KeepAlive', 'ExistentialDeposit', 'DeadAccount', 'TooManyReserves']2962 },2963 /**2964 * Lookup357: cumulus_pallet_xcmp_queue::InboundChannelDetails2965 **/2966 CumulusPalletXcmpQueueInboundChannelDetails: {2967 sender: 'u32',2968 state: 'CumulusPalletXcmpQueueInboundState',2969 messageMetadata: 'Vec<(u32,PolkadotParachainPrimitivesXcmpMessageFormat)>'2970 },2971 /**2972 * Lookup358: cumulus_pallet_xcmp_queue::InboundState2973 **/2974 CumulusPalletXcmpQueueInboundState: {2975 _enum: ['Ok', 'Suspended']2976 },2977 /**2978 * Lookup361: polkadot_parachain::primitives::XcmpMessageFormat2979 **/2980 PolkadotParachainPrimitivesXcmpMessageFormat: {2981 _enum: ['ConcatenatedVersionedXcm', 'ConcatenatedEncodedBlob', 'Signals']2982 },2983 /**2984 * Lookup364: cumulus_pallet_xcmp_queue::OutboundChannelDetails2985 **/2986 CumulusPalletXcmpQueueOutboundChannelDetails: {2987 recipient: 'u32',2988 state: 'CumulusPalletXcmpQueueOutboundState',2989 signalsExist: 'bool',2990 firstIndex: 'u16',2991 lastIndex: 'u16'2992 },2993 /**2994 * Lookup365: cumulus_pallet_xcmp_queue::OutboundState2995 **/2996 CumulusPalletXcmpQueueOutboundState: {2997 _enum: ['Ok', 'Suspended']2998 },2999 /**3000 * Lookup367: cumulus_pallet_xcmp_queue::QueueConfigData3001 **/3002 CumulusPalletXcmpQueueQueueConfigData: {3003 suspendThreshold: 'u32',3004 dropThreshold: 'u32',3005 resumeThreshold: 'u32',3006 thresholdWeight: 'SpWeightsWeightV2Weight',3007 weightRestrictDecay: 'SpWeightsWeightV2Weight',3008 xcmpMaxIndividualWeight: 'SpWeightsWeightV2Weight'3009 },3010 /**3011 * Lookup369: cumulus_pallet_xcmp_queue::pallet::Error<T>3012 **/3013 CumulusPalletXcmpQueueError: {3014 _enum: ['FailedToSend', 'BadXcmOrigin', 'BadXcm', 'BadOverweightIndex', 'WeightOverLimit']3015 },3016 /**3017 * Lookup370: pallet_xcm::pallet::Error<T>3018 **/3019 PalletXcmError: {3020 _enum: ['Unreachable', 'SendFailure', 'Filtered', 'UnweighableMessage', 'DestinationNotInvertible', 'Empty', 'CannotReanchor', 'TooManyAssets', 'InvalidOrigin', 'BadVersion', 'BadLocation', 'NoSubscription', 'AlreadySubscribed']3021 },3022 /**3023 * Lookup371: cumulus_pallet_xcm::pallet::Error<T>3024 **/3025 CumulusPalletXcmError: 'Null',3026 /**3027 * Lookup372: cumulus_pallet_dmp_queue::ConfigData3028 **/3029 CumulusPalletDmpQueueConfigData: {3030 maxIndividual: 'SpWeightsWeightV2Weight'3031 },3032 /**3033 * Lookup373: cumulus_pallet_dmp_queue::PageIndexData3034 **/3035 CumulusPalletDmpQueuePageIndexData: {3036 beginUsed: 'u32',3037 endUsed: 'u32',3038 overweightCount: 'u64'3039 },3040 /**3041 * Lookup376: cumulus_pallet_dmp_queue::pallet::Error<T>3042 **/3043 CumulusPalletDmpQueueError: {3044 _enum: ['Unknown', 'OverLimit']3045 },3046 /**3047 * Lookup380: pallet_unique::Error<T>3048 **/3049 PalletUniqueError: {3050 _enum: ['CollectionDecimalPointLimitExceeded', 'EmptyArgument', 'RepartitionCalledOnNonRefungibleCollection']3051 },3052 /**3053 * Lookup381: pallet_configuration::pallet::Error<T>3054 **/3055 PalletConfigurationError: {3056 _enum: ['InconsistentConfiguration']3057 },3058 /**3059 * Lookup382: up_data_structs::Collection<sp_core::crypto::AccountId32>3060 **/3061 UpDataStructsCollection: {3062 owner: 'AccountId32',3063 mode: 'UpDataStructsCollectionMode',3064 name: 'Vec<u16>',3065 description: 'Vec<u16>',3066 tokenPrefix: 'Bytes',3067 sponsorship: 'UpDataStructsSponsorshipStateAccountId32',3068 limits: 'UpDataStructsCollectionLimits',3069 permissions: 'UpDataStructsCollectionPermissions',3070 flags: '[u8;1]'3071 },3072 /**3073 * Lookup383: up_data_structs::SponsorshipState<sp_core::crypto::AccountId32>3074 **/3075 UpDataStructsSponsorshipStateAccountId32: {3076 _enum: {3077 Disabled: 'Null',3078 Unconfirmed: 'AccountId32',3079 Confirmed: 'AccountId32'3080 }3081 },3082 /**3083 * Lookup385: up_data_structs::Properties3084 **/3085 UpDataStructsProperties: {3086 map: 'UpDataStructsPropertiesMapBoundedVec',3087 consumedSpace: 'u32',3088 spaceLimit: 'u32'3089 },3090 /**3091 * Lookup386: up_data_structs::PropertiesMap<sp_core::bounded::bounded_vec::BoundedVec<T, S>>3092 **/3093 UpDataStructsPropertiesMapBoundedVec: 'BTreeMap<Bytes, Bytes>',3094 /**3095 * Lookup391: up_data_structs::PropertiesMap<up_data_structs::PropertyPermission>3096 **/3097 UpDataStructsPropertiesMapPropertyPermission: 'BTreeMap<Bytes, UpDataStructsPropertyPermission>',3098 /**3099 * Lookup398: up_data_structs::CollectionStats3100 **/3101 UpDataStructsCollectionStats: {3102 created: 'u32',3103 destroyed: 'u32',3104 alive: 'u32'3105 },3106 /**3107 * Lookup399: up_data_structs::TokenChild3108 **/3109 UpDataStructsTokenChild: {3110 token: 'u32',3111 collection: 'u32'3112 },3113 /**3114 * Lookup400: PhantomType::up_data_structs<T>3115 **/3116 PhantomTypeUpDataStructs: '[(UpDataStructsTokenData,UpDataStructsRpcCollection,RmrkTraitsCollectionCollectionInfo,RmrkTraitsNftNftInfo,RmrkTraitsResourceResourceInfo,RmrkTraitsPropertyPropertyInfo,RmrkTraitsBaseBaseInfo,RmrkTraitsPartPartType,RmrkTraitsTheme,RmrkTraitsNftNftChild);0]',3117 /**3118 * Lookup402: up_data_structs::TokenData<pallet_evm::account::BasicCrossAccountIdRepr<sp_core::crypto::AccountId32>>3119 **/3120 UpDataStructsTokenData: {3121 properties: 'Vec<UpDataStructsProperty>',3122 owner: 'Option<PalletEvmAccountBasicCrossAccountIdRepr>',3123 pieces: 'u128'3124 },3125 /**3126 * Lookup404: up_data_structs::RpcCollection<sp_core::crypto::AccountId32>3127 **/3128 UpDataStructsRpcCollection: {3129 owner: 'AccountId32',3130 mode: 'UpDataStructsCollectionMode',3131 name: 'Vec<u16>',3132 description: 'Vec<u16>',3133 tokenPrefix: 'Bytes',3134 sponsorship: 'UpDataStructsSponsorshipStateAccountId32',3135 limits: 'UpDataStructsCollectionLimits',3136 permissions: 'UpDataStructsCollectionPermissions',3137 tokenPropertyPermissions: 'Vec<UpDataStructsPropertyKeyPermission>',3138 properties: 'Vec<UpDataStructsProperty>',3139 readOnly: 'bool',3140 flags: 'UpDataStructsRpcCollectionFlags'3141 },3142 /**3143 * Lookup405: up_data_structs::RpcCollectionFlags3144 **/3145 UpDataStructsRpcCollectionFlags: {3146 foreign: 'bool',3147 erc721metadata: 'bool'3148 },3149 /**3150 * Lookup406: rmrk_traits::collection::CollectionInfo<sp_core::bounded::bounded_vec::BoundedVec<T, S>, sp_core::bounded::bounded_vec::BoundedVec<T, S>, sp_core::crypto::AccountId32>3151 **/3152 RmrkTraitsCollectionCollectionInfo: {3153 issuer: 'AccountId32',3154 metadata: 'Bytes',3155 max: 'Option<u32>',3156 symbol: 'Bytes',3157 nftsCount: 'u32'3158 },3159 /**3160 * Lookup407: rmrk_traits::nft::NftInfo<sp_core::crypto::AccountId32, sp_arithmetic::per_things::Permill, sp_core::bounded::bounded_vec::BoundedVec<T, S>>3161 **/3162 RmrkTraitsNftNftInfo: {3163 owner: 'RmrkTraitsNftAccountIdOrCollectionNftTuple',3164 royalty: 'Option<RmrkTraitsNftRoyaltyInfo>',3165 metadata: 'Bytes',3166 equipped: 'bool',3167 pending: 'bool'3168 },3169 /**3170 * Lookup409: rmrk_traits::nft::RoyaltyInfo<sp_core::crypto::AccountId32, sp_arithmetic::per_things::Permill>3171 **/3172 RmrkTraitsNftRoyaltyInfo: {3173 recipient: 'AccountId32',3174 amount: 'Permill'3175 },3176 /**3177 * Lookup410: rmrk_traits::resource::ResourceInfo<sp_core::bounded::bounded_vec::BoundedVec<T, S>, sp_core::bounded::bounded_vec::BoundedVec<T, S>>3178 **/3179 RmrkTraitsResourceResourceInfo: {3180 id: 'u32',3181 resource: 'RmrkTraitsResourceResourceTypes',3182 pending: 'bool',3183 pendingRemoval: 'bool'3184 },3185 /**3186 * Lookup411: rmrk_traits::property::PropertyInfo<sp_core::bounded::bounded_vec::BoundedVec<T, S>, sp_core::bounded::bounded_vec::BoundedVec<T, S>>3187 **/3188 RmrkTraitsPropertyPropertyInfo: {3189 key: 'Bytes',3190 value: 'Bytes'3191 },3192 /**3193 * Lookup412: rmrk_traits::base::BaseInfo<sp_core::crypto::AccountId32, sp_core::bounded::bounded_vec::BoundedVec<T, S>>3194 **/3195 RmrkTraitsBaseBaseInfo: {3196 issuer: 'AccountId32',3197 baseType: 'Bytes',3198 symbol: 'Bytes'3199 },3200 /**3201 * Lookup413: rmrk_traits::nft::NftChild3202 **/3203 RmrkTraitsNftNftChild: {3204 collectionId: 'u32',3205 nftId: 'u32'3206 },3207 /**3208 * Lookup415: pallet_common::pallet::Error<T>3209 **/3210 PalletCommonError: {3211 _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', 'UserIsNotAllowedToNest', 'SourceCollectionIsNotAllowedToNest', 'CollectionFieldSizeExceeded', 'NoSpaceForProperty', 'PropertyLimitReached', 'PropertyKeyIsTooLong', 'InvalidCharacterInPropertyKey', 'EmptyPropertyKey', 'CollectionIsExternal', 'CollectionIsInternal', 'ConfirmSponsorshipFail', 'UserIsNotCollectionAdmin']3212 },3213 /**3214 * Lookup417: pallet_fungible::pallet::Error<T>3215 **/3216 PalletFungibleError: {3217 _enum: ['NotFungibleDataUsedToMintFungibleCollectionToken', 'FungibleItemsHaveNoId', 'FungibleItemsDontHaveData', 'FungibleDisallowsNesting', 'SettingPropertiesNotAllowed', 'SettingAllowanceForAllNotAllowed', 'FungibleTokensAreAlwaysValid']3218 },3219 /**3220 * Lookup418: pallet_refungible::ItemData3221 **/3222 PalletRefungibleItemData: {3223 constData: 'Bytes'3224 },3225 /**3226 * Lookup423: pallet_refungible::pallet::Error<T>3227 **/3228 PalletRefungibleError: {3229 _enum: ['NotRefungibleDataUsedToMintFungibleCollectionToken', 'WrongRefungiblePieces', 'RepartitionWhileNotOwningAllPieces', 'RefungibleDisallowsNesting', 'SettingPropertiesNotAllowed']3230 },3231 /**3232 * Lookup424: pallet_nonfungible::ItemData<pallet_evm::account::BasicCrossAccountIdRepr<sp_core::crypto::AccountId32>>3233 **/3234 PalletNonfungibleItemData: {3235 owner: 'PalletEvmAccountBasicCrossAccountIdRepr'3236 },3237 /**3238 * Lookup426: up_data_structs::PropertyScope3239 **/3240 UpDataStructsPropertyScope: {3241 _enum: ['None', 'Rmrk']3242 },3243 /**3244 * Lookup428: pallet_nonfungible::pallet::Error<T>3245 **/3246 PalletNonfungibleError: {3247 _enum: ['NotNonfungibleDataUsedToMintFungibleCollectionToken', 'NonfungibleItemsHaveNoAmount', 'CantBurnNftWithChildren']3248 },3249 /**3250 * Lookup429: pallet_structure::pallet::Error<T>3251 **/3252 PalletStructureError: {3253 _enum: ['OuroborosDetected', 'DepthLimit', 'BreadthLimit', 'TokenNotFound']3254 },3255 /**3256 * Lookup430: pallet_rmrk_core::pallet::Error<T>3257 **/3258 PalletRmrkCoreError: {3259 _enum: ['CorruptedCollectionType', 'RmrkPropertyKeyIsTooLong', 'RmrkPropertyValueIsTooLong', 'RmrkPropertyIsNotFound', 'UnableToDecodeRmrkData', 'CollectionNotEmpty', 'NoAvailableCollectionId', 'NoAvailableNftId', 'CollectionUnknown', 'NoPermission', 'NonTransferable', 'CollectionFullOrLocked', 'ResourceDoesntExist', 'CannotSendToDescendentOrSelf', 'CannotAcceptNonOwnedNft', 'CannotRejectNonOwnedNft', 'CannotRejectNonPendingNft', 'ResourceNotPending', 'NoAvailableResourceId']3260 },3261 /**3262 * Lookup432: pallet_rmrk_equip::pallet::Error<T>3263 **/3264 PalletRmrkEquipError: {3265 _enum: ['PermissionError', 'NoAvailableBaseId', 'NoAvailablePartId', 'BaseDoesntExist', 'NeedsDefaultThemeFirst', 'PartDoesntExist', 'NoEquippableOnFixedPart']3266 },3267 /**3268 * Lookup438: pallet_app_promotion::pallet::Error<T>3269 **/3270 PalletAppPromotionError: {3271 _enum: ['AdminNotSet', 'NoPermission', 'NotSufficientFunds', 'PendingForBlockOverflow', 'SponsorNotSet', 'IncorrectLockedBalanceOperation']3272 },3273 /**3274 * Lookup439: pallet_foreign_assets::module::Error<T>3275 **/3276 PalletForeignAssetsModuleError: {3277 _enum: ['BadLocation', 'MultiLocationExisted', 'AssetIdNotExists', 'AssetIdExisted']3278 },3279 /**3280 * Lookup441: pallet_evm::pallet::Error<T>3281 **/3282 PalletEvmError: {3283 _enum: ['BalanceLow', 'FeeOverflow', 'PaymentOverflow', 'WithdrawFailed', 'GasPriceTooLow', 'InvalidNonce', 'GasLimitTooLow', 'GasLimitTooHigh', 'Undefined', 'Reentrancy']3284 },3285 /**3286 * Lookup444: fp_rpc::TransactionStatus3287 **/3288 FpRpcTransactionStatus: {3289 transactionHash: 'H256',3290 transactionIndex: 'u32',3291 from: 'H160',3292 to: 'Option<H160>',3293 contractAddress: 'Option<H160>',3294 logs: 'Vec<EthereumLog>',3295 logsBloom: 'EthbloomBloom'3296 },3297 /**3298 * Lookup446: ethbloom::Bloom3299 **/3300 EthbloomBloom: '[u8;256]',3301 /**3302 * Lookup448: ethereum::receipt::ReceiptV33303 **/3304 EthereumReceiptReceiptV3: {3305 _enum: {3306 Legacy: 'EthereumReceiptEip658ReceiptData',3307 EIP2930: 'EthereumReceiptEip658ReceiptData',3308 EIP1559: 'EthereumReceiptEip658ReceiptData'3309 }3310 },3311 /**3312 * Lookup449: ethereum::receipt::EIP658ReceiptData3313 **/3314 EthereumReceiptEip658ReceiptData: {3315 statusCode: 'u8',3316 usedGas: 'U256',3317 logsBloom: 'EthbloomBloom',3318 logs: 'Vec<EthereumLog>'3319 },3320 /**3321 * Lookup450: ethereum::block::Block<ethereum::transaction::TransactionV2>3322 **/3323 EthereumBlock: {3324 header: 'EthereumHeader',3325 transactions: 'Vec<EthereumTransactionTransactionV2>',3326 ommers: 'Vec<EthereumHeader>'3327 },3328 /**3329 * Lookup451: ethereum::header::Header3330 **/3331 EthereumHeader: {3332 parentHash: 'H256',3333 ommersHash: 'H256',3334 beneficiary: 'H160',3335 stateRoot: 'H256',3336 transactionsRoot: 'H256',3337 receiptsRoot: 'H256',3338 logsBloom: 'EthbloomBloom',3339 difficulty: 'U256',3340 number: 'U256',3341 gasLimit: 'U256',3342 gasUsed: 'U256',3343 timestamp: 'u64',3344 extraData: 'Bytes',3345 mixHash: 'H256',3346 nonce: 'EthereumTypesHashH64'3347 },3348 /**3349 * Lookup452: ethereum_types::hash::H643350 **/3351 EthereumTypesHashH64: '[u8;8]',3352 /**3353 * Lookup457: pallet_ethereum::pallet::Error<T>3354 **/3355 PalletEthereumError: {3356 _enum: ['InvalidSignature', 'PreLogExists']3357 },3358 /**3359 * Lookup458: pallet_evm_coder_substrate::pallet::Error<T>3360 **/3361 PalletEvmCoderSubstrateError: {3362 _enum: ['OutOfGas', 'OutOfFund']3363 },3364 /**3365 * Lookup459: up_data_structs::SponsorshipState<pallet_evm::account::BasicCrossAccountIdRepr<sp_core::crypto::AccountId32>>3366 **/3367 UpDataStructsSponsorshipStateBasicCrossAccountIdRepr: {3368 _enum: {3369 Disabled: 'Null',3370 Unconfirmed: 'PalletEvmAccountBasicCrossAccountIdRepr',3371 Confirmed: 'PalletEvmAccountBasicCrossAccountIdRepr'3372 }3373 },3374 /**3375 * Lookup460: pallet_evm_contract_helpers::SponsoringModeT3376 **/3377 PalletEvmContractHelpersSponsoringModeT: {3378 _enum: ['Disabled', 'Allowlisted', 'Generous']3379 },3380 /**3381 * Lookup466: pallet_evm_contract_helpers::pallet::Error<T>3382 **/3383 PalletEvmContractHelpersError: {3384 _enum: ['NoPermission', 'NoPendingSponsor', 'TooManyMethodsHaveSponsoredLimit']3385 },3386 /**3387 * Lookup467: pallet_evm_migration::pallet::Error<T>3388 **/3389 PalletEvmMigrationError: {3390 _enum: ['AccountNotEmpty', 'AccountIsNotMigrating', 'BadEvent']3391 },3392 /**3393 * Lookup468: pallet_maintenance::pallet::Error<T>3394 **/3395 PalletMaintenanceError: 'Null',3396 /**3397 * Lookup469: pallet_test_utils::pallet::Error<T>3398 **/3399 PalletTestUtilsError: {3400 _enum: ['TestPalletDisabled', 'TriggerRollback']3401 },3402 /**3403 * Lookup471: sp_runtime::MultiSignature3404 **/3405 SpRuntimeMultiSignature: {3406 _enum: {3407 Ed25519: 'SpCoreEd25519Signature',3408 Sr25519: 'SpCoreSr25519Signature',3409 Ecdsa: 'SpCoreEcdsaSignature'3410 }3411 },3412 /**3413 * Lookup472: sp_core::ed25519::Signature3414 **/3415 SpCoreEd25519Signature: '[u8;64]',3416 /**3417 * Lookup474: sp_core::sr25519::Signature3418 **/3419 SpCoreSr25519Signature: '[u8;64]',3420 /**3421 * Lookup475: sp_core::ecdsa::Signature3422 **/3423 SpCoreEcdsaSignature: '[u8;65]',3424 /**3425 * Lookup478: frame_system::extensions::check_spec_version::CheckSpecVersion<T>3426 **/3427 FrameSystemExtensionsCheckSpecVersion: 'Null',3428 /**3429 * Lookup479: frame_system::extensions::check_tx_version::CheckTxVersion<T>3430 **/3431 FrameSystemExtensionsCheckTxVersion: 'Null',3432 /**3433 * Lookup480: frame_system::extensions::check_genesis::CheckGenesis<T>3434 **/3435 FrameSystemExtensionsCheckGenesis: 'Null',3436 /**3437 * Lookup483: frame_system::extensions::check_nonce::CheckNonce<T>3438 **/3439 FrameSystemExtensionsCheckNonce: 'Compact<u32>',3440 /**3441 * Lookup484: frame_system::extensions::check_weight::CheckWeight<T>3442 **/3443 FrameSystemExtensionsCheckWeight: 'Null',3444 /**3445 * Lookup485: opal_runtime::runtime_common::maintenance::CheckMaintenance3446 **/3447 OpalRuntimeRuntimeCommonMaintenanceCheckMaintenance: 'Null',3448 /**3449 * Lookup486: pallet_template_transaction_payment::ChargeTransactionPayment<opal_runtime::Runtime>3450 **/3451 PalletTemplateTransactionPaymentChargeTransactionPayment: 'Compact<u128>',3452 /**3453 * Lookup487: opal_runtime::Runtime3454 **/3455 OpalRuntimeRuntime: 'Null',3456 /**3457 * Lookup488: pallet_ethereum::FakeTransactionFinalizer<opal_runtime::Runtime>3458 **/3459 PalletEthereumFakeTransactionFinalizer: 'Null'3460};3461=======3462export default {}3463>>>>>>> chore: regenerate types