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

difftreelog

source

tests/src/interfaces/lookup.ts65.8 KiBsourcehistory
1// Auto-generated via `yarn polkadot-types-from-defs`, do not edit2/* eslint-disable */34/* eslint-disable sort-keys */56export default {7  /**8   * Lookup2: polkadot_primitives::v2::PersistedValidationData<primitive_types::H256, N>9   **/10  PolkadotPrimitivesV2PersistedValidationData: {11    parentHead: 'Bytes',12    relayParentNumber: 'u32',13    relayParentStorageRoot: 'H256',14    maxPovSize: 'u32'15  },16  /**17   * Lookup9: polkadot_primitives::v2::UpgradeRestriction18   **/19  PolkadotPrimitivesV2UpgradeRestriction: {20    _enum: ['Present']21  },22  /**23   * Lookup10: sp_trie::storage_proof::StorageProof24   **/25  SpTrieStorageProof: {26    trieNodes: 'BTreeSet<Bytes>'27  },28  /**29   * Lookup13: cumulus_pallet_parachain_system::relay_state_snapshot::MessagingStateSnapshot30   **/31  CumulusPalletParachainSystemRelayStateSnapshotMessagingStateSnapshot: {32    dmqMqcHead: 'H256',33    relayDispatchQueueSize: '(u32,u32)',34    ingressChannels: 'Vec<(u32,PolkadotPrimitivesV2AbridgedHrmpChannel)>',35    egressChannels: 'Vec<(u32,PolkadotPrimitivesV2AbridgedHrmpChannel)>'36  },37  /**38   * Lookup18: polkadot_primitives::v2::AbridgedHrmpChannel39   **/40  PolkadotPrimitivesV2AbridgedHrmpChannel: {41    maxCapacity: 'u32',42    maxTotalSize: 'u32',43    maxMessageSize: 'u32',44    msgCount: 'u32',45    totalSize: 'u32',46    mqcHead: 'Option<H256>'47  },48  /**49   * Lookup20: polkadot_primitives::v2::AbridgedHostConfiguration50   **/51  PolkadotPrimitivesV2AbridgedHostConfiguration: {52    maxCodeSize: 'u32',53    maxHeadDataSize: 'u32',54    maxUpwardQueueCount: 'u32',55    maxUpwardQueueSize: 'u32',56    maxUpwardMessageSize: 'u32',57    maxUpwardMessageNumPerCandidate: 'u32',58    hrmpMaxMessageNumPerCandidate: 'u32',59    validationUpgradeCooldown: 'u32',60    validationUpgradeDelay: 'u32'61  },62  /**63   * Lookup26: polkadot_core_primitives::OutboundHrmpMessage<polkadot_parachain::primitives::Id>64   **/65  PolkadotCorePrimitivesOutboundHrmpMessage: {66    recipient: 'u32',67    data: 'Bytes'68  },69  /**70   * Lookup28: cumulus_pallet_parachain_system::pallet::Call<T>71   **/72  CumulusPalletParachainSystemCall: {73    _enum: {74      set_validation_data: {75        data: 'CumulusPrimitivesParachainInherentParachainInherentData',76      },77      sudo_send_upward_message: {78        message: 'Bytes',79      },80      authorize_upgrade: {81        codeHash: 'H256',82      },83      enact_authorized_upgrade: {84        code: 'Bytes'85      }86    }87  },88  /**89   * Lookup29: cumulus_primitives_parachain_inherent::ParachainInherentData90   **/91  CumulusPrimitivesParachainInherentParachainInherentData: {92    validationData: 'PolkadotPrimitivesV2PersistedValidationData',93    relayChainState: 'SpTrieStorageProof',94    downwardMessages: 'Vec<PolkadotCorePrimitivesInboundDownwardMessage>',95    horizontalMessages: 'BTreeMap<u32, Vec<PolkadotCorePrimitivesInboundHrmpMessage>>'96  },97  /**98   * Lookup31: polkadot_core_primitives::InboundDownwardMessage<BlockNumber>99   **/100  PolkadotCorePrimitivesInboundDownwardMessage: {101    sentAt: 'u32',102    msg: 'Bytes'103  },104  /**105   * Lookup34: polkadot_core_primitives::InboundHrmpMessage<BlockNumber>106   **/107  PolkadotCorePrimitivesInboundHrmpMessage: {108    sentAt: 'u32',109    data: 'Bytes'110  },111  /**112   * Lookup37: cumulus_pallet_parachain_system::pallet::Event<T>113   **/114  CumulusPalletParachainSystemEvent: {115    _enum: {116      ValidationFunctionStored: 'Null',117      ValidationFunctionApplied: 'u32',118      ValidationFunctionDiscarded: 'Null',119      UpgradeAuthorized: 'H256',120      DownwardMessagesReceived: 'u32',121      DownwardMessagesProcessed: '(u64,H256)'122    }123  },124  /**125   * Lookup38: cumulus_pallet_parachain_system::pallet::Error<T>126   **/127  CumulusPalletParachainSystemError: {128    _enum: ['OverlappingUpgrades', 'ProhibitedByPolkadot', 'TooBig', 'ValidationDataNotAvailable', 'HostConfigurationNotAvailable', 'NotScheduled', 'NothingAuthorized', 'Unauthorized']129  },130  /**131   * Lookup41: pallet_balances::AccountData<Balance>132   **/133  PalletBalancesAccountData: {134    free: 'u128',135    reserved: 'u128',136    miscFrozen: 'u128',137    feeFrozen: 'u128'138  },139  /**140   * Lookup43: pallet_balances::BalanceLock<Balance>141   **/142  PalletBalancesBalanceLock: {143    id: '[u8;8]',144    amount: 'u128',145    reasons: 'PalletBalancesReasons'146  },147  /**148   * Lookup45: pallet_balances::Reasons149   **/150  PalletBalancesReasons: {151    _enum: ['Fee', 'Misc', 'All']152  },153  /**154   * Lookup48: pallet_balances::ReserveData<ReserveIdentifier, Balance>155   **/156  PalletBalancesReserveData: {157    id: '[u8;8]',158    amount: 'u128'159  },160  /**161   * Lookup50: pallet_balances::Releases162   **/163  PalletBalancesReleases: {164    _enum: ['V1_0_0', 'V2_0_0']165  },166  /**167   * Lookup51: pallet_balances::pallet::Call<T, I>168   **/169  PalletBalancesCall: {170    _enum: {171      transfer: {172        dest: 'MultiAddress',173        value: 'Compact<u128>',174      },175      set_balance: {176        who: 'MultiAddress',177        newFree: 'Compact<u128>',178        newReserved: 'Compact<u128>',179      },180      force_transfer: {181        source: 'MultiAddress',182        dest: 'MultiAddress',183        value: 'Compact<u128>',184      },185      transfer_keep_alive: {186        dest: 'MultiAddress',187        value: 'Compact<u128>',188      },189      transfer_all: {190        dest: 'MultiAddress',191        keepAlive: 'bool',192      },193      force_unreserve: {194        who: 'MultiAddress',195        amount: 'u128'196      }197    }198  },199  /**200   * Lookup57: pallet_balances::pallet::Event<T, I>201   **/202  PalletBalancesEvent: {203    _enum: {204      Endowed: {205        account: 'AccountId32',206        freeBalance: 'u128',207      },208      DustLost: {209        account: 'AccountId32',210        amount: 'u128',211      },212      Transfer: {213        from: 'AccountId32',214        to: 'AccountId32',215        amount: 'u128',216      },217      BalanceSet: {218        who: 'AccountId32',219        free: 'u128',220        reserved: 'u128',221      },222      Reserved: {223        who: 'AccountId32',224        amount: 'u128',225      },226      Unreserved: {227        who: 'AccountId32',228        amount: 'u128',229      },230      ReserveRepatriated: {231        from: 'AccountId32',232        to: 'AccountId32',233        amount: 'u128',234        destinationStatus: 'FrameSupportTokensMiscBalanceStatus',235      },236      Deposit: {237        who: 'AccountId32',238        amount: 'u128',239      },240      Withdraw: {241        who: 'AccountId32',242        amount: 'u128',243      },244      Slashed: {245        who: 'AccountId32',246        amount: 'u128'247      }248    }249  },250  /**251   * Lookup58: frame_support::traits::tokens::misc::BalanceStatus252   **/253  FrameSupportTokensMiscBalanceStatus: {254    _enum: ['Free', 'Reserved']255  },256  /**257   * Lookup59: pallet_balances::pallet::Error<T, I>258   **/259  PalletBalancesError: {260    _enum: ['VestingBalance', 'LiquidityRestrictions', 'InsufficientBalance', 'ExistentialDeposit', 'KeepAlive', 'ExistingVestingSchedule', 'DeadAccount', 'TooManyReserves']261  },262  /**263   * Lookup62: pallet_timestamp::pallet::Call<T>264   **/265  PalletTimestampCall: {266    _enum: {267      set: {268        now: 'Compact<u64>'269      }270    }271  },272  /**273   * Lookup65: pallet_transaction_payment::Releases274   **/275  PalletTransactionPaymentReleases: {276    _enum: ['V1Ancient', 'V2']277  },278  /**279   * Lookup67: frame_support::weights::WeightToFeeCoefficient<Balance>280   **/281  FrameSupportWeightsWeightToFeeCoefficient: {282    coeffInteger: 'u128',283    coeffFrac: 'Perbill',284    negative: 'bool',285    degree: 'u8'286  },287  /**288   * Lookup69: pallet_treasury::Proposal<sp_core::crypto::AccountId32, Balance>289   **/290  PalletTreasuryProposal: {291    proposer: 'AccountId32',292    value: 'u128',293    beneficiary: 'AccountId32',294    bond: 'u128'295  },296  /**297   * Lookup72: pallet_treasury::pallet::Call<T, I>298   **/299  PalletTreasuryCall: {300    _enum: {301      propose_spend: {302        value: 'Compact<u128>',303        beneficiary: 'MultiAddress',304      },305      reject_proposal: {306        proposalId: 'Compact<u32>',307      },308      approve_proposal: {309        proposalId: 'Compact<u32>'310      }311    }312  },313  /**314   * Lookup74: pallet_treasury::pallet::Event<T, I>315   **/316  PalletTreasuryEvent: {317    _enum: {318      Proposed: {319        proposalIndex: 'u32',320      },321      Spending: {322        budgetRemaining: 'u128',323      },324      Awarded: {325        proposalIndex: 'u32',326        award: 'u128',327        account: 'AccountId32',328      },329      Rejected: {330        proposalIndex: 'u32',331        slashed: 'u128',332      },333      Burnt: {334        burntFunds: 'u128',335      },336      Rollover: {337        rolloverBalance: 'u128',338      },339      Deposit: {340        value: 'u128'341      }342    }343  },344  /**345   * Lookup77: frame_support::PalletId346   **/347  FrameSupportPalletId: '[u8;8]',348  /**349   * Lookup78: pallet_treasury::pallet::Error<T, I>350   **/351  PalletTreasuryError: {352    _enum: ['InsufficientProposersBalance', 'InvalidIndex', 'TooManyApprovals']353  },354  /**355   * Lookup79: pallet_sudo::pallet::Call<T>356   **/357  PalletSudoCall: {358    _enum: {359      sudo: {360        call: 'Call',361      },362      sudo_unchecked_weight: {363        call: 'Call',364        weight: 'u64',365      },366      set_key: {367        _alias: {368          new_: 'new',369        },370        new_: 'MultiAddress',371      },372      sudo_as: {373        who: 'MultiAddress',374        call: 'Call'375      }376    }377  },378  /**379   * Lookup81: frame_system::pallet::Call<T>380   **/381  FrameSystemCall: {382    _enum: {383      fill_block: {384        ratio: 'Perbill',385      },386      remark: {387        remark: 'Bytes',388      },389      set_heap_pages: {390        pages: 'u64',391      },392      set_code: {393        code: 'Bytes',394      },395      set_code_without_checks: {396        code: 'Bytes',397      },398      set_storage: {399        items: 'Vec<(Bytes,Bytes)>',400      },401      kill_storage: {402        _alias: {403          keys_: 'keys',404        },405        keys_: 'Vec<Bytes>',406      },407      kill_prefix: {408        prefix: 'Bytes',409        subkeys: 'u32',410      },411      remark_with_event: {412        remark: 'Bytes'413      }414    }415  },416  /**417   * Lookup84: orml_vesting::module::Call<T>418   **/419  OrmlVestingModuleCall: {420    _enum: {421      claim: 'Null',422      vested_transfer: {423        dest: 'MultiAddress',424        schedule: 'OrmlVestingVestingSchedule',425      },426      update_vesting_schedules: {427        who: 'MultiAddress',428        vestingSchedules: 'Vec<OrmlVestingVestingSchedule>',429      },430      claim_for: {431        dest: 'MultiAddress'432      }433    }434  },435  /**436   * Lookup85: orml_vesting::VestingSchedule<BlockNumber, Balance>437   **/438  OrmlVestingVestingSchedule: {439    start: 'u32',440    period: 'u32',441    periodCount: 'u32',442    perPeriod: 'Compact<u128>'443  },444  /**445   * Lookup87: cumulus_pallet_xcmp_queue::pallet::Call<T>446   **/447  CumulusPalletXcmpQueueCall: {448    _enum: {449      service_overweight: {450        index: 'u64',451        weightLimit: 'u64',452      },453      suspend_xcm_execution: 'Null',454      resume_xcm_execution: 'Null',455      update_suspend_threshold: {456        _alias: {457          new_: 'new',458        },459        new_: 'u32',460      },461      update_drop_threshold: {462        _alias: {463          new_: 'new',464        },465        new_: 'u32',466      },467      update_resume_threshold: {468        _alias: {469          new_: 'new',470        },471        new_: 'u32',472      },473      update_threshold_weight: {474        _alias: {475          new_: 'new',476        },477        new_: 'u64',478      },479      update_weight_restrict_decay: {480        _alias: {481          new_: 'new',482        },483        new_: 'u64',484      },485      update_xcmp_max_individual_weight: {486        _alias: {487          new_: 'new',488        },489        new_: 'u64'490      }491    }492  },493  /**494   * Lookup88: pallet_xcm::pallet::Call<T>495   **/496  PalletXcmCall: {497    _enum: {498      send: {499        dest: 'XcmVersionedMultiLocation',500        message: 'XcmVersionedXcm',501      },502      teleport_assets: {503        dest: 'XcmVersionedMultiLocation',504        beneficiary: 'XcmVersionedMultiLocation',505        assets: 'XcmVersionedMultiAssets',506        feeAssetItem: 'u32',507      },508      reserve_transfer_assets: {509        dest: 'XcmVersionedMultiLocation',510        beneficiary: 'XcmVersionedMultiLocation',511        assets: 'XcmVersionedMultiAssets',512        feeAssetItem: 'u32',513      },514      execute: {515        message: 'XcmVersionedXcm',516        maxWeight: 'u64',517      },518      force_xcm_version: {519        location: 'XcmV1MultiLocation',520        xcmVersion: 'u32',521      },522      force_default_xcm_version: {523        maybeXcmVersion: 'Option<u32>',524      },525      force_subscribe_version_notify: {526        location: 'XcmVersionedMultiLocation',527      },528      force_unsubscribe_version_notify: {529        location: 'XcmVersionedMultiLocation',530      },531      limited_reserve_transfer_assets: {532        dest: 'XcmVersionedMultiLocation',533        beneficiary: 'XcmVersionedMultiLocation',534        assets: 'XcmVersionedMultiAssets',535        feeAssetItem: 'u32',536        weightLimit: 'XcmV2WeightLimit',537      },538      limited_teleport_assets: {539        dest: 'XcmVersionedMultiLocation',540        beneficiary: 'XcmVersionedMultiLocation',541        assets: 'XcmVersionedMultiAssets',542        feeAssetItem: 'u32',543        weightLimit: 'XcmV2WeightLimit'544      }545    }546  },547  /**548   * Lookup89: xcm::VersionedMultiLocation549   **/550  XcmVersionedMultiLocation: {551    _enum: {552      V0: 'XcmV0MultiLocation',553      V1: 'XcmV1MultiLocation'554    }555  },556  /**557   * Lookup90: xcm::v0::multi_location::MultiLocation558   **/559  XcmV0MultiLocation: {560    _enum: {561      Null: 'Null',562      X1: 'XcmV0Junction',563      X2: '(XcmV0Junction,XcmV0Junction)',564      X3: '(XcmV0Junction,XcmV0Junction,XcmV0Junction)',565      X4: '(XcmV0Junction,XcmV0Junction,XcmV0Junction,XcmV0Junction)',566      X5: '(XcmV0Junction,XcmV0Junction,XcmV0Junction,XcmV0Junction,XcmV0Junction)',567      X6: '(XcmV0Junction,XcmV0Junction,XcmV0Junction,XcmV0Junction,XcmV0Junction,XcmV0Junction)',568      X7: '(XcmV0Junction,XcmV0Junction,XcmV0Junction,XcmV0Junction,XcmV0Junction,XcmV0Junction,XcmV0Junction)',569      X8: '(XcmV0Junction,XcmV0Junction,XcmV0Junction,XcmV0Junction,XcmV0Junction,XcmV0Junction,XcmV0Junction,XcmV0Junction)'570    }571  },572  /**573   * Lookup91: xcm::v0::junction::Junction574   **/575  XcmV0Junction: {576    _enum: {577      Parent: 'Null',578      Parachain: 'Compact<u32>',579      AccountId32: {580        network: 'XcmV0JunctionNetworkId',581        id: '[u8;32]',582      },583      AccountIndex64: {584        network: 'XcmV0JunctionNetworkId',585        index: 'Compact<u64>',586      },587      AccountKey20: {588        network: 'XcmV0JunctionNetworkId',589        key: '[u8;20]',590      },591      PalletInstance: 'u8',592      GeneralIndex: 'Compact<u128>',593      GeneralKey: 'Bytes',594      OnlyChild: 'Null',595      Plurality: {596        id: 'XcmV0JunctionBodyId',597        part: 'XcmV0JunctionBodyPart'598      }599    }600  },601  /**602   * Lookup92: xcm::v0::junction::NetworkId603   **/604  XcmV0JunctionNetworkId: {605    _enum: {606      Any: 'Null',607      Named: 'Bytes',608      Polkadot: 'Null',609      Kusama: 'Null'610    }611  },612  /**613   * Lookup93: xcm::v0::junction::BodyId614   **/615  XcmV0JunctionBodyId: {616    _enum: {617      Unit: 'Null',618      Named: 'Bytes',619      Index: 'Compact<u32>',620      Executive: 'Null',621      Technical: 'Null',622      Legislative: 'Null',623      Judicial: 'Null'624    }625  },626  /**627   * Lookup94: xcm::v0::junction::BodyPart628   **/629  XcmV0JunctionBodyPart: {630    _enum: {631      Voice: 'Null',632      Members: {633        count: 'Compact<u32>',634      },635      Fraction: {636        nom: 'Compact<u32>',637        denom: 'Compact<u32>',638      },639      AtLeastProportion: {640        nom: 'Compact<u32>',641        denom: 'Compact<u32>',642      },643      MoreThanProportion: {644        nom: 'Compact<u32>',645        denom: 'Compact<u32>'646      }647    }648  },649  /**650   * Lookup95: xcm::v1::multilocation::MultiLocation651   **/652  XcmV1MultiLocation: {653    parents: 'u8',654    interior: 'XcmV1MultilocationJunctions'655  },656  /**657   * Lookup96: xcm::v1::multilocation::Junctions658   **/659  XcmV1MultilocationJunctions: {660    _enum: {661      Here: 'Null',662      X1: 'XcmV1Junction',663      X2: '(XcmV1Junction,XcmV1Junction)',664      X3: '(XcmV1Junction,XcmV1Junction,XcmV1Junction)',665      X4: '(XcmV1Junction,XcmV1Junction,XcmV1Junction,XcmV1Junction)',666      X5: '(XcmV1Junction,XcmV1Junction,XcmV1Junction,XcmV1Junction,XcmV1Junction)',667      X6: '(XcmV1Junction,XcmV1Junction,XcmV1Junction,XcmV1Junction,XcmV1Junction,XcmV1Junction)',668      X7: '(XcmV1Junction,XcmV1Junction,XcmV1Junction,XcmV1Junction,XcmV1Junction,XcmV1Junction,XcmV1Junction)',669      X8: '(XcmV1Junction,XcmV1Junction,XcmV1Junction,XcmV1Junction,XcmV1Junction,XcmV1Junction,XcmV1Junction,XcmV1Junction)'670    }671  },672  /**673   * Lookup97: xcm::v1::junction::Junction674   **/675  XcmV1Junction: {676    _enum: {677      Parachain: 'Compact<u32>',678      AccountId32: {679        network: 'XcmV0JunctionNetworkId',680        id: '[u8;32]',681      },682      AccountIndex64: {683        network: 'XcmV0JunctionNetworkId',684        index: 'Compact<u64>',685      },686      AccountKey20: {687        network: 'XcmV0JunctionNetworkId',688        key: '[u8;20]',689      },690      PalletInstance: 'u8',691      GeneralIndex: 'Compact<u128>',692      GeneralKey: 'Bytes',693      OnlyChild: 'Null',694      Plurality: {695        id: 'XcmV0JunctionBodyId',696        part: 'XcmV0JunctionBodyPart'697      }698    }699  },700  /**701   * Lookup98: xcm::VersionedXcm<Call>702   **/703  XcmVersionedXcm: {704    _enum: {705      V0: 'XcmV0Xcm',706      V1: 'XcmV1Xcm',707      V2: 'XcmV2Xcm'708    }709  },710  /**711   * Lookup99: xcm::v0::Xcm<Call>712   **/713  XcmV0Xcm: {714    _enum: {715      WithdrawAsset: {716        assets: 'Vec<XcmV0MultiAsset>',717        effects: 'Vec<XcmV0Order>',718      },719      ReserveAssetDeposit: {720        assets: 'Vec<XcmV0MultiAsset>',721        effects: 'Vec<XcmV0Order>',722      },723      TeleportAsset: {724        assets: 'Vec<XcmV0MultiAsset>',725        effects: 'Vec<XcmV0Order>',726      },727      QueryResponse: {728        queryId: 'Compact<u64>',729        response: 'XcmV0Response',730      },731      TransferAsset: {732        assets: 'Vec<XcmV0MultiAsset>',733        dest: 'XcmV0MultiLocation',734      },735      TransferReserveAsset: {736        assets: 'Vec<XcmV0MultiAsset>',737        dest: 'XcmV0MultiLocation',738        effects: 'Vec<XcmV0Order>',739      },740      Transact: {741        originType: 'XcmV0OriginKind',742        requireWeightAtMost: 'u64',743        call: 'XcmDoubleEncoded',744      },745      HrmpNewChannelOpenRequest: {746        sender: 'Compact<u32>',747        maxMessageSize: 'Compact<u32>',748        maxCapacity: 'Compact<u32>',749      },750      HrmpChannelAccepted: {751        recipient: 'Compact<u32>',752      },753      HrmpChannelClosing: {754        initiator: 'Compact<u32>',755        sender: 'Compact<u32>',756        recipient: 'Compact<u32>',757      },758      RelayedFrom: {759        who: 'XcmV0MultiLocation',760        message: 'XcmV0Xcm'761      }762    }763  },764  /**765   * Lookup101: xcm::v0::multi_asset::MultiAsset766   **/767  XcmV0MultiAsset: {768    _enum: {769      None: 'Null',770      All: 'Null',771      AllFungible: 'Null',772      AllNonFungible: 'Null',773      AllAbstractFungible: {774        id: 'Bytes',775      },776      AllAbstractNonFungible: {777        class: 'Bytes',778      },779      AllConcreteFungible: {780        id: 'XcmV0MultiLocation',781      },782      AllConcreteNonFungible: {783        class: 'XcmV0MultiLocation',784      },785      AbstractFungible: {786        id: 'Bytes',787        amount: 'Compact<u128>',788      },789      AbstractNonFungible: {790        class: 'Bytes',791        instance: 'XcmV1MultiassetAssetInstance',792      },793      ConcreteFungible: {794        id: 'XcmV0MultiLocation',795        amount: 'Compact<u128>',796      },797      ConcreteNonFungible: {798        class: 'XcmV0MultiLocation',799        instance: 'XcmV1MultiassetAssetInstance'800      }801    }802  },803  /**804   * Lookup102: xcm::v1::multiasset::AssetInstance805   **/806  XcmV1MultiassetAssetInstance: {807    _enum: {808      Undefined: 'Null',809      Index: 'Compact<u128>',810      Array4: '[u8;4]',811      Array8: '[u8;8]',812      Array16: '[u8;16]',813      Array32: '[u8;32]',814      Blob: 'Bytes'815    }816  },817  /**818   * Lookup106: xcm::v0::order::Order<Call>819   **/820  XcmV0Order: {821    _enum: {822      Null: 'Null',823      DepositAsset: {824        assets: 'Vec<XcmV0MultiAsset>',825        dest: 'XcmV0MultiLocation',826      },827      DepositReserveAsset: {828        assets: 'Vec<XcmV0MultiAsset>',829        dest: 'XcmV0MultiLocation',830        effects: 'Vec<XcmV0Order>',831      },832      ExchangeAsset: {833        give: 'Vec<XcmV0MultiAsset>',834        receive: 'Vec<XcmV0MultiAsset>',835      },836      InitiateReserveWithdraw: {837        assets: 'Vec<XcmV0MultiAsset>',838        reserve: 'XcmV0MultiLocation',839        effects: 'Vec<XcmV0Order>',840      },841      InitiateTeleport: {842        assets: 'Vec<XcmV0MultiAsset>',843        dest: 'XcmV0MultiLocation',844        effects: 'Vec<XcmV0Order>',845      },846      QueryHolding: {847        queryId: 'Compact<u64>',848        dest: 'XcmV0MultiLocation',849        assets: 'Vec<XcmV0MultiAsset>',850      },851      BuyExecution: {852        fees: 'XcmV0MultiAsset',853        weight: 'u64',854        debt: 'u64',855        haltOnError: 'bool',856        xcm: 'Vec<XcmV0Xcm>'857      }858    }859  },860  /**861   * Lookup108: xcm::v0::Response862   **/863  XcmV0Response: {864    _enum: {865      Assets: 'Vec<XcmV0MultiAsset>'866    }867  },868  /**869   * Lookup109: xcm::v0::OriginKind870   **/871  XcmV0OriginKind: {872    _enum: ['Native', 'SovereignAccount', 'Superuser', 'Xcm']873  },874  /**875   * Lookup110: xcm::double_encoded::DoubleEncoded<T>876   **/877  XcmDoubleEncoded: {878    encoded: 'Bytes'879  },880  /**881   * Lookup111: xcm::v1::Xcm<Call>882   **/883  XcmV1Xcm: {884    _enum: {885      WithdrawAsset: {886        assets: 'XcmV1MultiassetMultiAssets',887        effects: 'Vec<XcmV1Order>',888      },889      ReserveAssetDeposited: {890        assets: 'XcmV1MultiassetMultiAssets',891        effects: 'Vec<XcmV1Order>',892      },893      ReceiveTeleportedAsset: {894        assets: 'XcmV1MultiassetMultiAssets',895        effects: 'Vec<XcmV1Order>',896      },897      QueryResponse: {898        queryId: 'Compact<u64>',899        response: 'XcmV1Response',900      },901      TransferAsset: {902        assets: 'XcmV1MultiassetMultiAssets',903        beneficiary: 'XcmV1MultiLocation',904      },905      TransferReserveAsset: {906        assets: 'XcmV1MultiassetMultiAssets',907        dest: 'XcmV1MultiLocation',908        effects: 'Vec<XcmV1Order>',909      },910      Transact: {911        originType: 'XcmV0OriginKind',912        requireWeightAtMost: 'u64',913        call: 'XcmDoubleEncoded',914      },915      HrmpNewChannelOpenRequest: {916        sender: 'Compact<u32>',917        maxMessageSize: 'Compact<u32>',918        maxCapacity: 'Compact<u32>',919      },920      HrmpChannelAccepted: {921        recipient: 'Compact<u32>',922      },923      HrmpChannelClosing: {924        initiator: 'Compact<u32>',925        sender: 'Compact<u32>',926        recipient: 'Compact<u32>',927      },928      RelayedFrom: {929        who: 'XcmV1MultilocationJunctions',930        message: 'XcmV1Xcm',931      },932      SubscribeVersion: {933        queryId: 'Compact<u64>',934        maxResponseWeight: 'Compact<u64>',935      },936      UnsubscribeVersion: 'Null'937    }938  },939  /**940   * Lookup112: xcm::v1::multiasset::MultiAssets941   **/942  XcmV1MultiassetMultiAssets: 'Vec<XcmV1MultiAsset>',943  /**944   * Lookup114: xcm::v1::multiasset::MultiAsset945   **/946  XcmV1MultiAsset: {947    id: 'XcmV1MultiassetAssetId',948    fun: 'XcmV1MultiassetFungibility'949  },950  /**951   * Lookup115: xcm::v1::multiasset::AssetId952   **/953  XcmV1MultiassetAssetId: {954    _enum: {955      Concrete: 'XcmV1MultiLocation',956      Abstract: 'Bytes'957    }958  },959  /**960   * Lookup116: xcm::v1::multiasset::Fungibility961   **/962  XcmV1MultiassetFungibility: {963    _enum: {964      Fungible: 'Compact<u128>',965      NonFungible: 'XcmV1MultiassetAssetInstance'966    }967  },968  /**969   * Lookup118: xcm::v1::order::Order<Call>970   **/971  XcmV1Order: {972    _enum: {973      Noop: 'Null',974      DepositAsset: {975        assets: 'XcmV1MultiassetMultiAssetFilter',976        maxAssets: 'u32',977        beneficiary: 'XcmV1MultiLocation',978      },979      DepositReserveAsset: {980        assets: 'XcmV1MultiassetMultiAssetFilter',981        maxAssets: 'u32',982        dest: 'XcmV1MultiLocation',983        effects: 'Vec<XcmV1Order>',984      },985      ExchangeAsset: {986        give: 'XcmV1MultiassetMultiAssetFilter',987        receive: 'XcmV1MultiassetMultiAssets',988      },989      InitiateReserveWithdraw: {990        assets: 'XcmV1MultiassetMultiAssetFilter',991        reserve: 'XcmV1MultiLocation',992        effects: 'Vec<XcmV1Order>',993      },994      InitiateTeleport: {995        assets: 'XcmV1MultiassetMultiAssetFilter',996        dest: 'XcmV1MultiLocation',997        effects: 'Vec<XcmV1Order>',998      },999      QueryHolding: {1000        queryId: 'Compact<u64>',1001        dest: 'XcmV1MultiLocation',1002        assets: 'XcmV1MultiassetMultiAssetFilter',1003      },1004      BuyExecution: {1005        fees: 'XcmV1MultiAsset',1006        weight: 'u64',1007        debt: 'u64',1008        haltOnError: 'bool',1009        instructions: 'Vec<XcmV1Xcm>'1010      }1011    }1012  },1013  /**1014   * Lookup119: xcm::v1::multiasset::MultiAssetFilter1015   **/1016  XcmV1MultiassetMultiAssetFilter: {1017    _enum: {1018      Definite: 'XcmV1MultiassetMultiAssets',1019      Wild: 'XcmV1MultiassetWildMultiAsset'1020    }1021  },1022  /**1023   * Lookup120: xcm::v1::multiasset::WildMultiAsset1024   **/1025  XcmV1MultiassetWildMultiAsset: {1026    _enum: {1027      All: 'Null',1028      AllOf: {1029        id: 'XcmV1MultiassetAssetId',1030        fun: 'XcmV1MultiassetWildFungibility'1031      }1032    }1033  },1034  /**1035   * Lookup121: xcm::v1::multiasset::WildFungibility1036   **/1037  XcmV1MultiassetWildFungibility: {1038    _enum: ['Fungible', 'NonFungible']1039  },1040  /**1041   * Lookup123: xcm::v1::Response1042   **/1043  XcmV1Response: {1044    _enum: {1045      Assets: 'XcmV1MultiassetMultiAssets',1046      Version: 'u32'1047    }1048  },1049  /**1050   * Lookup124: xcm::v2::Xcm<Call>1051   **/1052  XcmV2Xcm: 'Vec<XcmV2Instruction>',1053  /**1054   * Lookup126: xcm::v2::Instruction<Call>1055   **/1056  XcmV2Instruction: {1057    _enum: {1058      WithdrawAsset: 'XcmV1MultiassetMultiAssets',1059      ReserveAssetDeposited: 'XcmV1MultiassetMultiAssets',1060      ReceiveTeleportedAsset: 'XcmV1MultiassetMultiAssets',1061      QueryResponse: {1062        queryId: 'Compact<u64>',1063        response: 'XcmV2Response',1064        maxWeight: 'Compact<u64>',1065      },1066      TransferAsset: {1067        assets: 'XcmV1MultiassetMultiAssets',1068        beneficiary: 'XcmV1MultiLocation',1069      },1070      TransferReserveAsset: {1071        assets: 'XcmV1MultiassetMultiAssets',1072        dest: 'XcmV1MultiLocation',1073        xcm: 'XcmV2Xcm',1074      },1075      Transact: {1076        originType: 'XcmV0OriginKind',1077        requireWeightAtMost: 'Compact<u64>',1078        call: 'XcmDoubleEncoded',1079      },1080      HrmpNewChannelOpenRequest: {1081        sender: 'Compact<u32>',1082        maxMessageSize: 'Compact<u32>',1083        maxCapacity: 'Compact<u32>',1084      },1085      HrmpChannelAccepted: {1086        recipient: 'Compact<u32>',1087      },1088      HrmpChannelClosing: {1089        initiator: 'Compact<u32>',1090        sender: 'Compact<u32>',1091        recipient: 'Compact<u32>',1092      },1093      ClearOrigin: 'Null',1094      DescendOrigin: 'XcmV1MultilocationJunctions',1095      ReportError: {1096        queryId: 'Compact<u64>',1097        dest: 'XcmV1MultiLocation',1098        maxResponseWeight: 'Compact<u64>',1099      },1100      DepositAsset: {1101        assets: 'XcmV1MultiassetMultiAssetFilter',1102        maxAssets: 'Compact<u32>',1103        beneficiary: 'XcmV1MultiLocation',1104      },1105      DepositReserveAsset: {1106        assets: 'XcmV1MultiassetMultiAssetFilter',1107        maxAssets: 'Compact<u32>',1108        dest: 'XcmV1MultiLocation',1109        xcm: 'XcmV2Xcm',1110      },1111      ExchangeAsset: {1112        give: 'XcmV1MultiassetMultiAssetFilter',1113        receive: 'XcmV1MultiassetMultiAssets',1114      },1115      InitiateReserveWithdraw: {1116        assets: 'XcmV1MultiassetMultiAssetFilter',1117        reserve: 'XcmV1MultiLocation',1118        xcm: 'XcmV2Xcm',1119      },1120      InitiateTeleport: {1121        assets: 'XcmV1MultiassetMultiAssetFilter',1122        dest: 'XcmV1MultiLocation',1123        xcm: 'XcmV2Xcm',1124      },1125      QueryHolding: {1126        queryId: 'Compact<u64>',1127        dest: 'XcmV1MultiLocation',1128        assets: 'XcmV1MultiassetMultiAssetFilter',1129        maxResponseWeight: 'Compact<u64>',1130      },1131      BuyExecution: {1132        fees: 'XcmV1MultiAsset',1133        weightLimit: 'XcmV2WeightLimit',1134      },1135      RefundSurplus: 'Null',1136      SetErrorHandler: 'XcmV2Xcm',1137      SetAppendix: 'XcmV2Xcm',1138      ClearError: 'Null',1139      ClaimAsset: {1140        assets: 'XcmV1MultiassetMultiAssets',1141        ticket: 'XcmV1MultiLocation',1142      },1143      Trap: 'Compact<u64>',1144      SubscribeVersion: {1145        queryId: 'Compact<u64>',1146        maxResponseWeight: 'Compact<u64>',1147      },1148      UnsubscribeVersion: 'Null'1149    }1150  },1151  /**1152   * Lookup127: xcm::v2::Response1153   **/1154  XcmV2Response: {1155    _enum: {1156      Null: 'Null',1157      Assets: 'XcmV1MultiassetMultiAssets',1158      ExecutionResult: 'Option<(u32,XcmV2TraitsError)>',1159      Version: 'u32'1160    }1161  },1162  /**1163   * Lookup130: xcm::v2::traits::Error1164   **/1165  XcmV2TraitsError: {1166    _enum: {1167      Overflow: 'Null',1168      Unimplemented: 'Null',1169      UntrustedReserveLocation: 'Null',1170      UntrustedTeleportLocation: 'Null',1171      MultiLocationFull: 'Null',1172      MultiLocationNotInvertible: 'Null',1173      BadOrigin: 'Null',1174      InvalidLocation: 'Null',1175      AssetNotFound: 'Null',1176      FailedToTransactAsset: 'Null',1177      NotWithdrawable: 'Null',1178      LocationCannotHold: 'Null',1179      ExceedsMaxMessageSize: 'Null',1180      DestinationUnsupported: 'Null',1181      Transport: 'Null',1182      Unroutable: 'Null',1183      UnknownClaim: 'Null',1184      FailedToDecode: 'Null',1185      MaxWeightInvalid: 'Null',1186      NotHoldingFees: 'Null',1187      TooExpensive: 'Null',1188      Trap: 'u64',1189      UnhandledXcmVersion: 'Null',1190      WeightLimitReached: 'u64',1191      Barrier: 'Null',1192      WeightNotComputable: 'Null'1193    }1194  },1195  /**1196   * Lookup131: xcm::v2::WeightLimit1197   **/1198  XcmV2WeightLimit: {1199    _enum: {1200      Unlimited: 'Null',1201      Limited: 'Compact<u64>'1202    }1203  },1204  /**1205   * Lookup132: xcm::VersionedMultiAssets1206   **/1207  XcmVersionedMultiAssets: {1208    _enum: {1209      V0: 'Vec<XcmV0MultiAsset>',1210      V1: 'XcmV1MultiassetMultiAssets'1211    }1212  },1213  /**1214   * Lookup147: cumulus_pallet_xcm::pallet::Call<T>1215   **/1216  CumulusPalletXcmCall: 'Null',1217  /**1218   * Lookup148: cumulus_pallet_dmp_queue::pallet::Call<T>1219   **/1220  CumulusPalletDmpQueueCall: {1221    _enum: {1222      service_overweight: {1223        index: 'u64',1224        weightLimit: 'u64'1225      }1226    }1227  },1228  /**1229   * Lookup149: pallet_inflation::pallet::Call<T>1230   **/1231  PalletInflationCall: {1232    _enum: {1233      start_inflation: {1234        inflationStartRelayBlock: 'u32'1235      }1236    }1237  },1238  /**1239   * Lookup150: pallet_unique::Call<T>1240   **/1241  PalletUniqueCall: {1242    _enum: {1243      create_collection: {1244        collectionName: 'Vec<u16>',1245        collectionDescription: 'Vec<u16>',1246        tokenPrefix: 'Bytes',1247        mode: 'UpDataStructsCollectionMode',1248      },1249      create_collection_ex: {1250        data: 'UpDataStructsCreateCollectionData',1251      },1252      destroy_collection: {1253        collectionId: 'u32',1254      },1255      add_to_allow_list: {1256        collectionId: 'u32',1257        address: 'PalletEvmAccountBasicCrossAccountIdRepr',1258      },1259      remove_from_allow_list: {1260        collectionId: 'u32',1261        address: 'PalletEvmAccountBasicCrossAccountIdRepr',1262      },1263      set_public_access_mode: {1264        collectionId: 'u32',1265        mode: 'UpDataStructsAccessMode',1266      },1267      set_mint_permission: {1268        collectionId: 'u32',1269        mintPermission: 'bool',1270      },1271      change_collection_owner: {1272        collectionId: 'u32',1273        newOwner: 'AccountId32',1274      },1275      add_collection_admin: {1276        collectionId: 'u32',1277        newAdminId: 'PalletEvmAccountBasicCrossAccountIdRepr',1278      },1279      remove_collection_admin: {1280        collectionId: 'u32',1281        accountId: 'PalletEvmAccountBasicCrossAccountIdRepr',1282      },1283      set_collection_sponsor: {1284        collectionId: 'u32',1285        newSponsor: 'AccountId32',1286      },1287      confirm_sponsorship: {1288        collectionId: 'u32',1289      },1290      remove_collection_sponsor: {1291        collectionId: 'u32',1292      },1293      create_item: {1294        collectionId: 'u32',1295        owner: 'PalletEvmAccountBasicCrossAccountIdRepr',1296        data: 'UpDataStructsCreateItemData',1297      },1298      create_multiple_items: {1299        collectionId: 'u32',1300        owner: 'PalletEvmAccountBasicCrossAccountIdRepr',1301        itemsData: 'Vec<UpDataStructsCreateItemData>',1302      },1303      set_collection_properties: {1304        collectionId: 'u32',1305        properties: 'Vec<UpDataStructsProperty>',1306      },1307      delete_collection_properties: {1308        collectionId: 'u32',1309        propertyKeys: 'Vec<Bytes>',1310      },1311      set_token_properties: {1312        collectionId: 'u32',1313        tokenId: 'u32',1314        properties: 'Vec<UpDataStructsProperty>',1315      },1316      delete_token_properties: {1317        collectionId: 'u32',1318        tokenId: 'u32',1319        propertyKeys: 'Vec<Bytes>',1320      },1321      set_property_permissions: {1322        collectionId: 'u32',1323        propertyPermissions: 'Vec<UpDataStructsPropertyKeyPermission>',1324      },1325      create_multiple_items_ex: {1326        collectionId: 'u32',1327        data: 'UpDataStructsCreateItemExData',1328      },1329      set_transfers_enabled_flag: {1330        collectionId: 'u32',1331        value: 'bool',1332      },1333      burn_item: {1334        collectionId: 'u32',1335        itemId: 'u32',1336        value: 'u128',1337      },1338      burn_from: {1339        collectionId: 'u32',1340        from: 'PalletEvmAccountBasicCrossAccountIdRepr',1341        itemId: 'u32',1342        value: 'u128',1343      },1344      transfer: {1345        recipient: 'PalletEvmAccountBasicCrossAccountIdRepr',1346        collectionId: 'u32',1347        itemId: 'u32',1348        value: 'u128',1349      },1350      approve: {1351        spender: 'PalletEvmAccountBasicCrossAccountIdRepr',1352        collectionId: 'u32',1353        itemId: 'u32',1354        amount: 'u128',1355      },1356      transfer_from: {1357        from: 'PalletEvmAccountBasicCrossAccountIdRepr',1358        recipient: 'PalletEvmAccountBasicCrossAccountIdRepr',1359        collectionId: 'u32',1360        itemId: 'u32',1361        value: 'u128',1362      },1363      set_schema_version: {1364        collectionId: 'u32',1365        version: 'UpDataStructsSchemaVersion',1366      },1367      set_offchain_schema: {1368        collectionId: 'u32',1369        schema: 'Bytes',1370      },1371      set_const_on_chain_schema: {1372        collectionId: 'u32',1373        schema: 'Bytes',1374      },1375      set_collection_limits: {1376        collectionId: 'u32',1377        newLimit: 'UpDataStructsCollectionLimits'1378      }1379    }1380  },1381  /**1382   * Lookup156: up_data_structs::CollectionMode1383   **/1384  UpDataStructsCollectionMode: {1385    _enum: {1386      NFT: 'Null',1387      Fungible: 'u8',1388      ReFungible: 'Null'1389    }1390  },1391  /**1392   * Lookup157: up_data_structs::CreateCollectionData<sp_core::crypto::AccountId32>1393   **/1394  UpDataStructsCreateCollectionData: {1395    mode: 'UpDataStructsCollectionMode',1396    access: 'Option<UpDataStructsAccessMode>',1397    name: 'Vec<u16>',1398    description: 'Vec<u16>',1399    tokenPrefix: 'Bytes',1400    offchainSchema: 'Bytes',1401    schemaVersion: 'Option<UpDataStructsSchemaVersion>',1402    pendingSponsor: 'Option<AccountId32>',1403    limits: 'Option<UpDataStructsCollectionLimits>',1404    constOnChainSchema: 'Bytes',1405    tokenPropertyPermissions: 'Vec<UpDataStructsPropertyKeyPermission>',1406    properties: 'Vec<UpDataStructsProperty>'1407  },1408  /**1409   * Lookup159: up_data_structs::AccessMode1410   **/1411  UpDataStructsAccessMode: {1412    _enum: ['Normal', 'AllowList']1413  },1414  /**1415   * Lookup162: up_data_structs::SchemaVersion1416   **/1417  UpDataStructsSchemaVersion: {1418    _enum: ['ImageURL', 'Unique']1419  },1420  /**1421   * Lookup165: up_data_structs::CollectionLimits1422   **/1423  UpDataStructsCollectionLimits: {1424    accountTokenOwnershipLimit: 'Option<u32>',1425    sponsoredDataSize: 'Option<u32>',1426    sponsoredDataRateLimit: 'Option<UpDataStructsSponsoringRateLimit>',1427    tokenLimit: 'Option<u32>',1428    sponsorTransferTimeout: 'Option<u32>',1429    sponsorApproveTimeout: 'Option<u32>',1430    ownerCanTransfer: 'Option<bool>',1431    ownerCanDestroy: 'Option<bool>',1432    transfersEnabled: 'Option<bool>',1433    nestingRule: 'Option<UpDataStructsNestingRule>'1434  },1435  /**1436   * Lookup167: up_data_structs::SponsoringRateLimit1437   **/1438  UpDataStructsSponsoringRateLimit: {1439    _enum: {1440      SponsoringDisabled: 'Null',1441      Blocks: 'u32'1442    }1443  },1444  /**1445   * Lookup170: up_data_structs::NestingRule1446   **/1447  UpDataStructsNestingRule: {1448    _enum: {1449      Disabled: 'Null',1450      Owner: 'Null',1451      OwnerRestricted: 'FrameSupportStorageBoundedBTreeSet'1452    }1453  },1454  /**1455   * Lookup171: frame_support::storage::bounded_btree_set::BoundedBTreeSet<up_data_structs::CollectionId, S>1456   **/1457  FrameSupportStorageBoundedBTreeSet: 'BTreeSet<u32>',1458  /**1459   * Lookup177: up_data_structs::PropertyKeyPermission1460   **/1461  UpDataStructsPropertyKeyPermission: {1462    key: 'Bytes',1463    permission: 'UpDataStructsPropertyPermission'1464  },1465  /**1466   * Lookup179: up_data_structs::PropertyPermission1467   **/1468  UpDataStructsPropertyPermission: {1469    mutable: 'bool',1470    collectionAdmin: 'bool',1471    tokenOwner: 'bool'1472  },1473  /**1474   * Lookup182: up_data_structs::Property1475   **/1476  UpDataStructsProperty: {1477    key: 'Bytes',1478    value: 'Bytes'1479  },1480  /**1481   * Lookup184: pallet_evm::account::BasicCrossAccountIdRepr<sp_core::crypto::AccountId32>1482   **/1483  PalletEvmAccountBasicCrossAccountIdRepr: {1484    _enum: {1485      Substrate: 'AccountId32',1486      Ethereum: 'H160'1487    }1488  },1489  /**1490   * Lookup186: up_data_structs::CreateItemData1491   **/1492  UpDataStructsCreateItemData: {1493    _enum: {1494      NFT: 'UpDataStructsCreateNftData',1495      Fungible: 'UpDataStructsCreateFungibleData',1496      ReFungible: 'UpDataStructsCreateReFungibleData'1497    }1498  },1499  /**1500   * Lookup187: up_data_structs::CreateNftData1501   **/1502  UpDataStructsCreateNftData: {1503    constData: 'Bytes',1504    properties: 'Vec<UpDataStructsProperty>'1505  },1506  /**1507   * Lookup189: up_data_structs::CreateFungibleData1508   **/1509  UpDataStructsCreateFungibleData: {1510    value: 'u128'1511  },1512  /**1513   * Lookup190: up_data_structs::CreateReFungibleData1514   **/1515  UpDataStructsCreateReFungibleData: {1516    constData: 'Bytes',1517    pieces: 'u128'1518  },1519  /**1520   * Lookup194: up_data_structs::CreateItemExData<pallet_evm::account::BasicCrossAccountIdRepr<sp_core::crypto::AccountId32>>1521   **/1522  UpDataStructsCreateItemExData: {1523    _enum: {1524      NFT: 'Vec<UpDataStructsCreateNftExData>',1525      Fungible: 'BTreeMap<PalletEvmAccountBasicCrossAccountIdRepr, u128>',1526      RefungibleMultipleItems: 'Vec<UpDataStructsCreateRefungibleExData>',1527      RefungibleMultipleOwners: 'UpDataStructsCreateRefungibleExData'1528    }1529  },1530  /**1531   * Lookup196: up_data_structs::CreateNftExData<pallet_evm::account::BasicCrossAccountIdRepr<sp_core::crypto::AccountId32>>1532   **/1533  UpDataStructsCreateNftExData: {1534    constData: 'Bytes',1535    properties: 'Vec<UpDataStructsProperty>',1536    owner: 'PalletEvmAccountBasicCrossAccountIdRepr'1537  },1538  /**1539   * Lookup203: up_data_structs::CreateRefungibleExData<pallet_evm::account::BasicCrossAccountIdRepr<sp_core::crypto::AccountId32>>1540   **/1541  UpDataStructsCreateRefungibleExData: {1542    constData: 'Bytes',1543    users: 'BTreeMap<PalletEvmAccountBasicCrossAccountIdRepr, u128>'1544  },1545  /**1546   * Lookup205: pallet_template_transaction_payment::Call<T>1547   **/1548  PalletTemplateTransactionPaymentCall: 'Null',1549  /**1550   * Lookup206: pallet_structure::pallet::Call<T>1551   **/1552  PalletStructureCall: 'Null',1553  /**1554   * Lookup207: pallet_evm::pallet::Call<T>1555   **/1556  PalletEvmCall: {1557    _enum: {1558      withdraw: {1559        address: 'H160',1560        value: 'u128',1561      },1562      call: {1563        source: 'H160',1564        target: 'H160',1565        input: 'Bytes',1566        value: 'U256',1567        gasLimit: 'u64',1568        maxFeePerGas: 'U256',1569        maxPriorityFeePerGas: 'Option<U256>',1570        nonce: 'Option<U256>',1571        accessList: 'Vec<(H160,Vec<H256>)>',1572      },1573      create: {1574        source: 'H160',1575        init: 'Bytes',1576        value: 'U256',1577        gasLimit: 'u64',1578        maxFeePerGas: 'U256',1579        maxPriorityFeePerGas: 'Option<U256>',1580        nonce: 'Option<U256>',1581        accessList: 'Vec<(H160,Vec<H256>)>',1582      },1583      create2: {1584        source: 'H160',1585        init: 'Bytes',1586        salt: 'H256',1587        value: 'U256',1588        gasLimit: 'u64',1589        maxFeePerGas: 'U256',1590        maxPriorityFeePerGas: 'Option<U256>',1591        nonce: 'Option<U256>',1592        accessList: 'Vec<(H160,Vec<H256>)>'1593      }1594    }1595  },1596  /**1597   * Lookup213: pallet_ethereum::pallet::Call<T>1598   **/1599  PalletEthereumCall: {1600    _enum: {1601      transact: {1602        transaction: 'EthereumTransactionTransactionV2'1603      }1604    }1605  },1606  /**1607   * Lookup214: ethereum::transaction::TransactionV21608   **/1609  EthereumTransactionTransactionV2: {1610    _enum: {1611      Legacy: 'EthereumTransactionLegacyTransaction',1612      EIP2930: 'EthereumTransactionEip2930Transaction',1613      EIP1559: 'EthereumTransactionEip1559Transaction'1614    }1615  },1616  /**1617   * Lookup215: ethereum::transaction::LegacyTransaction1618   **/1619  EthereumTransactionLegacyTransaction: {1620    nonce: 'U256',1621    gasPrice: 'U256',1622    gasLimit: 'U256',1623    action: 'EthereumTransactionTransactionAction',1624    value: 'U256',1625    input: 'Bytes',1626    signature: 'EthereumTransactionTransactionSignature'1627  },1628  /**1629   * Lookup216: ethereum::transaction::TransactionAction1630   **/1631  EthereumTransactionTransactionAction: {1632    _enum: {1633      Call: 'H160',1634      Create: 'Null'1635    }1636  },1637  /**1638   * Lookup217: ethereum::transaction::TransactionSignature1639   **/1640  EthereumTransactionTransactionSignature: {1641    v: 'u64',1642    r: 'H256',1643    s: 'H256'1644  },1645  /**1646   * Lookup219: ethereum::transaction::EIP2930Transaction1647   **/1648  EthereumTransactionEip2930Transaction: {1649    chainId: 'u64',1650    nonce: 'U256',1651    gasPrice: 'U256',1652    gasLimit: 'U256',1653    action: 'EthereumTransactionTransactionAction',1654    value: 'U256',1655    input: 'Bytes',1656    accessList: 'Vec<EthereumTransactionAccessListItem>',1657    oddYParity: 'bool',1658    r: 'H256',1659    s: 'H256'1660  },1661  /**1662   * Lookup221: ethereum::transaction::AccessListItem1663   **/1664  EthereumTransactionAccessListItem: {1665    address: 'H160',1666    storageKeys: 'Vec<H256>'1667  },1668  /**1669   * Lookup222: ethereum::transaction::EIP1559Transaction1670   **/1671  EthereumTransactionEip1559Transaction: {1672    chainId: 'u64',1673    nonce: 'U256',1674    maxPriorityFeePerGas: 'U256',1675    maxFeePerGas: 'U256',1676    gasLimit: 'U256',1677    action: 'EthereumTransactionTransactionAction',1678    value: 'U256',1679    input: 'Bytes',1680    accessList: 'Vec<EthereumTransactionAccessListItem>',1681    oddYParity: 'bool',1682    r: 'H256',1683    s: 'H256'1684  },1685  /**1686   * Lookup223: pallet_evm_migration::pallet::Call<T>1687   **/1688  PalletEvmMigrationCall: {1689    _enum: {1690      begin: {1691        address: 'H160',1692      },1693      set_data: {1694        address: 'H160',1695        data: 'Vec<(H256,H256)>',1696      },1697      finish: {1698        address: 'H160',1699        code: 'Bytes'1700      }1701    }1702  },1703  /**1704   * Lookup226: pallet_sudo::pallet::Event<T>1705   **/1706  PalletSudoEvent: {1707    _enum: {1708      Sudid: {1709        sudoResult: 'Result<Null, SpRuntimeDispatchError>',1710      },1711      KeyChanged: {1712        oldSudoer: 'Option<AccountId32>',1713      },1714      SudoAsDone: {1715        sudoResult: 'Result<Null, SpRuntimeDispatchError>'1716      }1717    }1718  },1719  /**1720   * Lookup228: sp_runtime::DispatchError1721   **/1722  SpRuntimeDispatchError: {1723    _enum: {1724      Other: 'Null',1725      CannotLookup: 'Null',1726      BadOrigin: 'Null',1727      Module: 'SpRuntimeModuleError',1728      ConsumerRemaining: 'Null',1729      NoProviders: 'Null',1730      TooManyConsumers: 'Null',1731      Token: 'SpRuntimeTokenError',1732      Arithmetic: 'SpRuntimeArithmeticError',1733      Transactional: 'SpRuntimeTransactionalError'1734    }1735  },1736  /**1737   * Lookup229: sp_runtime::ModuleError1738   **/1739  SpRuntimeModuleError: {1740    index: 'u8',1741    error: '[u8;4]'1742  },1743  /**1744   * Lookup230: sp_runtime::TokenError1745   **/1746  SpRuntimeTokenError: {1747    _enum: ['NoFunds', 'WouldDie', 'BelowMinimum', 'CannotCreate', 'UnknownAsset', 'Frozen', 'Unsupported']1748  },1749  /**1750   * Lookup231: sp_runtime::ArithmeticError1751   **/1752  SpRuntimeArithmeticError: {1753    _enum: ['Underflow', 'Overflow', 'DivisionByZero']1754  },1755  /**1756   * Lookup232: sp_runtime::TransactionalError1757   **/1758  SpRuntimeTransactionalError: {1759    _enum: ['LimitReached', 'NoLayer']1760  },1761  /**1762   * Lookup233: pallet_sudo::pallet::Error<T>1763   **/1764  PalletSudoError: {1765    _enum: ['RequireSudo']1766  },1767  /**1768   * Lookup234: frame_system::AccountInfo<Index, pallet_balances::AccountData<Balance>>1769   **/1770  FrameSystemAccountInfo: {1771    nonce: 'u32',1772    consumers: 'u32',1773    providers: 'u32',1774    sufficients: 'u32',1775    data: 'PalletBalancesAccountData'1776  },1777  /**1778   * Lookup235: frame_support::weights::PerDispatchClass<T>1779   **/1780  FrameSupportWeightsPerDispatchClassU64: {1781    normal: 'u64',1782    operational: 'u64',1783    mandatory: 'u64'1784  },1785  /**1786   * Lookup236: sp_runtime::generic::digest::Digest1787   **/1788  SpRuntimeDigest: {1789    logs: 'Vec<SpRuntimeDigestDigestItem>'1790  },1791  /**1792   * Lookup238: sp_runtime::generic::digest::DigestItem1793   **/1794  SpRuntimeDigestDigestItem: {1795    _enum: {1796      Other: 'Bytes',1797      __Unused1: 'Null',1798      __Unused2: 'Null',1799      __Unused3: 'Null',1800      Consensus: '([u8;4],Bytes)',1801      Seal: '([u8;4],Bytes)',1802      PreRuntime: '([u8;4],Bytes)',1803      __Unused7: 'Null',1804      RuntimeEnvironmentUpdated: 'Null'1805    }1806  },1807  /**1808   * Lookup240: frame_system::EventRecord<opal_runtime::Event, primitive_types::H256>1809   **/1810  FrameSystemEventRecord: {1811    phase: 'FrameSystemPhase',1812    event: 'Event',1813    topics: 'Vec<H256>'1814  },1815  /**1816   * Lookup242: frame_system::pallet::Event<T>1817   **/1818  FrameSystemEvent: {1819    _enum: {1820      ExtrinsicSuccess: {1821        dispatchInfo: 'FrameSupportWeightsDispatchInfo',1822      },1823      ExtrinsicFailed: {1824        dispatchError: 'SpRuntimeDispatchError',1825        dispatchInfo: 'FrameSupportWeightsDispatchInfo',1826      },1827      CodeUpdated: 'Null',1828      NewAccount: {1829        account: 'AccountId32',1830      },1831      KilledAccount: {1832        account: 'AccountId32',1833      },1834      Remarked: {1835        _alias: {1836          hash_: 'hash',1837        },1838        sender: 'AccountId32',1839        hash_: 'H256'1840      }1841    }1842  },1843  /**1844   * Lookup243: frame_support::weights::DispatchInfo1845   **/1846  FrameSupportWeightsDispatchInfo: {1847    weight: 'u64',1848    class: 'FrameSupportWeightsDispatchClass',1849    paysFee: 'FrameSupportWeightsPays'1850  },1851  /**1852   * Lookup244: frame_support::weights::DispatchClass1853   **/1854  FrameSupportWeightsDispatchClass: {1855    _enum: ['Normal', 'Operational', 'Mandatory']1856  },1857  /**1858   * Lookup245: frame_support::weights::Pays1859   **/1860  FrameSupportWeightsPays: {1861    _enum: ['Yes', 'No']1862  },1863  /**1864   * Lookup246: orml_vesting::module::Event<T>1865   **/1866  OrmlVestingModuleEvent: {1867    _enum: {1868      VestingScheduleAdded: {1869        from: 'AccountId32',1870        to: 'AccountId32',1871        vestingSchedule: 'OrmlVestingVestingSchedule',1872      },1873      Claimed: {1874        who: 'AccountId32',1875        amount: 'u128',1876      },1877      VestingSchedulesUpdated: {1878        who: 'AccountId32'1879      }1880    }1881  },1882  /**1883   * Lookup247: cumulus_pallet_xcmp_queue::pallet::Event<T>1884   **/1885  CumulusPalletXcmpQueueEvent: {1886    _enum: {1887      Success: 'Option<H256>',1888      Fail: '(Option<H256>,XcmV2TraitsError)',1889      BadVersion: 'Option<H256>',1890      BadFormat: 'Option<H256>',1891      UpwardMessageSent: 'Option<H256>',1892      XcmpMessageSent: 'Option<H256>',1893      OverweightEnqueued: '(u32,u32,u64,u64)',1894      OverweightServiced: '(u64,u64)'1895    }1896  },1897  /**1898   * Lookup248: pallet_xcm::pallet::Event<T>1899   **/1900  PalletXcmEvent: {1901    _enum: {1902      Attempted: 'XcmV2TraitsOutcome',1903      Sent: '(XcmV1MultiLocation,XcmV1MultiLocation,XcmV2Xcm)',1904      UnexpectedResponse: '(XcmV1MultiLocation,u64)',1905      ResponseReady: '(u64,XcmV2Response)',1906      Notified: '(u64,u8,u8)',1907      NotifyOverweight: '(u64,u8,u8,u64,u64)',1908      NotifyDispatchError: '(u64,u8,u8)',1909      NotifyDecodeFailed: '(u64,u8,u8)',1910      InvalidResponder: '(XcmV1MultiLocation,u64,Option<XcmV1MultiLocation>)',1911      InvalidResponderVersion: '(XcmV1MultiLocation,u64)',1912      ResponseTaken: 'u64',1913      AssetsTrapped: '(H256,XcmV1MultiLocation,XcmVersionedMultiAssets)',1914      VersionChangeNotified: '(XcmV1MultiLocation,u32)',1915      SupportedVersionChanged: '(XcmV1MultiLocation,u32)',1916      NotifyTargetSendFail: '(XcmV1MultiLocation,u64,XcmV2TraitsError)',1917      NotifyTargetMigrationFail: '(XcmVersionedMultiLocation,u64)'1918    }1919  },1920  /**1921   * Lookup249: xcm::v2::traits::Outcome1922   **/1923  XcmV2TraitsOutcome: {1924    _enum: {1925      Complete: 'u64',1926      Incomplete: '(u64,XcmV2TraitsError)',1927      Error: 'XcmV2TraitsError'1928    }1929  },1930  /**1931   * Lookup251: cumulus_pallet_xcm::pallet::Event<T>1932   **/1933  CumulusPalletXcmEvent: {1934    _enum: {1935      InvalidFormat: '[u8;8]',1936      UnsupportedVersion: '[u8;8]',1937      ExecutedDownward: '([u8;8],XcmV2TraitsOutcome)'1938    }1939  },1940  /**1941   * Lookup252: cumulus_pallet_dmp_queue::pallet::Event<T>1942   **/1943  CumulusPalletDmpQueueEvent: {1944    _enum: {1945      InvalidFormat: '[u8;32]',1946      UnsupportedVersion: '[u8;32]',1947      ExecutedDownward: '([u8;32],XcmV2TraitsOutcome)',1948      WeightExhausted: '([u8;32],u64,u64)',1949      OverweightEnqueued: '([u8;32],u64,u64)',1950      OverweightServiced: '(u64,u64)'1951    }1952  },1953  /**1954   * Lookup253: pallet_unique::RawEvent<sp_core::crypto::AccountId32, pallet_evm::account::BasicCrossAccountIdRepr<sp_core::crypto::AccountId32>>1955   **/1956  PalletUniqueRawEvent: {1957    _enum: {1958      CollectionSponsorRemoved: 'u32',1959      CollectionAdminAdded: '(u32,PalletEvmAccountBasicCrossAccountIdRepr)',1960      CollectionOwnedChanged: '(u32,AccountId32)',1961      CollectionSponsorSet: '(u32,AccountId32)',1962      ConstOnChainSchemaSet: 'u32',1963      SponsorshipConfirmed: '(u32,AccountId32)',1964      CollectionAdminRemoved: '(u32,PalletEvmAccountBasicCrossAccountIdRepr)',1965      AllowListAddressRemoved: '(u32,PalletEvmAccountBasicCrossAccountIdRepr)',1966      AllowListAddressAdded: '(u32,PalletEvmAccountBasicCrossAccountIdRepr)',1967      CollectionLimitSet: 'u32',1968      MintPermissionSet: 'u32',1969      OffchainSchemaSet: 'u32',1970      PublicAccessModeSet: '(u32,UpDataStructsAccessMode)',1971      SchemaVersionSet: 'u32'1972    }1973  },1974  /**1975   * Lookup254: pallet_common::pallet::Event<T>1976   **/1977  PalletCommonEvent: {1978    _enum: {1979      CollectionCreated: '(u32,u8,AccountId32)',1980      CollectionDestroyed: 'u32',1981      ItemCreated: '(u32,u32,PalletEvmAccountBasicCrossAccountIdRepr,u128)',1982      ItemDestroyed: '(u32,u32,PalletEvmAccountBasicCrossAccountIdRepr,u128)',1983      Transfer: '(u32,u32,PalletEvmAccountBasicCrossAccountIdRepr,PalletEvmAccountBasicCrossAccountIdRepr,u128)',1984      Approved: '(u32,u32,PalletEvmAccountBasicCrossAccountIdRepr,PalletEvmAccountBasicCrossAccountIdRepr,u128)',1985      CollectionPropertySet: '(u32,Bytes)',1986      CollectionPropertyDeleted: '(u32,Bytes)',1987      TokenPropertySet: '(u32,u32,Bytes)',1988      TokenPropertyDeleted: '(u32,u32,Bytes)',1989      PropertyPermissionSet: '(u32,Bytes)'1990    }1991  },1992  /**1993   * Lookup255: pallet_structure::pallet::Event<T>1994   **/1995  PalletStructureEvent: {1996    _enum: {1997      Executed: 'Result<Null, SpRuntimeDispatchError>'1998    }1999  },2000  /**2001   * Lookup256: pallet_evm::pallet::Event<T>2002   **/2003  PalletEvmEvent: {2004    _enum: {2005      Log: 'EthereumLog',2006      Created: 'H160',2007      CreatedFailed: 'H160',2008      Executed: 'H160',2009      ExecutedFailed: 'H160',2010      BalanceDeposit: '(AccountId32,H160,U256)',2011      BalanceWithdraw: '(AccountId32,H160,U256)'2012    }2013  },2014  /**2015   * Lookup257: ethereum::log::Log2016   **/2017  EthereumLog: {2018    address: 'H160',2019    topics: 'Vec<H256>',2020    data: 'Bytes'2021  },2022  /**2023   * Lookup258: pallet_ethereum::pallet::Event2024   **/2025  PalletEthereumEvent: {2026    _enum: {2027      Executed: '(H160,H160,H256,EvmCoreErrorExitReason)'2028    }2029  },2030  /**2031   * Lookup259: evm_core::error::ExitReason2032   **/2033  EvmCoreErrorExitReason: {2034    _enum: {2035      Succeed: 'EvmCoreErrorExitSucceed',2036      Error: 'EvmCoreErrorExitError',2037      Revert: 'EvmCoreErrorExitRevert',2038      Fatal: 'EvmCoreErrorExitFatal'2039    }2040  },2041  /**2042   * Lookup260: evm_core::error::ExitSucceed2043   **/2044  EvmCoreErrorExitSucceed: {2045    _enum: ['Stopped', 'Returned', 'Suicided']2046  },2047  /**2048   * Lookup261: evm_core::error::ExitError2049   **/2050  EvmCoreErrorExitError: {2051    _enum: {2052      StackUnderflow: 'Null',2053      StackOverflow: 'Null',2054      InvalidJump: 'Null',2055      InvalidRange: 'Null',2056      DesignatedInvalid: 'Null',2057      CallTooDeep: 'Null',2058      CreateCollision: 'Null',2059      CreateContractLimit: 'Null',2060      OutOfOffset: 'Null',2061      OutOfGas: 'Null',2062      OutOfFund: 'Null',2063      PCUnderflow: 'Null',2064      CreateEmpty: 'Null',2065      Other: 'Text',2066      InvalidCode: 'Null'2067    }2068  },2069  /**2070   * Lookup264: evm_core::error::ExitRevert2071   **/2072  EvmCoreErrorExitRevert: {2073    _enum: ['Reverted']2074  },2075  /**2076   * Lookup265: evm_core::error::ExitFatal2077   **/2078  EvmCoreErrorExitFatal: {2079    _enum: {2080      NotSupported: 'Null',2081      UnhandledInterrupt: 'Null',2082      CallErrorAsFatal: 'EvmCoreErrorExitError',2083      Other: 'Text'2084    }2085  },2086  /**2087   * Lookup266: frame_system::Phase2088   **/2089  FrameSystemPhase: {2090    _enum: {2091      ApplyExtrinsic: 'u32',2092      Finalization: 'Null',2093      Initialization: 'Null'2094    }2095  },2096  /**2097   * Lookup268: frame_system::LastRuntimeUpgradeInfo2098   **/2099  FrameSystemLastRuntimeUpgradeInfo: {2100    specVersion: 'Compact<u32>',2101    specName: 'Text'2102  },2103  /**2104   * Lookup269: frame_system::limits::BlockWeights2105   **/2106  FrameSystemLimitsBlockWeights: {2107    baseBlock: 'u64',2108    maxBlock: 'u64',2109    perClass: 'FrameSupportWeightsPerDispatchClassWeightsPerClass'2110  },2111  /**2112   * Lookup270: frame_support::weights::PerDispatchClass<frame_system::limits::WeightsPerClass>2113   **/2114  FrameSupportWeightsPerDispatchClassWeightsPerClass: {2115    normal: 'FrameSystemLimitsWeightsPerClass',2116    operational: 'FrameSystemLimitsWeightsPerClass',2117    mandatory: 'FrameSystemLimitsWeightsPerClass'2118  },2119  /**2120   * Lookup271: frame_system::limits::WeightsPerClass2121   **/2122  FrameSystemLimitsWeightsPerClass: {2123    baseExtrinsic: 'u64',2124    maxExtrinsic: 'Option<u64>',2125    maxTotal: 'Option<u64>',2126    reserved: 'Option<u64>'2127  },2128  /**2129   * Lookup273: frame_system::limits::BlockLength2130   **/2131  FrameSystemLimitsBlockLength: {2132    max: 'FrameSupportWeightsPerDispatchClassU32'2133  },2134  /**2135   * Lookup274: frame_support::weights::PerDispatchClass<T>2136   **/2137  FrameSupportWeightsPerDispatchClassU32: {2138    normal: 'u32',2139    operational: 'u32',2140    mandatory: 'u32'2141  },2142  /**2143   * Lookup275: frame_support::weights::RuntimeDbWeight2144   **/2145  FrameSupportWeightsRuntimeDbWeight: {2146    read: 'u64',2147    write: 'u64'2148  },2149  /**2150   * Lookup276: sp_version::RuntimeVersion2151   **/2152  SpVersionRuntimeVersion: {2153    specName: 'Text',2154    implName: 'Text',2155    authoringVersion: 'u32',2156    specVersion: 'u32',2157    implVersion: 'u32',2158    apis: 'Vec<([u8;8],u32)>',2159    transactionVersion: 'u32',2160    stateVersion: 'u8'2161  },2162  /**2163   * Lookup280: frame_system::pallet::Error<T>2164   **/2165  FrameSystemError: {2166    _enum: ['InvalidSpecName', 'SpecVersionNeedsToIncrease', 'FailedToExtractRuntimeVersion', 'NonDefaultComposite', 'NonZeroRefCount', 'CallFiltered']2167  },2168  /**2169   * Lookup282: orml_vesting::module::Error<T>2170   **/2171  OrmlVestingModuleError: {2172    _enum: ['ZeroVestingPeriod', 'ZeroVestingPeriodCount', 'InsufficientBalanceToLock', 'TooManyVestingSchedules', 'AmountLow', 'MaxVestingSchedulesExceeded']2173  },2174  /**2175   * Lookup284: cumulus_pallet_xcmp_queue::InboundChannelDetails2176   **/2177  CumulusPalletXcmpQueueInboundChannelDetails: {2178    sender: 'u32',2179    state: 'CumulusPalletXcmpQueueInboundState',2180    messageMetadata: 'Vec<(u32,PolkadotParachainPrimitivesXcmpMessageFormat)>'2181  },2182  /**2183   * Lookup285: cumulus_pallet_xcmp_queue::InboundState2184   **/2185  CumulusPalletXcmpQueueInboundState: {2186    _enum: ['Ok', 'Suspended']2187  },2188  /**2189   * Lookup288: polkadot_parachain::primitives::XcmpMessageFormat2190   **/2191  PolkadotParachainPrimitivesXcmpMessageFormat: {2192    _enum: ['ConcatenatedVersionedXcm', 'ConcatenatedEncodedBlob', 'Signals']2193  },2194  /**2195   * Lookup291: cumulus_pallet_xcmp_queue::OutboundChannelDetails2196   **/2197  CumulusPalletXcmpQueueOutboundChannelDetails: {2198    recipient: 'u32',2199    state: 'CumulusPalletXcmpQueueOutboundState',2200    signalsExist: 'bool',2201    firstIndex: 'u16',2202    lastIndex: 'u16'2203  },2204  /**2205   * Lookup292: cumulus_pallet_xcmp_queue::OutboundState2206   **/2207  CumulusPalletXcmpQueueOutboundState: {2208    _enum: ['Ok', 'Suspended']2209  },2210  /**2211   * Lookup294: cumulus_pallet_xcmp_queue::QueueConfigData2212   **/2213  CumulusPalletXcmpQueueQueueConfigData: {2214    suspendThreshold: 'u32',2215    dropThreshold: 'u32',2216    resumeThreshold: 'u32',2217    thresholdWeight: 'u64',2218    weightRestrictDecay: 'u64',2219    xcmpMaxIndividualWeight: 'u64'2220  },2221  /**2222   * Lookup296: cumulus_pallet_xcmp_queue::pallet::Error<T>2223   **/2224  CumulusPalletXcmpQueueError: {2225    _enum: ['FailedToSend', 'BadXcmOrigin', 'BadXcm', 'BadOverweightIndex', 'WeightOverLimit']2226  },2227  /**2228   * Lookup297: pallet_xcm::pallet::Error<T>2229   **/2230  PalletXcmError: {2231    _enum: ['Unreachable', 'SendFailure', 'Filtered', 'UnweighableMessage', 'DestinationNotInvertible', 'Empty', 'CannotReanchor', 'TooManyAssets', 'InvalidOrigin', 'BadVersion', 'BadLocation', 'NoSubscription', 'AlreadySubscribed']2232  },2233  /**2234   * Lookup298: cumulus_pallet_xcm::pallet::Error<T>2235   **/2236  CumulusPalletXcmError: 'Null',2237  /**2238   * Lookup299: cumulus_pallet_dmp_queue::ConfigData2239   **/2240  CumulusPalletDmpQueueConfigData: {2241    maxIndividual: 'u64'2242  },2243  /**2244   * Lookup300: cumulus_pallet_dmp_queue::PageIndexData2245   **/2246  CumulusPalletDmpQueuePageIndexData: {2247    beginUsed: 'u32',2248    endUsed: 'u32',2249    overweightCount: 'u64'2250  },2251  /**2252   * Lookup303: cumulus_pallet_dmp_queue::pallet::Error<T>2253   **/2254  CumulusPalletDmpQueueError: {2255    _enum: ['Unknown', 'OverLimit']2256  },2257  /**2258   * Lookup307: pallet_unique::Error<T>2259   **/2260  PalletUniqueError: {2261    _enum: ['CollectionDecimalPointLimitExceeded', 'ConfirmUnsetSponsorFail', 'EmptyArgument']2262  },2263  /**2264   * Lookup308: up_data_structs::Collection<sp_core::crypto::AccountId32>2265   **/2266  UpDataStructsCollection: {2267    owner: 'AccountId32',2268    mode: 'UpDataStructsCollectionMode',2269    access: 'UpDataStructsAccessMode',2270    name: 'Vec<u16>',2271    description: 'Vec<u16>',2272    tokenPrefix: 'Bytes',2273    mintMode: 'bool',2274    schemaVersion: 'UpDataStructsSchemaVersion',2275    sponsorship: 'UpDataStructsSponsorshipState',2276    limits: 'UpDataStructsCollectionLimits'2277  },2278  /**2279   * Lookup309: up_data_structs::SponsorshipState<sp_core::crypto::AccountId32>2280   **/2281  UpDataStructsSponsorshipState: {2282    _enum: {2283      Disabled: 'Null',2284      Unconfirmed: 'AccountId32',2285      Confirmed: 'AccountId32'2286    }2287  },2288  /**2289   * Lookup310: up_data_structs::Properties2290   **/2291  UpDataStructsProperties: {2292    map: 'UpDataStructsPropertiesMapBoundedVec',2293    consumedSpace: 'u32',2294    spaceLimit: 'u32'2295  },2296  /**2297   * Lookup311: up_data_structs::PropertiesMap<frame_support::storage::bounded_vec::BoundedVec<T, S>>2298   **/2299  UpDataStructsPropertiesMapBoundedVec: 'BTreeMap<Bytes, Bytes>',2300  /**2301   * Lookup316: up_data_structs::PropertiesMap<up_data_structs::PropertyPermission>2302   **/2303  UpDataStructsPropertiesMapPropertyPermission: 'BTreeMap<Bytes, UpDataStructsPropertyPermission>',2304  /**2305   * Lookup322: up_data_structs::CollectionField2306   **/2307  UpDataStructsCollectionField: {2308    _enum: ['ConstOnChainSchema', 'OffchainSchema']2309  },2310  /**2311   * Lookup325: up_data_structs::CollectionStats2312   **/2313  UpDataStructsCollectionStats: {2314    created: 'u32',2315    destroyed: 'u32',2316    alive: 'u32'2317  },2318  /**2319   * Lookup326: PhantomType::up_data_structs<up_data_structs::TokenData<pallet_evm::account::BasicCrossAccountIdRepr<sp_core::crypto::AccountId32>>>2320   **/2321  PhantomTypeUpDataStructsTokenData: '[Lookup327;0]',2322  /**2323   * Lookup327: up_data_structs::TokenData<pallet_evm::account::BasicCrossAccountIdRepr<sp_core::crypto::AccountId32>>2324   **/2325  UpDataStructsTokenData: {2326    constData: 'Bytes',2327    properties: 'Vec<UpDataStructsProperty>',2328    owner: 'Option<PalletEvmAccountBasicCrossAccountIdRepr>'2329  },2330  /**2331   * Lookup330: PhantomType::up_data_structs<up_data_structs::RpcCollection<sp_core::crypto::AccountId32>>2332   **/2333  PhantomTypeUpDataStructsRpcCollection: '[Lookup331;0]',2334  /**2335   * Lookup331: up_data_structs::RpcCollection<sp_core::crypto::AccountId32>2336   **/2337  UpDataStructsRpcCollection: {2338    owner: 'AccountId32',2339    mode: 'UpDataStructsCollectionMode',2340    access: 'UpDataStructsAccessMode',2341    name: 'Vec<u16>',2342    description: 'Vec<u16>',2343    tokenPrefix: 'Bytes',2344    mintMode: 'bool',2345    offchainSchema: 'Bytes',2346    schemaVersion: 'UpDataStructsSchemaVersion',2347    sponsorship: 'UpDataStructsSponsorshipState',2348    limits: 'UpDataStructsCollectionLimits',2349    constOnChainSchema: 'Bytes',2350    tokenPropertyPermissions: 'Vec<UpDataStructsPropertyKeyPermission>',2351    properties: 'Vec<UpDataStructsProperty>'2352  },2353  /**2354   * Lookup333: pallet_common::pallet::Error<T>2355   **/2356  PalletCommonError: {2357    _enum: ['CollectionNotFound', 'MustBeTokenOwner', 'NoPermission', 'PublicMintingNotAllowed', 'AddressNotInAllowlist', 'CollectionNameLimitExceeded', 'CollectionDescriptionLimitExceeded', 'CollectionTokenPrefixLimitExceeded', 'TotalCollectionsLimitExceeded', 'CollectionAdminCountExceeded', 'CollectionLimitBoundsExceeded', 'OwnerPermissionsCantBeReverted', 'TransferNotAllowed', 'AccountTokenLimitExceeded', 'CollectionTokenLimitExceeded', 'MetadataFlagFrozen', 'TokenNotFound', 'TokenValueTooLow', 'ApprovedValueTooLow', 'CantApproveMoreThanOwned', 'AddressIsZero', 'UnsupportedOperation', 'NotSufficientFounds', 'NestingIsDisabled', 'OnlyOwnerAllowedToNest', 'SourceCollectionIsNotAllowedToNest', 'CollectionFieldSizeExceeded', 'NoSpaceForProperty', 'PropertyLimitReached', 'PropertyKeyIsTooLong', 'InvalidCharacterInPropertyKey', 'EmptyPropertyKey']2358  },2359  /**2360   * Lookup335: pallet_fungible::pallet::Error<T>2361   **/2362  PalletFungibleError: {2363    _enum: ['NotFungibleDataUsedToMintFungibleCollectionToken', 'FungibleItemsHaveNoId', 'FungibleItemsDontHaveData', 'FungibleDisallowsNesting', 'SettingPropertiesNotAllowed']2364  },2365  /**2366   * Lookup336: pallet_refungible::ItemData2367   **/2368  PalletRefungibleItemData: {2369    constData: 'Bytes'2370  },2371  /**2372   * Lookup340: pallet_refungible::pallet::Error<T>2373   **/2374  PalletRefungibleError: {2375    _enum: ['NotRefungibleDataUsedToMintFungibleCollectionToken', 'WrongRefungiblePieces', 'RefungibleDisallowsNesting', 'SettingPropertiesNotAllowed']2376  },2377  /**2378   * Lookup341: pallet_nonfungible::ItemData<pallet_evm::account::BasicCrossAccountIdRepr<sp_core::crypto::AccountId32>>2379   **/2380  PalletNonfungibleItemData: {2381    constData: 'Bytes',2382    owner: 'PalletEvmAccountBasicCrossAccountIdRepr'2383  },2384  /**2385   * Lookup342: pallet_nonfungible::pallet::Error<T>2386   **/2387  PalletNonfungibleError: {2388    _enum: ['NotNonfungibleDataUsedToMintFungibleCollectionToken', 'NonfungibleItemsHaveNoAmount']2389  },2390  /**2391   * Lookup343: pallet_structure::pallet::Error<T>2392   **/2393  PalletStructureError: {2394    _enum: ['OuroborosDetected', 'DepthLimit', 'TokenNotFound']2395  },2396  /**2397   * Lookup346: pallet_evm::pallet::Error<T>2398   **/2399  PalletEvmError: {2400    _enum: ['BalanceLow', 'FeeOverflow', 'PaymentOverflow', 'WithdrawFailed', 'GasPriceTooLow', 'InvalidNonce']2401  },2402  /**2403   * Lookup349: fp_rpc::TransactionStatus2404   **/2405  FpRpcTransactionStatus: {2406    transactionHash: 'H256',2407    transactionIndex: 'u32',2408    from: 'H160',2409    to: 'Option<H160>',2410    contractAddress: 'Option<H160>',2411    logs: 'Vec<EthereumLog>',2412    logsBloom: 'EthbloomBloom'2413  },2414  /**2415   * Lookup351: ethbloom::Bloom2416   **/2417  EthbloomBloom: '[u8;256]',2418  /**2419   * Lookup353: ethereum::receipt::ReceiptV32420   **/2421  EthereumReceiptReceiptV3: {2422    _enum: {2423      Legacy: 'EthereumReceiptEip658ReceiptData',2424      EIP2930: 'EthereumReceiptEip658ReceiptData',2425      EIP1559: 'EthereumReceiptEip658ReceiptData'2426    }2427  },2428  /**2429   * Lookup354: ethereum::receipt::EIP658ReceiptData2430   **/2431  EthereumReceiptEip658ReceiptData: {2432    statusCode: 'u8',2433    usedGas: 'U256',2434    logsBloom: 'EthbloomBloom',2435    logs: 'Vec<EthereumLog>'2436  },2437  /**2438   * Lookup355: ethereum::block::Block<ethereum::transaction::TransactionV2>2439   **/2440  EthereumBlock: {2441    header: 'EthereumHeader',2442    transactions: 'Vec<EthereumTransactionTransactionV2>',2443    ommers: 'Vec<EthereumHeader>'2444  },2445  /**2446   * Lookup356: ethereum::header::Header2447   **/2448  EthereumHeader: {2449    parentHash: 'H256',2450    ommersHash: 'H256',2451    beneficiary: 'H160',2452    stateRoot: 'H256',2453    transactionsRoot: 'H256',2454    receiptsRoot: 'H256',2455    logsBloom: 'EthbloomBloom',2456    difficulty: 'U256',2457    number: 'U256',2458    gasLimit: 'U256',2459    gasUsed: 'U256',2460    timestamp: 'u64',2461    extraData: 'Bytes',2462    mixHash: 'H256',2463    nonce: 'EthereumTypesHashH64'2464  },2465  /**2466   * Lookup357: ethereum_types::hash::H642467   **/2468  EthereumTypesHashH64: '[u8;8]',2469  /**2470   * Lookup362: pallet_ethereum::pallet::Error<T>2471   **/2472  PalletEthereumError: {2473    _enum: ['InvalidSignature', 'PreLogExists']2474  },2475  /**2476   * Lookup363: pallet_evm_coder_substrate::pallet::Error<T>2477   **/2478  PalletEvmCoderSubstrateError: {2479    _enum: ['OutOfGas', 'OutOfFund']2480  },2481  /**2482   * Lookup364: pallet_evm_contract_helpers::SponsoringModeT2483   **/2484  PalletEvmContractHelpersSponsoringModeT: {2485    _enum: ['Disabled', 'Allowlisted', 'Generous']2486  },2487  /**2488   * Lookup366: pallet_evm_contract_helpers::pallet::Error<T>2489   **/2490  PalletEvmContractHelpersError: {2491    _enum: ['NoPermission']2492  },2493  /**2494   * Lookup367: pallet_evm_migration::pallet::Error<T>2495   **/2496  PalletEvmMigrationError: {2497    _enum: ['AccountNotEmpty', 'AccountIsNotMigrating']2498  },2499  /**2500   * Lookup369: sp_runtime::MultiSignature2501   **/2502  SpRuntimeMultiSignature: {2503    _enum: {2504      Ed25519: 'SpCoreEd25519Signature',2505      Sr25519: 'SpCoreSr25519Signature',2506      Ecdsa: 'SpCoreEcdsaSignature'2507    }2508  },2509  /**2510   * Lookup370: sp_core::ed25519::Signature2511   **/2512  SpCoreEd25519Signature: '[u8;64]',2513  /**2514   * Lookup372: sp_core::sr25519::Signature2515   **/2516  SpCoreSr25519Signature: '[u8;64]',2517  /**2518   * Lookup373: sp_core::ecdsa::Signature2519   **/2520  SpCoreEcdsaSignature: '[u8;65]',2521  /**2522   * Lookup376: frame_system::extensions::check_spec_version::CheckSpecVersion<T>2523   **/2524  FrameSystemExtensionsCheckSpecVersion: 'Null',2525  /**2526   * Lookup377: frame_system::extensions::check_genesis::CheckGenesis<T>2527   **/2528  FrameSystemExtensionsCheckGenesis: 'Null',2529  /**2530   * Lookup380: frame_system::extensions::check_nonce::CheckNonce<T>2531   **/2532  FrameSystemExtensionsCheckNonce: 'Compact<u32>',2533  /**2534   * Lookup381: frame_system::extensions::check_weight::CheckWeight<T>2535   **/2536  FrameSystemExtensionsCheckWeight: 'Null',2537  /**2538   * Lookup382: pallet_template_transaction_payment::ChargeTransactionPayment<opal_runtime::Runtime>2539   **/2540  PalletTemplateTransactionPaymentChargeTransactionPayment: 'Compact<u128>',2541  /**2542   * Lookup383: opal_runtime::Runtime2543   **/2544  OpalRuntimeRuntime: 'Null',2545  /**2546   * Lookup384: pallet_ethereum::FakeTransactionFinalizer<opal_runtime::Runtime>2547   **/2548  PalletEthereumFakeTransactionFinalizer: 'Null'2549};