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

difftreelog

source

tests/src/interfaces/lookup.ts71.0 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: 'BTreeSet<u32>'1452    }1453  },1454  /**1455   * Lookup177: up_data_structs::PropertyKeyPermission1456   **/1457  UpDataStructsPropertyKeyPermission: {1458    key: 'Bytes',1459    permission: 'UpDataStructsPropertyPermission'1460  },1461  /**1462   * Lookup179: up_data_structs::PropertyPermission1463   **/1464  UpDataStructsPropertyPermission: {1465    mutable: 'bool',1466    collectionAdmin: 'bool',1467    tokenOwner: 'bool'1468  },1469  /**1470   * Lookup182: up_data_structs::Property1471   **/1472  UpDataStructsProperty: {1473    key: 'Bytes',1474    value: 'Bytes'1475  },1476  /**1477   * Lookup184: pallet_evm::account::BasicCrossAccountIdRepr<sp_core::crypto::AccountId32>1478   **/1479  PalletEvmAccountBasicCrossAccountIdRepr: {1480    _enum: {1481      Substrate: 'AccountId32',1482      Ethereum: 'H160'1483    }1484  },1485  /**1486   * Lookup186: up_data_structs::CreateItemData1487   **/1488  UpDataStructsCreateItemData: {1489    _enum: {1490      NFT: 'UpDataStructsCreateNftData',1491      Fungible: 'UpDataStructsCreateFungibleData',1492      ReFungible: 'UpDataStructsCreateReFungibleData'1493    }1494  },1495  /**1496   * Lookup187: up_data_structs::CreateNftData1497   **/1498  UpDataStructsCreateNftData: {1499    constData: 'Bytes',1500    properties: 'Vec<UpDataStructsProperty>'1501  },1502  /**1503   * Lookup189: up_data_structs::CreateFungibleData1504   **/1505  UpDataStructsCreateFungibleData: {1506    value: 'u128'1507  },1508  /**1509   * Lookup190: up_data_structs::CreateReFungibleData1510   **/1511  UpDataStructsCreateReFungibleData: {1512    constData: 'Bytes',1513    pieces: 'u128'1514  },1515  /**1516   * Lookup194: up_data_structs::CreateItemExData<pallet_evm::account::BasicCrossAccountIdRepr<sp_core::crypto::AccountId32>>1517   **/1518  UpDataStructsCreateItemExData: {1519    _enum: {1520      NFT: 'Vec<UpDataStructsCreateNftExData>',1521      Fungible: 'BTreeMap<PalletEvmAccountBasicCrossAccountIdRepr, u128>',1522      RefungibleMultipleItems: 'Vec<UpDataStructsCreateRefungibleExData>',1523      RefungibleMultipleOwners: 'UpDataStructsCreateRefungibleExData'1524    }1525  },1526  /**1527   * Lookup196: up_data_structs::CreateNftExData<pallet_evm::account::BasicCrossAccountIdRepr<sp_core::crypto::AccountId32>>1528   **/1529  UpDataStructsCreateNftExData: {1530    constData: 'Bytes',1531    properties: 'Vec<UpDataStructsProperty>',1532    owner: 'PalletEvmAccountBasicCrossAccountIdRepr'1533  },1534  /**1535   * Lookup203: up_data_structs::CreateRefungibleExData<pallet_evm::account::BasicCrossAccountIdRepr<sp_core::crypto::AccountId32>>1536   **/1537  UpDataStructsCreateRefungibleExData: {1538    constData: 'Bytes',1539    users: 'BTreeMap<PalletEvmAccountBasicCrossAccountIdRepr, u128>'1540  },1541  /**1542   * Lookup205: pallet_template_transaction_payment::Call<T>1543   **/1544  PalletTemplateTransactionPaymentCall: 'Null',1545  /**1546   * Lookup206: pallet_structure::pallet::Call<T>1547   **/1548  PalletStructureCall: 'Null',1549  /**1550   * Lookup207: pallet_evm::pallet::Call<T>1551   **/1552  PalletEvmCall: {1553    _enum: {1554      withdraw: {1555        address: 'H160',1556        value: 'u128',1557      },1558      call: {1559        source: 'H160',1560        target: 'H160',1561        input: 'Bytes',1562        value: 'U256',1563        gasLimit: 'u64',1564        maxFeePerGas: 'U256',1565        maxPriorityFeePerGas: 'Option<U256>',1566        nonce: 'Option<U256>',1567        accessList: 'Vec<(H160,Vec<H256>)>',1568      },1569      create: {1570        source: 'H160',1571        init: 'Bytes',1572        value: 'U256',1573        gasLimit: 'u64',1574        maxFeePerGas: 'U256',1575        maxPriorityFeePerGas: 'Option<U256>',1576        nonce: 'Option<U256>',1577        accessList: 'Vec<(H160,Vec<H256>)>',1578      },1579      create2: {1580        source: 'H160',1581        init: 'Bytes',1582        salt: 'H256',1583        value: 'U256',1584        gasLimit: 'u64',1585        maxFeePerGas: 'U256',1586        maxPriorityFeePerGas: 'Option<U256>',1587        nonce: 'Option<U256>',1588        accessList: 'Vec<(H160,Vec<H256>)>'1589      }1590    }1591  },1592  /**1593   * Lookup213: pallet_ethereum::pallet::Call<T>1594   **/1595  PalletEthereumCall: {1596    _enum: {1597      transact: {1598        transaction: 'EthereumTransactionTransactionV2'1599      }1600    }1601  },1602  /**1603   * Lookup214: ethereum::transaction::TransactionV21604   **/1605  EthereumTransactionTransactionV2: {1606    _enum: {1607      Legacy: 'EthereumTransactionLegacyTransaction',1608      EIP2930: 'EthereumTransactionEip2930Transaction',1609      EIP1559: 'EthereumTransactionEip1559Transaction'1610    }1611  },1612  /**1613   * Lookup215: ethereum::transaction::LegacyTransaction1614   **/1615  EthereumTransactionLegacyTransaction: {1616    nonce: 'U256',1617    gasPrice: 'U256',1618    gasLimit: 'U256',1619    action: 'EthereumTransactionTransactionAction',1620    value: 'U256',1621    input: 'Bytes',1622    signature: 'EthereumTransactionTransactionSignature'1623  },1624  /**1625   * Lookup216: ethereum::transaction::TransactionAction1626   **/1627  EthereumTransactionTransactionAction: {1628    _enum: {1629      Call: 'H160',1630      Create: 'Null'1631    }1632  },1633  /**1634   * Lookup217: ethereum::transaction::TransactionSignature1635   **/1636  EthereumTransactionTransactionSignature: {1637    v: 'u64',1638    r: 'H256',1639    s: 'H256'1640  },1641  /**1642   * Lookup219: ethereum::transaction::EIP2930Transaction1643   **/1644  EthereumTransactionEip2930Transaction: {1645    chainId: 'u64',1646    nonce: 'U256',1647    gasPrice: 'U256',1648    gasLimit: 'U256',1649    action: 'EthereumTransactionTransactionAction',1650    value: 'U256',1651    input: 'Bytes',1652    accessList: 'Vec<EthereumTransactionAccessListItem>',1653    oddYParity: 'bool',1654    r: 'H256',1655    s: 'H256'1656  },1657  /**1658   * Lookup221: ethereum::transaction::AccessListItem1659   **/1660  EthereumTransactionAccessListItem: {1661    address: 'H160',1662    storageKeys: 'Vec<H256>'1663  },1664  /**1665   * Lookup222: ethereum::transaction::EIP1559Transaction1666   **/1667  EthereumTransactionEip1559Transaction: {1668    chainId: 'u64',1669    nonce: 'U256',1670    maxPriorityFeePerGas: 'U256',1671    maxFeePerGas: 'U256',1672    gasLimit: 'U256',1673    action: 'EthereumTransactionTransactionAction',1674    value: 'U256',1675    input: 'Bytes',1676    accessList: 'Vec<EthereumTransactionAccessListItem>',1677    oddYParity: 'bool',1678    r: 'H256',1679    s: 'H256'1680  },1681  /**1682   * Lookup223: pallet_evm_migration::pallet::Call<T>1683   **/1684  PalletEvmMigrationCall: {1685    _enum: {1686      begin: {1687        address: 'H160',1688      },1689      set_data: {1690        address: 'H160',1691        data: 'Vec<(H256,H256)>',1692      },1693      finish: {1694        address: 'H160',1695        code: 'Bytes'1696      }1697    }1698  },1699  /**1700   * Lookup226: pallet_sudo::pallet::Event<T>1701   **/1702  PalletSudoEvent: {1703    _enum: {1704      Sudid: {1705        sudoResult: 'Result<Null, SpRuntimeDispatchError>',1706      },1707      KeyChanged: {1708        oldSudoer: 'Option<AccountId32>',1709      },1710      SudoAsDone: {1711        sudoResult: 'Result<Null, SpRuntimeDispatchError>'1712      }1713    }1714  },1715  /**1716   * Lookup228: sp_runtime::DispatchError1717   **/1718  SpRuntimeDispatchError: {1719    _enum: {1720      Other: 'Null',1721      CannotLookup: 'Null',1722      BadOrigin: 'Null',1723      Module: 'SpRuntimeModuleError',1724      ConsumerRemaining: 'Null',1725      NoProviders: 'Null',1726      TooManyConsumers: 'Null',1727      Token: 'SpRuntimeTokenError',1728      Arithmetic: 'SpRuntimeArithmeticError',1729      Transactional: 'SpRuntimeTransactionalError'1730    }1731  },1732  /**1733   * Lookup229: sp_runtime::ModuleError1734   **/1735  SpRuntimeModuleError: {1736    index: 'u8',1737    error: '[u8;4]'1738  },1739  /**1740   * Lookup230: sp_runtime::TokenError1741   **/1742  SpRuntimeTokenError: {1743    _enum: ['NoFunds', 'WouldDie', 'BelowMinimum', 'CannotCreate', 'UnknownAsset', 'Frozen', 'Unsupported']1744  },1745  /**1746   * Lookup231: sp_runtime::ArithmeticError1747   **/1748  SpRuntimeArithmeticError: {1749    _enum: ['Underflow', 'Overflow', 'DivisionByZero']1750  },1751  /**1752   * Lookup232: sp_runtime::TransactionalError1753   **/1754  SpRuntimeTransactionalError: {1755    _enum: ['LimitReached', 'NoLayer']1756  },1757  /**1758   * Lookup233: pallet_sudo::pallet::Error<T>1759   **/1760  PalletSudoError: {1761    _enum: ['RequireSudo']1762  },1763  /**1764   * Lookup234: frame_system::AccountInfo<Index, pallet_balances::AccountData<Balance>>1765   **/1766  FrameSystemAccountInfo: {1767    nonce: 'u32',1768    consumers: 'u32',1769    providers: 'u32',1770    sufficients: 'u32',1771    data: 'PalletBalancesAccountData'1772  },1773  /**1774   * Lookup235: frame_support::weights::PerDispatchClass<T>1775   **/1776  FrameSupportWeightsPerDispatchClassU64: {1777    normal: 'u64',1778    operational: 'u64',1779    mandatory: 'u64'1780  },1781  /**1782   * Lookup236: sp_runtime::generic::digest::Digest1783   **/1784  SpRuntimeDigest: {1785    logs: 'Vec<SpRuntimeDigestDigestItem>'1786  },1787  /**1788   * Lookup238: sp_runtime::generic::digest::DigestItem1789   **/1790  SpRuntimeDigestDigestItem: {1791    _enum: {1792      Other: 'Bytes',1793      __Unused1: 'Null',1794      __Unused2: 'Null',1795      __Unused3: 'Null',1796      Consensus: '([u8;4],Bytes)',1797      Seal: '([u8;4],Bytes)',1798      PreRuntime: '([u8;4],Bytes)',1799      __Unused7: 'Null',1800      RuntimeEnvironmentUpdated: 'Null'1801    }1802  },1803  /**1804   * Lookup240: frame_system::EventRecord<opal_runtime::Event, primitive_types::H256>1805   **/1806  FrameSystemEventRecord: {1807    phase: 'FrameSystemPhase',1808    event: 'Event',1809    topics: 'Vec<H256>'1810  },1811  /**1812   * Lookup242: frame_system::pallet::Event<T>1813   **/1814  FrameSystemEvent: {1815    _enum: {1816      ExtrinsicSuccess: {1817        dispatchInfo: 'FrameSupportWeightsDispatchInfo',1818      },1819      ExtrinsicFailed: {1820        dispatchError: 'SpRuntimeDispatchError',1821        dispatchInfo: 'FrameSupportWeightsDispatchInfo',1822      },1823      CodeUpdated: 'Null',1824      NewAccount: {1825        account: 'AccountId32',1826      },1827      KilledAccount: {1828        account: 'AccountId32',1829      },1830      Remarked: {1831        _alias: {1832          hash_: 'hash',1833        },1834        sender: 'AccountId32',1835        hash_: 'H256'1836      }1837    }1838  },1839  /**1840   * Lookup243: frame_support::weights::DispatchInfo1841   **/1842  FrameSupportWeightsDispatchInfo: {1843    weight: 'u64',1844    class: 'FrameSupportWeightsDispatchClass',1845    paysFee: 'FrameSupportWeightsPays'1846  },1847  /**1848   * Lookup244: frame_support::weights::DispatchClass1849   **/1850  FrameSupportWeightsDispatchClass: {1851    _enum: ['Normal', 'Operational', 'Mandatory']1852  },1853  /**1854   * Lookup245: frame_support::weights::Pays1855   **/1856  FrameSupportWeightsPays: {1857    _enum: ['Yes', 'No']1858  },1859  /**1860   * Lookup246: orml_vesting::module::Event<T>1861   **/1862  OrmlVestingModuleEvent: {1863    _enum: {1864      VestingScheduleAdded: {1865        from: 'AccountId32',1866        to: 'AccountId32',1867        vestingSchedule: 'OrmlVestingVestingSchedule',1868      },1869      Claimed: {1870        who: 'AccountId32',1871        amount: 'u128',1872      },1873      VestingSchedulesUpdated: {1874        who: 'AccountId32'1875      }1876    }1877  },1878  /**1879   * Lookup247: cumulus_pallet_xcmp_queue::pallet::Event<T>1880   **/1881  CumulusPalletXcmpQueueEvent: {1882    _enum: {1883      Success: 'Option<H256>',1884      Fail: '(Option<H256>,XcmV2TraitsError)',1885      BadVersion: 'Option<H256>',1886      BadFormat: 'Option<H256>',1887      UpwardMessageSent: 'Option<H256>',1888      XcmpMessageSent: 'Option<H256>',1889      OverweightEnqueued: '(u32,u32,u64,u64)',1890      OverweightServiced: '(u64,u64)'1891    }1892  },1893  /**1894   * Lookup248: pallet_xcm::pallet::Event<T>1895   **/1896  PalletXcmEvent: {1897    _enum: {1898      Attempted: 'XcmV2TraitsOutcome',1899      Sent: '(XcmV1MultiLocation,XcmV1MultiLocation,XcmV2Xcm)',1900      UnexpectedResponse: '(XcmV1MultiLocation,u64)',1901      ResponseReady: '(u64,XcmV2Response)',1902      Notified: '(u64,u8,u8)',1903      NotifyOverweight: '(u64,u8,u8,u64,u64)',1904      NotifyDispatchError: '(u64,u8,u8)',1905      NotifyDecodeFailed: '(u64,u8,u8)',1906      InvalidResponder: '(XcmV1MultiLocation,u64,Option<XcmV1MultiLocation>)',1907      InvalidResponderVersion: '(XcmV1MultiLocation,u64)',1908      ResponseTaken: 'u64',1909      AssetsTrapped: '(H256,XcmV1MultiLocation,XcmVersionedMultiAssets)',1910      VersionChangeNotified: '(XcmV1MultiLocation,u32)',1911      SupportedVersionChanged: '(XcmV1MultiLocation,u32)',1912      NotifyTargetSendFail: '(XcmV1MultiLocation,u64,XcmV2TraitsError)',1913      NotifyTargetMigrationFail: '(XcmVersionedMultiLocation,u64)'1914    }1915  },1916  /**1917   * Lookup249: xcm::v2::traits::Outcome1918   **/1919  XcmV2TraitsOutcome: {1920    _enum: {1921      Complete: 'u64',1922      Incomplete: '(u64,XcmV2TraitsError)',1923      Error: 'XcmV2TraitsError'1924    }1925  },1926  /**1927   * Lookup251: cumulus_pallet_xcm::pallet::Event<T>1928   **/1929  CumulusPalletXcmEvent: {1930    _enum: {1931      InvalidFormat: '[u8;8]',1932      UnsupportedVersion: '[u8;8]',1933      ExecutedDownward: '([u8;8],XcmV2TraitsOutcome)'1934    }1935  },1936  /**1937   * Lookup252: cumulus_pallet_dmp_queue::pallet::Event<T>1938   **/1939  CumulusPalletDmpQueueEvent: {1940    _enum: {1941      InvalidFormat: '[u8;32]',1942      UnsupportedVersion: '[u8;32]',1943      ExecutedDownward: '([u8;32],XcmV2TraitsOutcome)',1944      WeightExhausted: '([u8;32],u64,u64)',1945      OverweightEnqueued: '([u8;32],u64,u64)',1946      OverweightServiced: '(u64,u64)'1947    }1948  },1949  /**1950   * Lookup253: pallet_unique::RawEvent<sp_core::crypto::AccountId32, pallet_evm::account::BasicCrossAccountIdRepr<sp_core::crypto::AccountId32>>1951   **/1952  PalletUniqueRawEvent: {1953    _enum: {1954      CollectionSponsorRemoved: 'u32',1955      CollectionAdminAdded: '(u32,PalletEvmAccountBasicCrossAccountIdRepr)',1956      CollectionOwnedChanged: '(u32,AccountId32)',1957      CollectionSponsorSet: '(u32,AccountId32)',1958      ConstOnChainSchemaSet: 'u32',1959      SponsorshipConfirmed: '(u32,AccountId32)',1960      CollectionAdminRemoved: '(u32,PalletEvmAccountBasicCrossAccountIdRepr)',1961      AllowListAddressRemoved: '(u32,PalletEvmAccountBasicCrossAccountIdRepr)',1962      AllowListAddressAdded: '(u32,PalletEvmAccountBasicCrossAccountIdRepr)',1963      CollectionLimitSet: 'u32',1964      MintPermissionSet: 'u32',1965      OffchainSchemaSet: 'u32',1966      PublicAccessModeSet: '(u32,UpDataStructsAccessMode)',1967      SchemaVersionSet: 'u32'1968    }1969  },1970  /**1971   * Lookup254: pallet_common::pallet::Event<T>1972   **/1973  PalletCommonEvent: {1974    _enum: {1975      CollectionCreated: '(u32,u8,AccountId32)',1976      CollectionDestroyed: 'u32',1977      ItemCreated: '(u32,u32,PalletEvmAccountBasicCrossAccountIdRepr,u128)',1978      ItemDestroyed: '(u32,u32,PalletEvmAccountBasicCrossAccountIdRepr,u128)',1979      Transfer: '(u32,u32,PalletEvmAccountBasicCrossAccountIdRepr,PalletEvmAccountBasicCrossAccountIdRepr,u128)',1980      Approved: '(u32,u32,PalletEvmAccountBasicCrossAccountIdRepr,PalletEvmAccountBasicCrossAccountIdRepr,u128)',1981      CollectionPropertySet: '(u32,Bytes)',1982      CollectionPropertyDeleted: '(u32,Bytes)',1983      TokenPropertySet: '(u32,u32,Bytes)',1984      TokenPropertyDeleted: '(u32,u32,Bytes)',1985      PropertyPermissionSet: '(u32,Bytes)'1986    }1987  },1988  /**1989   * Lookup255: pallet_structure::pallet::Event<T>1990   **/1991  PalletStructureEvent: {1992    _enum: {1993      Executed: 'Result<Null, SpRuntimeDispatchError>'1994    }1995  },1996  /**1997   * Lookup256: pallet_evm::pallet::Event<T>1998   **/1999  PalletEvmEvent: {2000    _enum: {2001      Log: 'EthereumLog',2002      Created: 'H160',2003      CreatedFailed: 'H160',2004      Executed: 'H160',2005      ExecutedFailed: 'H160',2006      BalanceDeposit: '(AccountId32,H160,U256)',2007      BalanceWithdraw: '(AccountId32,H160,U256)'2008    }2009  },2010  /**2011   * Lookup257: ethereum::log::Log2012   **/2013  EthereumLog: {2014    address: 'H160',2015    topics: 'Vec<H256>',2016    data: 'Bytes'2017  },2018  /**2019   * Lookup258: pallet_ethereum::pallet::Event2020   **/2021  PalletEthereumEvent: {2022    _enum: {2023      Executed: '(H160,H160,H256,EvmCoreErrorExitReason)'2024    }2025  },2026  /**2027   * Lookup259: evm_core::error::ExitReason2028   **/2029  EvmCoreErrorExitReason: {2030    _enum: {2031      Succeed: 'EvmCoreErrorExitSucceed',2032      Error: 'EvmCoreErrorExitError',2033      Revert: 'EvmCoreErrorExitRevert',2034      Fatal: 'EvmCoreErrorExitFatal'2035    }2036  },2037  /**2038   * Lookup260: evm_core::error::ExitSucceed2039   **/2040  EvmCoreErrorExitSucceed: {2041    _enum: ['Stopped', 'Returned', 'Suicided']2042  },2043  /**2044   * Lookup261: evm_core::error::ExitError2045   **/2046  EvmCoreErrorExitError: {2047    _enum: {2048      StackUnderflow: 'Null',2049      StackOverflow: 'Null',2050      InvalidJump: 'Null',2051      InvalidRange: 'Null',2052      DesignatedInvalid: 'Null',2053      CallTooDeep: 'Null',2054      CreateCollision: 'Null',2055      CreateContractLimit: 'Null',2056      OutOfOffset: 'Null',2057      OutOfGas: 'Null',2058      OutOfFund: 'Null',2059      PCUnderflow: 'Null',2060      CreateEmpty: 'Null',2061      Other: 'Text',2062      InvalidCode: 'Null'2063    }2064  },2065  /**2066   * Lookup264: evm_core::error::ExitRevert2067   **/2068  EvmCoreErrorExitRevert: {2069    _enum: ['Reverted']2070  },2071  /**2072   * Lookup265: evm_core::error::ExitFatal2073   **/2074  EvmCoreErrorExitFatal: {2075    _enum: {2076      NotSupported: 'Null',2077      UnhandledInterrupt: 'Null',2078      CallErrorAsFatal: 'EvmCoreErrorExitError',2079      Other: 'Text'2080    }2081  },2082  /**2083   * Lookup266: frame_system::Phase2084   **/2085  FrameSystemPhase: {2086    _enum: {2087      ApplyExtrinsic: 'u32',2088      Finalization: 'Null',2089      Initialization: 'Null'2090    }2091  },2092  /**2093   * Lookup268: frame_system::LastRuntimeUpgradeInfo2094   **/2095  FrameSystemLastRuntimeUpgradeInfo: {2096    specVersion: 'Compact<u32>',2097    specName: 'Text'2098  },2099  /**2100   * Lookup269: frame_system::limits::BlockWeights2101   **/2102  FrameSystemLimitsBlockWeights: {2103    baseBlock: 'u64',2104    maxBlock: 'u64',2105    perClass: 'FrameSupportWeightsPerDispatchClassWeightsPerClass'2106  },2107  /**2108   * Lookup270: frame_support::weights::PerDispatchClass<frame_system::limits::WeightsPerClass>2109   **/2110  FrameSupportWeightsPerDispatchClassWeightsPerClass: {2111    normal: 'FrameSystemLimitsWeightsPerClass',2112    operational: 'FrameSystemLimitsWeightsPerClass',2113    mandatory: 'FrameSystemLimitsWeightsPerClass'2114  },2115  /**2116   * Lookup271: frame_system::limits::WeightsPerClass2117   **/2118  FrameSystemLimitsWeightsPerClass: {2119    baseExtrinsic: 'u64',2120    maxExtrinsic: 'Option<u64>',2121    maxTotal: 'Option<u64>',2122    reserved: 'Option<u64>'2123  },2124  /**2125   * Lookup273: frame_system::limits::BlockLength2126   **/2127  FrameSystemLimitsBlockLength: {2128    max: 'FrameSupportWeightsPerDispatchClassU32'2129  },2130  /**2131   * Lookup274: frame_support::weights::PerDispatchClass<T>2132   **/2133  FrameSupportWeightsPerDispatchClassU32: {2134    normal: 'u32',2135    operational: 'u32',2136    mandatory: 'u32'2137  },2138  /**2139   * Lookup275: frame_support::weights::RuntimeDbWeight2140   **/2141  FrameSupportWeightsRuntimeDbWeight: {2142    read: 'u64',2143    write: 'u64'2144  },2145  /**2146   * Lookup276: sp_version::RuntimeVersion2147   **/2148  SpVersionRuntimeVersion: {2149    specName: 'Text',2150    implName: 'Text',2151    authoringVersion: 'u32',2152    specVersion: 'u32',2153    implVersion: 'u32',2154    apis: 'Vec<([u8;8],u32)>',2155    transactionVersion: 'u32',2156    stateVersion: 'u8'2157  },2158  /**2159   * Lookup280: frame_system::pallet::Error<T>2160   **/2161  FrameSystemError: {2162    _enum: ['InvalidSpecName', 'SpecVersionNeedsToIncrease', 'FailedToExtractRuntimeVersion', 'NonDefaultComposite', 'NonZeroRefCount', 'CallFiltered']2163  },2164  /**2165   * Lookup282: orml_vesting::module::Error<T>2166   **/2167  OrmlVestingModuleError: {2168    _enum: ['ZeroVestingPeriod', 'ZeroVestingPeriodCount', 'InsufficientBalanceToLock', 'TooManyVestingSchedules', 'AmountLow', 'MaxVestingSchedulesExceeded']2169  },2170  /**2171   * Lookup284: cumulus_pallet_xcmp_queue::InboundChannelDetails2172   **/2173  CumulusPalletXcmpQueueInboundChannelDetails: {2174    sender: 'u32',2175    state: 'CumulusPalletXcmpQueueInboundState',2176    messageMetadata: 'Vec<(u32,PolkadotParachainPrimitivesXcmpMessageFormat)>'2177  },2178  /**2179   * Lookup285: cumulus_pallet_xcmp_queue::InboundState2180   **/2181  CumulusPalletXcmpQueueInboundState: {2182    _enum: ['Ok', 'Suspended']2183  },2184  /**2185   * Lookup288: polkadot_parachain::primitives::XcmpMessageFormat2186   **/2187  PolkadotParachainPrimitivesXcmpMessageFormat: {2188    _enum: ['ConcatenatedVersionedXcm', 'ConcatenatedEncodedBlob', 'Signals']2189  },2190  /**2191   * Lookup291: cumulus_pallet_xcmp_queue::OutboundChannelDetails2192   **/2193  CumulusPalletXcmpQueueOutboundChannelDetails: {2194    recipient: 'u32',2195    state: 'CumulusPalletXcmpQueueOutboundState',2196    signalsExist: 'bool',2197    firstIndex: 'u16',2198    lastIndex: 'u16'2199  },2200  /**2201   * Lookup292: cumulus_pallet_xcmp_queue::OutboundState2202   **/2203  CumulusPalletXcmpQueueOutboundState: {2204    _enum: ['Ok', 'Suspended']2205  },2206  /**2207   * Lookup294: cumulus_pallet_xcmp_queue::QueueConfigData2208   **/2209  CumulusPalletXcmpQueueQueueConfigData: {2210    suspendThreshold: 'u32',2211    dropThreshold: 'u32',2212    resumeThreshold: 'u32',2213    thresholdWeight: 'u64',2214    weightRestrictDecay: 'u64',2215    xcmpMaxIndividualWeight: 'u64'2216  },2217  /**2218   * Lookup296: cumulus_pallet_xcmp_queue::pallet::Error<T>2219   **/2220  CumulusPalletXcmpQueueError: {2221    _enum: ['FailedToSend', 'BadXcmOrigin', 'BadXcm', 'BadOverweightIndex', 'WeightOverLimit']2222  },2223  /**2224   * Lookup297: pallet_xcm::pallet::Error<T>2225   **/2226  PalletXcmError: {2227    _enum: ['Unreachable', 'SendFailure', 'Filtered', 'UnweighableMessage', 'DestinationNotInvertible', 'Empty', 'CannotReanchor', 'TooManyAssets', 'InvalidOrigin', 'BadVersion', 'BadLocation', 'NoSubscription', 'AlreadySubscribed']2228  },2229  /**2230   * Lookup298: cumulus_pallet_xcm::pallet::Error<T>2231   **/2232  CumulusPalletXcmError: 'Null',2233  /**2234   * Lookup299: cumulus_pallet_dmp_queue::ConfigData2235   **/2236  CumulusPalletDmpQueueConfigData: {2237    maxIndividual: 'u64'2238  },2239  /**2240   * Lookup300: cumulus_pallet_dmp_queue::PageIndexData2241   **/2242  CumulusPalletDmpQueuePageIndexData: {2243    beginUsed: 'u32',2244    endUsed: 'u32',2245    overweightCount: 'u64'2246  },2247  /**2248   * Lookup303: cumulus_pallet_dmp_queue::pallet::Error<T>2249   **/2250  CumulusPalletDmpQueueError: {2251    _enum: ['Unknown', 'OverLimit']2252  },2253  /**2254   * Lookup307: pallet_unique::Error<T>2255   **/2256  PalletUniqueError: {2257    _enum: ['CollectionDecimalPointLimitExceeded', 'ConfirmUnsetSponsorFail', 'EmptyArgument']2258  },2259  /**2260   * Lookup308: up_data_structs::Collection<sp_core::crypto::AccountId32>2261   **/2262  UpDataStructsCollection: {2263    owner: 'AccountId32',2264    mode: 'UpDataStructsCollectionMode',2265    access: 'UpDataStructsAccessMode',2266    name: 'Vec<u16>',2267    description: 'Vec<u16>',2268    tokenPrefix: 'Bytes',2269    mintMode: 'bool',2270    schemaVersion: 'UpDataStructsSchemaVersion',2271    sponsorship: 'UpDataStructsSponsorshipState',2272    limits: 'UpDataStructsCollectionLimits'2273  },2274  /**2275   * Lookup309: up_data_structs::SponsorshipState<sp_core::crypto::AccountId32>2276   **/2277  UpDataStructsSponsorshipState: {2278    _enum: {2279      Disabled: 'Null',2280      Unconfirmed: 'AccountId32',2281      Confirmed: 'AccountId32'2282    }2283  },2284  /**2285   * Lookup310: up_data_structs::Properties2286   **/2287  UpDataStructsProperties: {2288    map: 'UpDataStructsPropertiesMapBoundedVec',2289    consumedSpace: 'u32',2290    spaceLimit: 'u32'2291  },2292  /**2293   * Lookup311: up_data_structs::PropertiesMap<frame_support::storage::bounded_vec::BoundedVec<T, S>>2294   **/2295  UpDataStructsPropertiesMapBoundedVec: 'BTreeMap<Bytes, Bytes>',2296  /**2297   * Lookup316: up_data_structs::PropertiesMap<up_data_structs::PropertyPermission>2298   **/2299  UpDataStructsPropertiesMapPropertyPermission: 'BTreeMap<Bytes, UpDataStructsPropertyPermission>',2300  /**2301   * Lookup322: up_data_structs::CollectionField2302   **/2303  UpDataStructsCollectionField: {2304    _enum: ['ConstOnChainSchema', 'OffchainSchema']2305  },2306  /**2307   * Lookup325: up_data_structs::CollectionStats2308   **/2309  UpDataStructsCollectionStats: {2310    created: 'u32',2311    destroyed: 'u32',2312    alive: 'u32'2313  },2314  /**2315   * Lookup326: PhantomType::up_data_structs<up_data_structs::TokenData<pallet_evm::account::BasicCrossAccountIdRepr<sp_core::crypto::AccountId32>>>2316   **/2317  PhantomTypeUpDataStructsTokenData: '[Lookup327;0]',2318  /**2319   * Lookup327: up_data_structs::TokenData<pallet_evm::account::BasicCrossAccountIdRepr<sp_core::crypto::AccountId32>>2320   **/2321  UpDataStructsTokenData: {2322    constData: 'Bytes',2323    properties: 'Vec<UpDataStructsProperty>',2324    owner: 'Option<PalletEvmAccountBasicCrossAccountIdRepr>'2325  },2326  /**2327   * Lookup330: PhantomType::up_data_structs<up_data_structs::RpcCollection<sp_core::crypto::AccountId32>>2328   **/2329  PhantomTypeUpDataStructsRpcCollection: '[Lookup331;0]',2330  /**2331   * Lookup331: up_data_structs::RpcCollection<sp_core::crypto::AccountId32>2332   **/2333  UpDataStructsRpcCollection: {2334    owner: 'AccountId32',2335    mode: 'UpDataStructsCollectionMode',2336    access: 'UpDataStructsAccessMode',2337    name: 'Vec<u16>',2338    description: 'Vec<u16>',2339    tokenPrefix: 'Bytes',2340    mintMode: 'bool',2341    offchainSchema: 'Bytes',2342    schemaVersion: 'UpDataStructsSchemaVersion',2343    sponsorship: 'UpDataStructsSponsorshipState',2344    limits: 'UpDataStructsCollectionLimits',2345    constOnChainSchema: 'Bytes',2346    tokenPropertyPermissions: 'Vec<UpDataStructsPropertyKeyPermission>',2347    properties: 'Vec<UpDataStructsProperty>'2348  },2349  /**2350   * Lookup333: PhantomType::up_data_structs<rmrk_types::CollectionInfo<frame_support::storage::bounded_vec::BoundedVec<T, S>, frame_support::storage::bounded_vec::BoundedVec<T, S>, sp_core::crypto::AccountId32>>2351   **/2352  PhantomTypeUpDataStructsCollectionInfo: '[Lookup334;0]',2353  /**2354   * Lookup334: rmrk_types::CollectionInfo<frame_support::storage::bounded_vec::BoundedVec<T, S>, frame_support::storage::bounded_vec::BoundedVec<T, S>, sp_core::crypto::AccountId32>2355   **/2356  RmrkTypesCollectionInfo: {2357    issuer: 'AccountId32',2358    metadata: 'Bytes',2359    max: 'Option<u32>',2360    symbol: 'Bytes',2361    nftsCount: 'u32'2362  },2363  /**2364   * Lookup338: PhantomType::up_data_structs<rmrk_types::NftInfo<sp_core::crypto::AccountId32, sp_arithmetic::per_things::Permill, frame_support::storage::bounded_vec::BoundedVec<T, S>>>2365   **/2366  PhantomTypeUpDataStructsNftInfo: '[Lookup339;0]',2367  /**2368   * Lookup339: rmrk_types::NftInfo<sp_core::crypto::AccountId32, sp_arithmetic::per_things::Permill, frame_support::storage::bounded_vec::BoundedVec<T, S>>2369   **/2370  RmrkTypesNftInfo: {2371    owner: 'RmrkTypesAccountIdOrCollectionNftTuple',2372    royalty: 'Option<RmrkTypesRoyaltyInfo>',2373    metadata: 'Bytes',2374    equipped: 'bool',2375    pending: 'bool'2376  },2377  /**2378   * Lookup340: rmrk_types::AccountIdOrCollectionNftTuple<sp_core::crypto::AccountId32>2379   **/2380  RmrkTypesAccountIdOrCollectionNftTuple: {2381    _enum: {2382      AccountId: 'AccountId32',2383      CollectionAndNftTuple: '(u32,u32)'2384    }2385  },2386  /**2387   * Lookup342: rmrk_types::RoyaltyInfo<sp_core::crypto::AccountId32, sp_arithmetic::per_things::Permill>2388   **/2389  RmrkTypesRoyaltyInfo: {2390    recipient: 'AccountId32',2391    amount: 'Permill'2392  },2393  /**2394   * Lookup344: PhantomType::up_data_structs<rmrk_types::ResourceInfo<frame_support::storage::bounded_vec::BoundedVec<T, S>, frame_support::storage::bounded_vec::BoundedVec<T, S>, frame_support::storage::bounded_vec::BoundedVec<T, S>>>2395   **/2396  PhantomTypeUpDataStructsResourceInfo: '[Lookup345;0]',2397  /**2398   * Lookup345: rmrk_types::ResourceInfo<frame_support::storage::bounded_vec::BoundedVec<T, S>, frame_support::storage::bounded_vec::BoundedVec<T, S>, frame_support::storage::bounded_vec::BoundedVec<T, S>>2399   **/2400  RmrkTypesResourceInfo: {2401    id: 'Bytes',2402    pending: 'bool',2403    pendingRemoval: 'bool',2404    parts: 'Option<Vec<u32>>',2405    base: 'Option<u32>',2406    src: 'Option<Bytes>',2407    metadata: 'Option<Bytes>',2408    slot: 'Option<u32>',2409    license: 'Option<Bytes>',2410    thumb: 'Option<Bytes>'2411  },2412  /**2413   * Lookup351: PhantomType::up_data_structs<rmrk_types::PropertyInfo<frame_support::storage::bounded_vec::BoundedVec<T, S>, frame_support::storage::bounded_vec::BoundedVec<T, S>>>2414   **/2415  PhantomTypeUpDataStructsPropertyInfo: '[Lookup352;0]',2416  /**2417   * Lookup352: rmrk_types::PropertyInfo<frame_support::storage::bounded_vec::BoundedVec<T, S>, frame_support::storage::bounded_vec::BoundedVec<T, S>>2418   **/2419  RmrkTypesPropertyInfo: {2420    key: 'Bytes',2421    value: 'Bytes'2422  },2423  /**2424   * Lookup356: PhantomType::up_data_structs<rmrk_types::BaseInfo<sp_core::crypto::AccountId32, frame_support::storage::bounded_vec::BoundedVec<T, S>>>2425   **/2426  PhantomTypeUpDataStructsBaseInfo: '[Lookup357;0]',2427  /**2428   * Lookup357: rmrk_types::BaseInfo<sp_core::crypto::AccountId32, frame_support::storage::bounded_vec::BoundedVec<T, S>>2429   **/2430  RmrkTypesBaseInfo: {2431    issuer: 'AccountId32',2432    baseType: 'Bytes',2433    symbol: 'Bytes'2434  },2435  /**2436   * Lookup359: PhantomType::up_data_structs<rmrk_types::PartType<frame_support::storage::bounded_vec::BoundedVec<T, S>, frame_support::storage::bounded_vec::BoundedVec<T, S>>>2437   **/2438  PhantomTypeUpDataStructsPartType: '[Lookup360;0]',2439  /**2440   * Lookup360: rmrk_types::PartType<frame_support::storage::bounded_vec::BoundedVec<T, S>, frame_support::storage::bounded_vec::BoundedVec<T, S>>2441   **/2442  RmrkTypesPartType: {2443    _enum: {2444      FixedPart: 'RmrkTypesFixedPart',2445      SlotPart: 'RmrkTypesSlotPart'2446    }2447  },2448  /**2449   * Lookup362: rmrk_types::FixedPart<frame_support::storage::bounded_vec::BoundedVec<T, S>>2450   **/2451  RmrkTypesFixedPart: {2452    id: 'u32',2453    z: 'u32',2454    src: 'Bytes'2455  },2456  /**2457   * Lookup363: rmrk_types::SlotPart<frame_support::storage::bounded_vec::BoundedVec<T, S>, frame_support::storage::bounded_vec::BoundedVec<T, S>>2458   **/2459  RmrkTypesSlotPart: {2460    id: 'u32',2461    equippable: 'RmrkTypesEquippableList',2462    src: 'Bytes',2463    z: 'u32'2464  },2465  /**2466   * Lookup364: rmrk_types::EquippableList<frame_support::storage::bounded_vec::BoundedVec<T, S>>2467   **/2468  RmrkTypesEquippableList: {2469    _enum: {2470      All: 'Null',2471      Empty: 'Null',2472      Custom: 'Vec<u32>'2473    }2474  },2475  /**2476   * Lookup366: PhantomType::up_data_structs<rmrk_types::Theme<frame_support::storage::bounded_vec::BoundedVec<T, S>, BoundedPropertyList>>2477   **/2478  PhantomTypeUpDataStructsTheme: '[Lookup367;0]',2479  /**2480   * Lookup367: rmrk_types::Theme<frame_support::storage::bounded_vec::BoundedVec<T, S>, BoundedPropertyList>2481   **/2482  RmrkTypesTheme: {2483    name: 'Bytes',2484    properties: 'Vec<RmrkTypesThemeProperty>',2485    inherit: 'bool'2486  },2487  /**2488   * Lookup369: rmrk_types::ThemeProperty<frame_support::storage::bounded_vec::BoundedVec<T, S>>2489   **/2490  RmrkTypesThemeProperty: {2491    key: 'Bytes',2492    value: 'Bytes'2493  },2494  /**2495   * Lookup371: PhantomType::up_data_structs<rmrk_types::NftChild>2496   **/2497  PhantomTypeUpDataStructsNftChild: '[Lookup372;0]',2498  /**2499   * Lookup372: rmrk_types::NftChild2500   **/2501  RmrkTypesNftChild: {2502    collectionId: 'u32',2503    nftId: 'u32'2504  },2505  /**2506   * Lookup374: pallet_common::pallet::Error<T>2507   **/2508  PalletCommonError: {2509    _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']2510  },2511  /**2512   * Lookup376: pallet_fungible::pallet::Error<T>2513   **/2514  PalletFungibleError: {2515    _enum: ['NotFungibleDataUsedToMintFungibleCollectionToken', 'FungibleItemsHaveNoId', 'FungibleItemsDontHaveData', 'FungibleDisallowsNesting', 'SettingPropertiesNotAllowed']2516  },2517  /**2518   * Lookup377: pallet_refungible::ItemData2519   **/2520  PalletRefungibleItemData: {2521    constData: 'Bytes'2522  },2523  /**2524   * Lookup381: pallet_refungible::pallet::Error<T>2525   **/2526  PalletRefungibleError: {2527    _enum: ['NotRefungibleDataUsedToMintFungibleCollectionToken', 'WrongRefungiblePieces', 'RefungibleDisallowsNesting', 'SettingPropertiesNotAllowed']2528  },2529  /**2530   * Lookup382: pallet_nonfungible::ItemData<pallet_evm::account::BasicCrossAccountIdRepr<sp_core::crypto::AccountId32>>2531   **/2532  PalletNonfungibleItemData: {2533    constData: 'Bytes',2534    owner: 'PalletEvmAccountBasicCrossAccountIdRepr'2535  },2536  /**2537   * Lookup383: pallet_nonfungible::pallet::Error<T>2538   **/2539  PalletNonfungibleError: {2540    _enum: ['NotNonfungibleDataUsedToMintFungibleCollectionToken', 'NonfungibleItemsHaveNoAmount']2541  },2542  /**2543   * Lookup384: pallet_structure::pallet::Error<T>2544   **/2545  PalletStructureError: {2546    _enum: ['OuroborosDetected', 'DepthLimit', 'TokenNotFound']2547  },2548  /**2549   * Lookup387: pallet_evm::pallet::Error<T>2550   **/2551  PalletEvmError: {2552    _enum: ['BalanceLow', 'FeeOverflow', 'PaymentOverflow', 'WithdrawFailed', 'GasPriceTooLow', 'InvalidNonce']2553  },2554  /**2555   * Lookup390: fp_rpc::TransactionStatus2556   **/2557  FpRpcTransactionStatus: {2558    transactionHash: 'H256',2559    transactionIndex: 'u32',2560    from: 'H160',2561    to: 'Option<H160>',2562    contractAddress: 'Option<H160>',2563    logs: 'Vec<EthereumLog>',2564    logsBloom: 'EthbloomBloom'2565  },2566  /**2567   * Lookup392: ethbloom::Bloom2568   **/2569  EthbloomBloom: '[u8;256]',2570  /**2571   * Lookup394: ethereum::receipt::ReceiptV32572   **/2573  EthereumReceiptReceiptV3: {2574    _enum: {2575      Legacy: 'EthereumReceiptEip658ReceiptData',2576      EIP2930: 'EthereumReceiptEip658ReceiptData',2577      EIP1559: 'EthereumReceiptEip658ReceiptData'2578    }2579  },2580  /**2581   * Lookup395: ethereum::receipt::EIP658ReceiptData2582   **/2583  EthereumReceiptEip658ReceiptData: {2584    statusCode: 'u8',2585    usedGas: 'U256',2586    logsBloom: 'EthbloomBloom',2587    logs: 'Vec<EthereumLog>'2588  },2589  /**2590   * Lookup396: ethereum::block::Block<ethereum::transaction::TransactionV2>2591   **/2592  EthereumBlock: {2593    header: 'EthereumHeader',2594    transactions: 'Vec<EthereumTransactionTransactionV2>',2595    ommers: 'Vec<EthereumHeader>'2596  },2597  /**2598   * Lookup397: ethereum::header::Header2599   **/2600  EthereumHeader: {2601    parentHash: 'H256',2602    ommersHash: 'H256',2603    beneficiary: 'H160',2604    stateRoot: 'H256',2605    transactionsRoot: 'H256',2606    receiptsRoot: 'H256',2607    logsBloom: 'EthbloomBloom',2608    difficulty: 'U256',2609    number: 'U256',2610    gasLimit: 'U256',2611    gasUsed: 'U256',2612    timestamp: 'u64',2613    extraData: 'Bytes',2614    mixHash: 'H256',2615    nonce: 'EthereumTypesHashH64'2616  },2617  /**2618   * Lookup398: ethereum_types::hash::H642619   **/2620  EthereumTypesHashH64: '[u8;8]',2621  /**2622   * Lookup403: pallet_ethereum::pallet::Error<T>2623   **/2624  PalletEthereumError: {2625    _enum: ['InvalidSignature', 'PreLogExists']2626  },2627  /**2628   * Lookup404: pallet_evm_coder_substrate::pallet::Error<T>2629   **/2630  PalletEvmCoderSubstrateError: {2631    _enum: ['OutOfGas', 'OutOfFund']2632  },2633  /**2634   * Lookup405: pallet_evm_contract_helpers::SponsoringModeT2635   **/2636  PalletEvmContractHelpersSponsoringModeT: {2637    _enum: ['Disabled', 'Allowlisted', 'Generous']2638  },2639  /**2640   * Lookup407: pallet_evm_contract_helpers::pallet::Error<T>2641   **/2642  PalletEvmContractHelpersError: {2643    _enum: ['NoPermission']2644  },2645  /**2646   * Lookup408: pallet_evm_migration::pallet::Error<T>2647   **/2648  PalletEvmMigrationError: {2649    _enum: ['AccountNotEmpty', 'AccountIsNotMigrating']2650  },2651  /**2652   * Lookup410: sp_runtime::MultiSignature2653   **/2654  SpRuntimeMultiSignature: {2655    _enum: {2656      Ed25519: 'SpCoreEd25519Signature',2657      Sr25519: 'SpCoreSr25519Signature',2658      Ecdsa: 'SpCoreEcdsaSignature'2659    }2660  },2661  /**2662   * Lookup411: sp_core::ed25519::Signature2663   **/2664  SpCoreEd25519Signature: '[u8;64]',2665  /**2666   * Lookup413: sp_core::sr25519::Signature2667   **/2668  SpCoreSr25519Signature: '[u8;64]',2669  /**2670   * Lookup414: sp_core::ecdsa::Signature2671   **/2672  SpCoreEcdsaSignature: '[u8;65]',2673  /**2674   * Lookup417: frame_system::extensions::check_spec_version::CheckSpecVersion<T>2675   **/2676  FrameSystemExtensionsCheckSpecVersion: 'Null',2677  /**2678   * Lookup418: frame_system::extensions::check_genesis::CheckGenesis<T>2679   **/2680  FrameSystemExtensionsCheckGenesis: 'Null',2681  /**2682   * Lookup421: frame_system::extensions::check_nonce::CheckNonce<T>2683   **/2684  FrameSystemExtensionsCheckNonce: 'Compact<u32>',2685  /**2686   * Lookup422: frame_system::extensions::check_weight::CheckWeight<T>2687   **/2688  FrameSystemExtensionsCheckWeight: 'Null',2689  /**2690   * Lookup423: pallet_template_transaction_payment::ChargeTransactionPayment<opal_runtime::Runtime>2691   **/2692  PalletTemplateTransactionPaymentChargeTransactionPayment: 'Compact<u128>',2693  /**2694   * Lookup424: opal_runtime::Runtime2695   **/2696  OpalRuntimeRuntime: 'Null',2697  /**2698   * Lookup425: pallet_ethereum::FakeTransactionFinalizer<opal_runtime::Runtime>2699   **/2700  PalletEthereumFakeTransactionFinalizer: 'Null'2701};