git.delta.rocks / unique-network / refs/commits / 764dfd599fff

difftreelog

source

tests/src/interfaces/lookup.ts72.4 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      change_collection_owner: {1264        collectionId: 'u32',1265        newOwner: 'AccountId32',1266      },1267      add_collection_admin: {1268        collectionId: 'u32',1269        newAdminId: 'PalletEvmAccountBasicCrossAccountIdRepr',1270      },1271      remove_collection_admin: {1272        collectionId: 'u32',1273        accountId: 'PalletEvmAccountBasicCrossAccountIdRepr',1274      },1275      set_collection_sponsor: {1276        collectionId: 'u32',1277        newSponsor: 'AccountId32',1278      },1279      confirm_sponsorship: {1280        collectionId: 'u32',1281      },1282      remove_collection_sponsor: {1283        collectionId: 'u32',1284      },1285      create_item: {1286        collectionId: 'u32',1287        owner: 'PalletEvmAccountBasicCrossAccountIdRepr',1288        data: 'UpDataStructsCreateItemData',1289      },1290      create_multiple_items: {1291        collectionId: 'u32',1292        owner: 'PalletEvmAccountBasicCrossAccountIdRepr',1293        itemsData: 'Vec<UpDataStructsCreateItemData>',1294      },1295      set_collection_properties: {1296        collectionId: 'u32',1297        properties: 'Vec<UpDataStructsProperty>',1298      },1299      delete_collection_properties: {1300        collectionId: 'u32',1301        propertyKeys: 'Vec<Bytes>',1302      },1303      set_token_properties: {1304        collectionId: 'u32',1305        tokenId: 'u32',1306        properties: 'Vec<UpDataStructsProperty>',1307      },1308      delete_token_properties: {1309        collectionId: 'u32',1310        tokenId: 'u32',1311        propertyKeys: 'Vec<Bytes>',1312      },1313      set_property_permissions: {1314        collectionId: 'u32',1315        propertyPermissions: 'Vec<UpDataStructsPropertyKeyPermission>',1316      },1317      create_multiple_items_ex: {1318        collectionId: 'u32',1319        data: 'UpDataStructsCreateItemExData',1320      },1321      set_transfers_enabled_flag: {1322        collectionId: 'u32',1323        value: 'bool',1324      },1325      burn_item: {1326        collectionId: 'u32',1327        itemId: 'u32',1328        value: 'u128',1329      },1330      burn_from: {1331        collectionId: 'u32',1332        from: 'PalletEvmAccountBasicCrossAccountIdRepr',1333        itemId: 'u32',1334        value: 'u128',1335      },1336      transfer: {1337        recipient: 'PalletEvmAccountBasicCrossAccountIdRepr',1338        collectionId: 'u32',1339        itemId: 'u32',1340        value: 'u128',1341      },1342      approve: {1343        spender: 'PalletEvmAccountBasicCrossAccountIdRepr',1344        collectionId: 'u32',1345        itemId: 'u32',1346        amount: 'u128',1347      },1348      transfer_from: {1349        from: 'PalletEvmAccountBasicCrossAccountIdRepr',1350        recipient: 'PalletEvmAccountBasicCrossAccountIdRepr',1351        collectionId: 'u32',1352        itemId: 'u32',1353        value: 'u128',1354      },1355      set_collection_limits: {1356        collectionId: 'u32',1357        newLimit: 'UpDataStructsCollectionLimits',1358      },1359      set_collection_permissions: {1360        collectionId: 'u32',1361        newLimit: 'UpDataStructsCollectionPermissions'1362      }1363    }1364  },1365  /**1366   * Lookup156: up_data_structs::CollectionMode1367   **/1368  UpDataStructsCollectionMode: {1369    _enum: {1370      NFT: 'Null',1371      Fungible: 'u8',1372      ReFungible: 'Null'1373    }1374  },1375  /**1376   * Lookup157: up_data_structs::CreateCollectionData<sp_core::crypto::AccountId32>1377   **/1378  UpDataStructsCreateCollectionData: {1379    mode: 'UpDataStructsCollectionMode',1380    access: 'Option<UpDataStructsAccessMode>',1381    name: 'Vec<u16>',1382    description: 'Vec<u16>',1383    tokenPrefix: 'Bytes',1384    pendingSponsor: 'Option<AccountId32>',1385    limits: 'Option<UpDataStructsCollectionLimits>',1386    permissions: 'Option<UpDataStructsCollectionPermissions>',1387    tokenPropertyPermissions: 'Vec<UpDataStructsPropertyKeyPermission>',1388    properties: 'Vec<UpDataStructsProperty>'1389  },1390  /**1391   * Lookup159: up_data_structs::AccessMode1392   **/1393  UpDataStructsAccessMode: {1394    _enum: ['Normal', 'AllowList']1395  },1396  /**1397   * Lookup162: up_data_structs::CollectionLimits1398   **/1399  UpDataStructsCollectionLimits: {1400    accountTokenOwnershipLimit: 'Option<u32>',1401    sponsoredDataSize: 'Option<u32>',1402    sponsoredDataRateLimit: 'Option<UpDataStructsSponsoringRateLimit>',1403    tokenLimit: 'Option<u32>',1404    sponsorTransferTimeout: 'Option<u32>',1405    sponsorApproveTimeout: 'Option<u32>',1406    ownerCanTransfer: 'OptionBool',1407    ownerCanDestroy: 'OptionBool',1408    transfersEnabled: 'OptionBool'1409  },1410  /**1411   * Lookup164: up_data_structs::SponsoringRateLimit1412   **/1413  UpDataStructsSponsoringRateLimit: {1414    _enum: {1415      SponsoringDisabled: 'Null',1416      Blocks: 'u32'1417    }1418  },1419  /**1420   * Lookup167: up_data_structs::CollectionPermissions1421   **/1422  UpDataStructsCollectionPermissions: {1423    access: 'Option<UpDataStructsAccessMode>',1424    mintMode: 'OptionBool',1425    nesting: 'Option<UpDataStructsNestingRule>'1426  },1427  /**1428   * Lookup169: up_data_structs::NestingRule1429   **/1430  UpDataStructsNestingRule: {1431    _enum: {1432      Disabled: 'Null',1433      Owner: 'Null',1434      OwnerRestricted: 'BTreeSet<u32>'1435    }1436  },1437  /**1438   * Lookup175: up_data_structs::PropertyKeyPermission1439   **/1440  UpDataStructsPropertyKeyPermission: {1441    key: 'Bytes',1442    permission: 'UpDataStructsPropertyPermission'1443  },1444  /**1445   * Lookup177: up_data_structs::PropertyPermission1446   **/1447  UpDataStructsPropertyPermission: {1448    mutable: 'bool',1449    collectionAdmin: 'bool',1450    tokenOwner: 'bool'1451  },1452  /**1453   * Lookup180: up_data_structs::Property1454   **/1455  UpDataStructsProperty: {1456    key: 'Bytes',1457    value: 'Bytes'1458  },1459  /**1460   * Lookup183: pallet_evm::account::BasicCrossAccountIdRepr<sp_core::crypto::AccountId32>1461   **/1462  PalletEvmAccountBasicCrossAccountIdRepr: {1463    _enum: {1464      Substrate: 'AccountId32',1465      Ethereum: 'H160'1466    }1467  },1468  /**1469   * Lookup185: up_data_structs::CreateItemData1470   **/1471  UpDataStructsCreateItemData: {1472    _enum: {1473      NFT: 'UpDataStructsCreateNftData',1474      Fungible: 'UpDataStructsCreateFungibleData',1475      ReFungible: 'UpDataStructsCreateReFungibleData'1476    }1477  },1478  /**1479   * Lookup186: up_data_structs::CreateNftData1480   **/1481  UpDataStructsCreateNftData: {1482    constData: 'Bytes',1483    properties: 'Vec<UpDataStructsProperty>'1484  },1485  /**1486   * Lookup188: up_data_structs::CreateFungibleData1487   **/1488  UpDataStructsCreateFungibleData: {1489    value: 'u128'1490  },1491  /**1492   * Lookup189: up_data_structs::CreateReFungibleData1493   **/1494  UpDataStructsCreateReFungibleData: {1495    constData: 'Bytes',1496    pieces: 'u128'1497  },1498  /**1499   * Lookup193: up_data_structs::CreateItemExData<pallet_evm::account::BasicCrossAccountIdRepr<sp_core::crypto::AccountId32>>1500   **/1501  UpDataStructsCreateItemExData: {1502    _enum: {1503      NFT: 'Vec<UpDataStructsCreateNftExData>',1504      Fungible: 'BTreeMap<PalletEvmAccountBasicCrossAccountIdRepr, u128>',1505      RefungibleMultipleItems: 'Vec<UpDataStructsCreateRefungibleExData>',1506      RefungibleMultipleOwners: 'UpDataStructsCreateRefungibleExData'1507    }1508  },1509  /**1510   * Lookup195: up_data_structs::CreateNftExData<pallet_evm::account::BasicCrossAccountIdRepr<sp_core::crypto::AccountId32>>1511   **/1512  UpDataStructsCreateNftExData: {1513    properties: 'Vec<UpDataStructsProperty>',1514    owner: 'PalletEvmAccountBasicCrossAccountIdRepr'1515  },1516  /**1517   * Lookup202: up_data_structs::CreateRefungibleExData<pallet_evm::account::BasicCrossAccountIdRepr<sp_core::crypto::AccountId32>>1518   **/1519  UpDataStructsCreateRefungibleExData: {1520    constData: 'Bytes',1521    users: 'BTreeMap<PalletEvmAccountBasicCrossAccountIdRepr, u128>'1522  },1523  /**1524   * Lookup204: pallet_template_transaction_payment::Call<T>1525   **/1526  PalletTemplateTransactionPaymentCall: 'Null',1527  /**1528   * Lookup205: pallet_structure::pallet::Call<T>1529   **/1530  PalletStructureCall: 'Null',1531  /**1532   * Lookup206: pallet_rmrk_core::pallet::Call<T>1533   **/1534  PalletRmrkCoreCall: {1535    _enum: {1536      create_collection: {1537        metadata: 'Bytes',1538        max: 'Option<u32>',1539        symbol: 'Bytes',1540      },1541      destroy_collection: {1542        collectionId: 'u32',1543      },1544      change_collection_issuer: {1545        collectionId: 'u32',1546        newIssuer: 'MultiAddress',1547      },1548      lock_collection: {1549        collectionId: 'u32',1550      },1551      mint_nft: {1552        owner: 'AccountId32',1553        collectionId: 'u32',1554        recipient: 'Option<AccountId32>',1555        royaltyAmount: 'Option<Permill>',1556        metadata: 'Bytes',1557      },1558      burn_nft: {1559        collectionId: 'u32',1560        nftId: 'u32',1561      },1562      set_property: {1563        rmrkCollectionId: 'Compact<u32>',1564        maybeNftId: 'Option<u32>',1565        key: 'Bytes',1566        value: 'Bytes'1567      }1568    }1569  },1570  /**1571   * Lookup212: pallet_rmrk_equip::pallet::Call<T>1572   **/1573  PalletRmrkEquipCall: {1574    _enum: {1575      create_base: {1576        baseType: 'Bytes',1577        symbol: 'Bytes',1578        parts: 'Vec<UpDataStructsRmrkPartType>',1579      },1580      theme_add: {1581        baseId: 'u32',1582        theme: 'UpDataStructsRmrkTheme'1583      }1584    }1585  },1586  /**1587   * Lookup214: up_data_structs::rmrk::PartType<frame_support::storage::bounded_vec::BoundedVec<T, S>, frame_support::storage::bounded_vec::BoundedVec<T, S>>1588   **/1589  UpDataStructsRmrkPartType: {1590    _enum: {1591      FixedPart: 'UpDataStructsRmrkFixedPart',1592      SlotPart: 'UpDataStructsRmrkSlotPart'1593    }1594  },1595  /**1596   * Lookup216: up_data_structs::rmrk::FixedPart<frame_support::storage::bounded_vec::BoundedVec<T, S>>1597   **/1598  UpDataStructsRmrkFixedPart: {1599    id: 'u32',1600    z: 'u32',1601    src: 'Bytes'1602  },1603  /**1604   * Lookup217: up_data_structs::rmrk::SlotPart<frame_support::storage::bounded_vec::BoundedVec<T, S>, frame_support::storage::bounded_vec::BoundedVec<T, S>>1605   **/1606  UpDataStructsRmrkSlotPart: {1607    id: 'u32',1608    equippable: 'UpDataStructsRmrkEquippableList',1609    src: 'Bytes',1610    z: 'u32'1611  },1612  /**1613   * Lookup218: up_data_structs::rmrk::EquippableList<frame_support::storage::bounded_vec::BoundedVec<T, S>>1614   **/1615  UpDataStructsRmrkEquippableList: {1616    _enum: {1617      All: 'Null',1618      Empty: 'Null',1619      Custom: 'Vec<u32>'1620    }1621  },1622  /**1623   * Lookup220: up_data_structs::rmrk::Theme<frame_support::storage::bounded_vec::BoundedVec<T, S>, PropertyList>1624   **/1625  UpDataStructsRmrkTheme: {1626    name: 'Bytes',1627    properties: 'Vec<UpDataStructsRmrkThemeProperty>',1628    inherit: 'bool'1629  },1630  /**1631   * Lookup222: up_data_structs::rmrk::ThemeProperty<frame_support::storage::bounded_vec::BoundedVec<T, S>>1632   **/1633  UpDataStructsRmrkThemeProperty: {1634    key: 'Bytes',1635    value: 'Bytes'1636  },1637  /**1638   * Lookup223: pallet_evm::pallet::Call<T>1639   **/1640  PalletEvmCall: {1641    _enum: {1642      withdraw: {1643        address: 'H160',1644        value: 'u128',1645      },1646      call: {1647        source: 'H160',1648        target: 'H160',1649        input: 'Bytes',1650        value: 'U256',1651        gasLimit: 'u64',1652        maxFeePerGas: 'U256',1653        maxPriorityFeePerGas: 'Option<U256>',1654        nonce: 'Option<U256>',1655        accessList: 'Vec<(H160,Vec<H256>)>',1656      },1657      create: {1658        source: 'H160',1659        init: 'Bytes',1660        value: 'U256',1661        gasLimit: 'u64',1662        maxFeePerGas: 'U256',1663        maxPriorityFeePerGas: 'Option<U256>',1664        nonce: 'Option<U256>',1665        accessList: 'Vec<(H160,Vec<H256>)>',1666      },1667      create2: {1668        source: 'H160',1669        init: 'Bytes',1670        salt: 'H256',1671        value: 'U256',1672        gasLimit: 'u64',1673        maxFeePerGas: 'U256',1674        maxPriorityFeePerGas: 'Option<U256>',1675        nonce: 'Option<U256>',1676        accessList: 'Vec<(H160,Vec<H256>)>'1677      }1678    }1679  },1680  /**1681   * Lookup229: pallet_ethereum::pallet::Call<T>1682   **/1683  PalletEthereumCall: {1684    _enum: {1685      transact: {1686        transaction: 'EthereumTransactionTransactionV2'1687      }1688    }1689  },1690  /**1691   * Lookup230: ethereum::transaction::TransactionV21692   **/1693  EthereumTransactionTransactionV2: {1694    _enum: {1695      Legacy: 'EthereumTransactionLegacyTransaction',1696      EIP2930: 'EthereumTransactionEip2930Transaction',1697      EIP1559: 'EthereumTransactionEip1559Transaction'1698    }1699  },1700  /**1701   * Lookup231: ethereum::transaction::LegacyTransaction1702   **/1703  EthereumTransactionLegacyTransaction: {1704    nonce: 'U256',1705    gasPrice: 'U256',1706    gasLimit: 'U256',1707    action: 'EthereumTransactionTransactionAction',1708    value: 'U256',1709    input: 'Bytes',1710    signature: 'EthereumTransactionTransactionSignature'1711  },1712  /**1713   * Lookup232: ethereum::transaction::TransactionAction1714   **/1715  EthereumTransactionTransactionAction: {1716    _enum: {1717      Call: 'H160',1718      Create: 'Null'1719    }1720  },1721  /**1722   * Lookup233: ethereum::transaction::TransactionSignature1723   **/1724  EthereumTransactionTransactionSignature: {1725    v: 'u64',1726    r: 'H256',1727    s: 'H256'1728  },1729  /**1730   * Lookup235: ethereum::transaction::EIP2930Transaction1731   **/1732  EthereumTransactionEip2930Transaction: {1733    chainId: 'u64',1734    nonce: 'U256',1735    gasPrice: 'U256',1736    gasLimit: 'U256',1737    action: 'EthereumTransactionTransactionAction',1738    value: 'U256',1739    input: 'Bytes',1740    accessList: 'Vec<EthereumTransactionAccessListItem>',1741    oddYParity: 'bool',1742    r: 'H256',1743    s: 'H256'1744  },1745  /**1746   * Lookup237: ethereum::transaction::AccessListItem1747   **/1748  EthereumTransactionAccessListItem: {1749    address: 'H160',1750    storageKeys: 'Vec<H256>'1751  },1752  /**1753   * Lookup238: ethereum::transaction::EIP1559Transaction1754   **/1755  EthereumTransactionEip1559Transaction: {1756    chainId: 'u64',1757    nonce: 'U256',1758    maxPriorityFeePerGas: 'U256',1759    maxFeePerGas: 'U256',1760    gasLimit: 'U256',1761    action: 'EthereumTransactionTransactionAction',1762    value: 'U256',1763    input: 'Bytes',1764    accessList: 'Vec<EthereumTransactionAccessListItem>',1765    oddYParity: 'bool',1766    r: 'H256',1767    s: 'H256'1768  },1769  /**1770   * Lookup239: pallet_evm_migration::pallet::Call<T>1771   **/1772  PalletEvmMigrationCall: {1773    _enum: {1774      begin: {1775        address: 'H160',1776      },1777      set_data: {1778        address: 'H160',1779        data: 'Vec<(H256,H256)>',1780      },1781      finish: {1782        address: 'H160',1783        code: 'Bytes'1784      }1785    }1786  },1787  /**1788   * Lookup242: pallet_sudo::pallet::Event<T>1789   **/1790  PalletSudoEvent: {1791    _enum: {1792      Sudid: {1793        sudoResult: 'Result<Null, SpRuntimeDispatchError>',1794      },1795      KeyChanged: {1796        oldSudoer: 'Option<AccountId32>',1797      },1798      SudoAsDone: {1799        sudoResult: 'Result<Null, SpRuntimeDispatchError>'1800      }1801    }1802  },1803  /**1804   * Lookup244: sp_runtime::DispatchError1805   **/1806  SpRuntimeDispatchError: {1807    _enum: {1808      Other: 'Null',1809      CannotLookup: 'Null',1810      BadOrigin: 'Null',1811      Module: 'SpRuntimeModuleError',1812      ConsumerRemaining: 'Null',1813      NoProviders: 'Null',1814      TooManyConsumers: 'Null',1815      Token: 'SpRuntimeTokenError',1816      Arithmetic: 'SpRuntimeArithmeticError',1817      Transactional: 'SpRuntimeTransactionalError'1818    }1819  },1820  /**1821   * Lookup245: sp_runtime::ModuleError1822   **/1823  SpRuntimeModuleError: {1824    index: 'u8',1825    error: '[u8;4]'1826  },1827  /**1828   * Lookup246: sp_runtime::TokenError1829   **/1830  SpRuntimeTokenError: {1831    _enum: ['NoFunds', 'WouldDie', 'BelowMinimum', 'CannotCreate', 'UnknownAsset', 'Frozen', 'Unsupported']1832  },1833  /**1834   * Lookup247: sp_runtime::ArithmeticError1835   **/1836  SpRuntimeArithmeticError: {1837    _enum: ['Underflow', 'Overflow', 'DivisionByZero']1838  },1839  /**1840   * Lookup248: sp_runtime::TransactionalError1841   **/1842  SpRuntimeTransactionalError: {1843    _enum: ['LimitReached', 'NoLayer']1844  },1845  /**1846   * Lookup249: pallet_sudo::pallet::Error<T>1847   **/1848  PalletSudoError: {1849    _enum: ['RequireSudo']1850  },1851  /**1852   * Lookup250: frame_system::AccountInfo<Index, pallet_balances::AccountData<Balance>>1853   **/1854  FrameSystemAccountInfo: {1855    nonce: 'u32',1856    consumers: 'u32',1857    providers: 'u32',1858    sufficients: 'u32',1859    data: 'PalletBalancesAccountData'1860  },1861  /**1862   * Lookup251: frame_support::weights::PerDispatchClass<T>1863   **/1864  FrameSupportWeightsPerDispatchClassU64: {1865    normal: 'u64',1866    operational: 'u64',1867    mandatory: 'u64'1868  },1869  /**1870   * Lookup252: sp_runtime::generic::digest::Digest1871   **/1872  SpRuntimeDigest: {1873    logs: 'Vec<SpRuntimeDigestDigestItem>'1874  },1875  /**1876   * Lookup254: sp_runtime::generic::digest::DigestItem1877   **/1878  SpRuntimeDigestDigestItem: {1879    _enum: {1880      Other: 'Bytes',1881      __Unused1: 'Null',1882      __Unused2: 'Null',1883      __Unused3: 'Null',1884      Consensus: '([u8;4],Bytes)',1885      Seal: '([u8;4],Bytes)',1886      PreRuntime: '([u8;4],Bytes)',1887      __Unused7: 'Null',1888      RuntimeEnvironmentUpdated: 'Null'1889    }1890  },1891  /**1892   * Lookup256: frame_system::EventRecord<opal_runtime::Event, primitive_types::H256>1893   **/1894  FrameSystemEventRecord: {1895    phase: 'FrameSystemPhase',1896    event: 'Event',1897    topics: 'Vec<H256>'1898  },1899  /**1900   * Lookup258: frame_system::pallet::Event<T>1901   **/1902  FrameSystemEvent: {1903    _enum: {1904      ExtrinsicSuccess: {1905        dispatchInfo: 'FrameSupportWeightsDispatchInfo',1906      },1907      ExtrinsicFailed: {1908        dispatchError: 'SpRuntimeDispatchError',1909        dispatchInfo: 'FrameSupportWeightsDispatchInfo',1910      },1911      CodeUpdated: 'Null',1912      NewAccount: {1913        account: 'AccountId32',1914      },1915      KilledAccount: {1916        account: 'AccountId32',1917      },1918      Remarked: {1919        _alias: {1920          hash_: 'hash',1921        },1922        sender: 'AccountId32',1923        hash_: 'H256'1924      }1925    }1926  },1927  /**1928   * Lookup259: frame_support::weights::DispatchInfo1929   **/1930  FrameSupportWeightsDispatchInfo: {1931    weight: 'u64',1932    class: 'FrameSupportWeightsDispatchClass',1933    paysFee: 'FrameSupportWeightsPays'1934  },1935  /**1936   * Lookup260: frame_support::weights::DispatchClass1937   **/1938  FrameSupportWeightsDispatchClass: {1939    _enum: ['Normal', 'Operational', 'Mandatory']1940  },1941  /**1942   * Lookup261: frame_support::weights::Pays1943   **/1944  FrameSupportWeightsPays: {1945    _enum: ['Yes', 'No']1946  },1947  /**1948   * Lookup262: orml_vesting::module::Event<T>1949   **/1950  OrmlVestingModuleEvent: {1951    _enum: {1952      VestingScheduleAdded: {1953        from: 'AccountId32',1954        to: 'AccountId32',1955        vestingSchedule: 'OrmlVestingVestingSchedule',1956      },1957      Claimed: {1958        who: 'AccountId32',1959        amount: 'u128',1960      },1961      VestingSchedulesUpdated: {1962        who: 'AccountId32'1963      }1964    }1965  },1966  /**1967   * Lookup263: cumulus_pallet_xcmp_queue::pallet::Event<T>1968   **/1969  CumulusPalletXcmpQueueEvent: {1970    _enum: {1971      Success: 'Option<H256>',1972      Fail: '(Option<H256>,XcmV2TraitsError)',1973      BadVersion: 'Option<H256>',1974      BadFormat: 'Option<H256>',1975      UpwardMessageSent: 'Option<H256>',1976      XcmpMessageSent: 'Option<H256>',1977      OverweightEnqueued: '(u32,u32,u64,u64)',1978      OverweightServiced: '(u64,u64)'1979    }1980  },1981  /**1982   * Lookup264: pallet_xcm::pallet::Event<T>1983   **/1984  PalletXcmEvent: {1985    _enum: {1986      Attempted: 'XcmV2TraitsOutcome',1987      Sent: '(XcmV1MultiLocation,XcmV1MultiLocation,XcmV2Xcm)',1988      UnexpectedResponse: '(XcmV1MultiLocation,u64)',1989      ResponseReady: '(u64,XcmV2Response)',1990      Notified: '(u64,u8,u8)',1991      NotifyOverweight: '(u64,u8,u8,u64,u64)',1992      NotifyDispatchError: '(u64,u8,u8)',1993      NotifyDecodeFailed: '(u64,u8,u8)',1994      InvalidResponder: '(XcmV1MultiLocation,u64,Option<XcmV1MultiLocation>)',1995      InvalidResponderVersion: '(XcmV1MultiLocation,u64)',1996      ResponseTaken: 'u64',1997      AssetsTrapped: '(H256,XcmV1MultiLocation,XcmVersionedMultiAssets)',1998      VersionChangeNotified: '(XcmV1MultiLocation,u32)',1999      SupportedVersionChanged: '(XcmV1MultiLocation,u32)',2000      NotifyTargetSendFail: '(XcmV1MultiLocation,u64,XcmV2TraitsError)',2001      NotifyTargetMigrationFail: '(XcmVersionedMultiLocation,u64)'2002    }2003  },2004  /**2005   * Lookup265: xcm::v2::traits::Outcome2006   **/2007  XcmV2TraitsOutcome: {2008    _enum: {2009      Complete: 'u64',2010      Incomplete: '(u64,XcmV2TraitsError)',2011      Error: 'XcmV2TraitsError'2012    }2013  },2014  /**2015   * Lookup267: cumulus_pallet_xcm::pallet::Event<T>2016   **/2017  CumulusPalletXcmEvent: {2018    _enum: {2019      InvalidFormat: '[u8;8]',2020      UnsupportedVersion: '[u8;8]',2021      ExecutedDownward: '([u8;8],XcmV2TraitsOutcome)'2022    }2023  },2024  /**2025   * Lookup268: cumulus_pallet_dmp_queue::pallet::Event<T>2026   **/2027  CumulusPalletDmpQueueEvent: {2028    _enum: {2029      InvalidFormat: '[u8;32]',2030      UnsupportedVersion: '[u8;32]',2031      ExecutedDownward: '([u8;32],XcmV2TraitsOutcome)',2032      WeightExhausted: '([u8;32],u64,u64)',2033      OverweightEnqueued: '([u8;32],u64,u64)',2034      OverweightServiced: '(u64,u64)'2035    }2036  },2037  /**2038   * Lookup269: pallet_unique::RawEvent<sp_core::crypto::AccountId32, pallet_evm::account::BasicCrossAccountIdRepr<sp_core::crypto::AccountId32>>2039   **/2040  PalletUniqueRawEvent: {2041    _enum: {2042      CollectionSponsorRemoved: 'u32',2043      CollectionAdminAdded: '(u32,PalletEvmAccountBasicCrossAccountIdRepr)',2044      CollectionOwnedChanged: '(u32,AccountId32)',2045      CollectionSponsorSet: '(u32,AccountId32)',2046      SponsorshipConfirmed: '(u32,AccountId32)',2047      CollectionAdminRemoved: '(u32,PalletEvmAccountBasicCrossAccountIdRepr)',2048      AllowListAddressRemoved: '(u32,PalletEvmAccountBasicCrossAccountIdRepr)',2049      AllowListAddressAdded: '(u32,PalletEvmAccountBasicCrossAccountIdRepr)',2050      CollectionLimitSet: 'u32',2051      CollectionPermissionSet: 'u32'2052    }2053  },2054  /**2055   * Lookup270: pallet_common::pallet::Event<T>2056   **/2057  PalletCommonEvent: {2058    _enum: {2059      CollectionCreated: '(u32,u8,AccountId32)',2060      CollectionDestroyed: 'u32',2061      ItemCreated: '(u32,u32,PalletEvmAccountBasicCrossAccountIdRepr,u128)',2062      ItemDestroyed: '(u32,u32,PalletEvmAccountBasicCrossAccountIdRepr,u128)',2063      Transfer: '(u32,u32,PalletEvmAccountBasicCrossAccountIdRepr,PalletEvmAccountBasicCrossAccountIdRepr,u128)',2064      Approved: '(u32,u32,PalletEvmAccountBasicCrossAccountIdRepr,PalletEvmAccountBasicCrossAccountIdRepr,u128)',2065      CollectionPropertySet: '(u32,Bytes)',2066      CollectionPropertyDeleted: '(u32,Bytes)',2067      TokenPropertySet: '(u32,u32,Bytes)',2068      TokenPropertyDeleted: '(u32,u32,Bytes)',2069      PropertyPermissionSet: '(u32,Bytes)'2070    }2071  },2072  /**2073   * Lookup271: pallet_structure::pallet::Event<T>2074   **/2075  PalletStructureEvent: {2076    _enum: {2077      Executed: 'Result<Null, SpRuntimeDispatchError>'2078    }2079  },2080  /**2081   * Lookup272: pallet_rmrk_core::pallet::Event<T>2082   **/2083  PalletRmrkCoreEvent: {2084    _enum: {2085      CollectionCreated: {2086        issuer: 'AccountId32',2087        collectionId: 'u32',2088      },2089      CollectionDestroyed: {2090        issuer: 'AccountId32',2091        collectionId: 'u32',2092      },2093      IssuerChanged: {2094        oldIssuer: 'AccountId32',2095        newIssuer: 'AccountId32',2096        collectionId: 'u32',2097      },2098      CollectionLocked: {2099        issuer: 'AccountId32',2100        collectionId: 'u32',2101      },2102      NftMinted: {2103        owner: 'AccountId32',2104        collectionId: 'u32',2105        nftId: 'u32',2106      },2107      NFTBurned: {2108        owner: 'AccountId32',2109        nftId: 'u32',2110      },2111      PropertySet: {2112        collectionId: 'u32',2113        maybeNftId: 'Option<u32>',2114        key: 'Bytes',2115        value: 'Bytes'2116      }2117    }2118  },2119  /**2120   * Lookup273: pallet_rmrk_equip::pallet::Event<T>2121   **/2122  PalletRmrkEquipEvent: {2123    _enum: {2124      BaseCreated: {2125        issuer: 'AccountId32',2126        baseId: 'u32'2127      }2128    }2129  },2130  /**2131   * Lookup274: pallet_evm::pallet::Event<T>2132   **/2133  PalletEvmEvent: {2134    _enum: {2135      Log: 'EthereumLog',2136      Created: 'H160',2137      CreatedFailed: 'H160',2138      Executed: 'H160',2139      ExecutedFailed: 'H160',2140      BalanceDeposit: '(AccountId32,H160,U256)',2141      BalanceWithdraw: '(AccountId32,H160,U256)'2142    }2143  },2144  /**2145   * Lookup275: ethereum::log::Log2146   **/2147  EthereumLog: {2148    address: 'H160',2149    topics: 'Vec<H256>',2150    data: 'Bytes'2151  },2152  /**2153   * Lookup276: pallet_ethereum::pallet::Event2154   **/2155  PalletEthereumEvent: {2156    _enum: {2157      Executed: '(H160,H160,H256,EvmCoreErrorExitReason)'2158    }2159  },2160  /**2161   * Lookup277: evm_core::error::ExitReason2162   **/2163  EvmCoreErrorExitReason: {2164    _enum: {2165      Succeed: 'EvmCoreErrorExitSucceed',2166      Error: 'EvmCoreErrorExitError',2167      Revert: 'EvmCoreErrorExitRevert',2168      Fatal: 'EvmCoreErrorExitFatal'2169    }2170  },2171  /**2172   * Lookup278: evm_core::error::ExitSucceed2173   **/2174  EvmCoreErrorExitSucceed: {2175    _enum: ['Stopped', 'Returned', 'Suicided']2176  },2177  /**2178   * Lookup279: evm_core::error::ExitError2179   **/2180  EvmCoreErrorExitError: {2181    _enum: {2182      StackUnderflow: 'Null',2183      StackOverflow: 'Null',2184      InvalidJump: 'Null',2185      InvalidRange: 'Null',2186      DesignatedInvalid: 'Null',2187      CallTooDeep: 'Null',2188      CreateCollision: 'Null',2189      CreateContractLimit: 'Null',2190      OutOfOffset: 'Null',2191      OutOfGas: 'Null',2192      OutOfFund: 'Null',2193      PCUnderflow: 'Null',2194      CreateEmpty: 'Null',2195      Other: 'Text',2196      InvalidCode: 'Null'2197    }2198  },2199  /**2200   * Lookup282: evm_core::error::ExitRevert2201   **/2202  EvmCoreErrorExitRevert: {2203    _enum: ['Reverted']2204  },2205  /**2206   * Lookup283: evm_core::error::ExitFatal2207   **/2208  EvmCoreErrorExitFatal: {2209    _enum: {2210      NotSupported: 'Null',2211      UnhandledInterrupt: 'Null',2212      CallErrorAsFatal: 'EvmCoreErrorExitError',2213      Other: 'Text'2214    }2215  },2216  /**2217   * Lookup284: frame_system::Phase2218   **/2219  FrameSystemPhase: {2220    _enum: {2221      ApplyExtrinsic: 'u32',2222      Finalization: 'Null',2223      Initialization: 'Null'2224    }2225  },2226  /**2227   * Lookup286: frame_system::LastRuntimeUpgradeInfo2228   **/2229  FrameSystemLastRuntimeUpgradeInfo: {2230    specVersion: 'Compact<u32>',2231    specName: 'Text'2232  },2233  /**2234   * Lookup287: frame_system::limits::BlockWeights2235   **/2236  FrameSystemLimitsBlockWeights: {2237    baseBlock: 'u64',2238    maxBlock: 'u64',2239    perClass: 'FrameSupportWeightsPerDispatchClassWeightsPerClass'2240  },2241  /**2242   * Lookup288: frame_support::weights::PerDispatchClass<frame_system::limits::WeightsPerClass>2243   **/2244  FrameSupportWeightsPerDispatchClassWeightsPerClass: {2245    normal: 'FrameSystemLimitsWeightsPerClass',2246    operational: 'FrameSystemLimitsWeightsPerClass',2247    mandatory: 'FrameSystemLimitsWeightsPerClass'2248  },2249  /**2250   * Lookup289: frame_system::limits::WeightsPerClass2251   **/2252  FrameSystemLimitsWeightsPerClass: {2253    baseExtrinsic: 'u64',2254    maxExtrinsic: 'Option<u64>',2255    maxTotal: 'Option<u64>',2256    reserved: 'Option<u64>'2257  },2258  /**2259   * Lookup291: frame_system::limits::BlockLength2260   **/2261  FrameSystemLimitsBlockLength: {2262    max: 'FrameSupportWeightsPerDispatchClassU32'2263  },2264  /**2265   * Lookup292: frame_support::weights::PerDispatchClass<T>2266   **/2267  FrameSupportWeightsPerDispatchClassU32: {2268    normal: 'u32',2269    operational: 'u32',2270    mandatory: 'u32'2271  },2272  /**2273   * Lookup293: frame_support::weights::RuntimeDbWeight2274   **/2275  FrameSupportWeightsRuntimeDbWeight: {2276    read: 'u64',2277    write: 'u64'2278  },2279  /**2280   * Lookup294: sp_version::RuntimeVersion2281   **/2282  SpVersionRuntimeVersion: {2283    specName: 'Text',2284    implName: 'Text',2285    authoringVersion: 'u32',2286    specVersion: 'u32',2287    implVersion: 'u32',2288    apis: 'Vec<([u8;8],u32)>',2289    transactionVersion: 'u32',2290    stateVersion: 'u8'2291  },2292  /**2293   * Lookup298: frame_system::pallet::Error<T>2294   **/2295  FrameSystemError: {2296    _enum: ['InvalidSpecName', 'SpecVersionNeedsToIncrease', 'FailedToExtractRuntimeVersion', 'NonDefaultComposite', 'NonZeroRefCount', 'CallFiltered']2297  },2298  /**2299   * Lookup300: orml_vesting::module::Error<T>2300   **/2301  OrmlVestingModuleError: {2302    _enum: ['ZeroVestingPeriod', 'ZeroVestingPeriodCount', 'InsufficientBalanceToLock', 'TooManyVestingSchedules', 'AmountLow', 'MaxVestingSchedulesExceeded']2303  },2304  /**2305   * Lookup302: cumulus_pallet_xcmp_queue::InboundChannelDetails2306   **/2307  CumulusPalletXcmpQueueInboundChannelDetails: {2308    sender: 'u32',2309    state: 'CumulusPalletXcmpQueueInboundState',2310    messageMetadata: 'Vec<(u32,PolkadotParachainPrimitivesXcmpMessageFormat)>'2311  },2312  /**2313   * Lookup303: cumulus_pallet_xcmp_queue::InboundState2314   **/2315  CumulusPalletXcmpQueueInboundState: {2316    _enum: ['Ok', 'Suspended']2317  },2318  /**2319   * Lookup306: polkadot_parachain::primitives::XcmpMessageFormat2320   **/2321  PolkadotParachainPrimitivesXcmpMessageFormat: {2322    _enum: ['ConcatenatedVersionedXcm', 'ConcatenatedEncodedBlob', 'Signals']2323  },2324  /**2325   * Lookup309: cumulus_pallet_xcmp_queue::OutboundChannelDetails2326   **/2327  CumulusPalletXcmpQueueOutboundChannelDetails: {2328    recipient: 'u32',2329    state: 'CumulusPalletXcmpQueueOutboundState',2330    signalsExist: 'bool',2331    firstIndex: 'u16',2332    lastIndex: 'u16'2333  },2334  /**2335   * Lookup310: cumulus_pallet_xcmp_queue::OutboundState2336   **/2337  CumulusPalletXcmpQueueOutboundState: {2338    _enum: ['Ok', 'Suspended']2339  },2340  /**2341   * Lookup312: cumulus_pallet_xcmp_queue::QueueConfigData2342   **/2343  CumulusPalletXcmpQueueQueueConfigData: {2344    suspendThreshold: 'u32',2345    dropThreshold: 'u32',2346    resumeThreshold: 'u32',2347    thresholdWeight: 'u64',2348    weightRestrictDecay: 'u64',2349    xcmpMaxIndividualWeight: 'u64'2350  },2351  /**2352   * Lookup314: cumulus_pallet_xcmp_queue::pallet::Error<T>2353   **/2354  CumulusPalletXcmpQueueError: {2355    _enum: ['FailedToSend', 'BadXcmOrigin', 'BadXcm', 'BadOverweightIndex', 'WeightOverLimit']2356  },2357  /**2358   * Lookup315: pallet_xcm::pallet::Error<T>2359   **/2360  PalletXcmError: {2361    _enum: ['Unreachable', 'SendFailure', 'Filtered', 'UnweighableMessage', 'DestinationNotInvertible', 'Empty', 'CannotReanchor', 'TooManyAssets', 'InvalidOrigin', 'BadVersion', 'BadLocation', 'NoSubscription', 'AlreadySubscribed']2362  },2363  /**2364   * Lookup316: cumulus_pallet_xcm::pallet::Error<T>2365   **/2366  CumulusPalletXcmError: 'Null',2367  /**2368   * Lookup317: cumulus_pallet_dmp_queue::ConfigData2369   **/2370  CumulusPalletDmpQueueConfigData: {2371    maxIndividual: 'u64'2372  },2373  /**2374   * Lookup318: cumulus_pallet_dmp_queue::PageIndexData2375   **/2376  CumulusPalletDmpQueuePageIndexData: {2377    beginUsed: 'u32',2378    endUsed: 'u32',2379    overweightCount: 'u64'2380  },2381  /**2382   * Lookup321: cumulus_pallet_dmp_queue::pallet::Error<T>2383   **/2384  CumulusPalletDmpQueueError: {2385    _enum: ['Unknown', 'OverLimit']2386  },2387  /**2388   * Lookup325: pallet_unique::Error<T>2389   **/2390  PalletUniqueError: {2391    _enum: ['CollectionDecimalPointLimitExceeded', 'ConfirmUnsetSponsorFail', 'EmptyArgument']2392  },2393  /**2394   * Lookup326: up_data_structs::Collection<sp_core::crypto::AccountId32>2395   **/2396  UpDataStructsCollection: {2397    owner: 'AccountId32',2398    mode: 'UpDataStructsCollectionMode',2399    name: 'Vec<u16>',2400    description: 'Vec<u16>',2401    tokenPrefix: 'Bytes',2402    sponsorship: 'UpDataStructsSponsorshipState',2403    limits: 'UpDataStructsCollectionLimits',2404    permissions: 'UpDataStructsCollectionPermissions'2405  },2406  /**2407   * Lookup327: up_data_structs::SponsorshipState<sp_core::crypto::AccountId32>2408   **/2409  UpDataStructsSponsorshipState: {2410    _enum: {2411      Disabled: 'Null',2412      Unconfirmed: 'AccountId32',2413      Confirmed: 'AccountId32'2414    }2415  },2416  /**2417   * Lookup328: up_data_structs::Properties2418   **/2419  UpDataStructsProperties: {2420    map: 'UpDataStructsPropertiesMapBoundedVec',2421    consumedSpace: 'u32',2422    spaceLimit: 'u32'2423  },2424  /**2425   * Lookup329: up_data_structs::PropertiesMap<frame_support::storage::bounded_vec::BoundedVec<T, S>>2426   **/2427  UpDataStructsPropertiesMapBoundedVec: 'BTreeMap<Bytes, Bytes>',2428  /**2429   * Lookup334: up_data_structs::PropertiesMap<up_data_structs::PropertyPermission>2430   **/2431  UpDataStructsPropertiesMapPropertyPermission: 'BTreeMap<Bytes, UpDataStructsPropertyPermission>',2432  /**2433   * Lookup341: up_data_structs::CollectionStats2434   **/2435  UpDataStructsCollectionStats: {2436    created: 'u32',2437    destroyed: 'u32',2438    alive: 'u32'2439  },2440  /**2441   * Lookup342: PhantomType::up_data_structs<T>2442   **/2443  PhantomTypeUpDataStructs: '[(UpDataStructsTokenData,UpDataStructsRpcCollection,UpDataStructsRmrkCollectionInfo,UpDataStructsRmrkNftInfo,UpDataStructsRmrkResourceInfo,UpDataStructsRmrkPropertyInfo,UpDataStructsRmrkBaseInfo,UpDataStructsRmrkPartType,UpDataStructsRmrkTheme,UpDataStructsRmrkNftChild);0]',2444  /**2445   * Lookup344: up_data_structs::TokenData<pallet_evm::account::BasicCrossAccountIdRepr<sp_core::crypto::AccountId32>>2446   **/2447  UpDataStructsTokenData: {2448    properties: 'Vec<UpDataStructsProperty>',2449    owner: 'Option<PalletEvmAccountBasicCrossAccountIdRepr>'2450  },2451  /**2452   * Lookup346: up_data_structs::RpcCollection<sp_core::crypto::AccountId32>2453   **/2454  UpDataStructsRpcCollection: {2455    owner: 'AccountId32',2456    mode: 'UpDataStructsCollectionMode',2457    name: 'Vec<u16>',2458    description: 'Vec<u16>',2459    tokenPrefix: 'Bytes',2460    sponsorship: 'UpDataStructsSponsorshipState',2461    limits: 'UpDataStructsCollectionLimits',2462    permissions: 'UpDataStructsCollectionPermissions',2463    tokenPropertyPermissions: 'Vec<UpDataStructsPropertyKeyPermission>',2464    properties: 'Vec<UpDataStructsProperty>'2465  },2466  /**2467   * Lookup347: up_data_structs::rmrk::CollectionInfo<frame_support::storage::bounded_vec::BoundedVec<T, S>, frame_support::storage::bounded_vec::BoundedVec<T, S>, sp_core::crypto::AccountId32>2468   **/2469  UpDataStructsRmrkCollectionInfo: {2470    issuer: 'AccountId32',2471    metadata: 'Bytes',2472    max: 'Option<u32>',2473    symbol: 'Bytes',2474    nftsCount: 'u32'2475  },2476  /**2477   * Lookup348: up_data_structs::rmrk::NftInfo<sp_core::crypto::AccountId32, sp_arithmetic::per_things::Permill, frame_support::storage::bounded_vec::BoundedVec<T, S>>2478   **/2479  UpDataStructsRmrkNftInfo: {2480    owner: 'UpDataStructsRmrkAccountIdOrCollectionNftTuple',2481    royalty: 'Option<UpDataStructsRmrkRoyaltyInfo>',2482    metadata: 'Bytes',2483    equipped: 'bool',2484    pending: 'bool'2485  },2486  /**2487   * Lookup349: up_data_structs::rmrk::AccountIdOrCollectionNftTuple<sp_core::crypto::AccountId32>2488   **/2489  UpDataStructsRmrkAccountIdOrCollectionNftTuple: {2490    _enum: {2491      AccountId: 'AccountId32',2492      CollectionAndNftTuple: '(u32,u32)'2493    }2494  },2495  /**2496   * Lookup351: up_data_structs::rmrk::RoyaltyInfo<sp_core::crypto::AccountId32, sp_arithmetic::per_things::Permill>2497   **/2498  UpDataStructsRmrkRoyaltyInfo: {2499    recipient: 'AccountId32',2500    amount: 'Permill'2501  },2502  /**2503   * Lookup352: up_data_structs::rmrk::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>>2504   **/2505  UpDataStructsRmrkResourceInfo: {2506    id: 'Bytes',2507    resource: 'UpDataStructsRmrkResourceTypes',2508    pending: 'bool',2509    pendingRemoval: 'bool'2510  },2511  /**2512   * Lookup355: up_data_structs::rmrk::ResourceTypes<frame_support::storage::bounded_vec::BoundedVec<T, S>, frame_support::storage::bounded_vec::BoundedVec<T, S>>2513   **/2514  UpDataStructsRmrkResourceTypes: {2515    _enum: {2516      Basic: 'UpDataStructsRmrkBasicResource',2517      Composable: 'UpDataStructsRmrkComposableResource',2518      Slot: 'UpDataStructsRmrkSlotResource'2519    }2520  },2521  /**2522   * Lookup356: up_data_structs::rmrk::BasicResource<frame_support::storage::bounded_vec::BoundedVec<T, S>>2523   **/2524  UpDataStructsRmrkBasicResource: {2525    src: 'Option<Bytes>',2526    metadata: 'Option<Bytes>',2527    license: 'Option<Bytes>',2528    thumb: 'Option<Bytes>'2529  },2530  /**2531   * Lookup358: up_data_structs::rmrk::ComposableResource<frame_support::storage::bounded_vec::BoundedVec<T, S>, frame_support::storage::bounded_vec::BoundedVec<T, S>>2532   **/2533  UpDataStructsRmrkComposableResource: {2534    parts: 'Vec<u32>',2535    base: 'u32',2536    src: 'Option<Bytes>',2537    metadata: 'Option<Bytes>',2538    license: 'Option<Bytes>',2539    thumb: 'Option<Bytes>'2540  },2541  /**2542   * Lookup359: up_data_structs::rmrk::SlotResource<frame_support::storage::bounded_vec::BoundedVec<T, S>>2543   **/2544  UpDataStructsRmrkSlotResource: {2545    base: 'u32',2546    src: 'Option<Bytes>',2547    metadata: 'Option<Bytes>',2548    slot: 'u32',2549    license: 'Option<Bytes>',2550    thumb: 'Option<Bytes>'2551  },2552  /**2553   * Lookup360: up_data_structs::rmrk::PropertyInfo<frame_support::storage::bounded_vec::BoundedVec<T, S>, frame_support::storage::bounded_vec::BoundedVec<T, S>>2554   **/2555  UpDataStructsRmrkPropertyInfo: {2556    key: 'Bytes',2557    value: 'Bytes'2558  },2559  /**2560   * Lookup361: up_data_structs::rmrk::BaseInfo<sp_core::crypto::AccountId32, frame_support::storage::bounded_vec::BoundedVec<T, S>>2561   **/2562  UpDataStructsRmrkBaseInfo: {2563    issuer: 'AccountId32',2564    baseType: 'Bytes',2565    symbol: 'Bytes'2566  },2567  /**2568   * Lookup362: up_data_structs::rmrk::NftChild2569   **/2570  UpDataStructsRmrkNftChild: {2571    collectionId: 'u32',2572    nftId: 'u32'2573  },2574  /**2575   * Lookup364: pallet_common::pallet::Error<T>2576   **/2577  PalletCommonError: {2578    _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']2579  },2580  /**2581   * Lookup366: pallet_fungible::pallet::Error<T>2582   **/2583  PalletFungibleError: {2584    _enum: ['NotFungibleDataUsedToMintFungibleCollectionToken', 'FungibleItemsHaveNoId', 'FungibleItemsDontHaveData', 'FungibleDisallowsNesting', 'SettingPropertiesNotAllowed']2585  },2586  /**2587   * Lookup367: pallet_refungible::ItemData2588   **/2589  PalletRefungibleItemData: {2590    constData: 'Bytes'2591  },2592  /**2593   * Lookup371: pallet_refungible::pallet::Error<T>2594   **/2595  PalletRefungibleError: {2596    _enum: ['NotRefungibleDataUsedToMintFungibleCollectionToken', 'WrongRefungiblePieces', 'RefungibleDisallowsNesting', 'SettingPropertiesNotAllowed']2597  },2598  /**2599   * Lookup372: pallet_nonfungible::ItemData<pallet_evm::account::BasicCrossAccountIdRepr<sp_core::crypto::AccountId32>>2600   **/2601  PalletNonfungibleItemData: {2602    owner: 'PalletEvmAccountBasicCrossAccountIdRepr'2603  },2604  /**2605   * Lookup373: pallet_nonfungible::pallet::Error<T>2606   **/2607  PalletNonfungibleError: {2608    _enum: ['NotNonfungibleDataUsedToMintFungibleCollectionToken', 'NonfungibleItemsHaveNoAmount']2609  },2610  /**2611   * Lookup374: pallet_structure::pallet::Error<T>2612   **/2613  PalletStructureError: {2614    _enum: ['OuroborosDetected', 'DepthLimit', 'TokenNotFound']2615  },2616  /**2617   * Lookup375: pallet_rmrk_core::pallet::Error<T>2618   **/2619  PalletRmrkCoreError: {2620    _enum: ['CorruptedCollectionType', 'NftTypeEncodeError', 'RmrkPropertyKeyIsTooLong', 'RmrkPropertyValueIsTooLong', 'CollectionNotEmpty', 'NoAvailableCollectionId', 'NoAvailableNftId', 'CollectionUnknown', 'NoPermission', 'CollectionFullOrLocked']2621  },2622  /**2623   * Lookup377: pallet_rmrk_equip::pallet::Error<T>2624   **/2625  PalletRmrkEquipError: {2626    _enum: ['PermissionError', 'NoAvailableBaseId', 'NoAvailablePartId', 'BaseDoesntExist', 'NeedsDefaultThemeFirst']2627  },2628  /**2629   * Lookup380: pallet_evm::pallet::Error<T>2630   **/2631  PalletEvmError: {2632    _enum: ['BalanceLow', 'FeeOverflow', 'PaymentOverflow', 'WithdrawFailed', 'GasPriceTooLow', 'InvalidNonce']2633  },2634  /**2635   * Lookup383: fp_rpc::TransactionStatus2636   **/2637  FpRpcTransactionStatus: {2638    transactionHash: 'H256',2639    transactionIndex: 'u32',2640    from: 'H160',2641    to: 'Option<H160>',2642    contractAddress: 'Option<H160>',2643    logs: 'Vec<EthereumLog>',2644    logsBloom: 'EthbloomBloom'2645  },2646  /**2647   * Lookup385: ethbloom::Bloom2648   **/2649  EthbloomBloom: '[u8;256]',2650  /**2651   * Lookup387: ethereum::receipt::ReceiptV32652   **/2653  EthereumReceiptReceiptV3: {2654    _enum: {2655      Legacy: 'EthereumReceiptEip658ReceiptData',2656      EIP2930: 'EthereumReceiptEip658ReceiptData',2657      EIP1559: 'EthereumReceiptEip658ReceiptData'2658    }2659  },2660  /**2661   * Lookup388: ethereum::receipt::EIP658ReceiptData2662   **/2663  EthereumReceiptEip658ReceiptData: {2664    statusCode: 'u8',2665    usedGas: 'U256',2666    logsBloom: 'EthbloomBloom',2667    logs: 'Vec<EthereumLog>'2668  },2669  /**2670   * Lookup389: ethereum::block::Block<ethereum::transaction::TransactionV2>2671   **/2672  EthereumBlock: {2673    header: 'EthereumHeader',2674    transactions: 'Vec<EthereumTransactionTransactionV2>',2675    ommers: 'Vec<EthereumHeader>'2676  },2677  /**2678   * Lookup390: ethereum::header::Header2679   **/2680  EthereumHeader: {2681    parentHash: 'H256',2682    ommersHash: 'H256',2683    beneficiary: 'H160',2684    stateRoot: 'H256',2685    transactionsRoot: 'H256',2686    receiptsRoot: 'H256',2687    logsBloom: 'EthbloomBloom',2688    difficulty: 'U256',2689    number: 'U256',2690    gasLimit: 'U256',2691    gasUsed: 'U256',2692    timestamp: 'u64',2693    extraData: 'Bytes',2694    mixHash: 'H256',2695    nonce: 'EthereumTypesHashH64'2696  },2697  /**2698   * Lookup391: ethereum_types::hash::H642699   **/2700  EthereumTypesHashH64: '[u8;8]',2701  /**2702   * Lookup396: pallet_ethereum::pallet::Error<T>2703   **/2704  PalletEthereumError: {2705    _enum: ['InvalidSignature', 'PreLogExists']2706  },2707  /**2708   * Lookup397: pallet_evm_coder_substrate::pallet::Error<T>2709   **/2710  PalletEvmCoderSubstrateError: {2711    _enum: ['OutOfGas', 'OutOfFund']2712  },2713  /**2714   * Lookup398: pallet_evm_contract_helpers::SponsoringModeT2715   **/2716  PalletEvmContractHelpersSponsoringModeT: {2717    _enum: ['Disabled', 'Allowlisted', 'Generous']2718  },2719  /**2720   * Lookup400: pallet_evm_contract_helpers::pallet::Error<T>2721   **/2722  PalletEvmContractHelpersError: {2723    _enum: ['NoPermission']2724  },2725  /**2726   * Lookup401: pallet_evm_migration::pallet::Error<T>2727   **/2728  PalletEvmMigrationError: {2729    _enum: ['AccountNotEmpty', 'AccountIsNotMigrating']2730  },2731  /**2732   * Lookup403: sp_runtime::MultiSignature2733   **/2734  SpRuntimeMultiSignature: {2735    _enum: {2736      Ed25519: 'SpCoreEd25519Signature',2737      Sr25519: 'SpCoreSr25519Signature',2738      Ecdsa: 'SpCoreEcdsaSignature'2739    }2740  },2741  /**2742   * Lookup404: sp_core::ed25519::Signature2743   **/2744  SpCoreEd25519Signature: '[u8;64]',2745  /**2746   * Lookup406: sp_core::sr25519::Signature2747   **/2748  SpCoreSr25519Signature: '[u8;64]',2749  /**2750   * Lookup407: sp_core::ecdsa::Signature2751   **/2752  SpCoreEcdsaSignature: '[u8;65]',2753  /**2754   * Lookup410: frame_system::extensions::check_spec_version::CheckSpecVersion<T>2755   **/2756  FrameSystemExtensionsCheckSpecVersion: 'Null',2757  /**2758   * Lookup411: frame_system::extensions::check_genesis::CheckGenesis<T>2759   **/2760  FrameSystemExtensionsCheckGenesis: 'Null',2761  /**2762   * Lookup414: frame_system::extensions::check_nonce::CheckNonce<T>2763   **/2764  FrameSystemExtensionsCheckNonce: 'Compact<u32>',2765  /**2766   * Lookup415: frame_system::extensions::check_weight::CheckWeight<T>2767   **/2768  FrameSystemExtensionsCheckWeight: 'Null',2769  /**2770   * Lookup416: pallet_template_transaction_payment::ChargeTransactionPayment<opal_runtime::Runtime>2771   **/2772  PalletTemplateTransactionPaymentChargeTransactionPayment: 'Compact<u128>',2773  /**2774   * Lookup417: opal_runtime::Runtime2775   **/2776  OpalRuntimeRuntime: 'Null',2777  /**2778   * Lookup418: pallet_ethereum::FakeTransactionFinalizer<opal_runtime::Runtime>2779   **/2780  PalletEthereumFakeTransactionFinalizer: 'Null'2781};