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

difftreelog

source

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