git.delta.rocks / unique-network / refs/commits / 896d7c692dac

difftreelog

source

tests/src/interfaces/lookup.ts94.9 KiBsourcehistory
1// Auto-generated via `yarn polkadot-types-from-defs`, do not edit2/* eslint-disable */34/* eslint-disable sort-keys */56export default {7  /**8   * Lookup3: frame_system::AccountInfo<Index, pallet_balances::AccountData<Balance>>9   **/10  FrameSystemAccountInfo: {11    nonce: 'u32',12    consumers: 'u32',13    providers: 'u32',14    sufficients: 'u32',15    data: 'PalletBalancesAccountData'16  },17  /**18   * Lookup5: pallet_balances::AccountData<Balance>19   **/20  PalletBalancesAccountData: {21    free: 'u128',22    reserved: 'u128',23    miscFrozen: 'u128',24    feeFrozen: 'u128'25  },26  /**27   * Lookup7: frame_support::dispatch::PerDispatchClass<sp_weights::weight_v2::Weight>28   **/29  FrameSupportDispatchPerDispatchClassWeight: {30    normal: 'SpWeightsWeightV2Weight',31    operational: 'SpWeightsWeightV2Weight',32    mandatory: 'SpWeightsWeightV2Weight'33  },34  /**35   * Lookup8: sp_weights::weight_v2::Weight36   **/37  SpWeightsWeightV2Weight: {38    refTime: 'Compact<u64>',39    proofSize: 'Compact<u64>'40  },41  /**42   * Lookup13: sp_runtime::generic::digest::Digest43   **/44  SpRuntimeDigest: {45    logs: 'Vec<SpRuntimeDigestDigestItem>'46  },47  /**48   * Lookup15: sp_runtime::generic::digest::DigestItem49   **/50  SpRuntimeDigestDigestItem: {51    _enum: {52      Other: 'Bytes',53      __Unused1: 'Null',54      __Unused2: 'Null',55      __Unused3: 'Null',56      Consensus: '([u8;4],Bytes)',57      Seal: '([u8;4],Bytes)',58      PreRuntime: '([u8;4],Bytes)',59      __Unused7: 'Null',60      RuntimeEnvironmentUpdated: 'Null'61    }62  },63  /**64   * Lookup18: frame_system::EventRecord<opal_runtime::RuntimeEvent, primitive_types::H256>65   **/66  FrameSystemEventRecord: {67    phase: 'FrameSystemPhase',68    event: 'Event',69    topics: 'Vec<H256>'70  },71  /**72   * Lookup20: frame_system::pallet::Event<T>73   **/74  FrameSystemEvent: {75    _enum: {76      ExtrinsicSuccess: {77        dispatchInfo: 'FrameSupportDispatchDispatchInfo',78      },79      ExtrinsicFailed: {80        dispatchError: 'SpRuntimeDispatchError',81        dispatchInfo: 'FrameSupportDispatchDispatchInfo',82      },83      CodeUpdated: 'Null',84      NewAccount: {85        account: 'AccountId32',86      },87      KilledAccount: {88        account: 'AccountId32',89      },90      Remarked: {91        _alias: {92          hash_: 'hash',93        },94        sender: 'AccountId32',95        hash_: 'H256'96      }97    }98  },99  /**100   * Lookup21: frame_support::dispatch::DispatchInfo101   **/102  FrameSupportDispatchDispatchInfo: {103    weight: 'SpWeightsWeightV2Weight',104    class: 'FrameSupportDispatchDispatchClass',105    paysFee: 'FrameSupportDispatchPays'106  },107  /**108   * Lookup22: frame_support::dispatch::DispatchClass109   **/110  FrameSupportDispatchDispatchClass: {111    _enum: ['Normal', 'Operational', 'Mandatory']112  },113  /**114   * Lookup23: frame_support::dispatch::Pays115   **/116  FrameSupportDispatchPays: {117    _enum: ['Yes', 'No']118  },119  /**120   * Lookup24: sp_runtime::DispatchError121   **/122  SpRuntimeDispatchError: {123    _enum: {124      Other: 'Null',125      CannotLookup: 'Null',126      BadOrigin: 'Null',127      Module: 'SpRuntimeModuleError',128      ConsumerRemaining: 'Null',129      NoProviders: 'Null',130      TooManyConsumers: 'Null',131      Token: 'SpRuntimeTokenError',132      Arithmetic: 'SpRuntimeArithmeticError',133      Transactional: 'SpRuntimeTransactionalError',134      Exhausted: 'Null',135      Corruption: 'Null',136      Unavailable: 'Null'137    }138  },139  /**140   * Lookup25: sp_runtime::ModuleError141   **/142  SpRuntimeModuleError: {143    index: 'u8',144    error: '[u8;4]'145  },146  /**147   * Lookup26: sp_runtime::TokenError148   **/149  SpRuntimeTokenError: {150    _enum: ['NoFunds', 'WouldDie', 'BelowMinimum', 'CannotCreate', 'UnknownAsset', 'Frozen', 'Unsupported']151  },152  /**153   * Lookup27: sp_runtime::ArithmeticError154   **/155  SpRuntimeArithmeticError: {156    _enum: ['Underflow', 'Overflow', 'DivisionByZero']157  },158  /**159   * Lookup28: sp_runtime::TransactionalError160   **/161  SpRuntimeTransactionalError: {162    _enum: ['LimitReached', 'NoLayer']163  },164  /**165   * Lookup29: cumulus_pallet_parachain_system::pallet::Event<T>166   **/167  CumulusPalletParachainSystemEvent: {168    _enum: {169      ValidationFunctionStored: 'Null',170      ValidationFunctionApplied: {171        relayChainBlockNum: 'u32',172      },173      ValidationFunctionDiscarded: 'Null',174      UpgradeAuthorized: {175        codeHash: 'H256',176      },177      DownwardMessagesReceived: {178        count: 'u32',179      },180      DownwardMessagesProcessed: {181        weightUsed: 'SpWeightsWeightV2Weight',182        dmqHead: 'H256'183      }184    }185  },186  /**187   * Lookup30: pallet_collator_selection::pallet::Event<T>188   **/189  PalletCollatorSelectionEvent: {190    _enum: {191      NewDesiredCollators: {192        desiredCollators: 'u32',193      },194      NewLicenseBond: {195        bondAmount: 'u128',196      },197      NewKickThreshold: {198        lengthInBlocks: 'u32',199      },200      InvulnerableAdded: {201        invulnerable: 'AccountId32',202      },203      InvulnerableRemoved: {204        invulnerable: 'AccountId32',205      },206      LicenseObtained: {207        accountId: 'AccountId32',208        deposit: 'u128',209      },210      LicenseForfeited: {211        accountId: 'AccountId32',212        depositReturned: 'u128',213      },214      CandidateAdded: {215        accountId: 'AccountId32',216      },217      CandidateRemoved: {218        accountId: 'AccountId32'219      }220    }221  },222  /**223   * Lookup31: pallet_session::pallet::Event224   **/225  PalletSessionEvent: {226    _enum: {227      NewSession: {228        sessionIndex: 'u32'229      }230    }231  },232  /**233   * Lookup32: pallet_balances::pallet::Event<T, I>234   **/235  PalletBalancesEvent: {236    _enum: {237      Endowed: {238        account: 'AccountId32',239        freeBalance: 'u128',240      },241      DustLost: {242        account: 'AccountId32',243        amount: 'u128',244      },245      Transfer: {246        from: 'AccountId32',247        to: 'AccountId32',248        amount: 'u128',249      },250      BalanceSet: {251        who: 'AccountId32',252        free: 'u128',253        reserved: 'u128',254      },255      Reserved: {256        who: 'AccountId32',257        amount: 'u128',258      },259      Unreserved: {260        who: 'AccountId32',261        amount: 'u128',262      },263      ReserveRepatriated: {264        from: 'AccountId32',265        to: 'AccountId32',266        amount: 'u128',267        destinationStatus: 'FrameSupportTokensMiscBalanceStatus',268      },269      Deposit: {270        who: 'AccountId32',271        amount: 'u128',272      },273      Withdraw: {274        who: 'AccountId32',275        amount: 'u128',276      },277      Slashed: {278        who: 'AccountId32',279        amount: 'u128'280      }281    }282  },283  /**284   * Lookup33: frame_support::traits::tokens::misc::BalanceStatus285   **/286  FrameSupportTokensMiscBalanceStatus: {287    _enum: ['Free', 'Reserved']288  },289  /**290   * Lookup34: pallet_transaction_payment::pallet::Event<T>291   **/292  PalletTransactionPaymentEvent: {293    _enum: {294      TransactionFeePaid: {295        who: 'AccountId32',296        actualFee: 'u128',297        tip: 'u128'298      }299    }300  },301  /**302   * Lookup35: pallet_treasury::pallet::Event<T, I>303   **/304  PalletTreasuryEvent: {305    _enum: {306      Proposed: {307        proposalIndex: 'u32',308      },309      Spending: {310        budgetRemaining: 'u128',311      },312      Awarded: {313        proposalIndex: 'u32',314        award: 'u128',315        account: 'AccountId32',316      },317      Rejected: {318        proposalIndex: 'u32',319        slashed: 'u128',320      },321      Burnt: {322        burntFunds: 'u128',323      },324      Rollover: {325        rolloverBalance: 'u128',326      },327      Deposit: {328        value: 'u128',329      },330      SpendApproved: {331        proposalIndex: 'u32',332        amount: 'u128',333        beneficiary: 'AccountId32'334      }335    }336  },337  /**338   * Lookup36: pallet_sudo::pallet::Event<T>339   **/340  PalletSudoEvent: {341    _enum: {342      Sudid: {343        sudoResult: 'Result<Null, SpRuntimeDispatchError>',344      },345      KeyChanged: {346        oldSudoer: 'Option<AccountId32>',347      },348      SudoAsDone: {349        sudoResult: 'Result<Null, SpRuntimeDispatchError>'350      }351    }352  },353  /**354   * Lookup40: orml_vesting::module::Event<T>355   **/356  OrmlVestingModuleEvent: {357    _enum: {358      VestingScheduleAdded: {359        from: 'AccountId32',360        to: 'AccountId32',361        vestingSchedule: 'OrmlVestingVestingSchedule',362      },363      Claimed: {364        who: 'AccountId32',365        amount: 'u128',366      },367      VestingSchedulesUpdated: {368        who: 'AccountId32'369      }370    }371  },372  /**373   * Lookup41: orml_vesting::VestingSchedule<BlockNumber, Balance>374   **/375  OrmlVestingVestingSchedule: {376    start: 'u32',377    period: 'u32',378    periodCount: 'u32',379    perPeriod: 'Compact<u128>'380  },381  /**382   * Lookup43: orml_xtokens::module::Event<T>383   **/384  OrmlXtokensModuleEvent: {385    _enum: {386      TransferredMultiAssets: {387        sender: 'AccountId32',388        assets: 'XcmV1MultiassetMultiAssets',389        fee: 'XcmV1MultiAsset',390        dest: 'XcmV1MultiLocation'391      }392    }393  },394  /**395   * Lookup44: xcm::v1::multiasset::MultiAssets396   **/397  XcmV1MultiassetMultiAssets: 'Vec<XcmV1MultiAsset>',398  /**399   * Lookup46: xcm::v1::multiasset::MultiAsset400   **/401  XcmV1MultiAsset: {402    id: 'XcmV1MultiassetAssetId',403    fun: 'XcmV1MultiassetFungibility'404  },405  /**406   * Lookup47: xcm::v1::multiasset::AssetId407   **/408  XcmV1MultiassetAssetId: {409    _enum: {410      Concrete: 'XcmV1MultiLocation',411      Abstract: 'Bytes'412    }413  },414  /**415   * Lookup48: xcm::v1::multilocation::MultiLocation416   **/417  XcmV1MultiLocation: {418    parents: 'u8',419    interior: 'XcmV1MultilocationJunctions'420  },421  /**422   * Lookup49: xcm::v1::multilocation::Junctions423   **/424  XcmV1MultilocationJunctions: {425    _enum: {426      Here: 'Null',427      X1: 'XcmV1Junction',428      X2: '(XcmV1Junction,XcmV1Junction)',429      X3: '(XcmV1Junction,XcmV1Junction,XcmV1Junction)',430      X4: '(XcmV1Junction,XcmV1Junction,XcmV1Junction,XcmV1Junction)',431      X5: '(XcmV1Junction,XcmV1Junction,XcmV1Junction,XcmV1Junction,XcmV1Junction)',432      X6: '(XcmV1Junction,XcmV1Junction,XcmV1Junction,XcmV1Junction,XcmV1Junction,XcmV1Junction)',433      X7: '(XcmV1Junction,XcmV1Junction,XcmV1Junction,XcmV1Junction,XcmV1Junction,XcmV1Junction,XcmV1Junction)',434      X8: '(XcmV1Junction,XcmV1Junction,XcmV1Junction,XcmV1Junction,XcmV1Junction,XcmV1Junction,XcmV1Junction,XcmV1Junction)'435    }436  },437  /**438   * Lookup50: xcm::v1::junction::Junction439   **/440  XcmV1Junction: {441    _enum: {442      Parachain: 'Compact<u32>',443      AccountId32: {444        network: 'XcmV0JunctionNetworkId',445        id: '[u8;32]',446      },447      AccountIndex64: {448        network: 'XcmV0JunctionNetworkId',449        index: 'Compact<u64>',450      },451      AccountKey20: {452        network: 'XcmV0JunctionNetworkId',453        key: '[u8;20]',454      },455      PalletInstance: 'u8',456      GeneralIndex: 'Compact<u128>',457      GeneralKey: 'Bytes',458      OnlyChild: 'Null',459      Plurality: {460        id: 'XcmV0JunctionBodyId',461        part: 'XcmV0JunctionBodyPart'462      }463    }464  },465  /**466   * Lookup52: xcm::v0::junction::NetworkId467   **/468  XcmV0JunctionNetworkId: {469    _enum: {470      Any: 'Null',471      Named: 'Bytes',472      Polkadot: 'Null',473      Kusama: 'Null'474    }475  },476  /**477   * Lookup55: xcm::v0::junction::BodyId478   **/479  XcmV0JunctionBodyId: {480    _enum: {481      Unit: 'Null',482      Named: 'Bytes',483      Index: 'Compact<u32>',484      Executive: 'Null',485      Technical: 'Null',486      Legislative: 'Null',487      Judicial: 'Null'488    }489  },490  /**491   * Lookup56: xcm::v0::junction::BodyPart492   **/493  XcmV0JunctionBodyPart: {494    _enum: {495      Voice: 'Null',496      Members: {497        count: 'Compact<u32>',498      },499      Fraction: {500        nom: 'Compact<u32>',501        denom: 'Compact<u32>',502      },503      AtLeastProportion: {504        nom: 'Compact<u32>',505        denom: 'Compact<u32>',506      },507      MoreThanProportion: {508        nom: 'Compact<u32>',509        denom: 'Compact<u32>'510      }511    }512  },513  /**514   * Lookup57: xcm::v1::multiasset::Fungibility515   **/516  XcmV1MultiassetFungibility: {517    _enum: {518      Fungible: 'Compact<u128>',519      NonFungible: 'XcmV1MultiassetAssetInstance'520    }521  },522  /**523   * Lookup58: xcm::v1::multiasset::AssetInstance524   **/525  XcmV1MultiassetAssetInstance: {526    _enum: {527      Undefined: 'Null',528      Index: 'Compact<u128>',529      Array4: '[u8;4]',530      Array8: '[u8;8]',531      Array16: '[u8;16]',532      Array32: '[u8;32]',533      Blob: 'Bytes'534    }535  },536  /**537   * Lookup61: orml_tokens::module::Event<T>538   **/539  OrmlTokensModuleEvent: {540    _enum: {541      Endowed: {542        currencyId: 'PalletForeignAssetsAssetIds',543        who: 'AccountId32',544        amount: 'u128',545      },546      DustLost: {547        currencyId: 'PalletForeignAssetsAssetIds',548        who: 'AccountId32',549        amount: 'u128',550      },551      Transfer: {552        currencyId: 'PalletForeignAssetsAssetIds',553        from: 'AccountId32',554        to: 'AccountId32',555        amount: 'u128',556      },557      Reserved: {558        currencyId: 'PalletForeignAssetsAssetIds',559        who: 'AccountId32',560        amount: 'u128',561      },562      Unreserved: {563        currencyId: 'PalletForeignAssetsAssetIds',564        who: 'AccountId32',565        amount: 'u128',566      },567      ReserveRepatriated: {568        currencyId: 'PalletForeignAssetsAssetIds',569        from: 'AccountId32',570        to: 'AccountId32',571        amount: 'u128',572        status: 'FrameSupportTokensMiscBalanceStatus',573      },574      BalanceSet: {575        currencyId: 'PalletForeignAssetsAssetIds',576        who: 'AccountId32',577        free: 'u128',578        reserved: 'u128',579      },580      TotalIssuanceSet: {581        currencyId: 'PalletForeignAssetsAssetIds',582        amount: 'u128',583      },584      Withdrawn: {585        currencyId: 'PalletForeignAssetsAssetIds',586        who: 'AccountId32',587        amount: 'u128',588      },589      Slashed: {590        currencyId: 'PalletForeignAssetsAssetIds',591        who: 'AccountId32',592        freeAmount: 'u128',593        reservedAmount: 'u128',594      },595      Deposited: {596        currencyId: 'PalletForeignAssetsAssetIds',597        who: 'AccountId32',598        amount: 'u128',599      },600      LockSet: {601        lockId: '[u8;8]',602        currencyId: 'PalletForeignAssetsAssetIds',603        who: 'AccountId32',604        amount: 'u128',605      },606      LockRemoved: {607        lockId: '[u8;8]',608        currencyId: 'PalletForeignAssetsAssetIds',609        who: 'AccountId32'610      }611    }612  },613  /**614   * Lookup62: pallet_foreign_assets::AssetIds615   **/616  PalletForeignAssetsAssetIds: {617    _enum: {618      ForeignAssetId: 'u32',619      NativeAssetId: 'PalletForeignAssetsNativeCurrency'620    }621  },622  /**623   * Lookup63: pallet_foreign_assets::NativeCurrency624   **/625  PalletForeignAssetsNativeCurrency: {626    _enum: ['Here', 'Parent']627  },628  /**629   * Lookup64: cumulus_pallet_xcmp_queue::pallet::Event<T>630   **/631  CumulusPalletXcmpQueueEvent: {632    _enum: {633      Success: {634        messageHash: 'Option<H256>',635        weight: 'SpWeightsWeightV2Weight',636      },637      Fail: {638        messageHash: 'Option<H256>',639        error: 'XcmV2TraitsError',640        weight: 'SpWeightsWeightV2Weight',641      },642      BadVersion: {643        messageHash: 'Option<H256>',644      },645      BadFormat: {646        messageHash: 'Option<H256>',647      },648      UpwardMessageSent: {649        messageHash: 'Option<H256>',650      },651      XcmpMessageSent: {652        messageHash: 'Option<H256>',653      },654      OverweightEnqueued: {655        sender: 'u32',656        sentAt: 'u32',657        index: 'u64',658        required: 'SpWeightsWeightV2Weight',659      },660      OverweightServiced: {661        index: 'u64',662        used: 'SpWeightsWeightV2Weight'663      }664    }665  },666  /**667   * Lookup66: xcm::v2::traits::Error668   **/669  XcmV2TraitsError: {670    _enum: {671      Overflow: 'Null',672      Unimplemented: 'Null',673      UntrustedReserveLocation: 'Null',674      UntrustedTeleportLocation: 'Null',675      MultiLocationFull: 'Null',676      MultiLocationNotInvertible: 'Null',677      BadOrigin: 'Null',678      InvalidLocation: 'Null',679      AssetNotFound: 'Null',680      FailedToTransactAsset: 'Null',681      NotWithdrawable: 'Null',682      LocationCannotHold: 'Null',683      ExceedsMaxMessageSize: 'Null',684      DestinationUnsupported: 'Null',685      Transport: 'Null',686      Unroutable: 'Null',687      UnknownClaim: 'Null',688      FailedToDecode: 'Null',689      MaxWeightInvalid: 'Null',690      NotHoldingFees: 'Null',691      TooExpensive: 'Null',692      Trap: 'u64',693      UnhandledXcmVersion: 'Null',694      WeightLimitReached: 'u64',695      Barrier: 'Null',696      WeightNotComputable: 'Null'697    }698  },699  /**700   * Lookup68: pallet_xcm::pallet::Event<T>701   **/702  PalletXcmEvent: {703    _enum: {704      Attempted: 'XcmV2TraitsOutcome',705      Sent: '(XcmV1MultiLocation,XcmV1MultiLocation,XcmV2Xcm)',706      UnexpectedResponse: '(XcmV1MultiLocation,u64)',707      ResponseReady: '(u64,XcmV2Response)',708      Notified: '(u64,u8,u8)',709      NotifyOverweight: '(u64,u8,u8,SpWeightsWeightV2Weight,SpWeightsWeightV2Weight)',710      NotifyDispatchError: '(u64,u8,u8)',711      NotifyDecodeFailed: '(u64,u8,u8)',712      InvalidResponder: '(XcmV1MultiLocation,u64,Option<XcmV1MultiLocation>)',713      InvalidResponderVersion: '(XcmV1MultiLocation,u64)',714      ResponseTaken: 'u64',715      AssetsTrapped: '(H256,XcmV1MultiLocation,XcmVersionedMultiAssets)',716      VersionChangeNotified: '(XcmV1MultiLocation,u32)',717      SupportedVersionChanged: '(XcmV1MultiLocation,u32)',718      NotifyTargetSendFail: '(XcmV1MultiLocation,u64,XcmV2TraitsError)',719      NotifyTargetMigrationFail: '(XcmVersionedMultiLocation,u64)',720      AssetsClaimed: '(H256,XcmV1MultiLocation,XcmVersionedMultiAssets)'721    }722  },723  /**724   * Lookup69: xcm::v2::traits::Outcome725   **/726  XcmV2TraitsOutcome: {727    _enum: {728      Complete: 'u64',729      Incomplete: '(u64,XcmV2TraitsError)',730      Error: 'XcmV2TraitsError'731    }732  },733  /**734   * Lookup70: xcm::v2::Xcm<RuntimeCall>735   **/736  XcmV2Xcm: 'Vec<XcmV2Instruction>',737  /**738   * Lookup72: xcm::v2::Instruction<RuntimeCall>739   **/740  XcmV2Instruction: {741    _enum: {742      WithdrawAsset: 'XcmV1MultiassetMultiAssets',743      ReserveAssetDeposited: 'XcmV1MultiassetMultiAssets',744      ReceiveTeleportedAsset: 'XcmV1MultiassetMultiAssets',745      QueryResponse: {746        queryId: 'Compact<u64>',747        response: 'XcmV2Response',748        maxWeight: 'Compact<u64>',749      },750      TransferAsset: {751        assets: 'XcmV1MultiassetMultiAssets',752        beneficiary: 'XcmV1MultiLocation',753      },754      TransferReserveAsset: {755        assets: 'XcmV1MultiassetMultiAssets',756        dest: 'XcmV1MultiLocation',757        xcm: 'XcmV2Xcm',758      },759      Transact: {760        originType: 'XcmV0OriginKind',761        requireWeightAtMost: 'Compact<u64>',762        call: 'XcmDoubleEncoded',763      },764      HrmpNewChannelOpenRequest: {765        sender: 'Compact<u32>',766        maxMessageSize: 'Compact<u32>',767        maxCapacity: 'Compact<u32>',768      },769      HrmpChannelAccepted: {770        recipient: 'Compact<u32>',771      },772      HrmpChannelClosing: {773        initiator: 'Compact<u32>',774        sender: 'Compact<u32>',775        recipient: 'Compact<u32>',776      },777      ClearOrigin: 'Null',778      DescendOrigin: 'XcmV1MultilocationJunctions',779      ReportError: {780        queryId: 'Compact<u64>',781        dest: 'XcmV1MultiLocation',782        maxResponseWeight: 'Compact<u64>',783      },784      DepositAsset: {785        assets: 'XcmV1MultiassetMultiAssetFilter',786        maxAssets: 'Compact<u32>',787        beneficiary: 'XcmV1MultiLocation',788      },789      DepositReserveAsset: {790        assets: 'XcmV1MultiassetMultiAssetFilter',791        maxAssets: 'Compact<u32>',792        dest: 'XcmV1MultiLocation',793        xcm: 'XcmV2Xcm',794      },795      ExchangeAsset: {796        give: 'XcmV1MultiassetMultiAssetFilter',797        receive: 'XcmV1MultiassetMultiAssets',798      },799      InitiateReserveWithdraw: {800        assets: 'XcmV1MultiassetMultiAssetFilter',801        reserve: 'XcmV1MultiLocation',802        xcm: 'XcmV2Xcm',803      },804      InitiateTeleport: {805        assets: 'XcmV1MultiassetMultiAssetFilter',806        dest: 'XcmV1MultiLocation',807        xcm: 'XcmV2Xcm',808      },809      QueryHolding: {810        queryId: 'Compact<u64>',811        dest: 'XcmV1MultiLocation',812        assets: 'XcmV1MultiassetMultiAssetFilter',813        maxResponseWeight: 'Compact<u64>',814      },815      BuyExecution: {816        fees: 'XcmV1MultiAsset',817        weightLimit: 'XcmV2WeightLimit',818      },819      RefundSurplus: 'Null',820      SetErrorHandler: 'XcmV2Xcm',821      SetAppendix: 'XcmV2Xcm',822      ClearError: 'Null',823      ClaimAsset: {824        assets: 'XcmV1MultiassetMultiAssets',825        ticket: 'XcmV1MultiLocation',826      },827      Trap: 'Compact<u64>',828      SubscribeVersion: {829        queryId: 'Compact<u64>',830        maxResponseWeight: 'Compact<u64>',831      },832      UnsubscribeVersion: 'Null'833    }834  },835  /**836   * Lookup73: xcm::v2::Response837   **/838  XcmV2Response: {839    _enum: {840      Null: 'Null',841      Assets: 'XcmV1MultiassetMultiAssets',842      ExecutionResult: 'Option<(u32,XcmV2TraitsError)>',843      Version: 'u32'844    }845  },846  /**847   * Lookup76: xcm::v0::OriginKind848   **/849  XcmV0OriginKind: {850    _enum: ['Native', 'SovereignAccount', 'Superuser', 'Xcm']851  },852  /**853   * Lookup77: xcm::double_encoded::DoubleEncoded<T>854   **/855  XcmDoubleEncoded: {856    encoded: 'Bytes'857  },858  /**859   * Lookup78: xcm::v1::multiasset::MultiAssetFilter860   **/861  XcmV1MultiassetMultiAssetFilter: {862    _enum: {863      Definite: 'XcmV1MultiassetMultiAssets',864      Wild: 'XcmV1MultiassetWildMultiAsset'865    }866  },867  /**868   * Lookup79: xcm::v1::multiasset::WildMultiAsset869   **/870  XcmV1MultiassetWildMultiAsset: {871    _enum: {872      All: 'Null',873      AllOf: {874        id: 'XcmV1MultiassetAssetId',875        fun: 'XcmV1MultiassetWildFungibility'876      }877    }878  },879  /**880   * Lookup80: xcm::v1::multiasset::WildFungibility881   **/882  XcmV1MultiassetWildFungibility: {883    _enum: ['Fungible', 'NonFungible']884  },885  /**886   * Lookup81: xcm::v2::WeightLimit887   **/888  XcmV2WeightLimit: {889    _enum: {890      Unlimited: 'Null',891      Limited: 'Compact<u64>'892    }893  },894  /**895   * Lookup83: xcm::VersionedMultiAssets896   **/897  XcmVersionedMultiAssets: {898    _enum: {899      V0: 'Vec<XcmV0MultiAsset>',900      V1: 'XcmV1MultiassetMultiAssets'901    }902  },903  /**904   * Lookup85: xcm::v0::multi_asset::MultiAsset905   **/906  XcmV0MultiAsset: {907    _enum: {908      None: 'Null',909      All: 'Null',910      AllFungible: 'Null',911      AllNonFungible: 'Null',912      AllAbstractFungible: {913        id: 'Bytes',914      },915      AllAbstractNonFungible: {916        class: 'Bytes',917      },918      AllConcreteFungible: {919        id: 'XcmV0MultiLocation',920      },921      AllConcreteNonFungible: {922        class: 'XcmV0MultiLocation',923      },924      AbstractFungible: {925        id: 'Bytes',926        amount: 'Compact<u128>',927      },928      AbstractNonFungible: {929        class: 'Bytes',930        instance: 'XcmV1MultiassetAssetInstance',931      },932      ConcreteFungible: {933        id: 'XcmV0MultiLocation',934        amount: 'Compact<u128>',935      },936      ConcreteNonFungible: {937        class: 'XcmV0MultiLocation',938        instance: 'XcmV1MultiassetAssetInstance'939      }940    }941  },942  /**943   * Lookup86: xcm::v0::multi_location::MultiLocation944   **/945  XcmV0MultiLocation: {946    _enum: {947      Null: 'Null',948      X1: 'XcmV0Junction',949      X2: '(XcmV0Junction,XcmV0Junction)',950      X3: '(XcmV0Junction,XcmV0Junction,XcmV0Junction)',951      X4: '(XcmV0Junction,XcmV0Junction,XcmV0Junction,XcmV0Junction)',952      X5: '(XcmV0Junction,XcmV0Junction,XcmV0Junction,XcmV0Junction,XcmV0Junction)',953      X6: '(XcmV0Junction,XcmV0Junction,XcmV0Junction,XcmV0Junction,XcmV0Junction,XcmV0Junction)',954      X7: '(XcmV0Junction,XcmV0Junction,XcmV0Junction,XcmV0Junction,XcmV0Junction,XcmV0Junction,XcmV0Junction)',955      X8: '(XcmV0Junction,XcmV0Junction,XcmV0Junction,XcmV0Junction,XcmV0Junction,XcmV0Junction,XcmV0Junction,XcmV0Junction)'956    }957  },958  /**959   * Lookup87: xcm::v0::junction::Junction960   **/961  XcmV0Junction: {962    _enum: {963      Parent: 'Null',964      Parachain: 'Compact<u32>',965      AccountId32: {966        network: 'XcmV0JunctionNetworkId',967        id: '[u8;32]',968      },969      AccountIndex64: {970        network: 'XcmV0JunctionNetworkId',971        index: 'Compact<u64>',972      },973      AccountKey20: {974        network: 'XcmV0JunctionNetworkId',975        key: '[u8;20]',976      },977      PalletInstance: 'u8',978      GeneralIndex: 'Compact<u128>',979      GeneralKey: 'Bytes',980      OnlyChild: 'Null',981      Plurality: {982        id: 'XcmV0JunctionBodyId',983        part: 'XcmV0JunctionBodyPart'984      }985    }986  },987  /**988   * Lookup88: xcm::VersionedMultiLocation989   **/990  XcmVersionedMultiLocation: {991    _enum: {992      V0: 'XcmV0MultiLocation',993      V1: 'XcmV1MultiLocation'994    }995  },996  /**997   * Lookup89: cumulus_pallet_xcm::pallet::Event<T>998   **/999  CumulusPalletXcmEvent: {1000    _enum: {1001      InvalidFormat: '[u8;8]',1002      UnsupportedVersion: '[u8;8]',1003      ExecutedDownward: '([u8;8],XcmV2TraitsOutcome)'1004    }1005  },1006  /**1007   * Lookup90: cumulus_pallet_dmp_queue::pallet::Event<T>1008   **/1009  CumulusPalletDmpQueueEvent: {1010    _enum: {1011      InvalidFormat: {1012        messageId: '[u8;32]',1013      },1014      UnsupportedVersion: {1015        messageId: '[u8;32]',1016      },1017      ExecutedDownward: {1018        messageId: '[u8;32]',1019        outcome: 'XcmV2TraitsOutcome',1020      },1021      WeightExhausted: {1022        messageId: '[u8;32]',1023        remainingWeight: 'SpWeightsWeightV2Weight',1024        requiredWeight: 'SpWeightsWeightV2Weight',1025      },1026      OverweightEnqueued: {1027        messageId: '[u8;32]',1028        overweightIndex: 'u64',1029        requiredWeight: 'SpWeightsWeightV2Weight',1030      },1031      OverweightServiced: {1032        overweightIndex: 'u64',1033        weightUsed: 'SpWeightsWeightV2Weight'1034      }1035    }1036  },1037  /**1038   * Lookup91: pallet_common::pallet::Event<T>1039   **/1040  PalletCommonEvent: {1041    _enum: {1042      CollectionCreated: '(u32,u8,AccountId32)',1043      CollectionDestroyed: 'u32',1044      ItemCreated: '(u32,u32,PalletEvmAccountBasicCrossAccountIdRepr,u128)',1045      ItemDestroyed: '(u32,u32,PalletEvmAccountBasicCrossAccountIdRepr,u128)',1046      Transfer: '(u32,u32,PalletEvmAccountBasicCrossAccountIdRepr,PalletEvmAccountBasicCrossAccountIdRepr,u128)',1047      Approved: '(u32,u32,PalletEvmAccountBasicCrossAccountIdRepr,PalletEvmAccountBasicCrossAccountIdRepr,u128)',1048      ApprovedForAll: '(u32,PalletEvmAccountBasicCrossAccountIdRepr,PalletEvmAccountBasicCrossAccountIdRepr,bool)',1049      CollectionPropertySet: '(u32,Bytes)',1050      CollectionPropertyDeleted: '(u32,Bytes)',1051      TokenPropertySet: '(u32,u32,Bytes)',1052      TokenPropertyDeleted: '(u32,u32,Bytes)',1053      PropertyPermissionSet: '(u32,Bytes)',1054      AllowListAddressAdded: '(u32,PalletEvmAccountBasicCrossAccountIdRepr)',1055      AllowListAddressRemoved: '(u32,PalletEvmAccountBasicCrossAccountIdRepr)',1056      CollectionAdminAdded: '(u32,PalletEvmAccountBasicCrossAccountIdRepr)',1057      CollectionAdminRemoved: '(u32,PalletEvmAccountBasicCrossAccountIdRepr)',1058      CollectionLimitSet: 'u32',1059      CollectionOwnerChanged: '(u32,AccountId32)',1060      CollectionPermissionSet: 'u32',1061      CollectionSponsorSet: '(u32,AccountId32)',1062      SponsorshipConfirmed: '(u32,AccountId32)',1063      CollectionSponsorRemoved: 'u32'1064    }1065  },1066  /**1067   * Lookup94: pallet_evm::account::BasicCrossAccountIdRepr<sp_core::crypto::AccountId32>1068   **/1069  PalletEvmAccountBasicCrossAccountIdRepr: {1070    _enum: {1071      Substrate: 'AccountId32',1072      Ethereum: 'H160'1073    }1074  },1075  /**1076   * Lookup98: pallet_structure::pallet::Event<T>1077   **/1078  PalletStructureEvent: {1079    _enum: {1080      Executed: 'Result<Null, SpRuntimeDispatchError>'1081    }1082  },1083  /**1084   * Lookup99: pallet_rmrk_core::pallet::Event<T>1085   **/1086  PalletRmrkCoreEvent: {1087    _enum: {1088      CollectionCreated: {1089        issuer: 'AccountId32',1090        collectionId: 'u32',1091      },1092      CollectionDestroyed: {1093        issuer: 'AccountId32',1094        collectionId: 'u32',1095      },1096      IssuerChanged: {1097        oldIssuer: 'AccountId32',1098        newIssuer: 'AccountId32',1099        collectionId: 'u32',1100      },1101      CollectionLocked: {1102        issuer: 'AccountId32',1103        collectionId: 'u32',1104      },1105      NftMinted: {1106        owner: 'AccountId32',1107        collectionId: 'u32',1108        nftId: 'u32',1109      },1110      NFTBurned: {1111        owner: 'AccountId32',1112        nftId: 'u32',1113      },1114      NFTSent: {1115        sender: 'AccountId32',1116        recipient: 'RmrkTraitsNftAccountIdOrCollectionNftTuple',1117        collectionId: 'u32',1118        nftId: 'u32',1119        approvalRequired: 'bool',1120      },1121      NFTAccepted: {1122        sender: 'AccountId32',1123        recipient: 'RmrkTraitsNftAccountIdOrCollectionNftTuple',1124        collectionId: 'u32',1125        nftId: 'u32',1126      },1127      NFTRejected: {1128        sender: 'AccountId32',1129        collectionId: 'u32',1130        nftId: 'u32',1131      },1132      PropertySet: {1133        collectionId: 'u32',1134        maybeNftId: 'Option<u32>',1135        key: 'Bytes',1136        value: 'Bytes',1137      },1138      ResourceAdded: {1139        nftId: 'u32',1140        resourceId: 'u32',1141      },1142      ResourceRemoval: {1143        nftId: 'u32',1144        resourceId: 'u32',1145      },1146      ResourceAccepted: {1147        nftId: 'u32',1148        resourceId: 'u32',1149      },1150      ResourceRemovalAccepted: {1151        nftId: 'u32',1152        resourceId: 'u32',1153      },1154      PrioritySet: {1155        collectionId: 'u32',1156        nftId: 'u32'1157      }1158    }1159  },1160  /**1161   * Lookup100: rmrk_traits::nft::AccountIdOrCollectionNftTuple<sp_core::crypto::AccountId32>1162   **/1163  RmrkTraitsNftAccountIdOrCollectionNftTuple: {1164    _enum: {1165      AccountId: 'AccountId32',1166      CollectionAndNftTuple: '(u32,u32)'1167    }1168  },1169  /**1170   * Lookup104: pallet_rmrk_equip::pallet::Event<T>1171   **/1172  PalletRmrkEquipEvent: {1173    _enum: {1174      BaseCreated: {1175        issuer: 'AccountId32',1176        baseId: 'u32',1177      },1178      EquippablesUpdated: {1179        baseId: 'u32',1180        slotId: 'u32'1181      }1182    }1183  },1184  /**1185   * Lookup105: pallet_app_promotion::pallet::Event<T>1186   **/1187  PalletAppPromotionEvent: {1188    _enum: {1189      StakingRecalculation: '(AccountId32,u128,u128)',1190      Stake: '(AccountId32,u128)',1191      Unstake: '(AccountId32,u128)',1192      SetAdmin: 'AccountId32'1193    }1194  },1195  /**1196   * Lookup106: pallet_foreign_assets::module::Event<T>1197   **/1198  PalletForeignAssetsModuleEvent: {1199    _enum: {1200      ForeignAssetRegistered: {1201        assetId: 'u32',1202        assetAddress: 'XcmV1MultiLocation',1203        metadata: 'PalletForeignAssetsModuleAssetMetadata',1204      },1205      ForeignAssetUpdated: {1206        assetId: 'u32',1207        assetAddress: 'XcmV1MultiLocation',1208        metadata: 'PalletForeignAssetsModuleAssetMetadata',1209      },1210      AssetRegistered: {1211        assetId: 'PalletForeignAssetsAssetIds',1212        metadata: 'PalletForeignAssetsModuleAssetMetadata',1213      },1214      AssetUpdated: {1215        assetId: 'PalletForeignAssetsAssetIds',1216        metadata: 'PalletForeignAssetsModuleAssetMetadata'1217      }1218    }1219  },1220  /**1221   * Lookup107: pallet_foreign_assets::module::AssetMetadata<Balance>1222   **/1223  PalletForeignAssetsModuleAssetMetadata: {1224    name: 'Bytes',1225    symbol: 'Bytes',1226    decimals: 'u8',1227    minimalBalance: 'u128'1228  },1229  /**1230   * Lookup108: pallet_evm::pallet::Event<T>1231   **/1232  PalletEvmEvent: {1233    _enum: {1234      Log: {1235        log: 'EthereumLog',1236      },1237      Created: {1238        address: 'H160',1239      },1240      CreatedFailed: {1241        address: 'H160',1242      },1243      Executed: {1244        address: 'H160',1245      },1246      ExecutedFailed: {1247        address: 'H160'1248      }1249    }1250  },1251  /**1252   * Lookup109: ethereum::log::Log1253   **/1254  EthereumLog: {1255    address: 'H160',1256    topics: 'Vec<H256>',1257    data: 'Bytes'1258  },1259  /**1260   * Lookup111: pallet_ethereum::pallet::Event1261   **/1262  PalletEthereumEvent: {1263    _enum: {1264      Executed: {1265        from: 'H160',1266        to: 'H160',1267        transactionHash: 'H256',1268        exitReason: 'EvmCoreErrorExitReason'1269      }1270    }1271  },1272  /**1273   * Lookup112: evm_core::error::ExitReason1274   **/1275  EvmCoreErrorExitReason: {1276    _enum: {1277      Succeed: 'EvmCoreErrorExitSucceed',1278      Error: 'EvmCoreErrorExitError',1279      Revert: 'EvmCoreErrorExitRevert',1280      Fatal: 'EvmCoreErrorExitFatal'1281    }1282  },1283  /**1284   * Lookup113: evm_core::error::ExitSucceed1285   **/1286  EvmCoreErrorExitSucceed: {1287    _enum: ['Stopped', 'Returned', 'Suicided']1288  },1289  /**1290   * Lookup114: evm_core::error::ExitError1291   **/1292  EvmCoreErrorExitError: {1293    _enum: {1294      StackUnderflow: 'Null',1295      StackOverflow: 'Null',1296      InvalidJump: 'Null',1297      InvalidRange: 'Null',1298      DesignatedInvalid: 'Null',1299      CallTooDeep: 'Null',1300      CreateCollision: 'Null',1301      CreateContractLimit: 'Null',1302      OutOfOffset: 'Null',1303      OutOfGas: 'Null',1304      OutOfFund: 'Null',1305      PCUnderflow: 'Null',1306      CreateEmpty: 'Null',1307      Other: 'Text',1308      InvalidCode: 'Null'1309    }1310  },1311  /**1312   * Lookup117: evm_core::error::ExitRevert1313   **/1314  EvmCoreErrorExitRevert: {1315    _enum: ['Reverted']1316  },1317  /**1318   * Lookup118: evm_core::error::ExitFatal1319   **/1320  EvmCoreErrorExitFatal: {1321    _enum: {1322      NotSupported: 'Null',1323      UnhandledInterrupt: 'Null',1324      CallErrorAsFatal: 'EvmCoreErrorExitError',1325      Other: 'Text'1326    }1327  },1328  /**1329   * Lookup119: pallet_evm_contract_helpers::pallet::Event<T>1330   **/1331  PalletEvmContractHelpersEvent: {1332    _enum: {1333      ContractSponsorSet: '(H160,AccountId32)',1334      ContractSponsorshipConfirmed: '(H160,AccountId32)',1335      ContractSponsorRemoved: 'H160'1336    }1337  },1338  /**1339   * Lookup120: pallet_evm_migration::pallet::Event<T>1340   **/1341  PalletEvmMigrationEvent: {1342    _enum: ['TestEvent']1343  },1344  /**1345   * Lookup121: pallet_maintenance::pallet::Event<T>1346   **/1347  PalletMaintenanceEvent: {1348    _enum: ['MaintenanceEnabled', 'MaintenanceDisabled']1349  },1350  /**1351   * Lookup122: pallet_test_utils::pallet::Event<T>1352   **/1353  PalletTestUtilsEvent: {1354    _enum: ['ValueIsSet', 'ShouldRollback', 'BatchCompleted']1355  },1356  /**1357   * Lookup123: frame_system::Phase1358   **/1359  FrameSystemPhase: {1360    _enum: {1361      ApplyExtrinsic: 'u32',1362      Finalization: 'Null',1363      Initialization: 'Null'1364    }1365  },1366  /**1367   * Lookup126: frame_system::LastRuntimeUpgradeInfo1368   **/1369  FrameSystemLastRuntimeUpgradeInfo: {1370    specVersion: 'Compact<u32>',1371    specName: 'Text'1372  },1373  /**1374   * Lookup127: frame_system::pallet::Call<T>1375   **/1376  FrameSystemCall: {1377    _enum: {1378      fill_block: {1379        ratio: 'Perbill',1380      },1381      remark: {1382        remark: 'Bytes',1383      },1384      set_heap_pages: {1385        pages: 'u64',1386      },1387      set_code: {1388        code: 'Bytes',1389      },1390      set_code_without_checks: {1391        code: 'Bytes',1392      },1393      set_storage: {1394        items: 'Vec<(Bytes,Bytes)>',1395      },1396      kill_storage: {1397        _alias: {1398          keys_: 'keys',1399        },1400        keys_: 'Vec<Bytes>',1401      },1402      kill_prefix: {1403        prefix: 'Bytes',1404        subkeys: 'u32',1405      },1406      remark_with_event: {1407        remark: 'Bytes'1408      }1409    }1410  },1411  /**1412   * Lookup132: frame_system::limits::BlockWeights1413   **/1414  FrameSystemLimitsBlockWeights: {1415    baseBlock: 'SpWeightsWeightV2Weight',1416    maxBlock: 'SpWeightsWeightV2Weight',1417    perClass: 'FrameSupportDispatchPerDispatchClassWeightsPerClass'1418  },1419  /**1420   * Lookup133: frame_support::dispatch::PerDispatchClass<frame_system::limits::WeightsPerClass>1421   **/1422  FrameSupportDispatchPerDispatchClassWeightsPerClass: {1423    normal: 'FrameSystemLimitsWeightsPerClass',1424    operational: 'FrameSystemLimitsWeightsPerClass',1425    mandatory: 'FrameSystemLimitsWeightsPerClass'1426  },1427  /**1428   * Lookup134: frame_system::limits::WeightsPerClass1429   **/1430  FrameSystemLimitsWeightsPerClass: {1431    baseExtrinsic: 'SpWeightsWeightV2Weight',1432    maxExtrinsic: 'Option<SpWeightsWeightV2Weight>',1433    maxTotal: 'Option<SpWeightsWeightV2Weight>',1434    reserved: 'Option<SpWeightsWeightV2Weight>'1435  },1436  /**1437   * Lookup136: frame_system::limits::BlockLength1438   **/1439  FrameSystemLimitsBlockLength: {1440    max: 'FrameSupportDispatchPerDispatchClassU32'1441  },1442  /**1443   * Lookup137: frame_support::dispatch::PerDispatchClass<T>1444   **/1445  FrameSupportDispatchPerDispatchClassU32: {1446    normal: 'u32',1447    operational: 'u32',1448    mandatory: 'u32'1449  },1450  /**1451   * Lookup138: sp_weights::RuntimeDbWeight1452   **/1453  SpWeightsRuntimeDbWeight: {1454    read: 'u64',1455    write: 'u64'1456  },1457  /**1458   * Lookup139: sp_version::RuntimeVersion1459   **/1460  SpVersionRuntimeVersion: {1461    specName: 'Text',1462    implName: 'Text',1463    authoringVersion: 'u32',1464    specVersion: 'u32',1465    implVersion: 'u32',1466    apis: 'Vec<([u8;8],u32)>',1467    transactionVersion: 'u32',1468    stateVersion: 'u8'1469  },1470  /**1471   * Lookup144: frame_system::pallet::Error<T>1472   **/1473  FrameSystemError: {1474    _enum: ['InvalidSpecName', 'SpecVersionNeedsToIncrease', 'FailedToExtractRuntimeVersion', 'NonDefaultComposite', 'NonZeroRefCount', 'CallFiltered']1475  },1476  /**1477   * Lookup145: polkadot_primitives::v2::PersistedValidationData<primitive_types::H256, N>1478   **/1479  PolkadotPrimitivesV2PersistedValidationData: {1480    parentHead: 'Bytes',1481    relayParentNumber: 'u32',1482    relayParentStorageRoot: 'H256',1483    maxPovSize: 'u32'1484  },1485  /**1486   * Lookup148: polkadot_primitives::v2::UpgradeRestriction1487   **/1488  PolkadotPrimitivesV2UpgradeRestriction: {1489    _enum: ['Present']1490  },1491  /**1492   * Lookup149: sp_trie::storage_proof::StorageProof1493   **/1494  SpTrieStorageProof: {1495    trieNodes: 'BTreeSet<Bytes>'1496  },1497  /**1498   * Lookup151: cumulus_pallet_parachain_system::relay_state_snapshot::MessagingStateSnapshot1499   **/1500  CumulusPalletParachainSystemRelayStateSnapshotMessagingStateSnapshot: {1501    dmqMqcHead: 'H256',1502    relayDispatchQueueSize: '(u32,u32)',1503    ingressChannels: 'Vec<(u32,PolkadotPrimitivesV2AbridgedHrmpChannel)>',1504    egressChannels: 'Vec<(u32,PolkadotPrimitivesV2AbridgedHrmpChannel)>'1505  },1506  /**1507   * Lookup154: polkadot_primitives::v2::AbridgedHrmpChannel1508   **/1509  PolkadotPrimitivesV2AbridgedHrmpChannel: {1510    maxCapacity: 'u32',1511    maxTotalSize: 'u32',1512    maxMessageSize: 'u32',1513    msgCount: 'u32',1514    totalSize: 'u32',1515    mqcHead: 'Option<H256>'1516  },1517  /**1518   * Lookup155: polkadot_primitives::v2::AbridgedHostConfiguration1519   **/1520  PolkadotPrimitivesV2AbridgedHostConfiguration: {1521    maxCodeSize: 'u32',1522    maxHeadDataSize: 'u32',1523    maxUpwardQueueCount: 'u32',1524    maxUpwardQueueSize: 'u32',1525    maxUpwardMessageSize: 'u32',1526    maxUpwardMessageNumPerCandidate: 'u32',1527    hrmpMaxMessageNumPerCandidate: 'u32',1528    validationUpgradeCooldown: 'u32',1529    validationUpgradeDelay: 'u32'1530  },1531  /**1532   * Lookup161: polkadot_core_primitives::OutboundHrmpMessage<polkadot_parachain::primitives::Id>1533   **/1534  PolkadotCorePrimitivesOutboundHrmpMessage: {1535    recipient: 'u32',1536    data: 'Bytes'1537  },1538  /**1539   * Lookup162: cumulus_pallet_parachain_system::pallet::Call<T>1540   **/1541  CumulusPalletParachainSystemCall: {1542    _enum: {1543      set_validation_data: {1544        data: 'CumulusPrimitivesParachainInherentParachainInherentData',1545      },1546      sudo_send_upward_message: {1547        message: 'Bytes',1548      },1549      authorize_upgrade: {1550        codeHash: 'H256',1551      },1552      enact_authorized_upgrade: {1553        code: 'Bytes'1554      }1555    }1556  },1557  /**1558   * Lookup163: cumulus_primitives_parachain_inherent::ParachainInherentData1559   **/1560  CumulusPrimitivesParachainInherentParachainInherentData: {1561    validationData: 'PolkadotPrimitivesV2PersistedValidationData',1562    relayChainState: 'SpTrieStorageProof',1563    downwardMessages: 'Vec<PolkadotCorePrimitivesInboundDownwardMessage>',1564    horizontalMessages: 'BTreeMap<u32, Vec<PolkadotCorePrimitivesInboundHrmpMessage>>'1565  },1566  /**1567   * Lookup165: polkadot_core_primitives::InboundDownwardMessage<BlockNumber>1568   **/1569  PolkadotCorePrimitivesInboundDownwardMessage: {1570    sentAt: 'u32',1571    msg: 'Bytes'1572  },1573  /**1574   * Lookup168: polkadot_core_primitives::InboundHrmpMessage<BlockNumber>1575   **/1576  PolkadotCorePrimitivesInboundHrmpMessage: {1577    sentAt: 'u32',1578    data: 'Bytes'1579  },1580  /**1581   * Lookup171: cumulus_pallet_parachain_system::pallet::Error<T>1582   **/1583  CumulusPalletParachainSystemError: {1584    _enum: ['OverlappingUpgrades', 'ProhibitedByPolkadot', 'TooBig', 'ValidationDataNotAvailable', 'HostConfigurationNotAvailable', 'NotScheduled', 'NothingAuthorized', 'Unauthorized']1585  },1586  /**1587   * Lookup173: pallet_authorship::UncleEntryItem<BlockNumber, primitive_types::H256, sp_core::crypto::AccountId32>1588   **/1589  PalletAuthorshipUncleEntryItem: {1590    _enum: {1591      InclusionHeight: 'u32',1592      Uncle: '(H256,Option<AccountId32>)'1593    }1594  },1595  /**1596   * Lookup175: pallet_authorship::pallet::Call<T>1597   **/1598  PalletAuthorshipCall: {1599    _enum: {1600      set_uncles: {1601        newUncles: 'Vec<SpRuntimeHeader>'1602      }1603    }1604  },1605  /**1606   * Lookup177: sp_runtime::generic::header::Header<Number, sp_runtime::traits::BlakeTwo256>1607   **/1608  SpRuntimeHeader: {1609    parentHash: 'H256',1610    number: 'Compact<u32>',1611    stateRoot: 'H256',1612    extrinsicsRoot: 'H256',1613    digest: 'SpRuntimeDigest'1614  },1615  /**1616   * Lookup178: sp_runtime::traits::BlakeTwo2561617   **/1618  SpRuntimeBlakeTwo256: 'Null',1619  /**1620   * Lookup179: pallet_authorship::pallet::Error<T>1621   **/1622  PalletAuthorshipError: {1623    _enum: ['InvalidUncleParent', 'UnclesAlreadySet', 'TooManyUncles', 'GenesisUncle', 'TooHighUncle', 'UncleAlreadyIncluded', 'OldUncle']1624  },1625  /**1626   * Lookup182: pallet_collator_selection::pallet::Call<T>1627   **/1628  PalletCollatorSelectionCall: {1629    _enum: {1630      add_invulnerable: {1631        _alias: {1632          new_: 'new',1633        },1634        new_: 'AccountId32',1635      },1636      remove_invulnerable: {1637        who: 'AccountId32',1638      },1639      set_desired_collators: {1640        max: 'u32',1641      },1642      set_license_bond: {1643        bond: 'u128',1644      },1645      set_kick_threshold: {1646        kickThreshold: 'u32',1647      },1648      get_license: 'Null',1649      onboard: 'Null',1650      offboard: 'Null',1651      release_license: 'Null',1652      force_revoke_license: {1653        who: 'AccountId32'1654      }1655    }1656  },1657  /**1658   * Lookup183: pallet_collator_selection::pallet::Error<T>1659   **/1660  PalletCollatorSelectionError: {1661    _enum: ['TooManyCandidates', 'Unknown', 'Permission', 'AlreadyHoldingLicense', 'NoLicense', 'AlreadyCandidate', 'NotCandidate', 'TooManyInvulnerables', 'TooFewInvulnerables', 'AlreadyInvulnerable', 'NotInvulnerable', 'NoAssociatedValidatorId', 'ValidatorNotRegistered']1662  },1663  /**1664   * Lookup186: opal_runtime::runtime_common::SessionKeys1665   **/1666  OpalRuntimeRuntimeCommonSessionKeys: {1667    aura: 'SpConsensusAuraSr25519AppSr25519Public'1668  },1669  /**1670   * Lookup187: sp_consensus_aura::sr25519::app_sr25519::Public1671   **/1672  SpConsensusAuraSr25519AppSr25519Public: 'SpCoreSr25519Public',1673  /**1674   * Lookup188: sp_core::sr25519::Public1675   **/1676  SpCoreSr25519Public: '[u8;32]',1677  /**1678   * Lookup191: sp_core::crypto::KeyTypeId1679   **/1680  SpCoreCryptoKeyTypeId: '[u8;4]',1681  /**1682   * Lookup192: pallet_session::pallet::Call<T>1683   **/1684  PalletSessionCall: {1685    _enum: {1686      set_keys: {1687        _alias: {1688          keys_: 'keys',1689        },1690        keys_: 'OpalRuntimeRuntimeCommonSessionKeys',1691        proof: 'Bytes',1692      },1693      purge_keys: 'Null'1694    }1695  },1696  /**1697   * Lookup193: pallet_session::pallet::Error<T>1698   **/1699  PalletSessionError: {1700    _enum: ['InvalidProof', 'NoAssociatedValidatorId', 'DuplicatedKey', 'NoKeys', 'NoAccount']1701  },1702  /**1703   * Lookup195: pallet_balances::BalanceLock<Balance>1704   **/1705  PalletBalancesBalanceLock: {1706    id: '[u8;8]',1707    amount: 'u128',1708    reasons: 'PalletBalancesReasons'1709  },1710  /**1711   * Lookup196: pallet_balances::Reasons1712   **/1713  PalletBalancesReasons: {1714    _enum: ['Fee', 'Misc', 'All']1715  },1716  /**1717   * Lookup199: pallet_balances::ReserveData<ReserveIdentifier, Balance>1718   **/1719  PalletBalancesReserveData: {1720    id: '[u8;16]',1721    amount: 'u128'1722  },1723  /**1724   * Lookup201: pallet_balances::Releases1725   **/1726  PalletBalancesReleases: {1727    _enum: ['V1_0_0', 'V2_0_0']1728  },1729  /**1730   * Lookup202: pallet_balances::pallet::Call<T, I>1731   **/1732  PalletBalancesCall: {1733    _enum: {1734      transfer: {1735        dest: 'MultiAddress',1736        value: 'Compact<u128>',1737      },1738      set_balance: {1739        who: 'MultiAddress',1740        newFree: 'Compact<u128>',1741        newReserved: 'Compact<u128>',1742      },1743      force_transfer: {1744        source: 'MultiAddress',1745        dest: 'MultiAddress',1746        value: 'Compact<u128>',1747      },1748      transfer_keep_alive: {1749        dest: 'MultiAddress',1750        value: 'Compact<u128>',1751      },1752      transfer_all: {1753        dest: 'MultiAddress',1754        keepAlive: 'bool',1755      },1756      force_unreserve: {1757        who: 'MultiAddress',1758        amount: 'u128'1759      }1760    }1761  },1762  /**1763   * Lookup205: pallet_balances::pallet::Error<T, I>1764   **/1765  PalletBalancesError: {1766    _enum: ['VestingBalance', 'LiquidityRestrictions', 'InsufficientBalance', 'ExistentialDeposit', 'KeepAlive', 'ExistingVestingSchedule', 'DeadAccount', 'TooManyReserves']1767  },1768  /**1769   * Lookup207: pallet_timestamp::pallet::Call<T>1770   **/1771  PalletTimestampCall: {1772    _enum: {1773      set: {1774        now: 'Compact<u64>'1775      }1776    }1777  },1778  /**1779   * Lookup209: pallet_transaction_payment::Releases1780   **/1781  PalletTransactionPaymentReleases: {1782    _enum: ['V1Ancient', 'V2']1783  },1784  /**1785   * Lookup210: pallet_treasury::Proposal<sp_core::crypto::AccountId32, Balance>1786   **/1787  PalletTreasuryProposal: {1788    proposer: 'AccountId32',1789    value: 'u128',1790    beneficiary: 'AccountId32',1791    bond: 'u128'1792  },1793  /**1794   * Lookup212: pallet_treasury::pallet::Call<T, I>1795   **/1796  PalletTreasuryCall: {1797    _enum: {1798      propose_spend: {1799        value: 'Compact<u128>',1800        beneficiary: 'MultiAddress',1801      },1802      reject_proposal: {1803        proposalId: 'Compact<u32>',1804      },1805      approve_proposal: {1806        proposalId: 'Compact<u32>',1807      },1808      spend: {1809        amount: 'Compact<u128>',1810        beneficiary: 'MultiAddress',1811      },1812      remove_approval: {1813        proposalId: 'Compact<u32>'1814      }1815    }1816  },1817  /**1818   * Lookup215: frame_support::PalletId1819   **/1820  FrameSupportPalletId: '[u8;8]',1821  /**1822   * Lookup216: pallet_treasury::pallet::Error<T, I>1823   **/1824  PalletTreasuryError: {1825    _enum: ['InsufficientProposersBalance', 'InvalidIndex', 'TooManyApprovals', 'InsufficientPermission', 'ProposalNotApproved']1826  },1827  /**1828   * Lookup217: pallet_sudo::pallet::Call<T>1829   **/1830  PalletSudoCall: {1831    _enum: {1832      sudo: {1833        call: 'Call',1834      },1835      sudo_unchecked_weight: {1836        call: 'Call',1837        weight: 'SpWeightsWeightV2Weight',1838      },1839      set_key: {1840        _alias: {1841          new_: 'new',1842        },1843        new_: 'MultiAddress',1844      },1845      sudo_as: {1846        who: 'MultiAddress',1847        call: 'Call'1848      }1849    }1850  },1851  /**1852   * Lookup219: orml_vesting::module::Call<T>1853   **/1854  OrmlVestingModuleCall: {1855    _enum: {1856      claim: 'Null',1857      vested_transfer: {1858        dest: 'MultiAddress',1859        schedule: 'OrmlVestingVestingSchedule',1860      },1861      update_vesting_schedules: {1862        who: 'MultiAddress',1863        vestingSchedules: 'Vec<OrmlVestingVestingSchedule>',1864      },1865      claim_for: {1866        dest: 'MultiAddress'1867      }1868    }1869  },1870  /**1871   * Lookup221: orml_xtokens::module::Call<T>1872   **/1873  OrmlXtokensModuleCall: {1874    _enum: {1875      transfer: {1876        currencyId: 'PalletForeignAssetsAssetIds',1877        amount: 'u128',1878        dest: 'XcmVersionedMultiLocation',1879        destWeightLimit: 'XcmV2WeightLimit',1880      },1881      transfer_multiasset: {1882        asset: 'XcmVersionedMultiAsset',1883        dest: 'XcmVersionedMultiLocation',1884        destWeightLimit: 'XcmV2WeightLimit',1885      },1886      transfer_with_fee: {1887        currencyId: 'PalletForeignAssetsAssetIds',1888        amount: 'u128',1889        fee: 'u128',1890        dest: 'XcmVersionedMultiLocation',1891        destWeightLimit: 'XcmV2WeightLimit',1892      },1893      transfer_multiasset_with_fee: {1894        asset: 'XcmVersionedMultiAsset',1895        fee: 'XcmVersionedMultiAsset',1896        dest: 'XcmVersionedMultiLocation',1897        destWeightLimit: 'XcmV2WeightLimit',1898      },1899      transfer_multicurrencies: {1900        currencies: 'Vec<(PalletForeignAssetsAssetIds,u128)>',1901        feeItem: 'u32',1902        dest: 'XcmVersionedMultiLocation',1903        destWeightLimit: 'XcmV2WeightLimit',1904      },1905      transfer_multiassets: {1906        assets: 'XcmVersionedMultiAssets',1907        feeItem: 'u32',1908        dest: 'XcmVersionedMultiLocation',1909        destWeightLimit: 'XcmV2WeightLimit'1910      }1911    }1912  },1913  /**1914   * Lookup222: xcm::VersionedMultiAsset1915   **/1916  XcmVersionedMultiAsset: {1917    _enum: {1918      V0: 'XcmV0MultiAsset',1919      V1: 'XcmV1MultiAsset'1920    }1921  },1922  /**1923   * Lookup225: orml_tokens::module::Call<T>1924   **/1925  OrmlTokensModuleCall: {1926    _enum: {1927      transfer: {1928        dest: 'MultiAddress',1929        currencyId: 'PalletForeignAssetsAssetIds',1930        amount: 'Compact<u128>',1931      },1932      transfer_all: {1933        dest: 'MultiAddress',1934        currencyId: 'PalletForeignAssetsAssetIds',1935        keepAlive: 'bool',1936      },1937      transfer_keep_alive: {1938        dest: 'MultiAddress',1939        currencyId: 'PalletForeignAssetsAssetIds',1940        amount: 'Compact<u128>',1941      },1942      force_transfer: {1943        source: 'MultiAddress',1944        dest: 'MultiAddress',1945        currencyId: 'PalletForeignAssetsAssetIds',1946        amount: 'Compact<u128>',1947      },1948      set_balance: {1949        who: 'MultiAddress',1950        currencyId: 'PalletForeignAssetsAssetIds',1951        newFree: 'Compact<u128>',1952        newReserved: 'Compact<u128>'1953      }1954    }1955  },1956  /**1957   * Lookup226: cumulus_pallet_xcmp_queue::pallet::Call<T>1958   **/1959  CumulusPalletXcmpQueueCall: {1960    _enum: {1961      service_overweight: {1962        index: 'u64',1963        weightLimit: 'u64',1964      },1965      suspend_xcm_execution: 'Null',1966      resume_xcm_execution: 'Null',1967      update_suspend_threshold: {1968        _alias: {1969          new_: 'new',1970        },1971        new_: 'u32',1972      },1973      update_drop_threshold: {1974        _alias: {1975          new_: 'new',1976        },1977        new_: 'u32',1978      },1979      update_resume_threshold: {1980        _alias: {1981          new_: 'new',1982        },1983        new_: 'u32',1984      },1985      update_threshold_weight: {1986        _alias: {1987          new_: 'new',1988        },1989        new_: 'u64',1990      },1991      update_weight_restrict_decay: {1992        _alias: {1993          new_: 'new',1994        },1995        new_: 'u64',1996      },1997      update_xcmp_max_individual_weight: {1998        _alias: {1999          new_: 'new',2000        },2001        new_: 'u64'2002      }2003    }2004  },2005  /**2006   * Lookup227: pallet_xcm::pallet::Call<T>2007   **/2008  PalletXcmCall: {2009    _enum: {2010      send: {2011        dest: 'XcmVersionedMultiLocation',2012        message: 'XcmVersionedXcm',2013      },2014      teleport_assets: {2015        dest: 'XcmVersionedMultiLocation',2016        beneficiary: 'XcmVersionedMultiLocation',2017        assets: 'XcmVersionedMultiAssets',2018        feeAssetItem: 'u32',2019      },2020      reserve_transfer_assets: {2021        dest: 'XcmVersionedMultiLocation',2022        beneficiary: 'XcmVersionedMultiLocation',2023        assets: 'XcmVersionedMultiAssets',2024        feeAssetItem: 'u32',2025      },2026      execute: {2027        message: 'XcmVersionedXcm',2028        maxWeight: 'u64',2029      },2030      force_xcm_version: {2031        location: 'XcmV1MultiLocation',2032        xcmVersion: 'u32',2033      },2034      force_default_xcm_version: {2035        maybeXcmVersion: 'Option<u32>',2036      },2037      force_subscribe_version_notify: {2038        location: 'XcmVersionedMultiLocation',2039      },2040      force_unsubscribe_version_notify: {2041        location: 'XcmVersionedMultiLocation',2042      },2043      limited_reserve_transfer_assets: {2044        dest: 'XcmVersionedMultiLocation',2045        beneficiary: 'XcmVersionedMultiLocation',2046        assets: 'XcmVersionedMultiAssets',2047        feeAssetItem: 'u32',2048        weightLimit: 'XcmV2WeightLimit',2049      },2050      limited_teleport_assets: {2051        dest: 'XcmVersionedMultiLocation',2052        beneficiary: 'XcmVersionedMultiLocation',2053        assets: 'XcmVersionedMultiAssets',2054        feeAssetItem: 'u32',2055        weightLimit: 'XcmV2WeightLimit'2056      }2057    }2058  },2059  /**2060   * Lookup228: xcm::VersionedXcm<RuntimeCall>2061   **/2062  XcmVersionedXcm: {2063    _enum: {2064      V0: 'XcmV0Xcm',2065      V1: 'XcmV1Xcm',2066      V2: 'XcmV2Xcm'2067    }2068  },2069  /**2070   * Lookup229: xcm::v0::Xcm<RuntimeCall>2071   **/2072  XcmV0Xcm: {2073    _enum: {2074      WithdrawAsset: {2075        assets: 'Vec<XcmV0MultiAsset>',2076        effects: 'Vec<XcmV0Order>',2077      },2078      ReserveAssetDeposit: {2079        assets: 'Vec<XcmV0MultiAsset>',2080        effects: 'Vec<XcmV0Order>',2081      },2082      TeleportAsset: {2083        assets: 'Vec<XcmV0MultiAsset>',2084        effects: 'Vec<XcmV0Order>',2085      },2086      QueryResponse: {2087        queryId: 'Compact<u64>',2088        response: 'XcmV0Response',2089      },2090      TransferAsset: {2091        assets: 'Vec<XcmV0MultiAsset>',2092        dest: 'XcmV0MultiLocation',2093      },2094      TransferReserveAsset: {2095        assets: 'Vec<XcmV0MultiAsset>',2096        dest: 'XcmV0MultiLocation',2097        effects: 'Vec<XcmV0Order>',2098      },2099      Transact: {2100        originType: 'XcmV0OriginKind',2101        requireWeightAtMost: 'u64',2102        call: 'XcmDoubleEncoded',2103      },2104      HrmpNewChannelOpenRequest: {2105        sender: 'Compact<u32>',2106        maxMessageSize: 'Compact<u32>',2107        maxCapacity: 'Compact<u32>',2108      },2109      HrmpChannelAccepted: {2110        recipient: 'Compact<u32>',2111      },2112      HrmpChannelClosing: {2113        initiator: 'Compact<u32>',2114        sender: 'Compact<u32>',2115        recipient: 'Compact<u32>',2116      },2117      RelayedFrom: {2118        who: 'XcmV0MultiLocation',2119        message: 'XcmV0Xcm'2120      }2121    }2122  },2123  /**2124   * Lookup231: xcm::v0::order::Order<RuntimeCall>2125   **/2126  XcmV0Order: {2127    _enum: {2128      Null: 'Null',2129      DepositAsset: {2130        assets: 'Vec<XcmV0MultiAsset>',2131        dest: 'XcmV0MultiLocation',2132      },2133      DepositReserveAsset: {2134        assets: 'Vec<XcmV0MultiAsset>',2135        dest: 'XcmV0MultiLocation',2136        effects: 'Vec<XcmV0Order>',2137      },2138      ExchangeAsset: {2139        give: 'Vec<XcmV0MultiAsset>',2140        receive: 'Vec<XcmV0MultiAsset>',2141      },2142      InitiateReserveWithdraw: {2143        assets: 'Vec<XcmV0MultiAsset>',2144        reserve: 'XcmV0MultiLocation',2145        effects: 'Vec<XcmV0Order>',2146      },2147      InitiateTeleport: {2148        assets: 'Vec<XcmV0MultiAsset>',2149        dest: 'XcmV0MultiLocation',2150        effects: 'Vec<XcmV0Order>',2151      },2152      QueryHolding: {2153        queryId: 'Compact<u64>',2154        dest: 'XcmV0MultiLocation',2155        assets: 'Vec<XcmV0MultiAsset>',2156      },2157      BuyExecution: {2158        fees: 'XcmV0MultiAsset',2159        weight: 'u64',2160        debt: 'u64',2161        haltOnError: 'bool',2162        xcm: 'Vec<XcmV0Xcm>'2163      }2164    }2165  },2166  /**2167   * Lookup233: xcm::v0::Response2168   **/2169  XcmV0Response: {2170    _enum: {2171      Assets: 'Vec<XcmV0MultiAsset>'2172    }2173  },2174  /**2175   * Lookup234: xcm::v1::Xcm<RuntimeCall>2176   **/2177  XcmV1Xcm: {2178    _enum: {2179      WithdrawAsset: {2180        assets: 'XcmV1MultiassetMultiAssets',2181        effects: 'Vec<XcmV1Order>',2182      },2183      ReserveAssetDeposited: {2184        assets: 'XcmV1MultiassetMultiAssets',2185        effects: 'Vec<XcmV1Order>',2186      },2187      ReceiveTeleportedAsset: {2188        assets: 'XcmV1MultiassetMultiAssets',2189        effects: 'Vec<XcmV1Order>',2190      },2191      QueryResponse: {2192        queryId: 'Compact<u64>',2193        response: 'XcmV1Response',2194      },2195      TransferAsset: {2196        assets: 'XcmV1MultiassetMultiAssets',2197        beneficiary: 'XcmV1MultiLocation',2198      },2199      TransferReserveAsset: {2200        assets: 'XcmV1MultiassetMultiAssets',2201        dest: 'XcmV1MultiLocation',2202        effects: 'Vec<XcmV1Order>',2203      },2204      Transact: {2205        originType: 'XcmV0OriginKind',2206        requireWeightAtMost: 'u64',2207        call: 'XcmDoubleEncoded',2208      },2209      HrmpNewChannelOpenRequest: {2210        sender: 'Compact<u32>',2211        maxMessageSize: 'Compact<u32>',2212        maxCapacity: 'Compact<u32>',2213      },2214      HrmpChannelAccepted: {2215        recipient: 'Compact<u32>',2216      },2217      HrmpChannelClosing: {2218        initiator: 'Compact<u32>',2219        sender: 'Compact<u32>',2220        recipient: 'Compact<u32>',2221      },2222      RelayedFrom: {2223        who: 'XcmV1MultilocationJunctions',2224        message: 'XcmV1Xcm',2225      },2226      SubscribeVersion: {2227        queryId: 'Compact<u64>',2228        maxResponseWeight: 'Compact<u64>',2229      },2230      UnsubscribeVersion: 'Null'2231    }2232  },2233  /**2234   * Lookup236: xcm::v1::order::Order<RuntimeCall>2235   **/2236  XcmV1Order: {2237    _enum: {2238      Noop: 'Null',2239      DepositAsset: {2240        assets: 'XcmV1MultiassetMultiAssetFilter',2241        maxAssets: 'u32',2242        beneficiary: 'XcmV1MultiLocation',2243      },2244      DepositReserveAsset: {2245        assets: 'XcmV1MultiassetMultiAssetFilter',2246        maxAssets: 'u32',2247        dest: 'XcmV1MultiLocation',2248        effects: 'Vec<XcmV1Order>',2249      },2250      ExchangeAsset: {2251        give: 'XcmV1MultiassetMultiAssetFilter',2252        receive: 'XcmV1MultiassetMultiAssets',2253      },2254      InitiateReserveWithdraw: {2255        assets: 'XcmV1MultiassetMultiAssetFilter',2256        reserve: 'XcmV1MultiLocation',2257        effects: 'Vec<XcmV1Order>',2258      },2259      InitiateTeleport: {2260        assets: 'XcmV1MultiassetMultiAssetFilter',2261        dest: 'XcmV1MultiLocation',2262        effects: 'Vec<XcmV1Order>',2263      },2264      QueryHolding: {2265        queryId: 'Compact<u64>',2266        dest: 'XcmV1MultiLocation',2267        assets: 'XcmV1MultiassetMultiAssetFilter',2268      },2269      BuyExecution: {2270        fees: 'XcmV1MultiAsset',2271        weight: 'u64',2272        debt: 'u64',2273        haltOnError: 'bool',2274        instructions: 'Vec<XcmV1Xcm>'2275      }2276    }2277  },2278  /**2279   * Lookup238: xcm::v1::Response2280   **/2281  XcmV1Response: {2282    _enum: {2283      Assets: 'XcmV1MultiassetMultiAssets',2284      Version: 'u32'2285    }2286  },2287  /**2288   * Lookup252: cumulus_pallet_xcm::pallet::Call<T>2289   **/2290  CumulusPalletXcmCall: 'Null',2291  /**2292   * Lookup253: cumulus_pallet_dmp_queue::pallet::Call<T>2293   **/2294  CumulusPalletDmpQueueCall: {2295    _enum: {2296      service_overweight: {2297        index: 'u64',2298        weightLimit: 'u64'2299      }2300    }2301  },2302  /**2303   * Lookup254: pallet_inflation::pallet::Call<T>2304   **/2305  PalletInflationCall: {2306    _enum: {2307      start_inflation: {2308        inflationStartRelayBlock: 'u32'2309      }2310    }2311  },2312  /**2313   * Lookup255: pallet_unique::Call<T>2314   **/2315  PalletUniqueCall: {2316    _enum: {2317      create_collection: {2318        collectionName: 'Vec<u16>',2319        collectionDescription: 'Vec<u16>',2320        tokenPrefix: 'Bytes',2321        mode: 'UpDataStructsCollectionMode',2322      },2323      create_collection_ex: {2324        data: 'UpDataStructsCreateCollectionData',2325      },2326      destroy_collection: {2327        collectionId: 'u32',2328      },2329      add_to_allow_list: {2330        collectionId: 'u32',2331        address: 'PalletEvmAccountBasicCrossAccountIdRepr',2332      },2333      remove_from_allow_list: {2334        collectionId: 'u32',2335        address: 'PalletEvmAccountBasicCrossAccountIdRepr',2336      },2337      change_collection_owner: {2338        collectionId: 'u32',2339        newOwner: 'AccountId32',2340      },2341      add_collection_admin: {2342        collectionId: 'u32',2343        newAdminId: 'PalletEvmAccountBasicCrossAccountIdRepr',2344      },2345      remove_collection_admin: {2346        collectionId: 'u32',2347        accountId: 'PalletEvmAccountBasicCrossAccountIdRepr',2348      },2349      set_collection_sponsor: {2350        collectionId: 'u32',2351        newSponsor: 'AccountId32',2352      },2353      confirm_sponsorship: {2354        collectionId: 'u32',2355      },2356      remove_collection_sponsor: {2357        collectionId: 'u32',2358      },2359      create_item: {2360        collectionId: 'u32',2361        owner: 'PalletEvmAccountBasicCrossAccountIdRepr',2362        data: 'UpDataStructsCreateItemData',2363      },2364      create_multiple_items: {2365        collectionId: 'u32',2366        owner: 'PalletEvmAccountBasicCrossAccountIdRepr',2367        itemsData: 'Vec<UpDataStructsCreateItemData>',2368      },2369      set_collection_properties: {2370        collectionId: 'u32',2371        properties: 'Vec<UpDataStructsProperty>',2372      },2373      delete_collection_properties: {2374        collectionId: 'u32',2375        propertyKeys: 'Vec<Bytes>',2376      },2377      set_token_properties: {2378        collectionId: 'u32',2379        tokenId: 'u32',2380        properties: 'Vec<UpDataStructsProperty>',2381      },2382      delete_token_properties: {2383        collectionId: 'u32',2384        tokenId: 'u32',2385        propertyKeys: 'Vec<Bytes>',2386      },2387      set_token_property_permissions: {2388        collectionId: 'u32',2389        propertyPermissions: 'Vec<UpDataStructsPropertyKeyPermission>',2390      },2391      create_multiple_items_ex: {2392        collectionId: 'u32',2393        data: 'UpDataStructsCreateItemExData',2394      },2395      set_transfers_enabled_flag: {2396        collectionId: 'u32',2397        value: 'bool',2398      },2399      burn_item: {2400        collectionId: 'u32',2401        itemId: 'u32',2402        value: 'u128',2403      },2404      burn_from: {2405        collectionId: 'u32',2406        from: 'PalletEvmAccountBasicCrossAccountIdRepr',2407        itemId: 'u32',2408        value: 'u128',2409      },2410      transfer: {2411        recipient: 'PalletEvmAccountBasicCrossAccountIdRepr',2412        collectionId: 'u32',2413        itemId: 'u32',2414        value: 'u128',2415      },2416      approve: {2417        spender: 'PalletEvmAccountBasicCrossAccountIdRepr',2418        collectionId: 'u32',2419        itemId: 'u32',2420        amount: 'u128',2421      },2422      transfer_from: {2423        from: 'PalletEvmAccountBasicCrossAccountIdRepr',2424        recipient: 'PalletEvmAccountBasicCrossAccountIdRepr',2425        collectionId: 'u32',2426        itemId: 'u32',2427        value: 'u128',2428      },2429      set_collection_limits: {2430        collectionId: 'u32',2431        newLimit: 'UpDataStructsCollectionLimits',2432      },2433      set_collection_permissions: {2434        collectionId: 'u32',2435        newPermission: 'UpDataStructsCollectionPermissions',2436      },2437      repartition: {2438        collectionId: 'u32',2439        tokenId: 'u32',2440        amount: 'u128',2441      },2442      set_allowance_for_all: {2443        collectionId: 'u32',2444        operator: 'PalletEvmAccountBasicCrossAccountIdRepr',2445        approve: 'bool',2446      },2447      force_repair_collection: {2448        collectionId: 'u32',2449      },2450      force_repair_item: {2451        collectionId: 'u32',2452        itemId: 'u32'2453      }2454    }2455  },2456  /**2457   * Lookup260: up_data_structs::CollectionMode2458   **/2459  UpDataStructsCollectionMode: {2460    _enum: {2461      NFT: 'Null',2462      Fungible: 'u8',2463      ReFungible: 'Null'2464    }2465  },2466  /**2467   * Lookup261: up_data_structs::CreateCollectionData<sp_core::crypto::AccountId32>2468   **/2469  UpDataStructsCreateCollectionData: {2470    mode: 'UpDataStructsCollectionMode',2471    access: 'Option<UpDataStructsAccessMode>',2472    name: 'Vec<u16>',2473    description: 'Vec<u16>',2474    tokenPrefix: 'Bytes',2475    pendingSponsor: 'Option<AccountId32>',2476    limits: 'Option<UpDataStructsCollectionLimits>',2477    permissions: 'Option<UpDataStructsCollectionPermissions>',2478    tokenPropertyPermissions: 'Vec<UpDataStructsPropertyKeyPermission>',2479    properties: 'Vec<UpDataStructsProperty>'2480  },2481  /**2482   * Lookup263: up_data_structs::AccessMode2483   **/2484  UpDataStructsAccessMode: {2485    _enum: ['Normal', 'AllowList']2486  },2487  /**2488   * Lookup265: up_data_structs::CollectionLimits2489   **/2490  UpDataStructsCollectionLimits: {2491    accountTokenOwnershipLimit: 'Option<u32>',2492    sponsoredDataSize: 'Option<u32>',2493    sponsoredDataRateLimit: 'Option<UpDataStructsSponsoringRateLimit>',2494    tokenLimit: 'Option<u32>',2495    sponsorTransferTimeout: 'Option<u32>',2496    sponsorApproveTimeout: 'Option<u32>',2497    ownerCanTransfer: 'Option<bool>',2498    ownerCanDestroy: 'Option<bool>',2499    transfersEnabled: 'Option<bool>'2500  },2501  /**2502   * Lookup267: up_data_structs::SponsoringRateLimit2503   **/2504  UpDataStructsSponsoringRateLimit: {2505    _enum: {2506      SponsoringDisabled: 'Null',2507      Blocks: 'u32'2508    }2509  },2510  /**2511   * Lookup270: up_data_structs::CollectionPermissions2512   **/2513  UpDataStructsCollectionPermissions: {2514    access: 'Option<UpDataStructsAccessMode>',2515    mintMode: 'Option<bool>',2516    nesting: 'Option<UpDataStructsNestingPermissions>'2517  },2518  /**2519   * Lookup272: up_data_structs::NestingPermissions2520   **/2521  UpDataStructsNestingPermissions: {2522    tokenOwner: 'bool',2523    collectionAdmin: 'bool',2524    restricted: 'Option<UpDataStructsOwnerRestrictedSet>'2525  },2526  /**2527   * Lookup274: up_data_structs::OwnerRestrictedSet2528   **/2529  UpDataStructsOwnerRestrictedSet: 'BTreeSet<u32>',2530  /**2531   * Lookup279: up_data_structs::PropertyKeyPermission2532   **/2533  UpDataStructsPropertyKeyPermission: {2534    key: 'Bytes',2535    permission: 'UpDataStructsPropertyPermission'2536  },2537  /**2538   * Lookup280: up_data_structs::PropertyPermission2539   **/2540  UpDataStructsPropertyPermission: {2541    mutable: 'bool',2542    collectionAdmin: 'bool',2543    tokenOwner: 'bool'2544  },2545  /**2546   * Lookup283: up_data_structs::Property2547   **/2548  UpDataStructsProperty: {2549    key: 'Bytes',2550    value: 'Bytes'2551  },2552  /**2553   * Lookup286: up_data_structs::CreateItemData2554   **/2555  UpDataStructsCreateItemData: {2556    _enum: {2557      NFT: 'UpDataStructsCreateNftData',2558      Fungible: 'UpDataStructsCreateFungibleData',2559      ReFungible: 'UpDataStructsCreateReFungibleData'2560    }2561  },2562  /**2563   * Lookup287: up_data_structs::CreateNftData2564   **/2565  UpDataStructsCreateNftData: {2566    properties: 'Vec<UpDataStructsProperty>'2567  },2568  /**2569   * Lookup288: up_data_structs::CreateFungibleData2570   **/2571  UpDataStructsCreateFungibleData: {2572    value: 'u128'2573  },2574  /**2575   * Lookup289: up_data_structs::CreateReFungibleData2576   **/2577  UpDataStructsCreateReFungibleData: {2578    pieces: 'u128',2579    properties: 'Vec<UpDataStructsProperty>'2580  },2581  /**2582   * Lookup292: up_data_structs::CreateItemExData<pallet_evm::account::BasicCrossAccountIdRepr<sp_core::crypto::AccountId32>>2583   **/2584  UpDataStructsCreateItemExData: {2585    _enum: {2586      NFT: 'Vec<UpDataStructsCreateNftExData>',2587      Fungible: 'BTreeMap<PalletEvmAccountBasicCrossAccountIdRepr, u128>',2588      RefungibleMultipleItems: 'Vec<UpDataStructsCreateRefungibleExSingleOwner>',2589      RefungibleMultipleOwners: 'UpDataStructsCreateRefungibleExMultipleOwners'2590    }2591  },2592  /**2593   * Lookup294: up_data_structs::CreateNftExData<pallet_evm::account::BasicCrossAccountIdRepr<sp_core::crypto::AccountId32>>2594   **/2595  UpDataStructsCreateNftExData: {2596    properties: 'Vec<UpDataStructsProperty>',2597    owner: 'PalletEvmAccountBasicCrossAccountIdRepr'2598  },2599  /**2600   * Lookup301: up_data_structs::CreateRefungibleExSingleOwner<pallet_evm::account::BasicCrossAccountIdRepr<sp_core::crypto::AccountId32>>2601   **/2602  UpDataStructsCreateRefungibleExSingleOwner: {2603    user: 'PalletEvmAccountBasicCrossAccountIdRepr',2604    pieces: 'u128',2605    properties: 'Vec<UpDataStructsProperty>'2606  },2607  /**2608   * Lookup303: up_data_structs::CreateRefungibleExMultipleOwners<pallet_evm::account::BasicCrossAccountIdRepr<sp_core::crypto::AccountId32>>2609   **/2610  UpDataStructsCreateRefungibleExMultipleOwners: {2611    users: 'BTreeMap<PalletEvmAccountBasicCrossAccountIdRepr, u128>',2612    properties: 'Vec<UpDataStructsProperty>'2613  },2614  /**2615   * Lookup304: pallet_configuration::pallet::Call<T>2616   **/2617  PalletConfigurationCall: {2618    _enum: {2619      set_weight_to_fee_coefficient_override: {2620        coeff: 'Option<u32>',2621      },2622      set_min_gas_price_override: {2623        coeff: 'Option<u64>',2624      },2625      set_xcm_allowed_locations: {2626        locations: 'Option<Vec<XcmV1MultiLocation>>',2627      },2628      set_app_promotion_configuration_override: {2629        configuration: 'PalletConfigurationAppPromotionConfiguration'2630      }2631    }2632  },2633  /**2634   * Lookup309: pallet_configuration::AppPromotionConfiguration<BlockNumber>2635   **/2636  PalletConfigurationAppPromotionConfiguration: {2637    recalculationInterval: 'Option<u32>',2638    pendingInterval: 'Option<u32>',2639    intervalIncome: 'Option<Perbill>',2640    maxStakersPerCalculation: 'Option<u8>'2641  },2642  /**2643   * Lookup312: pallet_template_transaction_payment::Call<T>2644   **/2645  PalletTemplateTransactionPaymentCall: 'Null',2646  /**2647   * Lookup313: pallet_structure::pallet::Call<T>2648   **/2649  PalletStructureCall: 'Null',2650  /**2651   * Lookup314: pallet_rmrk_core::pallet::Call<T>2652   **/2653  PalletRmrkCoreCall: {2654    _enum: {2655      create_collection: {2656        metadata: 'Bytes',2657        max: 'Option<u32>',2658        symbol: 'Bytes',2659      },2660      destroy_collection: {2661        collectionId: 'u32',2662      },2663      change_collection_issuer: {2664        collectionId: 'u32',2665        newIssuer: 'MultiAddress',2666      },2667      lock_collection: {2668        collectionId: 'u32',2669      },2670      mint_nft: {2671        owner: 'Option<AccountId32>',2672        collectionId: 'u32',2673        recipient: 'Option<AccountId32>',2674        royaltyAmount: 'Option<Permill>',2675        metadata: 'Bytes',2676        transferable: 'bool',2677        resources: 'Option<Vec<RmrkTraitsResourceResourceTypes>>',2678      },2679      burn_nft: {2680        collectionId: 'u32',2681        nftId: 'u32',2682        maxBurns: 'u32',2683      },2684      send: {2685        rmrkCollectionId: 'u32',2686        rmrkNftId: 'u32',2687        newOwner: 'RmrkTraitsNftAccountIdOrCollectionNftTuple',2688      },2689      accept_nft: {2690        rmrkCollectionId: 'u32',2691        rmrkNftId: 'u32',2692        newOwner: 'RmrkTraitsNftAccountIdOrCollectionNftTuple',2693      },2694      reject_nft: {2695        rmrkCollectionId: 'u32',2696        rmrkNftId: 'u32',2697      },2698      accept_resource: {2699        rmrkCollectionId: 'u32',2700        rmrkNftId: 'u32',2701        resourceId: 'u32',2702      },2703      accept_resource_removal: {2704        rmrkCollectionId: 'u32',2705        rmrkNftId: 'u32',2706        resourceId: 'u32',2707      },2708      set_property: {2709        rmrkCollectionId: 'Compact<u32>',2710        maybeNftId: 'Option<u32>',2711        key: 'Bytes',2712        value: 'Bytes',2713      },2714      set_priority: {2715        rmrkCollectionId: 'u32',2716        rmrkNftId: 'u32',2717        priorities: 'Vec<u32>',2718      },2719      add_basic_resource: {2720        rmrkCollectionId: 'u32',2721        nftId: 'u32',2722        resource: 'RmrkTraitsResourceBasicResource',2723      },2724      add_composable_resource: {2725        rmrkCollectionId: 'u32',2726        nftId: 'u32',2727        resource: 'RmrkTraitsResourceComposableResource',2728      },2729      add_slot_resource: {2730        rmrkCollectionId: 'u32',2731        nftId: 'u32',2732        resource: 'RmrkTraitsResourceSlotResource',2733      },2734      remove_resource: {2735        rmrkCollectionId: 'u32',2736        nftId: 'u32',2737        resourceId: 'u32'2738      }2739    }2740  },2741  /**2742   * Lookup320: rmrk_traits::resource::ResourceTypes<sp_core::bounded::bounded_vec::BoundedVec<T, S>, sp_core::bounded::bounded_vec::BoundedVec<T, S>>2743   **/2744  RmrkTraitsResourceResourceTypes: {2745    _enum: {2746      Basic: 'RmrkTraitsResourceBasicResource',2747      Composable: 'RmrkTraitsResourceComposableResource',2748      Slot: 'RmrkTraitsResourceSlotResource'2749    }2750  },2751  /**2752   * Lookup322: rmrk_traits::resource::BasicResource<sp_core::bounded::bounded_vec::BoundedVec<T, S>>2753   **/2754  RmrkTraitsResourceBasicResource: {2755    src: 'Option<Bytes>',2756    metadata: 'Option<Bytes>',2757    license: 'Option<Bytes>',2758    thumb: 'Option<Bytes>'2759  },2760  /**2761   * Lookup324: rmrk_traits::resource::ComposableResource<sp_core::bounded::bounded_vec::BoundedVec<T, S>, sp_core::bounded::bounded_vec::BoundedVec<T, S>>2762   **/2763  RmrkTraitsResourceComposableResource: {2764    parts: 'Vec<u32>',2765    base: 'u32',2766    src: 'Option<Bytes>',2767    metadata: 'Option<Bytes>',2768    license: 'Option<Bytes>',2769    thumb: 'Option<Bytes>'2770  },2771  /**2772   * Lookup325: rmrk_traits::resource::SlotResource<sp_core::bounded::bounded_vec::BoundedVec<T, S>>2773   **/2774  RmrkTraitsResourceSlotResource: {2775    base: 'u32',2776    src: 'Option<Bytes>',2777    metadata: 'Option<Bytes>',2778    slot: 'u32',2779    license: 'Option<Bytes>',2780    thumb: 'Option<Bytes>'2781  },2782  /**2783   * Lookup328: pallet_rmrk_equip::pallet::Call<T>2784   **/2785  PalletRmrkEquipCall: {2786    _enum: {2787      create_base: {2788        baseType: 'Bytes',2789        symbol: 'Bytes',2790        parts: 'Vec<RmrkTraitsPartPartType>',2791      },2792      theme_add: {2793        baseId: 'u32',2794        theme: 'RmrkTraitsTheme',2795      },2796      equippable: {2797        baseId: 'u32',2798        slotId: 'u32',2799        equippables: 'RmrkTraitsPartEquippableList'2800      }2801    }2802  },2803  /**2804   * Lookup331: rmrk_traits::part::PartType<sp_core::bounded::bounded_vec::BoundedVec<T, S>, sp_core::bounded::bounded_vec::BoundedVec<T, S>>2805   **/2806  RmrkTraitsPartPartType: {2807    _enum: {2808      FixedPart: 'RmrkTraitsPartFixedPart',2809      SlotPart: 'RmrkTraitsPartSlotPart'2810    }2811  },2812  /**2813   * Lookup333: rmrk_traits::part::FixedPart<sp_core::bounded::bounded_vec::BoundedVec<T, S>>2814   **/2815  RmrkTraitsPartFixedPart: {2816    id: 'u32',2817    z: 'u32',2818    src: 'Bytes'2819  },2820  /**2821   * Lookup334: rmrk_traits::part::SlotPart<sp_core::bounded::bounded_vec::BoundedVec<T, S>, sp_core::bounded::bounded_vec::BoundedVec<T, S>>2822   **/2823  RmrkTraitsPartSlotPart: {2824    id: 'u32',2825    equippable: 'RmrkTraitsPartEquippableList',2826    src: 'Bytes',2827    z: 'u32'2828  },2829  /**2830   * Lookup335: rmrk_traits::part::EquippableList<sp_core::bounded::bounded_vec::BoundedVec<T, S>>2831   **/2832  RmrkTraitsPartEquippableList: {2833    _enum: {2834      All: 'Null',2835      Empty: 'Null',2836      Custom: 'Vec<u32>'2837    }2838  },2839  /**2840   * Lookup337: 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>>2841   **/2842  RmrkTraitsTheme: {2843    name: 'Bytes',2844    properties: 'Vec<RmrkTraitsThemeThemeProperty>',2845    inherit: 'bool'2846  },2847  /**2848   * Lookup339: rmrk_traits::theme::ThemeProperty<sp_core::bounded::bounded_vec::BoundedVec<T, S>>2849   **/2850  RmrkTraitsThemeThemeProperty: {2851    key: 'Bytes',2852    value: 'Bytes'2853  },2854  /**2855   * Lookup341: pallet_app_promotion::pallet::Call<T>2856   **/2857  PalletAppPromotionCall: {2858    _enum: {2859      set_admin_address: {2860        admin: 'PalletEvmAccountBasicCrossAccountIdRepr',2861      },2862      stake: {2863        amount: 'u128',2864      },2865      unstake: 'Null',2866      sponsor_collection: {2867        collectionId: 'u32',2868      },2869      stop_sponsoring_collection: {2870        collectionId: 'u32',2871      },2872      sponsor_contract: {2873        contractId: 'H160',2874      },2875      stop_sponsoring_contract: {2876        contractId: 'H160',2877      },2878      payout_stakers: {2879        stakersNumber: 'Option<u8>'2880      }2881    }2882  },2883  /**2884   * Lookup342: pallet_foreign_assets::module::Call<T>2885   **/2886  PalletForeignAssetsModuleCall: {2887    _enum: {2888      register_foreign_asset: {2889        owner: 'AccountId32',2890        location: 'XcmVersionedMultiLocation',2891        metadata: 'PalletForeignAssetsModuleAssetMetadata',2892      },2893      update_foreign_asset: {2894        foreignAssetId: 'u32',2895        location: 'XcmVersionedMultiLocation',2896        metadata: 'PalletForeignAssetsModuleAssetMetadata'2897      }2898    }2899  },2900  /**2901   * Lookup343: pallet_evm::pallet::Call<T>2902   **/2903  PalletEvmCall: {2904    _enum: {2905      withdraw: {2906        address: 'H160',2907        value: 'u128',2908      },2909      call: {2910        source: 'H160',2911        target: 'H160',2912        input: 'Bytes',2913        value: 'U256',2914        gasLimit: 'u64',2915        maxFeePerGas: 'U256',2916        maxPriorityFeePerGas: 'Option<U256>',2917        nonce: 'Option<U256>',2918        accessList: 'Vec<(H160,Vec<H256>)>',2919      },2920      create: {2921        source: 'H160',2922        init: 'Bytes',2923        value: 'U256',2924        gasLimit: 'u64',2925        maxFeePerGas: 'U256',2926        maxPriorityFeePerGas: 'Option<U256>',2927        nonce: 'Option<U256>',2928        accessList: 'Vec<(H160,Vec<H256>)>',2929      },2930      create2: {2931        source: 'H160',2932        init: 'Bytes',2933        salt: 'H256',2934        value: 'U256',2935        gasLimit: 'u64',2936        maxFeePerGas: 'U256',2937        maxPriorityFeePerGas: 'Option<U256>',2938        nonce: 'Option<U256>',2939        accessList: 'Vec<(H160,Vec<H256>)>'2940      }2941    }2942  },2943  /**2944   * Lookup349: pallet_ethereum::pallet::Call<T>2945   **/2946  PalletEthereumCall: {2947    _enum: {2948      transact: {2949        transaction: 'EthereumTransactionTransactionV2'2950      }2951    }2952  },2953  /**2954   * Lookup350: ethereum::transaction::TransactionV22955   **/2956  EthereumTransactionTransactionV2: {2957    _enum: {2958      Legacy: 'EthereumTransactionLegacyTransaction',2959      EIP2930: 'EthereumTransactionEip2930Transaction',2960      EIP1559: 'EthereumTransactionEip1559Transaction'2961    }2962  },2963  /**2964   * Lookup351: ethereum::transaction::LegacyTransaction2965   **/2966  EthereumTransactionLegacyTransaction: {2967    nonce: 'U256',2968    gasPrice: 'U256',2969    gasLimit: 'U256',2970    action: 'EthereumTransactionTransactionAction',2971    value: 'U256',2972    input: 'Bytes',2973    signature: 'EthereumTransactionTransactionSignature'2974  },2975  /**2976   * Lookup352: ethereum::transaction::TransactionAction2977   **/2978  EthereumTransactionTransactionAction: {2979    _enum: {2980      Call: 'H160',2981      Create: 'Null'2982    }2983  },2984  /**2985   * Lookup353: ethereum::transaction::TransactionSignature2986   **/2987  EthereumTransactionTransactionSignature: {2988    v: 'u64',2989    r: 'H256',2990    s: 'H256'2991  },2992  /**2993   * Lookup355: ethereum::transaction::EIP2930Transaction2994   **/2995  EthereumTransactionEip2930Transaction: {2996    chainId: 'u64',2997    nonce: 'U256',2998    gasPrice: 'U256',2999    gasLimit: 'U256',3000    action: 'EthereumTransactionTransactionAction',3001    value: 'U256',3002    input: 'Bytes',3003    accessList: 'Vec<EthereumTransactionAccessListItem>',3004    oddYParity: 'bool',3005    r: 'H256',3006    s: 'H256'3007  },3008  /**3009   * Lookup357: ethereum::transaction::AccessListItem3010   **/3011  EthereumTransactionAccessListItem: {3012    address: 'H160',3013    storageKeys: 'Vec<H256>'3014  },3015  /**3016   * Lookup358: ethereum::transaction::EIP1559Transaction3017   **/3018  EthereumTransactionEip1559Transaction: {3019    chainId: 'u64',3020    nonce: 'U256',3021    maxPriorityFeePerGas: 'U256',3022    maxFeePerGas: 'U256',3023    gasLimit: 'U256',3024    action: 'EthereumTransactionTransactionAction',3025    value: 'U256',3026    input: 'Bytes',3027    accessList: 'Vec<EthereumTransactionAccessListItem>',3028    oddYParity: 'bool',3029    r: 'H256',3030    s: 'H256'3031  },3032  /**3033   * Lookup359: pallet_evm_migration::pallet::Call<T>3034   **/3035  PalletEvmMigrationCall: {3036    _enum: {3037      begin: {3038        address: 'H160',3039      },3040      set_data: {3041        address: 'H160',3042        data: 'Vec<(H256,H256)>',3043      },3044      finish: {3045        address: 'H160',3046        code: 'Bytes',3047      },3048      insert_eth_logs: {3049        logs: 'Vec<EthereumLog>',3050      },3051      insert_events: {3052        events: 'Vec<Bytes>'3053      }3054    }3055  },3056  /**3057   * Lookup363: pallet_maintenance::pallet::Call<T>3058   **/3059  PalletMaintenanceCall: {3060    _enum: ['enable', 'disable']3061  },3062  /**3063   * Lookup364: pallet_test_utils::pallet::Call<T>3064   **/3065  PalletTestUtilsCall: {3066    _enum: {3067      enable: 'Null',3068      set_test_value: {3069        value: 'u32',3070      },3071      set_test_value_and_rollback: {3072        value: 'u32',3073      },3074      inc_test_value: 'Null',3075      just_take_fee: 'Null',3076      batch_all: {3077        calls: 'Vec<Call>'3078      }3079    }3080  },3081  /**3082   * Lookup366: pallet_sudo::pallet::Error<T>3083   **/3084  PalletSudoError: {3085    _enum: ['RequireSudo']3086  },3087  /**3088   * Lookup368: orml_vesting::module::Error<T>3089   **/3090  OrmlVestingModuleError: {3091    _enum: ['ZeroVestingPeriod', 'ZeroVestingPeriodCount', 'InsufficientBalanceToLock', 'TooManyVestingSchedules', 'AmountLow', 'MaxVestingSchedulesExceeded']3092  },3093  /**3094   * Lookup369: orml_xtokens::module::Error<T>3095   **/3096  OrmlXtokensModuleError: {3097    _enum: ['AssetHasNoReserve', 'NotCrossChainTransfer', 'InvalidDest', 'NotCrossChainTransferableCurrency', 'UnweighableMessage', 'XcmExecutionFailed', 'CannotReanchor', 'InvalidAncestry', 'InvalidAsset', 'DestinationNotInvertible', 'BadVersion', 'DistinctReserveForAssetAndFee', 'ZeroFee', 'ZeroAmount', 'TooManyAssetsBeingSent', 'AssetIndexNonExistent', 'FeeNotEnough', 'NotSupportedMultiLocation', 'MinXcmFeeNotDefined']3098  },3099  /**3100   * Lookup372: orml_tokens::BalanceLock<Balance>3101   **/3102  OrmlTokensBalanceLock: {3103    id: '[u8;8]',3104    amount: 'u128'3105  },3106  /**3107   * Lookup374: orml_tokens::AccountData<Balance>3108   **/3109  OrmlTokensAccountData: {3110    free: 'u128',3111    reserved: 'u128',3112    frozen: 'u128'3113  },3114  /**3115   * Lookup376: orml_tokens::ReserveData<ReserveIdentifier, Balance>3116   **/3117  OrmlTokensReserveData: {3118    id: 'Null',3119    amount: 'u128'3120  },3121  /**3122   * Lookup378: orml_tokens::module::Error<T>3123   **/3124  OrmlTokensModuleError: {3125    _enum: ['BalanceTooLow', 'AmountIntoBalanceFailed', 'LiquidityRestrictions', 'MaxLocksExceeded', 'KeepAlive', 'ExistentialDeposit', 'DeadAccount', 'TooManyReserves']3126  },3127  /**3128   * Lookup380: cumulus_pallet_xcmp_queue::InboundChannelDetails3129   **/3130  CumulusPalletXcmpQueueInboundChannelDetails: {3131    sender: 'u32',3132    state: 'CumulusPalletXcmpQueueInboundState',3133    messageMetadata: 'Vec<(u32,PolkadotParachainPrimitivesXcmpMessageFormat)>'3134  },3135  /**3136   * Lookup381: cumulus_pallet_xcmp_queue::InboundState3137   **/3138  CumulusPalletXcmpQueueInboundState: {3139    _enum: ['Ok', 'Suspended']3140  },3141  /**3142   * Lookup384: polkadot_parachain::primitives::XcmpMessageFormat3143   **/3144  PolkadotParachainPrimitivesXcmpMessageFormat: {3145    _enum: ['ConcatenatedVersionedXcm', 'ConcatenatedEncodedBlob', 'Signals']3146  },3147  /**3148   * Lookup387: cumulus_pallet_xcmp_queue::OutboundChannelDetails3149   **/3150  CumulusPalletXcmpQueueOutboundChannelDetails: {3151    recipient: 'u32',3152    state: 'CumulusPalletXcmpQueueOutboundState',3153    signalsExist: 'bool',3154    firstIndex: 'u16',3155    lastIndex: 'u16'3156  },3157  /**3158   * Lookup388: cumulus_pallet_xcmp_queue::OutboundState3159   **/3160  CumulusPalletXcmpQueueOutboundState: {3161    _enum: ['Ok', 'Suspended']3162  },3163  /**3164   * Lookup390: cumulus_pallet_xcmp_queue::QueueConfigData3165   **/3166  CumulusPalletXcmpQueueQueueConfigData: {3167    suspendThreshold: 'u32',3168    dropThreshold: 'u32',3169    resumeThreshold: 'u32',3170    thresholdWeight: 'SpWeightsWeightV2Weight',3171    weightRestrictDecay: 'SpWeightsWeightV2Weight',3172    xcmpMaxIndividualWeight: 'SpWeightsWeightV2Weight'3173  },3174  /**3175   * Lookup392: cumulus_pallet_xcmp_queue::pallet::Error<T>3176   **/3177  CumulusPalletXcmpQueueError: {3178    _enum: ['FailedToSend', 'BadXcmOrigin', 'BadXcm', 'BadOverweightIndex', 'WeightOverLimit']3179  },3180  /**3181   * Lookup393: pallet_xcm::pallet::Error<T>3182   **/3183  PalletXcmError: {3184    _enum: ['Unreachable', 'SendFailure', 'Filtered', 'UnweighableMessage', 'DestinationNotInvertible', 'Empty', 'CannotReanchor', 'TooManyAssets', 'InvalidOrigin', 'BadVersion', 'BadLocation', 'NoSubscription', 'AlreadySubscribed']3185  },3186  /**3187   * Lookup394: cumulus_pallet_xcm::pallet::Error<T>3188   **/3189  CumulusPalletXcmError: 'Null',3190  /**3191   * Lookup395: cumulus_pallet_dmp_queue::ConfigData3192   **/3193  CumulusPalletDmpQueueConfigData: {3194    maxIndividual: 'SpWeightsWeightV2Weight'3195  },3196  /**3197   * Lookup396: cumulus_pallet_dmp_queue::PageIndexData3198   **/3199  CumulusPalletDmpQueuePageIndexData: {3200    beginUsed: 'u32',3201    endUsed: 'u32',3202    overweightCount: 'u64'3203  },3204  /**3205   * Lookup399: cumulus_pallet_dmp_queue::pallet::Error<T>3206   **/3207  CumulusPalletDmpQueueError: {3208    _enum: ['Unknown', 'OverLimit']3209  },3210  /**3211   * Lookup403: pallet_unique::Error<T>3212   **/3213  PalletUniqueError: {3214    _enum: ['CollectionDecimalPointLimitExceeded', 'EmptyArgument', 'RepartitionCalledOnNonRefungibleCollection']3215  },3216  /**3217   * Lookup404: pallet_configuration::pallet::Error<T>3218   **/3219  PalletConfigurationError: {3220    _enum: ['InconsistentConfiguration']3221  },3222  /**3223   * Lookup405: up_data_structs::Collection<sp_core::crypto::AccountId32>3224   **/3225  UpDataStructsCollection: {3226    owner: 'AccountId32',3227    mode: 'UpDataStructsCollectionMode',3228    name: 'Vec<u16>',3229    description: 'Vec<u16>',3230    tokenPrefix: 'Bytes',3231    sponsorship: 'UpDataStructsSponsorshipStateAccountId32',3232    limits: 'UpDataStructsCollectionLimits',3233    permissions: 'UpDataStructsCollectionPermissions',3234    flags: '[u8;1]'3235  },3236  /**3237   * Lookup406: up_data_structs::SponsorshipState<sp_core::crypto::AccountId32>3238   **/3239  UpDataStructsSponsorshipStateAccountId32: {3240    _enum: {3241      Disabled: 'Null',3242      Unconfirmed: 'AccountId32',3243      Confirmed: 'AccountId32'3244    }3245  },3246  /**3247   * Lookup408: up_data_structs::Properties3248   **/3249  UpDataStructsProperties: {3250    map: 'UpDataStructsPropertiesMapBoundedVec',3251    consumedSpace: 'u32',3252    spaceLimit: 'u32'3253  },3254  /**3255   * Lookup409: up_data_structs::PropertiesMap<sp_core::bounded::bounded_vec::BoundedVec<T, S>>3256   **/3257  UpDataStructsPropertiesMapBoundedVec: 'BTreeMap<Bytes, Bytes>',3258  /**3259   * Lookup414: up_data_structs::PropertiesMap<up_data_structs::PropertyPermission>3260   **/3261  UpDataStructsPropertiesMapPropertyPermission: 'BTreeMap<Bytes, UpDataStructsPropertyPermission>',3262  /**3263   * Lookup421: up_data_structs::CollectionStats3264   **/3265  UpDataStructsCollectionStats: {3266    created: 'u32',3267    destroyed: 'u32',3268    alive: 'u32'3269  },3270  /**3271   * Lookup422: up_data_structs::TokenChild3272   **/3273  UpDataStructsTokenChild: {3274    token: 'u32',3275    collection: 'u32'3276  },3277  /**3278   * Lookup423: PhantomType::up_data_structs<T>3279   **/3280  PhantomTypeUpDataStructs: '[(UpDataStructsTokenData,UpDataStructsRpcCollection,RmrkTraitsCollectionCollectionInfo,RmrkTraitsNftNftInfo,RmrkTraitsResourceResourceInfo,RmrkTraitsPropertyPropertyInfo,RmrkTraitsBaseBaseInfo,RmrkTraitsPartPartType,RmrkTraitsTheme,RmrkTraitsNftNftChild);0]',3281  /**3282   * Lookup425: up_data_structs::TokenData<pallet_evm::account::BasicCrossAccountIdRepr<sp_core::crypto::AccountId32>>3283   **/3284  UpDataStructsTokenData: {3285    properties: 'Vec<UpDataStructsProperty>',3286    owner: 'Option<PalletEvmAccountBasicCrossAccountIdRepr>',3287    pieces: 'u128'3288  },3289  /**3290   * Lookup427: up_data_structs::RpcCollection<sp_core::crypto::AccountId32>3291   **/3292  UpDataStructsRpcCollection: {3293    owner: 'AccountId32',3294    mode: 'UpDataStructsCollectionMode',3295    name: 'Vec<u16>',3296    description: 'Vec<u16>',3297    tokenPrefix: 'Bytes',3298    sponsorship: 'UpDataStructsSponsorshipStateAccountId32',3299    limits: 'UpDataStructsCollectionLimits',3300    permissions: 'UpDataStructsCollectionPermissions',3301    tokenPropertyPermissions: 'Vec<UpDataStructsPropertyKeyPermission>',3302    properties: 'Vec<UpDataStructsProperty>',3303    readOnly: 'bool',3304    flags: 'UpDataStructsRpcCollectionFlags'3305  },3306  /**3307   * Lookup428: up_data_structs::RpcCollectionFlags3308   **/3309  UpDataStructsRpcCollectionFlags: {3310    foreign: 'bool',3311    erc721metadata: 'bool'3312  },3313  /**3314   * Lookup429: rmrk_traits::collection::CollectionInfo<sp_core::bounded::bounded_vec::BoundedVec<T, S>, sp_core::bounded::bounded_vec::BoundedVec<T, S>, sp_core::crypto::AccountId32>3315   **/3316  RmrkTraitsCollectionCollectionInfo: {3317    issuer: 'AccountId32',3318    metadata: 'Bytes',3319    max: 'Option<u32>',3320    symbol: 'Bytes',3321    nftsCount: 'u32'3322  },3323  /**3324   * Lookup430: rmrk_traits::nft::NftInfo<sp_core::crypto::AccountId32, sp_arithmetic::per_things::Permill, sp_core::bounded::bounded_vec::BoundedVec<T, S>>3325   **/3326  RmrkTraitsNftNftInfo: {3327    owner: 'RmrkTraitsNftAccountIdOrCollectionNftTuple',3328    royalty: 'Option<RmrkTraitsNftRoyaltyInfo>',3329    metadata: 'Bytes',3330    equipped: 'bool',3331    pending: 'bool'3332  },3333  /**3334   * Lookup432: rmrk_traits::nft::RoyaltyInfo<sp_core::crypto::AccountId32, sp_arithmetic::per_things::Permill>3335   **/3336  RmrkTraitsNftRoyaltyInfo: {3337    recipient: 'AccountId32',3338    amount: 'Permill'3339  },3340  /**3341   * Lookup433: rmrk_traits::resource::ResourceInfo<sp_core::bounded::bounded_vec::BoundedVec<T, S>, sp_core::bounded::bounded_vec::BoundedVec<T, S>>3342   **/3343  RmrkTraitsResourceResourceInfo: {3344    id: 'u32',3345    resource: 'RmrkTraitsResourceResourceTypes',3346    pending: 'bool',3347    pendingRemoval: 'bool'3348  },3349  /**3350   * Lookup434: rmrk_traits::property::PropertyInfo<sp_core::bounded::bounded_vec::BoundedVec<T, S>, sp_core::bounded::bounded_vec::BoundedVec<T, S>>3351   **/3352  RmrkTraitsPropertyPropertyInfo: {3353    key: 'Bytes',3354    value: 'Bytes'3355  },3356  /**3357   * Lookup435: rmrk_traits::base::BaseInfo<sp_core::crypto::AccountId32, sp_core::bounded::bounded_vec::BoundedVec<T, S>>3358   **/3359  RmrkTraitsBaseBaseInfo: {3360    issuer: 'AccountId32',3361    baseType: 'Bytes',3362    symbol: 'Bytes'3363  },3364  /**3365   * Lookup436: rmrk_traits::nft::NftChild3366   **/3367  RmrkTraitsNftNftChild: {3368    collectionId: 'u32',3369    nftId: 'u32'3370  },3371  /**3372   * Lookup438: pallet_common::pallet::Error<T>3373   **/3374  PalletCommonError: {3375    _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']3376  },3377  /**3378   * Lookup440: pallet_fungible::pallet::Error<T>3379   **/3380  PalletFungibleError: {3381    _enum: ['NotFungibleDataUsedToMintFungibleCollectionToken', 'FungibleItemsHaveNoId', 'FungibleItemsDontHaveData', 'FungibleDisallowsNesting', 'SettingPropertiesNotAllowed', 'SettingAllowanceForAllNotAllowed', 'FungibleTokensAreAlwaysValid']3382  },3383  /**3384   * Lookup441: pallet_refungible::ItemData3385   **/3386  PalletRefungibleItemData: {3387    constData: 'Bytes'3388  },3389  /**3390   * Lookup446: pallet_refungible::pallet::Error<T>3391   **/3392  PalletRefungibleError: {3393    _enum: ['NotRefungibleDataUsedToMintFungibleCollectionToken', 'WrongRefungiblePieces', 'RepartitionWhileNotOwningAllPieces', 'RefungibleDisallowsNesting', 'SettingPropertiesNotAllowed']3394  },3395  /**3396   * Lookup447: pallet_nonfungible::ItemData<pallet_evm::account::BasicCrossAccountIdRepr<sp_core::crypto::AccountId32>>3397   **/3398  PalletNonfungibleItemData: {3399    owner: 'PalletEvmAccountBasicCrossAccountIdRepr'3400  },3401  /**3402   * Lookup449: up_data_structs::PropertyScope3403   **/3404  UpDataStructsPropertyScope: {3405    _enum: ['None', 'Rmrk']3406  },3407  /**3408   * Lookup451: pallet_nonfungible::pallet::Error<T>3409   **/3410  PalletNonfungibleError: {3411    _enum: ['NotNonfungibleDataUsedToMintFungibleCollectionToken', 'NonfungibleItemsHaveNoAmount', 'CantBurnNftWithChildren']3412  },3413  /**3414   * Lookup452: pallet_structure::pallet::Error<T>3415   **/3416  PalletStructureError: {3417    _enum: ['OuroborosDetected', 'DepthLimit', 'BreadthLimit', 'TokenNotFound']3418  },3419  /**3420   * Lookup453: pallet_rmrk_core::pallet::Error<T>3421   **/3422  PalletRmrkCoreError: {3423    _enum: ['CorruptedCollectionType', 'RmrkPropertyKeyIsTooLong', 'RmrkPropertyValueIsTooLong', 'RmrkPropertyIsNotFound', 'UnableToDecodeRmrkData', 'CollectionNotEmpty', 'NoAvailableCollectionId', 'NoAvailableNftId', 'CollectionUnknown', 'NoPermission', 'NonTransferable', 'CollectionFullOrLocked', 'ResourceDoesntExist', 'CannotSendToDescendentOrSelf', 'CannotAcceptNonOwnedNft', 'CannotRejectNonOwnedNft', 'CannotRejectNonPendingNft', 'ResourceNotPending', 'NoAvailableResourceId']3424  },3425  /**3426   * Lookup455: pallet_rmrk_equip::pallet::Error<T>3427   **/3428  PalletRmrkEquipError: {3429    _enum: ['PermissionError', 'NoAvailableBaseId', 'NoAvailablePartId', 'BaseDoesntExist', 'NeedsDefaultThemeFirst', 'PartDoesntExist', 'NoEquippableOnFixedPart']3430  },3431  /**3432   * Lookup461: pallet_app_promotion::pallet::Error<T>3433   **/3434  PalletAppPromotionError: {3435    _enum: ['AdminNotSet', 'NoPermission', 'NotSufficientFunds', 'PendingForBlockOverflow', 'SponsorNotSet', 'IncorrectLockedBalanceOperation']3436  },3437  /**3438   * Lookup462: pallet_foreign_assets::module::Error<T>3439   **/3440  PalletForeignAssetsModuleError: {3441    _enum: ['BadLocation', 'MultiLocationExisted', 'AssetIdNotExists', 'AssetIdExisted']3442  },3443  /**3444   * Lookup464: pallet_evm::pallet::Error<T>3445   **/3446  PalletEvmError: {3447    _enum: ['BalanceLow', 'FeeOverflow', 'PaymentOverflow', 'WithdrawFailed', 'GasPriceTooLow', 'InvalidNonce', 'GasLimitTooLow', 'GasLimitTooHigh', 'Undefined', 'Reentrancy']3448  },3449  /**3450   * Lookup467: fp_rpc::TransactionStatus3451   **/3452  FpRpcTransactionStatus: {3453    transactionHash: 'H256',3454    transactionIndex: 'u32',3455    from: 'H160',3456    to: 'Option<H160>',3457    contractAddress: 'Option<H160>',3458    logs: 'Vec<EthereumLog>',3459    logsBloom: 'EthbloomBloom'3460  },3461  /**3462   * Lookup469: ethbloom::Bloom3463   **/3464  EthbloomBloom: '[u8;256]',3465  /**3466   * Lookup471: ethereum::receipt::ReceiptV33467   **/3468  EthereumReceiptReceiptV3: {3469    _enum: {3470      Legacy: 'EthereumReceiptEip658ReceiptData',3471      EIP2930: 'EthereumReceiptEip658ReceiptData',3472      EIP1559: 'EthereumReceiptEip658ReceiptData'3473    }3474  },3475  /**3476   * Lookup472: ethereum::receipt::EIP658ReceiptData3477   **/3478  EthereumReceiptEip658ReceiptData: {3479    statusCode: 'u8',3480    usedGas: 'U256',3481    logsBloom: 'EthbloomBloom',3482    logs: 'Vec<EthereumLog>'3483  },3484  /**3485   * Lookup473: ethereum::block::Block<ethereum::transaction::TransactionV2>3486   **/3487  EthereumBlock: {3488    header: 'EthereumHeader',3489    transactions: 'Vec<EthereumTransactionTransactionV2>',3490    ommers: 'Vec<EthereumHeader>'3491  },3492  /**3493   * Lookup474: ethereum::header::Header3494   **/3495  EthereumHeader: {3496    parentHash: 'H256',3497    ommersHash: 'H256',3498    beneficiary: 'H160',3499    stateRoot: 'H256',3500    transactionsRoot: 'H256',3501    receiptsRoot: 'H256',3502    logsBloom: 'EthbloomBloom',3503    difficulty: 'U256',3504    number: 'U256',3505    gasLimit: 'U256',3506    gasUsed: 'U256',3507    timestamp: 'u64',3508    extraData: 'Bytes',3509    mixHash: 'H256',3510    nonce: 'EthereumTypesHashH64'3511  },3512  /**3513   * Lookup475: ethereum_types::hash::H643514   **/3515  EthereumTypesHashH64: '[u8;8]',3516  /**3517   * Lookup480: pallet_ethereum::pallet::Error<T>3518   **/3519  PalletEthereumError: {3520    _enum: ['InvalidSignature', 'PreLogExists']3521  },3522  /**3523   * Lookup481: pallet_evm_coder_substrate::pallet::Error<T>3524   **/3525  PalletEvmCoderSubstrateError: {3526    _enum: ['OutOfGas', 'OutOfFund']3527  },3528  /**3529   * Lookup482: up_data_structs::SponsorshipState<pallet_evm::account::BasicCrossAccountIdRepr<sp_core::crypto::AccountId32>>3530   **/3531  UpDataStructsSponsorshipStateBasicCrossAccountIdRepr: {3532    _enum: {3533      Disabled: 'Null',3534      Unconfirmed: 'PalletEvmAccountBasicCrossAccountIdRepr',3535      Confirmed: 'PalletEvmAccountBasicCrossAccountIdRepr'3536    }3537  },3538  /**3539   * Lookup483: pallet_evm_contract_helpers::SponsoringModeT3540   **/3541  PalletEvmContractHelpersSponsoringModeT: {3542    _enum: ['Disabled', 'Allowlisted', 'Generous']3543  },3544  /**3545   * Lookup489: pallet_evm_contract_helpers::pallet::Error<T>3546   **/3547  PalletEvmContractHelpersError: {3548    _enum: ['NoPermission', 'NoPendingSponsor', 'TooManyMethodsHaveSponsoredLimit']3549  },3550  /**3551   * Lookup490: pallet_evm_migration::pallet::Error<T>3552   **/3553  PalletEvmMigrationError: {3554    _enum: ['AccountNotEmpty', 'AccountIsNotMigrating', 'BadEvent']3555  },3556  /**3557   * Lookup491: pallet_maintenance::pallet::Error<T>3558   **/3559  PalletMaintenanceError: 'Null',3560  /**3561   * Lookup492: pallet_test_utils::pallet::Error<T>3562   **/3563  PalletTestUtilsError: {3564    _enum: ['TestPalletDisabled', 'TriggerRollback']3565  },3566  /**3567   * Lookup494: sp_runtime::MultiSignature3568   **/3569  SpRuntimeMultiSignature: {3570    _enum: {3571      Ed25519: 'SpCoreEd25519Signature',3572      Sr25519: 'SpCoreSr25519Signature',3573      Ecdsa: 'SpCoreEcdsaSignature'3574    }3575  },3576  /**3577   * Lookup495: sp_core::ed25519::Signature3578   **/3579  SpCoreEd25519Signature: '[u8;64]',3580  /**3581   * Lookup497: sp_core::sr25519::Signature3582   **/3583  SpCoreSr25519Signature: '[u8;64]',3584  /**3585   * Lookup498: sp_core::ecdsa::Signature3586   **/3587  SpCoreEcdsaSignature: '[u8;65]',3588  /**3589   * Lookup501: frame_system::extensions::check_spec_version::CheckSpecVersion<T>3590   **/3591  FrameSystemExtensionsCheckSpecVersion: 'Null',3592  /**3593   * Lookup502: frame_system::extensions::check_tx_version::CheckTxVersion<T>3594   **/3595  FrameSystemExtensionsCheckTxVersion: 'Null',3596  /**3597   * Lookup503: frame_system::extensions::check_genesis::CheckGenesis<T>3598   **/3599  FrameSystemExtensionsCheckGenesis: 'Null',3600  /**3601   * Lookup506: frame_system::extensions::check_nonce::CheckNonce<T>3602   **/3603  FrameSystemExtensionsCheckNonce: 'Compact<u32>',3604  /**3605   * Lookup507: frame_system::extensions::check_weight::CheckWeight<T>3606   **/3607  FrameSystemExtensionsCheckWeight: 'Null',3608  /**3609   * Lookup508: opal_runtime::runtime_common::maintenance::CheckMaintenance3610   **/3611  OpalRuntimeRuntimeCommonMaintenanceCheckMaintenance: 'Null',3612  /**3613   * Lookup509: pallet_template_transaction_payment::ChargeTransactionPayment<opal_runtime::Runtime>3614   **/3615  PalletTemplateTransactionPaymentChargeTransactionPayment: 'Compact<u128>',3616  /**3617   * Lookup510: opal_runtime::Runtime3618   **/3619  OpalRuntimeRuntime: 'Null',3620  /**3621   * Lookup511: pallet_ethereum::FakeTransactionFinalizer<opal_runtime::Runtime>3622   **/3623  PalletEthereumFakeTransactionFinalizer: 'Null'3624};