123456export default {7 8910 FrameSystemAccountInfo: {11 nonce: 'u32',12 consumers: 'u32',13 providers: 'u32',14 sufficients: 'u32',15 data: 'PalletBalancesAccountData'16 },17 181920 PalletBalancesAccountData: {21 free: 'u128',22 reserved: 'u128',23 frozen: 'u128',24 flags: 'u128'25 },26 272829 FrameSupportDispatchPerDispatchClassWeight: {30 normal: 'SpWeightsWeightV2Weight',31 operational: 'SpWeightsWeightV2Weight',32 mandatory: 'SpWeightsWeightV2Weight'33 },34 353637 SpWeightsWeightV2Weight: {38 refTime: 'Compact<u64>',39 proofSize: 'Compact<u64>'40 },41 424344 SpRuntimeDigest: {45 logs: 'Vec<SpRuntimeDigestDigestItem>'46 },47 484950 SpRuntimeDigestDigestItem: {51 _enum: {52 Other: 'Bytes',53 __Unused1: 'Null',54 __Unused2: 'Null',55 __Unused3: 'Null',56 Consensus: '([u8;4],Bytes)',57 Seal: '([u8;4],Bytes)',58 PreRuntime: '([u8;4],Bytes)',59 __Unused7: 'Null',60 RuntimeEnvironmentUpdated: 'Null'61 }62 },63 646566 FrameSystemEventRecord: {67 phase: 'FrameSystemPhase',68 event: 'Event',69 topics: 'Vec<H256>'70 },71 727374 FrameSystemEvent: {75 _enum: {76 ExtrinsicSuccess: {77 dispatchInfo: 'FrameSupportDispatchDispatchInfo',78 },79 ExtrinsicFailed: {80 dispatchError: 'SpRuntimeDispatchError',81 dispatchInfo: 'FrameSupportDispatchDispatchInfo',82 },83 CodeUpdated: 'Null',84 NewAccount: {85 account: 'AccountId32',86 },87 KilledAccount: {88 account: 'AccountId32',89 },90 Remarked: {91 _alias: {92 hash_: 'hash',93 },94 sender: 'AccountId32',95 hash_: 'H256'96 }97 }98 },99 100101102 FrameSupportDispatchDispatchInfo: {103 weight: 'SpWeightsWeightV2Weight',104 class: 'FrameSupportDispatchDispatchClass',105 paysFee: 'FrameSupportDispatchPays'106 },107 108109110 FrameSupportDispatchDispatchClass: {111 _enum: ['Normal', 'Operational', 'Mandatory']112 },113 114115116 FrameSupportDispatchPays: {117 _enum: ['Yes', 'No']118 },119 120121122 SpRuntimeDispatchError: {123 _enum: {124 Other: 'Null',125 CannotLookup: 'Null',126 BadOrigin: 'Null',127 Module: 'SpRuntimeModuleError',128 ConsumerRemaining: 'Null',129 NoProviders: 'Null',130 TooManyConsumers: 'Null',131 Token: 'SpRuntimeTokenError',132 Arithmetic: 'SpArithmeticArithmeticError',133 Transactional: 'SpRuntimeTransactionalError',134 Exhausted: 'Null',135 Corruption: 'Null',136 Unavailable: 'Null',137 RootNotAllowed: 'Null'138 }139 },140 141142143 SpRuntimeModuleError: {144 index: 'u8',145 error: '[u8;4]'146 },147 148149150 SpRuntimeTokenError: {151 _enum: ['FundsUnavailable', 'OnlyProvider', 'BelowMinimum', 'CannotCreate', 'UnknownAsset', 'Frozen', 'Unsupported', 'CannotCreateHold', 'NotExpendable', 'Blocked']152 },153 154155156 SpArithmeticArithmeticError: {157 _enum: ['Underflow', 'Overflow', 'DivisionByZero']158 },159 160161162 SpRuntimeTransactionalError: {163 _enum: ['LimitReached', 'NoLayer']164 },165 166167168 PalletStateTrieMigrationEvent: {169 _enum: {170 Migrated: {171 top: 'u32',172 child: 'u32',173 compute: 'PalletStateTrieMigrationMigrationCompute',174 },175 Slashed: {176 who: 'AccountId32',177 amount: 'u128',178 },179 AutoMigrationFinished: 'Null',180 Halted: {181 error: 'PalletStateTrieMigrationError'182 }183 }184 },185 186187188 PalletStateTrieMigrationMigrationCompute: {189 _enum: ['Signed', 'Auto']190 },191 192193194 PalletStateTrieMigrationError: {195 _enum: ['MaxSignedLimits', 'KeyTooLong', 'NotEnoughFunds', 'BadWitness', 'SignedMigrationNotAllowed', 'BadChildRoot']196 },197 198199200 CumulusPalletParachainSystemEvent: {201 _enum: {202 ValidationFunctionStored: 'Null',203 ValidationFunctionApplied: {204 relayChainBlockNum: 'u32',205 },206 ValidationFunctionDiscarded: 'Null',207 UpgradeAuthorized: {208 codeHash: 'H256',209 },210 DownwardMessagesReceived: {211 count: 'u32',212 },213 DownwardMessagesProcessed: {214 weightUsed: 'SpWeightsWeightV2Weight',215 dmqHead: 'H256',216 },217 UpwardMessageSent: {218 messageHash: 'Option<[u8;32]>'219 }220 }221 },222 223224225 PalletCollatorSelectionEvent: {226 _enum: {227 InvulnerableAdded: {228 invulnerable: 'AccountId32',229 },230 InvulnerableRemoved: {231 invulnerable: 'AccountId32',232 },233 LicenseObtained: {234 accountId: 'AccountId32',235 deposit: 'u128',236 },237 LicenseReleased: {238 accountId: 'AccountId32',239 depositReturned: 'u128',240 },241 CandidateAdded: {242 accountId: 'AccountId32',243 },244 CandidateRemoved: {245 accountId: 'AccountId32'246 }247 }248 },249 250251252 PalletSessionEvent: {253 _enum: {254 NewSession: {255 sessionIndex: 'u32'256 }257 }258 },259 260261262 PalletBalancesEvent: {263 _enum: {264 Endowed: {265 account: 'AccountId32',266 freeBalance: 'u128',267 },268 DustLost: {269 account: 'AccountId32',270 amount: 'u128',271 },272 Transfer: {273 from: 'AccountId32',274 to: 'AccountId32',275 amount: 'u128',276 },277 BalanceSet: {278 who: 'AccountId32',279 free: 'u128',280 },281 Reserved: {282 who: 'AccountId32',283 amount: 'u128',284 },285 Unreserved: {286 who: 'AccountId32',287 amount: 'u128',288 },289 ReserveRepatriated: {290 from: 'AccountId32',291 to: 'AccountId32',292 amount: 'u128',293 destinationStatus: 'FrameSupportTokensMiscBalanceStatus',294 },295 Deposit: {296 who: 'AccountId32',297 amount: 'u128',298 },299 Withdraw: {300 who: 'AccountId32',301 amount: 'u128',302 },303 Slashed: {304 who: 'AccountId32',305 amount: 'u128',306 },307 Minted: {308 who: 'AccountId32',309 amount: 'u128',310 },311 Burned: {312 who: 'AccountId32',313 amount: 'u128',314 },315 Suspended: {316 who: 'AccountId32',317 amount: 'u128',318 },319 Restored: {320 who: 'AccountId32',321 amount: 'u128',322 },323 Upgraded: {324 who: 'AccountId32',325 },326 Issued: {327 amount: 'u128',328 },329 Rescinded: {330 amount: 'u128',331 },332 Locked: {333 who: 'AccountId32',334 amount: 'u128',335 },336 Unlocked: {337 who: 'AccountId32',338 amount: 'u128',339 },340 Frozen: {341 who: 'AccountId32',342 amount: 'u128',343 },344 Thawed: {345 who: 'AccountId32',346 amount: 'u128'347 }348 }349 },350 351352353 FrameSupportTokensMiscBalanceStatus: {354 _enum: ['Free', 'Reserved']355 },356 357358359 PalletTransactionPaymentEvent: {360 _enum: {361 TransactionFeePaid: {362 who: 'AccountId32',363 actualFee: 'u128',364 tip: 'u128'365 }366 }367 },368 369370371 PalletTreasuryEvent: {372 _enum: {373 Proposed: {374 proposalIndex: 'u32',375 },376 Spending: {377 budgetRemaining: 'u128',378 },379 Awarded: {380 proposalIndex: 'u32',381 award: 'u128',382 account: 'AccountId32',383 },384 Rejected: {385 proposalIndex: 'u32',386 slashed: 'u128',387 },388 Burnt: {389 burntFunds: 'u128',390 },391 Rollover: {392 rolloverBalance: 'u128',393 },394 Deposit: {395 value: 'u128',396 },397 SpendApproved: {398 proposalIndex: 'u32',399 amount: 'u128',400 beneficiary: 'AccountId32',401 },402 UpdatedInactive: {403 reactivated: 'u128',404 deactivated: 'u128'405 }406 }407 },408 409410411 PalletSudoEvent: {412 _enum: {413 Sudid: {414 sudoResult: 'Result<Null, SpRuntimeDispatchError>',415 },416 KeyChanged: {417 oldSudoer: 'Option<AccountId32>',418 },419 SudoAsDone: {420 sudoResult: 'Result<Null, SpRuntimeDispatchError>'421 }422 }423 },424 425426427 OrmlVestingModuleEvent: {428 _enum: {429 VestingScheduleAdded: {430 from: 'AccountId32',431 to: 'AccountId32',432 vestingSchedule: 'OrmlVestingVestingSchedule',433 },434 Claimed: {435 who: 'AccountId32',436 amount: 'u128',437 },438 VestingSchedulesUpdated: {439 who: 'AccountId32'440 }441 }442 },443 444445446 OrmlVestingVestingSchedule: {447 start: 'u32',448 period: 'u32',449 periodCount: 'u32',450 perPeriod: 'Compact<u128>'451 },452 453454455 OrmlXtokensModuleEvent: {456 _enum: {457 TransferredMultiAssets: {458 sender: 'AccountId32',459 assets: 'StagingXcmV3MultiassetMultiAssets',460 fee: 'StagingXcmV3MultiAsset',461 dest: 'StagingXcmV3MultiLocation'462 }463 }464 },465 466467468 StagingXcmV3MultiassetMultiAssets: 'Vec<StagingXcmV3MultiAsset>',469 470471472 StagingXcmV3MultiAsset: {473 id: 'StagingXcmV3MultiassetAssetId',474 fun: 'StagingXcmV3MultiassetFungibility'475 },476 477478479 StagingXcmV3MultiassetAssetId: {480 _enum: {481 Concrete: 'StagingXcmV3MultiLocation',482 Abstract: '[u8;32]'483 }484 },485 486487488 StagingXcmV3MultiLocation: {489 parents: 'u8',490 interior: 'StagingXcmV3Junctions'491 },492 493494495 StagingXcmV3Junctions: {496 _enum: {497 Here: 'Null',498 X1: 'StagingXcmV3Junction',499 X2: '(StagingXcmV3Junction,StagingXcmV3Junction)',500 X3: '(StagingXcmV3Junction,StagingXcmV3Junction,StagingXcmV3Junction)',501 X4: '(StagingXcmV3Junction,StagingXcmV3Junction,StagingXcmV3Junction,StagingXcmV3Junction)',502 X5: '(StagingXcmV3Junction,StagingXcmV3Junction,StagingXcmV3Junction,StagingXcmV3Junction,StagingXcmV3Junction)',503 X6: '(StagingXcmV3Junction,StagingXcmV3Junction,StagingXcmV3Junction,StagingXcmV3Junction,StagingXcmV3Junction,StagingXcmV3Junction)',504 X7: '(StagingXcmV3Junction,StagingXcmV3Junction,StagingXcmV3Junction,StagingXcmV3Junction,StagingXcmV3Junction,StagingXcmV3Junction,StagingXcmV3Junction)',505 X8: '(StagingXcmV3Junction,StagingXcmV3Junction,StagingXcmV3Junction,StagingXcmV3Junction,StagingXcmV3Junction,StagingXcmV3Junction,StagingXcmV3Junction,StagingXcmV3Junction)'506 }507 },508 509510511 StagingXcmV3Junction: {512 _enum: {513 Parachain: 'Compact<u32>',514 AccountId32: {515 network: 'Option<StagingXcmV3JunctionNetworkId>',516 id: '[u8;32]',517 },518 AccountIndex64: {519 network: 'Option<StagingXcmV3JunctionNetworkId>',520 index: 'Compact<u64>',521 },522 AccountKey20: {523 network: 'Option<StagingXcmV3JunctionNetworkId>',524 key: '[u8;20]',525 },526 PalletInstance: 'u8',527 GeneralIndex: 'Compact<u128>',528 GeneralKey: {529 length: 'u8',530 data: '[u8;32]',531 },532 OnlyChild: 'Null',533 Plurality: {534 id: 'StagingXcmV3JunctionBodyId',535 part: 'StagingXcmV3JunctionBodyPart',536 },537 GlobalConsensus: 'StagingXcmV3JunctionNetworkId'538 }539 },540 541542543 StagingXcmV3JunctionNetworkId: {544 _enum: {545 ByGenesis: '[u8;32]',546 ByFork: {547 blockNumber: 'u64',548 blockHash: '[u8;32]',549 },550 Polkadot: 'Null',551 Kusama: 'Null',552 Westend: 'Null',553 Rococo: 'Null',554 Wococo: 'Null',555 Ethereum: {556 chainId: 'Compact<u64>',557 },558 BitcoinCore: 'Null',559 BitcoinCash: 'Null'560 }561 },562 563564565 StagingXcmV3JunctionBodyId: {566 _enum: {567 Unit: 'Null',568 Moniker: '[u8;4]',569 Index: 'Compact<u32>',570 Executive: 'Null',571 Technical: 'Null',572 Legislative: 'Null',573 Judicial: 'Null',574 Defense: 'Null',575 Administration: 'Null',576 Treasury: 'Null'577 }578 },579 580581582 StagingXcmV3JunctionBodyPart: {583 _enum: {584 Voice: 'Null',585 Members: {586 count: 'Compact<u32>',587 },588 Fraction: {589 nom: 'Compact<u32>',590 denom: 'Compact<u32>',591 },592 AtLeastProportion: {593 nom: 'Compact<u32>',594 denom: 'Compact<u32>',595 },596 MoreThanProportion: {597 nom: 'Compact<u32>',598 denom: 'Compact<u32>'599 }600 }601 },602 603604605 StagingXcmV3MultiassetFungibility: {606 _enum: {607 Fungible: 'Compact<u128>',608 NonFungible: 'StagingXcmV3MultiassetAssetInstance'609 }610 },611 612613614 StagingXcmV3MultiassetAssetInstance: {615 _enum: {616 Undefined: 'Null',617 Index: 'Compact<u128>',618 Array4: '[u8;4]',619 Array8: '[u8;8]',620 Array16: '[u8;16]',621 Array32: '[u8;32]'622 }623 },624 625626627 OrmlTokensModuleEvent: {628 _enum: {629 Endowed: {630 currencyId: 'PalletForeignAssetsAssetId',631 who: 'AccountId32',632 amount: 'u128',633 },634 DustLost: {635 currencyId: 'PalletForeignAssetsAssetId',636 who: 'AccountId32',637 amount: 'u128',638 },639 Transfer: {640 currencyId: 'PalletForeignAssetsAssetId',641 from: 'AccountId32',642 to: 'AccountId32',643 amount: 'u128',644 },645 Reserved: {646 currencyId: 'PalletForeignAssetsAssetId',647 who: 'AccountId32',648 amount: 'u128',649 },650 Unreserved: {651 currencyId: 'PalletForeignAssetsAssetId',652 who: 'AccountId32',653 amount: 'u128',654 },655 ReserveRepatriated: {656 currencyId: 'PalletForeignAssetsAssetId',657 from: 'AccountId32',658 to: 'AccountId32',659 amount: 'u128',660 status: 'FrameSupportTokensMiscBalanceStatus',661 },662 BalanceSet: {663 currencyId: 'PalletForeignAssetsAssetId',664 who: 'AccountId32',665 free: 'u128',666 reserved: 'u128',667 },668 TotalIssuanceSet: {669 currencyId: 'PalletForeignAssetsAssetId',670 amount: 'u128',671 },672 Withdrawn: {673 currencyId: 'PalletForeignAssetsAssetId',674 who: 'AccountId32',675 amount: 'u128',676 },677 Slashed: {678 currencyId: 'PalletForeignAssetsAssetId',679 who: 'AccountId32',680 freeAmount: 'u128',681 reservedAmount: 'u128',682 },683 Deposited: {684 currencyId: 'PalletForeignAssetsAssetId',685 who: 'AccountId32',686 amount: 'u128',687 },688 LockSet: {689 lockId: '[u8;8]',690 currencyId: 'PalletForeignAssetsAssetId',691 who: 'AccountId32',692 amount: 'u128',693 },694 LockRemoved: {695 lockId: '[u8;8]',696 currencyId: 'PalletForeignAssetsAssetId',697 who: 'AccountId32',698 },699 Locked: {700 currencyId: 'PalletForeignAssetsAssetId',701 who: 'AccountId32',702 amount: 'u128',703 },704 Unlocked: {705 currencyId: 'PalletForeignAssetsAssetId',706 who: 'AccountId32',707 amount: 'u128',708 },709 Issued: {710 currencyId: 'PalletForeignAssetsAssetId',711 amount: 'u128',712 },713 Rescinded: {714 currencyId: 'PalletForeignAssetsAssetId',715 amount: 'u128'716 }717 }718 },719 720721722 PalletForeignAssetsAssetId: {723 _enum: {724 ForeignAssetId: 'u32',725 NativeAssetId: 'PalletForeignAssetsNativeCurrency'726 }727 },728 729730731 PalletForeignAssetsNativeCurrency: {732 _enum: ['Here', 'Parent']733 },734 735736737 PalletIdentityEvent: {738 _enum: {739 IdentitySet: {740 who: 'AccountId32',741 },742 IdentityCleared: {743 who: 'AccountId32',744 deposit: 'u128',745 },746 IdentityKilled: {747 who: 'AccountId32',748 deposit: 'u128',749 },750 IdentitiesInserted: {751 amount: 'u32',752 },753 IdentitiesRemoved: {754 amount: 'u32',755 },756 JudgementRequested: {757 who: 'AccountId32',758 registrarIndex: 'u32',759 },760 JudgementUnrequested: {761 who: 'AccountId32',762 registrarIndex: 'u32',763 },764 JudgementGiven: {765 target: 'AccountId32',766 registrarIndex: 'u32',767 },768 RegistrarAdded: {769 registrarIndex: 'u32',770 },771 SubIdentityAdded: {772 sub: 'AccountId32',773 main: 'AccountId32',774 deposit: 'u128',775 },776 SubIdentityRemoved: {777 sub: 'AccountId32',778 main: 'AccountId32',779 deposit: 'u128',780 },781 SubIdentityRevoked: {782 sub: 'AccountId32',783 main: 'AccountId32',784 deposit: 'u128',785 },786 SubIdentitiesInserted: {787 amount: 'u32'788 }789 }790 },791 792793794 PalletPreimageEvent: {795 _enum: {796 Noted: {797 _alias: {798 hash_: 'hash',799 },800 hash_: 'H256',801 },802 Requested: {803 _alias: {804 hash_: 'hash',805 },806 hash_: 'H256',807 },808 Cleared: {809 _alias: {810 hash_: 'hash',811 },812 hash_: 'H256'813 }814 }815 },816 817818819 PalletDemocracyEvent: {820 _enum: {821 Proposed: {822 proposalIndex: 'u32',823 deposit: 'u128',824 },825 Tabled: {826 proposalIndex: 'u32',827 deposit: 'u128',828 },829 ExternalTabled: 'Null',830 Started: {831 refIndex: 'u32',832 threshold: 'PalletDemocracyVoteThreshold',833 },834 Passed: {835 refIndex: 'u32',836 },837 NotPassed: {838 refIndex: 'u32',839 },840 Cancelled: {841 refIndex: 'u32',842 },843 Delegated: {844 who: 'AccountId32',845 target: 'AccountId32',846 },847 Undelegated: {848 account: 'AccountId32',849 },850 Vetoed: {851 who: 'AccountId32',852 proposalHash: 'H256',853 until: 'u32',854 },855 Blacklisted: {856 proposalHash: 'H256',857 },858 Voted: {859 voter: 'AccountId32',860 refIndex: 'u32',861 vote: 'PalletDemocracyVoteAccountVote',862 },863 Seconded: {864 seconder: 'AccountId32',865 propIndex: 'u32',866 },867 ProposalCanceled: {868 propIndex: 'u32',869 },870 MetadataSet: {871 _alias: {872 hash_: 'hash',873 },874 owner: 'PalletDemocracyMetadataOwner',875 hash_: 'H256',876 },877 MetadataCleared: {878 _alias: {879 hash_: 'hash',880 },881 owner: 'PalletDemocracyMetadataOwner',882 hash_: 'H256',883 },884 MetadataTransferred: {885 _alias: {886 hash_: 'hash',887 },888 prevOwner: 'PalletDemocracyMetadataOwner',889 owner: 'PalletDemocracyMetadataOwner',890 hash_: 'H256'891 }892 }893 },894 895896897 PalletDemocracyVoteThreshold: {898 _enum: ['SuperMajorityApprove', 'SuperMajorityAgainst', 'SimpleMajority']899 },900 901902903 PalletDemocracyVoteAccountVote: {904 _enum: {905 Standard: {906 vote: 'Vote',907 balance: 'u128',908 },909 Split: {910 aye: 'u128',911 nay: 'u128'912 }913 }914 },915 916917918 PalletDemocracyMetadataOwner: {919 _enum: {920 External: 'Null',921 Proposal: 'u32',922 Referendum: 'u32'923 }924 },925 926927928 PalletCollectiveEvent: {929 _enum: {930 Proposed: {931 account: 'AccountId32',932 proposalIndex: 'u32',933 proposalHash: 'H256',934 threshold: 'u32',935 },936 Voted: {937 account: 'AccountId32',938 proposalHash: 'H256',939 voted: 'bool',940 yes: 'u32',941 no: 'u32',942 },943 Approved: {944 proposalHash: 'H256',945 },946 Disapproved: {947 proposalHash: 'H256',948 },949 Executed: {950 proposalHash: 'H256',951 result: 'Result<Null, SpRuntimeDispatchError>',952 },953 MemberExecuted: {954 proposalHash: 'H256',955 result: 'Result<Null, SpRuntimeDispatchError>',956 },957 Closed: {958 proposalHash: 'H256',959 yes: 'u32',960 no: 'u32'961 }962 }963 },964 965966967 PalletMembershipEvent: {968 _enum: ['MemberAdded', 'MemberRemoved', 'MembersSwapped', 'MembersReset', 'KeyChanged', 'Dummy']969 },970 971972973 PalletRankedCollectiveEvent: {974 _enum: {975 MemberAdded: {976 who: 'AccountId32',977 },978 RankChanged: {979 who: 'AccountId32',980 rank: 'u16',981 },982 MemberRemoved: {983 who: 'AccountId32',984 rank: 'u16',985 },986 Voted: {987 who: 'AccountId32',988 poll: 'u32',989 vote: 'PalletRankedCollectiveVoteRecord',990 tally: 'PalletRankedCollectiveTally'991 }992 }993 },994 995996997 PalletRankedCollectiveVoteRecord: {998 _enum: {999 Aye: 'u32',1000 Nay: 'u32'1001 }1002 },1003 100410051006 PalletRankedCollectiveTally: {1007 bareAyes: 'u32',1008 ayes: 'u32',1009 nays: 'u32'1010 },1011 101210131014 PalletReferendaEvent: {1015 _enum: {1016 Submitted: {1017 index: 'u32',1018 track: 'u16',1019 proposal: 'FrameSupportPreimagesBounded',1020 },1021 DecisionDepositPlaced: {1022 index: 'u32',1023 who: 'AccountId32',1024 amount: 'u128',1025 },1026 DecisionDepositRefunded: {1027 index: 'u32',1028 who: 'AccountId32',1029 amount: 'u128',1030 },1031 DepositSlashed: {1032 who: 'AccountId32',1033 amount: 'u128',1034 },1035 DecisionStarted: {1036 index: 'u32',1037 track: 'u16',1038 proposal: 'FrameSupportPreimagesBounded',1039 tally: 'PalletRankedCollectiveTally',1040 },1041 ConfirmStarted: {1042 index: 'u32',1043 },1044 ConfirmAborted: {1045 index: 'u32',1046 },1047 Confirmed: {1048 index: 'u32',1049 tally: 'PalletRankedCollectiveTally',1050 },1051 Approved: {1052 index: 'u32',1053 },1054 Rejected: {1055 index: 'u32',1056 tally: 'PalletRankedCollectiveTally',1057 },1058 TimedOut: {1059 index: 'u32',1060 tally: 'PalletRankedCollectiveTally',1061 },1062 Cancelled: {1063 index: 'u32',1064 tally: 'PalletRankedCollectiveTally',1065 },1066 Killed: {1067 index: 'u32',1068 tally: 'PalletRankedCollectiveTally',1069 },1070 SubmissionDepositRefunded: {1071 index: 'u32',1072 who: 'AccountId32',1073 amount: 'u128',1074 },1075 MetadataSet: {1076 _alias: {1077 hash_: 'hash',1078 },1079 index: 'u32',1080 hash_: 'H256',1081 },1082 MetadataCleared: {1083 _alias: {1084 hash_: 'hash',1085 },1086 index: 'u32',1087 hash_: 'H256'1088 }1089 }1090 },1091 109210931094 FrameSupportPreimagesBounded: {1095 _enum: {1096 Legacy: {1097 _alias: {1098 hash_: 'hash',1099 },1100 hash_: 'H256',1101 },1102 Inline: 'Bytes',1103 Lookup: {1104 _alias: {1105 hash_: 'hash',1106 },1107 hash_: 'H256',1108 len: 'u32'1109 }1110 }1111 },1112 111311141115 FrameSystemCall: {1116 _enum: {1117 remark: {1118 remark: 'Bytes',1119 },1120 set_heap_pages: {1121 pages: 'u64',1122 },1123 set_code: {1124 code: 'Bytes',1125 },1126 set_code_without_checks: {1127 code: 'Bytes',1128 },1129 set_storage: {1130 items: 'Vec<(Bytes,Bytes)>',1131 },1132 kill_storage: {1133 _alias: {1134 keys_: 'keys',1135 },1136 keys_: 'Vec<Bytes>',1137 },1138 kill_prefix: {1139 prefix: 'Bytes',1140 subkeys: 'u32',1141 },1142 remark_with_event: {1143 remark: 'Bytes'1144 }1145 }1146 },1147 114811491150 PalletStateTrieMigrationCall: {1151 _enum: {1152 control_auto_migration: {1153 maybeConfig: 'Option<PalletStateTrieMigrationMigrationLimits>',1154 },1155 continue_migrate: {1156 limits: 'PalletStateTrieMigrationMigrationLimits',1157 realSizeUpper: 'u32',1158 witnessTask: 'PalletStateTrieMigrationMigrationTask',1159 },1160 migrate_custom_top: {1161 _alias: {1162 keys_: 'keys',1163 },1164 keys_: 'Vec<Bytes>',1165 witnessSize: 'u32',1166 },1167 migrate_custom_child: {1168 root: 'Bytes',1169 childKeys: 'Vec<Bytes>',1170 totalSize: 'u32',1171 },1172 set_signed_max_limits: {1173 limits: 'PalletStateTrieMigrationMigrationLimits',1174 },1175 force_set_progress: {1176 progressTop: 'PalletStateTrieMigrationProgress',1177 progressChild: 'PalletStateTrieMigrationProgress'1178 }1179 }1180 },1181 118211831184 PalletStateTrieMigrationMigrationLimits: {1185 _alias: {1186 size_: 'size'1187 },1188 size_: 'u32',1189 item: 'u32'1190 },1191 119211931194 PalletStateTrieMigrationMigrationTask: {1195 _alias: {1196 size_: 'size'1197 },1198 progressTop: 'PalletStateTrieMigrationProgress',1199 progressChild: 'PalletStateTrieMigrationProgress',1200 size_: 'u32',1201 topItems: 'u32',1202 childItems: 'u32'1203 },1204 120512061207 PalletStateTrieMigrationProgress: {1208 _enum: {1209 ToStart: 'Null',1210 LastKey: 'Bytes',1211 Complete: 'Null'1212 }1213 },1214 121512161217 CumulusPalletParachainSystemCall: {1218 _enum: {1219 set_validation_data: {1220 data: 'CumulusPrimitivesParachainInherentParachainInherentData',1221 },1222 sudo_send_upward_message: {1223 message: 'Bytes',1224 },1225 authorize_upgrade: {1226 codeHash: 'H256',1227 checkVersion: 'bool',1228 },1229 enact_authorized_upgrade: {1230 code: 'Bytes'1231 }1232 }1233 },1234 123512361237 CumulusPrimitivesParachainInherentParachainInherentData: {1238 validationData: 'PolkadotPrimitivesV5PersistedValidationData',1239 relayChainState: 'SpTrieStorageProof',1240 downwardMessages: 'Vec<PolkadotCorePrimitivesInboundDownwardMessage>',1241 horizontalMessages: 'BTreeMap<u32, Vec<PolkadotCorePrimitivesInboundHrmpMessage>>'1242 },1243 124412451246 PolkadotPrimitivesV5PersistedValidationData: {1247 parentHead: 'Bytes',1248 relayParentNumber: 'u32',1249 relayParentStorageRoot: 'H256',1250 maxPovSize: 'u32'1251 },1252 125312541255 SpTrieStorageProof: {1256 trieNodes: 'BTreeSet<Bytes>'1257 },1258 125912601261 PolkadotCorePrimitivesInboundDownwardMessage: {1262 sentAt: 'u32',1263 msg: 'Bytes'1264 },1265 126612671268 PolkadotCorePrimitivesInboundHrmpMessage: {1269 sentAt: 'u32',1270 data: 'Bytes'1271 },1272 127312741275 ParachainInfoCall: 'Null',1276 127712781279 PalletCollatorSelectionCall: {1280 _enum: {1281 add_invulnerable: {1282 _alias: {1283 new_: 'new',1284 },1285 new_: 'AccountId32',1286 },1287 remove_invulnerable: {1288 who: 'AccountId32',1289 },1290 get_license: 'Null',1291 onboard: 'Null',1292 offboard: 'Null',1293 release_license: 'Null',1294 force_release_license: {1295 who: 'AccountId32'1296 }1297 }1298 },1299 130013011302 PalletSessionCall: {1303 _enum: {1304 set_keys: {1305 _alias: {1306 keys_: 'keys',1307 },1308 keys_: 'OpalRuntimeRuntimeCommonSessionKeys',1309 proof: 'Bytes',1310 },1311 purge_keys: 'Null'1312 }1313 },1314 131513161317 OpalRuntimeRuntimeCommonSessionKeys: {1318 aura: 'SpConsensusAuraSr25519AppSr25519Public'1319 },1320 132113221323 SpConsensusAuraSr25519AppSr25519Public: 'SpCoreSr25519Public',1324 132513261327 SpCoreSr25519Public: '[u8;32]',1328 132913301331 PalletBalancesCall: {1332 _enum: {1333 transfer_allow_death: {1334 dest: 'MultiAddress',1335 value: 'Compact<u128>',1336 },1337 set_balance_deprecated: {1338 who: 'MultiAddress',1339 newFree: 'Compact<u128>',1340 oldReserved: 'Compact<u128>',1341 },1342 force_transfer: {1343 source: 'MultiAddress',1344 dest: 'MultiAddress',1345 value: 'Compact<u128>',1346 },1347 transfer_keep_alive: {1348 dest: 'MultiAddress',1349 value: 'Compact<u128>',1350 },1351 transfer_all: {1352 dest: 'MultiAddress',1353 keepAlive: 'bool',1354 },1355 force_unreserve: {1356 who: 'MultiAddress',1357 amount: 'u128',1358 },1359 upgrade_accounts: {1360 who: 'Vec<AccountId32>',1361 },1362 transfer: {1363 dest: 'MultiAddress',1364 value: 'Compact<u128>',1365 },1366 force_set_balance: {1367 who: 'MultiAddress',1368 newFree: 'Compact<u128>'1369 }1370 }1371 },1372 137313741375 PalletTimestampCall: {1376 _enum: {1377 set: {1378 now: 'Compact<u64>'1379 }1380 }1381 },1382 138313841385 PalletTreasuryCall: {1386 _enum: {1387 propose_spend: {1388 value: 'Compact<u128>',1389 beneficiary: 'MultiAddress',1390 },1391 reject_proposal: {1392 proposalId: 'Compact<u32>',1393 },1394 approve_proposal: {1395 proposalId: 'Compact<u32>',1396 },1397 spend: {1398 amount: 'Compact<u128>',1399 beneficiary: 'MultiAddress',1400 },1401 remove_approval: {1402 proposalId: 'Compact<u32>'1403 }1404 }1405 },1406 140714081409 PalletSudoCall: {1410 _enum: {1411 sudo: {1412 call: 'Call',1413 },1414 sudo_unchecked_weight: {1415 call: 'Call',1416 weight: 'SpWeightsWeightV2Weight',1417 },1418 set_key: {1419 _alias: {1420 new_: 'new',1421 },1422 new_: 'MultiAddress',1423 },1424 sudo_as: {1425 who: 'MultiAddress',1426 call: 'Call'1427 }1428 }1429 },1430 143114321433 OrmlVestingModuleCall: {1434 _enum: {1435 claim: 'Null',1436 vested_transfer: {1437 dest: 'MultiAddress',1438 schedule: 'OrmlVestingVestingSchedule',1439 },1440 update_vesting_schedules: {1441 who: 'MultiAddress',1442 vestingSchedules: 'Vec<OrmlVestingVestingSchedule>',1443 },1444 claim_for: {1445 dest: 'MultiAddress'1446 }1447 }1448 },1449 145014511452 OrmlXtokensModuleCall: {1453 _enum: {1454 transfer: {1455 currencyId: 'PalletForeignAssetsAssetId',1456 amount: 'u128',1457 dest: 'StagingXcmVersionedMultiLocation',1458 destWeightLimit: 'StagingXcmV3WeightLimit',1459 },1460 transfer_multiasset: {1461 asset: 'StagingXcmVersionedMultiAsset',1462 dest: 'StagingXcmVersionedMultiLocation',1463 destWeightLimit: 'StagingXcmV3WeightLimit',1464 },1465 transfer_with_fee: {1466 currencyId: 'PalletForeignAssetsAssetId',1467 amount: 'u128',1468 fee: 'u128',1469 dest: 'StagingXcmVersionedMultiLocation',1470 destWeightLimit: 'StagingXcmV3WeightLimit',1471 },1472 transfer_multiasset_with_fee: {1473 asset: 'StagingXcmVersionedMultiAsset',1474 fee: 'StagingXcmVersionedMultiAsset',1475 dest: 'StagingXcmVersionedMultiLocation',1476 destWeightLimit: 'StagingXcmV3WeightLimit',1477 },1478 transfer_multicurrencies: {1479 currencies: 'Vec<(PalletForeignAssetsAssetId,u128)>',1480 feeItem: 'u32',1481 dest: 'StagingXcmVersionedMultiLocation',1482 destWeightLimit: 'StagingXcmV3WeightLimit',1483 },1484 transfer_multiassets: {1485 assets: 'StagingXcmVersionedMultiAssets',1486 feeItem: 'u32',1487 dest: 'StagingXcmVersionedMultiLocation',1488 destWeightLimit: 'StagingXcmV3WeightLimit'1489 }1490 }1491 },1492 149314941495 StagingXcmVersionedMultiLocation: {1496 _enum: {1497 __Unused0: 'Null',1498 V2: 'StagingXcmV2MultiLocation',1499 __Unused2: 'Null',1500 V3: 'StagingXcmV3MultiLocation'1501 }1502 },1503 150415051506 StagingXcmV2MultiLocation: {1507 parents: 'u8',1508 interior: 'StagingXcmV2MultilocationJunctions'1509 },1510 151115121513 StagingXcmV2MultilocationJunctions: {1514 _enum: {1515 Here: 'Null',1516 X1: 'StagingXcmV2Junction',1517 X2: '(StagingXcmV2Junction,StagingXcmV2Junction)',1518 X3: '(StagingXcmV2Junction,StagingXcmV2Junction,StagingXcmV2Junction)',1519 X4: '(StagingXcmV2Junction,StagingXcmV2Junction,StagingXcmV2Junction,StagingXcmV2Junction)',1520 X5: '(StagingXcmV2Junction,StagingXcmV2Junction,StagingXcmV2Junction,StagingXcmV2Junction,StagingXcmV2Junction)',1521 X6: '(StagingXcmV2Junction,StagingXcmV2Junction,StagingXcmV2Junction,StagingXcmV2Junction,StagingXcmV2Junction,StagingXcmV2Junction)',1522 X7: '(StagingXcmV2Junction,StagingXcmV2Junction,StagingXcmV2Junction,StagingXcmV2Junction,StagingXcmV2Junction,StagingXcmV2Junction,StagingXcmV2Junction)',1523 X8: '(StagingXcmV2Junction,StagingXcmV2Junction,StagingXcmV2Junction,StagingXcmV2Junction,StagingXcmV2Junction,StagingXcmV2Junction,StagingXcmV2Junction,StagingXcmV2Junction)'1524 }1525 },1526 152715281529 StagingXcmV2Junction: {1530 _enum: {1531 Parachain: 'Compact<u32>',1532 AccountId32: {1533 network: 'StagingXcmV2NetworkId',1534 id: '[u8;32]',1535 },1536 AccountIndex64: {1537 network: 'StagingXcmV2NetworkId',1538 index: 'Compact<u64>',1539 },1540 AccountKey20: {1541 network: 'StagingXcmV2NetworkId',1542 key: '[u8;20]',1543 },1544 PalletInstance: 'u8',1545 GeneralIndex: 'Compact<u128>',1546 GeneralKey: 'Bytes',1547 OnlyChild: 'Null',1548 Plurality: {1549 id: 'StagingXcmV2BodyId',1550 part: 'StagingXcmV2BodyPart'1551 }1552 }1553 },1554 155515561557 StagingXcmV2NetworkId: {1558 _enum: {1559 Any: 'Null',1560 Named: 'Bytes',1561 Polkadot: 'Null',1562 Kusama: 'Null'1563 }1564 },1565 156615671568 StagingXcmV2BodyId: {1569 _enum: {1570 Unit: 'Null',1571 Named: 'Bytes',1572 Index: 'Compact<u32>',1573 Executive: 'Null',1574 Technical: 'Null',1575 Legislative: 'Null',1576 Judicial: 'Null',1577 Defense: 'Null',1578 Administration: 'Null',1579 Treasury: 'Null'1580 }1581 },1582 158315841585 StagingXcmV2BodyPart: {1586 _enum: {1587 Voice: 'Null',1588 Members: {1589 count: 'Compact<u32>',1590 },1591 Fraction: {1592 nom: 'Compact<u32>',1593 denom: 'Compact<u32>',1594 },1595 AtLeastProportion: {1596 nom: 'Compact<u32>',1597 denom: 'Compact<u32>',1598 },1599 MoreThanProportion: {1600 nom: 'Compact<u32>',1601 denom: 'Compact<u32>'1602 }1603 }1604 },1605 160616071608 StagingXcmV3WeightLimit: {1609 _enum: {1610 Unlimited: 'Null',1611 Limited: 'SpWeightsWeightV2Weight'1612 }1613 },1614 161516161617 StagingXcmVersionedMultiAsset: {1618 _enum: {1619 __Unused0: 'Null',1620 V2: 'StagingXcmV2MultiAsset',1621 __Unused2: 'Null',1622 V3: 'StagingXcmV3MultiAsset'1623 }1624 },1625 162616271628 StagingXcmV2MultiAsset: {1629 id: 'StagingXcmV2MultiassetAssetId',1630 fun: 'StagingXcmV2MultiassetFungibility'1631 },1632 163316341635 StagingXcmV2MultiassetAssetId: {1636 _enum: {1637 Concrete: 'StagingXcmV2MultiLocation',1638 Abstract: 'Bytes'1639 }1640 },1641 164216431644 StagingXcmV2MultiassetFungibility: {1645 _enum: {1646 Fungible: 'Compact<u128>',1647 NonFungible: 'StagingXcmV2MultiassetAssetInstance'1648 }1649 },1650 165116521653 StagingXcmV2MultiassetAssetInstance: {1654 _enum: {1655 Undefined: 'Null',1656 Index: 'Compact<u128>',1657 Array4: '[u8;4]',1658 Array8: '[u8;8]',1659 Array16: '[u8;16]',1660 Array32: '[u8;32]',1661 Blob: 'Bytes'1662 }1663 },1664 166516661667 StagingXcmVersionedMultiAssets: {1668 _enum: {1669 __Unused0: 'Null',1670 V2: 'StagingXcmV2MultiassetMultiAssets',1671 __Unused2: 'Null',1672 V3: 'StagingXcmV3MultiassetMultiAssets'1673 }1674 },1675 167616771678 StagingXcmV2MultiassetMultiAssets: 'Vec<StagingXcmV2MultiAsset>',1679 168016811682 OrmlTokensModuleCall: {1683 _enum: {1684 transfer: {1685 dest: 'MultiAddress',1686 currencyId: 'PalletForeignAssetsAssetId',1687 amount: 'Compact<u128>',1688 },1689 transfer_all: {1690 dest: 'MultiAddress',1691 currencyId: 'PalletForeignAssetsAssetId',1692 keepAlive: 'bool',1693 },1694 transfer_keep_alive: {1695 dest: 'MultiAddress',1696 currencyId: 'PalletForeignAssetsAssetId',1697 amount: 'Compact<u128>',1698 },1699 force_transfer: {1700 source: 'MultiAddress',1701 dest: 'MultiAddress',1702 currencyId: 'PalletForeignAssetsAssetId',1703 amount: 'Compact<u128>',1704 },1705 set_balance: {1706 who: 'MultiAddress',1707 currencyId: 'PalletForeignAssetsAssetId',1708 newFree: 'Compact<u128>',1709 newReserved: 'Compact<u128>'1710 }1711 }1712 },1713 171417151716 PalletIdentityCall: {1717 _enum: {1718 add_registrar: {1719 account: 'MultiAddress',1720 },1721 set_identity: {1722 info: 'PalletIdentityIdentityInfo',1723 },1724 set_subs: {1725 subs: 'Vec<(AccountId32,Data)>',1726 },1727 clear_identity: 'Null',1728 request_judgement: {1729 regIndex: 'Compact<u32>',1730 maxFee: 'Compact<u128>',1731 },1732 cancel_request: {1733 regIndex: 'u32',1734 },1735 set_fee: {1736 index: 'Compact<u32>',1737 fee: 'Compact<u128>',1738 },1739 set_account_id: {1740 _alias: {1741 new_: 'new',1742 },1743 index: 'Compact<u32>',1744 new_: 'MultiAddress',1745 },1746 set_fields: {1747 index: 'Compact<u32>',1748 fields: 'PalletIdentityBitFlags',1749 },1750 provide_judgement: {1751 regIndex: 'Compact<u32>',1752 target: 'MultiAddress',1753 judgement: 'PalletIdentityJudgement',1754 identity: 'H256',1755 },1756 kill_identity: {1757 target: 'MultiAddress',1758 },1759 add_sub: {1760 sub: 'MultiAddress',1761 data: 'Data',1762 },1763 rename_sub: {1764 sub: 'MultiAddress',1765 data: 'Data',1766 },1767 remove_sub: {1768 sub: 'MultiAddress',1769 },1770 quit_sub: 'Null',1771 force_insert_identities: {1772 identities: 'Vec<(AccountId32,PalletIdentityRegistration)>',1773 },1774 force_remove_identities: {1775 identities: 'Vec<AccountId32>',1776 },1777 force_set_subs: {1778 subs: 'Vec<(AccountId32,(u128,Vec<(AccountId32,Data)>))>'1779 }1780 }1781 },1782 178317841785 PalletIdentityIdentityInfo: {1786 additional: 'Vec<(Data,Data)>',1787 display: 'Data',1788 legal: 'Data',1789 web: 'Data',1790 riot: 'Data',1791 email: 'Data',1792 pgpFingerprint: 'Option<[u8;20]>',1793 image: 'Data',1794 twitter: 'Data'1795 },1796 179717981799 PalletIdentityBitFlags: {1800 _bitLength: 64,1801 Display: 1,1802 Legal: 2,1803 Web: 4,1804 Riot: 8,1805 Email: 16,1806 PgpFingerprint: 32,1807 Image: 64,1808 Twitter: 1281809 },1810 181118121813 PalletIdentityIdentityField: {1814 _enum: ['__Unused0', 'Display', 'Legal', '__Unused3', 'Web', '__Unused5', '__Unused6', '__Unused7', 'Riot', '__Unused9', '__Unused10', '__Unused11', '__Unused12', '__Unused13', '__Unused14', '__Unused15', 'Email', '__Unused17', '__Unused18', '__Unused19', '__Unused20', '__Unused21', '__Unused22', '__Unused23', '__Unused24', '__Unused25', '__Unused26', '__Unused27', '__Unused28', '__Unused29', '__Unused30', '__Unused31', 'PgpFingerprint', '__Unused33', '__Unused34', '__Unused35', '__Unused36', '__Unused37', '__Unused38', '__Unused39', '__Unused40', '__Unused41', '__Unused42', '__Unused43', '__Unused44', '__Unused45', '__Unused46', '__Unused47', '__Unused48', '__Unused49', '__Unused50', '__Unused51', '__Unused52', '__Unused53', '__Unused54', '__Unused55', '__Unused56', '__Unused57', '__Unused58', '__Unused59', '__Unused60', '__Unused61', '__Unused62', '__Unused63', 'Image', '__Unused65', '__Unused66', '__Unused67', '__Unused68', '__Unused69', '__Unused70', '__Unused71', '__Unused72', '__Unused73', '__Unused74', '__Unused75', '__Unused76', '__Unused77', '__Unused78', '__Unused79', '__Unused80', '__Unused81', '__Unused82', '__Unused83', '__Unused84', '__Unused85', '__Unused86', '__Unused87', '__Unused88', '__Unused89', '__Unused90', '__Unused91', '__Unused92', '__Unused93', '__Unused94', '__Unused95', '__Unused96', '__Unused97', '__Unused98', '__Unused99', '__Unused100', '__Unused101', '__Unused102', '__Unused103', '__Unused104', '__Unused105', '__Unused106', '__Unused107', '__Unused108', '__Unused109', '__Unused110', '__Unused111', '__Unused112', '__Unused113', '__Unused114', '__Unused115', '__Unused116', '__Unused117', '__Unused118', '__Unused119', '__Unused120', '__Unused121', '__Unused122', '__Unused123', '__Unused124', '__Unused125', '__Unused126', '__Unused127', 'Twitter']1815 },1816 181718181819 PalletIdentityJudgement: {1820 _enum: {1821 Unknown: 'Null',1822 FeePaid: 'u128',1823 Reasonable: 'Null',1824 KnownGood: 'Null',1825 OutOfDate: 'Null',1826 LowQuality: 'Null',1827 Erroneous: 'Null'1828 }1829 },1830 183118321833 PalletIdentityRegistration: {1834 judgements: 'Vec<(u32,PalletIdentityJudgement)>',1835 deposit: 'u128',1836 info: 'PalletIdentityIdentityInfo'1837 },1838 183918401841 PalletPreimageCall: {1842 _enum: {1843 note_preimage: {1844 bytes: 'Bytes',1845 },1846 unnote_preimage: {1847 _alias: {1848 hash_: 'hash',1849 },1850 hash_: 'H256',1851 },1852 request_preimage: {1853 _alias: {1854 hash_: 'hash',1855 },1856 hash_: 'H256',1857 },1858 unrequest_preimage: {1859 _alias: {1860 hash_: 'hash',1861 },1862 hash_: 'H256'1863 }1864 }1865 },1866 186718681869 PalletDemocracyCall: {1870 _enum: {1871 propose: {1872 proposal: 'FrameSupportPreimagesBounded',1873 value: 'Compact<u128>',1874 },1875 second: {1876 proposal: 'Compact<u32>',1877 },1878 vote: {1879 refIndex: 'Compact<u32>',1880 vote: 'PalletDemocracyVoteAccountVote',1881 },1882 emergency_cancel: {1883 refIndex: 'u32',1884 },1885 external_propose: {1886 proposal: 'FrameSupportPreimagesBounded',1887 },1888 external_propose_majority: {1889 proposal: 'FrameSupportPreimagesBounded',1890 },1891 external_propose_default: {1892 proposal: 'FrameSupportPreimagesBounded',1893 },1894 fast_track: {1895 proposalHash: 'H256',1896 votingPeriod: 'u32',1897 delay: 'u32',1898 },1899 veto_external: {1900 proposalHash: 'H256',1901 },1902 cancel_referendum: {1903 refIndex: 'Compact<u32>',1904 },1905 delegate: {1906 to: 'MultiAddress',1907 conviction: 'PalletDemocracyConviction',1908 balance: 'u128',1909 },1910 undelegate: 'Null',1911 clear_public_proposals: 'Null',1912 unlock: {1913 target: 'MultiAddress',1914 },1915 remove_vote: {1916 index: 'u32',1917 },1918 remove_other_vote: {1919 target: 'MultiAddress',1920 index: 'u32',1921 },1922 blacklist: {1923 proposalHash: 'H256',1924 maybeRefIndex: 'Option<u32>',1925 },1926 cancel_proposal: {1927 propIndex: 'Compact<u32>',1928 },1929 set_metadata: {1930 owner: 'PalletDemocracyMetadataOwner',1931 maybeHash: 'Option<H256>'1932 }1933 }1934 },1935 193619371938 PalletDemocracyConviction: {1939 _enum: ['None', 'Locked1x', 'Locked2x', 'Locked3x', 'Locked4x', 'Locked5x', 'Locked6x']1940 },1941 194219431944 PalletCollectiveCall: {1945 _enum: {1946 set_members: {1947 newMembers: 'Vec<AccountId32>',1948 prime: 'Option<AccountId32>',1949 oldCount: 'u32',1950 },1951 execute: {1952 proposal: 'Call',1953 lengthBound: 'Compact<u32>',1954 },1955 propose: {1956 threshold: 'Compact<u32>',1957 proposal: 'Call',1958 lengthBound: 'Compact<u32>',1959 },1960 vote: {1961 proposal: 'H256',1962 index: 'Compact<u32>',1963 approve: 'bool',1964 },1965 __Unused4: 'Null',1966 disapprove_proposal: {1967 proposalHash: 'H256',1968 },1969 close: {1970 proposalHash: 'H256',1971 index: 'Compact<u32>',1972 proposalWeightBound: 'SpWeightsWeightV2Weight',1973 lengthBound: 'Compact<u32>'1974 }1975 }1976 },1977 197819791980 PalletMembershipCall: {1981 _enum: {1982 add_member: {1983 who: 'MultiAddress',1984 },1985 remove_member: {1986 who: 'MultiAddress',1987 },1988 swap_member: {1989 remove: 'MultiAddress',1990 add: 'MultiAddress',1991 },1992 reset_members: {1993 members: 'Vec<AccountId32>',1994 },1995 change_key: {1996 _alias: {1997 new_: 'new',1998 },1999 new_: 'MultiAddress',2000 },2001 set_prime: {2002 who: 'MultiAddress',2003 },2004 clear_prime: 'Null'2005 }2006 },2007 200820092010 PalletRankedCollectiveCall: {2011 _enum: {2012 add_member: {2013 who: 'MultiAddress',2014 },2015 promote_member: {2016 who: 'MultiAddress',2017 },2018 demote_member: {2019 who: 'MultiAddress',2020 },2021 remove_member: {2022 who: 'MultiAddress',2023 minRank: 'u16',2024 },2025 vote: {2026 poll: 'u32',2027 aye: 'bool',2028 },2029 cleanup_poll: {2030 pollIndex: 'u32',2031 max: 'u32'2032 }2033 }2034 },2035 203620372038 PalletReferendaCall: {2039 _enum: {2040 submit: {2041 proposalOrigin: 'OpalRuntimeOriginCaller',2042 proposal: 'FrameSupportPreimagesBounded',2043 enactmentMoment: 'FrameSupportScheduleDispatchTime',2044 },2045 place_decision_deposit: {2046 index: 'u32',2047 },2048 refund_decision_deposit: {2049 index: 'u32',2050 },2051 cancel: {2052 index: 'u32',2053 },2054 kill: {2055 index: 'u32',2056 },2057 nudge_referendum: {2058 index: 'u32',2059 },2060 one_fewer_deciding: {2061 track: 'u16',2062 },2063 refund_submission_deposit: {2064 index: 'u32',2065 },2066 set_metadata: {2067 index: 'u32',2068 maybeHash: 'Option<H256>'2069 }2070 }2071 },2072 207320742075 OpalRuntimeOriginCaller: {2076 _enum: {2077 system: 'FrameSupportDispatchRawOrigin',2078 __Unused1: 'Null',2079 __Unused2: 'Null',2080 __Unused3: 'Null',2081 __Unused4: 'Null',2082 __Unused5: 'Null',2083 __Unused6: 'Null',2084 Void: 'SpCoreVoid',2085 __Unused8: 'Null',2086 __Unused9: 'Null',2087 __Unused10: 'Null',2088 __Unused11: 'Null',2089 __Unused12: 'Null',2090 __Unused13: 'Null',2091 __Unused14: 'Null',2092 __Unused15: 'Null',2093 __Unused16: 'Null',2094 __Unused17: 'Null',2095 __Unused18: 'Null',2096 __Unused19: 'Null',2097 __Unused20: 'Null',2098 __Unused21: 'Null',2099 __Unused22: 'Null',2100 __Unused23: 'Null',2101 __Unused24: 'Null',2102 __Unused25: 'Null',2103 __Unused26: 'Null',2104 __Unused27: 'Null',2105 __Unused28: 'Null',2106 __Unused29: 'Null',2107 __Unused30: 'Null',2108 __Unused31: 'Null',2109 __Unused32: 'Null',2110 __Unused33: 'Null',2111 __Unused34: 'Null',2112 __Unused35: 'Null',2113 __Unused36: 'Null',2114 __Unused37: 'Null',2115 __Unused38: 'Null',2116 __Unused39: 'Null',2117 __Unused40: 'Null',2118 __Unused41: 'Null',2119 __Unused42: 'Null',2120 Council: 'PalletCollectiveRawOrigin',2121 TechnicalCommittee: 'PalletCollectiveRawOrigin',2122 __Unused45: 'Null',2123 __Unused46: 'Null',2124 __Unused47: 'Null',2125 __Unused48: 'Null',2126 __Unused49: 'Null',2127 __Unused50: 'Null',2128 PolkadotXcm: 'PalletXcmOrigin',2129 CumulusXcm: 'CumulusPalletXcmOrigin',2130 __Unused53: 'Null',2131 __Unused54: 'Null',2132 __Unused55: 'Null',2133 __Unused56: 'Null',2134 __Unused57: 'Null',2135 __Unused58: 'Null',2136 __Unused59: 'Null',2137 __Unused60: 'Null',2138 __Unused61: 'Null',2139 __Unused62: 'Null',2140 __Unused63: 'Null',2141 __Unused64: 'Null',2142 __Unused65: 'Null',2143 __Unused66: 'Null',2144 __Unused67: 'Null',2145 __Unused68: 'Null',2146 __Unused69: 'Null',2147 __Unused70: 'Null',2148 __Unused71: 'Null',2149 __Unused72: 'Null',2150 __Unused73: 'Null',2151 __Unused74: 'Null',2152 __Unused75: 'Null',2153 __Unused76: 'Null',2154 __Unused77: 'Null',2155 __Unused78: 'Null',2156 __Unused79: 'Null',2157 __Unused80: 'Null',2158 __Unused81: 'Null',2159 __Unused82: 'Null',2160 __Unused83: 'Null',2161 __Unused84: 'Null',2162 __Unused85: 'Null',2163 __Unused86: 'Null',2164 __Unused87: 'Null',2165 __Unused88: 'Null',2166 __Unused89: 'Null',2167 __Unused90: 'Null',2168 __Unused91: 'Null',2169 __Unused92: 'Null',2170 __Unused93: 'Null',2171 __Unused94: 'Null',2172 __Unused95: 'Null',2173 __Unused96: 'Null',2174 __Unused97: 'Null',2175 __Unused98: 'Null',2176 Origins: 'PalletGovOriginsOrigin',2177 __Unused100: 'Null',2178 Ethereum: 'PalletEthereumRawOrigin'2179 }2180 },2181 218221832184 FrameSupportDispatchRawOrigin: {2185 _enum: {2186 Root: 'Null',2187 Signed: 'AccountId32',2188 None: 'Null'2189 }2190 },2191 219221932194 PalletCollectiveRawOrigin: {2195 _enum: {2196 Members: '(u32,u32)',2197 Member: 'AccountId32',2198 _Phantom: 'Null'2199 }2200 },2201 220222032204 PalletGovOriginsOrigin: {2205 _enum: ['FellowshipProposition']2206 },2207 220822092210 PalletXcmOrigin: {2211 _enum: {2212 Xcm: 'StagingXcmV3MultiLocation',2213 Response: 'StagingXcmV3MultiLocation'2214 }2215 },2216 221722182219 CumulusPalletXcmOrigin: {2220 _enum: {2221 Relay: 'Null',2222 SiblingParachain: 'u32'2223 }2224 },2225 222622272228 PalletEthereumRawOrigin: {2229 _enum: {2230 EthereumTransaction: 'H160'2231 }2232 },2233 223422352236 SpCoreVoid: 'Null',2237 223822392240 FrameSupportScheduleDispatchTime: {2241 _enum: {2242 At: 'u32',2243 After: 'u32'2244 }2245 },2246 224722482249 PalletSchedulerCall: {2250 _enum: {2251 schedule: {2252 when: 'u32',2253 maybePeriodic: 'Option<(u32,u32)>',2254 priority: 'u8',2255 call: 'Call',2256 },2257 cancel: {2258 when: 'u32',2259 index: 'u32',2260 },2261 schedule_named: {2262 id: '[u8;32]',2263 when: 'u32',2264 maybePeriodic: 'Option<(u32,u32)>',2265 priority: 'u8',2266 call: 'Call',2267 },2268 cancel_named: {2269 id: '[u8;32]',2270 },2271 schedule_after: {2272 after: 'u32',2273 maybePeriodic: 'Option<(u32,u32)>',2274 priority: 'u8',2275 call: 'Call',2276 },2277 schedule_named_after: {2278 id: '[u8;32]',2279 after: 'u32',2280 maybePeriodic: 'Option<(u32,u32)>',2281 priority: 'u8',2282 call: 'Call'2283 }2284 }2285 },2286 228722882289 CumulusPalletXcmpQueueCall: {2290 _enum: {2291 service_overweight: {2292 index: 'u64',2293 weightLimit: 'SpWeightsWeightV2Weight',2294 },2295 suspend_xcm_execution: 'Null',2296 resume_xcm_execution: 'Null',2297 update_suspend_threshold: {2298 _alias: {2299 new_: 'new',2300 },2301 new_: 'u32',2302 },2303 update_drop_threshold: {2304 _alias: {2305 new_: 'new',2306 },2307 new_: 'u32',2308 },2309 update_resume_threshold: {2310 _alias: {2311 new_: 'new',2312 },2313 new_: 'u32',2314 },2315 update_threshold_weight: {2316 _alias: {2317 new_: 'new',2318 },2319 new_: 'SpWeightsWeightV2Weight',2320 },2321 update_weight_restrict_decay: {2322 _alias: {2323 new_: 'new',2324 },2325 new_: 'SpWeightsWeightV2Weight',2326 },2327 update_xcmp_max_individual_weight: {2328 _alias: {2329 new_: 'new',2330 },2331 new_: 'SpWeightsWeightV2Weight'2332 }2333 }2334 },2335 233623372338 PalletXcmCall: {2339 _enum: {2340 send: {2341 dest: 'StagingXcmVersionedMultiLocation',2342 message: 'StagingXcmVersionedXcm',2343 },2344 teleport_assets: {2345 dest: 'StagingXcmVersionedMultiLocation',2346 beneficiary: 'StagingXcmVersionedMultiLocation',2347 assets: 'StagingXcmVersionedMultiAssets',2348 feeAssetItem: 'u32',2349 },2350 reserve_transfer_assets: {2351 dest: 'StagingXcmVersionedMultiLocation',2352 beneficiary: 'StagingXcmVersionedMultiLocation',2353 assets: 'StagingXcmVersionedMultiAssets',2354 feeAssetItem: 'u32',2355 },2356 execute: {2357 message: 'StagingXcmVersionedXcm',2358 maxWeight: 'SpWeightsWeightV2Weight',2359 },2360 force_xcm_version: {2361 location: 'StagingXcmV3MultiLocation',2362 version: 'u32',2363 },2364 force_default_xcm_version: {2365 maybeXcmVersion: 'Option<u32>',2366 },2367 force_subscribe_version_notify: {2368 location: 'StagingXcmVersionedMultiLocation',2369 },2370 force_unsubscribe_version_notify: {2371 location: 'StagingXcmVersionedMultiLocation',2372 },2373 limited_reserve_transfer_assets: {2374 dest: 'StagingXcmVersionedMultiLocation',2375 beneficiary: 'StagingXcmVersionedMultiLocation',2376 assets: 'StagingXcmVersionedMultiAssets',2377 feeAssetItem: 'u32',2378 weightLimit: 'StagingXcmV3WeightLimit',2379 },2380 limited_teleport_assets: {2381 dest: 'StagingXcmVersionedMultiLocation',2382 beneficiary: 'StagingXcmVersionedMultiLocation',2383 assets: 'StagingXcmVersionedMultiAssets',2384 feeAssetItem: 'u32',2385 weightLimit: 'StagingXcmV3WeightLimit',2386 },2387 force_suspension: {2388 suspended: 'bool'2389 }2390 }2391 },2392 239323942395 StagingXcmVersionedXcm: {2396 _enum: {2397 __Unused0: 'Null',2398 __Unused1: 'Null',2399 V2: 'StagingXcmV2Xcm',2400 V3: 'StagingXcmV3Xcm'2401 }2402 },2403 240424052406 StagingXcmV2Xcm: 'Vec<StagingXcmV2Instruction>',2407 240824092410 StagingXcmV2Instruction: {2411 _enum: {2412 WithdrawAsset: 'StagingXcmV2MultiassetMultiAssets',2413 ReserveAssetDeposited: 'StagingXcmV2MultiassetMultiAssets',2414 ReceiveTeleportedAsset: 'StagingXcmV2MultiassetMultiAssets',2415 QueryResponse: {2416 queryId: 'Compact<u64>',2417 response: 'StagingXcmV2Response',2418 maxWeight: 'Compact<u64>',2419 },2420 TransferAsset: {2421 assets: 'StagingXcmV2MultiassetMultiAssets',2422 beneficiary: 'StagingXcmV2MultiLocation',2423 },2424 TransferReserveAsset: {2425 assets: 'StagingXcmV2MultiassetMultiAssets',2426 dest: 'StagingXcmV2MultiLocation',2427 xcm: 'StagingXcmV2Xcm',2428 },2429 Transact: {2430 originType: 'StagingXcmV2OriginKind',2431 requireWeightAtMost: 'Compact<u64>',2432 call: 'StagingXcmDoubleEncoded',2433 },2434 HrmpNewChannelOpenRequest: {2435 sender: 'Compact<u32>',2436 maxMessageSize: 'Compact<u32>',2437 maxCapacity: 'Compact<u32>',2438 },2439 HrmpChannelAccepted: {2440 recipient: 'Compact<u32>',2441 },2442 HrmpChannelClosing: {2443 initiator: 'Compact<u32>',2444 sender: 'Compact<u32>',2445 recipient: 'Compact<u32>',2446 },2447 ClearOrigin: 'Null',2448 DescendOrigin: 'StagingXcmV2MultilocationJunctions',2449 ReportError: {2450 queryId: 'Compact<u64>',2451 dest: 'StagingXcmV2MultiLocation',2452 maxResponseWeight: 'Compact<u64>',2453 },2454 DepositAsset: {2455 assets: 'StagingXcmV2MultiassetMultiAssetFilter',2456 maxAssets: 'Compact<u32>',2457 beneficiary: 'StagingXcmV2MultiLocation',2458 },2459 DepositReserveAsset: {2460 assets: 'StagingXcmV2MultiassetMultiAssetFilter',2461 maxAssets: 'Compact<u32>',2462 dest: 'StagingXcmV2MultiLocation',2463 xcm: 'StagingXcmV2Xcm',2464 },2465 ExchangeAsset: {2466 give: 'StagingXcmV2MultiassetMultiAssetFilter',2467 receive: 'StagingXcmV2MultiassetMultiAssets',2468 },2469 InitiateReserveWithdraw: {2470 assets: 'StagingXcmV2MultiassetMultiAssetFilter',2471 reserve: 'StagingXcmV2MultiLocation',2472 xcm: 'StagingXcmV2Xcm',2473 },2474 InitiateTeleport: {2475 assets: 'StagingXcmV2MultiassetMultiAssetFilter',2476 dest: 'StagingXcmV2MultiLocation',2477 xcm: 'StagingXcmV2Xcm',2478 },2479 QueryHolding: {2480 queryId: 'Compact<u64>',2481 dest: 'StagingXcmV2MultiLocation',2482 assets: 'StagingXcmV2MultiassetMultiAssetFilter',2483 maxResponseWeight: 'Compact<u64>',2484 },2485 BuyExecution: {2486 fees: 'StagingXcmV2MultiAsset',2487 weightLimit: 'StagingXcmV2WeightLimit',2488 },2489 RefundSurplus: 'Null',2490 SetErrorHandler: 'StagingXcmV2Xcm',2491 SetAppendix: 'StagingXcmV2Xcm',2492 ClearError: 'Null',2493 ClaimAsset: {2494 assets: 'StagingXcmV2MultiassetMultiAssets',2495 ticket: 'StagingXcmV2MultiLocation',2496 },2497 Trap: 'Compact<u64>',2498 SubscribeVersion: {2499 queryId: 'Compact<u64>',2500 maxResponseWeight: 'Compact<u64>',2501 },2502 UnsubscribeVersion: 'Null'2503 }2504 },2505 250625072508 StagingXcmV2Response: {2509 _enum: {2510 Null: 'Null',2511 Assets: 'StagingXcmV2MultiassetMultiAssets',2512 ExecutionResult: 'Option<(u32,StagingXcmV2TraitsError)>',2513 Version: 'u32'2514 }2515 },2516 251725182519 StagingXcmV2TraitsError: {2520 _enum: {2521 Overflow: 'Null',2522 Unimplemented: 'Null',2523 UntrustedReserveLocation: 'Null',2524 UntrustedTeleportLocation: 'Null',2525 MultiLocationFull: 'Null',2526 MultiLocationNotInvertible: 'Null',2527 BadOrigin: 'Null',2528 InvalidLocation: 'Null',2529 AssetNotFound: 'Null',2530 FailedToTransactAsset: 'Null',2531 NotWithdrawable: 'Null',2532 LocationCannotHold: 'Null',2533 ExceedsMaxMessageSize: 'Null',2534 DestinationUnsupported: 'Null',2535 Transport: 'Null',2536 Unroutable: 'Null',2537 UnknownClaim: 'Null',2538 FailedToDecode: 'Null',2539 MaxWeightInvalid: 'Null',2540 NotHoldingFees: 'Null',2541 TooExpensive: 'Null',2542 Trap: 'u64',2543 UnhandledXcmVersion: 'Null',2544 WeightLimitReached: 'u64',2545 Barrier: 'Null',2546 WeightNotComputable: 'Null'2547 }2548 },2549 255025512552 StagingXcmV2OriginKind: {2553 _enum: ['Native', 'SovereignAccount', 'Superuser', 'Xcm']2554 },2555 255625572558 StagingXcmDoubleEncoded: {2559 encoded: 'Bytes'2560 },2561 256225632564 StagingXcmV2MultiassetMultiAssetFilter: {2565 _enum: {2566 Definite: 'StagingXcmV2MultiassetMultiAssets',2567 Wild: 'StagingXcmV2MultiassetWildMultiAsset'2568 }2569 },2570 257125722573 StagingXcmV2MultiassetWildMultiAsset: {2574 _enum: {2575 All: 'Null',2576 AllOf: {2577 id: 'StagingXcmV2MultiassetAssetId',2578 fun: 'StagingXcmV2MultiassetWildFungibility'2579 }2580 }2581 },2582 258325842585 StagingXcmV2MultiassetWildFungibility: {2586 _enum: ['Fungible', 'NonFungible']2587 },2588 258925902591 StagingXcmV2WeightLimit: {2592 _enum: {2593 Unlimited: 'Null',2594 Limited: 'Compact<u64>'2595 }2596 },2597 259825992600 StagingXcmV3Xcm: 'Vec<StagingXcmV3Instruction>',2601 260226032604 StagingXcmV3Instruction: {2605 _enum: {2606 WithdrawAsset: 'StagingXcmV3MultiassetMultiAssets',2607 ReserveAssetDeposited: 'StagingXcmV3MultiassetMultiAssets',2608 ReceiveTeleportedAsset: 'StagingXcmV3MultiassetMultiAssets',2609 QueryResponse: {2610 queryId: 'Compact<u64>',2611 response: 'StagingXcmV3Response',2612 maxWeight: 'SpWeightsWeightV2Weight',2613 querier: 'Option<StagingXcmV3MultiLocation>',2614 },2615 TransferAsset: {2616 assets: 'StagingXcmV3MultiassetMultiAssets',2617 beneficiary: 'StagingXcmV3MultiLocation',2618 },2619 TransferReserveAsset: {2620 assets: 'StagingXcmV3MultiassetMultiAssets',2621 dest: 'StagingXcmV3MultiLocation',2622 xcm: 'StagingXcmV3Xcm',2623 },2624 Transact: {2625 originKind: 'StagingXcmV2OriginKind',2626 requireWeightAtMost: 'SpWeightsWeightV2Weight',2627 call: 'StagingXcmDoubleEncoded',2628 },2629 HrmpNewChannelOpenRequest: {2630 sender: 'Compact<u32>',2631 maxMessageSize: 'Compact<u32>',2632 maxCapacity: 'Compact<u32>',2633 },2634 HrmpChannelAccepted: {2635 recipient: 'Compact<u32>',2636 },2637 HrmpChannelClosing: {2638 initiator: 'Compact<u32>',2639 sender: 'Compact<u32>',2640 recipient: 'Compact<u32>',2641 },2642 ClearOrigin: 'Null',2643 DescendOrigin: 'StagingXcmV3Junctions',2644 ReportError: 'StagingXcmV3QueryResponseInfo',2645 DepositAsset: {2646 assets: 'StagingXcmV3MultiassetMultiAssetFilter',2647 beneficiary: 'StagingXcmV3MultiLocation',2648 },2649 DepositReserveAsset: {2650 assets: 'StagingXcmV3MultiassetMultiAssetFilter',2651 dest: 'StagingXcmV3MultiLocation',2652 xcm: 'StagingXcmV3Xcm',2653 },2654 ExchangeAsset: {2655 give: 'StagingXcmV3MultiassetMultiAssetFilter',2656 want: 'StagingXcmV3MultiassetMultiAssets',2657 maximal: 'bool',2658 },2659 InitiateReserveWithdraw: {2660 assets: 'StagingXcmV3MultiassetMultiAssetFilter',2661 reserve: 'StagingXcmV3MultiLocation',2662 xcm: 'StagingXcmV3Xcm',2663 },2664 InitiateTeleport: {2665 assets: 'StagingXcmV3MultiassetMultiAssetFilter',2666 dest: 'StagingXcmV3MultiLocation',2667 xcm: 'StagingXcmV3Xcm',2668 },2669 ReportHolding: {2670 responseInfo: 'StagingXcmV3QueryResponseInfo',2671 assets: 'StagingXcmV3MultiassetMultiAssetFilter',2672 },2673 BuyExecution: {2674 fees: 'StagingXcmV3MultiAsset',2675 weightLimit: 'StagingXcmV3WeightLimit',2676 },2677 RefundSurplus: 'Null',2678 SetErrorHandler: 'StagingXcmV3Xcm',2679 SetAppendix: 'StagingXcmV3Xcm',2680 ClearError: 'Null',2681 ClaimAsset: {2682 assets: 'StagingXcmV3MultiassetMultiAssets',2683 ticket: 'StagingXcmV3MultiLocation',2684 },2685 Trap: 'Compact<u64>',2686 SubscribeVersion: {2687 queryId: 'Compact<u64>',2688 maxResponseWeight: 'SpWeightsWeightV2Weight',2689 },2690 UnsubscribeVersion: 'Null',2691 BurnAsset: 'StagingXcmV3MultiassetMultiAssets',2692 ExpectAsset: 'StagingXcmV3MultiassetMultiAssets',2693 ExpectOrigin: 'Option<StagingXcmV3MultiLocation>',2694 ExpectError: 'Option<(u32,StagingXcmV3TraitsError)>',2695 ExpectTransactStatus: 'StagingXcmV3MaybeErrorCode',2696 QueryPallet: {2697 moduleName: 'Bytes',2698 responseInfo: 'StagingXcmV3QueryResponseInfo',2699 },2700 ExpectPallet: {2701 index: 'Compact<u32>',2702 name: 'Bytes',2703 moduleName: 'Bytes',2704 crateMajor: 'Compact<u32>',2705 minCrateMinor: 'Compact<u32>',2706 },2707 ReportTransactStatus: 'StagingXcmV3QueryResponseInfo',2708 ClearTransactStatus: 'Null',2709 UniversalOrigin: 'StagingXcmV3Junction',2710 ExportMessage: {2711 network: 'StagingXcmV3JunctionNetworkId',2712 destination: 'StagingXcmV3Junctions',2713 xcm: 'StagingXcmV3Xcm',2714 },2715 LockAsset: {2716 asset: 'StagingXcmV3MultiAsset',2717 unlocker: 'StagingXcmV3MultiLocation',2718 },2719 UnlockAsset: {2720 asset: 'StagingXcmV3MultiAsset',2721 target: 'StagingXcmV3MultiLocation',2722 },2723 NoteUnlockable: {2724 asset: 'StagingXcmV3MultiAsset',2725 owner: 'StagingXcmV3MultiLocation',2726 },2727 RequestUnlock: {2728 asset: 'StagingXcmV3MultiAsset',2729 locker: 'StagingXcmV3MultiLocation',2730 },2731 SetFeesMode: {2732 jitWithdraw: 'bool',2733 },2734 SetTopic: '[u8;32]',2735 ClearTopic: 'Null',2736 AliasOrigin: 'StagingXcmV3MultiLocation',2737 UnpaidExecution: {2738 weightLimit: 'StagingXcmV3WeightLimit',2739 checkOrigin: 'Option<StagingXcmV3MultiLocation>'2740 }2741 }2742 },2743 274427452746 StagingXcmV3Response: {2747 _enum: {2748 Null: 'Null',2749 Assets: 'StagingXcmV3MultiassetMultiAssets',2750 ExecutionResult: 'Option<(u32,StagingXcmV3TraitsError)>',2751 Version: 'u32',2752 PalletsInfo: 'Vec<StagingXcmV3PalletInfo>',2753 DispatchResult: 'StagingXcmV3MaybeErrorCode'2754 }2755 },2756 275727582759 StagingXcmV3TraitsError: {2760 _enum: {2761 Overflow: 'Null',2762 Unimplemented: 'Null',2763 UntrustedReserveLocation: 'Null',2764 UntrustedTeleportLocation: 'Null',2765 LocationFull: 'Null',2766 LocationNotInvertible: 'Null',2767 BadOrigin: 'Null',2768 InvalidLocation: 'Null',2769 AssetNotFound: 'Null',2770 FailedToTransactAsset: 'Null',2771 NotWithdrawable: 'Null',2772 LocationCannotHold: 'Null',2773 ExceedsMaxMessageSize: 'Null',2774 DestinationUnsupported: 'Null',2775 Transport: 'Null',2776 Unroutable: 'Null',2777 UnknownClaim: 'Null',2778 FailedToDecode: 'Null',2779 MaxWeightInvalid: 'Null',2780 NotHoldingFees: 'Null',2781 TooExpensive: 'Null',2782 Trap: 'u64',2783 ExpectationFalse: 'Null',2784 PalletNotFound: 'Null',2785 NameMismatch: 'Null',2786 VersionIncompatible: 'Null',2787 HoldingWouldOverflow: 'Null',2788 ExportError: 'Null',2789 ReanchorFailed: 'Null',2790 NoDeal: 'Null',2791 FeesNotMet: 'Null',2792 LockError: 'Null',2793 NoPermission: 'Null',2794 Unanchored: 'Null',2795 NotDepositable: 'Null',2796 UnhandledXcmVersion: 'Null',2797 WeightLimitReached: 'SpWeightsWeightV2Weight',2798 Barrier: 'Null',2799 WeightNotComputable: 'Null',2800 ExceedsStackLimit: 'Null'2801 }2802 },2803 280428052806 StagingXcmV3PalletInfo: {2807 index: 'Compact<u32>',2808 name: 'Bytes',2809 moduleName: 'Bytes',2810 major: 'Compact<u32>',2811 minor: 'Compact<u32>',2812 patch: 'Compact<u32>'2813 },2814 281528162817 StagingXcmV3MaybeErrorCode: {2818 _enum: {2819 Success: 'Null',2820 Error: 'Bytes',2821 TruncatedError: 'Bytes'2822 }2823 },2824 282528262827 StagingXcmV3QueryResponseInfo: {2828 destination: 'StagingXcmV3MultiLocation',2829 queryId: 'Compact<u64>',2830 maxWeight: 'SpWeightsWeightV2Weight'2831 },2832 283328342835 StagingXcmV3MultiassetMultiAssetFilter: {2836 _enum: {2837 Definite: 'StagingXcmV3MultiassetMultiAssets',2838 Wild: 'StagingXcmV3MultiassetWildMultiAsset'2839 }2840 },2841 284228432844 StagingXcmV3MultiassetWildMultiAsset: {2845 _enum: {2846 All: 'Null',2847 AllOf: {2848 id: 'StagingXcmV3MultiassetAssetId',2849 fun: 'StagingXcmV3MultiassetWildFungibility',2850 },2851 AllCounted: 'Compact<u32>',2852 AllOfCounted: {2853 id: 'StagingXcmV3MultiassetAssetId',2854 fun: 'StagingXcmV3MultiassetWildFungibility',2855 count: 'Compact<u32>'2856 }2857 }2858 },2859 286028612862 StagingXcmV3MultiassetWildFungibility: {2863 _enum: ['Fungible', 'NonFungible']2864 },2865 286628672868 CumulusPalletXcmCall: 'Null',2869 287028712872 CumulusPalletDmpQueueCall: {2873 _enum: {2874 service_overweight: {2875 index: 'u64',2876 weightLimit: 'SpWeightsWeightV2Weight'2877 }2878 }2879 },2880 288128822883 PalletInflationCall: {2884 _enum: {2885 start_inflation: {2886 inflationStartRelayBlock: 'u32'2887 }2888 }2889 },2890 289128922893 PalletUniqueCall: {2894 _enum: {2895 create_collection: {2896 collectionName: 'Vec<u16>',2897 collectionDescription: 'Vec<u16>',2898 tokenPrefix: 'Bytes',2899 mode: 'UpDataStructsCollectionMode',2900 },2901 create_collection_ex: {2902 data: 'UpDataStructsCreateCollectionData',2903 },2904 destroy_collection: {2905 collectionId: 'u32',2906 },2907 add_to_allow_list: {2908 collectionId: 'u32',2909 address: 'PalletEvmAccountBasicCrossAccountIdRepr',2910 },2911 remove_from_allow_list: {2912 collectionId: 'u32',2913 address: 'PalletEvmAccountBasicCrossAccountIdRepr',2914 },2915 change_collection_owner: {2916 collectionId: 'u32',2917 newOwner: 'AccountId32',2918 },2919 add_collection_admin: {2920 collectionId: 'u32',2921 newAdminId: 'PalletEvmAccountBasicCrossAccountIdRepr',2922 },2923 remove_collection_admin: {2924 collectionId: 'u32',2925 accountId: 'PalletEvmAccountBasicCrossAccountIdRepr',2926 },2927 set_collection_sponsor: {2928 collectionId: 'u32',2929 newSponsor: 'AccountId32',2930 },2931 confirm_sponsorship: {2932 collectionId: 'u32',2933 },2934 remove_collection_sponsor: {2935 collectionId: 'u32',2936 },2937 create_item: {2938 collectionId: 'u32',2939 owner: 'PalletEvmAccountBasicCrossAccountIdRepr',2940 data: 'UpDataStructsCreateItemData',2941 },2942 create_multiple_items: {2943 collectionId: 'u32',2944 owner: 'PalletEvmAccountBasicCrossAccountIdRepr',2945 itemsData: 'Vec<UpDataStructsCreateItemData>',2946 },2947 set_collection_properties: {2948 collectionId: 'u32',2949 properties: 'Vec<UpDataStructsProperty>',2950 },2951 delete_collection_properties: {2952 collectionId: 'u32',2953 propertyKeys: 'Vec<Bytes>',2954 },2955 set_token_properties: {2956 collectionId: 'u32',2957 tokenId: 'u32',2958 properties: 'Vec<UpDataStructsProperty>',2959 },2960 delete_token_properties: {2961 collectionId: 'u32',2962 tokenId: 'u32',2963 propertyKeys: 'Vec<Bytes>',2964 },2965 set_token_property_permissions: {2966 collectionId: 'u32',2967 propertyPermissions: 'Vec<UpDataStructsPropertyKeyPermission>',2968 },2969 create_multiple_items_ex: {2970 collectionId: 'u32',2971 data: 'UpDataStructsCreateItemExData',2972 },2973 set_transfers_enabled_flag: {2974 collectionId: 'u32',2975 value: 'bool',2976 },2977 burn_item: {2978 collectionId: 'u32',2979 itemId: 'u32',2980 value: 'u128',2981 },2982 burn_from: {2983 collectionId: 'u32',2984 from: 'PalletEvmAccountBasicCrossAccountIdRepr',2985 itemId: 'u32',2986 value: 'u128',2987 },2988 transfer: {2989 recipient: 'PalletEvmAccountBasicCrossAccountIdRepr',2990 collectionId: 'u32',2991 itemId: 'u32',2992 value: 'u128',2993 },2994 approve: {2995 spender: 'PalletEvmAccountBasicCrossAccountIdRepr',2996 collectionId: 'u32',2997 itemId: 'u32',2998 amount: 'u128',2999 },3000 approve_from: {3001 from: 'PalletEvmAccountBasicCrossAccountIdRepr',3002 to: 'PalletEvmAccountBasicCrossAccountIdRepr',3003 collectionId: 'u32',3004 itemId: 'u32',3005 amount: 'u128',3006 },3007 transfer_from: {3008 from: 'PalletEvmAccountBasicCrossAccountIdRepr',3009 recipient: 'PalletEvmAccountBasicCrossAccountIdRepr',3010 collectionId: 'u32',3011 itemId: 'u32',3012 value: 'u128',3013 },3014 set_collection_limits: {3015 collectionId: 'u32',3016 newLimit: 'UpDataStructsCollectionLimits',3017 },3018 set_collection_permissions: {3019 collectionId: 'u32',3020 newPermission: 'UpDataStructsCollectionPermissions',3021 },3022 repartition: {3023 collectionId: 'u32',3024 tokenId: 'u32',3025 amount: 'u128',3026 },3027 set_allowance_for_all: {3028 collectionId: 'u32',3029 operator: 'PalletEvmAccountBasicCrossAccountIdRepr',3030 approve: 'bool',3031 },3032 force_repair_collection: {3033 collectionId: 'u32',3034 },3035 force_repair_item: {3036 collectionId: 'u32',3037 itemId: 'u32'3038 }3039 }3040 },3041 304230433044 UpDataStructsCollectionMode: {3045 _enum: {3046 NFT: 'Null',3047 Fungible: 'u8',3048 ReFungible: 'Null'3049 }3050 },3051 305230533054 UpDataStructsCreateCollectionData: {3055 mode: 'UpDataStructsCollectionMode',3056 access: 'Option<UpDataStructsAccessMode>',3057 name: 'Vec<u16>',3058 description: 'Vec<u16>',3059 tokenPrefix: 'Bytes',3060 limits: 'Option<UpDataStructsCollectionLimits>',3061 permissions: 'Option<UpDataStructsCollectionPermissions>',3062 tokenPropertyPermissions: 'Vec<UpDataStructsPropertyKeyPermission>',3063 properties: 'Vec<UpDataStructsProperty>',3064 adminList: 'Vec<PalletEvmAccountBasicCrossAccountIdRepr>',3065 pendingSponsor: 'Option<PalletEvmAccountBasicCrossAccountIdRepr>',3066 flags: '[u8;1]'3067 },3068 306930703071 PalletEvmAccountBasicCrossAccountIdRepr: {3072 _enum: {3073 Substrate: 'AccountId32',3074 Ethereum: 'H160'3075 }3076 },3077 307830793080 UpDataStructsAccessMode: {3081 _enum: ['Normal', 'AllowList']3082 },3083 308430853086 UpDataStructsCollectionLimits: {3087 accountTokenOwnershipLimit: 'Option<u32>',3088 sponsoredDataSize: 'Option<u32>',3089 sponsoredDataRateLimit: 'Option<UpDataStructsSponsoringRateLimit>',3090 tokenLimit: 'Option<u32>',3091 sponsorTransferTimeout: 'Option<u32>',3092 sponsorApproveTimeout: 'Option<u32>',3093 ownerCanTransfer: 'Option<bool>',3094 ownerCanDestroy: 'Option<bool>',3095 transfersEnabled: 'Option<bool>'3096 },3097 309830993100 UpDataStructsSponsoringRateLimit: {3101 _enum: {3102 SponsoringDisabled: 'Null',3103 Blocks: 'u32'3104 }3105 },3106 310731083109 UpDataStructsCollectionPermissions: {3110 access: 'Option<UpDataStructsAccessMode>',3111 mintMode: 'Option<bool>',3112 nesting: 'Option<UpDataStructsNestingPermissions>'3113 },3114 311531163117 UpDataStructsNestingPermissions: {3118 tokenOwner: 'bool',3119 collectionAdmin: 'bool',3120 restricted: 'Option<UpDataStructsOwnerRestrictedSet>'3121 },3122 312331243125 UpDataStructsOwnerRestrictedSet: 'BTreeSet<u32>',3126 312731283129 UpDataStructsPropertyKeyPermission: {3130 key: 'Bytes',3131 permission: 'UpDataStructsPropertyPermission'3132 },3133 313431353136 UpDataStructsPropertyPermission: {3137 mutable: 'bool',3138 collectionAdmin: 'bool',3139 tokenOwner: 'bool'3140 },3141 314231433144 UpDataStructsProperty: {3145 key: 'Bytes',3146 value: 'Bytes'3147 },3148 314931503151 UpDataStructsCreateItemData: {3152 _enum: {3153 NFT: 'UpDataStructsCreateNftData',3154 Fungible: 'UpDataStructsCreateFungibleData',3155 ReFungible: 'UpDataStructsCreateReFungibleData'3156 }3157 },3158 315931603161 UpDataStructsCreateNftData: {3162 properties: 'Vec<UpDataStructsProperty>'3163 },3164 316531663167 UpDataStructsCreateFungibleData: {3168 value: 'u128'3169 },3170 317131723173 UpDataStructsCreateReFungibleData: {3174 pieces: 'u128',3175 properties: 'Vec<UpDataStructsProperty>'3176 },3177 317831793180 UpDataStructsCreateItemExData: {3181 _enum: {3182 NFT: 'Vec<UpDataStructsCreateNftExData>',3183 Fungible: 'BTreeMap<PalletEvmAccountBasicCrossAccountIdRepr, u128>',3184 RefungibleMultipleItems: 'Vec<UpDataStructsCreateRefungibleExSingleOwner>',3185 RefungibleMultipleOwners: 'UpDataStructsCreateRefungibleExMultipleOwners'3186 }3187 },3188 318931903191 UpDataStructsCreateNftExData: {3192 properties: 'Vec<UpDataStructsProperty>',3193 owner: 'PalletEvmAccountBasicCrossAccountIdRepr'3194 },3195 319631973198 UpDataStructsCreateRefungibleExSingleOwner: {3199 user: 'PalletEvmAccountBasicCrossAccountIdRepr',3200 pieces: 'u128',3201 properties: 'Vec<UpDataStructsProperty>'3202 },3203 320432053206 UpDataStructsCreateRefungibleExMultipleOwners: {3207 users: 'BTreeMap<PalletEvmAccountBasicCrossAccountIdRepr, u128>',3208 properties: 'Vec<UpDataStructsProperty>'3209 },3210 321132123213 PalletConfigurationCall: {3214 _enum: {3215 set_weight_to_fee_coefficient_override: {3216 coeff: 'Option<u64>',3217 },3218 set_min_gas_price_override: {3219 coeff: 'Option<u64>',3220 },3221 __Unused2: 'Null',3222 set_app_promotion_configuration_override: {3223 configuration: 'PalletConfigurationAppPromotionConfiguration',3224 },3225 set_collator_selection_desired_collators: {3226 max: 'Option<u32>',3227 },3228 set_collator_selection_license_bond: {3229 amount: 'Option<u128>',3230 },3231 set_collator_selection_kick_threshold: {3232 threshold: 'Option<u32>'3233 }3234 }3235 },3236 323732383239 PalletConfigurationAppPromotionConfiguration: {3240 recalculationInterval: 'Option<u32>',3241 pendingInterval: 'Option<u32>',3242 intervalIncome: 'Option<Perbill>',3243 maxStakersPerCalculation: 'Option<u8>'3244 },3245 324632473248 PalletStructureCall: 'Null',3249 325032513252 PalletAppPromotionCall: {3253 _enum: {3254 set_admin_address: {3255 admin: 'PalletEvmAccountBasicCrossAccountIdRepr',3256 },3257 stake: {3258 amount: 'u128',3259 },3260 unstake_all: 'Null',3261 sponsor_collection: {3262 collectionId: 'u32',3263 },3264 stop_sponsoring_collection: {3265 collectionId: 'u32',3266 },3267 sponsor_contract: {3268 contractId: 'H160',3269 },3270 stop_sponsoring_contract: {3271 contractId: 'H160',3272 },3273 payout_stakers: {3274 stakersNumber: 'Option<u8>',3275 },3276 unstake_partial: {3277 amount: 'u128',3278 },3279 force_unstake: {3280 pendingBlocks: 'Vec<u32>'3281 }3282 }3283 },3284 328532863287 PalletForeignAssetsModuleCall: {3288 _enum: {3289 register_foreign_asset: {3290 owner: 'AccountId32',3291 location: 'StagingXcmVersionedMultiLocation',3292 metadata: 'PalletForeignAssetsModuleAssetMetadata',3293 },3294 update_foreign_asset: {3295 foreignAssetId: 'u32',3296 location: 'StagingXcmVersionedMultiLocation',3297 metadata: 'PalletForeignAssetsModuleAssetMetadata'3298 }3299 }3300 },3301 330233033304 PalletForeignAssetsModuleAssetMetadata: {3305 name: 'Bytes',3306 symbol: 'Bytes',3307 decimals: 'u8',3308 minimalBalance: 'u128'3309 },3310 331133123313 PalletEvmCall: {3314 _enum: {3315 withdraw: {3316 address: 'H160',3317 value: 'u128',3318 },3319 call: {3320 source: 'H160',3321 target: 'H160',3322 input: 'Bytes',3323 value: 'U256',3324 gasLimit: 'u64',3325 maxFeePerGas: 'U256',3326 maxPriorityFeePerGas: 'Option<U256>',3327 nonce: 'Option<U256>',3328 accessList: 'Vec<(H160,Vec<H256>)>',3329 },3330 create: {3331 source: 'H160',3332 init: 'Bytes',3333 value: 'U256',3334 gasLimit: 'u64',3335 maxFeePerGas: 'U256',3336 maxPriorityFeePerGas: 'Option<U256>',3337 nonce: 'Option<U256>',3338 accessList: 'Vec<(H160,Vec<H256>)>',3339 },3340 create2: {3341 source: 'H160',3342 init: 'Bytes',3343 salt: 'H256',3344 value: 'U256',3345 gasLimit: 'u64',3346 maxFeePerGas: 'U256',3347 maxPriorityFeePerGas: 'Option<U256>',3348 nonce: 'Option<U256>',3349 accessList: 'Vec<(H160,Vec<H256>)>'3350 }3351 }3352 },3353 335433553356 PalletEthereumCall: {3357 _enum: {3358 transact: {3359 transaction: 'EthereumTransactionTransactionV2'3360 }3361 }3362 },3363 336433653366 EthereumTransactionTransactionV2: {3367 _enum: {3368 Legacy: 'EthereumTransactionLegacyTransaction',3369 EIP2930: 'EthereumTransactionEip2930Transaction',3370 EIP1559: 'EthereumTransactionEip1559Transaction'3371 }3372 },3373 337433753376 EthereumTransactionLegacyTransaction: {3377 nonce: 'U256',3378 gasPrice: 'U256',3379 gasLimit: 'U256',3380 action: 'EthereumTransactionTransactionAction',3381 value: 'U256',3382 input: 'Bytes',3383 signature: 'EthereumTransactionTransactionSignature'3384 },3385 338633873388 EthereumTransactionTransactionAction: {3389 _enum: {3390 Call: 'H160',3391 Create: 'Null'3392 }3393 },3394 339533963397 EthereumTransactionTransactionSignature: {3398 v: 'u64',3399 r: 'H256',3400 s: 'H256'3401 },3402 340334043405 EthereumTransactionEip2930Transaction: {3406 chainId: 'u64',3407 nonce: 'U256',3408 gasPrice: 'U256',3409 gasLimit: 'U256',3410 action: 'EthereumTransactionTransactionAction',3411 value: 'U256',3412 input: 'Bytes',3413 accessList: 'Vec<EthereumTransactionAccessListItem>',3414 oddYParity: 'bool',3415 r: 'H256',3416 s: 'H256'3417 },3418 341934203421 EthereumTransactionAccessListItem: {3422 address: 'H160',3423 storageKeys: 'Vec<H256>'3424 },3425 342634273428 EthereumTransactionEip1559Transaction: {3429 chainId: 'u64',3430 nonce: 'U256',3431 maxPriorityFeePerGas: 'U256',3432 maxFeePerGas: 'U256',3433 gasLimit: 'U256',3434 action: 'EthereumTransactionTransactionAction',3435 value: 'U256',3436 input: 'Bytes',3437 accessList: 'Vec<EthereumTransactionAccessListItem>',3438 oddYParity: 'bool',3439 r: 'H256',3440 s: 'H256'3441 },3442 344334443445 PalletEvmContractHelpersCall: {3446 _enum: {3447 migrate_from_self_sponsoring: {3448 addresses: 'Vec<H160>'3449 }3450 }3451 },3452 345334543455 PalletEvmMigrationCall: {3456 _enum: {3457 begin: {3458 address: 'H160',3459 },3460 set_data: {3461 address: 'H160',3462 data: 'Vec<(H256,H256)>',3463 },3464 finish: {3465 address: 'H160',3466 code: 'Bytes',3467 },3468 insert_eth_logs: {3469 logs: 'Vec<EthereumLog>',3470 },3471 insert_events: {3472 events: 'Vec<Bytes>',3473 },3474 remove_rmrk_data: 'Null'3475 }3476 },3477 347834793480 EthereumLog: {3481 address: 'H160',3482 topics: 'Vec<H256>',3483 data: 'Bytes'3484 },3485 348634873488 PalletMaintenanceCall: {3489 _enum: ['enable', 'disable']3490 },3491 349234933494 PalletUtilityCall: {3495 _enum: {3496 batch: {3497 calls: 'Vec<Call>',3498 },3499 as_derivative: {3500 index: 'u16',3501 call: 'Call',3502 },3503 batch_all: {3504 calls: 'Vec<Call>',3505 },3506 dispatch_as: {3507 asOrigin: 'OpalRuntimeOriginCaller',3508 call: 'Call',3509 },3510 force_batch: {3511 calls: 'Vec<Call>',3512 },3513 with_weight: {3514 call: 'Call',3515 weight: 'SpWeightsWeightV2Weight'3516 }3517 }3518 },3519 352035213522 PalletTestUtilsCall: {3523 _enum: {3524 enable: 'Null',3525 set_test_value: {3526 value: 'u32',3527 },3528 set_test_value_and_rollback: {3529 value: 'u32',3530 },3531 inc_test_value: 'Null',3532 just_take_fee: 'Null',3533 batch_all: {3534 calls: 'Vec<Call>'3535 }3536 }3537 },3538 353935403541 PalletSchedulerEvent: {3542 _enum: {3543 Scheduled: {3544 when: 'u32',3545 index: 'u32',3546 },3547 Canceled: {3548 when: 'u32',3549 index: 'u32',3550 },3551 Dispatched: {3552 task: '(u32,u32)',3553 id: 'Option<[u8;32]>',3554 result: 'Result<Null, SpRuntimeDispatchError>',3555 },3556 CallUnavailable: {3557 task: '(u32,u32)',3558 id: 'Option<[u8;32]>',3559 },3560 PeriodicFailed: {3561 task: '(u32,u32)',3562 id: 'Option<[u8;32]>',3563 },3564 PermanentlyOverweight: {3565 task: '(u32,u32)',3566 id: 'Option<[u8;32]>'3567 }3568 }3569 },3570 357135723573 CumulusPalletXcmpQueueEvent: {3574 _enum: {3575 Success: {3576 messageHash: '[u8;32]',3577 messageId: '[u8;32]',3578 weight: 'SpWeightsWeightV2Weight',3579 },3580 Fail: {3581 messageHash: '[u8;32]',3582 messageId: '[u8;32]',3583 error: 'StagingXcmV3TraitsError',3584 weight: 'SpWeightsWeightV2Weight',3585 },3586 BadVersion: {3587 messageHash: '[u8;32]',3588 },3589 BadFormat: {3590 messageHash: '[u8;32]',3591 },3592 XcmpMessageSent: {3593 messageHash: '[u8;32]',3594 },3595 OverweightEnqueued: {3596 sender: 'u32',3597 sentAt: 'u32',3598 index: 'u64',3599 required: 'SpWeightsWeightV2Weight',3600 },3601 OverweightServiced: {3602 index: 'u64',3603 used: 'SpWeightsWeightV2Weight'3604 }3605 }3606 },3607 360836093610 PalletXcmEvent: {3611 _enum: {3612 Attempted: {3613 outcome: 'StagingXcmV3TraitsOutcome',3614 },3615 Sent: {3616 origin: 'StagingXcmV3MultiLocation',3617 destination: 'StagingXcmV3MultiLocation',3618 message: 'StagingXcmV3Xcm',3619 messageId: '[u8;32]',3620 },3621 UnexpectedResponse: {3622 origin: 'StagingXcmV3MultiLocation',3623 queryId: 'u64',3624 },3625 ResponseReady: {3626 queryId: 'u64',3627 response: 'StagingXcmV3Response',3628 },3629 Notified: {3630 queryId: 'u64',3631 palletIndex: 'u8',3632 callIndex: 'u8',3633 },3634 NotifyOverweight: {3635 queryId: 'u64',3636 palletIndex: 'u8',3637 callIndex: 'u8',3638 actualWeight: 'SpWeightsWeightV2Weight',3639 maxBudgetedWeight: 'SpWeightsWeightV2Weight',3640 },3641 NotifyDispatchError: {3642 queryId: 'u64',3643 palletIndex: 'u8',3644 callIndex: 'u8',3645 },3646 NotifyDecodeFailed: {3647 queryId: 'u64',3648 palletIndex: 'u8',3649 callIndex: 'u8',3650 },3651 InvalidResponder: {3652 origin: 'StagingXcmV3MultiLocation',3653 queryId: 'u64',3654 expectedLocation: 'Option<StagingXcmV3MultiLocation>',3655 },3656 InvalidResponderVersion: {3657 origin: 'StagingXcmV3MultiLocation',3658 queryId: 'u64',3659 },3660 ResponseTaken: {3661 queryId: 'u64',3662 },3663 AssetsTrapped: {3664 _alias: {3665 hash_: 'hash',3666 },3667 hash_: 'H256',3668 origin: 'StagingXcmV3MultiLocation',3669 assets: 'StagingXcmVersionedMultiAssets',3670 },3671 VersionChangeNotified: {3672 destination: 'StagingXcmV3MultiLocation',3673 result: 'u32',3674 cost: 'StagingXcmV3MultiassetMultiAssets',3675 messageId: '[u8;32]',3676 },3677 SupportedVersionChanged: {3678 location: 'StagingXcmV3MultiLocation',3679 version: 'u32',3680 },3681 NotifyTargetSendFail: {3682 location: 'StagingXcmV3MultiLocation',3683 queryId: 'u64',3684 error: 'StagingXcmV3TraitsError',3685 },3686 NotifyTargetMigrationFail: {3687 location: 'StagingXcmVersionedMultiLocation',3688 queryId: 'u64',3689 },3690 InvalidQuerierVersion: {3691 origin: 'StagingXcmV3MultiLocation',3692 queryId: 'u64',3693 },3694 InvalidQuerier: {3695 origin: 'StagingXcmV3MultiLocation',3696 queryId: 'u64',3697 expectedQuerier: 'StagingXcmV3MultiLocation',3698 maybeActualQuerier: 'Option<StagingXcmV3MultiLocation>',3699 },3700 VersionNotifyStarted: {3701 destination: 'StagingXcmV3MultiLocation',3702 cost: 'StagingXcmV3MultiassetMultiAssets',3703 messageId: '[u8;32]',3704 },3705 VersionNotifyRequested: {3706 destination: 'StagingXcmV3MultiLocation',3707 cost: 'StagingXcmV3MultiassetMultiAssets',3708 messageId: '[u8;32]',3709 },3710 VersionNotifyUnrequested: {3711 destination: 'StagingXcmV3MultiLocation',3712 cost: 'StagingXcmV3MultiassetMultiAssets',3713 messageId: '[u8;32]',3714 },3715 FeesPaid: {3716 paying: 'StagingXcmV3MultiLocation',3717 fees: 'StagingXcmV3MultiassetMultiAssets',3718 },3719 AssetsClaimed: {3720 _alias: {3721 hash_: 'hash',3722 },3723 hash_: 'H256',3724 origin: 'StagingXcmV3MultiLocation',3725 assets: 'StagingXcmVersionedMultiAssets'3726 }3727 }3728 },3729 373037313732 StagingXcmV3TraitsOutcome: {3733 _enum: {3734 Complete: 'SpWeightsWeightV2Weight',3735 Incomplete: '(SpWeightsWeightV2Weight,StagingXcmV3TraitsError)',3736 Error: 'StagingXcmV3TraitsError'3737 }3738 },3739 374037413742 CumulusPalletXcmEvent: {3743 _enum: {3744 InvalidFormat: '[u8;32]',3745 UnsupportedVersion: '[u8;32]',3746 ExecutedDownward: '([u8;32],StagingXcmV3TraitsOutcome)'3747 }3748 },3749 375037513752 CumulusPalletDmpQueueEvent: {3753 _enum: {3754 InvalidFormat: {3755 messageHash: '[u8;32]',3756 },3757 UnsupportedVersion: {3758 messageHash: '[u8;32]',3759 },3760 ExecutedDownward: {3761 messageHash: '[u8;32]',3762 messageId: '[u8;32]',3763 outcome: 'StagingXcmV3TraitsOutcome',3764 },3765 WeightExhausted: {3766 messageHash: '[u8;32]',3767 messageId: '[u8;32]',3768 remainingWeight: 'SpWeightsWeightV2Weight',3769 requiredWeight: 'SpWeightsWeightV2Weight',3770 },3771 OverweightEnqueued: {3772 messageHash: '[u8;32]',3773 messageId: '[u8;32]',3774 overweightIndex: 'u64',3775 requiredWeight: 'SpWeightsWeightV2Weight',3776 },3777 OverweightServiced: {3778 overweightIndex: 'u64',3779 weightUsed: 'SpWeightsWeightV2Weight',3780 },3781 MaxMessagesExhausted: {3782 messageHash: '[u8;32]'3783 }3784 }3785 },3786 378737883789 PalletConfigurationEvent: {3790 _enum: {3791 NewDesiredCollators: {3792 desiredCollators: 'Option<u32>',3793 },3794 NewCollatorLicenseBond: {3795 bondCost: 'Option<u128>',3796 },3797 NewCollatorKickThreshold: {3798 lengthInBlocks: 'Option<u32>'3799 }3800 }3801 },3802 380338043805 PalletCommonEvent: {3806 _enum: {3807 CollectionCreated: '(u32,u8,AccountId32)',3808 CollectionDestroyed: 'u32',3809 ItemCreated: '(u32,u32,PalletEvmAccountBasicCrossAccountIdRepr,u128)',3810 ItemDestroyed: '(u32,u32,PalletEvmAccountBasicCrossAccountIdRepr,u128)',3811 Transfer: '(u32,u32,PalletEvmAccountBasicCrossAccountIdRepr,PalletEvmAccountBasicCrossAccountIdRepr,u128)',3812 Approved: '(u32,u32,PalletEvmAccountBasicCrossAccountIdRepr,PalletEvmAccountBasicCrossAccountIdRepr,u128)',3813 ApprovedForAll: '(u32,PalletEvmAccountBasicCrossAccountIdRepr,PalletEvmAccountBasicCrossAccountIdRepr,bool)',3814 CollectionPropertySet: '(u32,Bytes)',3815 CollectionPropertyDeleted: '(u32,Bytes)',3816 TokenPropertySet: '(u32,u32,Bytes)',3817 TokenPropertyDeleted: '(u32,u32,Bytes)',3818 PropertyPermissionSet: '(u32,Bytes)',3819 AllowListAddressAdded: '(u32,PalletEvmAccountBasicCrossAccountIdRepr)',3820 AllowListAddressRemoved: '(u32,PalletEvmAccountBasicCrossAccountIdRepr)',3821 CollectionAdminAdded: '(u32,PalletEvmAccountBasicCrossAccountIdRepr)',3822 CollectionAdminRemoved: '(u32,PalletEvmAccountBasicCrossAccountIdRepr)',3823 CollectionLimitSet: 'u32',3824 CollectionOwnerChanged: '(u32,AccountId32)',3825 CollectionPermissionSet: 'u32',3826 CollectionSponsorSet: '(u32,AccountId32)',3827 SponsorshipConfirmed: '(u32,AccountId32)',3828 CollectionSponsorRemoved: 'u32'3829 }3830 },3831 383238333834 PalletStructureEvent: {3835 _enum: {3836 Executed: 'Result<Null, SpRuntimeDispatchError>'3837 }3838 },3839 384038413842 PalletAppPromotionEvent: {3843 _enum: {3844 StakingRecalculation: '(AccountId32,u128,u128)',3845 Stake: '(AccountId32,u128)',3846 Unstake: '(AccountId32,u128)',3847 SetAdmin: 'AccountId32'3848 }3849 },3850 385138523853 PalletForeignAssetsModuleEvent: {3854 _enum: {3855 ForeignAssetRegistered: {3856 assetId: 'u32',3857 assetAddress: 'StagingXcmV3MultiLocation',3858 metadata: 'PalletForeignAssetsModuleAssetMetadata',3859 },3860 ForeignAssetUpdated: {3861 assetId: 'u32',3862 assetAddress: 'StagingXcmV3MultiLocation',3863 metadata: 'PalletForeignAssetsModuleAssetMetadata',3864 },3865 AssetRegistered: {3866 assetId: 'PalletForeignAssetsAssetId',3867 metadata: 'PalletForeignAssetsModuleAssetMetadata',3868 },3869 AssetUpdated: {3870 assetId: 'PalletForeignAssetsAssetId',3871 metadata: 'PalletForeignAssetsModuleAssetMetadata'3872 }3873 }3874 },3875 387638773878 PalletEvmEvent: {3879 _enum: {3880 Log: {3881 log: 'EthereumLog',3882 },3883 Created: {3884 address: 'H160',3885 },3886 CreatedFailed: {3887 address: 'H160',3888 },3889 Executed: {3890 address: 'H160',3891 },3892 ExecutedFailed: {3893 address: 'H160'3894 }3895 }3896 },3897 389838993900 PalletEthereumEvent: {3901 _enum: {3902 Executed: {3903 from: 'H160',3904 to: 'H160',3905 transactionHash: 'H256',3906 exitReason: 'EvmCoreErrorExitReason',3907 extraData: 'Bytes'3908 }3909 }3910 },3911 391239133914 EvmCoreErrorExitReason: {3915 _enum: {3916 Succeed: 'EvmCoreErrorExitSucceed',3917 Error: 'EvmCoreErrorExitError',3918 Revert: 'EvmCoreErrorExitRevert',3919 Fatal: 'EvmCoreErrorExitFatal'3920 }3921 },3922 392339243925 EvmCoreErrorExitSucceed: {3926 _enum: ['Stopped', 'Returned', 'Suicided']3927 },3928 392939303931 EvmCoreErrorExitError: {3932 _enum: {3933 StackUnderflow: 'Null',3934 StackOverflow: 'Null',3935 InvalidJump: 'Null',3936 InvalidRange: 'Null',3937 DesignatedInvalid: 'Null',3938 CallTooDeep: 'Null',3939 CreateCollision: 'Null',3940 CreateContractLimit: 'Null',3941 OutOfOffset: 'Null',3942 OutOfGas: 'Null',3943 OutOfFund: 'Null',3944 PCUnderflow: 'Null',3945 CreateEmpty: 'Null',3946 Other: 'Text',3947 MaxNonce: 'Null',3948 InvalidCode: 'u8'3949 }3950 },3951 395239533954 EvmCoreErrorExitRevert: {3955 _enum: ['Reverted']3956 },3957 395839593960 EvmCoreErrorExitFatal: {3961 _enum: {3962 NotSupported: 'Null',3963 UnhandledInterrupt: 'Null',3964 CallErrorAsFatal: 'EvmCoreErrorExitError',3965 Other: 'Text'3966 }3967 },3968 396939703971 PalletEvmContractHelpersEvent: {3972 _enum: {3973 ContractSponsorSet: '(H160,AccountId32)',3974 ContractSponsorshipConfirmed: '(H160,AccountId32)',3975 ContractSponsorRemoved: 'H160'3976 }3977 },3978 397939803981 PalletEvmMigrationEvent: {3982 _enum: ['TestEvent']3983 },3984 398539863987 PalletMaintenanceEvent: {3988 _enum: ['MaintenanceEnabled', 'MaintenanceDisabled']3989 },3990 399139923993 PalletUtilityEvent: {3994 _enum: {3995 BatchInterrupted: {3996 index: 'u32',3997 error: 'SpRuntimeDispatchError',3998 },3999 BatchCompleted: 'Null',4000 BatchCompletedWithErrors: 'Null',4001 ItemCompleted: 'Null',4002 ItemFailed: {4003 error: 'SpRuntimeDispatchError',4004 },4005 DispatchedAs: {4006 result: 'Result<Null, SpRuntimeDispatchError>'4007 }4008 }4009 },4010 401140124013 PalletTestUtilsEvent: {4014 _enum: ['ValueIsSet', 'ShouldRollback', 'BatchCompleted']4015 },4016 401740184019 FrameSystemPhase: {4020 _enum: {4021 ApplyExtrinsic: 'u32',4022 Finalization: 'Null',4023 Initialization: 'Null'4024 }4025 },4026 402740284029 FrameSystemLastRuntimeUpgradeInfo: {4030 specVersion: 'Compact<u32>',4031 specName: 'Text'4032 },4033 403440354036 FrameSystemLimitsBlockWeights: {4037 baseBlock: 'SpWeightsWeightV2Weight',4038 maxBlock: 'SpWeightsWeightV2Weight',4039 perClass: 'FrameSupportDispatchPerDispatchClassWeightsPerClass'4040 },4041 404240434044 FrameSupportDispatchPerDispatchClassWeightsPerClass: {4045 normal: 'FrameSystemLimitsWeightsPerClass',4046 operational: 'FrameSystemLimitsWeightsPerClass',4047 mandatory: 'FrameSystemLimitsWeightsPerClass'4048 },4049 405040514052 FrameSystemLimitsWeightsPerClass: {4053 baseExtrinsic: 'SpWeightsWeightV2Weight',4054 maxExtrinsic: 'Option<SpWeightsWeightV2Weight>',4055 maxTotal: 'Option<SpWeightsWeightV2Weight>',4056 reserved: 'Option<SpWeightsWeightV2Weight>'4057 },4058 405940604061 FrameSystemLimitsBlockLength: {4062 max: 'FrameSupportDispatchPerDispatchClassU32'4063 },4064 406540664067 FrameSupportDispatchPerDispatchClassU32: {4068 normal: 'u32',4069 operational: 'u32',4070 mandatory: 'u32'4071 },4072 407340744075 SpWeightsRuntimeDbWeight: {4076 read: 'u64',4077 write: 'u64'4078 },4079 408040814082 SpVersionRuntimeVersion: {4083 specName: 'Text',4084 implName: 'Text',4085 authoringVersion: 'u32',4086 specVersion: 'u32',4087 implVersion: 'u32',4088 apis: 'Vec<([u8;8],u32)>',4089 transactionVersion: 'u32',4090 stateVersion: 'u8'4091 },4092 409340944095 FrameSystemError: {4096 _enum: ['InvalidSpecName', 'SpecVersionNeedsToIncrease', 'FailedToExtractRuntimeVersion', 'NonDefaultComposite', 'NonZeroRefCount', 'CallFiltered']4097 },4098 409941004101 CumulusPalletParachainSystemUnincludedSegmentAncestor: {4102 usedBandwidth: 'CumulusPalletParachainSystemUnincludedSegmentUsedBandwidth',4103 paraHeadHash: 'Option<H256>',4104 consumedGoAheadSignal: 'Option<PolkadotPrimitivesV5UpgradeGoAhead>'4105 },4106 410741084109 CumulusPalletParachainSystemUnincludedSegmentUsedBandwidth: {4110 umpMsgCount: 'u32',4111 umpTotalBytes: 'u32',4112 hrmpOutgoing: 'BTreeMap<u32, CumulusPalletParachainSystemUnincludedSegmentHrmpChannelUpdate>'4113 },4114 411541164117 CumulusPalletParachainSystemUnincludedSegmentHrmpChannelUpdate: {4118 msgCount: 'u32',4119 totalBytes: 'u32'4120 },4121 412241234124 PolkadotPrimitivesV5UpgradeGoAhead: {4125 _enum: ['Abort', 'GoAhead']4126 },4127 412841294130 CumulusPalletParachainSystemUnincludedSegmentSegmentTracker: {4131 usedBandwidth: 'CumulusPalletParachainSystemUnincludedSegmentUsedBandwidth',4132 hrmpWatermark: 'Option<u32>',4133 consumedGoAheadSignal: 'Option<PolkadotPrimitivesV5UpgradeGoAhead>'4134 },4135 413641374138 PolkadotPrimitivesV5UpgradeRestriction: {4139 _enum: ['Present']4140 },4141 414241434144 CumulusPalletParachainSystemRelayStateSnapshotMessagingStateSnapshot: {4145 dmqMqcHead: 'H256',4146 relayDispatchQueueRemainingCapacity: 'CumulusPalletParachainSystemRelayStateSnapshotRelayDispatchQueueRemainingCapacity',4147 ingressChannels: 'Vec<(u32,PolkadotPrimitivesV5AbridgedHrmpChannel)>',4148 egressChannels: 'Vec<(u32,PolkadotPrimitivesV5AbridgedHrmpChannel)>'4149 },4150 415141524153 CumulusPalletParachainSystemRelayStateSnapshotRelayDispatchQueueRemainingCapacity: {4154 remainingCount: 'u32',4155 remainingSize: 'u32'4156 },4157 415841594160 PolkadotPrimitivesV5AbridgedHrmpChannel: {4161 maxCapacity: 'u32',4162 maxTotalSize: 'u32',4163 maxMessageSize: 'u32',4164 msgCount: 'u32',4165 totalSize: 'u32',4166 mqcHead: 'Option<H256>'4167 },4168 416941704171 PolkadotPrimitivesV5AbridgedHostConfiguration: {4172 maxCodeSize: 'u32',4173 maxHeadDataSize: 'u32',4174 maxUpwardQueueCount: 'u32',4175 maxUpwardQueueSize: 'u32',4176 maxUpwardMessageSize: 'u32',4177 maxUpwardMessageNumPerCandidate: 'u32',4178 hrmpMaxMessageNumPerCandidate: 'u32',4179 validationUpgradeCooldown: 'u32',4180 validationUpgradeDelay: 'u32',4181 asyncBackingParams: 'PolkadotPrimitivesVstagingAsyncBackingParams'4182 },4183 418441854186 PolkadotPrimitivesVstagingAsyncBackingParams: {4187 maxCandidateDepth: 'u32',4188 allowedAncestryLen: 'u32'4189 },4190 419141924193 PolkadotCorePrimitivesOutboundHrmpMessage: {4194 recipient: 'u32',4195 data: 'Bytes'4196 },4197 419841994200 CumulusPalletParachainSystemCodeUpgradeAuthorization: {4201 codeHash: 'H256',4202 checkVersion: 'bool'4203 },4204 420542064207 CumulusPalletParachainSystemError: {4208 _enum: ['OverlappingUpgrades', 'ProhibitedByPolkadot', 'TooBig', 'ValidationDataNotAvailable', 'HostConfigurationNotAvailable', 'NotScheduled', 'NothingAuthorized', 'Unauthorized']4209 },4210 421142124213 PalletCollatorSelectionError: {4214 _enum: ['TooManyCandidates', 'Unknown', 'Permission', 'AlreadyHoldingLicense', 'NoLicense', 'AlreadyCandidate', 'NotCandidate', 'TooManyInvulnerables', 'TooFewInvulnerables', 'AlreadyInvulnerable', 'NotInvulnerable', 'NoAssociatedValidatorId', 'ValidatorNotRegistered']4215 },4216 421742184219 SpCoreCryptoKeyTypeId: '[u8;4]',4220 422142224223 PalletSessionError: {4224 _enum: ['InvalidProof', 'NoAssociatedValidatorId', 'DuplicatedKey', 'NoKeys', 'NoAccount']4225 },4226 422742284229 PalletBalancesBalanceLock: {4230 id: '[u8;8]',4231 amount: 'u128',4232 reasons: 'PalletBalancesReasons'4233 },4234 423542364237 PalletBalancesReasons: {4238 _enum: ['Fee', 'Misc', 'All']4239 },4240 424142424243 PalletBalancesReserveData: {4244 id: '[u8;16]',4245 amount: 'u128'4246 },4247 424842494250 OpalRuntimeRuntimeHoldReason: {4251 _enum: {4252 __Unused0: 'Null',4253 __Unused1: 'Null',4254 __Unused2: 'Null',4255 __Unused3: 'Null',4256 __Unused4: 'Null',4257 __Unused5: 'Null',4258 __Unused6: 'Null',4259 __Unused7: 'Null',4260 __Unused8: 'Null',4261 __Unused9: 'Null',4262 __Unused10: 'Null',4263 __Unused11: 'Null',4264 __Unused12: 'Null',4265 __Unused13: 'Null',4266 __Unused14: 'Null',4267 __Unused15: 'Null',4268 __Unused16: 'Null',4269 __Unused17: 'Null',4270 __Unused18: 'Null',4271 __Unused19: 'Null',4272 __Unused20: 'Null',4273 __Unused21: 'Null',4274 __Unused22: 'Null',4275 CollatorSelection: 'PalletCollatorSelectionHoldReason'4276 }4277 },4278 427942804281 PalletCollatorSelectionHoldReason: {4282 _enum: ['LicenseBond']4283 },4284 428542864287 PalletBalancesIdAmount: {4288 id: '[u8;16]',4289 amount: 'u128'4290 },4291 429242934294 PalletBalancesError: {4295 _enum: ['VestingBalance', 'LiquidityRestrictions', 'InsufficientBalance', 'ExistentialDeposit', 'Expendability', 'ExistingVestingSchedule', 'DeadAccount', 'TooManyReserves', 'TooManyHolds', 'TooManyFreezes']4296 },4297 429842994300 PalletTransactionPaymentReleases: {4301 _enum: ['V1Ancient', 'V2']4302 },4303 430443054306 PalletTreasuryProposal: {4307 proposer: 'AccountId32',4308 value: 'u128',4309 beneficiary: 'AccountId32',4310 bond: 'u128'4311 },4312 431343144315 FrameSupportPalletId: '[u8;8]',4316 431743184319 PalletTreasuryError: {4320 _enum: ['InsufficientProposersBalance', 'InvalidIndex', 'TooManyApprovals', 'InsufficientPermission', 'ProposalNotApproved']4321 },4322 432343244325 PalletSudoError: {4326 _enum: ['RequireSudo']4327 },4328 432943304331 OrmlVestingModuleError: {4332 _enum: ['ZeroVestingPeriod', 'ZeroVestingPeriodCount', 'InsufficientBalanceToLock', 'TooManyVestingSchedules', 'AmountLow', 'MaxVestingSchedulesExceeded']4333 },4334 433543364337 OrmlXtokensModuleError: {4338 _enum: ['AssetHasNoReserve', 'NotCrossChainTransfer', 'InvalidDest', 'NotCrossChainTransferableCurrency', 'UnweighableMessage', 'XcmExecutionFailed', 'CannotReanchor', 'InvalidAncestry', 'InvalidAsset', 'DestinationNotInvertible', 'BadVersion', 'DistinctReserveForAssetAndFee', 'ZeroFee', 'ZeroAmount', 'TooManyAssetsBeingSent', 'AssetIndexNonExistent', 'FeeNotEnough', 'NotSupportedMultiLocation', 'MinXcmFeeNotDefined']4339 },4340 434143424343 OrmlTokensBalanceLock: {4344 id: '[u8;8]',4345 amount: 'u128'4346 },4347 434843494350 OrmlTokensAccountData: {4351 free: 'u128',4352 reserved: 'u128',4353 frozen: 'u128'4354 },4355 435643574358 OrmlTokensReserveData: {4359 id: 'Null',4360 amount: 'u128'4361 },4362 436343644365 OrmlTokensModuleError: {4366 _enum: ['BalanceTooLow', 'AmountIntoBalanceFailed', 'LiquidityRestrictions', 'MaxLocksExceeded', 'KeepAlive', 'ExistentialDeposit', 'DeadAccount', 'TooManyReserves']4367 },4368 436943704371 PalletIdentityRegistrarInfo: {4372 account: 'AccountId32',4373 fee: 'u128',4374 fields: 'PalletIdentityBitFlags'4375 },4376 437743784379 PalletIdentityError: {4380 _enum: ['TooManySubAccounts', 'NotFound', 'NotNamed', 'EmptyIndex', 'FeeChanged', 'NoIdentity', 'StickyJudgement', 'JudgementGiven', 'InvalidJudgement', 'InvalidIndex', 'InvalidTarget', 'TooManyFields', 'TooManyRegistrars', 'AlreadyClaimed', 'NotSub', 'NotOwned', 'JudgementForDifferentIdentity', 'JudgementPaymentFailed']4381 },4382 438343844385 PalletPreimageRequestStatus: {4386 _enum: {4387 Unrequested: {4388 deposit: '(AccountId32,u128)',4389 len: 'u32',4390 },4391 Requested: {4392 deposit: 'Option<(AccountId32,u128)>',4393 count: 'u32',4394 len: 'Option<u32>'4395 }4396 }4397 },4398 439944004401 PalletPreimageError: {4402 _enum: ['TooBig', 'AlreadyNoted', 'NotAuthorized', 'NotNoted', 'Requested', 'NotRequested']4403 },4404 440544064407 PalletDemocracyReferendumInfo: {4408 _enum: {4409 Ongoing: 'PalletDemocracyReferendumStatus',4410 Finished: {4411 approved: 'bool',4412 end: 'u32'4413 }4414 }4415 },4416 441744184419 PalletDemocracyReferendumStatus: {4420 end: 'u32',4421 proposal: 'FrameSupportPreimagesBounded',4422 threshold: 'PalletDemocracyVoteThreshold',4423 delay: 'u32',4424 tally: 'PalletDemocracyTally'4425 },4426 442744284429 PalletDemocracyTally: {4430 ayes: 'u128',4431 nays: 'u128',4432 turnout: 'u128'4433 },4434 443544364437 PalletDemocracyVoteVoting: {4438 _enum: {4439 Direct: {4440 votes: 'Vec<(u32,PalletDemocracyVoteAccountVote)>',4441 delegations: 'PalletDemocracyDelegations',4442 prior: 'PalletDemocracyVotePriorLock',4443 },4444 Delegating: {4445 balance: 'u128',4446 target: 'AccountId32',4447 conviction: 'PalletDemocracyConviction',4448 delegations: 'PalletDemocracyDelegations',4449 prior: 'PalletDemocracyVotePriorLock'4450 }4451 }4452 },4453 445444554456 PalletDemocracyDelegations: {4457 votes: 'u128',4458 capital: 'u128'4459 },4460 446144624463 PalletDemocracyVotePriorLock: '(u32,u128)',4464 446544664467 PalletDemocracyError: {4468 _enum: ['ValueLow', 'ProposalMissing', 'AlreadyCanceled', 'DuplicateProposal', 'ProposalBlacklisted', 'NotSimpleMajority', 'InvalidHash', 'NoProposal', 'AlreadyVetoed', 'ReferendumInvalid', 'NoneWaiting', 'NotVoter', 'NoPermission', 'AlreadyDelegating', 'InsufficientFunds', 'NotDelegating', 'VotesExist', 'InstantNotAllowed', 'Nonsense', 'WrongUpperBound', 'MaxVotesReached', 'TooMany', 'VotingPeriodLow', 'PreimageNotExist']4469 },4470 447144724473 PalletCollectiveVotes: {4474 index: 'u32',4475 threshold: 'u32',4476 ayes: 'Vec<AccountId32>',4477 nays: 'Vec<AccountId32>',4478 end: 'u32'4479 },4480 448144824483 PalletCollectiveError: {4484 _enum: ['NotMember', 'DuplicateProposal', 'ProposalMissing', 'WrongIndex', 'DuplicateVote', 'AlreadyInitialized', 'TooEarly', 'TooManyProposals', 'WrongProposalWeight', 'WrongProposalLength', 'PrimeAccountNotMember']4485 },4486 448744884489 PalletMembershipError: {4490 _enum: ['AlreadyMember', 'NotMember', 'TooManyMembers']4491 },4492 449344944495 PalletRankedCollectiveMemberRecord: {4496 rank: 'u16'4497 },4498 449945004501 PalletRankedCollectiveError: {4502 _enum: ['AlreadyMember', 'NotMember', 'NotPolling', 'Ongoing', 'NoneRemaining', 'Corruption', 'RankTooLow', 'InvalidWitness', 'NoPermission']4503 },4504 450545064507 PalletReferendaReferendumInfo: {4508 _enum: {4509 Ongoing: 'PalletReferendaReferendumStatus',4510 Approved: '(u32,Option<PalletReferendaDeposit>,Option<PalletReferendaDeposit>)',4511 Rejected: '(u32,Option<PalletReferendaDeposit>,Option<PalletReferendaDeposit>)',4512 Cancelled: '(u32,Option<PalletReferendaDeposit>,Option<PalletReferendaDeposit>)',4513 TimedOut: '(u32,Option<PalletReferendaDeposit>,Option<PalletReferendaDeposit>)',4514 Killed: 'u32'4515 }4516 },4517 451845194520 PalletReferendaReferendumStatus: {4521 track: 'u16',4522 origin: 'OpalRuntimeOriginCaller',4523 proposal: 'FrameSupportPreimagesBounded',4524 enactment: 'FrameSupportScheduleDispatchTime',4525 submitted: 'u32',4526 submissionDeposit: 'PalletReferendaDeposit',4527 decisionDeposit: 'Option<PalletReferendaDeposit>',4528 deciding: 'Option<PalletReferendaDecidingStatus>',4529 tally: 'PalletRankedCollectiveTally',4530 inQueue: 'bool',4531 alarm: 'Option<(u32,(u32,u32))>'4532 },4533 453445354536 PalletReferendaDeposit: {4537 who: 'AccountId32',4538 amount: 'u128'4539 },4540 454145424543 PalletReferendaDecidingStatus: {4544 since: 'u32',4545 confirming: 'Option<u32>'4546 },4547 454845494550 PalletReferendaTrackInfo: {4551 name: 'Text',4552 maxDeciding: 'u32',4553 decisionDeposit: 'u128',4554 preparePeriod: 'u32',4555 decisionPeriod: 'u32',4556 confirmPeriod: 'u32',4557 minEnactmentPeriod: 'u32',4558 minApproval: 'PalletReferendaCurve',4559 minSupport: 'PalletReferendaCurve'4560 },4561 456245634564 PalletReferendaCurve: {4565 _enum: {4566 LinearDecreasing: {4567 length: 'Perbill',4568 floor: 'Perbill',4569 ceil: 'Perbill',4570 },4571 SteppedDecreasing: {4572 begin: 'Perbill',4573 end: 'Perbill',4574 step: 'Perbill',4575 period: 'Perbill',4576 },4577 Reciprocal: {4578 factor: 'i64',4579 xOffset: 'i64',4580 yOffset: 'i64'4581 }4582 }4583 },4584 458545864587 PalletReferendaError: {4588 _enum: ['NotOngoing', 'HasDeposit', 'BadTrack', 'Full', 'QueueEmpty', 'BadReferendum', 'NothingToDo', 'NoTrack', 'Unfinished', 'NoPermission', 'NoDeposit', 'BadStatus', 'PreimageNotExist']4589 },4590 459145924593 PalletSchedulerScheduled: {4594 maybeId: 'Option<[u8;32]>',4595 priority: 'u8',4596 call: 'FrameSupportPreimagesBounded',4597 maybePeriodic: 'Option<(u32,u32)>',4598 origin: 'OpalRuntimeOriginCaller'4599 },4600 460146024603 PalletSchedulerError: {4604 _enum: ['FailedToSchedule', 'NotFound', 'TargetBlockNumberInPast', 'RescheduleNoChange', 'Named']4605 },4606 460746084609 CumulusPalletXcmpQueueInboundChannelDetails: {4610 sender: 'u32',4611 state: 'CumulusPalletXcmpQueueInboundState',4612 messageMetadata: 'Vec<(u32,PolkadotParachainPrimitivesPrimitivesXcmpMessageFormat)>'4613 },4614 461546164617 CumulusPalletXcmpQueueInboundState: {4618 _enum: ['Ok', 'Suspended']4619 },4620 462146224623 PolkadotParachainPrimitivesPrimitivesXcmpMessageFormat: {4624 _enum: ['ConcatenatedVersionedXcm', 'ConcatenatedEncodedBlob', 'Signals']4625 },4626 462746284629 CumulusPalletXcmpQueueOutboundChannelDetails: {4630 recipient: 'u32',4631 state: 'CumulusPalletXcmpQueueOutboundState',4632 signalsExist: 'bool',4633 firstIndex: 'u16',4634 lastIndex: 'u16'4635 },4636 463746384639 CumulusPalletXcmpQueueOutboundState: {4640 _enum: ['Ok', 'Suspended']4641 },4642 464346444645 CumulusPalletXcmpQueueQueueConfigData: {4646 suspendThreshold: 'u32',4647 dropThreshold: 'u32',4648 resumeThreshold: 'u32',4649 thresholdWeight: 'SpWeightsWeightV2Weight',4650 weightRestrictDecay: 'SpWeightsWeightV2Weight',4651 xcmpMaxIndividualWeight: 'SpWeightsWeightV2Weight'4652 },4653 465446554656 CumulusPalletXcmpQueueError: {4657 _enum: ['FailedToSend', 'BadXcmOrigin', 'BadXcm', 'BadOverweightIndex', 'WeightOverLimit']4658 },4659 466046614662 PalletXcmQueryStatus: {4663 _enum: {4664 Pending: {4665 responder: 'StagingXcmVersionedMultiLocation',4666 maybeMatchQuerier: 'Option<StagingXcmVersionedMultiLocation>',4667 maybeNotify: 'Option<(u8,u8)>',4668 timeout: 'u32',4669 },4670 VersionNotifier: {4671 origin: 'StagingXcmVersionedMultiLocation',4672 isActive: 'bool',4673 },4674 Ready: {4675 response: 'StagingXcmVersionedResponse',4676 at: 'u32'4677 }4678 }4679 },4680 468146824683 StagingXcmVersionedResponse: {4684 _enum: {4685 __Unused0: 'Null',4686 __Unused1: 'Null',4687 V2: 'StagingXcmV2Response',4688 V3: 'StagingXcmV3Response'4689 }4690 },4691 469246934694 PalletXcmVersionMigrationStage: {4695 _enum: {4696 MigrateSupportedVersion: 'Null',4697 MigrateVersionNotifiers: 'Null',4698 NotifyCurrentTargets: 'Option<Bytes>',4699 MigrateAndNotifyOldTargets: 'Null'4700 }4701 },4702 470347044705 StagingXcmVersionedAssetId: {4706 _enum: {4707 __Unused0: 'Null',4708 __Unused1: 'Null',4709 __Unused2: 'Null',4710 V3: 'StagingXcmV3MultiassetAssetId'4711 }4712 },4713 471447154716 PalletXcmRemoteLockedFungibleRecord: {4717 amount: 'u128',4718 owner: 'StagingXcmVersionedMultiLocation',4719 locker: 'StagingXcmVersionedMultiLocation',4720 consumers: 'Vec<(Null,u128)>'4721 },4722 472347244725 PalletXcmError: {4726 _enum: ['Unreachable', 'SendFailure', 'Filtered', 'UnweighableMessage', 'DestinationNotInvertible', 'Empty', 'CannotReanchor', 'TooManyAssets', 'InvalidOrigin', 'BadVersion', 'BadLocation', 'NoSubscription', 'AlreadySubscribed', 'InvalidAsset', 'LowBalance', 'TooManyLocks', 'AccountNotSovereign', 'FeesNotMet', 'LockNotFound', 'InUse']4727 },4728 472947304731 CumulusPalletXcmError: 'Null',4732 473347344735 CumulusPalletDmpQueueConfigData: {4736 maxIndividual: 'SpWeightsWeightV2Weight'4737 },4738 473947404741 CumulusPalletDmpQueuePageIndexData: {4742 beginUsed: 'u32',4743 endUsed: 'u32',4744 overweightCount: 'u64'4745 },4746 474747484749 CumulusPalletDmpQueueError: {4750 _enum: ['Unknown', 'OverLimit']4751 },4752 475347544755 PalletUniqueError: {4756 _enum: ['CollectionDecimalPointLimitExceeded', 'EmptyArgument', 'RepartitionCalledOnNonRefungibleCollection']4757 },4758 475947604761 PalletConfigurationError: {4762 _enum: ['InconsistentConfiguration']4763 },4764 476547664767 UpDataStructsCollection: {4768 owner: 'AccountId32',4769 mode: 'UpDataStructsCollectionMode',4770 name: 'Vec<u16>',4771 description: 'Vec<u16>',4772 tokenPrefix: 'Bytes',4773 sponsorship: 'UpDataStructsSponsorshipStateAccountId32',4774 limits: 'UpDataStructsCollectionLimits',4775 permissions: 'UpDataStructsCollectionPermissions',4776 flags: '[u8;1]'4777 },4778 477947804781 UpDataStructsSponsorshipStateAccountId32: {4782 _enum: {4783 Disabled: 'Null',4784 Unconfirmed: 'AccountId32',4785 Confirmed: 'AccountId32'4786 }4787 },4788 478947904791 UpDataStructsProperties: {4792 map: 'UpDataStructsPropertiesMapBoundedVec',4793 consumedSpace: 'u32',4794 reserved: 'u32'4795 },4796 479747984799 UpDataStructsPropertiesMapBoundedVec: 'BTreeMap<Bytes, Bytes>',4800 480148024803 UpDataStructsPropertiesMapPropertyPermission: 'BTreeMap<Bytes, UpDataStructsPropertyPermission>',4804 480548064807 UpDataStructsCollectionStats: {4808 created: 'u32',4809 destroyed: 'u32',4810 alive: 'u32'4811 },4812 481348144815 UpDataStructsTokenChild: {4816 token: 'u32',4817 collection: 'u32'4818 },4819 482048214822 PhantomTypeUpDataStructs: '[(UpDataStructsTokenData,UpDataStructsRpcCollection,UpPovEstimateRpcPovInfo);0]',4823 482448254826 UpDataStructsTokenData: {4827 properties: 'Vec<UpDataStructsProperty>',4828 owner: 'Option<PalletEvmAccountBasicCrossAccountIdRepr>',4829 pieces: 'u128'4830 },4831 483248334834 UpDataStructsRpcCollection: {4835 owner: 'AccountId32',4836 mode: 'UpDataStructsCollectionMode',4837 name: 'Vec<u16>',4838 description: 'Vec<u16>',4839 tokenPrefix: 'Bytes',4840 sponsorship: 'UpDataStructsSponsorshipStateAccountId32',4841 limits: 'UpDataStructsCollectionLimits',4842 permissions: 'UpDataStructsCollectionPermissions',4843 tokenPropertyPermissions: 'Vec<UpDataStructsPropertyKeyPermission>',4844 properties: 'Vec<UpDataStructsProperty>',4845 readOnly: 'bool',4846 flags: 'UpDataStructsRpcCollectionFlags'4847 },4848 484948504851 UpDataStructsRpcCollectionFlags: {4852 foreign: 'bool',4853 erc721metadata: 'bool'4854 },4855 485648574858 UpPovEstimateRpcPovInfo: {4859 proofSize: 'u64',4860 compactProofSize: 'u64',4861 compressedProofSize: 'u64',4862 results: 'Vec<Result<Result<Null, SpRuntimeDispatchError>, SpRuntimeTransactionValidityTransactionValidityError>>',4863 keyValues: 'Vec<UpPovEstimateRpcTrieKeyValue>'4864 },4865 486648674868 SpRuntimeTransactionValidityTransactionValidityError: {4869 _enum: {4870 Invalid: 'SpRuntimeTransactionValidityInvalidTransaction',4871 Unknown: 'SpRuntimeTransactionValidityUnknownTransaction'4872 }4873 },4874 487548764877 SpRuntimeTransactionValidityInvalidTransaction: {4878 _enum: {4879 Call: 'Null',4880 Payment: 'Null',4881 Future: 'Null',4882 Stale: 'Null',4883 BadProof: 'Null',4884 AncientBirthBlock: 'Null',4885 ExhaustsResources: 'Null',4886 Custom: 'u8',4887 BadMandatory: 'Null',4888 MandatoryValidation: 'Null',4889 BadSigner: 'Null'4890 }4891 },4892 489348944895 SpRuntimeTransactionValidityUnknownTransaction: {4896 _enum: {4897 CannotLookup: 'Null',4898 NoUnsignedValidator: 'Null',4899 Custom: 'u8'4900 }4901 },4902 490349044905 UpPovEstimateRpcTrieKeyValue: {4906 key: 'Bytes',4907 value: 'Bytes'4908 },4909 491049114912 PalletCommonError: {4913 _enum: ['CollectionNotFound', 'MustBeTokenOwner', 'NoPermission', 'CantDestroyNotEmptyCollection', 'PublicMintingNotAllowed', 'AddressNotInAllowlist', 'CollectionNameLimitExceeded', 'CollectionDescriptionLimitExceeded', 'CollectionTokenPrefixLimitExceeded', 'TotalCollectionsLimitExceeded', 'CollectionAdminCountExceeded', 'CollectionLimitBoundsExceeded', 'OwnerPermissionsCantBeReverted', 'TransferNotAllowed', 'AccountTokenLimitExceeded', 'CollectionTokenLimitExceeded', 'MetadataFlagFrozen', 'TokenNotFound', 'TokenValueTooLow', 'ApprovedValueTooLow', 'CantApproveMoreThanOwned', 'AddressIsNotEthMirror', 'AddressIsZero', 'UnsupportedOperation', 'NotSufficientFounds', 'UserIsNotAllowedToNest', 'SourceCollectionIsNotAllowedToNest', 'CollectionFieldSizeExceeded', 'NoSpaceForProperty', 'PropertyLimitReached', 'PropertyKeyIsTooLong', 'InvalidCharacterInPropertyKey', 'EmptyPropertyKey', 'CollectionIsExternal', 'CollectionIsInternal', 'ConfirmSponsorshipFail', 'UserIsNotCollectionAdmin', 'FungibleItemsHaveNoId']4914 },4915 491649174918 PalletFungibleError: {4919 _enum: ['NotFungibleDataUsedToMintFungibleCollectionToken', 'FungibleItemsDontHaveData', 'FungibleDisallowsNesting', 'SettingPropertiesNotAllowed', 'SettingAllowanceForAllNotAllowed', 'FungibleTokensAreAlwaysValid']4920 },4921 492249234924 PalletRefungibleError: {4925 _enum: ['NotRefungibleDataUsedToMintFungibleCollectionToken', 'WrongRefungiblePieces', 'RepartitionWhileNotOwningAllPieces', 'RefungibleDisallowsNesting', 'SettingPropertiesNotAllowed']4926 },4927 492849294930 PalletNonfungibleItemData: {4931 owner: 'PalletEvmAccountBasicCrossAccountIdRepr'4932 },4933 493449354936 UpDataStructsPropertyScope: {4937 _enum: ['None', 'Rmrk']4938 },4939 494049414942 PalletNonfungibleError: {4943 _enum: ['NotNonfungibleDataUsedToMintFungibleCollectionToken', 'NonfungibleItemsHaveNoAmount', 'CantBurnNftWithChildren']4944 },4945 494649474948 PalletStructureError: {4949 _enum: ['OuroborosDetected', 'DepthLimit', 'BreadthLimit', 'TokenNotFound', 'CantNestTokenUnderCollection']4950 },4951 495249534954 PalletAppPromotionError: {4955 _enum: ['AdminNotSet', 'NoPermission', 'NotSufficientFunds', 'PendingForBlockOverflow', 'SponsorNotSet', 'InsufficientStakedBalance', 'InconsistencyState']4956 },4957 495849594960 PalletForeignAssetsModuleError: {4961 _enum: ['BadLocation', 'MultiLocationExisted', 'AssetIdNotExists', 'AssetIdExisted']4962 },4963 496449654966 PalletEvmCodeMetadata: {4967 _alias: {4968 size_: 'size',4969 hash_: 'hash'4970 },4971 size_: 'u64',4972 hash_: 'H256'4973 },4974 497549764977 PalletEvmError: {4978 _enum: ['BalanceLow', 'FeeOverflow', 'PaymentOverflow', 'WithdrawFailed', 'GasPriceTooLow', 'InvalidNonce', 'GasLimitTooLow', 'GasLimitTooHigh', 'Undefined', 'Reentrancy', 'TransactionMustComeFromEOA']4979 },4980 498149824983 FpRpcTransactionStatus: {4984 transactionHash: 'H256',4985 transactionIndex: 'u32',4986 from: 'H160',4987 to: 'Option<H160>',4988 contractAddress: 'Option<H160>',4989 logs: 'Vec<EthereumLog>',4990 logsBloom: 'EthbloomBloom'4991 },4992 499349944995 EthbloomBloom: '[u8;256]',4996 499749984999 EthereumReceiptReceiptV3: {5000 _enum: {5001 Legacy: 'EthereumReceiptEip658ReceiptData',5002 EIP2930: 'EthereumReceiptEip658ReceiptData',5003 EIP1559: 'EthereumReceiptEip658ReceiptData'5004 }5005 },5006 500750085009 EthereumReceiptEip658ReceiptData: {5010 statusCode: 'u8',5011 usedGas: 'U256',5012 logsBloom: 'EthbloomBloom',5013 logs: 'Vec<EthereumLog>'5014 },5015 501650175018 EthereumBlock: {5019 header: 'EthereumHeader',5020 transactions: 'Vec<EthereumTransactionTransactionV2>',5021 ommers: 'Vec<EthereumHeader>'5022 },5023 502450255026 EthereumHeader: {5027 parentHash: 'H256',5028 ommersHash: 'H256',5029 beneficiary: 'H160',5030 stateRoot: 'H256',5031 transactionsRoot: 'H256',5032 receiptsRoot: 'H256',5033 logsBloom: 'EthbloomBloom',5034 difficulty: 'U256',5035 number: 'U256',5036 gasLimit: 'U256',5037 gasUsed: 'U256',5038 timestamp: 'u64',5039 extraData: 'Bytes',5040 mixHash: 'H256',5041 nonce: 'EthereumTypesHashH64'5042 },5043 504450455046 EthereumTypesHashH64: '[u8;8]',5047 504850495050 PalletEthereumError: {5051 _enum: ['InvalidSignature', 'PreLogExists']5052 },5053 505450555056 PalletEvmCoderSubstrateError: {5057 _enum: ['OutOfGas', 'OutOfFund']5058 },5059 506050615062 UpDataStructsSponsorshipStateBasicCrossAccountIdRepr: {5063 _enum: {5064 Disabled: 'Null',5065 Unconfirmed: 'PalletEvmAccountBasicCrossAccountIdRepr',5066 Confirmed: 'PalletEvmAccountBasicCrossAccountIdRepr'5067 }5068 },5069 507050715072 PalletEvmContractHelpersSponsoringModeT: {5073 _enum: ['Disabled', 'Allowlisted', 'Generous']5074 },5075 507650775078 PalletEvmContractHelpersError: {5079 _enum: ['NoPermission', 'NoPendingSponsor', 'TooManyMethodsHaveSponsoredLimit']5080 },5081 508250835084 PalletEvmMigrationError: {5085 _enum: ['AccountNotEmpty', 'AccountIsNotMigrating', 'BadEvent']5086 },5087 508850895090 PalletMaintenanceError: 'Null',5091 509250935094 PalletUtilityError: {5095 _enum: ['TooManyCalls']5096 },5097 509850995100 PalletTestUtilsError: {5101 _enum: ['TestPalletDisabled', 'TriggerRollback']5102 },5103 510451055106 SpRuntimeMultiSignature: {5107 _enum: {5108 Ed25519: 'SpCoreEd25519Signature',5109 Sr25519: 'SpCoreSr25519Signature',5110 Ecdsa: 'SpCoreEcdsaSignature'5111 }5112 },5113 511451155116 SpCoreEd25519Signature: '[u8;64]',5117 511851195120 SpCoreSr25519Signature: '[u8;64]',5121 512251235124 SpCoreEcdsaSignature: '[u8;65]',5125 512651275128 FrameSystemExtensionsCheckSpecVersion: 'Null',5129 513051315132 FrameSystemExtensionsCheckTxVersion: 'Null',5133 513451355136 FrameSystemExtensionsCheckGenesis: 'Null',5137 513851395140 FrameSystemExtensionsCheckNonce: 'Compact<u32>',5141 514251435144 FrameSystemExtensionsCheckWeight: 'Null',5145 514651475148 OpalRuntimeRuntimeCommonMaintenanceCheckMaintenance: 'Null',5149 515051515152 OpalRuntimeRuntimeCommonIdentityDisableIdentityCalls: 'Null',5153 515451555156 PalletTemplateTransactionPaymentChargeTransactionPayment: 'Compact<u128>',5157 515851595160 OpalRuntimeRuntime: 'Null',5161 516251635164 PalletEthereumFakeTransactionFinalizer: 'Null'5165};