git.delta.rocks / unique-network / refs/commits / e899eeedd0be

difftreelog

source

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