git.delta.rocks / unique-network / refs/commits / 40cdf2739a9d

difftreelog

source

tests/src/interfaces/lookup.ts92.7 KiBsourcehistory
1// Auto-generated via `yarn polkadot-types-from-defs`, do not edit2/* eslint-disable */34/* eslint-disable sort-keys */56export default {7  /**8   * Lookup3: frame_system::AccountInfo<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_foreign_assets::module::Event<T>1166   **/1167  PalletForeignAssetsModuleEvent: {1168    _enum: {1169      ForeignAssetRegistered: {1170        assetId: 'u32',1171        assetAddress: 'XcmV1MultiLocation',1172        metadata: 'PalletForeignAssetsModuleAssetMetadata',1173      },1174      ForeignAssetUpdated: {1175        assetId: 'u32',1176        assetAddress: 'XcmV1MultiLocation',1177        metadata: 'PalletForeignAssetsModuleAssetMetadata',1178      },1179      AssetRegistered: {1180        assetId: 'PalletForeignAssetsAssetIds',1181        metadata: 'PalletForeignAssetsModuleAssetMetadata',1182      },1183      AssetUpdated: {1184        assetId: 'PalletForeignAssetsAssetIds',1185        metadata: 'PalletForeignAssetsModuleAssetMetadata'1186      }1187    }1188  },1189  /**1190   * Lookup108: pallet_foreign_assets::module::AssetMetadata<Balance>1191   **/1192  PalletForeignAssetsModuleAssetMetadata: {1193    name: 'Bytes',1194    symbol: 'Bytes',1195    decimals: 'u8',1196    minimalBalance: 'u128'1197  },1198  /**1199   * Lookup109: pallet_evm::pallet::Event<T>1200   * Lookup103: pallet_app_promotion::pallet::Event<T>1201   **/1202  PalletAppPromotionEvent: {1203    _enum: {1204      StakingRecalculation: '(AccountId32,u128,u128)',1205      Stake: '(AccountId32,u128)',1206      Unstake: '(AccountId32,u128)',1207      SetAdmin: 'AccountId32'1208    }1209  },1210  /**1211   * Lookup104: pallet_evm::pallet::Event<T>1212   **/1213  PalletEvmEvent: {1214    _enum: {1215      Log: 'EthereumLog',1216      Created: 'H160',1217      CreatedFailed: 'H160',1218      Executed: 'H160',1219      ExecutedFailed: 'H160',1220      BalanceDeposit: '(AccountId32,H160,U256)',1221      BalanceWithdraw: '(AccountId32,H160,U256)'1222    }1223  },1224  /**1225   * Lookup105: ethereum::log::Log1226   **/1227  EthereumLog: {1228    address: 'H160',1229    topics: 'Vec<H256>',1230    data: 'Bytes'1231  },1232  /**1233   * Lookup109: pallet_ethereum::pallet::Event1234   **/1235  PalletEthereumEvent: {1236    _enum: {1237      Executed: '(H160,H160,H256,EvmCoreErrorExitReason)'1238    }1239  },1240  /**1241   * Lookup110: evm_core::error::ExitReason1242   **/1243  EvmCoreErrorExitReason: {1244    _enum: {1245      Succeed: 'EvmCoreErrorExitSucceed',1246      Error: 'EvmCoreErrorExitError',1247      Revert: 'EvmCoreErrorExitRevert',1248      Fatal: 'EvmCoreErrorExitFatal'1249    }1250  },1251  /**1252   * Lookup111: evm_core::error::ExitSucceed1253   **/1254  EvmCoreErrorExitSucceed: {1255    _enum: ['Stopped', 'Returned', 'Suicided']1256  },1257  /**1258   * Lookup112: evm_core::error::ExitError1259   **/1260  EvmCoreErrorExitError: {1261    _enum: {1262      StackUnderflow: 'Null',1263      StackOverflow: 'Null',1264      InvalidJump: 'Null',1265      InvalidRange: 'Null',1266      DesignatedInvalid: 'Null',1267      CallTooDeep: 'Null',1268      CreateCollision: 'Null',1269      CreateContractLimit: 'Null',1270      OutOfOffset: 'Null',1271      OutOfGas: 'Null',1272      OutOfFund: 'Null',1273      PCUnderflow: 'Null',1274      CreateEmpty: 'Null',1275      Other: 'Text',1276      InvalidCode: 'Null'1277    }1278  },1279  /**1280   * Lookup115: evm_core::error::ExitRevert1281   **/1282  EvmCoreErrorExitRevert: {1283    _enum: ['Reverted']1284  },1285  /**1286   * Lookup116: evm_core::error::ExitFatal1287   **/1288  EvmCoreErrorExitFatal: {1289    _enum: {1290      NotSupported: 'Null',1291      UnhandledInterrupt: 'Null',1292      CallErrorAsFatal: 'EvmCoreErrorExitError',1293      Other: 'Text'1294    }1295  },1296  /**1297   * Lookup117: pallet_evm_contract_helpers::pallet::Event<T>1298   **/1299  PalletEvmContractHelpersEvent: {1300    _enum: {1301      ContractSponsorSet: '(H160,AccountId32)',1302      ContractSponsorshipConfirmed: '(H160,AccountId32)',1303      ContractSponsorRemoved: 'H160'1304    }1305  },1306  /**1307   * Lookup118: frame_system::Phase1308   **/1309  FrameSystemPhase: {1310    _enum: {1311      ApplyExtrinsic: 'u32',1312      Finalization: 'Null',1313      Initialization: 'Null'1314    }1315  },1316  /**1317   * Lookup120: frame_system::LastRuntimeUpgradeInfo1318   **/1319  FrameSystemLastRuntimeUpgradeInfo: {1320    specVersion: 'Compact<u32>',1321    specName: 'Text'1322  },1323  /**1324   * Lookup121: frame_system::pallet::Call<T>1325   **/1326  FrameSystemCall: {1327    _enum: {1328      fill_block: {1329        ratio: 'Perbill',1330      },1331      remark: {1332        remark: 'Bytes',1333      },1334      set_heap_pages: {1335        pages: 'u64',1336      },1337      set_code: {1338        code: 'Bytes',1339      },1340      set_code_without_checks: {1341        code: 'Bytes',1342      },1343      set_storage: {1344        items: 'Vec<(Bytes,Bytes)>',1345      },1346      kill_storage: {1347        _alias: {1348          keys_: 'keys',1349        },1350        keys_: 'Vec<Bytes>',1351      },1352      kill_prefix: {1353        prefix: 'Bytes',1354        subkeys: 'u32',1355      },1356      remark_with_event: {1357        remark: 'Bytes'1358      }1359    }1360  },1361  /**1362   * Lookup126: frame_system::limits::BlockWeights1363   **/1364  FrameSystemLimitsBlockWeights: {1365    baseBlock: 'u64',1366    maxBlock: 'u64',1367    perClass: 'FrameSupportWeightsPerDispatchClassWeightsPerClass'1368  },1369  /**1370   * Lookup127: frame_support::weights::PerDispatchClass<frame_system::limits::WeightsPerClass>1371   **/1372  FrameSupportWeightsPerDispatchClassWeightsPerClass: {1373    normal: 'FrameSystemLimitsWeightsPerClass',1374    operational: 'FrameSystemLimitsWeightsPerClass',1375    mandatory: 'FrameSystemLimitsWeightsPerClass'1376  },1377  /**1378   * Lookup128: frame_system::limits::WeightsPerClass1379   **/1380  FrameSystemLimitsWeightsPerClass: {1381    baseExtrinsic: 'u64',1382    maxExtrinsic: 'Option<u64>',1383    maxTotal: 'Option<u64>',1384    reserved: 'Option<u64>'1385  },1386  /**1387   * Lookup130: frame_system::limits::BlockLength1388   **/1389  FrameSystemLimitsBlockLength: {1390    max: 'FrameSupportWeightsPerDispatchClassU32'1391  },1392  /**1393   * Lookup131: frame_support::weights::PerDispatchClass<T>1394   **/1395  FrameSupportWeightsPerDispatchClassU32: {1396    normal: 'u32',1397    operational: 'u32',1398    mandatory: 'u32'1399  },1400  /**1401   * Lookup132: frame_support::weights::RuntimeDbWeight1402   **/1403  FrameSupportWeightsRuntimeDbWeight: {1404    read: 'u64',1405    write: 'u64'1406  },1407  /**1408   * Lookup133: sp_version::RuntimeVersion1409   **/1410  SpVersionRuntimeVersion: {1411    specName: 'Text',1412    implName: 'Text',1413    authoringVersion: 'u32',1414    specVersion: 'u32',1415    implVersion: 'u32',1416    apis: 'Vec<([u8;8],u32)>',1417    transactionVersion: 'u32',1418    stateVersion: 'u8'1419  },1420  /**1421   * Lookup138: frame_system::pallet::Error<T>1422   **/1423  FrameSystemError: {1424    _enum: ['InvalidSpecName', 'SpecVersionNeedsToIncrease', 'FailedToExtractRuntimeVersion', 'NonDefaultComposite', 'NonZeroRefCount', 'CallFiltered']1425  },1426  /**1427   * Lookup139: polkadot_primitives::v2::PersistedValidationData<primitive_types::H256, N>1428   **/1429  PolkadotPrimitivesV2PersistedValidationData: {1430    parentHead: 'Bytes',1431    relayParentNumber: 'u32',1432    relayParentStorageRoot: 'H256',1433    maxPovSize: 'u32'1434  },1435  /**1436   * Lookup142: polkadot_primitives::v2::UpgradeRestriction1437   **/1438  PolkadotPrimitivesV2UpgradeRestriction: {1439    _enum: ['Present']1440  },1441  /**1442   * Lookup143: sp_trie::storage_proof::StorageProof1443   **/1444  SpTrieStorageProof: {1445    trieNodes: 'BTreeSet<Bytes>'1446  },1447  /**1448   * Lookup145: cumulus_pallet_parachain_system::relay_state_snapshot::MessagingStateSnapshot1449   **/1450  CumulusPalletParachainSystemRelayStateSnapshotMessagingStateSnapshot: {1451    dmqMqcHead: 'H256',1452    relayDispatchQueueSize: '(u32,u32)',1453    ingressChannels: 'Vec<(u32,PolkadotPrimitivesV2AbridgedHrmpChannel)>',1454    egressChannels: 'Vec<(u32,PolkadotPrimitivesV2AbridgedHrmpChannel)>'1455  },1456  /**1457   * Lookup148: polkadot_primitives::v2::AbridgedHrmpChannel1458   **/1459  PolkadotPrimitivesV2AbridgedHrmpChannel: {1460    maxCapacity: 'u32',1461    maxTotalSize: 'u32',1462    maxMessageSize: 'u32',1463    msgCount: 'u32',1464    totalSize: 'u32',1465    mqcHead: 'Option<H256>'1466  },1467  /**1468   * Lookup149: polkadot_primitives::v2::AbridgedHostConfiguration1469   **/1470  PolkadotPrimitivesV2AbridgedHostConfiguration: {1471    maxCodeSize: 'u32',1472    maxHeadDataSize: 'u32',1473    maxUpwardQueueCount: 'u32',1474    maxUpwardQueueSize: 'u32',1475    maxUpwardMessageSize: 'u32',1476    maxUpwardMessageNumPerCandidate: 'u32',1477    hrmpMaxMessageNumPerCandidate: 'u32',1478    validationUpgradeCooldown: 'u32',1479    validationUpgradeDelay: 'u32'1480  },1481  /**1482   * Lookup155: polkadot_core_primitives::OutboundHrmpMessage<polkadot_parachain::primitives::Id>1483   **/1484  PolkadotCorePrimitivesOutboundHrmpMessage: {1485    recipient: 'u32',1486    data: 'Bytes'1487  },1488  /**1489   * Lookup156: cumulus_pallet_parachain_system::pallet::Call<T>1490   **/1491  CumulusPalletParachainSystemCall: {1492    _enum: {1493      set_validation_data: {1494        data: 'CumulusPrimitivesParachainInherentParachainInherentData',1495      },1496      sudo_send_upward_message: {1497        message: 'Bytes',1498      },1499      authorize_upgrade: {1500        codeHash: 'H256',1501      },1502      enact_authorized_upgrade: {1503        code: 'Bytes'1504      }1505    }1506  },1507  /**1508   * Lookup157: cumulus_primitives_parachain_inherent::ParachainInherentData1509   **/1510  CumulusPrimitivesParachainInherentParachainInherentData: {1511    validationData: 'PolkadotPrimitivesV2PersistedValidationData',1512    relayChainState: 'SpTrieStorageProof',1513    downwardMessages: 'Vec<PolkadotCorePrimitivesInboundDownwardMessage>',1514    horizontalMessages: 'BTreeMap<u32, Vec<PolkadotCorePrimitivesInboundHrmpMessage>>'1515  },1516  /**1517   * Lookup159: polkadot_core_primitives::InboundDownwardMessage<BlockNumber>1518   **/1519  PolkadotCorePrimitivesInboundDownwardMessage: {1520    sentAt: 'u32',1521    msg: 'Bytes'1522  },1523  /**1524   * Lookup162: polkadot_core_primitives::InboundHrmpMessage<BlockNumber>1525   **/1526  PolkadotCorePrimitivesInboundHrmpMessage: {1527    sentAt: 'u32',1528    data: 'Bytes'1529  },1530  /**1531   * Lookup165: cumulus_pallet_parachain_system::pallet::Error<T>1532   **/1533  CumulusPalletParachainSystemError: {1534    _enum: ['OverlappingUpgrades', 'ProhibitedByPolkadot', 'TooBig', 'ValidationDataNotAvailable', 'HostConfigurationNotAvailable', 'NotScheduled', 'NothingAuthorized', 'Unauthorized']1535  },1536  /**1537   * Lookup167: pallet_balances::BalanceLock<Balance>1538   **/1539  PalletBalancesBalanceLock: {1540    id: '[u8;8]',1541    amount: 'u128',1542    reasons: 'PalletBalancesReasons'1543  },1544  /**1545   * Lookup168: pallet_balances::Reasons1546   **/1547  PalletBalancesReasons: {1548    _enum: ['Fee', 'Misc', 'All']1549  },1550  /**1551   * Lookup171: pallet_balances::ReserveData<ReserveIdentifier, Balance>1552   **/1553  PalletBalancesReserveData: {1554    id: '[u8;16]',1555    amount: 'u128'1556  },1557  /**1558   * Lookup173: pallet_balances::Releases1559   **/1560  PalletBalancesReleases: {1561    _enum: ['V1_0_0', 'V2_0_0']1562  },1563  /**1564   * Lookup174: pallet_balances::pallet::Call<T, I>1565   **/1566  PalletBalancesCall: {1567    _enum: {1568      transfer: {1569        dest: 'MultiAddress',1570        value: 'Compact<u128>',1571      },1572      set_balance: {1573        who: 'MultiAddress',1574        newFree: 'Compact<u128>',1575        newReserved: 'Compact<u128>',1576      },1577      force_transfer: {1578        source: 'MultiAddress',1579        dest: 'MultiAddress',1580        value: 'Compact<u128>',1581      },1582      transfer_keep_alive: {1583        dest: 'MultiAddress',1584        value: 'Compact<u128>',1585      },1586      transfer_all: {1587        dest: 'MultiAddress',1588        keepAlive: 'bool',1589      },1590      force_unreserve: {1591        who: 'MultiAddress',1592        amount: 'u128'1593      }1594    }1595  },1596  /**1597   * Lookup177: pallet_balances::pallet::Error<T, I>1598   **/1599  PalletBalancesError: {1600    _enum: ['VestingBalance', 'LiquidityRestrictions', 'InsufficientBalance', 'ExistentialDeposit', 'KeepAlive', 'ExistingVestingSchedule', 'DeadAccount', 'TooManyReserves']1601  },1602  /**1603   * Lookup179: pallet_timestamp::pallet::Call<T>1604   **/1605  PalletTimestampCall: {1606    _enum: {1607      set: {1608        now: 'Compact<u64>'1609      }1610    }1611  },1612  /**1613   * Lookup181: pallet_transaction_payment::Releases1614   **/1615  PalletTransactionPaymentReleases: {1616    _enum: ['V1Ancient', 'V2']1617  },1618  /**1619   * Lookup182: pallet_treasury::Proposal<sp_core::crypto::AccountId32, Balance>1620   **/1621  PalletTreasuryProposal: {1622    proposer: 'AccountId32',1623    value: 'u128',1624    beneficiary: 'AccountId32',1625    bond: 'u128'1626  },1627  /**1628   * Lookup185: pallet_treasury::pallet::Call<T, I>1629   **/1630  PalletTreasuryCall: {1631    _enum: {1632      propose_spend: {1633        value: 'Compact<u128>',1634        beneficiary: 'MultiAddress',1635      },1636      reject_proposal: {1637        proposalId: 'Compact<u32>',1638      },1639      approve_proposal: {1640        proposalId: 'Compact<u32>',1641      },1642      spend: {1643        amount: 'Compact<u128>',1644        beneficiary: 'MultiAddress',1645      },1646      remove_approval: {1647        proposalId: 'Compact<u32>'1648      }1649    }1650  },1651  /**1652   * Lookup188: frame_support::PalletId1653   **/1654  FrameSupportPalletId: '[u8;8]',1655  /**1656   * Lookup189: pallet_treasury::pallet::Error<T, I>1657   **/1658  PalletTreasuryError: {1659    _enum: ['InsufficientProposersBalance', 'InvalidIndex', 'TooManyApprovals', 'InsufficientPermission', 'ProposalNotApproved']1660  },1661  /**1662   * Lookup190: pallet_sudo::pallet::Call<T>1663   **/1664  PalletSudoCall: {1665    _enum: {1666      sudo: {1667        call: 'Call',1668      },1669      sudo_unchecked_weight: {1670        call: 'Call',1671        weight: 'u64',1672      },1673      set_key: {1674        _alias: {1675          new_: 'new',1676        },1677        new_: 'MultiAddress',1678      },1679      sudo_as: {1680        who: 'MultiAddress',1681        call: 'Call'1682      }1683    }1684  },1685  /**1686   * Lookup192: orml_vesting::module::Call<T>1687   **/1688  OrmlVestingModuleCall: {1689    _enum: {1690      claim: 'Null',1691      vested_transfer: {1692        dest: 'MultiAddress',1693        schedule: 'OrmlVestingVestingSchedule',1694      },1695      update_vesting_schedules: {1696        who: 'MultiAddress',1697        vestingSchedules: 'Vec<OrmlVestingVestingSchedule>',1698      },1699      claim_for: {1700        dest: 'MultiAddress'1701      }1702    }1703  },1704  /**1705   * Lookup198: orml_xtokens::module::Call<T>1706   **/1707  OrmlXtokensModuleCall: {1708    _enum: {1709      transfer: {1710        currencyId: 'PalletForeignAssetsAssetIds',1711        amount: 'u128',1712        dest: 'XcmVersionedMultiLocation',1713        destWeight: 'u64',1714      },1715      transfer_multiasset: {1716        asset: 'XcmVersionedMultiAsset',1717        dest: 'XcmVersionedMultiLocation',1718        destWeight: 'u64',1719      },1720      transfer_with_fee: {1721        currencyId: 'PalletForeignAssetsAssetIds',1722        amount: 'u128',1723        fee: 'u128',1724        dest: 'XcmVersionedMultiLocation',1725        destWeight: 'u64',1726      },1727      transfer_multiasset_with_fee: {1728        asset: 'XcmVersionedMultiAsset',1729        fee: 'XcmVersionedMultiAsset',1730        dest: 'XcmVersionedMultiLocation',1731        destWeight: 'u64',1732      },1733      transfer_multicurrencies: {1734        currencies: 'Vec<(PalletForeignAssetsAssetIds,u128)>',1735        feeItem: 'u32',1736        dest: 'XcmVersionedMultiLocation',1737        destWeight: 'u64',1738      },1739      transfer_multiassets: {1740        assets: 'XcmVersionedMultiAssets',1741        feeItem: 'u32',1742        dest: 'XcmVersionedMultiLocation',1743        destWeight: 'u64'1744      }1745    }1746  },1747  /**1748   * Lookup199: xcm::VersionedMultiAsset1749   **/1750  XcmVersionedMultiAsset: {1751    _enum: {1752      V0: 'XcmV0MultiAsset',1753      V1: 'XcmV1MultiAsset'1754    }1755  },1756  /**1757   * Lookup202: orml_tokens::module::Call<T>1758   **/1759  OrmlTokensModuleCall: {1760    _enum: {1761      transfer: {1762        dest: 'MultiAddress',1763        currencyId: 'PalletForeignAssetsAssetIds',1764        amount: 'Compact<u128>',1765      },1766      transfer_all: {1767        dest: 'MultiAddress',1768        currencyId: 'PalletForeignAssetsAssetIds',1769        keepAlive: 'bool',1770      },1771      transfer_keep_alive: {1772        dest: 'MultiAddress',1773        currencyId: 'PalletForeignAssetsAssetIds',1774        amount: 'Compact<u128>',1775      },1776      force_transfer: {1777        source: 'MultiAddress',1778        dest: 'MultiAddress',1779        currencyId: 'PalletForeignAssetsAssetIds',1780        amount: 'Compact<u128>',1781      },1782      set_balance: {1783        who: 'MultiAddress',1784        currencyId: 'PalletForeignAssetsAssetIds',1785        newFree: 'Compact<u128>',1786        newReserved: 'Compact<u128>'1787      }1788    }1789  },1790  /**1791   * Lookup203: cumulus_pallet_xcmp_queue::pallet::Call<T>1792   **/1793  CumulusPalletXcmpQueueCall: {1794    _enum: {1795      service_overweight: {1796        index: 'u64',1797        weightLimit: 'u64',1798      },1799      suspend_xcm_execution: 'Null',1800      resume_xcm_execution: 'Null',1801      update_suspend_threshold: {1802        _alias: {1803          new_: 'new',1804        },1805        new_: 'u32',1806      },1807      update_drop_threshold: {1808        _alias: {1809          new_: 'new',1810        },1811        new_: 'u32',1812      },1813      update_resume_threshold: {1814        _alias: {1815          new_: 'new',1816        },1817        new_: 'u32',1818      },1819      update_threshold_weight: {1820        _alias: {1821          new_: 'new',1822        },1823        new_: 'u64',1824      },1825      update_weight_restrict_decay: {1826        _alias: {1827          new_: 'new',1828        },1829        new_: 'u64',1830      },1831      update_xcmp_max_individual_weight: {1832        _alias: {1833          new_: 'new',1834        },1835        new_: 'u64'1836      }1837    }1838  },1839  /**1840   * Lookup195: pallet_xcm::pallet::Call<T>1841   **/1842  PalletXcmCall: {1843    _enum: {1844      send: {1845        dest: 'XcmVersionedMultiLocation',1846        message: 'XcmVersionedXcm',1847      },1848      teleport_assets: {1849        dest: 'XcmVersionedMultiLocation',1850        beneficiary: 'XcmVersionedMultiLocation',1851        assets: 'XcmVersionedMultiAssets',1852        feeAssetItem: 'u32',1853      },1854      reserve_transfer_assets: {1855        dest: 'XcmVersionedMultiLocation',1856        beneficiary: 'XcmVersionedMultiLocation',1857        assets: 'XcmVersionedMultiAssets',1858        feeAssetItem: 'u32',1859      },1860      execute: {1861        message: 'XcmVersionedXcm',1862        maxWeight: 'u64',1863      },1864      force_xcm_version: {1865        location: 'XcmV1MultiLocation',1866        xcmVersion: 'u32',1867      },1868      force_default_xcm_version: {1869        maybeXcmVersion: 'Option<u32>',1870      },1871      force_subscribe_version_notify: {1872        location: 'XcmVersionedMultiLocation',1873      },1874      force_unsubscribe_version_notify: {1875        location: 'XcmVersionedMultiLocation',1876      },1877      limited_reserve_transfer_assets: {1878        dest: 'XcmVersionedMultiLocation',1879        beneficiary: 'XcmVersionedMultiLocation',1880        assets: 'XcmVersionedMultiAssets',1881        feeAssetItem: 'u32',1882        weightLimit: 'XcmV2WeightLimit',1883      },1884      limited_teleport_assets: {1885        dest: 'XcmVersionedMultiLocation',1886        beneficiary: 'XcmVersionedMultiLocation',1887        assets: 'XcmVersionedMultiAssets',1888        feeAssetItem: 'u32',1889        weightLimit: 'XcmV2WeightLimit'1890      }1891    }1892  },1893  /**1894   * Lookup196: xcm::VersionedXcm<Call>1895   **/1896  XcmVersionedXcm: {1897    _enum: {1898      V0: 'XcmV0Xcm',1899      V1: 'XcmV1Xcm',1900      V2: 'XcmV2Xcm'1901    }1902  },1903  /**1904   * Lookup197: xcm::v0::Xcm<Call>1905   **/1906  XcmV0Xcm: {1907    _enum: {1908      WithdrawAsset: {1909        assets: 'Vec<XcmV0MultiAsset>',1910        effects: 'Vec<XcmV0Order>',1911      },1912      ReserveAssetDeposit: {1913        assets: 'Vec<XcmV0MultiAsset>',1914        effects: 'Vec<XcmV0Order>',1915      },1916      TeleportAsset: {1917        assets: 'Vec<XcmV0MultiAsset>',1918        effects: 'Vec<XcmV0Order>',1919      },1920      QueryResponse: {1921        queryId: 'Compact<u64>',1922        response: 'XcmV0Response',1923      },1924      TransferAsset: {1925        assets: 'Vec<XcmV0MultiAsset>',1926        dest: 'XcmV0MultiLocation',1927      },1928      TransferReserveAsset: {1929        assets: 'Vec<XcmV0MultiAsset>',1930        dest: 'XcmV0MultiLocation',1931        effects: 'Vec<XcmV0Order>',1932      },1933      Transact: {1934        originType: 'XcmV0OriginKind',1935        requireWeightAtMost: 'u64',1936        call: 'XcmDoubleEncoded',1937      },1938      HrmpNewChannelOpenRequest: {1939        sender: 'Compact<u32>',1940        maxMessageSize: 'Compact<u32>',1941        maxCapacity: 'Compact<u32>',1942      },1943      HrmpChannelAccepted: {1944        recipient: 'Compact<u32>',1945      },1946      HrmpChannelClosing: {1947        initiator: 'Compact<u32>',1948        sender: 'Compact<u32>',1949        recipient: 'Compact<u32>',1950      },1951      RelayedFrom: {1952        who: 'XcmV0MultiLocation',1953        message: 'XcmV0Xcm'1954      }1955    }1956  },1957  /**1958   * Lookup199: xcm::v0::order::Order<Call>1959   **/1960  XcmV0Order: {1961    _enum: {1962      Null: 'Null',1963      DepositAsset: {1964        assets: 'Vec<XcmV0MultiAsset>',1965        dest: 'XcmV0MultiLocation',1966      },1967      DepositReserveAsset: {1968        assets: 'Vec<XcmV0MultiAsset>',1969        dest: 'XcmV0MultiLocation',1970        effects: 'Vec<XcmV0Order>',1971      },1972      ExchangeAsset: {1973        give: 'Vec<XcmV0MultiAsset>',1974        receive: 'Vec<XcmV0MultiAsset>',1975      },1976      InitiateReserveWithdraw: {1977        assets: 'Vec<XcmV0MultiAsset>',1978        reserve: 'XcmV0MultiLocation',1979        effects: 'Vec<XcmV0Order>',1980      },1981      InitiateTeleport: {1982        assets: 'Vec<XcmV0MultiAsset>',1983        dest: 'XcmV0MultiLocation',1984        effects: 'Vec<XcmV0Order>',1985      },1986      QueryHolding: {1987        queryId: 'Compact<u64>',1988        dest: 'XcmV0MultiLocation',1989        assets: 'Vec<XcmV0MultiAsset>',1990      },1991      BuyExecution: {1992        fees: 'XcmV0MultiAsset',1993        weight: 'u64',1994        debt: 'u64',1995        haltOnError: 'bool',1996        xcm: 'Vec<XcmV0Xcm>'1997      }1998    }1999  },2000  /**2001   * Lookup201: xcm::v0::Response2002   **/2003  XcmV0Response: {2004    _enum: {2005      Assets: 'Vec<XcmV0MultiAsset>'2006    }2007  },2008  /**2009   * Lookup202: xcm::v1::Xcm<Call>2010   **/2011  XcmV1Xcm: {2012    _enum: {2013      WithdrawAsset: {2014        assets: 'XcmV1MultiassetMultiAssets',2015        effects: 'Vec<XcmV1Order>',2016      },2017      ReserveAssetDeposited: {2018        assets: 'XcmV1MultiassetMultiAssets',2019        effects: 'Vec<XcmV1Order>',2020      },2021      ReceiveTeleportedAsset: {2022        assets: 'XcmV1MultiassetMultiAssets',2023        effects: 'Vec<XcmV1Order>',2024      },2025      QueryResponse: {2026        queryId: 'Compact<u64>',2027        response: 'XcmV1Response',2028      },2029      TransferAsset: {2030        assets: 'XcmV1MultiassetMultiAssets',2031        beneficiary: 'XcmV1MultiLocation',2032      },2033      TransferReserveAsset: {2034        assets: 'XcmV1MultiassetMultiAssets',2035        dest: 'XcmV1MultiLocation',2036        effects: 'Vec<XcmV1Order>',2037      },2038      Transact: {2039        originType: 'XcmV0OriginKind',2040        requireWeightAtMost: 'u64',2041        call: 'XcmDoubleEncoded',2042      },2043      HrmpNewChannelOpenRequest: {2044        sender: 'Compact<u32>',2045        maxMessageSize: 'Compact<u32>',2046        maxCapacity: 'Compact<u32>',2047      },2048      HrmpChannelAccepted: {2049        recipient: 'Compact<u32>',2050      },2051      HrmpChannelClosing: {2052        initiator: 'Compact<u32>',2053        sender: 'Compact<u32>',2054        recipient: 'Compact<u32>',2055      },2056      RelayedFrom: {2057        who: 'XcmV1MultilocationJunctions',2058        message: 'XcmV1Xcm',2059      },2060      SubscribeVersion: {2061        queryId: 'Compact<u64>',2062        maxResponseWeight: 'Compact<u64>',2063      },2064      UnsubscribeVersion: 'Null'2065    }2066  },2067  /**2068   * Lookup204: xcm::v1::order::Order<Call>2069   **/2070  XcmV1Order: {2071    _enum: {2072      Noop: 'Null',2073      DepositAsset: {2074        assets: 'XcmV1MultiassetMultiAssetFilter',2075        maxAssets: 'u32',2076        beneficiary: 'XcmV1MultiLocation',2077      },2078      DepositReserveAsset: {2079        assets: 'XcmV1MultiassetMultiAssetFilter',2080        maxAssets: 'u32',2081        dest: 'XcmV1MultiLocation',2082        effects: 'Vec<XcmV1Order>',2083      },2084      ExchangeAsset: {2085        give: 'XcmV1MultiassetMultiAssetFilter',2086        receive: 'XcmV1MultiassetMultiAssets',2087      },2088      InitiateReserveWithdraw: {2089        assets: 'XcmV1MultiassetMultiAssetFilter',2090        reserve: 'XcmV1MultiLocation',2091        effects: 'Vec<XcmV1Order>',2092      },2093      InitiateTeleport: {2094        assets: 'XcmV1MultiassetMultiAssetFilter',2095        dest: 'XcmV1MultiLocation',2096        effects: 'Vec<XcmV1Order>',2097      },2098      QueryHolding: {2099        queryId: 'Compact<u64>',2100        dest: 'XcmV1MultiLocation',2101        assets: 'XcmV1MultiassetMultiAssetFilter',2102      },2103      BuyExecution: {2104        fees: 'XcmV1MultiAsset',2105        weight: 'u64',2106        debt: 'u64',2107        haltOnError: 'bool',2108        instructions: 'Vec<XcmV1Xcm>'2109      }2110    }2111  },2112  /**2113   * Lookup206: xcm::v1::Response2114   **/2115  XcmV1Response: {2116    _enum: {2117      Assets: 'XcmV1MultiassetMultiAssets',2118      Version: 'u32'2119    }2120  },2121  /**2122   * Lookup220: cumulus_pallet_xcm::pallet::Call<T>2123   **/2124  CumulusPalletXcmCall: 'Null',2125  /**2126   * Lookup221: cumulus_pallet_dmp_queue::pallet::Call<T>2127   **/2128  CumulusPalletDmpQueueCall: {2129    _enum: {2130      service_overweight: {2131        index: 'u64',2132        weightLimit: 'u64'2133      }2134    }2135  },2136  /**2137   * Lookup222: pallet_inflation::pallet::Call<T>2138   **/2139  PalletInflationCall: {2140    _enum: {2141      start_inflation: {2142        inflationStartRelayBlock: 'u32'2143      }2144    }2145  },2146  /**2147   * Lookup223: pallet_unique::Call<T>2148   **/2149  PalletUniqueCall: {2150    _enum: {2151      create_collection: {2152        collectionName: 'Vec<u16>',2153        collectionDescription: 'Vec<u16>',2154        tokenPrefix: 'Bytes',2155        mode: 'UpDataStructsCollectionMode',2156      },2157      create_collection_ex: {2158        data: 'UpDataStructsCreateCollectionData',2159      },2160      destroy_collection: {2161        collectionId: 'u32',2162      },2163      add_to_allow_list: {2164        collectionId: 'u32',2165        address: 'PalletEvmAccountBasicCrossAccountIdRepr',2166      },2167      remove_from_allow_list: {2168        collectionId: 'u32',2169        address: 'PalletEvmAccountBasicCrossAccountIdRepr',2170      },2171      change_collection_owner: {2172        collectionId: 'u32',2173        newOwner: 'AccountId32',2174      },2175      add_collection_admin: {2176        collectionId: 'u32',2177        newAdminId: 'PalletEvmAccountBasicCrossAccountIdRepr',2178      },2179      remove_collection_admin: {2180        collectionId: 'u32',2181        accountId: 'PalletEvmAccountBasicCrossAccountIdRepr',2182      },2183      set_collection_sponsor: {2184        collectionId: 'u32',2185        newSponsor: 'AccountId32',2186      },2187      confirm_sponsorship: {2188        collectionId: 'u32',2189      },2190      remove_collection_sponsor: {2191        collectionId: 'u32',2192      },2193      create_item: {2194        collectionId: 'u32',2195        owner: 'PalletEvmAccountBasicCrossAccountIdRepr',2196        data: 'UpDataStructsCreateItemData',2197      },2198      create_multiple_items: {2199        collectionId: 'u32',2200        owner: 'PalletEvmAccountBasicCrossAccountIdRepr',2201        itemsData: 'Vec<UpDataStructsCreateItemData>',2202      },2203      set_collection_properties: {2204        collectionId: 'u32',2205        properties: 'Vec<UpDataStructsProperty>',2206      },2207      delete_collection_properties: {2208        collectionId: 'u32',2209        propertyKeys: 'Vec<Bytes>',2210      },2211      set_token_properties: {2212        collectionId: 'u32',2213        tokenId: 'u32',2214        properties: 'Vec<UpDataStructsProperty>',2215      },2216      delete_token_properties: {2217        collectionId: 'u32',2218        tokenId: 'u32',2219        propertyKeys: 'Vec<Bytes>',2220      },2221      set_token_property_permissions: {2222        collectionId: 'u32',2223        propertyPermissions: 'Vec<UpDataStructsPropertyKeyPermission>',2224      },2225      create_multiple_items_ex: {2226        collectionId: 'u32',2227        data: 'UpDataStructsCreateItemExData',2228      },2229      set_transfers_enabled_flag: {2230        collectionId: 'u32',2231        value: 'bool',2232      },2233      burn_item: {2234        collectionId: 'u32',2235        itemId: 'u32',2236        value: 'u128',2237      },2238      burn_from: {2239        collectionId: 'u32',2240        from: 'PalletEvmAccountBasicCrossAccountIdRepr',2241        itemId: 'u32',2242        value: 'u128',2243      },2244      transfer: {2245        recipient: 'PalletEvmAccountBasicCrossAccountIdRepr',2246        collectionId: 'u32',2247        itemId: 'u32',2248        value: 'u128',2249      },2250      approve: {2251        spender: 'PalletEvmAccountBasicCrossAccountIdRepr',2252        collectionId: 'u32',2253        itemId: 'u32',2254        amount: 'u128',2255      },2256      transfer_from: {2257        from: 'PalletEvmAccountBasicCrossAccountIdRepr',2258        recipient: 'PalletEvmAccountBasicCrossAccountIdRepr',2259        collectionId: 'u32',2260        itemId: 'u32',2261        value: 'u128',2262      },2263      set_collection_limits: {2264        collectionId: 'u32',2265        newLimit: 'UpDataStructsCollectionLimits',2266      },2267      set_collection_permissions: {2268        collectionId: 'u32',2269        newPermission: 'UpDataStructsCollectionPermissions',2270      },2271      repartition: {2272        collectionId: 'u32',2273        tokenId: 'u32',2274        amount: 'u128'2275      }2276    }2277  },2278  /**2279   * Lookup228: up_data_structs::CollectionMode2280   **/2281  UpDataStructsCollectionMode: {2282    _enum: {2283      NFT: 'Null',2284      Fungible: 'u8',2285      ReFungible: 'Null'2286    }2287  },2288  /**2289   * Lookup229: up_data_structs::CreateCollectionData<sp_core::crypto::AccountId32>2290   **/2291  UpDataStructsCreateCollectionData: {2292    mode: 'UpDataStructsCollectionMode',2293    access: 'Option<UpDataStructsAccessMode>',2294    name: 'Vec<u16>',2295    description: 'Vec<u16>',2296    tokenPrefix: 'Bytes',2297    pendingSponsor: 'Option<AccountId32>',2298    limits: 'Option<UpDataStructsCollectionLimits>',2299    permissions: 'Option<UpDataStructsCollectionPermissions>',2300    tokenPropertyPermissions: 'Vec<UpDataStructsPropertyKeyPermission>',2301    properties: 'Vec<UpDataStructsProperty>'2302  },2303  /**2304   * Lookup231: up_data_structs::AccessMode2305   **/2306  UpDataStructsAccessMode: {2307    _enum: ['Normal', 'AllowList']2308  },2309  /**2310   * Lookup233: up_data_structs::CollectionLimits2311   **/2312  UpDataStructsCollectionLimits: {2313    accountTokenOwnershipLimit: 'Option<u32>',2314    sponsoredDataSize: 'Option<u32>',2315    sponsoredDataRateLimit: 'Option<UpDataStructsSponsoringRateLimit>',2316    tokenLimit: 'Option<u32>',2317    sponsorTransferTimeout: 'Option<u32>',2318    sponsorApproveTimeout: 'Option<u32>',2319    ownerCanTransfer: 'Option<bool>',2320    ownerCanDestroy: 'Option<bool>',2321    transfersEnabled: 'Option<bool>'2322  },2323  /**2324   * Lookup235: up_data_structs::SponsoringRateLimit2325   **/2326  UpDataStructsSponsoringRateLimit: {2327    _enum: {2328      SponsoringDisabled: 'Null',2329      Blocks: 'u32'2330    }2331  },2332  /**2333   * Lookup238: up_data_structs::CollectionPermissions2334   **/2335  UpDataStructsCollectionPermissions: {2336    access: 'Option<UpDataStructsAccessMode>',2337    mintMode: 'Option<bool>',2338    nesting: 'Option<UpDataStructsNestingPermissions>'2339  },2340  /**2341   * Lookup240: up_data_structs::NestingPermissions2342   **/2343  UpDataStructsNestingPermissions: {2344    tokenOwner: 'bool',2345    collectionAdmin: 'bool',2346    restricted: 'Option<UpDataStructsOwnerRestrictedSet>'2347  },2348  /**2349   * Lookup242: up_data_structs::OwnerRestrictedSet2350   **/2351  UpDataStructsOwnerRestrictedSet: 'BTreeSet<u32>',2352  /**2353   * Lookup247: up_data_structs::PropertyKeyPermission2354   **/2355  UpDataStructsPropertyKeyPermission: {2356    key: 'Bytes',2357    permission: 'UpDataStructsPropertyPermission'2358  },2359  /**2360   * Lookup248: up_data_structs::PropertyPermission2361   **/2362  UpDataStructsPropertyPermission: {2363    mutable: 'bool',2364    collectionAdmin: 'bool',2365    tokenOwner: 'bool'2366  },2367  /**2368   * Lookup251: up_data_structs::Property2369   **/2370  UpDataStructsProperty: {2371    key: 'Bytes',2372    value: 'Bytes'2373  },2374  /**2375   * Lookup254: up_data_structs::CreateItemData2376   **/2377  UpDataStructsCreateItemData: {2378    _enum: {2379      NFT: 'UpDataStructsCreateNftData',2380      Fungible: 'UpDataStructsCreateFungibleData',2381      ReFungible: 'UpDataStructsCreateReFungibleData'2382    }2383  },2384  /**2385   * Lookup255: up_data_structs::CreateNftData2386   **/2387  UpDataStructsCreateNftData: {2388    properties: 'Vec<UpDataStructsProperty>'2389  },2390  /**2391   * Lookup256: up_data_structs::CreateFungibleData2392   **/2393  UpDataStructsCreateFungibleData: {2394    value: 'u128'2395  },2396  /**2397   * Lookup257: up_data_structs::CreateReFungibleData2398   **/2399  UpDataStructsCreateReFungibleData: {2400    pieces: 'u128',2401    properties: 'Vec<UpDataStructsProperty>'2402  },2403  /**2404   * Lookup260: up_data_structs::CreateItemExData<pallet_evm::account::BasicCrossAccountIdRepr<sp_core::crypto::AccountId32>>2405   **/2406  UpDataStructsCreateItemExData: {2407    _enum: {2408      NFT: 'Vec<UpDataStructsCreateNftExData>',2409      Fungible: 'BTreeMap<PalletEvmAccountBasicCrossAccountIdRepr, u128>',2410      RefungibleMultipleItems: 'Vec<UpDataStructsCreateRefungibleExSingleOwner>',2411      RefungibleMultipleOwners: 'UpDataStructsCreateRefungibleExMultipleOwners'2412    }2413  },2414  /**2415   * Lookup262: up_data_structs::CreateNftExData<pallet_evm::account::BasicCrossAccountIdRepr<sp_core::crypto::AccountId32>>2416   **/2417  UpDataStructsCreateNftExData: {2418    properties: 'Vec<UpDataStructsProperty>',2419    owner: 'PalletEvmAccountBasicCrossAccountIdRepr'2420  },2421  /**2422   * Lookup269: up_data_structs::CreateRefungibleExSingleOwner<pallet_evm::account::BasicCrossAccountIdRepr<sp_core::crypto::AccountId32>>2423   **/2424  UpDataStructsCreateRefungibleExSingleOwner: {2425    user: 'PalletEvmAccountBasicCrossAccountIdRepr',2426    pieces: 'u128',2427    properties: 'Vec<UpDataStructsProperty>'2428  },2429  /**2430   * Lookup271: up_data_structs::CreateRefungibleExMultipleOwners<pallet_evm::account::BasicCrossAccountIdRepr<sp_core::crypto::AccountId32>>2431   **/2432  UpDataStructsCreateRefungibleExMultipleOwners: {2433    users: 'BTreeMap<PalletEvmAccountBasicCrossAccountIdRepr, u128>',2434    properties: 'Vec<UpDataStructsProperty>'2435  },2436  /**2437   * Lookup272: pallet_unique_scheduler::pallet::Call<T>2438   **/2439  PalletUniqueSchedulerCall: {2440    _enum: {2441      schedule_named: {2442        id: '[u8;16]',2443        when: 'u32',2444        maybePeriodic: 'Option<(u32,u32)>',2445        priority: 'u8',2446        call: 'FrameSupportScheduleMaybeHashed',2447      },2448      cancel_named: {2449        id: '[u8;16]',2450      },2451      schedule_named_after: {2452        id: '[u8;16]',2453        after: 'u32',2454        maybePeriodic: 'Option<(u32,u32)>',2455        priority: 'u8',2456        call: 'FrameSupportScheduleMaybeHashed'2457      }2458    }2459  },2460  /**2461   * Lookup274: frame_support::traits::schedule::MaybeHashed<opal_runtime::Call, primitive_types::H256>2462   **/2463  FrameSupportScheduleMaybeHashed: {2464    _enum: {2465      Value: 'Call',2466      Hash: 'H256'2467    }2468  },2469  /**2470   * Lookup275: pallet_configuration::pallet::Call<T>2471   **/2472  PalletConfigurationCall: {2473    _enum: {2474      set_weight_to_fee_coefficient_override: {2475        coeff: 'Option<u32>',2476      },2477      set_min_gas_price_override: {2478        coeff: 'Option<u64>'2479      }2480    }2481  },2482  /**2483   * Lookup276: pallet_template_transaction_payment::Call<T>2484   **/2485  PalletTemplateTransactionPaymentCall: 'Null',2486  /**2487   * Lookup277: pallet_structure::pallet::Call<T>2488   **/2489  PalletStructureCall: 'Null',2490  /**2491   * Lookup278: pallet_rmrk_core::pallet::Call<T>2492   **/2493  PalletRmrkCoreCall: {2494    _enum: {2495      create_collection: {2496        metadata: 'Bytes',2497        max: 'Option<u32>',2498        symbol: 'Bytes',2499      },2500      destroy_collection: {2501        collectionId: 'u32',2502      },2503      change_collection_issuer: {2504        collectionId: 'u32',2505        newIssuer: 'MultiAddress',2506      },2507      lock_collection: {2508        collectionId: 'u32',2509      },2510      mint_nft: {2511        owner: 'Option<AccountId32>',2512        collectionId: 'u32',2513        recipient: 'Option<AccountId32>',2514        royaltyAmount: 'Option<Permill>',2515        metadata: 'Bytes',2516        transferable: 'bool',2517        resources: 'Option<Vec<RmrkTraitsResourceResourceTypes>>',2518      },2519      burn_nft: {2520        collectionId: 'u32',2521        nftId: 'u32',2522        maxBurns: 'u32',2523      },2524      send: {2525        rmrkCollectionId: 'u32',2526        rmrkNftId: 'u32',2527        newOwner: 'RmrkTraitsNftAccountIdOrCollectionNftTuple',2528      },2529      accept_nft: {2530        rmrkCollectionId: 'u32',2531        rmrkNftId: 'u32',2532        newOwner: 'RmrkTraitsNftAccountIdOrCollectionNftTuple',2533      },2534      reject_nft: {2535        rmrkCollectionId: 'u32',2536        rmrkNftId: 'u32',2537      },2538      accept_resource: {2539        rmrkCollectionId: 'u32',2540        rmrkNftId: 'u32',2541        resourceId: 'u32',2542      },2543      accept_resource_removal: {2544        rmrkCollectionId: 'u32',2545        rmrkNftId: 'u32',2546        resourceId: 'u32',2547      },2548      set_property: {2549        rmrkCollectionId: 'Compact<u32>',2550        maybeNftId: 'Option<u32>',2551        key: 'Bytes',2552        value: 'Bytes',2553      },2554      set_priority: {2555        rmrkCollectionId: 'u32',2556        rmrkNftId: 'u32',2557        priorities: 'Vec<u32>',2558      },2559      add_basic_resource: {2560        rmrkCollectionId: 'u32',2561        nftId: 'u32',2562        resource: 'RmrkTraitsResourceBasicResource',2563      },2564      add_composable_resource: {2565        rmrkCollectionId: 'u32',2566        nftId: 'u32',2567        resource: 'RmrkTraitsResourceComposableResource',2568      },2569      add_slot_resource: {2570        rmrkCollectionId: 'u32',2571        nftId: 'u32',2572        resource: 'RmrkTraitsResourceSlotResource',2573      },2574      remove_resource: {2575        rmrkCollectionId: 'u32',2576        nftId: 'u32',2577        resourceId: 'u32'2578      }2579    }2580  },2581  /**2582   * Lookup284: rmrk_traits::resource::ResourceTypes<sp_runtime::bounded::bounded_vec::BoundedVec<T, S>, sp_runtime::bounded::bounded_vec::BoundedVec<T, S>>2583   **/2584  RmrkTraitsResourceResourceTypes: {2585    _enum: {2586      Basic: 'RmrkTraitsResourceBasicResource',2587      Composable: 'RmrkTraitsResourceComposableResource',2588      Slot: 'RmrkTraitsResourceSlotResource'2589    }2590  },2591  /**2592   * Lookup286: rmrk_traits::resource::BasicResource<sp_runtime::bounded::bounded_vec::BoundedVec<T, S>>2593   **/2594  RmrkTraitsResourceBasicResource: {2595    src: 'Option<Bytes>',2596    metadata: 'Option<Bytes>',2597    license: 'Option<Bytes>',2598    thumb: 'Option<Bytes>'2599  },2600  /**2601   * Lookup288: rmrk_traits::resource::ComposableResource<sp_runtime::bounded::bounded_vec::BoundedVec<T, S>, sp_runtime::bounded::bounded_vec::BoundedVec<T, S>>2602   **/2603  RmrkTraitsResourceComposableResource: {2604    parts: 'Vec<u32>',2605    base: 'u32',2606    src: 'Option<Bytes>',2607    metadata: 'Option<Bytes>',2608    license: 'Option<Bytes>',2609    thumb: 'Option<Bytes>'2610  },2611  /**2612   * Lookup289: rmrk_traits::resource::SlotResource<sp_runtime::bounded::bounded_vec::BoundedVec<T, S>>2613   **/2614  RmrkTraitsResourceSlotResource: {2615    base: 'u32',2616    src: 'Option<Bytes>',2617    metadata: 'Option<Bytes>',2618    slot: 'u32',2619    license: 'Option<Bytes>',2620    thumb: 'Option<Bytes>'2621  },2622  /**2623   * Lookup292: pallet_rmrk_equip::pallet::Call<T>2624   **/2625  PalletRmrkEquipCall: {2626    _enum: {2627      create_base: {2628        baseType: 'Bytes',2629        symbol: 'Bytes',2630        parts: 'Vec<RmrkTraitsPartPartType>',2631      },2632      theme_add: {2633        baseId: 'u32',2634        theme: 'RmrkTraitsTheme',2635      },2636      equippable: {2637        baseId: 'u32',2638        slotId: 'u32',2639        equippables: 'RmrkTraitsPartEquippableList'2640      }2641    }2642  },2643  /**2644   * Lookup295: rmrk_traits::part::PartType<sp_runtime::bounded::bounded_vec::BoundedVec<T, S>, sp_runtime::bounded::bounded_vec::BoundedVec<T, S>>2645   **/2646  RmrkTraitsPartPartType: {2647    _enum: {2648      FixedPart: 'RmrkTraitsPartFixedPart',2649      SlotPart: 'RmrkTraitsPartSlotPart'2650    }2651  },2652  /**2653   * Lookup297: rmrk_traits::part::FixedPart<sp_runtime::bounded::bounded_vec::BoundedVec<T, S>>2654   **/2655  RmrkTraitsPartFixedPart: {2656    id: 'u32',2657    z: 'u32',2658    src: 'Bytes'2659  },2660  /**2661   * Lookup298: rmrk_traits::part::SlotPart<sp_runtime::bounded::bounded_vec::BoundedVec<T, S>, sp_runtime::bounded::bounded_vec::BoundedVec<T, S>>2662   **/2663  RmrkTraitsPartSlotPart: {2664    id: 'u32',2665    equippable: 'RmrkTraitsPartEquippableList',2666    src: 'Bytes',2667    z: 'u32'2668  },2669  /**2670   * Lookup299: rmrk_traits::part::EquippableList<sp_runtime::bounded::bounded_vec::BoundedVec<T, S>>2671   **/2672  RmrkTraitsPartEquippableList: {2673    _enum: {2674      All: 'Null',2675      Empty: 'Null',2676      Custom: 'Vec<u32>'2677    }2678  },2679  /**2680   * Lookup301: 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>>2681   **/2682  RmrkTraitsTheme: {2683    name: 'Bytes',2684    properties: 'Vec<RmrkTraitsThemeThemeProperty>',2685    inherit: 'bool'2686  },2687  /**2688   * Lookup303: rmrk_traits::theme::ThemeProperty<sp_runtime::bounded::bounded_vec::BoundedVec<T, S>>2689   **/2690  RmrkTraitsThemeThemeProperty: {2691    key: 'Bytes',2692    value: 'Bytes'2693  },2694  /**2695   * Lookup314: pallet_foreign_assets::module::Call<T>2696   **/2697  PalletForeignAssetsModuleCall: {2698    _enum: {2699      register_foreign_asset: {2700        owner: 'AccountId32',2701        location: 'XcmVersionedMultiLocation',2702        metadata: 'PalletForeignAssetsModuleAssetMetadata',2703      },2704      update_foreign_asset: {2705        foreignAssetId: 'u32',2706        location: 'XcmVersionedMultiLocation',2707        metadata: 'PalletForeignAssetsModuleAssetMetadata'2708      }2709    }2710  },2711   /**2712   * Lookup305: pallet_app_promotion::pallet::Call<T>2713   **/2714  PalletAppPromotionCall: {2715    _enum: {2716      set_admin_address: {2717        admin: 'PalletEvmAccountBasicCrossAccountIdRepr',2718      },2719      stake: {2720        amount: 'u128',2721      },2722      unstake: 'Null',2723      sponsor_collection: {2724        collectionId: 'u32',2725      },2726      stop_sponsoring_collection: {2727        collectionId: 'u32',2728      },2729      sponsor_contract: {2730        contractId: 'H160',2731      },2732      stop_sponsoring_contract: {2733        contractId: 'H160',2734      },2735      payout_stakers: {2736        stakersNumber: 'Option<u8>'2737      }2738    }2739  },2740  /**2741   * Lookup307: pallet_evm::pallet::Call<T>2742   **/2743  PalletEvmCall: {2744    _enum: {2745      withdraw: {2746        address: 'H160',2747        value: 'u128',2748      },2749      call: {2750        source: 'H160',2751        target: 'H160',2752        input: 'Bytes',2753        value: 'U256',2754        gasLimit: 'u64',2755        maxFeePerGas: 'U256',2756        maxPriorityFeePerGas: 'Option<U256>',2757        nonce: 'Option<U256>',2758        accessList: 'Vec<(H160,Vec<H256>)>',2759      },2760      create: {2761        source: 'H160',2762        init: 'Bytes',2763        value: 'U256',2764        gasLimit: 'u64',2765        maxFeePerGas: 'U256',2766        maxPriorityFeePerGas: 'Option<U256>',2767        nonce: 'Option<U256>',2768        accessList: 'Vec<(H160,Vec<H256>)>',2769      },2770      create2: {2771        source: 'H160',2772        init: 'Bytes',2773        salt: 'H256',2774        value: 'U256',2775        gasLimit: 'u64',2776        maxFeePerGas: 'U256',2777        maxPriorityFeePerGas: 'Option<U256>',2778        nonce: 'Option<U256>',2779        accessList: 'Vec<(H160,Vec<H256>)>'2780      }2781    }2782  },2783  /**2784   * Lookup311: pallet_ethereum::pallet::Call<T>2785   **/2786  PalletEthereumCall: {2787    _enum: {2788      transact: {2789        transaction: 'EthereumTransactionTransactionV2'2790      }2791    }2792  },2793  /**2794   * Lookup312: ethereum::transaction::TransactionV22795   **/2796  EthereumTransactionTransactionV2: {2797    _enum: {2798      Legacy: 'EthereumTransactionLegacyTransaction',2799      EIP2930: 'EthereumTransactionEip2930Transaction',2800      EIP1559: 'EthereumTransactionEip1559Transaction'2801    }2802  },2803  /**2804   * Lookup313: ethereum::transaction::LegacyTransaction2805   **/2806  EthereumTransactionLegacyTransaction: {2807    nonce: 'U256',2808    gasPrice: 'U256',2809    gasLimit: 'U256',2810    action: 'EthereumTransactionTransactionAction',2811    value: 'U256',2812    input: 'Bytes',2813    signature: 'EthereumTransactionTransactionSignature'2814  },2815  /**2816   * Lookup314: ethereum::transaction::TransactionAction2817   **/2818  EthereumTransactionTransactionAction: {2819    _enum: {2820      Call: 'H160',2821      Create: 'Null'2822    }2823  },2824  /**2825   * Lookup315: ethereum::transaction::TransactionSignature2826   **/2827  EthereumTransactionTransactionSignature: {2828    v: 'u64',2829    r: 'H256',2830    s: 'H256'2831  },2832  /**2833   * Lookup317: ethereum::transaction::EIP2930Transaction2834   **/2835  EthereumTransactionEip2930Transaction: {2836    chainId: 'u64',2837    nonce: 'U256',2838    gasPrice: 'U256',2839    gasLimit: 'U256',2840    action: 'EthereumTransactionTransactionAction',2841    value: 'U256',2842    input: 'Bytes',2843    accessList: 'Vec<EthereumTransactionAccessListItem>',2844    oddYParity: 'bool',2845    r: 'H256',2846    s: 'H256'2847  },2848  /**2849   * Lookup319: ethereum::transaction::AccessListItem2850   **/2851  EthereumTransactionAccessListItem: {2852    address: 'H160',2853    storageKeys: 'Vec<H256>'2854  },2855  /**2856   * Lookup320: ethereum::transaction::EIP1559Transaction2857   **/2858  EthereumTransactionEip1559Transaction: {2859    chainId: 'u64',2860    nonce: 'U256',2861    maxPriorityFeePerGas: 'U256',2862    maxFeePerGas: 'U256',2863    gasLimit: 'U256',2864    action: 'EthereumTransactionTransactionAction',2865    value: 'U256',2866    input: 'Bytes',2867    accessList: 'Vec<EthereumTransactionAccessListItem>',2868    oddYParity: 'bool',2869    r: 'H256',2870    s: 'H256'2871  },2872  /**2873   * Lookup321: pallet_evm_migration::pallet::Call<T>2874   **/2875  PalletEvmMigrationCall: {2876    _enum: {2877      begin: {2878        address: 'H160',2879      },2880      set_data: {2881        address: 'H160',2882        data: 'Vec<(H256,H256)>',2883      },2884      finish: {2885        address: 'H160',2886        code: 'Bytes'2887      }2888    }2889  },2890  /**2891   * Lookup324: pallet_sudo::pallet::Error<T>2892   **/2893  PalletSudoError: {2894    _enum: ['RequireSudo']2895  },2896  /**2897   * Lookup326: orml_vesting::module::Error<T>2898   **/2899  OrmlVestingModuleError: {2900    _enum: ['ZeroVestingPeriod', 'ZeroVestingPeriodCount', 'InsufficientBalanceToLock', 'TooManyVestingSchedules', 'AmountLow', 'MaxVestingSchedulesExceeded']2901  },2902  /**2903   * Lookup335: orml_xtokens::module::Error<T>2904   **/2905  OrmlXtokensModuleError: {2906    _enum: ['AssetHasNoReserve', 'NotCrossChainTransfer', 'InvalidDest', 'NotCrossChainTransferableCurrency', 'UnweighableMessage', 'XcmExecutionFailed', 'CannotReanchor', 'InvalidAncestry', 'InvalidAsset', 'DestinationNotInvertible', 'BadVersion', 'DistinctReserveForAssetAndFee', 'ZeroFee', 'ZeroAmount', 'TooManyAssetsBeingSent', 'AssetIndexNonExistent', 'FeeNotEnough', 'NotSupportedMultiLocation', 'MinXcmFeeNotDefined']2907  },2908  /**2909   * Lookup338: orml_tokens::BalanceLock<Balance>2910   **/2911  OrmlTokensBalanceLock: {2912    id: '[u8;8]',2913    amount: 'u128'2914  },2915  /**2916   * Lookup340: orml_tokens::AccountData<Balance>2917   **/2918  OrmlTokensAccountData: {2919    free: 'u128',2920    reserved: 'u128',2921    frozen: 'u128'2922  },2923  /**2924   * Lookup342: orml_tokens::ReserveData<ReserveIdentifier, Balance>2925   **/2926  OrmlTokensReserveData: {2927    id: 'Null',2928    amount: 'u128'2929  },2930  /**2931   * Lookup344: orml_tokens::module::Error<T>2932   **/2933  OrmlTokensModuleError: {2934    _enum: ['BalanceTooLow', 'AmountIntoBalanceFailed', 'LiquidityRestrictions', 'MaxLocksExceeded', 'KeepAlive', 'ExistentialDeposit', 'DeadAccount', 'TooManyReserves']2935  },2936  /**2937   * Lookup346: cumulus_pallet_xcmp_queue::InboundChannelDetails2938   **/2939  CumulusPalletXcmpQueueInboundChannelDetails: {2940    sender: 'u32',2941    state: 'CumulusPalletXcmpQueueInboundState',2942    messageMetadata: 'Vec<(u32,PolkadotParachainPrimitivesXcmpMessageFormat)>'2943  },2944  /**2945   * Lookup329: cumulus_pallet_xcmp_queue::InboundState2946   **/2947  CumulusPalletXcmpQueueInboundState: {2948    _enum: ['Ok', 'Suspended']2949  },2950  /**2951   * Lookup332: polkadot_parachain::primitives::XcmpMessageFormat2952   **/2953  PolkadotParachainPrimitivesXcmpMessageFormat: {2954    _enum: ['ConcatenatedVersionedXcm', 'ConcatenatedEncodedBlob', 'Signals']2955  },2956  /**2957   * Lookup335: cumulus_pallet_xcmp_queue::OutboundChannelDetails2958   **/2959  CumulusPalletXcmpQueueOutboundChannelDetails: {2960    recipient: 'u32',2961    state: 'CumulusPalletXcmpQueueOutboundState',2962    signalsExist: 'bool',2963    firstIndex: 'u16',2964    lastIndex: 'u16'2965  },2966  /**2967   * Lookup336: cumulus_pallet_xcmp_queue::OutboundState2968   **/2969  CumulusPalletXcmpQueueOutboundState: {2970    _enum: ['Ok', 'Suspended']2971  },2972  /**2973   * Lookup338: cumulus_pallet_xcmp_queue::QueueConfigData2974   **/2975  CumulusPalletXcmpQueueQueueConfigData: {2976    suspendThreshold: 'u32',2977    dropThreshold: 'u32',2978    resumeThreshold: 'u32',2979    thresholdWeight: 'u64',2980    weightRestrictDecay: 'u64',2981    xcmpMaxIndividualWeight: 'u64'2982  },2983  /**2984   * Lookup340: cumulus_pallet_xcmp_queue::pallet::Error<T>2985   **/2986  CumulusPalletXcmpQueueError: {2987    _enum: ['FailedToSend', 'BadXcmOrigin', 'BadXcm', 'BadOverweightIndex', 'WeightOverLimit']2988  },2989  /**2990   * Lookup341: pallet_xcm::pallet::Error<T>2991   **/2992  PalletXcmError: {2993    _enum: ['Unreachable', 'SendFailure', 'Filtered', 'UnweighableMessage', 'DestinationNotInvertible', 'Empty', 'CannotReanchor', 'TooManyAssets', 'InvalidOrigin', 'BadVersion', 'BadLocation', 'NoSubscription', 'AlreadySubscribed']2994  },2995  /**2996   * Lookup342: cumulus_pallet_xcm::pallet::Error<T>2997   **/2998  CumulusPalletXcmError: 'Null',2999  /**3000   * Lookup343: cumulus_pallet_dmp_queue::ConfigData3001   **/3002  CumulusPalletDmpQueueConfigData: {3003    maxIndividual: 'u64'3004  },3005  /**3006   * Lookup344: cumulus_pallet_dmp_queue::PageIndexData3007   **/3008  CumulusPalletDmpQueuePageIndexData: {3009    beginUsed: 'u32',3010    endUsed: 'u32',3011    overweightCount: 'u64'3012  },3013  /**3014   * Lookup347: cumulus_pallet_dmp_queue::pallet::Error<T>3015   **/3016  CumulusPalletDmpQueueError: {3017    _enum: ['Unknown', 'OverLimit']3018  },3019  /**3020   * Lookup351: pallet_unique::Error<T>3021   **/3022  PalletUniqueError: {3023    _enum: ['CollectionDecimalPointLimitExceeded', 'ConfirmUnsetSponsorFail', 'EmptyArgument', 'RepartitionCalledOnNonRefungibleCollection']3024  },3025  /**3026   * Lookup354: pallet_unique_scheduler::ScheduledV3<frame_support::traits::schedule::MaybeHashed<opal_runtime::Call, primitive_types::H256>, BlockNumber, opal_runtime::OriginCaller, sp_core::crypto::AccountId32>3027   **/3028  PalletUniqueSchedulerScheduledV3: {3029    maybeId: 'Option<[u8;16]>',3030    priority: 'u8',3031    call: 'FrameSupportScheduleMaybeHashed',3032    maybePeriodic: 'Option<(u32,u32)>',3033    origin: 'OpalRuntimeOriginCaller'3034  },3035  /**3036   * Lookup355: opal_runtime::OriginCaller3037   **/3038  OpalRuntimeOriginCaller: {3039    _enum: {3040      system: 'FrameSupportDispatchRawOrigin',3041      __Unused1: 'Null',3042      __Unused2: 'Null',3043      __Unused3: 'Null',3044      Void: 'SpCoreVoid',3045      __Unused5: 'Null',3046      __Unused6: 'Null',3047      __Unused7: 'Null',3048      __Unused8: 'Null',3049      __Unused9: 'Null',3050      __Unused10: 'Null',3051      __Unused11: 'Null',3052      __Unused12: 'Null',3053      __Unused13: 'Null',3054      __Unused14: 'Null',3055      __Unused15: 'Null',3056      __Unused16: 'Null',3057      __Unused17: 'Null',3058      __Unused18: 'Null',3059      __Unused19: 'Null',3060      __Unused20: 'Null',3061      __Unused21: 'Null',3062      __Unused22: 'Null',3063      __Unused23: 'Null',3064      __Unused24: 'Null',3065      __Unused25: 'Null',3066      __Unused26: 'Null',3067      __Unused27: 'Null',3068      __Unused28: 'Null',3069      __Unused29: 'Null',3070      __Unused30: 'Null',3071      __Unused31: 'Null',3072      __Unused32: 'Null',3073      __Unused33: 'Null',3074      __Unused34: 'Null',3075      __Unused35: 'Null',3076      __Unused36: 'Null',3077      __Unused37: 'Null',3078      __Unused38: 'Null',3079      __Unused39: 'Null',3080      __Unused40: 'Null',3081      __Unused41: 'Null',3082      __Unused42: 'Null',3083      __Unused43: 'Null',3084      __Unused44: 'Null',3085      __Unused45: 'Null',3086      __Unused46: 'Null',3087      __Unused47: 'Null',3088      __Unused48: 'Null',3089      __Unused49: 'Null',3090      __Unused50: 'Null',3091      PolkadotXcm: 'PalletXcmOrigin',3092      CumulusXcm: 'CumulusPalletXcmOrigin',3093      __Unused53: 'Null',3094      __Unused54: 'Null',3095      __Unused55: 'Null',3096      __Unused56: 'Null',3097      __Unused57: 'Null',3098      __Unused58: 'Null',3099      __Unused59: 'Null',3100      __Unused60: 'Null',3101      __Unused61: 'Null',3102      __Unused62: 'Null',3103      __Unused63: 'Null',3104      __Unused64: 'Null',3105      __Unused65: 'Null',3106      __Unused66: 'Null',3107      __Unused67: 'Null',3108      __Unused68: 'Null',3109      __Unused69: 'Null',3110      __Unused70: 'Null',3111      __Unused71: 'Null',3112      __Unused72: 'Null',3113      __Unused73: 'Null',3114      __Unused74: 'Null',3115      __Unused75: 'Null',3116      __Unused76: 'Null',3117      __Unused77: 'Null',3118      __Unused78: 'Null',3119      __Unused79: 'Null',3120      __Unused80: 'Null',3121      __Unused81: 'Null',3122      __Unused82: 'Null',3123      __Unused83: 'Null',3124      __Unused84: 'Null',3125      __Unused85: 'Null',3126      __Unused86: 'Null',3127      __Unused87: 'Null',3128      __Unused88: 'Null',3129      __Unused89: 'Null',3130      __Unused90: 'Null',3131      __Unused91: 'Null',3132      __Unused92: 'Null',3133      __Unused93: 'Null',3134      __Unused94: 'Null',3135      __Unused95: 'Null',3136      __Unused96: 'Null',3137      __Unused97: 'Null',3138      __Unused98: 'Null',3139      __Unused99: 'Null',3140      __Unused100: 'Null',3141      Ethereum: 'PalletEthereumRawOrigin'3142    }3143  },3144  /**3145   * Lookup356: frame_support::dispatch::RawOrigin<sp_core::crypto::AccountId32>3146   **/3147  FrameSupportDispatchRawOrigin: {3148    _enum: {3149      Root: 'Null',3150      Signed: 'AccountId32',3151      None: 'Null'3152    }3153  },3154  /**3155   * Lookup357: pallet_xcm::pallet::Origin3156   **/3157  PalletXcmOrigin: {3158    _enum: {3159      Xcm: 'XcmV1MultiLocation',3160      Response: 'XcmV1MultiLocation'3161    }3162  },3163  /**3164   * Lookup358: cumulus_pallet_xcm::pallet::Origin3165   **/3166  CumulusPalletXcmOrigin: {3167    _enum: {3168      Relay: 'Null',3169      SiblingParachain: 'u32'3170    }3171  },3172  /**3173   * Lookup359: pallet_ethereum::RawOrigin3174   **/3175  PalletEthereumRawOrigin: {3176    _enum: {3177      EthereumTransaction: 'H160'3178    }3179  },3180  /**3181   * Lookup360: sp_core::Void3182   **/3183  SpCoreVoid: 'Null',3184  /**3185   * Lookup361: pallet_unique_scheduler::pallet::Error<T>3186   **/3187  PalletUniqueSchedulerError: {3188    _enum: ['FailedToSchedule', 'NotFound', 'TargetBlockNumberInPast', 'RescheduleNoChange']3189  },3190  /**3191   * Lookup362: up_data_structs::Collection<sp_core::crypto::AccountId32>3192   **/3193  UpDataStructsCollection: {3194    owner: 'AccountId32',3195    mode: 'UpDataStructsCollectionMode',3196    name: 'Vec<u16>',3197    description: 'Vec<u16>',3198    tokenPrefix: 'Bytes',3199    sponsorship: 'UpDataStructsSponsorshipStateAccountId32',3200    limits: 'UpDataStructsCollectionLimits',3201    permissions: 'UpDataStructsCollectionPermissions',3202    externalCollection: 'bool'3203  },3204  /**3205   * Lookup363: up_data_structs::SponsorshipState<sp_core::crypto::AccountId32>3206   **/3207  UpDataStructsSponsorshipStateAccountId32: {3208    _enum: {3209      Disabled: 'Null',3210      Unconfirmed: 'AccountId32',3211      Confirmed: 'AccountId32'3212    }3213  },3214  /**3215   * Lookup364: up_data_structs::Properties3216   **/3217  UpDataStructsProperties: {3218    map: 'UpDataStructsPropertiesMapBoundedVec',3219    consumedSpace: 'u32',3220    spaceLimit: 'u32'3221  },3222  /**3223   * Lookup365: up_data_structs::PropertiesMap<sp_runtime::bounded::bounded_vec::BoundedVec<T, S>>3224   **/3225  UpDataStructsPropertiesMapBoundedVec: 'BTreeMap<Bytes, Bytes>',3226  /**3227   * Lookup370: up_data_structs::PropertiesMap<up_data_structs::PropertyPermission>3228   **/3229  UpDataStructsPropertiesMapPropertyPermission: 'BTreeMap<Bytes, UpDataStructsPropertyPermission>',3230  /**3231   * Lookup377: up_data_structs::CollectionStats3232   **/3233  UpDataStructsCollectionStats: {3234    created: 'u32',3235    destroyed: 'u32',3236    alive: 'u32'3237  },3238  /**3239   * Lookup378: up_data_structs::TokenChild3240   **/3241  UpDataStructsTokenChild: {3242    token: 'u32',3243    collection: 'u32'3244  },3245  /**3246   * Lookup379: PhantomType::up_data_structs<T>3247   **/3248  PhantomTypeUpDataStructs: '[(UpDataStructsTokenData,UpDataStructsRpcCollection,RmrkTraitsCollectionCollectionInfo,RmrkTraitsNftNftInfo,RmrkTraitsResourceResourceInfo,RmrkTraitsPropertyPropertyInfo,RmrkTraitsBaseBaseInfo,RmrkTraitsPartPartType,RmrkTraitsTheme,RmrkTraitsNftNftChild);0]',3249  /**3250   * Lookup381: up_data_structs::TokenData<pallet_evm::account::BasicCrossAccountIdRepr<sp_core::crypto::AccountId32>>3251   **/3252  UpDataStructsTokenData: {3253    properties: 'Vec<UpDataStructsProperty>',3254    owner: 'Option<PalletEvmAccountBasicCrossAccountIdRepr>',3255    pieces: 'u128'3256  },3257  /**3258   * Lookup383: up_data_structs::RpcCollection<sp_core::crypto::AccountId32>3259   **/3260  UpDataStructsRpcCollection: {3261    owner: 'AccountId32',3262    mode: 'UpDataStructsCollectionMode',3263    name: 'Vec<u16>',3264    description: 'Vec<u16>',3265    tokenPrefix: 'Bytes',3266    sponsorship: 'UpDataStructsSponsorshipStateAccountId32',3267    limits: 'UpDataStructsCollectionLimits',3268    permissions: 'UpDataStructsCollectionPermissions',3269    tokenPropertyPermissions: 'Vec<UpDataStructsPropertyKeyPermission>',3270    properties: 'Vec<UpDataStructsProperty>',3271    readOnly: 'bool'3272  },3273  /**3274   * Lookup384: 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   * Lookup385: 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   * Lookup387: 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   * Lookup388: 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   * Lookup389: 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   * Lookup390: 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   * Lookup391: rmrk_traits::nft::NftChild3326   **/3327  RmrkTraitsNftNftChild: {3328    collectionId: 'u32',3329    nftId: 'u32'3330  },3331  /**3332   * Lookup393: 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   * Lookup395: pallet_fungible::pallet::Error<T>3339   **/3340  PalletFungibleError: {3341    _enum: ['NotFungibleDataUsedToMintFungibleCollectionToken', 'FungibleItemsHaveNoId', 'FungibleItemsDontHaveData', 'FungibleDisallowsNesting', 'SettingPropertiesNotAllowed']3342  },3343  /**3344   * Lookup396: pallet_refungible::ItemData3345   **/3346  PalletRefungibleItemData: {3347    constData: 'Bytes'3348  },3349  /**3350   * Lookup401: pallet_refungible::pallet::Error<T>3351   **/3352  PalletRefungibleError: {3353    _enum: ['NotRefungibleDataUsedToMintFungibleCollectionToken', 'WrongRefungiblePieces', 'RepartitionWhileNotOwningAllPieces', 'RefungibleDisallowsNesting', 'SettingPropertiesNotAllowed']3354  },3355  /**3356   * Lookup402: pallet_nonfungible::ItemData<pallet_evm::account::BasicCrossAccountIdRepr<sp_core::crypto::AccountId32>>3357   **/3358  PalletNonfungibleItemData: {3359    owner: 'PalletEvmAccountBasicCrossAccountIdRepr'3360  },3361  /**3362   * Lookup404: up_data_structs::PropertyScope3363   **/3364  UpDataStructsPropertyScope: {3365    _enum: ['None', 'Rmrk']3366  },3367  /**3368   * Lookup406: pallet_nonfungible::pallet::Error<T>3369   **/3370  PalletNonfungibleError: {3371    _enum: ['NotNonfungibleDataUsedToMintFungibleCollectionToken', 'NonfungibleItemsHaveNoAmount', 'CantBurnNftWithChildren']3372  },3373  /**3374   * Lookup407: pallet_structure::pallet::Error<T>3375   **/3376  PalletStructureError: {3377    _enum: ['OuroborosDetected', 'DepthLimit', 'BreadthLimit', 'TokenNotFound']3378  },3379  /**3380   * Lookup408: 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   * Lookup410: pallet_rmrk_equip::pallet::Error<T>3387   **/3388  PalletRmrkEquipError: {3389    _enum: ['PermissionError', 'NoAvailableBaseId', 'NoAvailablePartId', 'BaseDoesntExist', 'NeedsDefaultThemeFirst', 'PartDoesntExist', 'NoEquippableOnFixedPart']3390  },3391  /**3392   * Lookup429: pallet_foreign_assets::module::Error<T>3393   **/3394  PalletForeignAssetsModuleError: {3395    _enum: ['BadLocation', 'MultiLocationExisted', 'AssetIdNotExists', 'AssetIdExisted']3396  },3397  /**3398   * Lookup432: pallet_evm::pallet::Error<T>3399   * Lookup416: pallet_app_promotion::pallet::Error<T>3400   **/3401  PalletAppPromotionError: {3402    _enum: ['AdminNotSet', 'NoPermission', 'NotSufficientFunds', 'PendingForBlockOverflow', 'SponsorNotSet', 'IncorrectLockedBalanceOperation']3403  },3404  /**3405   * Lookup419: pallet_evm::pallet::Error<T>3406   **/3407  PalletEvmError: {3408    _enum: ['BalanceLow', 'FeeOverflow', 'PaymentOverflow', 'WithdrawFailed', 'GasPriceTooLow', 'InvalidNonce']3409  },3410  /**3411   * Lookup422: fp_rpc::TransactionStatus3412   **/3413  FpRpcTransactionStatus: {3414    transactionHash: 'H256',3415    transactionIndex: 'u32',3416    from: 'H160',3417    to: 'Option<H160>',3418    contractAddress: 'Option<H160>',3419    logs: 'Vec<EthereumLog>',3420    logsBloom: 'EthbloomBloom'3421  },3422  /**3423   * Lookup424: ethbloom::Bloom3424   **/3425  EthbloomBloom: '[u8;256]',3426  /**3427   * Lookup426: ethereum::receipt::ReceiptV33428   **/3429  EthereumReceiptReceiptV3: {3430    _enum: {3431      Legacy: 'EthereumReceiptEip658ReceiptData',3432      EIP2930: 'EthereumReceiptEip658ReceiptData',3433      EIP1559: 'EthereumReceiptEip658ReceiptData'3434    }3435  },3436  /**3437   * Lookup427: ethereum::receipt::EIP658ReceiptData3438   **/3439  EthereumReceiptEip658ReceiptData: {3440    statusCode: 'u8',3441    usedGas: 'U256',3442    logsBloom: 'EthbloomBloom',3443    logs: 'Vec<EthereumLog>'3444  },3445  /**3446   * Lookup428: ethereum::block::Block<ethereum::transaction::TransactionV2>3447   **/3448  EthereumBlock: {3449    header: 'EthereumHeader',3450    transactions: 'Vec<EthereumTransactionTransactionV2>',3451    ommers: 'Vec<EthereumHeader>'3452  },3453  /**3454   * Lookup429: ethereum::header::Header3455   **/3456  EthereumHeader: {3457    parentHash: 'H256',3458    ommersHash: 'H256',3459    beneficiary: 'H160',3460    stateRoot: 'H256',3461    transactionsRoot: 'H256',3462    receiptsRoot: 'H256',3463    logsBloom: 'EthbloomBloom',3464    difficulty: 'U256',3465    number: 'U256',3466    gasLimit: 'U256',3467    gasUsed: 'U256',3468    timestamp: 'u64',3469    extraData: 'Bytes',3470    mixHash: 'H256',3471    nonce: 'EthereumTypesHashH64'3472  },3473  /**3474   * Lookup430: ethereum_types::hash::H643475   **/3476  EthereumTypesHashH64: '[u8;8]',3477  /**3478   * Lookup435: pallet_ethereum::pallet::Error<T>3479   **/3480  PalletEthereumError: {3481    _enum: ['InvalidSignature', 'PreLogExists']3482  },3483  /**3484   * Lookup436: pallet_evm_coder_substrate::pallet::Error<T>3485   **/3486  PalletEvmCoderSubstrateError: {3487    _enum: ['OutOfGas', 'OutOfFund']3488  },3489  /**3490   * Lookup437: up_data_structs::SponsorshipState<pallet_evm::account::BasicCrossAccountIdRepr<sp_core::crypto::AccountId32>>3491   **/3492  UpDataStructsSponsorshipStateBasicCrossAccountIdRepr: {3493    _enum: {3494      Disabled: 'Null',3495      Unconfirmed: 'PalletEvmAccountBasicCrossAccountIdRepr',3496      Confirmed: 'PalletEvmAccountBasicCrossAccountIdRepr'3497    }3498  },3499  /**3500   * Lookup438: pallet_evm_contract_helpers::SponsoringModeT3501   **/3502  PalletEvmContractHelpersSponsoringModeT: {3503    _enum: ['Disabled', 'Allowlisted', 'Generous']3504  },3505  /**3506   * Lookup440: pallet_evm_contract_helpers::pallet::Error<T>3507   **/3508  PalletEvmContractHelpersError: {3509    _enum: ['NoPermission', 'NoPendingSponsor']3510  },3511  /**3512   * Lookup441: pallet_evm_migration::pallet::Error<T>3513   **/3514  PalletEvmMigrationError: {3515    _enum: ['AccountNotEmpty', 'AccountIsNotMigrating']3516  },3517  /**3518   * Lookup443: sp_runtime::MultiSignature3519   **/3520  SpRuntimeMultiSignature: {3521    _enum: {3522      Ed25519: 'SpCoreEd25519Signature',3523      Sr25519: 'SpCoreSr25519Signature',3524      Ecdsa: 'SpCoreEcdsaSignature'3525    }3526  },3527  /**3528   * Lookup444: sp_core::ed25519::Signature3529   **/3530  SpCoreEd25519Signature: '[u8;64]',3531  /**3532   * Lookup446: sp_core::sr25519::Signature3533   **/3534  SpCoreSr25519Signature: '[u8;64]',3535  /**3536   * Lookup447: sp_core::ecdsa::Signature3537   **/3538  SpCoreEcdsaSignature: '[u8;65]',3539  /**3540   * Lookup450: frame_system::extensions::check_spec_version::CheckSpecVersion<T>3541   **/3542  FrameSystemExtensionsCheckSpecVersion: 'Null',3543  /**3544   * Lookup451: frame_system::extensions::check_genesis::CheckGenesis<T>3545   **/3546  FrameSystemExtensionsCheckGenesis: 'Null',3547  /**3548   * Lookup454: frame_system::extensions::check_nonce::CheckNonce<T>3549   **/3550  FrameSystemExtensionsCheckNonce: 'Compact<u32>',3551  /**3552   * Lookup455: frame_system::extensions::check_weight::CheckWeight<T>3553   **/3554  FrameSystemExtensionsCheckWeight: 'Null',3555  /**3556   * Lookup456: pallet_template_transaction_payment::ChargeTransactionPayment<opal_runtime::Runtime>3557   **/3558  PalletTemplateTransactionPaymentChargeTransactionPayment: 'Compact<u128>',3559  /**3560   * Lookup457: opal_runtime::Runtime3561   **/3562  OpalRuntimeRuntime: 'Null',3563  /**3564   * Lookup458: pallet_ethereum::FakeTransactionFinalizer<opal_runtime::Runtime>3565   **/3566  PalletEthereumFakeTransactionFinalizer: 'Null'3567};