git.delta.rocks / unique-network / refs/commits / 2df3f6b6e145

difftreelog

source

tests/src/interfaces/lookup.ts135.7 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<Nonce, pallet_balances::types::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::types::AccountData<Balance>19   **/20  PalletBalancesAccountData: {21    free: 'u128',22    reserved: 'u128',23    frozen: 'u128',24    flags: 'u128'25  },26  /**27   * Lookup8: frame_support::dispatch::PerDispatchClass<sp_weights::weight_v2::Weight>28   **/29  FrameSupportDispatchPerDispatchClassWeight: {30    normal: 'SpWeightsWeightV2Weight',31    operational: 'SpWeightsWeightV2Weight',32    mandatory: 'SpWeightsWeightV2Weight'33  },34  /**35   * Lookup9: sp_weights::weight_v2::Weight36   **/37  SpWeightsWeightV2Weight: {38    refTime: 'Compact<u64>',39    proofSize: 'Compact<u64>'40  },41  /**42   * Lookup14: sp_runtime::generic::digest::Digest43   **/44  SpRuntimeDigest: {45    logs: 'Vec<SpRuntimeDigestDigestItem>'46  },47  /**48   * Lookup16: 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   * Lookup19: 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   * Lookup21: 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   * Lookup22: frame_support::dispatch::DispatchInfo101   **/102  FrameSupportDispatchDispatchInfo: {103    weight: 'SpWeightsWeightV2Weight',104    class: 'FrameSupportDispatchDispatchClass',105    paysFee: 'FrameSupportDispatchPays'106  },107  /**108   * Lookup23: frame_support::dispatch::DispatchClass109   **/110  FrameSupportDispatchDispatchClass: {111    _enum: ['Normal', 'Operational', 'Mandatory']112  },113  /**114   * Lookup24: frame_support::dispatch::Pays115   **/116  FrameSupportDispatchPays: {117    _enum: ['Yes', 'No']118  },119  /**120   * Lookup25: 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: 'SpArithmeticArithmeticError',133      Transactional: 'SpRuntimeTransactionalError',134      Exhausted: 'Null',135      Corruption: 'Null',136      Unavailable: 'Null',137      RootNotAllowed: 'Null'138    }139  },140  /**141   * Lookup26: sp_runtime::ModuleError142   **/143  SpRuntimeModuleError: {144    index: 'u8',145    error: '[u8;4]'146  },147  /**148   * Lookup27: sp_runtime::TokenError149   **/150  SpRuntimeTokenError: {151    _enum: ['FundsUnavailable', 'OnlyProvider', 'BelowMinimum', 'CannotCreate', 'UnknownAsset', 'Frozen', 'Unsupported', 'CannotCreateHold', 'NotExpendable', 'Blocked']152  },153  /**154   * Lookup28: sp_arithmetic::ArithmeticError155   **/156  SpArithmeticArithmeticError: {157    _enum: ['Underflow', 'Overflow', 'DivisionByZero']158  },159  /**160   * Lookup29: sp_runtime::TransactionalError161   **/162  SpRuntimeTransactionalError: {163    _enum: ['LimitReached', 'NoLayer']164  },165  /**166   * Lookup30: pallet_state_trie_migration::pallet::Event<T>167   **/168  PalletStateTrieMigrationEvent: {169    _enum: {170      Migrated: {171        top: 'u32',172        child: 'u32',173        compute: 'PalletStateTrieMigrationMigrationCompute',174      },175      Slashed: {176        who: 'AccountId32',177        amount: 'u128',178      },179      AutoMigrationFinished: 'Null',180      Halted: {181        error: 'PalletStateTrieMigrationError'182      }183    }184  },185  /**186   * Lookup31: pallet_state_trie_migration::pallet::MigrationCompute187   **/188  PalletStateTrieMigrationMigrationCompute: {189    _enum: ['Signed', 'Auto']190  },191  /**192   * Lookup32: pallet_state_trie_migration::pallet::Error<T>193   **/194  PalletStateTrieMigrationError: {195    _enum: ['MaxSignedLimits', 'KeyTooLong', 'NotEnoughFunds', 'BadWitness', 'SignedMigrationNotAllowed', 'BadChildRoot']196  },197  /**198   * Lookup33: cumulus_pallet_parachain_system::pallet::Event<T>199   **/200  CumulusPalletParachainSystemEvent: {201    _enum: {202      ValidationFunctionStored: 'Null',203      ValidationFunctionApplied: {204        relayChainBlockNum: 'u32',205      },206      ValidationFunctionDiscarded: 'Null',207      UpgradeAuthorized: {208        codeHash: 'H256',209      },210      DownwardMessagesReceived: {211        count: 'u32',212      },213      DownwardMessagesProcessed: {214        weightUsed: 'SpWeightsWeightV2Weight',215        dmqHead: 'H256',216      },217      UpwardMessageSent: {218        messageHash: 'Option<[u8;32]>'219      }220    }221  },222  /**223   * Lookup35: pallet_collator_selection::pallet::Event<T>224   **/225  PalletCollatorSelectionEvent: {226    _enum: {227      InvulnerableAdded: {228        invulnerable: 'AccountId32',229      },230      InvulnerableRemoved: {231        invulnerable: 'AccountId32',232      },233      LicenseObtained: {234        accountId: 'AccountId32',235        deposit: 'u128',236      },237      LicenseReleased: {238        accountId: 'AccountId32',239        depositReturned: 'u128',240      },241      CandidateAdded: {242        accountId: 'AccountId32',243      },244      CandidateRemoved: {245        accountId: 'AccountId32'246      }247    }248  },249  /**250   * Lookup36: pallet_session::pallet::Event251   **/252  PalletSessionEvent: {253    _enum: {254      NewSession: {255        sessionIndex: 'u32'256      }257    }258  },259  /**260   * Lookup37: pallet_balances::pallet::Event<T, I>261   **/262  PalletBalancesEvent: {263    _enum: {264      Endowed: {265        account: 'AccountId32',266        freeBalance: 'u128',267      },268      DustLost: {269        account: 'AccountId32',270        amount: 'u128',271      },272      Transfer: {273        from: 'AccountId32',274        to: 'AccountId32',275        amount: 'u128',276      },277      BalanceSet: {278        who: 'AccountId32',279        free: 'u128',280      },281      Reserved: {282        who: 'AccountId32',283        amount: 'u128',284      },285      Unreserved: {286        who: 'AccountId32',287        amount: 'u128',288      },289      ReserveRepatriated: {290        from: 'AccountId32',291        to: 'AccountId32',292        amount: 'u128',293        destinationStatus: 'FrameSupportTokensMiscBalanceStatus',294      },295      Deposit: {296        who: 'AccountId32',297        amount: 'u128',298      },299      Withdraw: {300        who: 'AccountId32',301        amount: 'u128',302      },303      Slashed: {304        who: 'AccountId32',305        amount: 'u128',306      },307      Minted: {308        who: 'AccountId32',309        amount: 'u128',310      },311      Burned: {312        who: 'AccountId32',313        amount: 'u128',314      },315      Suspended: {316        who: 'AccountId32',317        amount: 'u128',318      },319      Restored: {320        who: 'AccountId32',321        amount: 'u128',322      },323      Upgraded: {324        who: 'AccountId32',325      },326      Issued: {327        amount: 'u128',328      },329      Rescinded: {330        amount: 'u128',331      },332      Locked: {333        who: 'AccountId32',334        amount: 'u128',335      },336      Unlocked: {337        who: 'AccountId32',338        amount: 'u128',339      },340      Frozen: {341        who: 'AccountId32',342        amount: 'u128',343      },344      Thawed: {345        who: 'AccountId32',346        amount: 'u128'347      }348    }349  },350  /**351   * Lookup38: frame_support::traits::tokens::misc::BalanceStatus352   **/353  FrameSupportTokensMiscBalanceStatus: {354    _enum: ['Free', 'Reserved']355  },356  /**357   * Lookup39: pallet_transaction_payment::pallet::Event<T>358   **/359  PalletTransactionPaymentEvent: {360    _enum: {361      TransactionFeePaid: {362        who: 'AccountId32',363        actualFee: 'u128',364        tip: 'u128'365      }366    }367  },368  /**369   * Lookup40: pallet_treasury::pallet::Event<T, I>370   **/371  PalletTreasuryEvent: {372    _enum: {373      Proposed: {374        proposalIndex: 'u32',375      },376      Spending: {377        budgetRemaining: 'u128',378      },379      Awarded: {380        proposalIndex: 'u32',381        award: 'u128',382        account: 'AccountId32',383      },384      Rejected: {385        proposalIndex: 'u32',386        slashed: 'u128',387      },388      Burnt: {389        burntFunds: 'u128',390      },391      Rollover: {392        rolloverBalance: 'u128',393      },394      Deposit: {395        value: 'u128',396      },397      SpendApproved: {398        proposalIndex: 'u32',399        amount: 'u128',400        beneficiary: 'AccountId32',401      },402      UpdatedInactive: {403        reactivated: 'u128',404        deactivated: 'u128'405      }406    }407  },408  /**409   * Lookup41: pallet_sudo::pallet::Event<T>410   **/411  PalletSudoEvent: {412    _enum: {413      Sudid: {414        sudoResult: 'Result<Null, SpRuntimeDispatchError>',415      },416      KeyChanged: {417        oldSudoer: 'Option<AccountId32>',418      },419      SudoAsDone: {420        sudoResult: 'Result<Null, SpRuntimeDispatchError>'421      }422    }423  },424  /**425   * Lookup45: orml_vesting::module::Event<T>426   **/427  OrmlVestingModuleEvent: {428    _enum: {429      VestingScheduleAdded: {430        from: 'AccountId32',431        to: 'AccountId32',432        vestingSchedule: 'OrmlVestingVestingSchedule',433      },434      Claimed: {435        who: 'AccountId32',436        amount: 'u128',437      },438      VestingSchedulesUpdated: {439        who: 'AccountId32'440      }441    }442  },443  /**444   * Lookup46: orml_vesting::VestingSchedule<BlockNumber, Balance>445   **/446  OrmlVestingVestingSchedule: {447    start: 'u32',448    period: 'u32',449    periodCount: 'u32',450    perPeriod: 'Compact<u128>'451  },452  /**453   * Lookup48: orml_xtokens::module::Event<T>454   **/455  OrmlXtokensModuleEvent: {456    _enum: {457      TransferredMultiAssets: {458        sender: 'AccountId32',459        assets: 'StagingXcmV3MultiassetMultiAssets',460        fee: 'StagingXcmV3MultiAsset',461        dest: 'StagingXcmV3MultiLocation'462      }463    }464  },465  /**466   * Lookup49: staging_xcm::v3::multiasset::MultiAssets467   **/468  StagingXcmV3MultiassetMultiAssets: 'Vec<StagingXcmV3MultiAsset>',469  /**470   * Lookup51: staging_xcm::v3::multiasset::MultiAsset471   **/472  StagingXcmV3MultiAsset: {473    id: 'StagingXcmV3MultiassetAssetId',474    fun: 'StagingXcmV3MultiassetFungibility'475  },476  /**477   * Lookup52: staging_xcm::v3::multiasset::AssetId478   **/479  StagingXcmV3MultiassetAssetId: {480    _enum: {481      Concrete: 'StagingXcmV3MultiLocation',482      Abstract: '[u8;32]'483    }484  },485  /**486   * Lookup53: staging_xcm::v3::multilocation::MultiLocation487   **/488  StagingXcmV3MultiLocation: {489    parents: 'u8',490    interior: 'StagingXcmV3Junctions'491  },492  /**493   * Lookup54: staging_xcm::v3::junctions::Junctions494   **/495  StagingXcmV3Junctions: {496    _enum: {497      Here: 'Null',498      X1: 'StagingXcmV3Junction',499      X2: '(StagingXcmV3Junction,StagingXcmV3Junction)',500      X3: '(StagingXcmV3Junction,StagingXcmV3Junction,StagingXcmV3Junction)',501      X4: '(StagingXcmV3Junction,StagingXcmV3Junction,StagingXcmV3Junction,StagingXcmV3Junction)',502      X5: '(StagingXcmV3Junction,StagingXcmV3Junction,StagingXcmV3Junction,StagingXcmV3Junction,StagingXcmV3Junction)',503      X6: '(StagingXcmV3Junction,StagingXcmV3Junction,StagingXcmV3Junction,StagingXcmV3Junction,StagingXcmV3Junction,StagingXcmV3Junction)',504      X7: '(StagingXcmV3Junction,StagingXcmV3Junction,StagingXcmV3Junction,StagingXcmV3Junction,StagingXcmV3Junction,StagingXcmV3Junction,StagingXcmV3Junction)',505      X8: '(StagingXcmV3Junction,StagingXcmV3Junction,StagingXcmV3Junction,StagingXcmV3Junction,StagingXcmV3Junction,StagingXcmV3Junction,StagingXcmV3Junction,StagingXcmV3Junction)'506    }507  },508  /**509   * Lookup55: staging_xcm::v3::junction::Junction510   **/511  StagingXcmV3Junction: {512    _enum: {513      Parachain: 'Compact<u32>',514      AccountId32: {515        network: 'Option<StagingXcmV3JunctionNetworkId>',516        id: '[u8;32]',517      },518      AccountIndex64: {519        network: 'Option<StagingXcmV3JunctionNetworkId>',520        index: 'Compact<u64>',521      },522      AccountKey20: {523        network: 'Option<StagingXcmV3JunctionNetworkId>',524        key: '[u8;20]',525      },526      PalletInstance: 'u8',527      GeneralIndex: 'Compact<u128>',528      GeneralKey: {529        length: 'u8',530        data: '[u8;32]',531      },532      OnlyChild: 'Null',533      Plurality: {534        id: 'StagingXcmV3JunctionBodyId',535        part: 'StagingXcmV3JunctionBodyPart',536      },537      GlobalConsensus: 'StagingXcmV3JunctionNetworkId'538    }539  },540  /**541   * Lookup58: staging_xcm::v3::junction::NetworkId542   **/543  StagingXcmV3JunctionNetworkId: {544    _enum: {545      ByGenesis: '[u8;32]',546      ByFork: {547        blockNumber: 'u64',548        blockHash: '[u8;32]',549      },550      Polkadot: 'Null',551      Kusama: 'Null',552      Westend: 'Null',553      Rococo: 'Null',554      Wococo: 'Null',555      Ethereum: {556        chainId: 'Compact<u64>',557      },558      BitcoinCore: 'Null',559      BitcoinCash: 'Null'560    }561  },562  /**563   * Lookup60: staging_xcm::v3::junction::BodyId564   **/565  StagingXcmV3JunctionBodyId: {566    _enum: {567      Unit: 'Null',568      Moniker: '[u8;4]',569      Index: 'Compact<u32>',570      Executive: 'Null',571      Technical: 'Null',572      Legislative: 'Null',573      Judicial: 'Null',574      Defense: 'Null',575      Administration: 'Null',576      Treasury: 'Null'577    }578  },579  /**580   * Lookup61: staging_xcm::v3::junction::BodyPart581   **/582  StagingXcmV3JunctionBodyPart: {583    _enum: {584      Voice: 'Null',585      Members: {586        count: 'Compact<u32>',587      },588      Fraction: {589        nom: 'Compact<u32>',590        denom: 'Compact<u32>',591      },592      AtLeastProportion: {593        nom: 'Compact<u32>',594        denom: 'Compact<u32>',595      },596      MoreThanProportion: {597        nom: 'Compact<u32>',598        denom: 'Compact<u32>'599      }600    }601  },602  /**603   * Lookup62: staging_xcm::v3::multiasset::Fungibility604   **/605  StagingXcmV3MultiassetFungibility: {606    _enum: {607      Fungible: 'Compact<u128>',608      NonFungible: 'StagingXcmV3MultiassetAssetInstance'609    }610  },611  /**612   * Lookup63: staging_xcm::v3::multiasset::AssetInstance613   **/614  StagingXcmV3MultiassetAssetInstance: {615    _enum: {616      Undefined: 'Null',617      Index: 'Compact<u128>',618      Array4: '[u8;4]',619      Array8: '[u8;8]',620      Array16: '[u8;16]',621      Array32: '[u8;32]'622    }623  },624  /**625   * Lookup66: orml_tokens::module::Event<T>626   **/627  OrmlTokensModuleEvent: {628    _enum: {629      Endowed: {630        currencyId: 'PalletForeignAssetsAssetId',631        who: 'AccountId32',632        amount: 'u128',633      },634      DustLost: {635        currencyId: 'PalletForeignAssetsAssetId',636        who: 'AccountId32',637        amount: 'u128',638      },639      Transfer: {640        currencyId: 'PalletForeignAssetsAssetId',641        from: 'AccountId32',642        to: 'AccountId32',643        amount: 'u128',644      },645      Reserved: {646        currencyId: 'PalletForeignAssetsAssetId',647        who: 'AccountId32',648        amount: 'u128',649      },650      Unreserved: {651        currencyId: 'PalletForeignAssetsAssetId',652        who: 'AccountId32',653        amount: 'u128',654      },655      ReserveRepatriated: {656        currencyId: 'PalletForeignAssetsAssetId',657        from: 'AccountId32',658        to: 'AccountId32',659        amount: 'u128',660        status: 'FrameSupportTokensMiscBalanceStatus',661      },662      BalanceSet: {663        currencyId: 'PalletForeignAssetsAssetId',664        who: 'AccountId32',665        free: 'u128',666        reserved: 'u128',667      },668      TotalIssuanceSet: {669        currencyId: 'PalletForeignAssetsAssetId',670        amount: 'u128',671      },672      Withdrawn: {673        currencyId: 'PalletForeignAssetsAssetId',674        who: 'AccountId32',675        amount: 'u128',676      },677      Slashed: {678        currencyId: 'PalletForeignAssetsAssetId',679        who: 'AccountId32',680        freeAmount: 'u128',681        reservedAmount: 'u128',682      },683      Deposited: {684        currencyId: 'PalletForeignAssetsAssetId',685        who: 'AccountId32',686        amount: 'u128',687      },688      LockSet: {689        lockId: '[u8;8]',690        currencyId: 'PalletForeignAssetsAssetId',691        who: 'AccountId32',692        amount: 'u128',693      },694      LockRemoved: {695        lockId: '[u8;8]',696        currencyId: 'PalletForeignAssetsAssetId',697        who: 'AccountId32',698      },699      Locked: {700        currencyId: 'PalletForeignAssetsAssetId',701        who: 'AccountId32',702        amount: 'u128',703      },704      Unlocked: {705        currencyId: 'PalletForeignAssetsAssetId',706        who: 'AccountId32',707        amount: 'u128',708      },709      Issued: {710        currencyId: 'PalletForeignAssetsAssetId',711        amount: 'u128',712      },713      Rescinded: {714        currencyId: 'PalletForeignAssetsAssetId',715        amount: 'u128'716      }717    }718  },719  /**720   * Lookup67: pallet_foreign_assets::AssetId721   **/722  PalletForeignAssetsAssetId: {723    _enum: {724      ForeignAssetId: 'u32',725      NativeAssetId: 'PalletForeignAssetsNativeCurrency'726    }727  },728  /**729   * Lookup68: pallet_foreign_assets::NativeCurrency730   **/731  PalletForeignAssetsNativeCurrency: {732    _enum: ['Here', 'Parent']733  },734  /**735   * Lookup69: pallet_identity::pallet::Event<T>736   **/737  PalletIdentityEvent: {738    _enum: {739      IdentitySet: {740        who: 'AccountId32',741      },742      IdentityCleared: {743        who: 'AccountId32',744        deposit: 'u128',745      },746      IdentityKilled: {747        who: 'AccountId32',748        deposit: 'u128',749      },750      IdentitiesInserted: {751        amount: 'u32',752      },753      IdentitiesRemoved: {754        amount: 'u32',755      },756      JudgementRequested: {757        who: 'AccountId32',758        registrarIndex: 'u32',759      },760      JudgementUnrequested: {761        who: 'AccountId32',762        registrarIndex: 'u32',763      },764      JudgementGiven: {765        target: 'AccountId32',766        registrarIndex: 'u32',767      },768      RegistrarAdded: {769        registrarIndex: 'u32',770      },771      SubIdentityAdded: {772        sub: 'AccountId32',773        main: 'AccountId32',774        deposit: 'u128',775      },776      SubIdentityRemoved: {777        sub: 'AccountId32',778        main: 'AccountId32',779        deposit: 'u128',780      },781      SubIdentityRevoked: {782        sub: 'AccountId32',783        main: 'AccountId32',784        deposit: 'u128',785      },786      SubIdentitiesInserted: {787        amount: 'u32'788      }789    }790  },791  /**792   * Lookup70: pallet_preimage::pallet::Event<T>793   **/794  PalletPreimageEvent: {795    _enum: {796      Noted: {797        _alias: {798          hash_: 'hash',799        },800        hash_: 'H256',801      },802      Requested: {803        _alias: {804          hash_: 'hash',805        },806        hash_: 'H256',807      },808      Cleared: {809        _alias: {810          hash_: 'hash',811        },812        hash_: 'H256'813      }814    }815  },816  /**817   * Lookup71: pallet_democracy::pallet::Event<T>818   **/819  PalletDemocracyEvent: {820    _enum: {821      Proposed: {822        proposalIndex: 'u32',823        deposit: 'u128',824      },825      Tabled: {826        proposalIndex: 'u32',827        deposit: 'u128',828      },829      ExternalTabled: 'Null',830      Started: {831        refIndex: 'u32',832        threshold: 'PalletDemocracyVoteThreshold',833      },834      Passed: {835        refIndex: 'u32',836      },837      NotPassed: {838        refIndex: 'u32',839      },840      Cancelled: {841        refIndex: 'u32',842      },843      Delegated: {844        who: 'AccountId32',845        target: 'AccountId32',846      },847      Undelegated: {848        account: 'AccountId32',849      },850      Vetoed: {851        who: 'AccountId32',852        proposalHash: 'H256',853        until: 'u32',854      },855      Blacklisted: {856        proposalHash: 'H256',857      },858      Voted: {859        voter: 'AccountId32',860        refIndex: 'u32',861        vote: 'PalletDemocracyVoteAccountVote',862      },863      Seconded: {864        seconder: 'AccountId32',865        propIndex: 'u32',866      },867      ProposalCanceled: {868        propIndex: 'u32',869      },870      MetadataSet: {871        _alias: {872          hash_: 'hash',873        },874        owner: 'PalletDemocracyMetadataOwner',875        hash_: 'H256',876      },877      MetadataCleared: {878        _alias: {879          hash_: 'hash',880        },881        owner: 'PalletDemocracyMetadataOwner',882        hash_: 'H256',883      },884      MetadataTransferred: {885        _alias: {886          hash_: 'hash',887        },888        prevOwner: 'PalletDemocracyMetadataOwner',889        owner: 'PalletDemocracyMetadataOwner',890        hash_: 'H256'891      }892    }893  },894  /**895   * Lookup72: pallet_democracy::vote_threshold::VoteThreshold896   **/897  PalletDemocracyVoteThreshold: {898    _enum: ['SuperMajorityApprove', 'SuperMajorityAgainst', 'SimpleMajority']899  },900  /**901   * Lookup73: pallet_democracy::vote::AccountVote<Balance>902   **/903  PalletDemocracyVoteAccountVote: {904    _enum: {905      Standard: {906        vote: 'Vote',907        balance: 'u128',908      },909      Split: {910        aye: 'u128',911        nay: 'u128'912      }913    }914  },915  /**916   * Lookup75: pallet_democracy::types::MetadataOwner917   **/918  PalletDemocracyMetadataOwner: {919    _enum: {920      External: 'Null',921      Proposal: 'u32',922      Referendum: 'u32'923    }924  },925  /**926   * Lookup76: pallet_collective::pallet::Event<T, I>927   **/928  PalletCollectiveEvent: {929    _enum: {930      Proposed: {931        account: 'AccountId32',932        proposalIndex: 'u32',933        proposalHash: 'H256',934        threshold: 'u32',935      },936      Voted: {937        account: 'AccountId32',938        proposalHash: 'H256',939        voted: 'bool',940        yes: 'u32',941        no: 'u32',942      },943      Approved: {944        proposalHash: 'H256',945      },946      Disapproved: {947        proposalHash: 'H256',948      },949      Executed: {950        proposalHash: 'H256',951        result: 'Result<Null, SpRuntimeDispatchError>',952      },953      MemberExecuted: {954        proposalHash: 'H256',955        result: 'Result<Null, SpRuntimeDispatchError>',956      },957      Closed: {958        proposalHash: 'H256',959        yes: 'u32',960        no: 'u32'961      }962    }963  },964  /**965   * Lookup79: pallet_membership::pallet::Event<T, I>966   **/967  PalletMembershipEvent: {968    _enum: ['MemberAdded', 'MemberRemoved', 'MembersSwapped', 'MembersReset', 'KeyChanged', 'Dummy']969  },970  /**971   * Lookup81: pallet_ranked_collective::pallet::Event<T, I>972   **/973  PalletRankedCollectiveEvent: {974    _enum: {975      MemberAdded: {976        who: 'AccountId32',977      },978      RankChanged: {979        who: 'AccountId32',980        rank: 'u16',981      },982      MemberRemoved: {983        who: 'AccountId32',984        rank: 'u16',985      },986      Voted: {987        who: 'AccountId32',988        poll: 'u32',989        vote: 'PalletRankedCollectiveVoteRecord',990        tally: 'PalletRankedCollectiveTally'991      }992    }993  },994  /**995   * Lookup83: pallet_ranked_collective::VoteRecord996   **/997  PalletRankedCollectiveVoteRecord: {998    _enum: {999      Aye: 'u32',1000      Nay: 'u32'1001    }1002  },1003  /**1004   * Lookup84: pallet_ranked_collective::Tally<T, I, M>1005   **/1006  PalletRankedCollectiveTally: {1007    bareAyes: 'u32',1008    ayes: 'u32',1009    nays: 'u32'1010  },1011  /**1012   * Lookup85: pallet_referenda::pallet::Event<T, I>1013   **/1014  PalletReferendaEvent: {1015    _enum: {1016      Submitted: {1017        index: 'u32',1018        track: 'u16',1019        proposal: 'FrameSupportPreimagesBounded',1020      },1021      DecisionDepositPlaced: {1022        index: 'u32',1023        who: 'AccountId32',1024        amount: 'u128',1025      },1026      DecisionDepositRefunded: {1027        index: 'u32',1028        who: 'AccountId32',1029        amount: 'u128',1030      },1031      DepositSlashed: {1032        who: 'AccountId32',1033        amount: 'u128',1034      },1035      DecisionStarted: {1036        index: 'u32',1037        track: 'u16',1038        proposal: 'FrameSupportPreimagesBounded',1039        tally: 'PalletRankedCollectiveTally',1040      },1041      ConfirmStarted: {1042        index: 'u32',1043      },1044      ConfirmAborted: {1045        index: 'u32',1046      },1047      Confirmed: {1048        index: 'u32',1049        tally: 'PalletRankedCollectiveTally',1050      },1051      Approved: {1052        index: 'u32',1053      },1054      Rejected: {1055        index: 'u32',1056        tally: 'PalletRankedCollectiveTally',1057      },1058      TimedOut: {1059        index: 'u32',1060        tally: 'PalletRankedCollectiveTally',1061      },1062      Cancelled: {1063        index: 'u32',1064        tally: 'PalletRankedCollectiveTally',1065      },1066      Killed: {1067        index: 'u32',1068        tally: 'PalletRankedCollectiveTally',1069      },1070      SubmissionDepositRefunded: {1071        index: 'u32',1072        who: 'AccountId32',1073        amount: 'u128',1074      },1075      MetadataSet: {1076        _alias: {1077          hash_: 'hash',1078        },1079        index: 'u32',1080        hash_: 'H256',1081      },1082      MetadataCleared: {1083        _alias: {1084          hash_: 'hash',1085        },1086        index: 'u32',1087        hash_: 'H256'1088      }1089    }1090  },1091  /**1092   * Lookup86: frame_support::traits::preimages::Bounded<opal_runtime::RuntimeCall>1093   **/1094  FrameSupportPreimagesBounded: {1095    _enum: {1096      Legacy: {1097        _alias: {1098          hash_: 'hash',1099        },1100        hash_: 'H256',1101      },1102      Inline: 'Bytes',1103      Lookup: {1104        _alias: {1105          hash_: 'hash',1106        },1107        hash_: 'H256',1108        len: 'u32'1109      }1110    }1111  },1112  /**1113   * Lookup88: frame_system::pallet::Call<T>1114   **/1115  FrameSystemCall: {1116    _enum: {1117      remark: {1118        remark: 'Bytes',1119      },1120      set_heap_pages: {1121        pages: 'u64',1122      },1123      set_code: {1124        code: 'Bytes',1125      },1126      set_code_without_checks: {1127        code: 'Bytes',1128      },1129      set_storage: {1130        items: 'Vec<(Bytes,Bytes)>',1131      },1132      kill_storage: {1133        _alias: {1134          keys_: 'keys',1135        },1136        keys_: 'Vec<Bytes>',1137      },1138      kill_prefix: {1139        prefix: 'Bytes',1140        subkeys: 'u32',1141      },1142      remark_with_event: {1143        remark: 'Bytes'1144      }1145    }1146  },1147  /**1148   * Lookup92: pallet_state_trie_migration::pallet::Call<T>1149   **/1150  PalletStateTrieMigrationCall: {1151    _enum: {1152      control_auto_migration: {1153        maybeConfig: 'Option<PalletStateTrieMigrationMigrationLimits>',1154      },1155      continue_migrate: {1156        limits: 'PalletStateTrieMigrationMigrationLimits',1157        realSizeUpper: 'u32',1158        witnessTask: 'PalletStateTrieMigrationMigrationTask',1159      },1160      migrate_custom_top: {1161        _alias: {1162          keys_: 'keys',1163        },1164        keys_: 'Vec<Bytes>',1165        witnessSize: 'u32',1166      },1167      migrate_custom_child: {1168        root: 'Bytes',1169        childKeys: 'Vec<Bytes>',1170        totalSize: 'u32',1171      },1172      set_signed_max_limits: {1173        limits: 'PalletStateTrieMigrationMigrationLimits',1174      },1175      force_set_progress: {1176        progressTop: 'PalletStateTrieMigrationProgress',1177        progressChild: 'PalletStateTrieMigrationProgress'1178      }1179    }1180  },1181  /**1182   * Lookup94: pallet_state_trie_migration::pallet::MigrationLimits1183   **/1184  PalletStateTrieMigrationMigrationLimits: {1185    _alias: {1186      size_: 'size'1187    },1188    size_: 'u32',1189    item: 'u32'1190  },1191  /**1192   * Lookup95: pallet_state_trie_migration::pallet::MigrationTask<T>1193   **/1194  PalletStateTrieMigrationMigrationTask: {1195    _alias: {1196      size_: 'size'1197    },1198    progressTop: 'PalletStateTrieMigrationProgress',1199    progressChild: 'PalletStateTrieMigrationProgress',1200    size_: 'u32',1201    topItems: 'u32',1202    childItems: 'u32'1203  },1204  /**1205   * Lookup96: pallet_state_trie_migration::pallet::Progress<MaxKeyLen>1206   **/1207  PalletStateTrieMigrationProgress: {1208    _enum: {1209      ToStart: 'Null',1210      LastKey: 'Bytes',1211      Complete: 'Null'1212    }1213  },1214  /**1215   * Lookup98: cumulus_pallet_parachain_system::pallet::Call<T>1216   **/1217  CumulusPalletParachainSystemCall: {1218    _enum: {1219      set_validation_data: {1220        data: 'CumulusPrimitivesParachainInherentParachainInherentData',1221      },1222      sudo_send_upward_message: {1223        message: 'Bytes',1224      },1225      authorize_upgrade: {1226        codeHash: 'H256',1227        checkVersion: 'bool',1228      },1229      enact_authorized_upgrade: {1230        code: 'Bytes'1231      }1232    }1233  },1234  /**1235   * Lookup99: cumulus_primitives_parachain_inherent::ParachainInherentData1236   **/1237  CumulusPrimitivesParachainInherentParachainInherentData: {1238    validationData: 'PolkadotPrimitivesV5PersistedValidationData',1239    relayChainState: 'SpTrieStorageProof',1240    downwardMessages: 'Vec<PolkadotCorePrimitivesInboundDownwardMessage>',1241    horizontalMessages: 'BTreeMap<u32, Vec<PolkadotCorePrimitivesInboundHrmpMessage>>'1242  },1243  /**1244   * Lookup100: polkadot_primitives::v5::PersistedValidationData<primitive_types::H256, N>1245   **/1246  PolkadotPrimitivesV5PersistedValidationData: {1247    parentHead: 'Bytes',1248    relayParentNumber: 'u32',1249    relayParentStorageRoot: 'H256',1250    maxPovSize: 'u32'1251  },1252  /**1253   * Lookup102: sp_trie::storage_proof::StorageProof1254   **/1255  SpTrieStorageProof: {1256    trieNodes: 'BTreeSet<Bytes>'1257  },1258  /**1259   * Lookup105: polkadot_core_primitives::InboundDownwardMessage<BlockNumber>1260   **/1261  PolkadotCorePrimitivesInboundDownwardMessage: {1262    sentAt: 'u32',1263    msg: 'Bytes'1264  },1265  /**1266   * Lookup109: polkadot_core_primitives::InboundHrmpMessage<BlockNumber>1267   **/1268  PolkadotCorePrimitivesInboundHrmpMessage: {1269    sentAt: 'u32',1270    data: 'Bytes'1271  },1272  /**1273   * Lookup112: parachain_info::pallet::Call<T>1274   **/1275  ParachainInfoCall: 'Null',1276  /**1277   * Lookup113: pallet_collator_selection::pallet::Call<T>1278   **/1279  PalletCollatorSelectionCall: {1280    _enum: {1281      add_invulnerable: {1282        _alias: {1283          new_: 'new',1284        },1285        new_: 'AccountId32',1286      },1287      remove_invulnerable: {1288        who: 'AccountId32',1289      },1290      get_license: 'Null',1291      onboard: 'Null',1292      offboard: 'Null',1293      release_license: 'Null',1294      force_release_license: {1295        who: 'AccountId32'1296      }1297    }1298  },1299  /**1300   * Lookup114: pallet_session::pallet::Call<T>1301   **/1302  PalletSessionCall: {1303    _enum: {1304      set_keys: {1305        _alias: {1306          keys_: 'keys',1307        },1308        keys_: 'OpalRuntimeRuntimeCommonSessionKeys',1309        proof: 'Bytes',1310      },1311      purge_keys: 'Null'1312    }1313  },1314  /**1315   * Lookup115: opal_runtime::runtime_common::SessionKeys1316   **/1317  OpalRuntimeRuntimeCommonSessionKeys: {1318    aura: 'SpConsensusAuraSr25519AppSr25519Public'1319  },1320  /**1321   * Lookup116: sp_consensus_aura::sr25519::app_sr25519::Public1322   **/1323  SpConsensusAuraSr25519AppSr25519Public: 'SpCoreSr25519Public',1324  /**1325   * Lookup117: sp_core::sr25519::Public1326   **/1327  SpCoreSr25519Public: '[u8;32]',1328  /**1329   * Lookup118: pallet_balances::pallet::Call<T, I>1330   **/1331  PalletBalancesCall: {1332    _enum: {1333      transfer_allow_death: {1334        dest: 'MultiAddress',1335        value: 'Compact<u128>',1336      },1337      set_balance_deprecated: {1338        who: 'MultiAddress',1339        newFree: 'Compact<u128>',1340        oldReserved: 'Compact<u128>',1341      },1342      force_transfer: {1343        source: 'MultiAddress',1344        dest: 'MultiAddress',1345        value: 'Compact<u128>',1346      },1347      transfer_keep_alive: {1348        dest: 'MultiAddress',1349        value: 'Compact<u128>',1350      },1351      transfer_all: {1352        dest: 'MultiAddress',1353        keepAlive: 'bool',1354      },1355      force_unreserve: {1356        who: 'MultiAddress',1357        amount: 'u128',1358      },1359      upgrade_accounts: {1360        who: 'Vec<AccountId32>',1361      },1362      transfer: {1363        dest: 'MultiAddress',1364        value: 'Compact<u128>',1365      },1366      force_set_balance: {1367        who: 'MultiAddress',1368        newFree: 'Compact<u128>'1369      }1370    }1371  },1372  /**1373   * Lookup122: pallet_timestamp::pallet::Call<T>1374   **/1375  PalletTimestampCall: {1376    _enum: {1377      set: {1378        now: 'Compact<u64>'1379      }1380    }1381  },1382  /**1383   * Lookup123: pallet_treasury::pallet::Call<T, I>1384   **/1385  PalletTreasuryCall: {1386    _enum: {1387      propose_spend: {1388        value: 'Compact<u128>',1389        beneficiary: 'MultiAddress',1390      },1391      reject_proposal: {1392        proposalId: 'Compact<u32>',1393      },1394      approve_proposal: {1395        proposalId: 'Compact<u32>',1396      },1397      spend: {1398        amount: 'Compact<u128>',1399        beneficiary: 'MultiAddress',1400      },1401      remove_approval: {1402        proposalId: 'Compact<u32>'1403      }1404    }1405  },1406  /**1407   * Lookup124: pallet_sudo::pallet::Call<T>1408   **/1409  PalletSudoCall: {1410    _enum: {1411      sudo: {1412        call: 'Call',1413      },1414      sudo_unchecked_weight: {1415        call: 'Call',1416        weight: 'SpWeightsWeightV2Weight',1417      },1418      set_key: {1419        _alias: {1420          new_: 'new',1421        },1422        new_: 'MultiAddress',1423      },1424      sudo_as: {1425        who: 'MultiAddress',1426        call: 'Call'1427      }1428    }1429  },1430  /**1431   * Lookup125: orml_vesting::module::Call<T>1432   **/1433  OrmlVestingModuleCall: {1434    _enum: {1435      claim: 'Null',1436      vested_transfer: {1437        dest: 'MultiAddress',1438        schedule: 'OrmlVestingVestingSchedule',1439      },1440      update_vesting_schedules: {1441        who: 'MultiAddress',1442        vestingSchedules: 'Vec<OrmlVestingVestingSchedule>',1443      },1444      claim_for: {1445        dest: 'MultiAddress'1446      }1447    }1448  },1449  /**1450   * Lookup127: orml_xtokens::module::Call<T>1451   **/1452  OrmlXtokensModuleCall: {1453    _enum: {1454      transfer: {1455        currencyId: 'PalletForeignAssetsAssetId',1456        amount: 'u128',1457        dest: 'StagingXcmVersionedMultiLocation',1458        destWeightLimit: 'StagingXcmV3WeightLimit',1459      },1460      transfer_multiasset: {1461        asset: 'StagingXcmVersionedMultiAsset',1462        dest: 'StagingXcmVersionedMultiLocation',1463        destWeightLimit: 'StagingXcmV3WeightLimit',1464      },1465      transfer_with_fee: {1466        currencyId: 'PalletForeignAssetsAssetId',1467        amount: 'u128',1468        fee: 'u128',1469        dest: 'StagingXcmVersionedMultiLocation',1470        destWeightLimit: 'StagingXcmV3WeightLimit',1471      },1472      transfer_multiasset_with_fee: {1473        asset: 'StagingXcmVersionedMultiAsset',1474        fee: 'StagingXcmVersionedMultiAsset',1475        dest: 'StagingXcmVersionedMultiLocation',1476        destWeightLimit: 'StagingXcmV3WeightLimit',1477      },1478      transfer_multicurrencies: {1479        currencies: 'Vec<(PalletForeignAssetsAssetId,u128)>',1480        feeItem: 'u32',1481        dest: 'StagingXcmVersionedMultiLocation',1482        destWeightLimit: 'StagingXcmV3WeightLimit',1483      },1484      transfer_multiassets: {1485        assets: 'StagingXcmVersionedMultiAssets',1486        feeItem: 'u32',1487        dest: 'StagingXcmVersionedMultiLocation',1488        destWeightLimit: 'StagingXcmV3WeightLimit'1489      }1490    }1491  },1492  /**1493   * Lookup128: staging_xcm::VersionedMultiLocation1494   **/1495  StagingXcmVersionedMultiLocation: {1496    _enum: {1497      __Unused0: 'Null',1498      V2: 'StagingXcmV2MultiLocation',1499      __Unused2: 'Null',1500      V3: 'StagingXcmV3MultiLocation'1501    }1502  },1503  /**1504   * Lookup129: staging_xcm::v2::multilocation::MultiLocation1505   **/1506  StagingXcmV2MultiLocation: {1507    parents: 'u8',1508    interior: 'StagingXcmV2MultilocationJunctions'1509  },1510  /**1511   * Lookup130: staging_xcm::v2::multilocation::Junctions1512   **/1513  StagingXcmV2MultilocationJunctions: {1514    _enum: {1515      Here: 'Null',1516      X1: 'StagingXcmV2Junction',1517      X2: '(StagingXcmV2Junction,StagingXcmV2Junction)',1518      X3: '(StagingXcmV2Junction,StagingXcmV2Junction,StagingXcmV2Junction)',1519      X4: '(StagingXcmV2Junction,StagingXcmV2Junction,StagingXcmV2Junction,StagingXcmV2Junction)',1520      X5: '(StagingXcmV2Junction,StagingXcmV2Junction,StagingXcmV2Junction,StagingXcmV2Junction,StagingXcmV2Junction)',1521      X6: '(StagingXcmV2Junction,StagingXcmV2Junction,StagingXcmV2Junction,StagingXcmV2Junction,StagingXcmV2Junction,StagingXcmV2Junction)',1522      X7: '(StagingXcmV2Junction,StagingXcmV2Junction,StagingXcmV2Junction,StagingXcmV2Junction,StagingXcmV2Junction,StagingXcmV2Junction,StagingXcmV2Junction)',1523      X8: '(StagingXcmV2Junction,StagingXcmV2Junction,StagingXcmV2Junction,StagingXcmV2Junction,StagingXcmV2Junction,StagingXcmV2Junction,StagingXcmV2Junction,StagingXcmV2Junction)'1524    }1525  },1526  /**1527   * Lookup131: staging_xcm::v2::junction::Junction1528   **/1529  StagingXcmV2Junction: {1530    _enum: {1531      Parachain: 'Compact<u32>',1532      AccountId32: {1533        network: 'StagingXcmV2NetworkId',1534        id: '[u8;32]',1535      },1536      AccountIndex64: {1537        network: 'StagingXcmV2NetworkId',1538        index: 'Compact<u64>',1539      },1540      AccountKey20: {1541        network: 'StagingXcmV2NetworkId',1542        key: '[u8;20]',1543      },1544      PalletInstance: 'u8',1545      GeneralIndex: 'Compact<u128>',1546      GeneralKey: 'Bytes',1547      OnlyChild: 'Null',1548      Plurality: {1549        id: 'StagingXcmV2BodyId',1550        part: 'StagingXcmV2BodyPart'1551      }1552    }1553  },1554  /**1555   * Lookup132: staging_xcm::v2::NetworkId1556   **/1557  StagingXcmV2NetworkId: {1558    _enum: {1559      Any: 'Null',1560      Named: 'Bytes',1561      Polkadot: 'Null',1562      Kusama: 'Null'1563    }1564  },1565  /**1566   * Lookup134: staging_xcm::v2::BodyId1567   **/1568  StagingXcmV2BodyId: {1569    _enum: {1570      Unit: 'Null',1571      Named: 'Bytes',1572      Index: 'Compact<u32>',1573      Executive: 'Null',1574      Technical: 'Null',1575      Legislative: 'Null',1576      Judicial: 'Null',1577      Defense: 'Null',1578      Administration: 'Null',1579      Treasury: 'Null'1580    }1581  },1582  /**1583   * Lookup135: staging_xcm::v2::BodyPart1584   **/1585  StagingXcmV2BodyPart: {1586    _enum: {1587      Voice: 'Null',1588      Members: {1589        count: 'Compact<u32>',1590      },1591      Fraction: {1592        nom: 'Compact<u32>',1593        denom: 'Compact<u32>',1594      },1595      AtLeastProportion: {1596        nom: 'Compact<u32>',1597        denom: 'Compact<u32>',1598      },1599      MoreThanProportion: {1600        nom: 'Compact<u32>',1601        denom: 'Compact<u32>'1602      }1603    }1604  },1605  /**1606   * Lookup136: staging_xcm::v3::WeightLimit1607   **/1608  StagingXcmV3WeightLimit: {1609    _enum: {1610      Unlimited: 'Null',1611      Limited: 'SpWeightsWeightV2Weight'1612    }1613  },1614  /**1615   * Lookup137: staging_xcm::VersionedMultiAsset1616   **/1617  StagingXcmVersionedMultiAsset: {1618    _enum: {1619      __Unused0: 'Null',1620      V2: 'StagingXcmV2MultiAsset',1621      __Unused2: 'Null',1622      V3: 'StagingXcmV3MultiAsset'1623    }1624  },1625  /**1626   * Lookup138: staging_xcm::v2::multiasset::MultiAsset1627   **/1628  StagingXcmV2MultiAsset: {1629    id: 'StagingXcmV2MultiassetAssetId',1630    fun: 'StagingXcmV2MultiassetFungibility'1631  },1632  /**1633   * Lookup139: staging_xcm::v2::multiasset::AssetId1634   **/1635  StagingXcmV2MultiassetAssetId: {1636    _enum: {1637      Concrete: 'StagingXcmV2MultiLocation',1638      Abstract: 'Bytes'1639    }1640  },1641  /**1642   * Lookup140: staging_xcm::v2::multiasset::Fungibility1643   **/1644  StagingXcmV2MultiassetFungibility: {1645    _enum: {1646      Fungible: 'Compact<u128>',1647      NonFungible: 'StagingXcmV2MultiassetAssetInstance'1648    }1649  },1650  /**1651   * Lookup141: staging_xcm::v2::multiasset::AssetInstance1652   **/1653  StagingXcmV2MultiassetAssetInstance: {1654    _enum: {1655      Undefined: 'Null',1656      Index: 'Compact<u128>',1657      Array4: '[u8;4]',1658      Array8: '[u8;8]',1659      Array16: '[u8;16]',1660      Array32: '[u8;32]',1661      Blob: 'Bytes'1662    }1663  },1664  /**1665   * Lookup144: staging_xcm::VersionedMultiAssets1666   **/1667  StagingXcmVersionedMultiAssets: {1668    _enum: {1669      __Unused0: 'Null',1670      V2: 'StagingXcmV2MultiassetMultiAssets',1671      __Unused2: 'Null',1672      V3: 'StagingXcmV3MultiassetMultiAssets'1673    }1674  },1675  /**1676   * Lookup145: staging_xcm::v2::multiasset::MultiAssets1677   **/1678  StagingXcmV2MultiassetMultiAssets: 'Vec<StagingXcmV2MultiAsset>',1679  /**1680   * Lookup147: orml_tokens::module::Call<T>1681   **/1682  OrmlTokensModuleCall: {1683    _enum: {1684      transfer: {1685        dest: 'MultiAddress',1686        currencyId: 'PalletForeignAssetsAssetId',1687        amount: 'Compact<u128>',1688      },1689      transfer_all: {1690        dest: 'MultiAddress',1691        currencyId: 'PalletForeignAssetsAssetId',1692        keepAlive: 'bool',1693      },1694      transfer_keep_alive: {1695        dest: 'MultiAddress',1696        currencyId: 'PalletForeignAssetsAssetId',1697        amount: 'Compact<u128>',1698      },1699      force_transfer: {1700        source: 'MultiAddress',1701        dest: 'MultiAddress',1702        currencyId: 'PalletForeignAssetsAssetId',1703        amount: 'Compact<u128>',1704      },1705      set_balance: {1706        who: 'MultiAddress',1707        currencyId: 'PalletForeignAssetsAssetId',1708        newFree: 'Compact<u128>',1709        newReserved: 'Compact<u128>'1710      }1711    }1712  },1713  /**1714   * Lookup148: pallet_identity::pallet::Call<T>1715   **/1716  PalletIdentityCall: {1717    _enum: {1718      add_registrar: {1719        account: 'MultiAddress',1720      },1721      set_identity: {1722        info: 'PalletIdentityIdentityInfo',1723      },1724      set_subs: {1725        subs: 'Vec<(AccountId32,Data)>',1726      },1727      clear_identity: 'Null',1728      request_judgement: {1729        regIndex: 'Compact<u32>',1730        maxFee: 'Compact<u128>',1731      },1732      cancel_request: {1733        regIndex: 'u32',1734      },1735      set_fee: {1736        index: 'Compact<u32>',1737        fee: 'Compact<u128>',1738      },1739      set_account_id: {1740        _alias: {1741          new_: 'new',1742        },1743        index: 'Compact<u32>',1744        new_: 'MultiAddress',1745      },1746      set_fields: {1747        index: 'Compact<u32>',1748        fields: 'PalletIdentityBitFlags',1749      },1750      provide_judgement: {1751        regIndex: 'Compact<u32>',1752        target: 'MultiAddress',1753        judgement: 'PalletIdentityJudgement',1754        identity: 'H256',1755      },1756      kill_identity: {1757        target: 'MultiAddress',1758      },1759      add_sub: {1760        sub: 'MultiAddress',1761        data: 'Data',1762      },1763      rename_sub: {1764        sub: 'MultiAddress',1765        data: 'Data',1766      },1767      remove_sub: {1768        sub: 'MultiAddress',1769      },1770      quit_sub: 'Null',1771      force_insert_identities: {1772        identities: 'Vec<(AccountId32,PalletIdentityRegistration)>',1773      },1774      force_remove_identities: {1775        identities: 'Vec<AccountId32>',1776      },1777      force_set_subs: {1778        subs: 'Vec<(AccountId32,(u128,Vec<(AccountId32,Data)>))>'1779      }1780    }1781  },1782  /**1783   * Lookup149: pallet_identity::types::IdentityInfo<FieldLimit>1784   **/1785  PalletIdentityIdentityInfo: {1786    additional: 'Vec<(Data,Data)>',1787    display: 'Data',1788    legal: 'Data',1789    web: 'Data',1790    riot: 'Data',1791    email: 'Data',1792    pgpFingerprint: 'Option<[u8;20]>',1793    image: 'Data',1794    twitter: 'Data'1795  },1796  /**1797   * Lookup185: pallet_identity::types::BitFlags<pallet_identity::types::IdentityField>1798   **/1799  PalletIdentityBitFlags: {1800    _bitLength: 64,1801    Display: 1,1802    Legal: 2,1803    Web: 4,1804    Riot: 8,1805    Email: 16,1806    PgpFingerprint: 32,1807    Image: 64,1808    Twitter: 1281809  },1810  /**1811   * Lookup186: pallet_identity::types::IdentityField1812   **/1813  PalletIdentityIdentityField: {1814    _enum: ['__Unused0', 'Display', 'Legal', '__Unused3', 'Web', '__Unused5', '__Unused6', '__Unused7', 'Riot', '__Unused9', '__Unused10', '__Unused11', '__Unused12', '__Unused13', '__Unused14', '__Unused15', 'Email', '__Unused17', '__Unused18', '__Unused19', '__Unused20', '__Unused21', '__Unused22', '__Unused23', '__Unused24', '__Unused25', '__Unused26', '__Unused27', '__Unused28', '__Unused29', '__Unused30', '__Unused31', 'PgpFingerprint', '__Unused33', '__Unused34', '__Unused35', '__Unused36', '__Unused37', '__Unused38', '__Unused39', '__Unused40', '__Unused41', '__Unused42', '__Unused43', '__Unused44', '__Unused45', '__Unused46', '__Unused47', '__Unused48', '__Unused49', '__Unused50', '__Unused51', '__Unused52', '__Unused53', '__Unused54', '__Unused55', '__Unused56', '__Unused57', '__Unused58', '__Unused59', '__Unused60', '__Unused61', '__Unused62', '__Unused63', 'Image', '__Unused65', '__Unused66', '__Unused67', '__Unused68', '__Unused69', '__Unused70', '__Unused71', '__Unused72', '__Unused73', '__Unused74', '__Unused75', '__Unused76', '__Unused77', '__Unused78', '__Unused79', '__Unused80', '__Unused81', '__Unused82', '__Unused83', '__Unused84', '__Unused85', '__Unused86', '__Unused87', '__Unused88', '__Unused89', '__Unused90', '__Unused91', '__Unused92', '__Unused93', '__Unused94', '__Unused95', '__Unused96', '__Unused97', '__Unused98', '__Unused99', '__Unused100', '__Unused101', '__Unused102', '__Unused103', '__Unused104', '__Unused105', '__Unused106', '__Unused107', '__Unused108', '__Unused109', '__Unused110', '__Unused111', '__Unused112', '__Unused113', '__Unused114', '__Unused115', '__Unused116', '__Unused117', '__Unused118', '__Unused119', '__Unused120', '__Unused121', '__Unused122', '__Unused123', '__Unused124', '__Unused125', '__Unused126', '__Unused127', 'Twitter']1815  },1816  /**1817   * Lookup187: pallet_identity::types::Judgement<Balance>1818   **/1819  PalletIdentityJudgement: {1820    _enum: {1821      Unknown: 'Null',1822      FeePaid: 'u128',1823      Reasonable: 'Null',1824      KnownGood: 'Null',1825      OutOfDate: 'Null',1826      LowQuality: 'Null',1827      Erroneous: 'Null'1828    }1829  },1830  /**1831   * Lookup190: pallet_identity::types::Registration<Balance, MaxJudgements, MaxAdditionalFields>1832   **/1833  PalletIdentityRegistration: {1834    judgements: 'Vec<(u32,PalletIdentityJudgement)>',1835    deposit: 'u128',1836    info: 'PalletIdentityIdentityInfo'1837  },1838  /**1839   * Lookup198: pallet_preimage::pallet::Call<T>1840   **/1841  PalletPreimageCall: {1842    _enum: {1843      note_preimage: {1844        bytes: 'Bytes',1845      },1846      unnote_preimage: {1847        _alias: {1848          hash_: 'hash',1849        },1850        hash_: 'H256',1851      },1852      request_preimage: {1853        _alias: {1854          hash_: 'hash',1855        },1856        hash_: 'H256',1857      },1858      unrequest_preimage: {1859        _alias: {1860          hash_: 'hash',1861        },1862        hash_: 'H256'1863      }1864    }1865  },1866  /**1867   * Lookup199: pallet_democracy::pallet::Call<T>1868   **/1869  PalletDemocracyCall: {1870    _enum: {1871      propose: {1872        proposal: 'FrameSupportPreimagesBounded',1873        value: 'Compact<u128>',1874      },1875      second: {1876        proposal: 'Compact<u32>',1877      },1878      vote: {1879        refIndex: 'Compact<u32>',1880        vote: 'PalletDemocracyVoteAccountVote',1881      },1882      emergency_cancel: {1883        refIndex: 'u32',1884      },1885      external_propose: {1886        proposal: 'FrameSupportPreimagesBounded',1887      },1888      external_propose_majority: {1889        proposal: 'FrameSupportPreimagesBounded',1890      },1891      external_propose_default: {1892        proposal: 'FrameSupportPreimagesBounded',1893      },1894      fast_track: {1895        proposalHash: 'H256',1896        votingPeriod: 'u32',1897        delay: 'u32',1898      },1899      veto_external: {1900        proposalHash: 'H256',1901      },1902      cancel_referendum: {1903        refIndex: 'Compact<u32>',1904      },1905      delegate: {1906        to: 'MultiAddress',1907        conviction: 'PalletDemocracyConviction',1908        balance: 'u128',1909      },1910      undelegate: 'Null',1911      clear_public_proposals: 'Null',1912      unlock: {1913        target: 'MultiAddress',1914      },1915      remove_vote: {1916        index: 'u32',1917      },1918      remove_other_vote: {1919        target: 'MultiAddress',1920        index: 'u32',1921      },1922      blacklist: {1923        proposalHash: 'H256',1924        maybeRefIndex: 'Option<u32>',1925      },1926      cancel_proposal: {1927        propIndex: 'Compact<u32>',1928      },1929      set_metadata: {1930        owner: 'PalletDemocracyMetadataOwner',1931        maybeHash: 'Option<H256>'1932      }1933    }1934  },1935  /**1936   * Lookup200: pallet_democracy::conviction::Conviction1937   **/1938  PalletDemocracyConviction: {1939    _enum: ['None', 'Locked1x', 'Locked2x', 'Locked3x', 'Locked4x', 'Locked5x', 'Locked6x']1940  },1941  /**1942   * Lookup203: pallet_collective::pallet::Call<T, I>1943   **/1944  PalletCollectiveCall: {1945    _enum: {1946      set_members: {1947        newMembers: 'Vec<AccountId32>',1948        prime: 'Option<AccountId32>',1949        oldCount: 'u32',1950      },1951      execute: {1952        proposal: 'Call',1953        lengthBound: 'Compact<u32>',1954      },1955      propose: {1956        threshold: 'Compact<u32>',1957        proposal: 'Call',1958        lengthBound: 'Compact<u32>',1959      },1960      vote: {1961        proposal: 'H256',1962        index: 'Compact<u32>',1963        approve: 'bool',1964      },1965      __Unused4: 'Null',1966      disapprove_proposal: {1967        proposalHash: 'H256',1968      },1969      close: {1970        proposalHash: 'H256',1971        index: 'Compact<u32>',1972        proposalWeightBound: 'SpWeightsWeightV2Weight',1973        lengthBound: 'Compact<u32>'1974      }1975    }1976  },1977  /**1978   * Lookup205: pallet_membership::pallet::Call<T, I>1979   **/1980  PalletMembershipCall: {1981    _enum: {1982      add_member: {1983        who: 'MultiAddress',1984      },1985      remove_member: {1986        who: 'MultiAddress',1987      },1988      swap_member: {1989        remove: 'MultiAddress',1990        add: 'MultiAddress',1991      },1992      reset_members: {1993        members: 'Vec<AccountId32>',1994      },1995      change_key: {1996        _alias: {1997          new_: 'new',1998        },1999        new_: 'MultiAddress',2000      },2001      set_prime: {2002        who: 'MultiAddress',2003      },2004      clear_prime: 'Null'2005    }2006  },2007  /**2008   * Lookup207: pallet_ranked_collective::pallet::Call<T, I>2009   **/2010  PalletRankedCollectiveCall: {2011    _enum: {2012      add_member: {2013        who: 'MultiAddress',2014      },2015      promote_member: {2016        who: 'MultiAddress',2017      },2018      demote_member: {2019        who: 'MultiAddress',2020      },2021      remove_member: {2022        who: 'MultiAddress',2023        minRank: 'u16',2024      },2025      vote: {2026        poll: 'u32',2027        aye: 'bool',2028      },2029      cleanup_poll: {2030        pollIndex: 'u32',2031        max: 'u32'2032      }2033    }2034  },2035  /**2036   * Lookup208: pallet_referenda::pallet::Call<T, I>2037   **/2038  PalletReferendaCall: {2039    _enum: {2040      submit: {2041        proposalOrigin: 'OpalRuntimeOriginCaller',2042        proposal: 'FrameSupportPreimagesBounded',2043        enactmentMoment: 'FrameSupportScheduleDispatchTime',2044      },2045      place_decision_deposit: {2046        index: 'u32',2047      },2048      refund_decision_deposit: {2049        index: 'u32',2050      },2051      cancel: {2052        index: 'u32',2053      },2054      kill: {2055        index: 'u32',2056      },2057      nudge_referendum: {2058        index: 'u32',2059      },2060      one_fewer_deciding: {2061        track: 'u16',2062      },2063      refund_submission_deposit: {2064        index: 'u32',2065      },2066      set_metadata: {2067        index: 'u32',2068        maybeHash: 'Option<H256>'2069      }2070    }2071  },2072  /**2073   * Lookup209: opal_runtime::OriginCaller2074   **/2075  OpalRuntimeOriginCaller: {2076    _enum: {2077      system: 'FrameSupportDispatchRawOrigin',2078      __Unused1: 'Null',2079      __Unused2: 'Null',2080      __Unused3: 'Null',2081      __Unused4: 'Null',2082      __Unused5: 'Null',2083      __Unused6: 'Null',2084      Void: 'SpCoreVoid',2085      __Unused8: 'Null',2086      __Unused9: 'Null',2087      __Unused10: 'Null',2088      __Unused11: 'Null',2089      __Unused12: 'Null',2090      __Unused13: 'Null',2091      __Unused14: 'Null',2092      __Unused15: 'Null',2093      __Unused16: 'Null',2094      __Unused17: 'Null',2095      __Unused18: 'Null',2096      __Unused19: 'Null',2097      __Unused20: 'Null',2098      __Unused21: 'Null',2099      __Unused22: 'Null',2100      __Unused23: 'Null',2101      __Unused24: 'Null',2102      __Unused25: 'Null',2103      __Unused26: 'Null',2104      __Unused27: 'Null',2105      __Unused28: 'Null',2106      __Unused29: 'Null',2107      __Unused30: 'Null',2108      __Unused31: 'Null',2109      __Unused32: 'Null',2110      __Unused33: 'Null',2111      __Unused34: 'Null',2112      __Unused35: 'Null',2113      __Unused36: 'Null',2114      __Unused37: 'Null',2115      __Unused38: 'Null',2116      __Unused39: 'Null',2117      __Unused40: 'Null',2118      __Unused41: 'Null',2119      __Unused42: 'Null',2120      Council: 'PalletCollectiveRawOrigin',2121      TechnicalCommittee: 'PalletCollectiveRawOrigin',2122      __Unused45: 'Null',2123      __Unused46: 'Null',2124      __Unused47: 'Null',2125      __Unused48: 'Null',2126      __Unused49: 'Null',2127      __Unused50: 'Null',2128      PolkadotXcm: 'PalletXcmOrigin',2129      CumulusXcm: 'CumulusPalletXcmOrigin',2130      __Unused53: 'Null',2131      __Unused54: 'Null',2132      __Unused55: 'Null',2133      __Unused56: 'Null',2134      __Unused57: 'Null',2135      __Unused58: 'Null',2136      __Unused59: 'Null',2137      __Unused60: 'Null',2138      __Unused61: 'Null',2139      __Unused62: 'Null',2140      __Unused63: 'Null',2141      __Unused64: 'Null',2142      __Unused65: 'Null',2143      __Unused66: 'Null',2144      __Unused67: 'Null',2145      __Unused68: 'Null',2146      __Unused69: 'Null',2147      __Unused70: 'Null',2148      __Unused71: 'Null',2149      __Unused72: 'Null',2150      __Unused73: 'Null',2151      __Unused74: 'Null',2152      __Unused75: 'Null',2153      __Unused76: 'Null',2154      __Unused77: 'Null',2155      __Unused78: 'Null',2156      __Unused79: 'Null',2157      __Unused80: 'Null',2158      __Unused81: 'Null',2159      __Unused82: 'Null',2160      __Unused83: 'Null',2161      __Unused84: 'Null',2162      __Unused85: 'Null',2163      __Unused86: 'Null',2164      __Unused87: 'Null',2165      __Unused88: 'Null',2166      __Unused89: 'Null',2167      __Unused90: 'Null',2168      __Unused91: 'Null',2169      __Unused92: 'Null',2170      __Unused93: 'Null',2171      __Unused94: 'Null',2172      __Unused95: 'Null',2173      __Unused96: 'Null',2174      __Unused97: 'Null',2175      __Unused98: 'Null',2176      Origins: 'PalletGovOriginsOrigin',2177      __Unused100: 'Null',2178      Ethereum: 'PalletEthereumRawOrigin'2179    }2180  },2181  /**2182   * Lookup210: frame_support::dispatch::RawOrigin<sp_core::crypto::AccountId32>2183   **/2184  FrameSupportDispatchRawOrigin: {2185    _enum: {2186      Root: 'Null',2187      Signed: 'AccountId32',2188      None: 'Null'2189    }2190  },2191  /**2192   * Lookup211: pallet_collective::RawOrigin<sp_core::crypto::AccountId32, I>2193   **/2194  PalletCollectiveRawOrigin: {2195    _enum: {2196      Members: '(u32,u32)',2197      Member: 'AccountId32',2198      _Phantom: 'Null'2199    }2200  },2201  /**2202   * Lookup213: pallet_gov_origins::pallet::Origin2203   **/2204  PalletGovOriginsOrigin: {2205    _enum: ['FellowshipProposition']2206  },2207  /**2208   * Lookup214: pallet_xcm::pallet::Origin2209   **/2210  PalletXcmOrigin: {2211    _enum: {2212      Xcm: 'StagingXcmV3MultiLocation',2213      Response: 'StagingXcmV3MultiLocation'2214    }2215  },2216  /**2217   * Lookup215: cumulus_pallet_xcm::pallet::Origin2218   **/2219  CumulusPalletXcmOrigin: {2220    _enum: {2221      Relay: 'Null',2222      SiblingParachain: 'u32'2223    }2224  },2225  /**2226   * Lookup216: pallet_ethereum::RawOrigin2227   **/2228  PalletEthereumRawOrigin: {2229    _enum: {2230      EthereumTransaction: 'H160'2231    }2232  },2233  /**2234   * Lookup218: sp_core::Void2235   **/2236  SpCoreVoid: 'Null',2237  /**2238   * Lookup219: frame_support::traits::schedule::DispatchTime<BlockNumber>2239   **/2240  FrameSupportScheduleDispatchTime: {2241    _enum: {2242      At: 'u32',2243      After: 'u32'2244    }2245  },2246  /**2247   * Lookup220: pallet_scheduler::pallet::Call<T>2248   **/2249  PalletSchedulerCall: {2250    _enum: {2251      schedule: {2252        when: 'u32',2253        maybePeriodic: 'Option<(u32,u32)>',2254        priority: 'u8',2255        call: 'Call',2256      },2257      cancel: {2258        when: 'u32',2259        index: 'u32',2260      },2261      schedule_named: {2262        id: '[u8;32]',2263        when: 'u32',2264        maybePeriodic: 'Option<(u32,u32)>',2265        priority: 'u8',2266        call: 'Call',2267      },2268      cancel_named: {2269        id: '[u8;32]',2270      },2271      schedule_after: {2272        after: 'u32',2273        maybePeriodic: 'Option<(u32,u32)>',2274        priority: 'u8',2275        call: 'Call',2276      },2277      schedule_named_after: {2278        id: '[u8;32]',2279        after: 'u32',2280        maybePeriodic: 'Option<(u32,u32)>',2281        priority: 'u8',2282        call: 'Call'2283      }2284    }2285  },2286  /**2287   * Lookup223: cumulus_pallet_xcmp_queue::pallet::Call<T>2288   **/2289  CumulusPalletXcmpQueueCall: {2290    _enum: {2291      service_overweight: {2292        index: 'u64',2293        weightLimit: 'SpWeightsWeightV2Weight',2294      },2295      suspend_xcm_execution: 'Null',2296      resume_xcm_execution: 'Null',2297      update_suspend_threshold: {2298        _alias: {2299          new_: 'new',2300        },2301        new_: 'u32',2302      },2303      update_drop_threshold: {2304        _alias: {2305          new_: 'new',2306        },2307        new_: 'u32',2308      },2309      update_resume_threshold: {2310        _alias: {2311          new_: 'new',2312        },2313        new_: 'u32',2314      },2315      update_threshold_weight: {2316        _alias: {2317          new_: 'new',2318        },2319        new_: 'SpWeightsWeightV2Weight',2320      },2321      update_weight_restrict_decay: {2322        _alias: {2323          new_: 'new',2324        },2325        new_: 'SpWeightsWeightV2Weight',2326      },2327      update_xcmp_max_individual_weight: {2328        _alias: {2329          new_: 'new',2330        },2331        new_: 'SpWeightsWeightV2Weight'2332      }2333    }2334  },2335  /**2336   * Lookup224: pallet_xcm::pallet::Call<T>2337   **/2338  PalletXcmCall: {2339    _enum: {2340      send: {2341        dest: 'StagingXcmVersionedMultiLocation',2342        message: 'StagingXcmVersionedXcm',2343      },2344      teleport_assets: {2345        dest: 'StagingXcmVersionedMultiLocation',2346        beneficiary: 'StagingXcmVersionedMultiLocation',2347        assets: 'StagingXcmVersionedMultiAssets',2348        feeAssetItem: 'u32',2349      },2350      reserve_transfer_assets: {2351        dest: 'StagingXcmVersionedMultiLocation',2352        beneficiary: 'StagingXcmVersionedMultiLocation',2353        assets: 'StagingXcmVersionedMultiAssets',2354        feeAssetItem: 'u32',2355      },2356      execute: {2357        message: 'StagingXcmVersionedXcm',2358        maxWeight: 'SpWeightsWeightV2Weight',2359      },2360      force_xcm_version: {2361        location: 'StagingXcmV3MultiLocation',2362        version: 'u32',2363      },2364      force_default_xcm_version: {2365        maybeXcmVersion: 'Option<u32>',2366      },2367      force_subscribe_version_notify: {2368        location: 'StagingXcmVersionedMultiLocation',2369      },2370      force_unsubscribe_version_notify: {2371        location: 'StagingXcmVersionedMultiLocation',2372      },2373      limited_reserve_transfer_assets: {2374        dest: 'StagingXcmVersionedMultiLocation',2375        beneficiary: 'StagingXcmVersionedMultiLocation',2376        assets: 'StagingXcmVersionedMultiAssets',2377        feeAssetItem: 'u32',2378        weightLimit: 'StagingXcmV3WeightLimit',2379      },2380      limited_teleport_assets: {2381        dest: 'StagingXcmVersionedMultiLocation',2382        beneficiary: 'StagingXcmVersionedMultiLocation',2383        assets: 'StagingXcmVersionedMultiAssets',2384        feeAssetItem: 'u32',2385        weightLimit: 'StagingXcmV3WeightLimit',2386      },2387      force_suspension: {2388        suspended: 'bool'2389      }2390    }2391  },2392  /**2393   * Lookup225: staging_xcm::VersionedXcm<RuntimeCall>2394   **/2395  StagingXcmVersionedXcm: {2396    _enum: {2397      __Unused0: 'Null',2398      __Unused1: 'Null',2399      V2: 'StagingXcmV2Xcm',2400      V3: 'StagingXcmV3Xcm'2401    }2402  },2403  /**2404   * Lookup226: staging_xcm::v2::Xcm<RuntimeCall>2405   **/2406  StagingXcmV2Xcm: 'Vec<StagingXcmV2Instruction>',2407  /**2408   * Lookup228: staging_xcm::v2::Instruction<RuntimeCall>2409   **/2410  StagingXcmV2Instruction: {2411    _enum: {2412      WithdrawAsset: 'StagingXcmV2MultiassetMultiAssets',2413      ReserveAssetDeposited: 'StagingXcmV2MultiassetMultiAssets',2414      ReceiveTeleportedAsset: 'StagingXcmV2MultiassetMultiAssets',2415      QueryResponse: {2416        queryId: 'Compact<u64>',2417        response: 'StagingXcmV2Response',2418        maxWeight: 'Compact<u64>',2419      },2420      TransferAsset: {2421        assets: 'StagingXcmV2MultiassetMultiAssets',2422        beneficiary: 'StagingXcmV2MultiLocation',2423      },2424      TransferReserveAsset: {2425        assets: 'StagingXcmV2MultiassetMultiAssets',2426        dest: 'StagingXcmV2MultiLocation',2427        xcm: 'StagingXcmV2Xcm',2428      },2429      Transact: {2430        originType: 'StagingXcmV2OriginKind',2431        requireWeightAtMost: 'Compact<u64>',2432        call: 'StagingXcmDoubleEncoded',2433      },2434      HrmpNewChannelOpenRequest: {2435        sender: 'Compact<u32>',2436        maxMessageSize: 'Compact<u32>',2437        maxCapacity: 'Compact<u32>',2438      },2439      HrmpChannelAccepted: {2440        recipient: 'Compact<u32>',2441      },2442      HrmpChannelClosing: {2443        initiator: 'Compact<u32>',2444        sender: 'Compact<u32>',2445        recipient: 'Compact<u32>',2446      },2447      ClearOrigin: 'Null',2448      DescendOrigin: 'StagingXcmV2MultilocationJunctions',2449      ReportError: {2450        queryId: 'Compact<u64>',2451        dest: 'StagingXcmV2MultiLocation',2452        maxResponseWeight: 'Compact<u64>',2453      },2454      DepositAsset: {2455        assets: 'StagingXcmV2MultiassetMultiAssetFilter',2456        maxAssets: 'Compact<u32>',2457        beneficiary: 'StagingXcmV2MultiLocation',2458      },2459      DepositReserveAsset: {2460        assets: 'StagingXcmV2MultiassetMultiAssetFilter',2461        maxAssets: 'Compact<u32>',2462        dest: 'StagingXcmV2MultiLocation',2463        xcm: 'StagingXcmV2Xcm',2464      },2465      ExchangeAsset: {2466        give: 'StagingXcmV2MultiassetMultiAssetFilter',2467        receive: 'StagingXcmV2MultiassetMultiAssets',2468      },2469      InitiateReserveWithdraw: {2470        assets: 'StagingXcmV2MultiassetMultiAssetFilter',2471        reserve: 'StagingXcmV2MultiLocation',2472        xcm: 'StagingXcmV2Xcm',2473      },2474      InitiateTeleport: {2475        assets: 'StagingXcmV2MultiassetMultiAssetFilter',2476        dest: 'StagingXcmV2MultiLocation',2477        xcm: 'StagingXcmV2Xcm',2478      },2479      QueryHolding: {2480        queryId: 'Compact<u64>',2481        dest: 'StagingXcmV2MultiLocation',2482        assets: 'StagingXcmV2MultiassetMultiAssetFilter',2483        maxResponseWeight: 'Compact<u64>',2484      },2485      BuyExecution: {2486        fees: 'StagingXcmV2MultiAsset',2487        weightLimit: 'StagingXcmV2WeightLimit',2488      },2489      RefundSurplus: 'Null',2490      SetErrorHandler: 'StagingXcmV2Xcm',2491      SetAppendix: 'StagingXcmV2Xcm',2492      ClearError: 'Null',2493      ClaimAsset: {2494        assets: 'StagingXcmV2MultiassetMultiAssets',2495        ticket: 'StagingXcmV2MultiLocation',2496      },2497      Trap: 'Compact<u64>',2498      SubscribeVersion: {2499        queryId: 'Compact<u64>',2500        maxResponseWeight: 'Compact<u64>',2501      },2502      UnsubscribeVersion: 'Null'2503    }2504  },2505  /**2506   * Lookup229: staging_xcm::v2::Response2507   **/2508  StagingXcmV2Response: {2509    _enum: {2510      Null: 'Null',2511      Assets: 'StagingXcmV2MultiassetMultiAssets',2512      ExecutionResult: 'Option<(u32,StagingXcmV2TraitsError)>',2513      Version: 'u32'2514    }2515  },2516  /**2517   * Lookup232: staging_xcm::v2::traits::Error2518   **/2519  StagingXcmV2TraitsError: {2520    _enum: {2521      Overflow: 'Null',2522      Unimplemented: 'Null',2523      UntrustedReserveLocation: 'Null',2524      UntrustedTeleportLocation: 'Null',2525      MultiLocationFull: 'Null',2526      MultiLocationNotInvertible: 'Null',2527      BadOrigin: 'Null',2528      InvalidLocation: 'Null',2529      AssetNotFound: 'Null',2530      FailedToTransactAsset: 'Null',2531      NotWithdrawable: 'Null',2532      LocationCannotHold: 'Null',2533      ExceedsMaxMessageSize: 'Null',2534      DestinationUnsupported: 'Null',2535      Transport: 'Null',2536      Unroutable: 'Null',2537      UnknownClaim: 'Null',2538      FailedToDecode: 'Null',2539      MaxWeightInvalid: 'Null',2540      NotHoldingFees: 'Null',2541      TooExpensive: 'Null',2542      Trap: 'u64',2543      UnhandledXcmVersion: 'Null',2544      WeightLimitReached: 'u64',2545      Barrier: 'Null',2546      WeightNotComputable: 'Null'2547    }2548  },2549  /**2550   * Lookup233: staging_xcm::v2::OriginKind2551   **/2552  StagingXcmV2OriginKind: {2553    _enum: ['Native', 'SovereignAccount', 'Superuser', 'Xcm']2554  },2555  /**2556   * Lookup234: staging_xcm::double_encoded::DoubleEncoded<T>2557   **/2558  StagingXcmDoubleEncoded: {2559    encoded: 'Bytes'2560  },2561  /**2562   * Lookup235: staging_xcm::v2::multiasset::MultiAssetFilter2563   **/2564  StagingXcmV2MultiassetMultiAssetFilter: {2565    _enum: {2566      Definite: 'StagingXcmV2MultiassetMultiAssets',2567      Wild: 'StagingXcmV2MultiassetWildMultiAsset'2568    }2569  },2570  /**2571   * Lookup236: staging_xcm::v2::multiasset::WildMultiAsset2572   **/2573  StagingXcmV2MultiassetWildMultiAsset: {2574    _enum: {2575      All: 'Null',2576      AllOf: {2577        id: 'StagingXcmV2MultiassetAssetId',2578        fun: 'StagingXcmV2MultiassetWildFungibility'2579      }2580    }2581  },2582  /**2583   * Lookup237: staging_xcm::v2::multiasset::WildFungibility2584   **/2585  StagingXcmV2MultiassetWildFungibility: {2586    _enum: ['Fungible', 'NonFungible']2587  },2588  /**2589   * Lookup238: staging_xcm::v2::WeightLimit2590   **/2591  StagingXcmV2WeightLimit: {2592    _enum: {2593      Unlimited: 'Null',2594      Limited: 'Compact<u64>'2595    }2596  },2597  /**2598   * Lookup239: staging_xcm::v3::Xcm<Call>2599   **/2600  StagingXcmV3Xcm: 'Vec<StagingXcmV3Instruction>',2601  /**2602   * Lookup241: staging_xcm::v3::Instruction<Call>2603   **/2604  StagingXcmV3Instruction: {2605    _enum: {2606      WithdrawAsset: 'StagingXcmV3MultiassetMultiAssets',2607      ReserveAssetDeposited: 'StagingXcmV3MultiassetMultiAssets',2608      ReceiveTeleportedAsset: 'StagingXcmV3MultiassetMultiAssets',2609      QueryResponse: {2610        queryId: 'Compact<u64>',2611        response: 'StagingXcmV3Response',2612        maxWeight: 'SpWeightsWeightV2Weight',2613        querier: 'Option<StagingXcmV3MultiLocation>',2614      },2615      TransferAsset: {2616        assets: 'StagingXcmV3MultiassetMultiAssets',2617        beneficiary: 'StagingXcmV3MultiLocation',2618      },2619      TransferReserveAsset: {2620        assets: 'StagingXcmV3MultiassetMultiAssets',2621        dest: 'StagingXcmV3MultiLocation',2622        xcm: 'StagingXcmV3Xcm',2623      },2624      Transact: {2625        originKind: 'StagingXcmV2OriginKind',2626        requireWeightAtMost: 'SpWeightsWeightV2Weight',2627        call: 'StagingXcmDoubleEncoded',2628      },2629      HrmpNewChannelOpenRequest: {2630        sender: 'Compact<u32>',2631        maxMessageSize: 'Compact<u32>',2632        maxCapacity: 'Compact<u32>',2633      },2634      HrmpChannelAccepted: {2635        recipient: 'Compact<u32>',2636      },2637      HrmpChannelClosing: {2638        initiator: 'Compact<u32>',2639        sender: 'Compact<u32>',2640        recipient: 'Compact<u32>',2641      },2642      ClearOrigin: 'Null',2643      DescendOrigin: 'StagingXcmV3Junctions',2644      ReportError: 'StagingXcmV3QueryResponseInfo',2645      DepositAsset: {2646        assets: 'StagingXcmV3MultiassetMultiAssetFilter',2647        beneficiary: 'StagingXcmV3MultiLocation',2648      },2649      DepositReserveAsset: {2650        assets: 'StagingXcmV3MultiassetMultiAssetFilter',2651        dest: 'StagingXcmV3MultiLocation',2652        xcm: 'StagingXcmV3Xcm',2653      },2654      ExchangeAsset: {2655        give: 'StagingXcmV3MultiassetMultiAssetFilter',2656        want: 'StagingXcmV3MultiassetMultiAssets',2657        maximal: 'bool',2658      },2659      InitiateReserveWithdraw: {2660        assets: 'StagingXcmV3MultiassetMultiAssetFilter',2661        reserve: 'StagingXcmV3MultiLocation',2662        xcm: 'StagingXcmV3Xcm',2663      },2664      InitiateTeleport: {2665        assets: 'StagingXcmV3MultiassetMultiAssetFilter',2666        dest: 'StagingXcmV3MultiLocation',2667        xcm: 'StagingXcmV3Xcm',2668      },2669      ReportHolding: {2670        responseInfo: 'StagingXcmV3QueryResponseInfo',2671        assets: 'StagingXcmV3MultiassetMultiAssetFilter',2672      },2673      BuyExecution: {2674        fees: 'StagingXcmV3MultiAsset',2675        weightLimit: 'StagingXcmV3WeightLimit',2676      },2677      RefundSurplus: 'Null',2678      SetErrorHandler: 'StagingXcmV3Xcm',2679      SetAppendix: 'StagingXcmV3Xcm',2680      ClearError: 'Null',2681      ClaimAsset: {2682        assets: 'StagingXcmV3MultiassetMultiAssets',2683        ticket: 'StagingXcmV3MultiLocation',2684      },2685      Trap: 'Compact<u64>',2686      SubscribeVersion: {2687        queryId: 'Compact<u64>',2688        maxResponseWeight: 'SpWeightsWeightV2Weight',2689      },2690      UnsubscribeVersion: 'Null',2691      BurnAsset: 'StagingXcmV3MultiassetMultiAssets',2692      ExpectAsset: 'StagingXcmV3MultiassetMultiAssets',2693      ExpectOrigin: 'Option<StagingXcmV3MultiLocation>',2694      ExpectError: 'Option<(u32,StagingXcmV3TraitsError)>',2695      ExpectTransactStatus: 'StagingXcmV3MaybeErrorCode',2696      QueryPallet: {2697        moduleName: 'Bytes',2698        responseInfo: 'StagingXcmV3QueryResponseInfo',2699      },2700      ExpectPallet: {2701        index: 'Compact<u32>',2702        name: 'Bytes',2703        moduleName: 'Bytes',2704        crateMajor: 'Compact<u32>',2705        minCrateMinor: 'Compact<u32>',2706      },2707      ReportTransactStatus: 'StagingXcmV3QueryResponseInfo',2708      ClearTransactStatus: 'Null',2709      UniversalOrigin: 'StagingXcmV3Junction',2710      ExportMessage: {2711        network: 'StagingXcmV3JunctionNetworkId',2712        destination: 'StagingXcmV3Junctions',2713        xcm: 'StagingXcmV3Xcm',2714      },2715      LockAsset: {2716        asset: 'StagingXcmV3MultiAsset',2717        unlocker: 'StagingXcmV3MultiLocation',2718      },2719      UnlockAsset: {2720        asset: 'StagingXcmV3MultiAsset',2721        target: 'StagingXcmV3MultiLocation',2722      },2723      NoteUnlockable: {2724        asset: 'StagingXcmV3MultiAsset',2725        owner: 'StagingXcmV3MultiLocation',2726      },2727      RequestUnlock: {2728        asset: 'StagingXcmV3MultiAsset',2729        locker: 'StagingXcmV3MultiLocation',2730      },2731      SetFeesMode: {2732        jitWithdraw: 'bool',2733      },2734      SetTopic: '[u8;32]',2735      ClearTopic: 'Null',2736      AliasOrigin: 'StagingXcmV3MultiLocation',2737      UnpaidExecution: {2738        weightLimit: 'StagingXcmV3WeightLimit',2739        checkOrigin: 'Option<StagingXcmV3MultiLocation>'2740      }2741    }2742  },2743  /**2744   * Lookup242: staging_xcm::v3::Response2745   **/2746  StagingXcmV3Response: {2747    _enum: {2748      Null: 'Null',2749      Assets: 'StagingXcmV3MultiassetMultiAssets',2750      ExecutionResult: 'Option<(u32,StagingXcmV3TraitsError)>',2751      Version: 'u32',2752      PalletsInfo: 'Vec<StagingXcmV3PalletInfo>',2753      DispatchResult: 'StagingXcmV3MaybeErrorCode'2754    }2755  },2756  /**2757   * Lookup245: staging_xcm::v3::traits::Error2758   **/2759  StagingXcmV3TraitsError: {2760    _enum: {2761      Overflow: 'Null',2762      Unimplemented: 'Null',2763      UntrustedReserveLocation: 'Null',2764      UntrustedTeleportLocation: 'Null',2765      LocationFull: 'Null',2766      LocationNotInvertible: 'Null',2767      BadOrigin: 'Null',2768      InvalidLocation: 'Null',2769      AssetNotFound: 'Null',2770      FailedToTransactAsset: 'Null',2771      NotWithdrawable: 'Null',2772      LocationCannotHold: 'Null',2773      ExceedsMaxMessageSize: 'Null',2774      DestinationUnsupported: 'Null',2775      Transport: 'Null',2776      Unroutable: 'Null',2777      UnknownClaim: 'Null',2778      FailedToDecode: 'Null',2779      MaxWeightInvalid: 'Null',2780      NotHoldingFees: 'Null',2781      TooExpensive: 'Null',2782      Trap: 'u64',2783      ExpectationFalse: 'Null',2784      PalletNotFound: 'Null',2785      NameMismatch: 'Null',2786      VersionIncompatible: 'Null',2787      HoldingWouldOverflow: 'Null',2788      ExportError: 'Null',2789      ReanchorFailed: 'Null',2790      NoDeal: 'Null',2791      FeesNotMet: 'Null',2792      LockError: 'Null',2793      NoPermission: 'Null',2794      Unanchored: 'Null',2795      NotDepositable: 'Null',2796      UnhandledXcmVersion: 'Null',2797      WeightLimitReached: 'SpWeightsWeightV2Weight',2798      Barrier: 'Null',2799      WeightNotComputable: 'Null',2800      ExceedsStackLimit: 'Null'2801    }2802  },2803  /**2804   * Lookup247: staging_xcm::v3::PalletInfo2805   **/2806  StagingXcmV3PalletInfo: {2807    index: 'Compact<u32>',2808    name: 'Bytes',2809    moduleName: 'Bytes',2810    major: 'Compact<u32>',2811    minor: 'Compact<u32>',2812    patch: 'Compact<u32>'2813  },2814  /**2815   * Lookup250: staging_xcm::v3::MaybeErrorCode2816   **/2817  StagingXcmV3MaybeErrorCode: {2818    _enum: {2819      Success: 'Null',2820      Error: 'Bytes',2821      TruncatedError: 'Bytes'2822    }2823  },2824  /**2825   * Lookup253: staging_xcm::v3::QueryResponseInfo2826   **/2827  StagingXcmV3QueryResponseInfo: {2828    destination: 'StagingXcmV3MultiLocation',2829    queryId: 'Compact<u64>',2830    maxWeight: 'SpWeightsWeightV2Weight'2831  },2832  /**2833   * Lookup254: staging_xcm::v3::multiasset::MultiAssetFilter2834   **/2835  StagingXcmV3MultiassetMultiAssetFilter: {2836    _enum: {2837      Definite: 'StagingXcmV3MultiassetMultiAssets',2838      Wild: 'StagingXcmV3MultiassetWildMultiAsset'2839    }2840  },2841  /**2842   * Lookup255: staging_xcm::v3::multiasset::WildMultiAsset2843   **/2844  StagingXcmV3MultiassetWildMultiAsset: {2845    _enum: {2846      All: 'Null',2847      AllOf: {2848        id: 'StagingXcmV3MultiassetAssetId',2849        fun: 'StagingXcmV3MultiassetWildFungibility',2850      },2851      AllCounted: 'Compact<u32>',2852      AllOfCounted: {2853        id: 'StagingXcmV3MultiassetAssetId',2854        fun: 'StagingXcmV3MultiassetWildFungibility',2855        count: 'Compact<u32>'2856      }2857    }2858  },2859  /**2860   * Lookup256: staging_xcm::v3::multiasset::WildFungibility2861   **/2862  StagingXcmV3MultiassetWildFungibility: {2863    _enum: ['Fungible', 'NonFungible']2864  },2865  /**2866   * Lookup265: cumulus_pallet_xcm::pallet::Call<T>2867   **/2868  CumulusPalletXcmCall: 'Null',2869  /**2870   * Lookup266: cumulus_pallet_dmp_queue::pallet::Call<T>2871   **/2872  CumulusPalletDmpQueueCall: {2873    _enum: {2874      service_overweight: {2875        index: 'u64',2876        weightLimit: 'SpWeightsWeightV2Weight'2877      }2878    }2879  },2880  /**2881   * Lookup267: pallet_inflation::pallet::Call<T>2882   **/2883  PalletInflationCall: {2884    _enum: {2885      start_inflation: {2886        inflationStartRelayBlock: 'u32'2887      }2888    }2889  },2890  /**2891   * Lookup268: pallet_unique::pallet::Call<T>2892   **/2893  PalletUniqueCall: {2894    _enum: {2895      create_collection: {2896        collectionName: 'Vec<u16>',2897        collectionDescription: 'Vec<u16>',2898        tokenPrefix: 'Bytes',2899        mode: 'UpDataStructsCollectionMode',2900      },2901      create_collection_ex: {2902        data: 'UpDataStructsCreateCollectionData',2903      },2904      destroy_collection: {2905        collectionId: 'u32',2906      },2907      add_to_allow_list: {2908        collectionId: 'u32',2909        address: 'PalletEvmAccountBasicCrossAccountIdRepr',2910      },2911      remove_from_allow_list: {2912        collectionId: 'u32',2913        address: 'PalletEvmAccountBasicCrossAccountIdRepr',2914      },2915      change_collection_owner: {2916        collectionId: 'u32',2917        newOwner: 'AccountId32',2918      },2919      add_collection_admin: {2920        collectionId: 'u32',2921        newAdminId: 'PalletEvmAccountBasicCrossAccountIdRepr',2922      },2923      remove_collection_admin: {2924        collectionId: 'u32',2925        accountId: 'PalletEvmAccountBasicCrossAccountIdRepr',2926      },2927      set_collection_sponsor: {2928        collectionId: 'u32',2929        newSponsor: 'AccountId32',2930      },2931      confirm_sponsorship: {2932        collectionId: 'u32',2933      },2934      remove_collection_sponsor: {2935        collectionId: 'u32',2936      },2937      create_item: {2938        collectionId: 'u32',2939        owner: 'PalletEvmAccountBasicCrossAccountIdRepr',2940        data: 'UpDataStructsCreateItemData',2941      },2942      create_multiple_items: {2943        collectionId: 'u32',2944        owner: 'PalletEvmAccountBasicCrossAccountIdRepr',2945        itemsData: 'Vec<UpDataStructsCreateItemData>',2946      },2947      set_collection_properties: {2948        collectionId: 'u32',2949        properties: 'Vec<UpDataStructsProperty>',2950      },2951      delete_collection_properties: {2952        collectionId: 'u32',2953        propertyKeys: 'Vec<Bytes>',2954      },2955      set_token_properties: {2956        collectionId: 'u32',2957        tokenId: 'u32',2958        properties: 'Vec<UpDataStructsProperty>',2959      },2960      delete_token_properties: {2961        collectionId: 'u32',2962        tokenId: 'u32',2963        propertyKeys: 'Vec<Bytes>',2964      },2965      set_token_property_permissions: {2966        collectionId: 'u32',2967        propertyPermissions: 'Vec<UpDataStructsPropertyKeyPermission>',2968      },2969      create_multiple_items_ex: {2970        collectionId: 'u32',2971        data: 'UpDataStructsCreateItemExData',2972      },2973      set_transfers_enabled_flag: {2974        collectionId: 'u32',2975        value: 'bool',2976      },2977      burn_item: {2978        collectionId: 'u32',2979        itemId: 'u32',2980        value: 'u128',2981      },2982      burn_from: {2983        collectionId: 'u32',2984        from: 'PalletEvmAccountBasicCrossAccountIdRepr',2985        itemId: 'u32',2986        value: 'u128',2987      },2988      transfer: {2989        recipient: 'PalletEvmAccountBasicCrossAccountIdRepr',2990        collectionId: 'u32',2991        itemId: 'u32',2992        value: 'u128',2993      },2994      approve: {2995        spender: 'PalletEvmAccountBasicCrossAccountIdRepr',2996        collectionId: 'u32',2997        itemId: 'u32',2998        amount: 'u128',2999      },3000      approve_from: {3001        from: 'PalletEvmAccountBasicCrossAccountIdRepr',3002        to: 'PalletEvmAccountBasicCrossAccountIdRepr',3003        collectionId: 'u32',3004        itemId: 'u32',3005        amount: 'u128',3006      },3007      transfer_from: {3008        from: 'PalletEvmAccountBasicCrossAccountIdRepr',3009        recipient: 'PalletEvmAccountBasicCrossAccountIdRepr',3010        collectionId: 'u32',3011        itemId: 'u32',3012        value: 'u128',3013      },3014      set_collection_limits: {3015        collectionId: 'u32',3016        newLimit: 'UpDataStructsCollectionLimits',3017      },3018      set_collection_permissions: {3019        collectionId: 'u32',3020        newPermission: 'UpDataStructsCollectionPermissions',3021      },3022      repartition: {3023        collectionId: 'u32',3024        tokenId: 'u32',3025        amount: 'u128',3026      },3027      set_allowance_for_all: {3028        collectionId: 'u32',3029        operator: 'PalletEvmAccountBasicCrossAccountIdRepr',3030        approve: 'bool',3031      },3032      force_repair_collection: {3033        collectionId: 'u32',3034      },3035      force_repair_item: {3036        collectionId: 'u32',3037        itemId: 'u32'3038      }3039    }3040  },3041  /**3042   * Lookup273: up_data_structs::CollectionMode3043   **/3044  UpDataStructsCollectionMode: {3045    _enum: {3046      NFT: 'Null',3047      Fungible: 'u8',3048      ReFungible: 'Null'3049    }3050  },3051  /**3052   * Lookup274: up_data_structs::CreateCollectionData<pallet_evm::account::BasicCrossAccountIdRepr<sp_core::crypto::AccountId32>>3053   **/3054  UpDataStructsCreateCollectionData: {3055    mode: 'UpDataStructsCollectionMode',3056    access: 'Option<UpDataStructsAccessMode>',3057    name: 'Vec<u16>',3058    description: 'Vec<u16>',3059    tokenPrefix: 'Bytes',3060    limits: 'Option<UpDataStructsCollectionLimits>',3061    permissions: 'Option<UpDataStructsCollectionPermissions>',3062    tokenPropertyPermissions: 'Vec<UpDataStructsPropertyKeyPermission>',3063    properties: 'Vec<UpDataStructsProperty>',3064    adminList: 'Vec<PalletEvmAccountBasicCrossAccountIdRepr>',3065    pendingSponsor: 'Option<PalletEvmAccountBasicCrossAccountIdRepr>',3066    flags: '[u8;1]'3067  },3068  /**3069   * Lookup275: pallet_evm::account::BasicCrossAccountIdRepr<sp_core::crypto::AccountId32>3070   **/3071  PalletEvmAccountBasicCrossAccountIdRepr: {3072    _enum: {3073      Substrate: 'AccountId32',3074      Ethereum: 'H160'3075    }3076  },3077  /**3078   * Lookup277: up_data_structs::AccessMode3079   **/3080  UpDataStructsAccessMode: {3081    _enum: ['Normal', 'AllowList']3082  },3083  /**3084   * Lookup279: up_data_structs::CollectionLimits3085   **/3086  UpDataStructsCollectionLimits: {3087    accountTokenOwnershipLimit: 'Option<u32>',3088    sponsoredDataSize: 'Option<u32>',3089    sponsoredDataRateLimit: 'Option<UpDataStructsSponsoringRateLimit>',3090    tokenLimit: 'Option<u32>',3091    sponsorTransferTimeout: 'Option<u32>',3092    sponsorApproveTimeout: 'Option<u32>',3093    ownerCanTransfer: 'Option<bool>',3094    ownerCanDestroy: 'Option<bool>',3095    transfersEnabled: 'Option<bool>'3096  },3097  /**3098   * Lookup281: up_data_structs::SponsoringRateLimit3099   **/3100  UpDataStructsSponsoringRateLimit: {3101    _enum: {3102      SponsoringDisabled: 'Null',3103      Blocks: 'u32'3104    }3105  },3106  /**3107   * Lookup284: up_data_structs::CollectionPermissions3108   **/3109  UpDataStructsCollectionPermissions: {3110    access: 'Option<UpDataStructsAccessMode>',3111    mintMode: 'Option<bool>',3112    nesting: 'Option<UpDataStructsNestingPermissions>'3113  },3114  /**3115   * Lookup286: up_data_structs::NestingPermissions3116   **/3117  UpDataStructsNestingPermissions: {3118    tokenOwner: 'bool',3119    collectionAdmin: 'bool',3120    restricted: 'Option<UpDataStructsOwnerRestrictedSet>'3121  },3122  /**3123   * Lookup288: up_data_structs::OwnerRestrictedSet3124   **/3125  UpDataStructsOwnerRestrictedSet: 'BTreeSet<u32>',3126  /**3127   * Lookup294: up_data_structs::PropertyKeyPermission3128   **/3129  UpDataStructsPropertyKeyPermission: {3130    key: 'Bytes',3131    permission: 'UpDataStructsPropertyPermission'3132  },3133  /**3134   * Lookup296: up_data_structs::PropertyPermission3135   **/3136  UpDataStructsPropertyPermission: {3137    mutable: 'bool',3138    collectionAdmin: 'bool',3139    tokenOwner: 'bool'3140  },3141  /**3142   * Lookup299: up_data_structs::Property3143   **/3144  UpDataStructsProperty: {3145    key: 'Bytes',3146    value: 'Bytes'3147  },3148  /**3149   * Lookup304: up_data_structs::CreateItemData3150   **/3151  UpDataStructsCreateItemData: {3152    _enum: {3153      NFT: 'UpDataStructsCreateNftData',3154      Fungible: 'UpDataStructsCreateFungibleData',3155      ReFungible: 'UpDataStructsCreateReFungibleData'3156    }3157  },3158  /**3159   * Lookup305: up_data_structs::CreateNftData3160   **/3161  UpDataStructsCreateNftData: {3162    properties: 'Vec<UpDataStructsProperty>'3163  },3164  /**3165   * Lookup306: up_data_structs::CreateFungibleData3166   **/3167  UpDataStructsCreateFungibleData: {3168    value: 'u128'3169  },3170  /**3171   * Lookup307: up_data_structs::CreateReFungibleData3172   **/3173  UpDataStructsCreateReFungibleData: {3174    pieces: 'u128',3175    properties: 'Vec<UpDataStructsProperty>'3176  },3177  /**3178   * Lookup311: up_data_structs::CreateItemExData<pallet_evm::account::BasicCrossAccountIdRepr<sp_core::crypto::AccountId32>>3179   **/3180  UpDataStructsCreateItemExData: {3181    _enum: {3182      NFT: 'Vec<UpDataStructsCreateNftExData>',3183      Fungible: 'BTreeMap<PalletEvmAccountBasicCrossAccountIdRepr, u128>',3184      RefungibleMultipleItems: 'Vec<UpDataStructsCreateRefungibleExSingleOwner>',3185      RefungibleMultipleOwners: 'UpDataStructsCreateRefungibleExMultipleOwners'3186    }3187  },3188  /**3189   * Lookup313: up_data_structs::CreateNftExData<pallet_evm::account::BasicCrossAccountIdRepr<sp_core::crypto::AccountId32>>3190   **/3191  UpDataStructsCreateNftExData: {3192    properties: 'Vec<UpDataStructsProperty>',3193    owner: 'PalletEvmAccountBasicCrossAccountIdRepr'3194  },3195  /**3196   * Lookup320: up_data_structs::CreateRefungibleExSingleOwner<pallet_evm::account::BasicCrossAccountIdRepr<sp_core::crypto::AccountId32>>3197   **/3198  UpDataStructsCreateRefungibleExSingleOwner: {3199    user: 'PalletEvmAccountBasicCrossAccountIdRepr',3200    pieces: 'u128',3201    properties: 'Vec<UpDataStructsProperty>'3202  },3203  /**3204   * Lookup322: up_data_structs::CreateRefungibleExMultipleOwners<pallet_evm::account::BasicCrossAccountIdRepr<sp_core::crypto::AccountId32>>3205   **/3206  UpDataStructsCreateRefungibleExMultipleOwners: {3207    users: 'BTreeMap<PalletEvmAccountBasicCrossAccountIdRepr, u128>',3208    properties: 'Vec<UpDataStructsProperty>'3209  },3210  /**3211   * Lookup323: pallet_configuration::pallet::Call<T>3212   **/3213  PalletConfigurationCall: {3214    _enum: {3215      set_weight_to_fee_coefficient_override: {3216        coeff: 'Option<u64>',3217      },3218      set_min_gas_price_override: {3219        coeff: 'Option<u64>',3220      },3221      __Unused2: 'Null',3222      set_app_promotion_configuration_override: {3223        configuration: 'PalletConfigurationAppPromotionConfiguration',3224      },3225      set_collator_selection_desired_collators: {3226        max: 'Option<u32>',3227      },3228      set_collator_selection_license_bond: {3229        amount: 'Option<u128>',3230      },3231      set_collator_selection_kick_threshold: {3232        threshold: 'Option<u32>'3233      }3234    }3235  },3236  /**3237   * Lookup325: pallet_configuration::AppPromotionConfiguration<BlockNumber>3238   **/3239  PalletConfigurationAppPromotionConfiguration: {3240    recalculationInterval: 'Option<u32>',3241    pendingInterval: 'Option<u32>',3242    intervalIncome: 'Option<Perbill>',3243    maxStakersPerCalculation: 'Option<u8>'3244  },3245  /**3246   * Lookup330: pallet_structure::pallet::Call<T>3247   **/3248  PalletStructureCall: 'Null',3249  /**3250   * Lookup331: pallet_app_promotion::pallet::Call<T>3251   **/3252  PalletAppPromotionCall: {3253    _enum: {3254      set_admin_address: {3255        admin: 'PalletEvmAccountBasicCrossAccountIdRepr',3256      },3257      stake: {3258        amount: 'u128',3259      },3260      unstake_all: 'Null',3261      sponsor_collection: {3262        collectionId: 'u32',3263      },3264      stop_sponsoring_collection: {3265        collectionId: 'u32',3266      },3267      sponsor_contract: {3268        contractId: 'H160',3269      },3270      stop_sponsoring_contract: {3271        contractId: 'H160',3272      },3273      payout_stakers: {3274        stakersNumber: 'Option<u8>',3275      },3276      unstake_partial: {3277        amount: 'u128',3278      },3279      force_unstake: {3280        pendingBlocks: 'Vec<u32>'3281      }3282    }3283  },3284  /**3285   * Lookup333: pallet_foreign_assets::module::Call<T>3286   **/3287  PalletForeignAssetsModuleCall: {3288    _enum: {3289      register_foreign_asset: {3290        owner: 'AccountId32',3291        location: 'StagingXcmVersionedMultiLocation',3292        metadata: 'PalletForeignAssetsModuleAssetMetadata',3293      },3294      update_foreign_asset: {3295        foreignAssetId: 'u32',3296        location: 'StagingXcmVersionedMultiLocation',3297        metadata: 'PalletForeignAssetsModuleAssetMetadata'3298      }3299    }3300  },3301  /**3302   * Lookup334: pallet_foreign_assets::module::AssetMetadata<Balance>3303   **/3304  PalletForeignAssetsModuleAssetMetadata: {3305    name: 'Bytes',3306    symbol: 'Bytes',3307    decimals: 'u8',3308    minimalBalance: 'u128'3309  },3310  /**3311   * Lookup337: pallet_evm::pallet::Call<T>3312   **/3313  PalletEvmCall: {3314    _enum: {3315      withdraw: {3316        address: 'H160',3317        value: 'u128',3318      },3319      call: {3320        source: 'H160',3321        target: 'H160',3322        input: 'Bytes',3323        value: 'U256',3324        gasLimit: 'u64',3325        maxFeePerGas: 'U256',3326        maxPriorityFeePerGas: 'Option<U256>',3327        nonce: 'Option<U256>',3328        accessList: 'Vec<(H160,Vec<H256>)>',3329      },3330      create: {3331        source: 'H160',3332        init: 'Bytes',3333        value: 'U256',3334        gasLimit: 'u64',3335        maxFeePerGas: 'U256',3336        maxPriorityFeePerGas: 'Option<U256>',3337        nonce: 'Option<U256>',3338        accessList: 'Vec<(H160,Vec<H256>)>',3339      },3340      create2: {3341        source: 'H160',3342        init: 'Bytes',3343        salt: 'H256',3344        value: 'U256',3345        gasLimit: 'u64',3346        maxFeePerGas: 'U256',3347        maxPriorityFeePerGas: 'Option<U256>',3348        nonce: 'Option<U256>',3349        accessList: 'Vec<(H160,Vec<H256>)>'3350      }3351    }3352  },3353  /**3354   * Lookup344: pallet_ethereum::pallet::Call<T>3355   **/3356  PalletEthereumCall: {3357    _enum: {3358      transact: {3359        transaction: 'EthereumTransactionTransactionV2'3360      }3361    }3362  },3363  /**3364   * Lookup345: ethereum::transaction::TransactionV23365   **/3366  EthereumTransactionTransactionV2: {3367    _enum: {3368      Legacy: 'EthereumTransactionLegacyTransaction',3369      EIP2930: 'EthereumTransactionEip2930Transaction',3370      EIP1559: 'EthereumTransactionEip1559Transaction'3371    }3372  },3373  /**3374   * Lookup346: ethereum::transaction::LegacyTransaction3375   **/3376  EthereumTransactionLegacyTransaction: {3377    nonce: 'U256',3378    gasPrice: 'U256',3379    gasLimit: 'U256',3380    action: 'EthereumTransactionTransactionAction',3381    value: 'U256',3382    input: 'Bytes',3383    signature: 'EthereumTransactionTransactionSignature'3384  },3385  /**3386   * Lookup347: ethereum::transaction::TransactionAction3387   **/3388  EthereumTransactionTransactionAction: {3389    _enum: {3390      Call: 'H160',3391      Create: 'Null'3392    }3393  },3394  /**3395   * Lookup348: ethereum::transaction::TransactionSignature3396   **/3397  EthereumTransactionTransactionSignature: {3398    v: 'u64',3399    r: 'H256',3400    s: 'H256'3401  },3402  /**3403   * Lookup350: ethereum::transaction::EIP2930Transaction3404   **/3405  EthereumTransactionEip2930Transaction: {3406    chainId: 'u64',3407    nonce: 'U256',3408    gasPrice: 'U256',3409    gasLimit: 'U256',3410    action: 'EthereumTransactionTransactionAction',3411    value: 'U256',3412    input: 'Bytes',3413    accessList: 'Vec<EthereumTransactionAccessListItem>',3414    oddYParity: 'bool',3415    r: 'H256',3416    s: 'H256'3417  },3418  /**3419   * Lookup352: ethereum::transaction::AccessListItem3420   **/3421  EthereumTransactionAccessListItem: {3422    address: 'H160',3423    storageKeys: 'Vec<H256>'3424  },3425  /**3426   * Lookup353: ethereum::transaction::EIP1559Transaction3427   **/3428  EthereumTransactionEip1559Transaction: {3429    chainId: 'u64',3430    nonce: 'U256',3431    maxPriorityFeePerGas: 'U256',3432    maxFeePerGas: 'U256',3433    gasLimit: 'U256',3434    action: 'EthereumTransactionTransactionAction',3435    value: 'U256',3436    input: 'Bytes',3437    accessList: 'Vec<EthereumTransactionAccessListItem>',3438    oddYParity: 'bool',3439    r: 'H256',3440    s: 'H256'3441  },3442  /**3443   * Lookup354: pallet_evm_contract_helpers::pallet::Call<T>3444   **/3445  PalletEvmContractHelpersCall: {3446    _enum: {3447      migrate_from_self_sponsoring: {3448        addresses: 'Vec<H160>'3449      }3450    }3451  },3452  /**3453   * Lookup356: pallet_evm_migration::pallet::Call<T>3454   **/3455  PalletEvmMigrationCall: {3456    _enum: {3457      begin: {3458        address: 'H160',3459      },3460      set_data: {3461        address: 'H160',3462        data: 'Vec<(H256,H256)>',3463      },3464      finish: {3465        address: 'H160',3466        code: 'Bytes',3467      },3468      insert_eth_logs: {3469        logs: 'Vec<EthereumLog>',3470      },3471      insert_events: {3472        events: 'Vec<Bytes>',3473      },3474      remove_rmrk_data: 'Null'3475    }3476  },3477  /**3478   * Lookup360: ethereum::log::Log3479   **/3480  EthereumLog: {3481    address: 'H160',3482    topics: 'Vec<H256>',3483    data: 'Bytes'3484  },3485  /**3486   * Lookup361: pallet_maintenance::pallet::Call<T>3487   **/3488  PalletMaintenanceCall: {3489    _enum: ['enable', 'disable']3490  },3491  /**3492   * Lookup362: pallet_utility::pallet::Call<T>3493   **/3494  PalletUtilityCall: {3495    _enum: {3496      batch: {3497        calls: 'Vec<Call>',3498      },3499      as_derivative: {3500        index: 'u16',3501        call: 'Call',3502      },3503      batch_all: {3504        calls: 'Vec<Call>',3505      },3506      dispatch_as: {3507        asOrigin: 'OpalRuntimeOriginCaller',3508        call: 'Call',3509      },3510      force_batch: {3511        calls: 'Vec<Call>',3512      },3513      with_weight: {3514        call: 'Call',3515        weight: 'SpWeightsWeightV2Weight'3516      }3517    }3518  },3519  /**3520   * Lookup364: pallet_test_utils::pallet::Call<T>3521   **/3522  PalletTestUtilsCall: {3523    _enum: {3524      enable: 'Null',3525      set_test_value: {3526        value: 'u32',3527      },3528      set_test_value_and_rollback: {3529        value: 'u32',3530      },3531      inc_test_value: 'Null',3532      just_take_fee: 'Null',3533      batch_all: {3534        calls: 'Vec<Call>'3535      }3536    }3537  },3538  /**3539   * Lookup366: pallet_scheduler::pallet::Event<T>3540   **/3541  PalletSchedulerEvent: {3542    _enum: {3543      Scheduled: {3544        when: 'u32',3545        index: 'u32',3546      },3547      Canceled: {3548        when: 'u32',3549        index: 'u32',3550      },3551      Dispatched: {3552        task: '(u32,u32)',3553        id: 'Option<[u8;32]>',3554        result: 'Result<Null, SpRuntimeDispatchError>',3555      },3556      CallUnavailable: {3557        task: '(u32,u32)',3558        id: 'Option<[u8;32]>',3559      },3560      PeriodicFailed: {3561        task: '(u32,u32)',3562        id: 'Option<[u8;32]>',3563      },3564      PermanentlyOverweight: {3565        task: '(u32,u32)',3566        id: 'Option<[u8;32]>'3567      }3568    }3569  },3570  /**3571   * Lookup367: cumulus_pallet_xcmp_queue::pallet::Event<T>3572   **/3573  CumulusPalletXcmpQueueEvent: {3574    _enum: {3575      Success: {3576        messageHash: '[u8;32]',3577        messageId: '[u8;32]',3578        weight: 'SpWeightsWeightV2Weight',3579      },3580      Fail: {3581        messageHash: '[u8;32]',3582        messageId: '[u8;32]',3583        error: 'StagingXcmV3TraitsError',3584        weight: 'SpWeightsWeightV2Weight',3585      },3586      BadVersion: {3587        messageHash: '[u8;32]',3588      },3589      BadFormat: {3590        messageHash: '[u8;32]',3591      },3592      XcmpMessageSent: {3593        messageHash: '[u8;32]',3594      },3595      OverweightEnqueued: {3596        sender: 'u32',3597        sentAt: 'u32',3598        index: 'u64',3599        required: 'SpWeightsWeightV2Weight',3600      },3601      OverweightServiced: {3602        index: 'u64',3603        used: 'SpWeightsWeightV2Weight'3604      }3605    }3606  },3607  /**3608   * Lookup368: pallet_xcm::pallet::Event<T>3609   **/3610  PalletXcmEvent: {3611    _enum: {3612      Attempted: {3613        outcome: 'StagingXcmV3TraitsOutcome',3614      },3615      Sent: {3616        origin: 'StagingXcmV3MultiLocation',3617        destination: 'StagingXcmV3MultiLocation',3618        message: 'StagingXcmV3Xcm',3619        messageId: '[u8;32]',3620      },3621      UnexpectedResponse: {3622        origin: 'StagingXcmV3MultiLocation',3623        queryId: 'u64',3624      },3625      ResponseReady: {3626        queryId: 'u64',3627        response: 'StagingXcmV3Response',3628      },3629      Notified: {3630        queryId: 'u64',3631        palletIndex: 'u8',3632        callIndex: 'u8',3633      },3634      NotifyOverweight: {3635        queryId: 'u64',3636        palletIndex: 'u8',3637        callIndex: 'u8',3638        actualWeight: 'SpWeightsWeightV2Weight',3639        maxBudgetedWeight: 'SpWeightsWeightV2Weight',3640      },3641      NotifyDispatchError: {3642        queryId: 'u64',3643        palletIndex: 'u8',3644        callIndex: 'u8',3645      },3646      NotifyDecodeFailed: {3647        queryId: 'u64',3648        palletIndex: 'u8',3649        callIndex: 'u8',3650      },3651      InvalidResponder: {3652        origin: 'StagingXcmV3MultiLocation',3653        queryId: 'u64',3654        expectedLocation: 'Option<StagingXcmV3MultiLocation>',3655      },3656      InvalidResponderVersion: {3657        origin: 'StagingXcmV3MultiLocation',3658        queryId: 'u64',3659      },3660      ResponseTaken: {3661        queryId: 'u64',3662      },3663      AssetsTrapped: {3664        _alias: {3665          hash_: 'hash',3666        },3667        hash_: 'H256',3668        origin: 'StagingXcmV3MultiLocation',3669        assets: 'StagingXcmVersionedMultiAssets',3670      },3671      VersionChangeNotified: {3672        destination: 'StagingXcmV3MultiLocation',3673        result: 'u32',3674        cost: 'StagingXcmV3MultiassetMultiAssets',3675        messageId: '[u8;32]',3676      },3677      SupportedVersionChanged: {3678        location: 'StagingXcmV3MultiLocation',3679        version: 'u32',3680      },3681      NotifyTargetSendFail: {3682        location: 'StagingXcmV3MultiLocation',3683        queryId: 'u64',3684        error: 'StagingXcmV3TraitsError',3685      },3686      NotifyTargetMigrationFail: {3687        location: 'StagingXcmVersionedMultiLocation',3688        queryId: 'u64',3689      },3690      InvalidQuerierVersion: {3691        origin: 'StagingXcmV3MultiLocation',3692        queryId: 'u64',3693      },3694      InvalidQuerier: {3695        origin: 'StagingXcmV3MultiLocation',3696        queryId: 'u64',3697        expectedQuerier: 'StagingXcmV3MultiLocation',3698        maybeActualQuerier: 'Option<StagingXcmV3MultiLocation>',3699      },3700      VersionNotifyStarted: {3701        destination: 'StagingXcmV3MultiLocation',3702        cost: 'StagingXcmV3MultiassetMultiAssets',3703        messageId: '[u8;32]',3704      },3705      VersionNotifyRequested: {3706        destination: 'StagingXcmV3MultiLocation',3707        cost: 'StagingXcmV3MultiassetMultiAssets',3708        messageId: '[u8;32]',3709      },3710      VersionNotifyUnrequested: {3711        destination: 'StagingXcmV3MultiLocation',3712        cost: 'StagingXcmV3MultiassetMultiAssets',3713        messageId: '[u8;32]',3714      },3715      FeesPaid: {3716        paying: 'StagingXcmV3MultiLocation',3717        fees: 'StagingXcmV3MultiassetMultiAssets',3718      },3719      AssetsClaimed: {3720        _alias: {3721          hash_: 'hash',3722        },3723        hash_: 'H256',3724        origin: 'StagingXcmV3MultiLocation',3725        assets: 'StagingXcmVersionedMultiAssets'3726      }3727    }3728  },3729  /**3730   * Lookup369: staging_xcm::v3::traits::Outcome3731   **/3732  StagingXcmV3TraitsOutcome: {3733    _enum: {3734      Complete: 'SpWeightsWeightV2Weight',3735      Incomplete: '(SpWeightsWeightV2Weight,StagingXcmV3TraitsError)',3736      Error: 'StagingXcmV3TraitsError'3737    }3738  },3739  /**3740   * Lookup370: cumulus_pallet_xcm::pallet::Event<T>3741   **/3742  CumulusPalletXcmEvent: {3743    _enum: {3744      InvalidFormat: '[u8;32]',3745      UnsupportedVersion: '[u8;32]',3746      ExecutedDownward: '([u8;32],StagingXcmV3TraitsOutcome)'3747    }3748  },3749  /**3750   * Lookup371: cumulus_pallet_dmp_queue::pallet::Event<T>3751   **/3752  CumulusPalletDmpQueueEvent: {3753    _enum: {3754      InvalidFormat: {3755        messageHash: '[u8;32]',3756      },3757      UnsupportedVersion: {3758        messageHash: '[u8;32]',3759      },3760      ExecutedDownward: {3761        messageHash: '[u8;32]',3762        messageId: '[u8;32]',3763        outcome: 'StagingXcmV3TraitsOutcome',3764      },3765      WeightExhausted: {3766        messageHash: '[u8;32]',3767        messageId: '[u8;32]',3768        remainingWeight: 'SpWeightsWeightV2Weight',3769        requiredWeight: 'SpWeightsWeightV2Weight',3770      },3771      OverweightEnqueued: {3772        messageHash: '[u8;32]',3773        messageId: '[u8;32]',3774        overweightIndex: 'u64',3775        requiredWeight: 'SpWeightsWeightV2Weight',3776      },3777      OverweightServiced: {3778        overweightIndex: 'u64',3779        weightUsed: 'SpWeightsWeightV2Weight',3780      },3781      MaxMessagesExhausted: {3782        messageHash: '[u8;32]'3783      }3784    }3785  },3786  /**3787   * Lookup372: pallet_configuration::pallet::Event<T>3788   **/3789  PalletConfigurationEvent: {3790    _enum: {3791      NewDesiredCollators: {3792        desiredCollators: 'Option<u32>',3793      },3794      NewCollatorLicenseBond: {3795        bondCost: 'Option<u128>',3796      },3797      NewCollatorKickThreshold: {3798        lengthInBlocks: 'Option<u32>'3799      }3800    }3801  },3802  /**3803   * Lookup373: pallet_common::pallet::Event<T>3804   **/3805  PalletCommonEvent: {3806    _enum: {3807      CollectionCreated: '(u32,u8,AccountId32)',3808      CollectionDestroyed: 'u32',3809      ItemCreated: '(u32,u32,PalletEvmAccountBasicCrossAccountIdRepr,u128)',3810      ItemDestroyed: '(u32,u32,PalletEvmAccountBasicCrossAccountIdRepr,u128)',3811      Transfer: '(u32,u32,PalletEvmAccountBasicCrossAccountIdRepr,PalletEvmAccountBasicCrossAccountIdRepr,u128)',3812      Approved: '(u32,u32,PalletEvmAccountBasicCrossAccountIdRepr,PalletEvmAccountBasicCrossAccountIdRepr,u128)',3813      ApprovedForAll: '(u32,PalletEvmAccountBasicCrossAccountIdRepr,PalletEvmAccountBasicCrossAccountIdRepr,bool)',3814      CollectionPropertySet: '(u32,Bytes)',3815      CollectionPropertyDeleted: '(u32,Bytes)',3816      TokenPropertySet: '(u32,u32,Bytes)',3817      TokenPropertyDeleted: '(u32,u32,Bytes)',3818      PropertyPermissionSet: '(u32,Bytes)',3819      AllowListAddressAdded: '(u32,PalletEvmAccountBasicCrossAccountIdRepr)',3820      AllowListAddressRemoved: '(u32,PalletEvmAccountBasicCrossAccountIdRepr)',3821      CollectionAdminAdded: '(u32,PalletEvmAccountBasicCrossAccountIdRepr)',3822      CollectionAdminRemoved: '(u32,PalletEvmAccountBasicCrossAccountIdRepr)',3823      CollectionLimitSet: 'u32',3824      CollectionOwnerChanged: '(u32,AccountId32)',3825      CollectionPermissionSet: 'u32',3826      CollectionSponsorSet: '(u32,AccountId32)',3827      SponsorshipConfirmed: '(u32,AccountId32)',3828      CollectionSponsorRemoved: 'u32'3829    }3830  },3831  /**3832   * Lookup374: pallet_structure::pallet::Event<T>3833   **/3834  PalletStructureEvent: {3835    _enum: {3836      Executed: 'Result<Null, SpRuntimeDispatchError>'3837    }3838  },3839  /**3840   * Lookup375: pallet_app_promotion::pallet::Event<T>3841   **/3842  PalletAppPromotionEvent: {3843    _enum: {3844      StakingRecalculation: '(AccountId32,u128,u128)',3845      Stake: '(AccountId32,u128)',3846      Unstake: '(AccountId32,u128)',3847      SetAdmin: 'AccountId32'3848    }3849  },3850  /**3851   * Lookup376: pallet_foreign_assets::module::Event<T>3852   **/3853  PalletForeignAssetsModuleEvent: {3854    _enum: {3855      ForeignAssetRegistered: {3856        assetId: 'u32',3857        assetAddress: 'StagingXcmV3MultiLocation',3858        metadata: 'PalletForeignAssetsModuleAssetMetadata',3859      },3860      ForeignAssetUpdated: {3861        assetId: 'u32',3862        assetAddress: 'StagingXcmV3MultiLocation',3863        metadata: 'PalletForeignAssetsModuleAssetMetadata',3864      },3865      AssetRegistered: {3866        assetId: 'PalletForeignAssetsAssetId',3867        metadata: 'PalletForeignAssetsModuleAssetMetadata',3868      },3869      AssetUpdated: {3870        assetId: 'PalletForeignAssetsAssetId',3871        metadata: 'PalletForeignAssetsModuleAssetMetadata'3872      }3873    }3874  },3875  /**3876   * Lookup377: pallet_evm::pallet::Event<T>3877   **/3878  PalletEvmEvent: {3879    _enum: {3880      Log: {3881        log: 'EthereumLog',3882      },3883      Created: {3884        address: 'H160',3885      },3886      CreatedFailed: {3887        address: 'H160',3888      },3889      Executed: {3890        address: 'H160',3891      },3892      ExecutedFailed: {3893        address: 'H160'3894      }3895    }3896  },3897  /**3898   * Lookup378: pallet_ethereum::pallet::Event3899   **/3900  PalletEthereumEvent: {3901    _enum: {3902      Executed: {3903        from: 'H160',3904        to: 'H160',3905        transactionHash: 'H256',3906        exitReason: 'EvmCoreErrorExitReason',3907        extraData: 'Bytes'3908      }3909    }3910  },3911  /**3912   * Lookup379: evm_core::error::ExitReason3913   **/3914  EvmCoreErrorExitReason: {3915    _enum: {3916      Succeed: 'EvmCoreErrorExitSucceed',3917      Error: 'EvmCoreErrorExitError',3918      Revert: 'EvmCoreErrorExitRevert',3919      Fatal: 'EvmCoreErrorExitFatal'3920    }3921  },3922  /**3923   * Lookup380: evm_core::error::ExitSucceed3924   **/3925  EvmCoreErrorExitSucceed: {3926    _enum: ['Stopped', 'Returned', 'Suicided']3927  },3928  /**3929   * Lookup381: evm_core::error::ExitError3930   **/3931  EvmCoreErrorExitError: {3932    _enum: {3933      StackUnderflow: 'Null',3934      StackOverflow: 'Null',3935      InvalidJump: 'Null',3936      InvalidRange: 'Null',3937      DesignatedInvalid: 'Null',3938      CallTooDeep: 'Null',3939      CreateCollision: 'Null',3940      CreateContractLimit: 'Null',3941      OutOfOffset: 'Null',3942      OutOfGas: 'Null',3943      OutOfFund: 'Null',3944      PCUnderflow: 'Null',3945      CreateEmpty: 'Null',3946      Other: 'Text',3947      MaxNonce: 'Null',3948      InvalidCode: 'u8'3949    }3950  },3951  /**3952   * Lookup385: evm_core::error::ExitRevert3953   **/3954  EvmCoreErrorExitRevert: {3955    _enum: ['Reverted']3956  },3957  /**3958   * Lookup386: evm_core::error::ExitFatal3959   **/3960  EvmCoreErrorExitFatal: {3961    _enum: {3962      NotSupported: 'Null',3963      UnhandledInterrupt: 'Null',3964      CallErrorAsFatal: 'EvmCoreErrorExitError',3965      Other: 'Text'3966    }3967  },3968  /**3969   * Lookup387: pallet_evm_contract_helpers::pallet::Event<T>3970   **/3971  PalletEvmContractHelpersEvent: {3972    _enum: {3973      ContractSponsorSet: '(H160,AccountId32)',3974      ContractSponsorshipConfirmed: '(H160,AccountId32)',3975      ContractSponsorRemoved: 'H160'3976    }3977  },3978  /**3979   * Lookup388: pallet_evm_migration::pallet::Event<T>3980   **/3981  PalletEvmMigrationEvent: {3982    _enum: ['TestEvent']3983  },3984  /**3985   * Lookup389: pallet_maintenance::pallet::Event<T>3986   **/3987  PalletMaintenanceEvent: {3988    _enum: ['MaintenanceEnabled', 'MaintenanceDisabled']3989  },3990  /**3991   * Lookup390: pallet_utility::pallet::Event3992   **/3993  PalletUtilityEvent: {3994    _enum: {3995      BatchInterrupted: {3996        index: 'u32',3997        error: 'SpRuntimeDispatchError',3998      },3999      BatchCompleted: 'Null',4000      BatchCompletedWithErrors: 'Null',4001      ItemCompleted: 'Null',4002      ItemFailed: {4003        error: 'SpRuntimeDispatchError',4004      },4005      DispatchedAs: {4006        result: 'Result<Null, SpRuntimeDispatchError>'4007      }4008    }4009  },4010  /**4011   * Lookup391: pallet_test_utils::pallet::Event<T>4012   **/4013  PalletTestUtilsEvent: {4014    _enum: ['ValueIsSet', 'ShouldRollback', 'BatchCompleted']4015  },4016  /**4017   * Lookup392: frame_system::Phase4018   **/4019  FrameSystemPhase: {4020    _enum: {4021      ApplyExtrinsic: 'u32',4022      Finalization: 'Null',4023      Initialization: 'Null'4024    }4025  },4026  /**4027   * Lookup394: frame_system::LastRuntimeUpgradeInfo4028   **/4029  FrameSystemLastRuntimeUpgradeInfo: {4030    specVersion: 'Compact<u32>',4031    specName: 'Text'4032  },4033  /**4034   * Lookup395: frame_system::limits::BlockWeights4035   **/4036  FrameSystemLimitsBlockWeights: {4037    baseBlock: 'SpWeightsWeightV2Weight',4038    maxBlock: 'SpWeightsWeightV2Weight',4039    perClass: 'FrameSupportDispatchPerDispatchClassWeightsPerClass'4040  },4041  /**4042   * Lookup396: frame_support::dispatch::PerDispatchClass<frame_system::limits::WeightsPerClass>4043   **/4044  FrameSupportDispatchPerDispatchClassWeightsPerClass: {4045    normal: 'FrameSystemLimitsWeightsPerClass',4046    operational: 'FrameSystemLimitsWeightsPerClass',4047    mandatory: 'FrameSystemLimitsWeightsPerClass'4048  },4049  /**4050   * Lookup397: frame_system::limits::WeightsPerClass4051   **/4052  FrameSystemLimitsWeightsPerClass: {4053    baseExtrinsic: 'SpWeightsWeightV2Weight',4054    maxExtrinsic: 'Option<SpWeightsWeightV2Weight>',4055    maxTotal: 'Option<SpWeightsWeightV2Weight>',4056    reserved: 'Option<SpWeightsWeightV2Weight>'4057  },4058  /**4059   * Lookup399: frame_system::limits::BlockLength4060   **/4061  FrameSystemLimitsBlockLength: {4062    max: 'FrameSupportDispatchPerDispatchClassU32'4063  },4064  /**4065   * Lookup400: frame_support::dispatch::PerDispatchClass<T>4066   **/4067  FrameSupportDispatchPerDispatchClassU32: {4068    normal: 'u32',4069    operational: 'u32',4070    mandatory: 'u32'4071  },4072  /**4073   * Lookup401: sp_weights::RuntimeDbWeight4074   **/4075  SpWeightsRuntimeDbWeight: {4076    read: 'u64',4077    write: 'u64'4078  },4079  /**4080   * Lookup402: sp_version::RuntimeVersion4081   **/4082  SpVersionRuntimeVersion: {4083    specName: 'Text',4084    implName: 'Text',4085    authoringVersion: 'u32',4086    specVersion: 'u32',4087    implVersion: 'u32',4088    apis: 'Vec<([u8;8],u32)>',4089    transactionVersion: 'u32',4090    stateVersion: 'u8'4091  },4092  /**4093   * Lookup406: frame_system::pallet::Error<T>4094   **/4095  FrameSystemError: {4096    _enum: ['InvalidSpecName', 'SpecVersionNeedsToIncrease', 'FailedToExtractRuntimeVersion', 'NonDefaultComposite', 'NonZeroRefCount', 'CallFiltered']4097  },4098  /**4099   * Lookup408: cumulus_pallet_parachain_system::unincluded_segment::Ancestor<primitive_types::H256>4100   **/4101  CumulusPalletParachainSystemUnincludedSegmentAncestor: {4102    usedBandwidth: 'CumulusPalletParachainSystemUnincludedSegmentUsedBandwidth',4103    paraHeadHash: 'Option<H256>',4104    consumedGoAheadSignal: 'Option<PolkadotPrimitivesV5UpgradeGoAhead>'4105  },4106  /**4107   * Lookup409: cumulus_pallet_parachain_system::unincluded_segment::UsedBandwidth4108   **/4109  CumulusPalletParachainSystemUnincludedSegmentUsedBandwidth: {4110    umpMsgCount: 'u32',4111    umpTotalBytes: 'u32',4112    hrmpOutgoing: 'BTreeMap<u32, CumulusPalletParachainSystemUnincludedSegmentHrmpChannelUpdate>'4113  },4114  /**4115   * Lookup411: cumulus_pallet_parachain_system::unincluded_segment::HrmpChannelUpdate4116   **/4117  CumulusPalletParachainSystemUnincludedSegmentHrmpChannelUpdate: {4118    msgCount: 'u32',4119    totalBytes: 'u32'4120  },4121  /**4122   * Lookup415: polkadot_primitives::v5::UpgradeGoAhead4123   **/4124  PolkadotPrimitivesV5UpgradeGoAhead: {4125    _enum: ['Abort', 'GoAhead']4126  },4127  /**4128   * Lookup416: cumulus_pallet_parachain_system::unincluded_segment::SegmentTracker<primitive_types::H256>4129   **/4130  CumulusPalletParachainSystemUnincludedSegmentSegmentTracker: {4131    usedBandwidth: 'CumulusPalletParachainSystemUnincludedSegmentUsedBandwidth',4132    hrmpWatermark: 'Option<u32>',4133    consumedGoAheadSignal: 'Option<PolkadotPrimitivesV5UpgradeGoAhead>'4134  },4135  /**4136   * Lookup418: polkadot_primitives::v5::UpgradeRestriction4137   **/4138  PolkadotPrimitivesV5UpgradeRestriction: {4139    _enum: ['Present']4140  },4141  /**4142   * Lookup419: cumulus_pallet_parachain_system::relay_state_snapshot::MessagingStateSnapshot4143   **/4144  CumulusPalletParachainSystemRelayStateSnapshotMessagingStateSnapshot: {4145    dmqMqcHead: 'H256',4146    relayDispatchQueueRemainingCapacity: 'CumulusPalletParachainSystemRelayStateSnapshotRelayDispatchQueueRemainingCapacity',4147    ingressChannels: 'Vec<(u32,PolkadotPrimitivesV5AbridgedHrmpChannel)>',4148    egressChannels: 'Vec<(u32,PolkadotPrimitivesV5AbridgedHrmpChannel)>'4149  },4150  /**4151   * Lookup420: cumulus_pallet_parachain_system::relay_state_snapshot::RelayDispatchQueueRemainingCapacity4152   **/4153  CumulusPalletParachainSystemRelayStateSnapshotRelayDispatchQueueRemainingCapacity: {4154    remainingCount: 'u32',4155    remainingSize: 'u32'4156  },4157  /**4158   * Lookup423: polkadot_primitives::v5::AbridgedHrmpChannel4159   **/4160  PolkadotPrimitivesV5AbridgedHrmpChannel: {4161    maxCapacity: 'u32',4162    maxTotalSize: 'u32',4163    maxMessageSize: 'u32',4164    msgCount: 'u32',4165    totalSize: 'u32',4166    mqcHead: 'Option<H256>'4167  },4168  /**4169   * Lookup424: polkadot_primitives::v5::AbridgedHostConfiguration4170   **/4171  PolkadotPrimitivesV5AbridgedHostConfiguration: {4172    maxCodeSize: 'u32',4173    maxHeadDataSize: 'u32',4174    maxUpwardQueueCount: 'u32',4175    maxUpwardQueueSize: 'u32',4176    maxUpwardMessageSize: 'u32',4177    maxUpwardMessageNumPerCandidate: 'u32',4178    hrmpMaxMessageNumPerCandidate: 'u32',4179    validationUpgradeCooldown: 'u32',4180    validationUpgradeDelay: 'u32',4181    asyncBackingParams: 'PolkadotPrimitivesVstagingAsyncBackingParams'4182  },4183  /**4184   * Lookup425: polkadot_primitives::vstaging::AsyncBackingParams4185   **/4186  PolkadotPrimitivesVstagingAsyncBackingParams: {4187    maxCandidateDepth: 'u32',4188    allowedAncestryLen: 'u32'4189  },4190  /**4191   * Lookup431: polkadot_core_primitives::OutboundHrmpMessage<polkadot_parachain_primitives::primitives::Id>4192   **/4193  PolkadotCorePrimitivesOutboundHrmpMessage: {4194    recipient: 'u32',4195    data: 'Bytes'4196  },4197  /**4198   * Lookup432: cumulus_pallet_parachain_system::CodeUpgradeAuthorization<T>4199   **/4200  CumulusPalletParachainSystemCodeUpgradeAuthorization: {4201    codeHash: 'H256',4202    checkVersion: 'bool'4203  },4204  /**4205   * Lookup433: cumulus_pallet_parachain_system::pallet::Error<T>4206   **/4207  CumulusPalletParachainSystemError: {4208    _enum: ['OverlappingUpgrades', 'ProhibitedByPolkadot', 'TooBig', 'ValidationDataNotAvailable', 'HostConfigurationNotAvailable', 'NotScheduled', 'NothingAuthorized', 'Unauthorized']4209  },4210  /**4211   * Lookup435: pallet_collator_selection::pallet::Error<T>4212   **/4213  PalletCollatorSelectionError: {4214    _enum: ['TooManyCandidates', 'Unknown', 'Permission', 'AlreadyHoldingLicense', 'NoLicense', 'AlreadyCandidate', 'NotCandidate', 'TooManyInvulnerables', 'TooFewInvulnerables', 'AlreadyInvulnerable', 'NotInvulnerable', 'NoAssociatedValidatorId', 'ValidatorNotRegistered']4215  },4216  /**4217   * Lookup439: sp_core::crypto::KeyTypeId4218   **/4219  SpCoreCryptoKeyTypeId: '[u8;4]',4220  /**4221   * Lookup440: pallet_session::pallet::Error<T>4222   **/4223  PalletSessionError: {4224    _enum: ['InvalidProof', 'NoAssociatedValidatorId', 'DuplicatedKey', 'NoKeys', 'NoAccount']4225  },4226  /**4227   * Lookup446: pallet_balances::types::BalanceLock<Balance>4228   **/4229  PalletBalancesBalanceLock: {4230    id: '[u8;8]',4231    amount: 'u128',4232    reasons: 'PalletBalancesReasons'4233  },4234  /**4235   * Lookup447: pallet_balances::types::Reasons4236   **/4237  PalletBalancesReasons: {4238    _enum: ['Fee', 'Misc', 'All']4239  },4240  /**4241   * Lookup450: pallet_balances::types::ReserveData<ReserveIdentifier, Balance>4242   **/4243  PalletBalancesReserveData: {4244    id: '[u8;16]',4245    amount: 'u128'4246  },4247  /**4248   * Lookup454: opal_runtime::RuntimeHoldReason4249   **/4250  OpalRuntimeRuntimeHoldReason: {4251    _enum: {4252      __Unused0: 'Null',4253      __Unused1: 'Null',4254      __Unused2: 'Null',4255      __Unused3: 'Null',4256      __Unused4: 'Null',4257      __Unused5: 'Null',4258      __Unused6: 'Null',4259      __Unused7: 'Null',4260      __Unused8: 'Null',4261      __Unused9: 'Null',4262      __Unused10: 'Null',4263      __Unused11: 'Null',4264      __Unused12: 'Null',4265      __Unused13: 'Null',4266      __Unused14: 'Null',4267      __Unused15: 'Null',4268      __Unused16: 'Null',4269      __Unused17: 'Null',4270      __Unused18: 'Null',4271      __Unused19: 'Null',4272      __Unused20: 'Null',4273      __Unused21: 'Null',4274      __Unused22: 'Null',4275      CollatorSelection: 'PalletCollatorSelectionHoldReason'4276    }4277  },4278  /**4279   * Lookup455: pallet_collator_selection::pallet::HoldReason4280   **/4281  PalletCollatorSelectionHoldReason: {4282    _enum: ['LicenseBond']4283  },4284  /**4285   * Lookup458: pallet_balances::types::IdAmount<Id, Balance>4286   **/4287  PalletBalancesIdAmount: {4288    id: '[u8;16]',4289    amount: 'u128'4290  },4291  /**4292   * Lookup460: pallet_balances::pallet::Error<T, I>4293   **/4294  PalletBalancesError: {4295    _enum: ['VestingBalance', 'LiquidityRestrictions', 'InsufficientBalance', 'ExistentialDeposit', 'Expendability', 'ExistingVestingSchedule', 'DeadAccount', 'TooManyReserves', 'TooManyHolds', 'TooManyFreezes']4296  },4297  /**4298   * Lookup462: pallet_transaction_payment::Releases4299   **/4300  PalletTransactionPaymentReleases: {4301    _enum: ['V1Ancient', 'V2']4302  },4303  /**4304   * Lookup463: pallet_treasury::Proposal<sp_core::crypto::AccountId32, Balance>4305   **/4306  PalletTreasuryProposal: {4307    proposer: 'AccountId32',4308    value: 'u128',4309    beneficiary: 'AccountId32',4310    bond: 'u128'4311  },4312  /**4313   * Lookup466: frame_support::PalletId4314   **/4315  FrameSupportPalletId: '[u8;8]',4316  /**4317   * Lookup467: pallet_treasury::pallet::Error<T, I>4318   **/4319  PalletTreasuryError: {4320    _enum: ['InsufficientProposersBalance', 'InvalidIndex', 'TooManyApprovals', 'InsufficientPermission', 'ProposalNotApproved']4321  },4322  /**4323   * Lookup468: pallet_sudo::pallet::Error<T>4324   **/4325  PalletSudoError: {4326    _enum: ['RequireSudo']4327  },4328  /**4329   * Lookup470: orml_vesting::module::Error<T>4330   **/4331  OrmlVestingModuleError: {4332    _enum: ['ZeroVestingPeriod', 'ZeroVestingPeriodCount', 'InsufficientBalanceToLock', 'TooManyVestingSchedules', 'AmountLow', 'MaxVestingSchedulesExceeded']4333  },4334  /**4335   * Lookup471: orml_xtokens::module::Error<T>4336   **/4337  OrmlXtokensModuleError: {4338    _enum: ['AssetHasNoReserve', 'NotCrossChainTransfer', 'InvalidDest', 'NotCrossChainTransferableCurrency', 'UnweighableMessage', 'XcmExecutionFailed', 'CannotReanchor', 'InvalidAncestry', 'InvalidAsset', 'DestinationNotInvertible', 'BadVersion', 'DistinctReserveForAssetAndFee', 'ZeroFee', 'ZeroAmount', 'TooManyAssetsBeingSent', 'AssetIndexNonExistent', 'FeeNotEnough', 'NotSupportedMultiLocation', 'MinXcmFeeNotDefined']4339  },4340  /**4341   * Lookup474: orml_tokens::BalanceLock<Balance>4342   **/4343  OrmlTokensBalanceLock: {4344    id: '[u8;8]',4345    amount: 'u128'4346  },4347  /**4348   * Lookup476: orml_tokens::AccountData<Balance>4349   **/4350  OrmlTokensAccountData: {4351    free: 'u128',4352    reserved: 'u128',4353    frozen: 'u128'4354  },4355  /**4356   * Lookup478: orml_tokens::ReserveData<ReserveIdentifier, Balance>4357   **/4358  OrmlTokensReserveData: {4359    id: 'Null',4360    amount: 'u128'4361  },4362  /**4363   * Lookup480: orml_tokens::module::Error<T>4364   **/4365  OrmlTokensModuleError: {4366    _enum: ['BalanceTooLow', 'AmountIntoBalanceFailed', 'LiquidityRestrictions', 'MaxLocksExceeded', 'KeepAlive', 'ExistentialDeposit', 'DeadAccount', 'TooManyReserves']4367  },4368  /**4369   * Lookup485: pallet_identity::types::RegistrarInfo<Balance, sp_core::crypto::AccountId32>4370   **/4371  PalletIdentityRegistrarInfo: {4372    account: 'AccountId32',4373    fee: 'u128',4374    fields: 'PalletIdentityBitFlags'4375  },4376  /**4377   * Lookup487: pallet_identity::pallet::Error<T>4378   **/4379  PalletIdentityError: {4380    _enum: ['TooManySubAccounts', 'NotFound', 'NotNamed', 'EmptyIndex', 'FeeChanged', 'NoIdentity', 'StickyJudgement', 'JudgementGiven', 'InvalidJudgement', 'InvalidIndex', 'InvalidTarget', 'TooManyFields', 'TooManyRegistrars', 'AlreadyClaimed', 'NotSub', 'NotOwned', 'JudgementForDifferentIdentity', 'JudgementPaymentFailed']4381  },4382  /**4383   * Lookup488: pallet_preimage::RequestStatus<sp_core::crypto::AccountId32, Balance>4384   **/4385  PalletPreimageRequestStatus: {4386    _enum: {4387      Unrequested: {4388        deposit: '(AccountId32,u128)',4389        len: 'u32',4390      },4391      Requested: {4392        deposit: 'Option<(AccountId32,u128)>',4393        count: 'u32',4394        len: 'Option<u32>'4395      }4396    }4397  },4398  /**4399   * Lookup493: pallet_preimage::pallet::Error<T>4400   **/4401  PalletPreimageError: {4402    _enum: ['TooBig', 'AlreadyNoted', 'NotAuthorized', 'NotNoted', 'Requested', 'NotRequested']4403  },4404  /**4405   * Lookup499: pallet_democracy::types::ReferendumInfo<BlockNumber, frame_support::traits::preimages::Bounded<opal_runtime::RuntimeCall>, Balance>4406   **/4407  PalletDemocracyReferendumInfo: {4408    _enum: {4409      Ongoing: 'PalletDemocracyReferendumStatus',4410      Finished: {4411        approved: 'bool',4412        end: 'u32'4413      }4414    }4415  },4416  /**4417   * Lookup500: pallet_democracy::types::ReferendumStatus<BlockNumber, frame_support::traits::preimages::Bounded<opal_runtime::RuntimeCall>, Balance>4418   **/4419  PalletDemocracyReferendumStatus: {4420    end: 'u32',4421    proposal: 'FrameSupportPreimagesBounded',4422    threshold: 'PalletDemocracyVoteThreshold',4423    delay: 'u32',4424    tally: 'PalletDemocracyTally'4425  },4426  /**4427   * Lookup501: pallet_democracy::types::Tally<Balance>4428   **/4429  PalletDemocracyTally: {4430    ayes: 'u128',4431    nays: 'u128',4432    turnout: 'u128'4433  },4434  /**4435   * Lookup502: pallet_democracy::vote::Voting<Balance, sp_core::crypto::AccountId32, BlockNumber, MaxVotes>4436   **/4437  PalletDemocracyVoteVoting: {4438    _enum: {4439      Direct: {4440        votes: 'Vec<(u32,PalletDemocracyVoteAccountVote)>',4441        delegations: 'PalletDemocracyDelegations',4442        prior: 'PalletDemocracyVotePriorLock',4443      },4444      Delegating: {4445        balance: 'u128',4446        target: 'AccountId32',4447        conviction: 'PalletDemocracyConviction',4448        delegations: 'PalletDemocracyDelegations',4449        prior: 'PalletDemocracyVotePriorLock'4450      }4451    }4452  },4453  /**4454   * Lookup506: pallet_democracy::types::Delegations<Balance>4455   **/4456  PalletDemocracyDelegations: {4457    votes: 'u128',4458    capital: 'u128'4459  },4460  /**4461   * Lookup507: pallet_democracy::vote::PriorLock<BlockNumber, Balance>4462   **/4463  PalletDemocracyVotePriorLock: '(u32,u128)',4464  /**4465   * Lookup510: pallet_democracy::pallet::Error<T>4466   **/4467  PalletDemocracyError: {4468    _enum: ['ValueLow', 'ProposalMissing', 'AlreadyCanceled', 'DuplicateProposal', 'ProposalBlacklisted', 'NotSimpleMajority', 'InvalidHash', 'NoProposal', 'AlreadyVetoed', 'ReferendumInvalid', 'NoneWaiting', 'NotVoter', 'NoPermission', 'AlreadyDelegating', 'InsufficientFunds', 'NotDelegating', 'VotesExist', 'InstantNotAllowed', 'Nonsense', 'WrongUpperBound', 'MaxVotesReached', 'TooMany', 'VotingPeriodLow', 'PreimageNotExist']4469  },4470  /**4471   * Lookup512: pallet_collective::Votes<sp_core::crypto::AccountId32, BlockNumber>4472   **/4473  PalletCollectiveVotes: {4474    index: 'u32',4475    threshold: 'u32',4476    ayes: 'Vec<AccountId32>',4477    nays: 'Vec<AccountId32>',4478    end: 'u32'4479  },4480  /**4481   * Lookup513: pallet_collective::pallet::Error<T, I>4482   **/4483  PalletCollectiveError: {4484    _enum: ['NotMember', 'DuplicateProposal', 'ProposalMissing', 'WrongIndex', 'DuplicateVote', 'AlreadyInitialized', 'TooEarly', 'TooManyProposals', 'WrongProposalWeight', 'WrongProposalLength', 'PrimeAccountNotMember']4485  },4486  /**4487   * Lookup517: pallet_membership::pallet::Error<T, I>4488   **/4489  PalletMembershipError: {4490    _enum: ['AlreadyMember', 'NotMember', 'TooManyMembers']4491  },4492  /**4493   * Lookup520: pallet_ranked_collective::MemberRecord4494   **/4495  PalletRankedCollectiveMemberRecord: {4496    rank: 'u16'4497  },4498  /**4499   * Lookup525: pallet_ranked_collective::pallet::Error<T, I>4500   **/4501  PalletRankedCollectiveError: {4502    _enum: ['AlreadyMember', 'NotMember', 'NotPolling', 'Ongoing', 'NoneRemaining', 'Corruption', 'RankTooLow', 'InvalidWitness', 'NoPermission']4503  },4504  /**4505   * Lookup526: pallet_referenda::types::ReferendumInfo<TrackId, opal_runtime::OriginCaller, Moment, frame_support::traits::preimages::Bounded<opal_runtime::RuntimeCall>, Balance, pallet_ranked_collective::Tally<T, I, M>, sp_core::crypto::AccountId32, ScheduleAddress>4506   **/4507  PalletReferendaReferendumInfo: {4508    _enum: {4509      Ongoing: 'PalletReferendaReferendumStatus',4510      Approved: '(u32,Option<PalletReferendaDeposit>,Option<PalletReferendaDeposit>)',4511      Rejected: '(u32,Option<PalletReferendaDeposit>,Option<PalletReferendaDeposit>)',4512      Cancelled: '(u32,Option<PalletReferendaDeposit>,Option<PalletReferendaDeposit>)',4513      TimedOut: '(u32,Option<PalletReferendaDeposit>,Option<PalletReferendaDeposit>)',4514      Killed: 'u32'4515    }4516  },4517  /**4518   * Lookup527: pallet_referenda::types::ReferendumStatus<TrackId, opal_runtime::OriginCaller, Moment, frame_support::traits::preimages::Bounded<opal_runtime::RuntimeCall>, Balance, pallet_ranked_collective::Tally<T, I, M>, sp_core::crypto::AccountId32, ScheduleAddress>4519   **/4520  PalletReferendaReferendumStatus: {4521    track: 'u16',4522    origin: 'OpalRuntimeOriginCaller',4523    proposal: 'FrameSupportPreimagesBounded',4524    enactment: 'FrameSupportScheduleDispatchTime',4525    submitted: 'u32',4526    submissionDeposit: 'PalletReferendaDeposit',4527    decisionDeposit: 'Option<PalletReferendaDeposit>',4528    deciding: 'Option<PalletReferendaDecidingStatus>',4529    tally: 'PalletRankedCollectiveTally',4530    inQueue: 'bool',4531    alarm: 'Option<(u32,(u32,u32))>'4532  },4533  /**4534   * Lookup528: pallet_referenda::types::Deposit<sp_core::crypto::AccountId32, Balance>4535   **/4536  PalletReferendaDeposit: {4537    who: 'AccountId32',4538    amount: 'u128'4539  },4540  /**4541   * Lookup531: pallet_referenda::types::DecidingStatus<BlockNumber>4542   **/4543  PalletReferendaDecidingStatus: {4544    since: 'u32',4545    confirming: 'Option<u32>'4546  },4547  /**4548   * Lookup537: pallet_referenda::types::TrackInfo<Balance, Moment>4549   **/4550  PalletReferendaTrackInfo: {4551    name: 'Text',4552    maxDeciding: 'u32',4553    decisionDeposit: 'u128',4554    preparePeriod: 'u32',4555    decisionPeriod: 'u32',4556    confirmPeriod: 'u32',4557    minEnactmentPeriod: 'u32',4558    minApproval: 'PalletReferendaCurve',4559    minSupport: 'PalletReferendaCurve'4560  },4561  /**4562   * Lookup538: pallet_referenda::types::Curve4563   **/4564  PalletReferendaCurve: {4565    _enum: {4566      LinearDecreasing: {4567        length: 'Perbill',4568        floor: 'Perbill',4569        ceil: 'Perbill',4570      },4571      SteppedDecreasing: {4572        begin: 'Perbill',4573        end: 'Perbill',4574        step: 'Perbill',4575        period: 'Perbill',4576      },4577      Reciprocal: {4578        factor: 'i64',4579        xOffset: 'i64',4580        yOffset: 'i64'4581      }4582    }4583  },4584  /**4585   * Lookup541: pallet_referenda::pallet::Error<T, I>4586   **/4587  PalletReferendaError: {4588    _enum: ['NotOngoing', 'HasDeposit', 'BadTrack', 'Full', 'QueueEmpty', 'BadReferendum', 'NothingToDo', 'NoTrack', 'Unfinished', 'NoPermission', 'NoDeposit', 'BadStatus', 'PreimageNotExist']4589  },4590  /**4591   * Lookup544: pallet_scheduler::Scheduled<Name, frame_support::traits::preimages::Bounded<opal_runtime::RuntimeCall>, BlockNumber, opal_runtime::OriginCaller, sp_core::crypto::AccountId32>4592   **/4593  PalletSchedulerScheduled: {4594    maybeId: 'Option<[u8;32]>',4595    priority: 'u8',4596    call: 'FrameSupportPreimagesBounded',4597    maybePeriodic: 'Option<(u32,u32)>',4598    origin: 'OpalRuntimeOriginCaller'4599  },4600  /**4601   * Lookup546: pallet_scheduler::pallet::Error<T>4602   **/4603  PalletSchedulerError: {4604    _enum: ['FailedToSchedule', 'NotFound', 'TargetBlockNumberInPast', 'RescheduleNoChange', 'Named']4605  },4606  /**4607   * Lookup548: cumulus_pallet_xcmp_queue::InboundChannelDetails4608   **/4609  CumulusPalletXcmpQueueInboundChannelDetails: {4610    sender: 'u32',4611    state: 'CumulusPalletXcmpQueueInboundState',4612    messageMetadata: 'Vec<(u32,PolkadotParachainPrimitivesPrimitivesXcmpMessageFormat)>'4613  },4614  /**4615   * Lookup549: cumulus_pallet_xcmp_queue::InboundState4616   **/4617  CumulusPalletXcmpQueueInboundState: {4618    _enum: ['Ok', 'Suspended']4619  },4620  /**4621   * Lookup552: polkadot_parachain_primitives::primitives::XcmpMessageFormat4622   **/4623  PolkadotParachainPrimitivesPrimitivesXcmpMessageFormat: {4624    _enum: ['ConcatenatedVersionedXcm', 'ConcatenatedEncodedBlob', 'Signals']4625  },4626  /**4627   * Lookup555: cumulus_pallet_xcmp_queue::OutboundChannelDetails4628   **/4629  CumulusPalletXcmpQueueOutboundChannelDetails: {4630    recipient: 'u32',4631    state: 'CumulusPalletXcmpQueueOutboundState',4632    signalsExist: 'bool',4633    firstIndex: 'u16',4634    lastIndex: 'u16'4635  },4636  /**4637   * Lookup556: cumulus_pallet_xcmp_queue::OutboundState4638   **/4639  CumulusPalletXcmpQueueOutboundState: {4640    _enum: ['Ok', 'Suspended']4641  },4642  /**4643   * Lookup558: cumulus_pallet_xcmp_queue::QueueConfigData4644   **/4645  CumulusPalletXcmpQueueQueueConfigData: {4646    suspendThreshold: 'u32',4647    dropThreshold: 'u32',4648    resumeThreshold: 'u32',4649    thresholdWeight: 'SpWeightsWeightV2Weight',4650    weightRestrictDecay: 'SpWeightsWeightV2Weight',4651    xcmpMaxIndividualWeight: 'SpWeightsWeightV2Weight'4652  },4653  /**4654   * Lookup560: cumulus_pallet_xcmp_queue::pallet::Error<T>4655   **/4656  CumulusPalletXcmpQueueError: {4657    _enum: ['FailedToSend', 'BadXcmOrigin', 'BadXcm', 'BadOverweightIndex', 'WeightOverLimit']4658  },4659  /**4660   * Lookup561: pallet_xcm::pallet::QueryStatus<BlockNumber>4661   **/4662  PalletXcmQueryStatus: {4663    _enum: {4664      Pending: {4665        responder: 'StagingXcmVersionedMultiLocation',4666        maybeMatchQuerier: 'Option<StagingXcmVersionedMultiLocation>',4667        maybeNotify: 'Option<(u8,u8)>',4668        timeout: 'u32',4669      },4670      VersionNotifier: {4671        origin: 'StagingXcmVersionedMultiLocation',4672        isActive: 'bool',4673      },4674      Ready: {4675        response: 'StagingXcmVersionedResponse',4676        at: 'u32'4677      }4678    }4679  },4680  /**4681   * Lookup565: staging_xcm::VersionedResponse4682   **/4683  StagingXcmVersionedResponse: {4684    _enum: {4685      __Unused0: 'Null',4686      __Unused1: 'Null',4687      V2: 'StagingXcmV2Response',4688      V3: 'StagingXcmV3Response'4689    }4690  },4691  /**4692   * Lookup571: pallet_xcm::pallet::VersionMigrationStage4693   **/4694  PalletXcmVersionMigrationStage: {4695    _enum: {4696      MigrateSupportedVersion: 'Null',4697      MigrateVersionNotifiers: 'Null',4698      NotifyCurrentTargets: 'Option<Bytes>',4699      MigrateAndNotifyOldTargets: 'Null'4700    }4701  },4702  /**4703   * Lookup574: staging_xcm::VersionedAssetId4704   **/4705  StagingXcmVersionedAssetId: {4706    _enum: {4707      __Unused0: 'Null',4708      __Unused1: 'Null',4709      __Unused2: 'Null',4710      V3: 'StagingXcmV3MultiassetAssetId'4711    }4712  },4713  /**4714   * Lookup575: pallet_xcm::pallet::RemoteLockedFungibleRecord<ConsumerIdentifier, MaxConsumers>4715   **/4716  PalletXcmRemoteLockedFungibleRecord: {4717    amount: 'u128',4718    owner: 'StagingXcmVersionedMultiLocation',4719    locker: 'StagingXcmVersionedMultiLocation',4720    consumers: 'Vec<(Null,u128)>'4721  },4722  /**4723   * Lookup582: pallet_xcm::pallet::Error<T>4724   **/4725  PalletXcmError: {4726    _enum: ['Unreachable', 'SendFailure', 'Filtered', 'UnweighableMessage', 'DestinationNotInvertible', 'Empty', 'CannotReanchor', 'TooManyAssets', 'InvalidOrigin', 'BadVersion', 'BadLocation', 'NoSubscription', 'AlreadySubscribed', 'InvalidAsset', 'LowBalance', 'TooManyLocks', 'AccountNotSovereign', 'FeesNotMet', 'LockNotFound', 'InUse']4727  },4728  /**4729   * Lookup583: cumulus_pallet_xcm::pallet::Error<T>4730   **/4731  CumulusPalletXcmError: 'Null',4732  /**4733   * Lookup584: cumulus_pallet_dmp_queue::ConfigData4734   **/4735  CumulusPalletDmpQueueConfigData: {4736    maxIndividual: 'SpWeightsWeightV2Weight'4737  },4738  /**4739   * Lookup585: cumulus_pallet_dmp_queue::PageIndexData4740   **/4741  CumulusPalletDmpQueuePageIndexData: {4742    beginUsed: 'u32',4743    endUsed: 'u32',4744    overweightCount: 'u64'4745  },4746  /**4747   * Lookup588: cumulus_pallet_dmp_queue::pallet::Error<T>4748   **/4749  CumulusPalletDmpQueueError: {4750    _enum: ['Unknown', 'OverLimit']4751  },4752  /**4753   * Lookup592: pallet_unique::pallet::Error<T>4754   **/4755  PalletUniqueError: {4756    _enum: ['CollectionDecimalPointLimitExceeded', 'EmptyArgument', 'RepartitionCalledOnNonRefungibleCollection']4757  },4758  /**4759   * Lookup593: pallet_configuration::pallet::Error<T>4760   **/4761  PalletConfigurationError: {4762    _enum: ['InconsistentConfiguration']4763  },4764  /**4765   * Lookup594: up_data_structs::Collection<sp_core::crypto::AccountId32>4766   **/4767  UpDataStructsCollection: {4768    owner: 'AccountId32',4769    mode: 'UpDataStructsCollectionMode',4770    name: 'Vec<u16>',4771    description: 'Vec<u16>',4772    tokenPrefix: 'Bytes',4773    sponsorship: 'UpDataStructsSponsorshipStateAccountId32',4774    limits: 'UpDataStructsCollectionLimits',4775    permissions: 'UpDataStructsCollectionPermissions',4776    flags: '[u8;1]'4777  },4778  /**4779   * Lookup595: up_data_structs::SponsorshipState<sp_core::crypto::AccountId32>4780   **/4781  UpDataStructsSponsorshipStateAccountId32: {4782    _enum: {4783      Disabled: 'Null',4784      Unconfirmed: 'AccountId32',4785      Confirmed: 'AccountId32'4786    }4787  },4788  /**4789   * Lookup596: up_data_structs::Properties4790   **/4791  UpDataStructsProperties: {4792    map: 'UpDataStructsPropertiesMapBoundedVec',4793    consumedSpace: 'u32',4794    reserved: 'u32'4795  },4796  /**4797   * Lookup597: up_data_structs::PropertiesMap<bounded_collections::bounded_vec::BoundedVec<T, S>>4798   **/4799  UpDataStructsPropertiesMapBoundedVec: 'BTreeMap<Bytes, Bytes>',4800  /**4801   * Lookup602: up_data_structs::PropertiesMap<up_data_structs::PropertyPermission>4802   **/4803  UpDataStructsPropertiesMapPropertyPermission: 'BTreeMap<Bytes, UpDataStructsPropertyPermission>',4804  /**4805   * Lookup609: up_data_structs::CollectionStats4806   **/4807  UpDataStructsCollectionStats: {4808    created: 'u32',4809    destroyed: 'u32',4810    alive: 'u32'4811  },4812  /**4813   * Lookup610: up_data_structs::TokenChild4814   **/4815  UpDataStructsTokenChild: {4816    token: 'u32',4817    collection: 'u32'4818  },4819  /**4820   * Lookup611: PhantomType::up_data_structs<T>4821   **/4822  PhantomTypeUpDataStructs: '[(UpDataStructsTokenData,UpDataStructsRpcCollection,UpPovEstimateRpcPovInfo);0]',4823  /**4824   * Lookup613: up_data_structs::TokenData<pallet_evm::account::BasicCrossAccountIdRepr<sp_core::crypto::AccountId32>>4825   **/4826  UpDataStructsTokenData: {4827    properties: 'Vec<UpDataStructsProperty>',4828    owner: 'Option<PalletEvmAccountBasicCrossAccountIdRepr>',4829    pieces: 'u128'4830  },4831  /**4832   * Lookup614: up_data_structs::RpcCollection<sp_core::crypto::AccountId32>4833   **/4834  UpDataStructsRpcCollection: {4835    owner: 'AccountId32',4836    mode: 'UpDataStructsCollectionMode',4837    name: 'Vec<u16>',4838    description: 'Vec<u16>',4839    tokenPrefix: 'Bytes',4840    sponsorship: 'UpDataStructsSponsorshipStateAccountId32',4841    limits: 'UpDataStructsCollectionLimits',4842    permissions: 'UpDataStructsCollectionPermissions',4843    tokenPropertyPermissions: 'Vec<UpDataStructsPropertyKeyPermission>',4844    properties: 'Vec<UpDataStructsProperty>',4845    readOnly: 'bool',4846    flags: 'UpDataStructsRpcCollectionFlags'4847  },4848  /**4849   * Lookup615: up_data_structs::RpcCollectionFlags4850   **/4851  UpDataStructsRpcCollectionFlags: {4852    foreign: 'bool',4853    erc721metadata: 'bool'4854  },4855  /**4856   * Lookup616: up_pov_estimate_rpc::PovInfo4857   **/4858  UpPovEstimateRpcPovInfo: {4859    proofSize: 'u64',4860    compactProofSize: 'u64',4861    compressedProofSize: 'u64',4862    results: 'Vec<Result<Result<Null, SpRuntimeDispatchError>, SpRuntimeTransactionValidityTransactionValidityError>>',4863    keyValues: 'Vec<UpPovEstimateRpcTrieKeyValue>'4864  },4865  /**4866   * Lookup619: sp_runtime::transaction_validity::TransactionValidityError4867   **/4868  SpRuntimeTransactionValidityTransactionValidityError: {4869    _enum: {4870      Invalid: 'SpRuntimeTransactionValidityInvalidTransaction',4871      Unknown: 'SpRuntimeTransactionValidityUnknownTransaction'4872    }4873  },4874  /**4875   * Lookup620: sp_runtime::transaction_validity::InvalidTransaction4876   **/4877  SpRuntimeTransactionValidityInvalidTransaction: {4878    _enum: {4879      Call: 'Null',4880      Payment: 'Null',4881      Future: 'Null',4882      Stale: 'Null',4883      BadProof: 'Null',4884      AncientBirthBlock: 'Null',4885      ExhaustsResources: 'Null',4886      Custom: 'u8',4887      BadMandatory: 'Null',4888      MandatoryValidation: 'Null',4889      BadSigner: 'Null'4890    }4891  },4892  /**4893   * Lookup621: sp_runtime::transaction_validity::UnknownTransaction4894   **/4895  SpRuntimeTransactionValidityUnknownTransaction: {4896    _enum: {4897      CannotLookup: 'Null',4898      NoUnsignedValidator: 'Null',4899      Custom: 'u8'4900    }4901  },4902  /**4903   * Lookup623: up_pov_estimate_rpc::TrieKeyValue4904   **/4905  UpPovEstimateRpcTrieKeyValue: {4906    key: 'Bytes',4907    value: 'Bytes'4908  },4909  /**4910   * Lookup625: pallet_common::pallet::Error<T>4911   **/4912  PalletCommonError: {4913    _enum: ['CollectionNotFound', 'MustBeTokenOwner', 'NoPermission', 'CantDestroyNotEmptyCollection', 'PublicMintingNotAllowed', 'AddressNotInAllowlist', 'CollectionNameLimitExceeded', 'CollectionDescriptionLimitExceeded', 'CollectionTokenPrefixLimitExceeded', 'TotalCollectionsLimitExceeded', 'CollectionAdminCountExceeded', 'CollectionLimitBoundsExceeded', 'OwnerPermissionsCantBeReverted', 'TransferNotAllowed', 'AccountTokenLimitExceeded', 'CollectionTokenLimitExceeded', 'MetadataFlagFrozen', 'TokenNotFound', 'TokenValueTooLow', 'ApprovedValueTooLow', 'CantApproveMoreThanOwned', 'AddressIsNotEthMirror', 'AddressIsZero', 'UnsupportedOperation', 'NotSufficientFounds', 'UserIsNotAllowedToNest', 'SourceCollectionIsNotAllowedToNest', 'CollectionFieldSizeExceeded', 'NoSpaceForProperty', 'PropertyLimitReached', 'PropertyKeyIsTooLong', 'InvalidCharacterInPropertyKey', 'EmptyPropertyKey', 'CollectionIsExternal', 'CollectionIsInternal', 'ConfirmSponsorshipFail', 'UserIsNotCollectionAdmin', 'FungibleItemsHaveNoId']4914  },4915  /**4916   * Lookup627: pallet_fungible::pallet::Error<T>4917   **/4918  PalletFungibleError: {4919    _enum: ['NotFungibleDataUsedToMintFungibleCollectionToken', 'FungibleItemsDontHaveData', 'FungibleDisallowsNesting', 'SettingPropertiesNotAllowed', 'SettingAllowanceForAllNotAllowed', 'FungibleTokensAreAlwaysValid']4920  },4921  /**4922   * Lookup632: pallet_refungible::pallet::Error<T>4923   **/4924  PalletRefungibleError: {4925    _enum: ['NotRefungibleDataUsedToMintFungibleCollectionToken', 'WrongRefungiblePieces', 'RepartitionWhileNotOwningAllPieces', 'RefungibleDisallowsNesting', 'SettingPropertiesNotAllowed']4926  },4927  /**4928   * Lookup633: pallet_nonfungible::ItemData<pallet_evm::account::BasicCrossAccountIdRepr<sp_core::crypto::AccountId32>>4929   **/4930  PalletNonfungibleItemData: {4931    owner: 'PalletEvmAccountBasicCrossAccountIdRepr'4932  },4933  /**4934   * Lookup635: up_data_structs::PropertyScope4935   **/4936  UpDataStructsPropertyScope: {4937    _enum: ['None', 'Rmrk']4938  },4939  /**4940   * Lookup638: pallet_nonfungible::pallet::Error<T>4941   **/4942  PalletNonfungibleError: {4943    _enum: ['NotNonfungibleDataUsedToMintFungibleCollectionToken', 'NonfungibleItemsHaveNoAmount', 'CantBurnNftWithChildren']4944  },4945  /**4946   * Lookup639: pallet_structure::pallet::Error<T>4947   **/4948  PalletStructureError: {4949    _enum: ['OuroborosDetected', 'DepthLimit', 'BreadthLimit', 'TokenNotFound', 'CantNestTokenUnderCollection']4950  },4951  /**4952   * Lookup644: pallet_app_promotion::pallet::Error<T>4953   **/4954  PalletAppPromotionError: {4955    _enum: ['AdminNotSet', 'NoPermission', 'NotSufficientFunds', 'PendingForBlockOverflow', 'SponsorNotSet', 'InsufficientStakedBalance', 'InconsistencyState']4956  },4957  /**4958   * Lookup645: pallet_foreign_assets::module::Error<T>4959   **/4960  PalletForeignAssetsModuleError: {4961    _enum: ['BadLocation', 'MultiLocationExisted', 'AssetIdNotExists', 'AssetIdExisted']4962  },4963  /**4964   * Lookup646: pallet_evm::CodeMetadata4965   **/4966  PalletEvmCodeMetadata: {4967    _alias: {4968      size_: 'size',4969      hash_: 'hash'4970    },4971    size_: 'u64',4972    hash_: 'H256'4973  },4974  /**4975   * Lookup648: pallet_evm::pallet::Error<T>4976   **/4977  PalletEvmError: {4978    _enum: ['BalanceLow', 'FeeOverflow', 'PaymentOverflow', 'WithdrawFailed', 'GasPriceTooLow', 'InvalidNonce', 'GasLimitTooLow', 'GasLimitTooHigh', 'Undefined', 'Reentrancy', 'TransactionMustComeFromEOA']4979  },4980  /**4981   * Lookup651: fp_rpc::TransactionStatus4982   **/4983  FpRpcTransactionStatus: {4984    transactionHash: 'H256',4985    transactionIndex: 'u32',4986    from: 'H160',4987    to: 'Option<H160>',4988    contractAddress: 'Option<H160>',4989    logs: 'Vec<EthereumLog>',4990    logsBloom: 'EthbloomBloom'4991  },4992  /**4993   * Lookup653: ethbloom::Bloom4994   **/4995  EthbloomBloom: '[u8;256]',4996  /**4997   * Lookup655: ethereum::receipt::ReceiptV34998   **/4999  EthereumReceiptReceiptV3: {5000    _enum: {5001      Legacy: 'EthereumReceiptEip658ReceiptData',5002      EIP2930: 'EthereumReceiptEip658ReceiptData',5003      EIP1559: 'EthereumReceiptEip658ReceiptData'5004    }5005  },5006  /**5007   * Lookup656: ethereum::receipt::EIP658ReceiptData5008   **/5009  EthereumReceiptEip658ReceiptData: {5010    statusCode: 'u8',5011    usedGas: 'U256',5012    logsBloom: 'EthbloomBloom',5013    logs: 'Vec<EthereumLog>'5014  },5015  /**5016   * Lookup657: ethereum::block::Block<ethereum::transaction::TransactionV2>5017   **/5018  EthereumBlock: {5019    header: 'EthereumHeader',5020    transactions: 'Vec<EthereumTransactionTransactionV2>',5021    ommers: 'Vec<EthereumHeader>'5022  },5023  /**5024   * Lookup658: ethereum::header::Header5025   **/5026  EthereumHeader: {5027    parentHash: 'H256',5028    ommersHash: 'H256',5029    beneficiary: 'H160',5030    stateRoot: 'H256',5031    transactionsRoot: 'H256',5032    receiptsRoot: 'H256',5033    logsBloom: 'EthbloomBloom',5034    difficulty: 'U256',5035    number: 'U256',5036    gasLimit: 'U256',5037    gasUsed: 'U256',5038    timestamp: 'u64',5039    extraData: 'Bytes',5040    mixHash: 'H256',5041    nonce: 'EthereumTypesHashH64'5042  },5043  /**5044   * Lookup659: ethereum_types::hash::H645045   **/5046  EthereumTypesHashH64: '[u8;8]',5047  /**5048   * Lookup664: pallet_ethereum::pallet::Error<T>5049   **/5050  PalletEthereumError: {5051    _enum: ['InvalidSignature', 'PreLogExists']5052  },5053  /**5054   * Lookup665: pallet_evm_coder_substrate::pallet::Error<T>5055   **/5056  PalletEvmCoderSubstrateError: {5057    _enum: ['OutOfGas', 'OutOfFund']5058  },5059  /**5060   * Lookup666: up_data_structs::SponsorshipState<pallet_evm::account::BasicCrossAccountIdRepr<sp_core::crypto::AccountId32>>5061   **/5062  UpDataStructsSponsorshipStateBasicCrossAccountIdRepr: {5063    _enum: {5064      Disabled: 'Null',5065      Unconfirmed: 'PalletEvmAccountBasicCrossAccountIdRepr',5066      Confirmed: 'PalletEvmAccountBasicCrossAccountIdRepr'5067    }5068  },5069  /**5070   * Lookup667: pallet_evm_contract_helpers::SponsoringModeT5071   **/5072  PalletEvmContractHelpersSponsoringModeT: {5073    _enum: ['Disabled', 'Allowlisted', 'Generous']5074  },5075  /**5076   * Lookup673: pallet_evm_contract_helpers::pallet::Error<T>5077   **/5078  PalletEvmContractHelpersError: {5079    _enum: ['NoPermission', 'NoPendingSponsor', 'TooManyMethodsHaveSponsoredLimit']5080  },5081  /**5082   * Lookup674: pallet_evm_migration::pallet::Error<T>5083   **/5084  PalletEvmMigrationError: {5085    _enum: ['AccountNotEmpty', 'AccountIsNotMigrating', 'BadEvent']5086  },5087  /**5088   * Lookup675: pallet_maintenance::pallet::Error<T>5089   **/5090  PalletMaintenanceError: 'Null',5091  /**5092   * Lookup676: pallet_utility::pallet::Error<T>5093   **/5094  PalletUtilityError: {5095    _enum: ['TooManyCalls']5096  },5097  /**5098   * Lookup677: pallet_test_utils::pallet::Error<T>5099   **/5100  PalletTestUtilsError: {5101    _enum: ['TestPalletDisabled', 'TriggerRollback']5102  },5103  /**5104   * Lookup679: sp_runtime::MultiSignature5105   **/5106  SpRuntimeMultiSignature: {5107    _enum: {5108      Ed25519: 'SpCoreEd25519Signature',5109      Sr25519: 'SpCoreSr25519Signature',5110      Ecdsa: 'SpCoreEcdsaSignature'5111    }5112  },5113  /**5114   * Lookup680: sp_core::ed25519::Signature5115   **/5116  SpCoreEd25519Signature: '[u8;64]',5117  /**5118   * Lookup682: sp_core::sr25519::Signature5119   **/5120  SpCoreSr25519Signature: '[u8;64]',5121  /**5122   * Lookup683: sp_core::ecdsa::Signature5123   **/5124  SpCoreEcdsaSignature: '[u8;65]',5125  /**5126   * Lookup686: frame_system::extensions::check_spec_version::CheckSpecVersion<T>5127   **/5128  FrameSystemExtensionsCheckSpecVersion: 'Null',5129  /**5130   * Lookup687: frame_system::extensions::check_tx_version::CheckTxVersion<T>5131   **/5132  FrameSystemExtensionsCheckTxVersion: 'Null',5133  /**5134   * Lookup688: frame_system::extensions::check_genesis::CheckGenesis<T>5135   **/5136  FrameSystemExtensionsCheckGenesis: 'Null',5137  /**5138   * Lookup691: frame_system::extensions::check_nonce::CheckNonce<T>5139   **/5140  FrameSystemExtensionsCheckNonce: 'Compact<u32>',5141  /**5142   * Lookup692: frame_system::extensions::check_weight::CheckWeight<T>5143   **/5144  FrameSystemExtensionsCheckWeight: 'Null',5145  /**5146   * Lookup693: opal_runtime::runtime_common::maintenance::CheckMaintenance5147   **/5148  OpalRuntimeRuntimeCommonMaintenanceCheckMaintenance: 'Null',5149  /**5150   * Lookup694: opal_runtime::runtime_common::identity::DisableIdentityCalls5151   **/5152  OpalRuntimeRuntimeCommonIdentityDisableIdentityCalls: 'Null',5153  /**5154   * Lookup695: pallet_template_transaction_payment::ChargeTransactionPayment<opal_runtime::Runtime>5155   **/5156  PalletTemplateTransactionPaymentChargeTransactionPayment: 'Compact<u128>',5157  /**5158   * Lookup696: opal_runtime::Runtime5159   **/5160  OpalRuntimeRuntime: 'Null',5161  /**5162   * Lookup697: pallet_ethereum::FakeTransactionFinalizer<opal_runtime::Runtime>5163   **/5164  PalletEthereumFakeTransactionFinalizer: 'Null'5165};