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

difftreelog

source

tests/src/interfaces/lookup.ts91.1 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_common::pallet::Event<T>993   **/994  PalletCommonEvent: {995    _enum: {996      CollectionCreated: '(u32,u8,AccountId32)',997      CollectionDestroyed: 'u32',998      ItemCreated: '(u32,u32,PalletEvmAccountBasicCrossAccountIdRepr,u128)',999      ItemDestroyed: '(u32,u32,PalletEvmAccountBasicCrossAccountIdRepr,u128)',1000      Transfer: '(u32,u32,PalletEvmAccountBasicCrossAccountIdRepr,PalletEvmAccountBasicCrossAccountIdRepr,u128)',1001      Approved: '(u32,u32,PalletEvmAccountBasicCrossAccountIdRepr,PalletEvmAccountBasicCrossAccountIdRepr,u128)',1002      ApprovedForAll: '(u32,PalletEvmAccountBasicCrossAccountIdRepr,PalletEvmAccountBasicCrossAccountIdRepr,bool)',1003      CollectionPropertySet: '(u32,Bytes)',1004      CollectionPropertyDeleted: '(u32,Bytes)',1005      TokenPropertySet: '(u32,u32,Bytes)',1006      TokenPropertyDeleted: '(u32,u32,Bytes)',1007      PropertyPermissionSet: '(u32,Bytes)',1008      AllowListAddressAdded: '(u32,PalletEvmAccountBasicCrossAccountIdRepr)',1009      AllowListAddressRemoved: '(u32,PalletEvmAccountBasicCrossAccountIdRepr)',1010      CollectionAdminAdded: '(u32,PalletEvmAccountBasicCrossAccountIdRepr)',1011      CollectionAdminRemoved: '(u32,PalletEvmAccountBasicCrossAccountIdRepr)',1012      CollectionLimitSet: 'u32',1013      CollectionOwnerChanged: '(u32,AccountId32)',1014      CollectionPermissionSet: 'u32',1015      CollectionSponsorSet: '(u32,AccountId32)',1016      SponsorshipConfirmed: '(u32,AccountId32)',1017      CollectionSponsorRemoved: 'u32'1018    }1019  },1020  /**1021   * Lookup92: pallet_evm::account::BasicCrossAccountIdRepr<sp_core::crypto::AccountId32>1022   **/1023  PalletEvmAccountBasicCrossAccountIdRepr: {1024    _enum: {1025      Substrate: 'AccountId32',1026      Ethereum: 'H160'1027    }1028  },1029  /**1030   * Lookup96: pallet_structure::pallet::Event<T>1031   **/1032  PalletStructureEvent: {1033    _enum: {1034      Executed: 'Result<Null, SpRuntimeDispatchError>'1035    }1036  },1037  /**1038   * Lookup97: pallet_rmrk_core::pallet::Event<T>1039   **/1040  PalletRmrkCoreEvent: {1041    _enum: {1042      CollectionCreated: {1043        issuer: 'AccountId32',1044        collectionId: 'u32',1045      },1046      CollectionDestroyed: {1047        issuer: 'AccountId32',1048        collectionId: 'u32',1049      },1050      IssuerChanged: {1051        oldIssuer: 'AccountId32',1052        newIssuer: 'AccountId32',1053        collectionId: 'u32',1054      },1055      CollectionLocked: {1056        issuer: 'AccountId32',1057        collectionId: 'u32',1058      },1059      NftMinted: {1060        owner: 'AccountId32',1061        collectionId: 'u32',1062        nftId: 'u32',1063      },1064      NFTBurned: {1065        owner: 'AccountId32',1066        nftId: 'u32',1067      },1068      NFTSent: {1069        sender: 'AccountId32',1070        recipient: 'RmrkTraitsNftAccountIdOrCollectionNftTuple',1071        collectionId: 'u32',1072        nftId: 'u32',1073        approvalRequired: 'bool',1074      },1075      NFTAccepted: {1076        sender: 'AccountId32',1077        recipient: 'RmrkTraitsNftAccountIdOrCollectionNftTuple',1078        collectionId: 'u32',1079        nftId: 'u32',1080      },1081      NFTRejected: {1082        sender: 'AccountId32',1083        collectionId: 'u32',1084        nftId: 'u32',1085      },1086      PropertySet: {1087        collectionId: 'u32',1088        maybeNftId: 'Option<u32>',1089        key: 'Bytes',1090        value: 'Bytes',1091      },1092      ResourceAdded: {1093        nftId: 'u32',1094        resourceId: 'u32',1095      },1096      ResourceRemoval: {1097        nftId: 'u32',1098        resourceId: 'u32',1099      },1100      ResourceAccepted: {1101        nftId: 'u32',1102        resourceId: 'u32',1103      },1104      ResourceRemovalAccepted: {1105        nftId: 'u32',1106        resourceId: 'u32',1107      },1108      PrioritySet: {1109        collectionId: 'u32',1110        nftId: 'u32'1111      }1112    }1113  },1114  /**1115   * Lookup98: rmrk_traits::nft::AccountIdOrCollectionNftTuple<sp_core::crypto::AccountId32>1116   **/1117  RmrkTraitsNftAccountIdOrCollectionNftTuple: {1118    _enum: {1119      AccountId: 'AccountId32',1120      CollectionAndNftTuple: '(u32,u32)'1121    }1122  },1123  /**1124   * Lookup102: pallet_rmrk_equip::pallet::Event<T>1125   **/1126  PalletRmrkEquipEvent: {1127    _enum: {1128      BaseCreated: {1129        issuer: 'AccountId32',1130        baseId: 'u32',1131      },1132      EquippablesUpdated: {1133        baseId: 'u32',1134        slotId: 'u32'1135      }1136    }1137  },1138  /**1139   * Lookup103: pallet_app_promotion::pallet::Event<T>1140   **/1141  PalletAppPromotionEvent: {1142    _enum: {1143      StakingRecalculation: '(AccountId32,u128,u128)',1144      Stake: '(AccountId32,u128)',1145      Unstake: '(AccountId32,u128)',1146      SetAdmin: 'AccountId32'1147    }1148  },1149  /**1150   * Lookup104: pallet_foreign_assets::module::Event<T>1151   **/1152  PalletForeignAssetsModuleEvent: {1153    _enum: {1154      ForeignAssetRegistered: {1155        assetId: 'u32',1156        assetAddress: 'XcmV1MultiLocation',1157        metadata: 'PalletForeignAssetsModuleAssetMetadata',1158      },1159      ForeignAssetUpdated: {1160        assetId: 'u32',1161        assetAddress: 'XcmV1MultiLocation',1162        metadata: 'PalletForeignAssetsModuleAssetMetadata',1163      },1164      AssetRegistered: {1165        assetId: 'PalletForeignAssetsAssetIds',1166        metadata: 'PalletForeignAssetsModuleAssetMetadata',1167      },1168      AssetUpdated: {1169        assetId: 'PalletForeignAssetsAssetIds',1170        metadata: 'PalletForeignAssetsModuleAssetMetadata'1171      }1172    }1173  },1174  /**1175   * Lookup105: pallet_foreign_assets::module::AssetMetadata<Balance>1176   **/1177  PalletForeignAssetsModuleAssetMetadata: {1178    name: 'Bytes',1179    symbol: 'Bytes',1180    decimals: 'u8',1181    minimalBalance: 'u128'1182  },1183  /**1184   * Lookup106: pallet_evm::pallet::Event<T>1185   **/1186  PalletEvmEvent: {1187    _enum: {1188      Log: {1189        log: 'EthereumLog',1190      },1191      Created: {1192        address: 'H160',1193      },1194      CreatedFailed: {1195        address: 'H160',1196      },1197      Executed: {1198        address: 'H160',1199      },1200      ExecutedFailed: {1201        address: 'H160'1202      }1203    }1204  },1205  /**1206   * Lookup107: ethereum::log::Log1207   **/1208  EthereumLog: {1209    address: 'H160',1210    topics: 'Vec<H256>',1211    data: 'Bytes'1212  },1213  /**1214   * Lookup109: pallet_ethereum::pallet::Event1215   **/1216  PalletEthereumEvent: {1217    _enum: {1218      Executed: {1219        from: 'H160',1220        to: 'H160',1221        transactionHash: 'H256',1222        exitReason: 'EvmCoreErrorExitReason'1223      }1224    }1225  },1226  /**1227   * Lookup110: evm_core::error::ExitReason1228   **/1229  EvmCoreErrorExitReason: {1230    _enum: {1231      Succeed: 'EvmCoreErrorExitSucceed',1232      Error: 'EvmCoreErrorExitError',1233      Revert: 'EvmCoreErrorExitRevert',1234      Fatal: 'EvmCoreErrorExitFatal'1235    }1236  },1237  /**1238   * Lookup111: evm_core::error::ExitSucceed1239   **/1240  EvmCoreErrorExitSucceed: {1241    _enum: ['Stopped', 'Returned', 'Suicided']1242  },1243  /**1244   * Lookup112: evm_core::error::ExitError1245   **/1246  EvmCoreErrorExitError: {1247    _enum: {1248      StackUnderflow: 'Null',1249      StackOverflow: 'Null',1250      InvalidJump: 'Null',1251      InvalidRange: 'Null',1252      DesignatedInvalid: 'Null',1253      CallTooDeep: 'Null',1254      CreateCollision: 'Null',1255      CreateContractLimit: 'Null',1256      OutOfOffset: 'Null',1257      OutOfGas: 'Null',1258      OutOfFund: 'Null',1259      PCUnderflow: 'Null',1260      CreateEmpty: 'Null',1261      Other: 'Text',1262      InvalidCode: 'Null'1263    }1264  },1265  /**1266   * Lookup115: evm_core::error::ExitRevert1267   **/1268  EvmCoreErrorExitRevert: {1269    _enum: ['Reverted']1270  },1271  /**1272   * Lookup116: evm_core::error::ExitFatal1273   **/1274  EvmCoreErrorExitFatal: {1275    _enum: {1276      NotSupported: 'Null',1277      UnhandledInterrupt: 'Null',1278      CallErrorAsFatal: 'EvmCoreErrorExitError',1279      Other: 'Text'1280    }1281  },1282  /**1283   * Lookup117: pallet_evm_contract_helpers::pallet::Event<T>1284   **/1285  PalletEvmContractHelpersEvent: {1286    _enum: {1287      ContractSponsorSet: '(H160,AccountId32)',1288      ContractSponsorshipConfirmed: '(H160,AccountId32)',1289      ContractSponsorRemoved: 'H160'1290    }1291  },1292  /**1293   * Lookup118: pallet_evm_migration::pallet::Event<T>1294   **/1295  PalletEvmMigrationEvent: {1296    _enum: ['TestEvent']1297  },1298  /**1299   * Lookup119: pallet_maintenance::pallet::Event<T>1300   **/1301  PalletMaintenanceEvent: {1302    _enum: ['MaintenanceEnabled', 'MaintenanceDisabled']1303  },1304  /**1305   * Lookup120: pallet_test_utils::pallet::Event<T>1306   **/1307  PalletTestUtilsEvent: {1308    _enum: ['ValueIsSet', 'ShouldRollback', 'BatchCompleted']1309  },1310  /**1311   * Lookup121: frame_system::Phase1312   **/1313  FrameSystemPhase: {1314    _enum: {1315      ApplyExtrinsic: 'u32',1316      Finalization: 'Null',1317      Initialization: 'Null'1318    }1319  },1320  /**1321   * Lookup124: frame_system::LastRuntimeUpgradeInfo1322   **/1323  FrameSystemLastRuntimeUpgradeInfo: {1324    specVersion: 'Compact<u32>',1325    specName: 'Text'1326  },1327  /**1328   * Lookup125: frame_system::pallet::Call<T>1329   **/1330  FrameSystemCall: {1331    _enum: {1332      fill_block: {1333        ratio: 'Perbill',1334      },1335      remark: {1336        remark: 'Bytes',1337      },1338      set_heap_pages: {1339        pages: 'u64',1340      },1341      set_code: {1342        code: 'Bytes',1343      },1344      set_code_without_checks: {1345        code: 'Bytes',1346      },1347      set_storage: {1348        items: 'Vec<(Bytes,Bytes)>',1349      },1350      kill_storage: {1351        _alias: {1352          keys_: 'keys',1353        },1354        keys_: 'Vec<Bytes>',1355      },1356      kill_prefix: {1357        prefix: 'Bytes',1358        subkeys: 'u32',1359      },1360      remark_with_event: {1361        remark: 'Bytes'1362      }1363    }1364  },1365  /**1366   * Lookup130: frame_system::limits::BlockWeights1367   **/1368  FrameSystemLimitsBlockWeights: {1369    baseBlock: 'SpWeightsWeightV2Weight',1370    maxBlock: 'SpWeightsWeightV2Weight',1371    perClass: 'FrameSupportDispatchPerDispatchClassWeightsPerClass'1372  },1373  /**1374   * Lookup131: frame_support::dispatch::PerDispatchClass<frame_system::limits::WeightsPerClass>1375   **/1376  FrameSupportDispatchPerDispatchClassWeightsPerClass: {1377    normal: 'FrameSystemLimitsWeightsPerClass',1378    operational: 'FrameSystemLimitsWeightsPerClass',1379    mandatory: 'FrameSystemLimitsWeightsPerClass'1380  },1381  /**1382   * Lookup132: frame_system::limits::WeightsPerClass1383   **/1384  FrameSystemLimitsWeightsPerClass: {1385    baseExtrinsic: 'SpWeightsWeightV2Weight',1386    maxExtrinsic: 'Option<SpWeightsWeightV2Weight>',1387    maxTotal: 'Option<SpWeightsWeightV2Weight>',1388    reserved: 'Option<SpWeightsWeightV2Weight>'1389  },1390  /**1391   * Lookup134: frame_system::limits::BlockLength1392   **/1393  FrameSystemLimitsBlockLength: {1394    max: 'FrameSupportDispatchPerDispatchClassU32'1395  },1396  /**1397   * Lookup135: frame_support::dispatch::PerDispatchClass<T>1398   **/1399  FrameSupportDispatchPerDispatchClassU32: {1400    normal: 'u32',1401    operational: 'u32',1402    mandatory: 'u32'1403  },1404  /**1405   * Lookup136: sp_weights::RuntimeDbWeight1406   **/1407  SpWeightsRuntimeDbWeight: {1408    read: 'u64',1409    write: 'u64'1410  },1411  /**1412   * Lookup137: sp_version::RuntimeVersion1413   **/1414  SpVersionRuntimeVersion: {1415    specName: 'Text',1416    implName: 'Text',1417    authoringVersion: 'u32',1418    specVersion: 'u32',1419    implVersion: 'u32',1420    apis: 'Vec<([u8;8],u32)>',1421    transactionVersion: 'u32',1422    stateVersion: 'u8'1423  },1424  /**1425   * Lookup142: frame_system::pallet::Error<T>1426   **/1427  FrameSystemError: {1428    _enum: ['InvalidSpecName', 'SpecVersionNeedsToIncrease', 'FailedToExtractRuntimeVersion', 'NonDefaultComposite', 'NonZeroRefCount', 'CallFiltered']1429  },1430  /**1431   * Lookup143: polkadot_primitives::v2::PersistedValidationData<primitive_types::H256, N>1432   **/1433  PolkadotPrimitivesV2PersistedValidationData: {1434    parentHead: 'Bytes',1435    relayParentNumber: 'u32',1436    relayParentStorageRoot: 'H256',1437    maxPovSize: 'u32'1438  },1439  /**1440   * Lookup146: polkadot_primitives::v2::UpgradeRestriction1441   **/1442  PolkadotPrimitivesV2UpgradeRestriction: {1443    _enum: ['Present']1444  },1445  /**1446   * Lookup147: sp_trie::storage_proof::StorageProof1447   **/1448  SpTrieStorageProof: {1449    trieNodes: 'BTreeSet<Bytes>'1450  },1451  /**1452   * Lookup149: cumulus_pallet_parachain_system::relay_state_snapshot::MessagingStateSnapshot1453   **/1454  CumulusPalletParachainSystemRelayStateSnapshotMessagingStateSnapshot: {1455    dmqMqcHead: 'H256',1456    relayDispatchQueueSize: '(u32,u32)',1457    ingressChannels: 'Vec<(u32,PolkadotPrimitivesV2AbridgedHrmpChannel)>',1458    egressChannels: 'Vec<(u32,PolkadotPrimitivesV2AbridgedHrmpChannel)>'1459  },1460  /**1461   * Lookup152: polkadot_primitives::v2::AbridgedHrmpChannel1462   **/1463  PolkadotPrimitivesV2AbridgedHrmpChannel: {1464    maxCapacity: 'u32',1465    maxTotalSize: 'u32',1466    maxMessageSize: 'u32',1467    msgCount: 'u32',1468    totalSize: 'u32',1469    mqcHead: 'Option<H256>'1470  },1471  /**1472   * Lookup153: polkadot_primitives::v2::AbridgedHostConfiguration1473   **/1474  PolkadotPrimitivesV2AbridgedHostConfiguration: {1475    maxCodeSize: 'u32',1476    maxHeadDataSize: 'u32',1477    maxUpwardQueueCount: 'u32',1478    maxUpwardQueueSize: 'u32',1479    maxUpwardMessageSize: 'u32',1480    maxUpwardMessageNumPerCandidate: 'u32',1481    hrmpMaxMessageNumPerCandidate: 'u32',1482    validationUpgradeCooldown: 'u32',1483    validationUpgradeDelay: 'u32'1484  },1485  /**1486   * Lookup159: polkadot_core_primitives::OutboundHrmpMessage<polkadot_parachain::primitives::Id>1487   **/1488  PolkadotCorePrimitivesOutboundHrmpMessage: {1489    recipient: 'u32',1490    data: 'Bytes'1491  },1492  /**1493   * Lookup160: cumulus_pallet_parachain_system::pallet::Call<T>1494   **/1495  CumulusPalletParachainSystemCall: {1496    _enum: {1497      set_validation_data: {1498        data: 'CumulusPrimitivesParachainInherentParachainInherentData',1499      },1500      sudo_send_upward_message: {1501        message: 'Bytes',1502      },1503      authorize_upgrade: {1504        codeHash: 'H256',1505      },1506      enact_authorized_upgrade: {1507        code: 'Bytes'1508      }1509    }1510  },1511  /**1512   * Lookup161: cumulus_primitives_parachain_inherent::ParachainInherentData1513   **/1514  CumulusPrimitivesParachainInherentParachainInherentData: {1515    validationData: 'PolkadotPrimitivesV2PersistedValidationData',1516    relayChainState: 'SpTrieStorageProof',1517    downwardMessages: 'Vec<PolkadotCorePrimitivesInboundDownwardMessage>',1518    horizontalMessages: 'BTreeMap<u32, Vec<PolkadotCorePrimitivesInboundHrmpMessage>>'1519  },1520  /**1521   * Lookup163: polkadot_core_primitives::InboundDownwardMessage<BlockNumber>1522   **/1523  PolkadotCorePrimitivesInboundDownwardMessage: {1524    sentAt: 'u32',1525    msg: 'Bytes'1526  },1527  /**1528   * Lookup166: polkadot_core_primitives::InboundHrmpMessage<BlockNumber>1529   **/1530  PolkadotCorePrimitivesInboundHrmpMessage: {1531    sentAt: 'u32',1532    data: 'Bytes'1533  },1534  /**1535   * Lookup169: cumulus_pallet_parachain_system::pallet::Error<T>1536   **/1537  CumulusPalletParachainSystemError: {1538    _enum: ['OverlappingUpgrades', 'ProhibitedByPolkadot', 'TooBig', 'ValidationDataNotAvailable', 'HostConfigurationNotAvailable', 'NotScheduled', 'NothingAuthorized', 'Unauthorized']1539  },1540  /**1541   * Lookup171: pallet_balances::BalanceLock<Balance>1542   **/1543  PalletBalancesBalanceLock: {1544    id: '[u8;8]',1545    amount: 'u128',1546    reasons: 'PalletBalancesReasons'1547  },1548  /**1549   * Lookup172: pallet_balances::Reasons1550   **/1551  PalletBalancesReasons: {1552    _enum: ['Fee', 'Misc', 'All']1553  },1554  /**1555   * Lookup175: pallet_balances::ReserveData<ReserveIdentifier, Balance>1556   **/1557  PalletBalancesReserveData: {1558    id: '[u8;16]',1559    amount: 'u128'1560  },1561  /**1562   * Lookup177: pallet_balances::Releases1563   **/1564  PalletBalancesReleases: {1565    _enum: ['V1_0_0', 'V2_0_0']1566  },1567  /**1568   * Lookup178: pallet_balances::pallet::Call<T, I>1569   **/1570  PalletBalancesCall: {1571    _enum: {1572      transfer: {1573        dest: 'MultiAddress',1574        value: 'Compact<u128>',1575      },1576      set_balance: {1577        who: 'MultiAddress',1578        newFree: 'Compact<u128>',1579        newReserved: 'Compact<u128>',1580      },1581      force_transfer: {1582        source: 'MultiAddress',1583        dest: 'MultiAddress',1584        value: 'Compact<u128>',1585      },1586      transfer_keep_alive: {1587        dest: 'MultiAddress',1588        value: 'Compact<u128>',1589      },1590      transfer_all: {1591        dest: 'MultiAddress',1592        keepAlive: 'bool',1593      },1594      force_unreserve: {1595        who: 'MultiAddress',1596        amount: 'u128'1597      }1598    }1599  },1600  /**1601   * Lookup181: pallet_balances::pallet::Error<T, I>1602   **/1603  PalletBalancesError: {1604    _enum: ['VestingBalance', 'LiquidityRestrictions', 'InsufficientBalance', 'ExistentialDeposit', 'KeepAlive', 'ExistingVestingSchedule', 'DeadAccount', 'TooManyReserves']1605  },1606  /**1607   * Lookup183: pallet_timestamp::pallet::Call<T>1608   **/1609  PalletTimestampCall: {1610    _enum: {1611      set: {1612        now: 'Compact<u64>'1613      }1614    }1615  },1616  /**1617   * Lookup185: pallet_transaction_payment::Releases1618   **/1619  PalletTransactionPaymentReleases: {1620    _enum: ['V1Ancient', 'V2']1621  },1622  /**1623   * Lookup186: pallet_treasury::Proposal<sp_core::crypto::AccountId32, Balance>1624   **/1625  PalletTreasuryProposal: {1626    proposer: 'AccountId32',1627    value: 'u128',1628    beneficiary: 'AccountId32',1629    bond: 'u128'1630  },1631  /**1632   * Lookup189: pallet_treasury::pallet::Call<T, I>1633   **/1634  PalletTreasuryCall: {1635    _enum: {1636      propose_spend: {1637        value: 'Compact<u128>',1638        beneficiary: 'MultiAddress',1639      },1640      reject_proposal: {1641        proposalId: 'Compact<u32>',1642      },1643      approve_proposal: {1644        proposalId: 'Compact<u32>',1645      },1646      spend: {1647        amount: 'Compact<u128>',1648        beneficiary: 'MultiAddress',1649      },1650      remove_approval: {1651        proposalId: 'Compact<u32>'1652      }1653    }1654  },1655  /**1656   * Lookup192: frame_support::PalletId1657   **/1658  FrameSupportPalletId: '[u8;8]',1659  /**1660   * Lookup193: pallet_treasury::pallet::Error<T, I>1661   **/1662  PalletTreasuryError: {1663    _enum: ['InsufficientProposersBalance', 'InvalidIndex', 'TooManyApprovals', 'InsufficientPermission', 'ProposalNotApproved']1664  },1665  /**1666   * Lookup194: pallet_sudo::pallet::Call<T>1667   **/1668  PalletSudoCall: {1669    _enum: {1670      sudo: {1671        call: 'Call',1672      },1673      sudo_unchecked_weight: {1674        call: 'Call',1675        weight: 'SpWeightsWeightV2Weight',1676      },1677      set_key: {1678        _alias: {1679          new_: 'new',1680        },1681        new_: 'MultiAddress',1682      },1683      sudo_as: {1684        who: 'MultiAddress',1685        call: 'Call'1686      }1687    }1688  },1689  /**1690   * Lookup196: orml_vesting::module::Call<T>1691   **/1692  OrmlVestingModuleCall: {1693    _enum: {1694      claim: 'Null',1695      vested_transfer: {1696        dest: 'MultiAddress',1697        schedule: 'OrmlVestingVestingSchedule',1698      },1699      update_vesting_schedules: {1700        who: 'MultiAddress',1701        vestingSchedules: 'Vec<OrmlVestingVestingSchedule>',1702      },1703      claim_for: {1704        dest: 'MultiAddress'1705      }1706    }1707  },1708  /**1709   * Lookup198: orml_xtokens::module::Call<T>1710   **/1711  OrmlXtokensModuleCall: {1712    _enum: {1713      transfer: {1714        currencyId: 'PalletForeignAssetsAssetIds',1715        amount: 'u128',1716        dest: 'XcmVersionedMultiLocation',1717        destWeightLimit: 'XcmV2WeightLimit',1718      },1719      transfer_multiasset: {1720        asset: 'XcmVersionedMultiAsset',1721        dest: 'XcmVersionedMultiLocation',1722        destWeightLimit: 'XcmV2WeightLimit',1723      },1724      transfer_with_fee: {1725        currencyId: 'PalletForeignAssetsAssetIds',1726        amount: 'u128',1727        fee: 'u128',1728        dest: 'XcmVersionedMultiLocation',1729        destWeightLimit: 'XcmV2WeightLimit',1730      },1731      transfer_multiasset_with_fee: {1732        asset: 'XcmVersionedMultiAsset',1733        fee: 'XcmVersionedMultiAsset',1734        dest: 'XcmVersionedMultiLocation',1735        destWeightLimit: 'XcmV2WeightLimit',1736      },1737      transfer_multicurrencies: {1738        currencies: 'Vec<(PalletForeignAssetsAssetIds,u128)>',1739        feeItem: 'u32',1740        dest: 'XcmVersionedMultiLocation',1741        destWeightLimit: 'XcmV2WeightLimit',1742      },1743      transfer_multiassets: {1744        assets: 'XcmVersionedMultiAssets',1745        feeItem: 'u32',1746        dest: 'XcmVersionedMultiLocation',1747        destWeightLimit: 'XcmV2WeightLimit'1748      }1749    }1750  },1751  /**1752   * Lookup199: xcm::VersionedMultiAsset1753   **/1754  XcmVersionedMultiAsset: {1755    _enum: {1756      V0: 'XcmV0MultiAsset',1757      V1: 'XcmV1MultiAsset'1758    }1759  },1760  /**1761   * Lookup202: orml_tokens::module::Call<T>1762   **/1763  OrmlTokensModuleCall: {1764    _enum: {1765      transfer: {1766        dest: 'MultiAddress',1767        currencyId: 'PalletForeignAssetsAssetIds',1768        amount: 'Compact<u128>',1769      },1770      transfer_all: {1771        dest: 'MultiAddress',1772        currencyId: 'PalletForeignAssetsAssetIds',1773        keepAlive: 'bool',1774      },1775      transfer_keep_alive: {1776        dest: 'MultiAddress',1777        currencyId: 'PalletForeignAssetsAssetIds',1778        amount: 'Compact<u128>',1779      },1780      force_transfer: {1781        source: 'MultiAddress',1782        dest: 'MultiAddress',1783        currencyId: 'PalletForeignAssetsAssetIds',1784        amount: 'Compact<u128>',1785      },1786      set_balance: {1787        who: 'MultiAddress',1788        currencyId: 'PalletForeignAssetsAssetIds',1789        newFree: 'Compact<u128>',1790        newReserved: 'Compact<u128>'1791      }1792    }1793  },1794  /**1795   * Lookup203: cumulus_pallet_xcmp_queue::pallet::Call<T>1796   **/1797  CumulusPalletXcmpQueueCall: {1798    _enum: {1799      service_overweight: {1800        index: 'u64',1801        weightLimit: 'u64',1802      },1803      suspend_xcm_execution: 'Null',1804      resume_xcm_execution: 'Null',1805      update_suspend_threshold: {1806        _alias: {1807          new_: 'new',1808        },1809        new_: 'u32',1810      },1811      update_drop_threshold: {1812        _alias: {1813          new_: 'new',1814        },1815        new_: 'u32',1816      },1817      update_resume_threshold: {1818        _alias: {1819          new_: 'new',1820        },1821        new_: 'u32',1822      },1823      update_threshold_weight: {1824        _alias: {1825          new_: 'new',1826        },1827        new_: 'u64',1828      },1829      update_weight_restrict_decay: {1830        _alias: {1831          new_: 'new',1832        },1833        new_: 'u64',1834      },1835      update_xcmp_max_individual_weight: {1836        _alias: {1837          new_: 'new',1838        },1839        new_: 'u64'1840      }1841    }1842  },1843  /**1844   * Lookup204: pallet_xcm::pallet::Call<T>1845   **/1846  PalletXcmCall: {1847    _enum: {1848      send: {1849        dest: 'XcmVersionedMultiLocation',1850        message: 'XcmVersionedXcm',1851      },1852      teleport_assets: {1853        dest: 'XcmVersionedMultiLocation',1854        beneficiary: 'XcmVersionedMultiLocation',1855        assets: 'XcmVersionedMultiAssets',1856        feeAssetItem: 'u32',1857      },1858      reserve_transfer_assets: {1859        dest: 'XcmVersionedMultiLocation',1860        beneficiary: 'XcmVersionedMultiLocation',1861        assets: 'XcmVersionedMultiAssets',1862        feeAssetItem: 'u32',1863      },1864      execute: {1865        message: 'XcmVersionedXcm',1866        maxWeight: 'u64',1867      },1868      force_xcm_version: {1869        location: 'XcmV1MultiLocation',1870        xcmVersion: 'u32',1871      },1872      force_default_xcm_version: {1873        maybeXcmVersion: 'Option<u32>',1874      },1875      force_subscribe_version_notify: {1876        location: 'XcmVersionedMultiLocation',1877      },1878      force_unsubscribe_version_notify: {1879        location: 'XcmVersionedMultiLocation',1880      },1881      limited_reserve_transfer_assets: {1882        dest: 'XcmVersionedMultiLocation',1883        beneficiary: 'XcmVersionedMultiLocation',1884        assets: 'XcmVersionedMultiAssets',1885        feeAssetItem: 'u32',1886        weightLimit: 'XcmV2WeightLimit',1887      },1888      limited_teleport_assets: {1889        dest: 'XcmVersionedMultiLocation',1890        beneficiary: 'XcmVersionedMultiLocation',1891        assets: 'XcmVersionedMultiAssets',1892        feeAssetItem: 'u32',1893        weightLimit: 'XcmV2WeightLimit'1894      }1895    }1896  },1897  /**1898   * Lookup205: xcm::VersionedXcm<RuntimeCall>1899   **/1900  XcmVersionedXcm: {1901    _enum: {1902      V0: 'XcmV0Xcm',1903      V1: 'XcmV1Xcm',1904      V2: 'XcmV2Xcm'1905    }1906  },1907  /**1908   * Lookup206: xcm::v0::Xcm<RuntimeCall>1909   **/1910  XcmV0Xcm: {1911    _enum: {1912      WithdrawAsset: {1913        assets: 'Vec<XcmV0MultiAsset>',1914        effects: 'Vec<XcmV0Order>',1915      },1916      ReserveAssetDeposit: {1917        assets: 'Vec<XcmV0MultiAsset>',1918        effects: 'Vec<XcmV0Order>',1919      },1920      TeleportAsset: {1921        assets: 'Vec<XcmV0MultiAsset>',1922        effects: 'Vec<XcmV0Order>',1923      },1924      QueryResponse: {1925        queryId: 'Compact<u64>',1926        response: 'XcmV0Response',1927      },1928      TransferAsset: {1929        assets: 'Vec<XcmV0MultiAsset>',1930        dest: 'XcmV0MultiLocation',1931      },1932      TransferReserveAsset: {1933        assets: 'Vec<XcmV0MultiAsset>',1934        dest: 'XcmV0MultiLocation',1935        effects: 'Vec<XcmV0Order>',1936      },1937      Transact: {1938        originType: 'XcmV0OriginKind',1939        requireWeightAtMost: 'u64',1940        call: 'XcmDoubleEncoded',1941      },1942      HrmpNewChannelOpenRequest: {1943        sender: 'Compact<u32>',1944        maxMessageSize: 'Compact<u32>',1945        maxCapacity: 'Compact<u32>',1946      },1947      HrmpChannelAccepted: {1948        recipient: 'Compact<u32>',1949      },1950      HrmpChannelClosing: {1951        initiator: 'Compact<u32>',1952        sender: 'Compact<u32>',1953        recipient: 'Compact<u32>',1954      },1955      RelayedFrom: {1956        who: 'XcmV0MultiLocation',1957        message: 'XcmV0Xcm'1958      }1959    }1960  },1961  /**1962   * Lookup208: xcm::v0::order::Order<RuntimeCall>1963   **/1964  XcmV0Order: {1965    _enum: {1966      Null: 'Null',1967      DepositAsset: {1968        assets: 'Vec<XcmV0MultiAsset>',1969        dest: 'XcmV0MultiLocation',1970      },1971      DepositReserveAsset: {1972        assets: 'Vec<XcmV0MultiAsset>',1973        dest: 'XcmV0MultiLocation',1974        effects: 'Vec<XcmV0Order>',1975      },1976      ExchangeAsset: {1977        give: 'Vec<XcmV0MultiAsset>',1978        receive: 'Vec<XcmV0MultiAsset>',1979      },1980      InitiateReserveWithdraw: {1981        assets: 'Vec<XcmV0MultiAsset>',1982        reserve: 'XcmV0MultiLocation',1983        effects: 'Vec<XcmV0Order>',1984      },1985      InitiateTeleport: {1986        assets: 'Vec<XcmV0MultiAsset>',1987        dest: 'XcmV0MultiLocation',1988        effects: 'Vec<XcmV0Order>',1989      },1990      QueryHolding: {1991        queryId: 'Compact<u64>',1992        dest: 'XcmV0MultiLocation',1993        assets: 'Vec<XcmV0MultiAsset>',1994      },1995      BuyExecution: {1996        fees: 'XcmV0MultiAsset',1997        weight: 'u64',1998        debt: 'u64',1999        haltOnError: 'bool',2000        xcm: 'Vec<XcmV0Xcm>'2001      }2002    }2003  },2004  /**2005   * Lookup210: xcm::v0::Response2006   **/2007  XcmV0Response: {2008    _enum: {2009      Assets: 'Vec<XcmV0MultiAsset>'2010    }2011  },2012  /**2013   * Lookup211: xcm::v1::Xcm<RuntimeCall>2014   **/2015  XcmV1Xcm: {2016    _enum: {2017      WithdrawAsset: {2018        assets: 'XcmV1MultiassetMultiAssets',2019        effects: 'Vec<XcmV1Order>',2020      },2021      ReserveAssetDeposited: {2022        assets: 'XcmV1MultiassetMultiAssets',2023        effects: 'Vec<XcmV1Order>',2024      },2025      ReceiveTeleportedAsset: {2026        assets: 'XcmV1MultiassetMultiAssets',2027        effects: 'Vec<XcmV1Order>',2028      },2029      QueryResponse: {2030        queryId: 'Compact<u64>',2031        response: 'XcmV1Response',2032      },2033      TransferAsset: {2034        assets: 'XcmV1MultiassetMultiAssets',2035        beneficiary: 'XcmV1MultiLocation',2036      },2037      TransferReserveAsset: {2038        assets: 'XcmV1MultiassetMultiAssets',2039        dest: 'XcmV1MultiLocation',2040        effects: 'Vec<XcmV1Order>',2041      },2042      Transact: {2043        originType: 'XcmV0OriginKind',2044        requireWeightAtMost: 'u64',2045        call: 'XcmDoubleEncoded',2046      },2047      HrmpNewChannelOpenRequest: {2048        sender: 'Compact<u32>',2049        maxMessageSize: 'Compact<u32>',2050        maxCapacity: 'Compact<u32>',2051      },2052      HrmpChannelAccepted: {2053        recipient: 'Compact<u32>',2054      },2055      HrmpChannelClosing: {2056        initiator: 'Compact<u32>',2057        sender: 'Compact<u32>',2058        recipient: 'Compact<u32>',2059      },2060      RelayedFrom: {2061        who: 'XcmV1MultilocationJunctions',2062        message: 'XcmV1Xcm',2063      },2064      SubscribeVersion: {2065        queryId: 'Compact<u64>',2066        maxResponseWeight: 'Compact<u64>',2067      },2068      UnsubscribeVersion: 'Null'2069    }2070  },2071  /**2072   * Lookup213: xcm::v1::order::Order<RuntimeCall>2073   **/2074  XcmV1Order: {2075    _enum: {2076      Noop: 'Null',2077      DepositAsset: {2078        assets: 'XcmV1MultiassetMultiAssetFilter',2079        maxAssets: 'u32',2080        beneficiary: 'XcmV1MultiLocation',2081      },2082      DepositReserveAsset: {2083        assets: 'XcmV1MultiassetMultiAssetFilter',2084        maxAssets: 'u32',2085        dest: 'XcmV1MultiLocation',2086        effects: 'Vec<XcmV1Order>',2087      },2088      ExchangeAsset: {2089        give: 'XcmV1MultiassetMultiAssetFilter',2090        receive: 'XcmV1MultiassetMultiAssets',2091      },2092      InitiateReserveWithdraw: {2093        assets: 'XcmV1MultiassetMultiAssetFilter',2094        reserve: 'XcmV1MultiLocation',2095        effects: 'Vec<XcmV1Order>',2096      },2097      InitiateTeleport: {2098        assets: 'XcmV1MultiassetMultiAssetFilter',2099        dest: 'XcmV1MultiLocation',2100        effects: 'Vec<XcmV1Order>',2101      },2102      QueryHolding: {2103        queryId: 'Compact<u64>',2104        dest: 'XcmV1MultiLocation',2105        assets: 'XcmV1MultiassetMultiAssetFilter',2106      },2107      BuyExecution: {2108        fees: 'XcmV1MultiAsset',2109        weight: 'u64',2110        debt: 'u64',2111        haltOnError: 'bool',2112        instructions: 'Vec<XcmV1Xcm>'2113      }2114    }2115  },2116  /**2117   * Lookup215: xcm::v1::Response2118   **/2119  XcmV1Response: {2120    _enum: {2121      Assets: 'XcmV1MultiassetMultiAssets',2122      Version: 'u32'2123    }2124  },2125  /**2126   * Lookup229: cumulus_pallet_xcm::pallet::Call<T>2127   **/2128  CumulusPalletXcmCall: 'Null',2129  /**2130   * Lookup230: cumulus_pallet_dmp_queue::pallet::Call<T>2131   **/2132  CumulusPalletDmpQueueCall: {2133    _enum: {2134      service_overweight: {2135        index: 'u64',2136        weightLimit: 'u64'2137      }2138    }2139  },2140  /**2141   * Lookup231: pallet_inflation::pallet::Call<T>2142   **/2143  PalletInflationCall: {2144    _enum: {2145      start_inflation: {2146        inflationStartRelayBlock: 'u32'2147      }2148    }2149  },2150  /**2151   * Lookup232: pallet_unique::Call<T>2152   **/2153  PalletUniqueCall: {2154    _enum: {2155      create_collection: {2156        collectionName: 'Vec<u16>',2157        collectionDescription: 'Vec<u16>',2158        tokenPrefix: 'Bytes',2159        mode: 'UpDataStructsCollectionMode',2160      },2161      create_collection_ex: {2162        data: 'UpDataStructsCreateCollectionData',2163      },2164      destroy_collection: {2165        collectionId: 'u32',2166      },2167      add_to_allow_list: {2168        collectionId: 'u32',2169        address: 'PalletEvmAccountBasicCrossAccountIdRepr',2170      },2171      remove_from_allow_list: {2172        collectionId: 'u32',2173        address: 'PalletEvmAccountBasicCrossAccountIdRepr',2174      },2175      change_collection_owner: {2176        collectionId: 'u32',2177        newOwner: 'AccountId32',2178      },2179      add_collection_admin: {2180        collectionId: 'u32',2181        newAdminId: 'PalletEvmAccountBasicCrossAccountIdRepr',2182      },2183      remove_collection_admin: {2184        collectionId: 'u32',2185        accountId: 'PalletEvmAccountBasicCrossAccountIdRepr',2186      },2187      set_collection_sponsor: {2188        collectionId: 'u32',2189        newSponsor: 'AccountId32',2190      },2191      confirm_sponsorship: {2192        collectionId: 'u32',2193      },2194      remove_collection_sponsor: {2195        collectionId: 'u32',2196      },2197      create_item: {2198        collectionId: 'u32',2199        owner: 'PalletEvmAccountBasicCrossAccountIdRepr',2200        data: 'UpDataStructsCreateItemData',2201      },2202      create_multiple_items: {2203        collectionId: 'u32',2204        owner: 'PalletEvmAccountBasicCrossAccountIdRepr',2205        itemsData: 'Vec<UpDataStructsCreateItemData>',2206      },2207      set_collection_properties: {2208        collectionId: 'u32',2209        properties: 'Vec<UpDataStructsProperty>',2210      },2211      delete_collection_properties: {2212        collectionId: 'u32',2213        propertyKeys: 'Vec<Bytes>',2214      },2215      set_token_properties: {2216        collectionId: 'u32',2217        tokenId: 'u32',2218        properties: 'Vec<UpDataStructsProperty>',2219      },2220      delete_token_properties: {2221        collectionId: 'u32',2222        tokenId: 'u32',2223        propertyKeys: 'Vec<Bytes>',2224      },2225      set_token_property_permissions: {2226        collectionId: 'u32',2227        propertyPermissions: 'Vec<UpDataStructsPropertyKeyPermission>',2228      },2229      create_multiple_items_ex: {2230        collectionId: 'u32',2231        data: 'UpDataStructsCreateItemExData',2232      },2233      set_transfers_enabled_flag: {2234        collectionId: 'u32',2235        value: 'bool',2236      },2237      burn_item: {2238        collectionId: 'u32',2239        itemId: 'u32',2240        value: 'u128',2241      },2242      burn_from: {2243        collectionId: 'u32',2244        from: 'PalletEvmAccountBasicCrossAccountIdRepr',2245        itemId: 'u32',2246        value: 'u128',2247      },2248      transfer: {2249        recipient: 'PalletEvmAccountBasicCrossAccountIdRepr',2250        collectionId: 'u32',2251        itemId: 'u32',2252        value: 'u128',2253      },2254      approve: {2255        spender: 'PalletEvmAccountBasicCrossAccountIdRepr',2256        collectionId: 'u32',2257        itemId: 'u32',2258        amount: 'u128',2259      },2260      transfer_from: {2261        from: 'PalletEvmAccountBasicCrossAccountIdRepr',2262        recipient: 'PalletEvmAccountBasicCrossAccountIdRepr',2263        collectionId: 'u32',2264        itemId: 'u32',2265        value: 'u128',2266      },2267      set_collection_limits: {2268        collectionId: 'u32',2269        newLimit: 'UpDataStructsCollectionLimits',2270      },2271      set_collection_permissions: {2272        collectionId: 'u32',2273        newPermission: 'UpDataStructsCollectionPermissions',2274      },2275      repartition: {2276        collectionId: 'u32',2277        tokenId: 'u32',2278        amount: 'u128',2279      },2280      set_allowance_for_all: {2281        collectionId: 'u32',2282        operator: 'PalletEvmAccountBasicCrossAccountIdRepr',2283        approve: 'bool',2284      },2285      repair_item: {2286        collectionId: 'u32',2287        itemId: 'u32'2288      }2289    }2290  },2291  /**2292   * Lookup237: up_data_structs::CollectionMode2293   **/2294  UpDataStructsCollectionMode: {2295    _enum: {2296      NFT: 'Null',2297      Fungible: 'u8',2298      ReFungible: 'Null'2299    }2300  },2301  /**2302   * Lookup238: up_data_structs::CreateCollectionData<sp_core::crypto::AccountId32>2303   **/2304  UpDataStructsCreateCollectionData: {2305    mode: 'UpDataStructsCollectionMode',2306    access: 'Option<UpDataStructsAccessMode>',2307    name: 'Vec<u16>',2308    description: 'Vec<u16>',2309    tokenPrefix: 'Bytes',2310    pendingSponsor: 'Option<AccountId32>',2311    limits: 'Option<UpDataStructsCollectionLimits>',2312    permissions: 'Option<UpDataStructsCollectionPermissions>',2313    tokenPropertyPermissions: 'Vec<UpDataStructsPropertyKeyPermission>',2314    properties: 'Vec<UpDataStructsProperty>'2315  },2316  /**2317   * Lookup240: up_data_structs::AccessMode2318   **/2319  UpDataStructsAccessMode: {2320    _enum: ['Normal', 'AllowList']2321  },2322  /**2323   * Lookup242: up_data_structs::CollectionLimits2324   **/2325  UpDataStructsCollectionLimits: {2326    accountTokenOwnershipLimit: 'Option<u32>',2327    sponsoredDataSize: 'Option<u32>',2328    sponsoredDataRateLimit: 'Option<UpDataStructsSponsoringRateLimit>',2329    tokenLimit: 'Option<u32>',2330    sponsorTransferTimeout: 'Option<u32>',2331    sponsorApproveTimeout: 'Option<u32>',2332    ownerCanTransfer: 'Option<bool>',2333    ownerCanDestroy: 'Option<bool>',2334    transfersEnabled: 'Option<bool>'2335  },2336  /**2337   * Lookup244: up_data_structs::SponsoringRateLimit2338   **/2339  UpDataStructsSponsoringRateLimit: {2340    _enum: {2341      SponsoringDisabled: 'Null',2342      Blocks: 'u32'2343    }2344  },2345  /**2346   * Lookup247: up_data_structs::CollectionPermissions2347   **/2348  UpDataStructsCollectionPermissions: {2349    access: 'Option<UpDataStructsAccessMode>',2350    mintMode: 'Option<bool>',2351    nesting: 'Option<UpDataStructsNestingPermissions>'2352  },2353  /**2354   * Lookup249: up_data_structs::NestingPermissions2355   **/2356  UpDataStructsNestingPermissions: {2357    tokenOwner: 'bool',2358    collectionAdmin: 'bool',2359    restricted: 'Option<UpDataStructsOwnerRestrictedSet>'2360  },2361  /**2362   * Lookup251: up_data_structs::OwnerRestrictedSet2363   **/2364  UpDataStructsOwnerRestrictedSet: 'BTreeSet<u32>',2365  /**2366   * Lookup256: up_data_structs::PropertyKeyPermission2367   **/2368  UpDataStructsPropertyKeyPermission: {2369    key: 'Bytes',2370    permission: 'UpDataStructsPropertyPermission'2371  },2372  /**2373   * Lookup257: up_data_structs::PropertyPermission2374   **/2375  UpDataStructsPropertyPermission: {2376    mutable: 'bool',2377    collectionAdmin: 'bool',2378    tokenOwner: 'bool'2379  },2380  /**2381   * Lookup260: up_data_structs::Property2382   **/2383  UpDataStructsProperty: {2384    key: 'Bytes',2385    value: 'Bytes'2386  },2387  /**2388   * Lookup263: up_data_structs::CreateItemData2389   **/2390  UpDataStructsCreateItemData: {2391    _enum: {2392      NFT: 'UpDataStructsCreateNftData',2393      Fungible: 'UpDataStructsCreateFungibleData',2394      ReFungible: 'UpDataStructsCreateReFungibleData'2395    }2396  },2397  /**2398   * Lookup264: up_data_structs::CreateNftData2399   **/2400  UpDataStructsCreateNftData: {2401    properties: 'Vec<UpDataStructsProperty>'2402  },2403  /**2404   * Lookup265: up_data_structs::CreateFungibleData2405   **/2406  UpDataStructsCreateFungibleData: {2407    value: 'u128'2408  },2409  /**2410   * Lookup266: up_data_structs::CreateReFungibleData2411   **/2412  UpDataStructsCreateReFungibleData: {2413    pieces: 'u128',2414    properties: 'Vec<UpDataStructsProperty>'2415  },2416  /**2417   * Lookup269: up_data_structs::CreateItemExData<pallet_evm::account::BasicCrossAccountIdRepr<sp_core::crypto::AccountId32>>2418   **/2419  UpDataStructsCreateItemExData: {2420    _enum: {2421      NFT: 'Vec<UpDataStructsCreateNftExData>',2422      Fungible: 'BTreeMap<PalletEvmAccountBasicCrossAccountIdRepr, u128>',2423      RefungibleMultipleItems: 'Vec<UpDataStructsCreateRefungibleExSingleOwner>',2424      RefungibleMultipleOwners: 'UpDataStructsCreateRefungibleExMultipleOwners'2425    }2426  },2427  /**2428   * Lookup271: up_data_structs::CreateNftExData<pallet_evm::account::BasicCrossAccountIdRepr<sp_core::crypto::AccountId32>>2429   **/2430  UpDataStructsCreateNftExData: {2431    properties: 'Vec<UpDataStructsProperty>',2432    owner: 'PalletEvmAccountBasicCrossAccountIdRepr'2433  },2434  /**2435   * Lookup278: up_data_structs::CreateRefungibleExSingleOwner<pallet_evm::account::BasicCrossAccountIdRepr<sp_core::crypto::AccountId32>>2436   **/2437  UpDataStructsCreateRefungibleExSingleOwner: {2438    user: 'PalletEvmAccountBasicCrossAccountIdRepr',2439    pieces: 'u128',2440    properties: 'Vec<UpDataStructsProperty>'2441  },2442  /**2443   * Lookup280: up_data_structs::CreateRefungibleExMultipleOwners<pallet_evm::account::BasicCrossAccountIdRepr<sp_core::crypto::AccountId32>>2444   **/2445  UpDataStructsCreateRefungibleExMultipleOwners: {2446    users: 'BTreeMap<PalletEvmAccountBasicCrossAccountIdRepr, u128>',2447    properties: 'Vec<UpDataStructsProperty>'2448  },2449  /**2450   * Lookup281: pallet_configuration::pallet::Call<T>2451   **/2452  PalletConfigurationCall: {2453    _enum: {2454      set_weight_to_fee_coefficient_override: {2455        coeff: 'Option<u32>',2456      },2457      set_min_gas_price_override: {2458        coeff: 'Option<u64>',2459      },2460      set_xcm_allowed_locations: {2461        locations: 'Option<Vec<XcmV1MultiLocation>>',2462      },2463      set_app_promotion_configuration_override: {2464        configuration: 'PalletConfigurationAppPromotionConfiguration'2465      }2466    }2467  },2468  /**2469   * Lookup286: pallet_configuration::AppPromotionConfiguration<BlockNumber>2470   **/2471<<<<<<< HEAD2472  PalletConfigurationAppPromotionConfiguration: {2473    recalculationInterval: 'Option<u32>',2474    pendingInterval: 'Option<u32>',2475    intervalIncome: 'Option<Perbill>',2476    maxStakersPerCalculation: 'Option<u8>'2477=======2478  PalletConfigurationCall: {2479    _enum: {2480      set_weight_to_fee_coefficient_override: {2481        coeff: 'Option<u64>',2482      },2483      set_min_gas_price_override: {2484        coeff: 'Option<u64>'2485      }2486    }2487>>>>>>> chore: regenerate types2488  },2489  /**2490   * Lookup289: pallet_template_transaction_payment::Call<T>2491   **/2492  PalletTemplateTransactionPaymentCall: 'Null',2493  /**2494   * Lookup290: pallet_structure::pallet::Call<T>2495   **/2496  PalletStructureCall: 'Null',2497  /**2498   * Lookup291: pallet_rmrk_core::pallet::Call<T>2499   **/2500  PalletRmrkCoreCall: {2501    _enum: {2502      create_collection: {2503        metadata: 'Bytes',2504        max: 'Option<u32>',2505        symbol: 'Bytes',2506      },2507      destroy_collection: {2508        collectionId: 'u32',2509      },2510      change_collection_issuer: {2511        collectionId: 'u32',2512        newIssuer: 'MultiAddress',2513      },2514      lock_collection: {2515        collectionId: 'u32',2516      },2517      mint_nft: {2518        owner: 'Option<AccountId32>',2519        collectionId: 'u32',2520        recipient: 'Option<AccountId32>',2521        royaltyAmount: 'Option<Permill>',2522        metadata: 'Bytes',2523        transferable: 'bool',2524        resources: 'Option<Vec<RmrkTraitsResourceResourceTypes>>',2525      },2526      burn_nft: {2527        collectionId: 'u32',2528        nftId: 'u32',2529        maxBurns: 'u32',2530      },2531      send: {2532        rmrkCollectionId: 'u32',2533        rmrkNftId: 'u32',2534        newOwner: 'RmrkTraitsNftAccountIdOrCollectionNftTuple',2535      },2536      accept_nft: {2537        rmrkCollectionId: 'u32',2538        rmrkNftId: 'u32',2539        newOwner: 'RmrkTraitsNftAccountIdOrCollectionNftTuple',2540      },2541      reject_nft: {2542        rmrkCollectionId: 'u32',2543        rmrkNftId: 'u32',2544      },2545      accept_resource: {2546        rmrkCollectionId: 'u32',2547        rmrkNftId: 'u32',2548        resourceId: 'u32',2549      },2550      accept_resource_removal: {2551        rmrkCollectionId: 'u32',2552        rmrkNftId: 'u32',2553        resourceId: 'u32',2554      },2555      set_property: {2556        rmrkCollectionId: 'Compact<u32>',2557        maybeNftId: 'Option<u32>',2558        key: 'Bytes',2559        value: 'Bytes',2560      },2561      set_priority: {2562        rmrkCollectionId: 'u32',2563        rmrkNftId: 'u32',2564        priorities: 'Vec<u32>',2565      },2566      add_basic_resource: {2567        rmrkCollectionId: 'u32',2568        nftId: 'u32',2569        resource: 'RmrkTraitsResourceBasicResource',2570      },2571      add_composable_resource: {2572        rmrkCollectionId: 'u32',2573        nftId: 'u32',2574        resource: 'RmrkTraitsResourceComposableResource',2575      },2576      add_slot_resource: {2577        rmrkCollectionId: 'u32',2578        nftId: 'u32',2579        resource: 'RmrkTraitsResourceSlotResource',2580      },2581      remove_resource: {2582        rmrkCollectionId: 'u32',2583        nftId: 'u32',2584        resourceId: 'u32'2585      }2586    }2587  },2588  /**2589   * Lookup297: rmrk_traits::resource::ResourceTypes<sp_core::bounded::bounded_vec::BoundedVec<T, S>, sp_core::bounded::bounded_vec::BoundedVec<T, S>>2590   **/2591  RmrkTraitsResourceResourceTypes: {2592    _enum: {2593      Basic: 'RmrkTraitsResourceBasicResource',2594      Composable: 'RmrkTraitsResourceComposableResource',2595      Slot: 'RmrkTraitsResourceSlotResource'2596    }2597  },2598  /**2599   * Lookup299: rmrk_traits::resource::BasicResource<sp_core::bounded::bounded_vec::BoundedVec<T, S>>2600   **/2601  RmrkTraitsResourceBasicResource: {2602    src: 'Option<Bytes>',2603    metadata: 'Option<Bytes>',2604    license: 'Option<Bytes>',2605    thumb: 'Option<Bytes>'2606  },2607  /**2608   * Lookup301: rmrk_traits::resource::ComposableResource<sp_core::bounded::bounded_vec::BoundedVec<T, S>, sp_core::bounded::bounded_vec::BoundedVec<T, S>>2609   **/2610  RmrkTraitsResourceComposableResource: {2611    parts: 'Vec<u32>',2612    base: 'u32',2613    src: 'Option<Bytes>',2614    metadata: 'Option<Bytes>',2615    license: 'Option<Bytes>',2616    thumb: 'Option<Bytes>'2617  },2618  /**2619   * Lookup302: rmrk_traits::resource::SlotResource<sp_core::bounded::bounded_vec::BoundedVec<T, S>>2620   **/2621  RmrkTraitsResourceSlotResource: {2622    base: 'u32',2623    src: 'Option<Bytes>',2624    metadata: 'Option<Bytes>',2625    slot: 'u32',2626    license: 'Option<Bytes>',2627    thumb: 'Option<Bytes>'2628  },2629  /**2630   * Lookup305: pallet_rmrk_equip::pallet::Call<T>2631   **/2632  PalletRmrkEquipCall: {2633    _enum: {2634      create_base: {2635        baseType: 'Bytes',2636        symbol: 'Bytes',2637        parts: 'Vec<RmrkTraitsPartPartType>',2638      },2639      theme_add: {2640        baseId: 'u32',2641        theme: 'RmrkTraitsTheme',2642      },2643      equippable: {2644        baseId: 'u32',2645        slotId: 'u32',2646        equippables: 'RmrkTraitsPartEquippableList'2647      }2648    }2649  },2650  /**2651   * Lookup308: rmrk_traits::part::PartType<sp_core::bounded::bounded_vec::BoundedVec<T, S>, sp_core::bounded::bounded_vec::BoundedVec<T, S>>2652   **/2653  RmrkTraitsPartPartType: {2654    _enum: {2655      FixedPart: 'RmrkTraitsPartFixedPart',2656      SlotPart: 'RmrkTraitsPartSlotPart'2657    }2658  },2659  /**2660   * Lookup310: rmrk_traits::part::FixedPart<sp_core::bounded::bounded_vec::BoundedVec<T, S>>2661   **/2662  RmrkTraitsPartFixedPart: {2663    id: 'u32',2664    z: 'u32',2665    src: 'Bytes'2666  },2667  /**2668   * Lookup311: rmrk_traits::part::SlotPart<sp_core::bounded::bounded_vec::BoundedVec<T, S>, sp_core::bounded::bounded_vec::BoundedVec<T, S>>2669   **/2670  RmrkTraitsPartSlotPart: {2671    id: 'u32',2672    equippable: 'RmrkTraitsPartEquippableList',2673    src: 'Bytes',2674    z: 'u32'2675  },2676  /**2677   * Lookup312: rmrk_traits::part::EquippableList<sp_core::bounded::bounded_vec::BoundedVec<T, S>>2678   **/2679  RmrkTraitsPartEquippableList: {2680    _enum: {2681      All: 'Null',2682      Empty: 'Null',2683      Custom: 'Vec<u32>'2684    }2685  },2686  /**2687   * Lookup314: 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>>2688   **/2689  RmrkTraitsTheme: {2690    name: 'Bytes',2691    properties: 'Vec<RmrkTraitsThemeThemeProperty>',2692    inherit: 'bool'2693  },2694  /**2695   * Lookup316: rmrk_traits::theme::ThemeProperty<sp_core::bounded::bounded_vec::BoundedVec<T, S>>2696   **/2697  RmrkTraitsThemeThemeProperty: {2698    key: 'Bytes',2699    value: 'Bytes'2700  },2701  /**2702   * Lookup318: pallet_app_promotion::pallet::Call<T>2703   **/2704  PalletAppPromotionCall: {2705    _enum: {2706      set_admin_address: {2707        admin: 'PalletEvmAccountBasicCrossAccountIdRepr',2708      },2709      stake: {2710        amount: 'u128',2711      },2712      unstake: 'Null',2713      sponsor_collection: {2714        collectionId: 'u32',2715      },2716      stop_sponsoring_collection: {2717        collectionId: 'u32',2718      },2719      sponsor_contract: {2720        contractId: 'H160',2721      },2722      stop_sponsoring_contract: {2723        contractId: 'H160',2724      },2725      payout_stakers: {2726        stakersNumber: 'Option<u8>'2727      }2728    }2729  },2730  /**2731   * Lookup319: pallet_foreign_assets::module::Call<T>2732   **/2733  PalletForeignAssetsModuleCall: {2734    _enum: {2735      register_foreign_asset: {2736        owner: 'AccountId32',2737        location: 'XcmVersionedMultiLocation',2738        metadata: 'PalletForeignAssetsModuleAssetMetadata',2739      },2740      update_foreign_asset: {2741        foreignAssetId: 'u32',2742        location: 'XcmVersionedMultiLocation',2743        metadata: 'PalletForeignAssetsModuleAssetMetadata'2744      }2745    }2746  },2747  /**2748   * Lookup320: pallet_evm::pallet::Call<T>2749   **/2750  PalletEvmCall: {2751    _enum: {2752      withdraw: {2753        address: 'H160',2754        value: 'u128',2755      },2756      call: {2757        source: 'H160',2758        target: 'H160',2759        input: 'Bytes',2760        value: 'U256',2761        gasLimit: 'u64',2762        maxFeePerGas: 'U256',2763        maxPriorityFeePerGas: 'Option<U256>',2764        nonce: 'Option<U256>',2765        accessList: 'Vec<(H160,Vec<H256>)>',2766      },2767      create: {2768        source: 'H160',2769        init: 'Bytes',2770        value: 'U256',2771        gasLimit: 'u64',2772        maxFeePerGas: 'U256',2773        maxPriorityFeePerGas: 'Option<U256>',2774        nonce: 'Option<U256>',2775        accessList: 'Vec<(H160,Vec<H256>)>',2776      },2777      create2: {2778        source: 'H160',2779        init: 'Bytes',2780        salt: 'H256',2781        value: 'U256',2782        gasLimit: 'u64',2783        maxFeePerGas: 'U256',2784        maxPriorityFeePerGas: 'Option<U256>',2785        nonce: 'Option<U256>',2786        accessList: 'Vec<(H160,Vec<H256>)>'2787      }2788    }2789  },2790  /**2791   * Lookup326: pallet_ethereum::pallet::Call<T>2792   **/2793  PalletEthereumCall: {2794    _enum: {2795      transact: {2796        transaction: 'EthereumTransactionTransactionV2'2797      }2798    }2799  },2800  /**2801   * Lookup327: ethereum::transaction::TransactionV22802   **/2803  EthereumTransactionTransactionV2: {2804    _enum: {2805      Legacy: 'EthereumTransactionLegacyTransaction',2806      EIP2930: 'EthereumTransactionEip2930Transaction',2807      EIP1559: 'EthereumTransactionEip1559Transaction'2808    }2809  },2810  /**2811   * Lookup328: ethereum::transaction::LegacyTransaction2812   **/2813  EthereumTransactionLegacyTransaction: {2814    nonce: 'U256',2815    gasPrice: 'U256',2816    gasLimit: 'U256',2817    action: 'EthereumTransactionTransactionAction',2818    value: 'U256',2819    input: 'Bytes',2820    signature: 'EthereumTransactionTransactionSignature'2821  },2822  /**2823   * Lookup329: ethereum::transaction::TransactionAction2824   **/2825  EthereumTransactionTransactionAction: {2826    _enum: {2827      Call: 'H160',2828      Create: 'Null'2829    }2830  },2831  /**2832   * Lookup330: ethereum::transaction::TransactionSignature2833   **/2834  EthereumTransactionTransactionSignature: {2835    v: 'u64',2836    r: 'H256',2837    s: 'H256'2838  },2839  /**2840   * Lookup332: ethereum::transaction::EIP2930Transaction2841   **/2842  EthereumTransactionEip2930Transaction: {2843    chainId: 'u64',2844    nonce: 'U256',2845    gasPrice: 'U256',2846    gasLimit: 'U256',2847    action: 'EthereumTransactionTransactionAction',2848    value: 'U256',2849    input: 'Bytes',2850    accessList: 'Vec<EthereumTransactionAccessListItem>',2851    oddYParity: 'bool',2852    r: 'H256',2853    s: 'H256'2854  },2855  /**2856   * Lookup334: ethereum::transaction::AccessListItem2857   **/2858  EthereumTransactionAccessListItem: {2859    address: 'H160',2860    storageKeys: 'Vec<H256>'2861  },2862  /**2863   * Lookup335: ethereum::transaction::EIP1559Transaction2864   **/2865  EthereumTransactionEip1559Transaction: {2866    chainId: 'u64',2867    nonce: 'U256',2868    maxPriorityFeePerGas: 'U256',2869    maxFeePerGas: 'U256',2870    gasLimit: 'U256',2871    action: 'EthereumTransactionTransactionAction',2872    value: 'U256',2873    input: 'Bytes',2874    accessList: 'Vec<EthereumTransactionAccessListItem>',2875    oddYParity: 'bool',2876    r: 'H256',2877    s: 'H256'2878  },2879  /**2880   * Lookup336: pallet_evm_migration::pallet::Call<T>2881   **/2882  PalletEvmMigrationCall: {2883    _enum: {2884      begin: {2885        address: 'H160',2886      },2887      set_data: {2888        address: 'H160',2889        data: 'Vec<(H256,H256)>',2890      },2891      finish: {2892        address: 'H160',2893        code: 'Bytes',2894      },2895      insert_eth_logs: {2896        logs: 'Vec<EthereumLog>',2897      },2898      insert_events: {2899        events: 'Vec<Bytes>'2900      }2901    }2902  },2903  /**2904   * Lookup340: pallet_maintenance::pallet::Call<T>2905   **/2906  PalletMaintenanceCall: {2907    _enum: ['enable', 'disable']2908  },2909  /**2910   * Lookup341: pallet_test_utils::pallet::Call<T>2911   **/2912  PalletTestUtilsCall: {2913    _enum: {2914      enable: 'Null',2915      set_test_value: {2916        value: 'u32',2917      },2918      set_test_value_and_rollback: {2919        value: 'u32',2920      },2921      inc_test_value: 'Null',2922      just_take_fee: 'Null',2923      batch_all: {2924        calls: 'Vec<Call>'2925      }2926    }2927  },2928  /**2929   * Lookup343: pallet_sudo::pallet::Error<T>2930   **/2931  PalletSudoError: {2932    _enum: ['RequireSudo']2933  },2934  /**2935   * Lookup345: orml_vesting::module::Error<T>2936   **/2937  OrmlVestingModuleError: {2938    _enum: ['ZeroVestingPeriod', 'ZeroVestingPeriodCount', 'InsufficientBalanceToLock', 'TooManyVestingSchedules', 'AmountLow', 'MaxVestingSchedulesExceeded']2939  },2940  /**2941   * Lookup346: orml_xtokens::module::Error<T>2942   **/2943  OrmlXtokensModuleError: {2944    _enum: ['AssetHasNoReserve', 'NotCrossChainTransfer', 'InvalidDest', 'NotCrossChainTransferableCurrency', 'UnweighableMessage', 'XcmExecutionFailed', 'CannotReanchor', 'InvalidAncestry', 'InvalidAsset', 'DestinationNotInvertible', 'BadVersion', 'DistinctReserveForAssetAndFee', 'ZeroFee', 'ZeroAmount', 'TooManyAssetsBeingSent', 'AssetIndexNonExistent', 'FeeNotEnough', 'NotSupportedMultiLocation', 'MinXcmFeeNotDefined']2945  },2946  /**2947   * Lookup349: orml_tokens::BalanceLock<Balance>2948   **/2949  OrmlTokensBalanceLock: {2950    id: '[u8;8]',2951    amount: 'u128'2952  },2953  /**2954   * Lookup351: orml_tokens::AccountData<Balance>2955   **/2956  OrmlTokensAccountData: {2957    free: 'u128',2958    reserved: 'u128',2959    frozen: 'u128'2960  },2961  /**2962   * Lookup353: orml_tokens::ReserveData<ReserveIdentifier, Balance>2963   **/2964  OrmlTokensReserveData: {2965    id: 'Null',2966    amount: 'u128'2967  },2968  /**2969   * Lookup355: orml_tokens::module::Error<T>2970   **/2971  OrmlTokensModuleError: {2972    _enum: ['BalanceTooLow', 'AmountIntoBalanceFailed', 'LiquidityRestrictions', 'MaxLocksExceeded', 'KeepAlive', 'ExistentialDeposit', 'DeadAccount', 'TooManyReserves']2973  },2974  /**2975   * Lookup357: cumulus_pallet_xcmp_queue::InboundChannelDetails2976   **/2977  CumulusPalletXcmpQueueInboundChannelDetails: {2978    sender: 'u32',2979    state: 'CumulusPalletXcmpQueueInboundState',2980    messageMetadata: 'Vec<(u32,PolkadotParachainPrimitivesXcmpMessageFormat)>'2981  },2982  /**2983   * Lookup358: cumulus_pallet_xcmp_queue::InboundState2984   **/2985  CumulusPalletXcmpQueueInboundState: {2986    _enum: ['Ok', 'Suspended']2987  },2988  /**2989   * Lookup361: polkadot_parachain::primitives::XcmpMessageFormat2990   **/2991  PolkadotParachainPrimitivesXcmpMessageFormat: {2992    _enum: ['ConcatenatedVersionedXcm', 'ConcatenatedEncodedBlob', 'Signals']2993  },2994  /**2995   * Lookup364: cumulus_pallet_xcmp_queue::OutboundChannelDetails2996   **/2997  CumulusPalletXcmpQueueOutboundChannelDetails: {2998    recipient: 'u32',2999    state: 'CumulusPalletXcmpQueueOutboundState',3000    signalsExist: 'bool',3001    firstIndex: 'u16',3002    lastIndex: 'u16'3003  },3004  /**3005   * Lookup365: cumulus_pallet_xcmp_queue::OutboundState3006   **/3007  CumulusPalletXcmpQueueOutboundState: {3008    _enum: ['Ok', 'Suspended']3009  },3010  /**3011   * Lookup367: cumulus_pallet_xcmp_queue::QueueConfigData3012   **/3013  CumulusPalletXcmpQueueQueueConfigData: {3014    suspendThreshold: 'u32',3015    dropThreshold: 'u32',3016    resumeThreshold: 'u32',3017    thresholdWeight: 'SpWeightsWeightV2Weight',3018    weightRestrictDecay: 'SpWeightsWeightV2Weight',3019    xcmpMaxIndividualWeight: 'SpWeightsWeightV2Weight'3020  },3021  /**3022   * Lookup369: cumulus_pallet_xcmp_queue::pallet::Error<T>3023   **/3024  CumulusPalletXcmpQueueError: {3025    _enum: ['FailedToSend', 'BadXcmOrigin', 'BadXcm', 'BadOverweightIndex', 'WeightOverLimit']3026  },3027  /**3028   * Lookup370: pallet_xcm::pallet::Error<T>3029   **/3030  PalletXcmError: {3031    _enum: ['Unreachable', 'SendFailure', 'Filtered', 'UnweighableMessage', 'DestinationNotInvertible', 'Empty', 'CannotReanchor', 'TooManyAssets', 'InvalidOrigin', 'BadVersion', 'BadLocation', 'NoSubscription', 'AlreadySubscribed']3032  },3033  /**3034   * Lookup371: cumulus_pallet_xcm::pallet::Error<T>3035   **/3036  CumulusPalletXcmError: 'Null',3037  /**3038   * Lookup372: cumulus_pallet_dmp_queue::ConfigData3039   **/3040  CumulusPalletDmpQueueConfigData: {3041    maxIndividual: 'SpWeightsWeightV2Weight'3042  },3043  /**3044   * Lookup373: cumulus_pallet_dmp_queue::PageIndexData3045   **/3046  CumulusPalletDmpQueuePageIndexData: {3047    beginUsed: 'u32',3048    endUsed: 'u32',3049    overweightCount: 'u64'3050  },3051  /**3052   * Lookup376: cumulus_pallet_dmp_queue::pallet::Error<T>3053   **/3054  CumulusPalletDmpQueueError: {3055    _enum: ['Unknown', 'OverLimit']3056  },3057  /**3058   * Lookup380: pallet_unique::Error<T>3059   **/3060  PalletUniqueError: {3061    _enum: ['CollectionDecimalPointLimitExceeded', 'EmptyArgument', 'RepartitionCalledOnNonRefungibleCollection']3062  },3063  /**3064   * Lookup381: pallet_configuration::pallet::Error<T>3065   **/3066  PalletConfigurationError: {3067    _enum: ['InconsistentConfiguration']3068  },3069  /**3070   * Lookup382: up_data_structs::Collection<sp_core::crypto::AccountId32>3071   **/3072  UpDataStructsCollection: {3073    owner: 'AccountId32',3074    mode: 'UpDataStructsCollectionMode',3075    name: 'Vec<u16>',3076    description: 'Vec<u16>',3077    tokenPrefix: 'Bytes',3078    sponsorship: 'UpDataStructsSponsorshipStateAccountId32',3079    limits: 'UpDataStructsCollectionLimits',3080    permissions: 'UpDataStructsCollectionPermissions',3081    flags: '[u8;1]'3082  },3083  /**3084   * Lookup383: up_data_structs::SponsorshipState<sp_core::crypto::AccountId32>3085   **/3086  UpDataStructsSponsorshipStateAccountId32: {3087    _enum: {3088      Disabled: 'Null',3089      Unconfirmed: 'AccountId32',3090      Confirmed: 'AccountId32'3091    }3092  },3093  /**3094   * Lookup385: up_data_structs::Properties3095   **/3096  UpDataStructsProperties: {3097    map: 'UpDataStructsPropertiesMapBoundedVec',3098    consumedSpace: 'u32',3099    spaceLimit: 'u32'3100  },3101  /**3102   * Lookup386: up_data_structs::PropertiesMap<sp_core::bounded::bounded_vec::BoundedVec<T, S>>3103   **/3104  UpDataStructsPropertiesMapBoundedVec: 'BTreeMap<Bytes, Bytes>',3105  /**3106   * Lookup391: up_data_structs::PropertiesMap<up_data_structs::PropertyPermission>3107   **/3108  UpDataStructsPropertiesMapPropertyPermission: 'BTreeMap<Bytes, UpDataStructsPropertyPermission>',3109  /**3110   * Lookup398: up_data_structs::CollectionStats3111   **/3112  UpDataStructsCollectionStats: {3113    created: 'u32',3114    destroyed: 'u32',3115    alive: 'u32'3116  },3117  /**3118   * Lookup399: up_data_structs::TokenChild3119   **/3120  UpDataStructsTokenChild: {3121    token: 'u32',3122    collection: 'u32'3123  },3124  /**3125   * Lookup400: PhantomType::up_data_structs<T>3126   **/3127  PhantomTypeUpDataStructs: '[(UpDataStructsTokenData,UpDataStructsRpcCollection,RmrkTraitsCollectionCollectionInfo,RmrkTraitsNftNftInfo,RmrkTraitsResourceResourceInfo,RmrkTraitsPropertyPropertyInfo,RmrkTraitsBaseBaseInfo,RmrkTraitsPartPartType,RmrkTraitsTheme,RmrkTraitsNftNftChild);0]',3128  /**3129   * Lookup402: up_data_structs::TokenData<pallet_evm::account::BasicCrossAccountIdRepr<sp_core::crypto::AccountId32>>3130   **/3131  UpDataStructsTokenData: {3132    properties: 'Vec<UpDataStructsProperty>',3133    owner: 'Option<PalletEvmAccountBasicCrossAccountIdRepr>',3134    pieces: 'u128'3135  },3136  /**3137   * Lookup404: up_data_structs::RpcCollection<sp_core::crypto::AccountId32>3138   **/3139  UpDataStructsRpcCollection: {3140    owner: 'AccountId32',3141    mode: 'UpDataStructsCollectionMode',3142    name: 'Vec<u16>',3143    description: 'Vec<u16>',3144    tokenPrefix: 'Bytes',3145    sponsorship: 'UpDataStructsSponsorshipStateAccountId32',3146    limits: 'UpDataStructsCollectionLimits',3147    permissions: 'UpDataStructsCollectionPermissions',3148    tokenPropertyPermissions: 'Vec<UpDataStructsPropertyKeyPermission>',3149    properties: 'Vec<UpDataStructsProperty>',3150    readOnly: 'bool',3151    flags: 'UpDataStructsRpcCollectionFlags'3152  },3153  /**3154   * Lookup405: up_data_structs::RpcCollectionFlags3155   **/3156  UpDataStructsRpcCollectionFlags: {3157    foreign: 'bool',3158    erc721metadata: 'bool'3159  },3160  /**3161   * Lookup406: rmrk_traits::collection::CollectionInfo<sp_core::bounded::bounded_vec::BoundedVec<T, S>, sp_core::bounded::bounded_vec::BoundedVec<T, S>, sp_core::crypto::AccountId32>3162   **/3163  RmrkTraitsCollectionCollectionInfo: {3164    issuer: 'AccountId32',3165    metadata: 'Bytes',3166    max: 'Option<u32>',3167    symbol: 'Bytes',3168    nftsCount: 'u32'3169  },3170  /**3171   * Lookup407: rmrk_traits::nft::NftInfo<sp_core::crypto::AccountId32, sp_arithmetic::per_things::Permill, sp_core::bounded::bounded_vec::BoundedVec<T, S>>3172   **/3173  RmrkTraitsNftNftInfo: {3174    owner: 'RmrkTraitsNftAccountIdOrCollectionNftTuple',3175    royalty: 'Option<RmrkTraitsNftRoyaltyInfo>',3176    metadata: 'Bytes',3177    equipped: 'bool',3178    pending: 'bool'3179  },3180  /**3181   * Lookup409: rmrk_traits::nft::RoyaltyInfo<sp_core::crypto::AccountId32, sp_arithmetic::per_things::Permill>3182   **/3183  RmrkTraitsNftRoyaltyInfo: {3184    recipient: 'AccountId32',3185    amount: 'Permill'3186  },3187  /**3188   * Lookup410: rmrk_traits::resource::ResourceInfo<sp_core::bounded::bounded_vec::BoundedVec<T, S>, sp_core::bounded::bounded_vec::BoundedVec<T, S>>3189   **/3190  RmrkTraitsResourceResourceInfo: {3191    id: 'u32',3192    resource: 'RmrkTraitsResourceResourceTypes',3193    pending: 'bool',3194    pendingRemoval: 'bool'3195  },3196  /**3197   * Lookup411: rmrk_traits::property::PropertyInfo<sp_core::bounded::bounded_vec::BoundedVec<T, S>, sp_core::bounded::bounded_vec::BoundedVec<T, S>>3198   **/3199  RmrkTraitsPropertyPropertyInfo: {3200    key: 'Bytes',3201    value: 'Bytes'3202  },3203  /**3204   * Lookup412: rmrk_traits::base::BaseInfo<sp_core::crypto::AccountId32, sp_core::bounded::bounded_vec::BoundedVec<T, S>>3205   **/3206  RmrkTraitsBaseBaseInfo: {3207    issuer: 'AccountId32',3208    baseType: 'Bytes',3209    symbol: 'Bytes'3210  },3211  /**3212   * Lookup413: rmrk_traits::nft::NftChild3213   **/3214  RmrkTraitsNftNftChild: {3215    collectionId: 'u32',3216    nftId: 'u32'3217  },3218  /**3219   * Lookup415: pallet_common::pallet::Error<T>3220   **/3221  PalletCommonError: {3222    _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']3223  },3224  /**3225   * Lookup417: pallet_fungible::pallet::Error<T>3226   **/3227  PalletFungibleError: {3228    _enum: ['NotFungibleDataUsedToMintFungibleCollectionToken', 'FungibleItemsHaveNoId', 'FungibleItemsDontHaveData', 'FungibleDisallowsNesting', 'SettingPropertiesNotAllowed', 'SettingAllowanceForAllNotAllowed', 'FungibleTokensAreAlwaysValid']3229  },3230  /**3231   * Lookup418: pallet_refungible::ItemData3232   **/3233  PalletRefungibleItemData: {3234    constData: 'Bytes'3235  },3236  /**3237   * Lookup423: pallet_refungible::pallet::Error<T>3238   **/3239  PalletRefungibleError: {3240    _enum: ['NotRefungibleDataUsedToMintFungibleCollectionToken', 'WrongRefungiblePieces', 'RepartitionWhileNotOwningAllPieces', 'RefungibleDisallowsNesting', 'SettingPropertiesNotAllowed']3241  },3242  /**3243   * Lookup424: pallet_nonfungible::ItemData<pallet_evm::account::BasicCrossAccountIdRepr<sp_core::crypto::AccountId32>>3244   **/3245  PalletNonfungibleItemData: {3246    owner: 'PalletEvmAccountBasicCrossAccountIdRepr'3247  },3248  /**3249   * Lookup426: up_data_structs::PropertyScope3250   **/3251  UpDataStructsPropertyScope: {3252    _enum: ['None', 'Rmrk']3253  },3254  /**3255   * Lookup428: pallet_nonfungible::pallet::Error<T>3256   **/3257  PalletNonfungibleError: {3258    _enum: ['NotNonfungibleDataUsedToMintFungibleCollectionToken', 'NonfungibleItemsHaveNoAmount', 'CantBurnNftWithChildren']3259  },3260  /**3261   * Lookup429: pallet_structure::pallet::Error<T>3262   **/3263  PalletStructureError: {3264    _enum: ['OuroborosDetected', 'DepthLimit', 'BreadthLimit', 'TokenNotFound']3265  },3266  /**3267   * Lookup430: pallet_rmrk_core::pallet::Error<T>3268   **/3269  PalletRmrkCoreError: {3270    _enum: ['CorruptedCollectionType', 'RmrkPropertyKeyIsTooLong', 'RmrkPropertyValueIsTooLong', 'RmrkPropertyIsNotFound', 'UnableToDecodeRmrkData', 'CollectionNotEmpty', 'NoAvailableCollectionId', 'NoAvailableNftId', 'CollectionUnknown', 'NoPermission', 'NonTransferable', 'CollectionFullOrLocked', 'ResourceDoesntExist', 'CannotSendToDescendentOrSelf', 'CannotAcceptNonOwnedNft', 'CannotRejectNonOwnedNft', 'CannotRejectNonPendingNft', 'ResourceNotPending', 'NoAvailableResourceId']3271  },3272  /**3273   * Lookup432: pallet_rmrk_equip::pallet::Error<T>3274   **/3275  PalletRmrkEquipError: {3276    _enum: ['PermissionError', 'NoAvailableBaseId', 'NoAvailablePartId', 'BaseDoesntExist', 'NeedsDefaultThemeFirst', 'PartDoesntExist', 'NoEquippableOnFixedPart']3277  },3278  /**3279   * Lookup438: pallet_app_promotion::pallet::Error<T>3280   **/3281  PalletAppPromotionError: {3282    _enum: ['AdminNotSet', 'NoPermission', 'NotSufficientFunds', 'PendingForBlockOverflow', 'SponsorNotSet', 'IncorrectLockedBalanceOperation']3283  },3284  /**3285   * Lookup439: pallet_foreign_assets::module::Error<T>3286   **/3287  PalletForeignAssetsModuleError: {3288    _enum: ['BadLocation', 'MultiLocationExisted', 'AssetIdNotExists', 'AssetIdExisted']3289  },3290  /**3291   * Lookup441: pallet_evm::pallet::Error<T>3292   **/3293  PalletEvmError: {3294    _enum: ['BalanceLow', 'FeeOverflow', 'PaymentOverflow', 'WithdrawFailed', 'GasPriceTooLow', 'InvalidNonce', 'GasLimitTooLow', 'GasLimitTooHigh', 'Undefined', 'Reentrancy']3295  },3296  /**3297   * Lookup444: fp_rpc::TransactionStatus3298   **/3299  FpRpcTransactionStatus: {3300    transactionHash: 'H256',3301    transactionIndex: 'u32',3302    from: 'H160',3303    to: 'Option<H160>',3304    contractAddress: 'Option<H160>',3305    logs: 'Vec<EthereumLog>',3306    logsBloom: 'EthbloomBloom'3307  },3308  /**3309   * Lookup446: ethbloom::Bloom3310   **/3311  EthbloomBloom: '[u8;256]',3312  /**3313   * Lookup448: ethereum::receipt::ReceiptV33314   **/3315  EthereumReceiptReceiptV3: {3316    _enum: {3317      Legacy: 'EthereumReceiptEip658ReceiptData',3318      EIP2930: 'EthereumReceiptEip658ReceiptData',3319      EIP1559: 'EthereumReceiptEip658ReceiptData'3320    }3321  },3322  /**3323   * Lookup449: ethereum::receipt::EIP658ReceiptData3324   **/3325  EthereumReceiptEip658ReceiptData: {3326    statusCode: 'u8',3327    usedGas: 'U256',3328    logsBloom: 'EthbloomBloom',3329    logs: 'Vec<EthereumLog>'3330  },3331  /**3332   * Lookup450: ethereum::block::Block<ethereum::transaction::TransactionV2>3333   **/3334  EthereumBlock: {3335    header: 'EthereumHeader',3336    transactions: 'Vec<EthereumTransactionTransactionV2>',3337    ommers: 'Vec<EthereumHeader>'3338  },3339  /**3340   * Lookup451: ethereum::header::Header3341   **/3342  EthereumHeader: {3343    parentHash: 'H256',3344    ommersHash: 'H256',3345    beneficiary: 'H160',3346    stateRoot: 'H256',3347    transactionsRoot: 'H256',3348    receiptsRoot: 'H256',3349    logsBloom: 'EthbloomBloom',3350    difficulty: 'U256',3351    number: 'U256',3352    gasLimit: 'U256',3353    gasUsed: 'U256',3354    timestamp: 'u64',3355    extraData: 'Bytes',3356    mixHash: 'H256',3357    nonce: 'EthereumTypesHashH64'3358  },3359  /**3360   * Lookup452: ethereum_types::hash::H643361   **/3362  EthereumTypesHashH64: '[u8;8]',3363  /**3364   * Lookup457: pallet_ethereum::pallet::Error<T>3365   **/3366  PalletEthereumError: {3367    _enum: ['InvalidSignature', 'PreLogExists']3368  },3369  /**3370   * Lookup458: pallet_evm_coder_substrate::pallet::Error<T>3371   **/3372  PalletEvmCoderSubstrateError: {3373    _enum: ['OutOfGas', 'OutOfFund']3374  },3375  /**3376   * Lookup459: up_data_structs::SponsorshipState<pallet_evm::account::BasicCrossAccountIdRepr<sp_core::crypto::AccountId32>>3377   **/3378  UpDataStructsSponsorshipStateBasicCrossAccountIdRepr: {3379    _enum: {3380      Disabled: 'Null',3381      Unconfirmed: 'PalletEvmAccountBasicCrossAccountIdRepr',3382      Confirmed: 'PalletEvmAccountBasicCrossAccountIdRepr'3383    }3384  },3385  /**3386   * Lookup460: pallet_evm_contract_helpers::SponsoringModeT3387   **/3388  PalletEvmContractHelpersSponsoringModeT: {3389    _enum: ['Disabled', 'Allowlisted', 'Generous']3390  },3391  /**3392   * Lookup466: pallet_evm_contract_helpers::pallet::Error<T>3393   **/3394  PalletEvmContractHelpersError: {3395    _enum: ['NoPermission', 'NoPendingSponsor', 'TooManyMethodsHaveSponsoredLimit']3396  },3397  /**3398   * Lookup467: pallet_evm_migration::pallet::Error<T>3399   **/3400  PalletEvmMigrationError: {3401    _enum: ['AccountNotEmpty', 'AccountIsNotMigrating', 'BadEvent']3402  },3403  /**3404   * Lookup468: pallet_maintenance::pallet::Error<T>3405   **/3406  PalletMaintenanceError: 'Null',3407  /**3408   * Lookup469: pallet_test_utils::pallet::Error<T>3409   **/3410  PalletTestUtilsError: {3411    _enum: ['TestPalletDisabled', 'TriggerRollback']3412  },3413  /**3414   * Lookup471: sp_runtime::MultiSignature3415   **/3416  SpRuntimeMultiSignature: {3417    _enum: {3418      Ed25519: 'SpCoreEd25519Signature',3419      Sr25519: 'SpCoreSr25519Signature',3420      Ecdsa: 'SpCoreEcdsaSignature'3421    }3422  },3423  /**3424   * Lookup472: sp_core::ed25519::Signature3425   **/3426  SpCoreEd25519Signature: '[u8;64]',3427  /**3428   * Lookup474: sp_core::sr25519::Signature3429   **/3430  SpCoreSr25519Signature: '[u8;64]',3431  /**3432   * Lookup475: sp_core::ecdsa::Signature3433   **/3434  SpCoreEcdsaSignature: '[u8;65]',3435  /**3436   * Lookup478: frame_system::extensions::check_spec_version::CheckSpecVersion<T>3437   **/3438  FrameSystemExtensionsCheckSpecVersion: 'Null',3439  /**3440   * Lookup479: frame_system::extensions::check_tx_version::CheckTxVersion<T>3441   **/3442  FrameSystemExtensionsCheckTxVersion: 'Null',3443  /**3444   * Lookup480: frame_system::extensions::check_genesis::CheckGenesis<T>3445   **/3446  FrameSystemExtensionsCheckGenesis: 'Null',3447  /**3448   * Lookup483: frame_system::extensions::check_nonce::CheckNonce<T>3449   **/3450  FrameSystemExtensionsCheckNonce: 'Compact<u32>',3451  /**3452   * Lookup484: frame_system::extensions::check_weight::CheckWeight<T>3453   **/3454  FrameSystemExtensionsCheckWeight: 'Null',3455  /**3456   * Lookup485: opal_runtime::runtime_common::maintenance::CheckMaintenance3457   **/3458  OpalRuntimeRuntimeCommonMaintenanceCheckMaintenance: 'Null',3459  /**3460   * Lookup486: pallet_template_transaction_payment::ChargeTransactionPayment<opal_runtime::Runtime>3461   **/3462  PalletTemplateTransactionPaymentChargeTransactionPayment: 'Compact<u128>',3463  /**3464   * Lookup487: opal_runtime::Runtime3465   **/3466  OpalRuntimeRuntime: 'Null',3467  /**3468   * Lookup488: pallet_ethereum::FakeTransactionFinalizer<opal_runtime::Runtime>3469   **/3470  PalletEthereumFakeTransactionFinalizer: 'Null'3471};