difftreelog
fix regenerate tests types
in: master
6 files changed
tests/src/interfaces/augment-api-errors.tsdiffbeforeafterboth156 * Item balance not enough.156 * Item balance not enough.157 **/157 **/158 TokenValueTooLow: AugmentedError<ApiType>;158 TokenValueTooLow: AugmentedError<ApiType>;159 /**160 * variable_data exceeded data limit.161 **/162 TokenVariableDataLimitExceeded: AugmentedError<ApiType>;163 /**159 /**164 * Total collections bound exceeded.160 * Total collections bound exceeded.165 **/161 **/tests/src/interfaces/augment-api-query.tsdiffbeforeafterboth585 * Collection id (controlled?2), token id (controlled?2)585 * Collection id (controlled?2), token id (controlled?2)586 **/586 **/587 reFungibleTransferBasket: AugmentedQuery<ApiType, (arg1: u32 | AnyNumber | Uint8Array, arg2: u32 | AnyNumber | Uint8Array, arg3: AccountId32 | string | Uint8Array) => Observable<Option<u32>>, [u32, u32, AccountId32]> & QueryableStorageEntry<ApiType, [u32, u32, AccountId32]>;587 reFungibleTransferBasket: AugmentedQuery<ApiType, (arg1: u32 | AnyNumber | Uint8Array, arg2: u32 | AnyNumber | Uint8Array, arg3: AccountId32 | string | Uint8Array) => Observable<Option<u32>>, [u32, u32, AccountId32]> & QueryableStorageEntry<ApiType, [u32, u32, AccountId32]>;588 /**589 * Variable metadata sponsoring590 * Collection id (controlled?2), token id (controlled?2)591 **/592 variableMetaDataBasket: AugmentedQuery<ApiType, (arg1: u32 | AnyNumber | Uint8Array, arg2: u32 | AnyNumber | Uint8Array) => Observable<Option<u32>>, [u32, u32]> & QueryableStorageEntry<ApiType, [u32, u32]>;593 /**588 /**594 * Generic query589 * Generic query595 **/590 **/tests/src/interfaces/augment-api-tx.tsdiffbeforeafterboth334import type { ApiTypes } from '@polkadot/api-base/types';4import type { ApiTypes } from '@polkadot/api-base/types';5import type { Bytes, Compact, Option, U256, Vec, bool, u128, u16, u32, u64 } from '@polkadot/types-codec';5import type { Bytes, Compact, Option, U256, Vec, bool, u128, u16, u32, u64 } from '@polkadot/types-codec';6import type { AnyNumber, IMethod, ITuple } from '@polkadot/types-codec/types';6import type { AnyNumber, ITuple } from '@polkadot/types-codec/types';7import type { AccountId32, Call, H160, H256, MultiAddress, Perbill } from '@polkadot/types/interfaces/runtime';7import type { AccountId32, Call, H160, H256, MultiAddress, Perbill } from '@polkadot/types/interfaces/runtime';8import type { CumulusPrimitivesParachainInherentParachainInherentData, EthereumTransactionTransactionV2, OrmlVestingVestingSchedule, PalletEvmAccountBasicCrossAccountIdRepr, UpDataStructsAccessMode, UpDataStructsCollectionLimits, UpDataStructsCollectionMode, UpDataStructsCreateCollectionData, UpDataStructsCreateItemData, UpDataStructsCreateItemExData, UpDataStructsMetaUpdatePermission, UpDataStructsProperty, UpDataStructsPropertyKeyPermission, UpDataStructsSchemaVersion, XcmV1MultiLocation, XcmV2WeightLimit, XcmVersionedMultiAssets, XcmVersionedMultiLocation, XcmVersionedXcm } from '@polkadot/types/lookup';8import type { CumulusPrimitivesParachainInherentParachainInherentData, EthereumTransactionTransactionV2, OrmlVestingVestingSchedule, PalletEvmAccountBasicCrossAccountIdRepr, UpDataStructsAccessMode, UpDataStructsCollectionLimits, UpDataStructsCollectionMode, UpDataStructsCreateCollectionData, UpDataStructsCreateItemData, UpDataStructsCreateItemExData, UpDataStructsMetaUpdatePermission, UpDataStructsProperty, UpDataStructsPropertyKeyPermission, UpDataStructsSchemaVersion, XcmV1MultiLocation, XcmV2WeightLimit, XcmVersionedMultiAssets, XcmVersionedMultiLocation, XcmVersionedXcm } from '@polkadot/types/lookup';99378 * - Weight of derivative `call` execution + 10,000.378 * - Weight of derivative `call` execution + 10,000.379 * # </weight>379 * # </weight>380 **/380 **/381 sudo: AugmentedSubmittable<(call: Call | IMethod | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [Call]>;381 sudo: AugmentedSubmittable<(call: Call) => SubmittableExtrinsic<ApiType>, [Call]>;382 /**382 /**383 * Authenticates the sudo key and dispatches a function call with `Signed` origin from383 * Authenticates the sudo key and dispatches a function call with `Signed` origin from384 * a given account.384 * a given account.392 * - Weight of derivative `call` execution + 10,000.392 * - Weight of derivative `call` execution + 10,000.393 * # </weight>393 * # </weight>394 **/394 **/395 sudoAs: AugmentedSubmittable<(who: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, call: Call | IMethod | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [MultiAddress, Call]>;395 sudoAs: AugmentedSubmittable<(who: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, call: Call) => SubmittableExtrinsic<ApiType>, [MultiAddress, Call]>;396 /**396 /**397 * Authenticates the sudo key and dispatches a function call with `Root` origin.397 * Authenticates the sudo key and dispatches a function call with `Root` origin.398 * This function does not check the weight of the call, and instead allows the398 * This function does not check the weight of the call, and instead allows the405 * - The weight of this call is defined by the caller.405 * - The weight of this call is defined by the caller.406 * # </weight>406 * # </weight>407 **/407 **/408 sudoUncheckedWeight: AugmentedSubmittable<(call: Call | IMethod | string | Uint8Array, weight: u64 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [Call, u64]>;408 sudoUncheckedWeight: AugmentedSubmittable<(call: Call, weight: u64 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [Call, u64]>;409 /**409 /**410 * Generic tx410 * Generic tx411 **/411 **/779 * * address.779 * * address.780 **/780 **/781 removeFromAllowList: AugmentedSubmittable<(collectionId: u32 | AnyNumber | Uint8Array, address: PalletEvmAccountBasicCrossAccountIdRepr | { Substrate: any } | { Ethereum: any } | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [u32, PalletEvmAccountBasicCrossAccountIdRepr]>;781 removeFromAllowList: AugmentedSubmittable<(collectionId: u32 | AnyNumber | Uint8Array, address: PalletEvmAccountBasicCrossAccountIdRepr | { Substrate: any } | { Ethereum: any } | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [u32, PalletEvmAccountBasicCrossAccountIdRepr]>;782 setCollectionLimits: AugmentedSubmittable<(collectionId: u32 | AnyNumber | Uint8Array, newLimit: UpDataStructsCollectionLimits | { accountTokenOwnershipLimit?: any; sponsoredDataSize?: any; sponsoredDataRateLimit?: any; tokenLimit?: any; sponsorTransferTimeout?: any; sponsorApproveTimeout?: any; ownerCanTransfer?: any; ownerCanDestroy?: any; transfersEnabled?: any; nestingRule?: any } | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [u32, UpDataStructsCollectionLimits]>;782 setCollectionLimits: AugmentedSubmittable<(collectionId: u32 | AnyNumber | Uint8Array, newLimit: UpDataStructsCollectionLimits | { accountTokenOwnershipLimit?: any; sponsoredDataSize?: any; tokenLimit?: any; sponsorTransferTimeout?: any; sponsorApproveTimeout?: any; ownerCanTransfer?: any; ownerCanDestroy?: any; transfersEnabled?: any; nestingRule?: any } | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [u32, UpDataStructsCollectionLimits]>;783 setCollectionProperties: AugmentedSubmittable<(collectionId: u32 | AnyNumber | Uint8Array, properties: Vec<UpDataStructsProperty> | (UpDataStructsProperty | { key?: any; value?: any } | string | Uint8Array)[]) => SubmittableExtrinsic<ApiType>, [u32, Vec<UpDataStructsProperty>]>;783 setCollectionProperties: AugmentedSubmittable<(collectionId: u32 | AnyNumber | Uint8Array, properties: Vec<UpDataStructsProperty> | (UpDataStructsProperty | { key?: any; value?: any } | string | Uint8Array)[]) => SubmittableExtrinsic<ApiType>, [u32, Vec<UpDataStructsProperty>]>;784 /**784 /**785 * # Permissions785 * # Permissions900 * * value: New flag value.900 * * value: New flag value.901 **/901 **/902 setTransfersEnabledFlag: AugmentedSubmittable<(collectionId: u32 | AnyNumber | Uint8Array, value: bool | boolean | Uint8Array) => SubmittableExtrinsic<ApiType>, [u32, bool]>;902 setTransfersEnabledFlag: AugmentedSubmittable<(collectionId: u32 | AnyNumber | Uint8Array, value: bool | boolean | Uint8Array) => SubmittableExtrinsic<ApiType>, [u32, bool]>;903 /**904 * Set off-chain data schema.905 * 906 * # Permissions907 * 908 * * Collection Owner909 * * Collection Admin910 * 911 * # Arguments912 * 913 * * collection_id.914 * 915 * * schema: String representing the offchain data schema.916 **/917 setVariableMetaData: AugmentedSubmittable<(collectionId: u32 | AnyNumber | Uint8Array, itemId: u32 | AnyNumber | Uint8Array, data: Bytes | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [u32, u32, Bytes]>;918 /**903 /**919 * Change ownership of the token.904 * Change ownership of the token.920 * 905 * tests/src/interfaces/lookup.tsdiffbeforeafterboth1360 itemId: 'u32',1360 itemId: 'u32',1361 value: 'u128',1361 value: 'u128',1362 },1362 },1363 set_variable_meta_data: {1364 collectionId: 'u32',1365 itemId: 'u32',1366 data: 'Bytes',1367 },1368 set_meta_update_permission_flag: {1363 set_meta_update_permission_flag: {1369 collectionId: 'u32',1364 collectionId: 'u32',1370 value: 'UpDataStructsMetaUpdatePermission',1365 value: 'UpDataStructsMetaUpdatePermission',1433 UpDataStructsCollectionLimits: {1428 UpDataStructsCollectionLimits: {1434 accountTokenOwnershipLimit: 'Option<u32>',1429 accountTokenOwnershipLimit: 'Option<u32>',1435 sponsoredDataSize: 'Option<u32>',1430 sponsoredDataSize: 'Option<u32>',1436 sponsoredDataRateLimit: 'Option<UpDataStructsSponsoringRateLimit>',1437 tokenLimit: 'Option<u32>',1431 tokenLimit: 'Option<u32>',1438 sponsorTransferTimeout: 'Option<u32>',1432 sponsorTransferTimeout: 'Option<u32>',1439 sponsorApproveTimeout: 'Option<u32>',1433 sponsorApproveTimeout: 'Option<u32>',1442 transfersEnabled: 'Option<bool>',1436 transfersEnabled: 'Option<bool>',1443 nestingRule: 'Option<UpDataStructsNestingRule>'1437 nestingRule: 'Option<UpDataStructsNestingRule>'1444 },1438 },1445 /**1446 * Lookup167: up_data_structs::SponsoringRateLimit1447 **/1448 UpDataStructsSponsoringRateLimit: {1449 _enum: {1450 SponsoringDisabled: 'Null',1451 Blocks: 'u32'1452 }1453 },1454 /**1439 /**1455 * Lookup170: up_data_structs::NestingRule1440 * Lookup168: up_data_structs::NestingRule1456 **/1441 **/1457 UpDataStructsNestingRule: {1442 UpDataStructsNestingRule: {1458 _enum: {1443 _enum: {1459 Disabled: 'Null',1444 Disabled: 'Null',1460 Owner: 'Null',1445 Owner: 'Null',1461 OwnerRestricted: 'BTreeSet<u32>'1446 OwnerRestricted: 'FrameSupportStorageBoundedBTreeSet'1462 }1447 }1463 },1448 },1449 /**1450 * Lookup169: frame_support::storage::bounded_btree_set::BoundedBTreeSet<up_data_structs::CollectionId, S>1451 **/1452 FrameSupportStorageBoundedBTreeSet: 'BTreeSet<u32>',1464 /**1453 /**1465 * Lookup177: up_data_structs::MetaUpdatePermission1454 * Lookup175: up_data_structs::MetaUpdatePermission1466 **/1455 **/1467 UpDataStructsMetaUpdatePermission: {1456 UpDataStructsMetaUpdatePermission: {1468 _enum: ['ItemOwner', 'Admin', 'None']1457 _enum: ['ItemOwner', 'Admin', 'None']1469 },1458 },1470 /**1459 /**1471 * Lookup179: up_data_structs::PropertyKeyPermission1460 * Lookup177: up_data_structs::PropertyKeyPermission1472 **/1461 **/1473 UpDataStructsPropertyKeyPermission: {1462 UpDataStructsPropertyKeyPermission: {1474 key: 'Bytes',1463 key: 'Bytes',1475 permission: 'UpDataStructsPropertyPermission'1464 permission: 'UpDataStructsPropertyPermission'1476 },1465 },1477 /**1466 /**1478 * Lookup181: up_data_structs::PropertyPermission1467 * Lookup179: up_data_structs::PropertyPermission1479 **/1468 **/1480 UpDataStructsPropertyPermission: {1469 UpDataStructsPropertyPermission: {1481 mutable: 'bool',1470 mutable: 'bool',1482 collectionAdmin: 'bool',1471 collectionAdmin: 'bool',1483 tokenOwner: 'bool'1472 tokenOwner: 'bool'1484 },1473 },1485 /**1474 /**1486 * Lookup184: up_data_structs::Property1475 * Lookup182: up_data_structs::Property1487 **/1476 **/1488 UpDataStructsProperty: {1477 UpDataStructsProperty: {1489 key: 'Bytes',1478 key: 'Bytes',1490 value: 'Bytes'1479 value: 'Bytes'1491 },1480 },1492 /**1481 /**1493 * Lookup186: pallet_evm::account::BasicCrossAccountIdRepr<sp_core::crypto::AccountId32>1482 * Lookup184: pallet_evm::account::BasicCrossAccountIdRepr<sp_core::crypto::AccountId32>1494 **/1483 **/1495 PalletEvmAccountBasicCrossAccountIdRepr: {1484 PalletEvmAccountBasicCrossAccountIdRepr: {1496 _enum: {1485 _enum: {1497 Substrate: 'AccountId32',1486 Substrate: 'AccountId32',1498 Ethereum: 'H160'1487 Ethereum: 'H160'1499 }1488 }1500 },1489 },1501 /**1490 /**1502 * Lookup188: up_data_structs::CreateItemData1491 * Lookup186: up_data_structs::CreateItemData1503 **/1492 **/1504 UpDataStructsCreateItemData: {1493 UpDataStructsCreateItemData: {1505 _enum: {1494 _enum: {1506 NFT: 'UpDataStructsCreateNftData',1495 NFT: 'UpDataStructsCreateNftData',1507 Fungible: 'UpDataStructsCreateFungibleData',1496 Fungible: 'UpDataStructsCreateFungibleData',1508 ReFungible: 'UpDataStructsCreateReFungibleData'1497 ReFungible: 'UpDataStructsCreateReFungibleData'1509 }1498 }1510 },1499 },1511 /**1500 /**1512 * Lookup189: up_data_structs::CreateNftData1501 * Lookup187: up_data_structs::CreateNftData1513 **/1502 **/1514 UpDataStructsCreateNftData: {1503 UpDataStructsCreateNftData: {1515 constData: 'Bytes',1504 constData: 'Bytes',1516 variableData: 'Bytes',1517 properties: 'Vec<UpDataStructsProperty>'1505 properties: 'Vec<UpDataStructsProperty>'1518 },1506 },1519 /**1507 /**1520 * Lookup191: up_data_structs::CreateFungibleData1508 * Lookup189: up_data_structs::CreateFungibleData1521 **/1509 **/1522 UpDataStructsCreateFungibleData: {1510 UpDataStructsCreateFungibleData: {1523 value: 'u128'1511 value: 'u128'1524 },1512 },1525 /**1513 /**1526 * Lookup192: up_data_structs::CreateReFungibleData1514 * Lookup190: up_data_structs::CreateReFungibleData1527 **/1515 **/1528 UpDataStructsCreateReFungibleData: {1516 UpDataStructsCreateReFungibleData: {1529 constData: 'Bytes',1517 constData: 'Bytes',1530 variableData: 'Bytes',1531 pieces: 'u128'1518 pieces: 'u128'1532 },1519 },1533 /**1520 /**1534 * Lookup196: up_data_structs::CreateItemExData<pallet_evm::account::BasicCrossAccountIdRepr<sp_core::crypto::AccountId32>>1521 * Lookup194: up_data_structs::CreateItemExData<pallet_evm::account::BasicCrossAccountIdRepr<sp_core::crypto::AccountId32>>1535 **/1522 **/1536 UpDataStructsCreateItemExData: {1523 UpDataStructsCreateItemExData: {1537 _enum: {1524 _enum: {1538 NFT: 'Vec<UpDataStructsCreateNftExData>',1525 NFT: 'Vec<UpDataStructsCreateNftExData>',1541 RefungibleMultipleOwners: 'UpDataStructsCreateRefungibleExData'1528 RefungibleMultipleOwners: 'UpDataStructsCreateRefungibleExData'1542 }1529 }1543 },1530 },1544 /**1531 /**1545 * Lookup198: up_data_structs::CreateNftExData<pallet_evm::account::BasicCrossAccountIdRepr<sp_core::crypto::AccountId32>>1532 * Lookup196: up_data_structs::CreateNftExData<pallet_evm::account::BasicCrossAccountIdRepr<sp_core::crypto::AccountId32>>1546 **/1533 **/1547 UpDataStructsCreateNftExData: {1534 UpDataStructsCreateNftExData: {1548 constData: 'Bytes',1535 constData: 'Bytes',1549 variableData: 'Bytes',1550 properties: 'Vec<UpDataStructsProperty>',1536 properties: 'Vec<UpDataStructsProperty>',1551 owner: 'PalletEvmAccountBasicCrossAccountIdRepr'1537 owner: 'PalletEvmAccountBasicCrossAccountIdRepr'1552 },1538 },1553 /**1539 /**1554 * Lookup205: up_data_structs::CreateRefungibleExData<pallet_evm::account::BasicCrossAccountIdRepr<sp_core::crypto::AccountId32>>1540 * Lookup203: up_data_structs::CreateRefungibleExData<pallet_evm::account::BasicCrossAccountIdRepr<sp_core::crypto::AccountId32>>1555 **/1541 **/1556 UpDataStructsCreateRefungibleExData: {1542 UpDataStructsCreateRefungibleExData: {1557 constData: 'Bytes',1543 constData: 'Bytes',1558 variableData: 'Bytes',1559 users: 'BTreeMap<PalletEvmAccountBasicCrossAccountIdRepr, u128>'1544 users: 'BTreeMap<PalletEvmAccountBasicCrossAccountIdRepr, u128>'1560 },1545 },1561 /**1546 /**1562 * Lookup207: pallet_template_transaction_payment::Call<T>1547 * Lookup205: pallet_template_transaction_payment::Call<T>1563 **/1548 **/1564 PalletTemplateTransactionPaymentCall: 'Null',1549 PalletTemplateTransactionPaymentCall: 'Null',1565 /**1550 /**1566 * Lookup208: pallet_structure::pallet::Call<T>1551 * Lookup206: pallet_structure::pallet::Call<T>1567 **/1552 **/1568 PalletStructureCall: 'Null',1553 PalletStructureCall: 'Null',1569 /**1554 /**1570 * Lookup209: pallet_evm::pallet::Call<T>1555 * Lookup207: pallet_evm::pallet::Call<T>1571 **/1556 **/1572 PalletEvmCall: {1557 PalletEvmCall: {1573 _enum: {1558 _enum: {1574 withdraw: {1559 withdraw: {1609 }1594 }1610 }1595 }1611 },1596 },1612 /**1597 /**1613 * Lookup215: pallet_ethereum::pallet::Call<T>1598 * Lookup213: pallet_ethereum::pallet::Call<T>1614 **/1599 **/1615 PalletEthereumCall: {1600 PalletEthereumCall: {1616 _enum: {1601 _enum: {1617 transact: {1602 transact: {1618 transaction: 'EthereumTransactionTransactionV2'1603 transaction: 'EthereumTransactionTransactionV2'1619 }1604 }1620 }1605 }1621 },1606 },1622 /**1607 /**1623 * Lookup216: ethereum::transaction::TransactionV21608 * Lookup214: ethereum::transaction::TransactionV21624 **/1609 **/1625 EthereumTransactionTransactionV2: {1610 EthereumTransactionTransactionV2: {1626 _enum: {1611 _enum: {1627 Legacy: 'EthereumTransactionLegacyTransaction',1612 Legacy: 'EthereumTransactionLegacyTransaction',1628 EIP2930: 'EthereumTransactionEip2930Transaction',1613 EIP2930: 'EthereumTransactionEip2930Transaction',1629 EIP1559: 'EthereumTransactionEip1559Transaction'1614 EIP1559: 'EthereumTransactionEip1559Transaction'1630 }1615 }1631 },1616 },1632 /**1617 /**1633 * Lookup217: ethereum::transaction::LegacyTransaction1618 * Lookup215: ethereum::transaction::LegacyTransaction1634 **/1619 **/1635 EthereumTransactionLegacyTransaction: {1620 EthereumTransactionLegacyTransaction: {1636 nonce: 'U256',1621 nonce: 'U256',1637 gasPrice: 'U256',1622 gasPrice: 'U256',1641 input: 'Bytes',1626 input: 'Bytes',1642 signature: 'EthereumTransactionTransactionSignature'1627 signature: 'EthereumTransactionTransactionSignature'1643 },1628 },1644 /**1629 /**1645 * Lookup218: ethereum::transaction::TransactionAction1630 * Lookup216: ethereum::transaction::TransactionAction1646 **/1631 **/1647 EthereumTransactionTransactionAction: {1632 EthereumTransactionTransactionAction: {1648 _enum: {1633 _enum: {1649 Call: 'H160',1634 Call: 'H160',1650 Create: 'Null'1635 Create: 'Null'1651 }1636 }1652 },1637 },1653 /**1638 /**1654 * Lookup219: ethereum::transaction::TransactionSignature1639 * Lookup217: ethereum::transaction::TransactionSignature1655 **/1640 **/1656 EthereumTransactionTransactionSignature: {1641 EthereumTransactionTransactionSignature: {1657 v: 'u64',1642 v: 'u64',1658 r: 'H256',1643 r: 'H256',1659 s: 'H256'1644 s: 'H256'1660 },1645 },1661 /**1646 /**1662 * Lookup221: ethereum::transaction::EIP2930Transaction1647 * Lookup219: ethereum::transaction::EIP2930Transaction1663 **/1648 **/1664 EthereumTransactionEip2930Transaction: {1649 EthereumTransactionEip2930Transaction: {1665 chainId: 'u64',1650 chainId: 'u64',1666 nonce: 'U256',1651 nonce: 'U256',1674 r: 'H256',1659 r: 'H256',1675 s: 'H256'1660 s: 'H256'1676 },1661 },1677 /**1662 /**1678 * Lookup223: ethereum::transaction::AccessListItem1663 * Lookup221: ethereum::transaction::AccessListItem1679 **/1664 **/1680 EthereumTransactionAccessListItem: {1665 EthereumTransactionAccessListItem: {1681 address: 'H160',1666 address: 'H160',1682 storageKeys: 'Vec<H256>'1667 storageKeys: 'Vec<H256>'1683 },1668 },1684 /**1669 /**1685 * Lookup224: ethereum::transaction::EIP1559Transaction1670 * Lookup222: ethereum::transaction::EIP1559Transaction1686 **/1671 **/1687 EthereumTransactionEip1559Transaction: {1672 EthereumTransactionEip1559Transaction: {1688 chainId: 'u64',1673 chainId: 'u64',1689 nonce: 'U256',1674 nonce: 'U256',1698 r: 'H256',1683 r: 'H256',1699 s: 'H256'1684 s: 'H256'1700 },1685 },1701 /**1686 /**1702 * Lookup225: pallet_evm_migration::pallet::Call<T>1687 * Lookup223: pallet_evm_migration::pallet::Call<T>1703 **/1688 **/1704 PalletEvmMigrationCall: {1689 PalletEvmMigrationCall: {1705 _enum: {1690 _enum: {1706 begin: {1691 begin: {1716 }1701 }1717 }1702 }1718 },1703 },1719 /**1704 /**1720 * Lookup228: pallet_sudo::pallet::Event<T>1705 * Lookup226: pallet_sudo::pallet::Event<T>1721 **/1706 **/1722 PalletSudoEvent: {1707 PalletSudoEvent: {1723 _enum: {1708 _enum: {1724 Sudid: {1709 Sudid: {1732 }1717 }1733 }1718 }1734 },1719 },1735 /**1720 /**1736 * Lookup230: sp_runtime::DispatchError1721 * Lookup228: sp_runtime::DispatchError1737 **/1722 **/1738 SpRuntimeDispatchError: {1723 SpRuntimeDispatchError: {1739 _enum: {1724 _enum: {1740 Other: 'Null',1725 Other: 'Null',1749 Transactional: 'SpRuntimeTransactionalError'1734 Transactional: 'SpRuntimeTransactionalError'1750 }1735 }1751 },1736 },1752 /**1737 /**1753 * Lookup231: sp_runtime::ModuleError1738 * Lookup229: sp_runtime::ModuleError1754 **/1739 **/1755 SpRuntimeModuleError: {1740 SpRuntimeModuleError: {1756 index: 'u8',1741 index: 'u8',1757 error: '[u8;4]'1742 error: '[u8;4]'1758 },1743 },1759 /**1744 /**1760 * Lookup232: sp_runtime::TokenError1745 * Lookup230: sp_runtime::TokenError1761 **/1746 **/1762 SpRuntimeTokenError: {1747 SpRuntimeTokenError: {1763 _enum: ['NoFunds', 'WouldDie', 'BelowMinimum', 'CannotCreate', 'UnknownAsset', 'Frozen', 'Unsupported']1748 _enum: ['NoFunds', 'WouldDie', 'BelowMinimum', 'CannotCreate', 'UnknownAsset', 'Frozen', 'Unsupported']1764 },1749 },1765 /**1750 /**1766 * Lookup233: sp_runtime::ArithmeticError1751 * Lookup231: sp_runtime::ArithmeticError1767 **/1752 **/1768 SpRuntimeArithmeticError: {1753 SpRuntimeArithmeticError: {1769 _enum: ['Underflow', 'Overflow', 'DivisionByZero']1754 _enum: ['Underflow', 'Overflow', 'DivisionByZero']1770 },1755 },1771 /**1756 /**1772 * Lookup234: sp_runtime::TransactionalError1757 * Lookup232: sp_runtime::TransactionalError1773 **/1758 **/1774 SpRuntimeTransactionalError: {1759 SpRuntimeTransactionalError: {1775 _enum: ['LimitReached', 'NoLayer']1760 _enum: ['LimitReached', 'NoLayer']1776 },1761 },1777 /**1762 /**1778 * Lookup235: pallet_sudo::pallet::Error<T>1763 * Lookup233: pallet_sudo::pallet::Error<T>1779 **/1764 **/1780 PalletSudoError: {1765 PalletSudoError: {1781 _enum: ['RequireSudo']1766 _enum: ['RequireSudo']1782 },1767 },1783 /**1768 /**1784 * Lookup236: frame_system::AccountInfo<Index, pallet_balances::AccountData<Balance>>1769 * Lookup234: frame_system::AccountInfo<Index, pallet_balances::AccountData<Balance>>1785 **/1770 **/1786 FrameSystemAccountInfo: {1771 FrameSystemAccountInfo: {1787 nonce: 'u32',1772 nonce: 'u32',1788 consumers: 'u32',1773 consumers: 'u32',1789 providers: 'u32',1774 providers: 'u32',1790 sufficients: 'u32',1775 sufficients: 'u32',1791 data: 'PalletBalancesAccountData'1776 data: 'PalletBalancesAccountData'1792 },1777 },1793 /**1778 /**1794 * Lookup237: frame_support::weights::PerDispatchClass<T>1779 * Lookup235: frame_support::weights::PerDispatchClass<T>1795 **/1780 **/1796 FrameSupportWeightsPerDispatchClassU64: {1781 FrameSupportWeightsPerDispatchClassU64: {1797 normal: 'u64',1782 normal: 'u64',1798 operational: 'u64',1783 operational: 'u64',1799 mandatory: 'u64'1784 mandatory: 'u64'1800 },1785 },1801 /**1786 /**1802 * Lookup238: sp_runtime::generic::digest::Digest1787 * Lookup236: sp_runtime::generic::digest::Digest1803 **/1788 **/1804 SpRuntimeDigest: {1789 SpRuntimeDigest: {1805 logs: 'Vec<SpRuntimeDigestDigestItem>'1790 logs: 'Vec<SpRuntimeDigestDigestItem>'1806 },1791 },1807 /**1792 /**1808 * Lookup240: sp_runtime::generic::digest::DigestItem1793 * Lookup238: sp_runtime::generic::digest::DigestItem1809 **/1794 **/1810 SpRuntimeDigestDigestItem: {1795 SpRuntimeDigestDigestItem: {1811 _enum: {1796 _enum: {1812 Other: 'Bytes',1797 Other: 'Bytes',1820 RuntimeEnvironmentUpdated: 'Null'1805 RuntimeEnvironmentUpdated: 'Null'1821 }1806 }1822 },1807 },1823 /**1808 /**1824 * Lookup242: frame_system::EventRecord<opal_runtime::Event, primitive_types::H256>1809 * Lookup240: frame_system::EventRecord<opal_runtime::Event, primitive_types::H256>1825 **/1810 **/1826 FrameSystemEventRecord: {1811 FrameSystemEventRecord: {1827 phase: 'FrameSystemPhase',1812 phase: 'FrameSystemPhase',1828 event: 'Event',1813 event: 'Event',1829 topics: 'Vec<H256>'1814 topics: 'Vec<H256>'1830 },1815 },1831 /**1816 /**1832 * Lookup244: frame_system::pallet::Event<T>1817 * Lookup242: frame_system::pallet::Event<T>1833 **/1818 **/1834 FrameSystemEvent: {1819 FrameSystemEvent: {1835 _enum: {1820 _enum: {1836 ExtrinsicSuccess: {1821 ExtrinsicSuccess: {1856 }1841 }1857 }1842 }1858 },1843 },1859 /**1844 /**1860 * Lookup245: frame_support::weights::DispatchInfo1845 * Lookup243: frame_support::weights::DispatchInfo1861 **/1846 **/1862 FrameSupportWeightsDispatchInfo: {1847 FrameSupportWeightsDispatchInfo: {1863 weight: 'u64',1848 weight: 'u64',1864 class: 'FrameSupportWeightsDispatchClass',1849 class: 'FrameSupportWeightsDispatchClass',1865 paysFee: 'FrameSupportWeightsPays'1850 paysFee: 'FrameSupportWeightsPays'1866 },1851 },1867 /**1852 /**1868 * Lookup246: frame_support::weights::DispatchClass1853 * Lookup244: frame_support::weights::DispatchClass1869 **/1854 **/1870 FrameSupportWeightsDispatchClass: {1855 FrameSupportWeightsDispatchClass: {1871 _enum: ['Normal', 'Operational', 'Mandatory']1856 _enum: ['Normal', 'Operational', 'Mandatory']1872 },1857 },1873 /**1858 /**1874 * Lookup247: frame_support::weights::Pays1859 * Lookup245: frame_support::weights::Pays1875 **/1860 **/1876 FrameSupportWeightsPays: {1861 FrameSupportWeightsPays: {1877 _enum: ['Yes', 'No']1862 _enum: ['Yes', 'No']1878 },1863 },1879 /**1864 /**1880 * Lookup248: orml_vesting::module::Event<T>1865 * Lookup246: orml_vesting::module::Event<T>1881 **/1866 **/1882 OrmlVestingModuleEvent: {1867 OrmlVestingModuleEvent: {1883 _enum: {1868 _enum: {1884 VestingScheduleAdded: {1869 VestingScheduleAdded: {1895 }1880 }1896 }1881 }1897 },1882 },1898 /**1883 /**1899 * Lookup249: cumulus_pallet_xcmp_queue::pallet::Event<T>1884 * Lookup247: cumulus_pallet_xcmp_queue::pallet::Event<T>1900 **/1885 **/1901 CumulusPalletXcmpQueueEvent: {1886 CumulusPalletXcmpQueueEvent: {1902 _enum: {1887 _enum: {1903 Success: 'Option<H256>',1888 Success: 'Option<H256>',1910 OverweightServiced: '(u64,u64)'1895 OverweightServiced: '(u64,u64)'1911 }1896 }1912 },1897 },1913 /**1898 /**1914 * Lookup250: pallet_xcm::pallet::Event<T>1899 * Lookup248: pallet_xcm::pallet::Event<T>1915 **/1900 **/1916 PalletXcmEvent: {1901 PalletXcmEvent: {1917 _enum: {1902 _enum: {1918 Attempted: 'XcmV2TraitsOutcome',1903 Attempted: 'XcmV2TraitsOutcome',1933 NotifyTargetMigrationFail: '(XcmVersionedMultiLocation,u64)'1918 NotifyTargetMigrationFail: '(XcmVersionedMultiLocation,u64)'1934 }1919 }1935 },1920 },1936 /**1921 /**1937 * Lookup251: xcm::v2::traits::Outcome1922 * Lookup249: xcm::v2::traits::Outcome1938 **/1923 **/1939 XcmV2TraitsOutcome: {1924 XcmV2TraitsOutcome: {1940 _enum: {1925 _enum: {1941 Complete: 'u64',1926 Complete: 'u64',1942 Incomplete: '(u64,XcmV2TraitsError)',1927 Incomplete: '(u64,XcmV2TraitsError)',1943 Error: 'XcmV2TraitsError'1928 Error: 'XcmV2TraitsError'1944 }1929 }1945 },1930 },1946 /**1931 /**1947 * Lookup253: cumulus_pallet_xcm::pallet::Event<T>1932 * Lookup251: cumulus_pallet_xcm::pallet::Event<T>1948 **/1933 **/1949 CumulusPalletXcmEvent: {1934 CumulusPalletXcmEvent: {1950 _enum: {1935 _enum: {1951 InvalidFormat: '[u8;8]',1936 InvalidFormat: '[u8;8]',1952 UnsupportedVersion: '[u8;8]',1937 UnsupportedVersion: '[u8;8]',1953 ExecutedDownward: '([u8;8],XcmV2TraitsOutcome)'1938 ExecutedDownward: '([u8;8],XcmV2TraitsOutcome)'1954 }1939 }1955 },1940 },1956 /**1941 /**1957 * Lookup254: cumulus_pallet_dmp_queue::pallet::Event<T>1942 * Lookup252: cumulus_pallet_dmp_queue::pallet::Event<T>1958 **/1943 **/1959 CumulusPalletDmpQueueEvent: {1944 CumulusPalletDmpQueueEvent: {1960 _enum: {1945 _enum: {1961 InvalidFormat: '[u8;32]',1946 InvalidFormat: '[u8;32]',1966 OverweightServiced: '(u64,u64)'1951 OverweightServiced: '(u64,u64)'1967 }1952 }1968 },1953 },1969 /**1954 /**1970 * Lookup255: pallet_unique::RawEvent<sp_core::crypto::AccountId32, pallet_evm::account::BasicCrossAccountIdRepr<sp_core::crypto::AccountId32>>1955 * Lookup253: pallet_unique::RawEvent<sp_core::crypto::AccountId32, pallet_evm::account::BasicCrossAccountIdRepr<sp_core::crypto::AccountId32>>1971 **/1956 **/1972 PalletUniqueRawEvent: {1957 PalletUniqueRawEvent: {1973 _enum: {1958 _enum: {1974 CollectionSponsorRemoved: 'u32',1959 CollectionSponsorRemoved: 'u32',1987 SchemaVersionSet: 'u32'1972 SchemaVersionSet: 'u32'1988 }1973 }1989 },1974 },1990 /**1975 /**1991 * Lookup256: pallet_common::pallet::Event<T>1976 * Lookup254: pallet_common::pallet::Event<T>1992 **/1977 **/1993 PalletCommonEvent: {1978 PalletCommonEvent: {1994 _enum: {1979 _enum: {1995 CollectionCreated: '(u32,u8,AccountId32)',1980 CollectionCreated: '(u32,u8,AccountId32)',2005 PropertyPermissionSet: '(u32,Bytes)'1990 PropertyPermissionSet: '(u32,Bytes)'2006 }1991 }2007 },1992 },2008 /**1993 /**2009 * Lookup257: pallet_structure::pallet::Event<T>1994 * Lookup255: pallet_structure::pallet::Event<T>2010 **/1995 **/2011 PalletStructureEvent: {1996 PalletStructureEvent: {2012 _enum: {1997 _enum: {2013 Executed: 'Result<Null, SpRuntimeDispatchError>'1998 Executed: 'Result<Null, SpRuntimeDispatchError>'2014 }1999 }2015 },2000 },2016 /**2001 /**2017 * Lookup258: pallet_evm::pallet::Event<T>2002 * Lookup256: pallet_evm::pallet::Event<T>2018 **/2003 **/2019 PalletEvmEvent: {2004 PalletEvmEvent: {2020 _enum: {2005 _enum: {2021 Log: 'EthereumLog',2006 Log: 'EthereumLog',2027 BalanceWithdraw: '(AccountId32,H160,U256)'2012 BalanceWithdraw: '(AccountId32,H160,U256)'2028 }2013 }2029 },2014 },2030 /**2015 /**2031 * Lookup259: ethereum::log::Log2016 * Lookup257: ethereum::log::Log2032 **/2017 **/2033 EthereumLog: {2018 EthereumLog: {2034 address: 'H160',2019 address: 'H160',2035 topics: 'Vec<H256>',2020 topics: 'Vec<H256>',2036 data: 'Bytes'2021 data: 'Bytes'2037 },2022 },2038 /**2023 /**2039 * Lookup260: pallet_ethereum::pallet::Event2024 * Lookup258: pallet_ethereum::pallet::Event2040 **/2025 **/2041 PalletEthereumEvent: {2026 PalletEthereumEvent: {2042 _enum: {2027 _enum: {2043 Executed: '(H160,H160,H256,EvmCoreErrorExitReason)'2028 Executed: '(H160,H160,H256,EvmCoreErrorExitReason)'2044 }2029 }2045 },2030 },2046 /**2031 /**2047 * Lookup261: evm_core::error::ExitReason2032 * Lookup259: evm_core::error::ExitReason2048 **/2033 **/2049 EvmCoreErrorExitReason: {2034 EvmCoreErrorExitReason: {2050 _enum: {2035 _enum: {2051 Succeed: 'EvmCoreErrorExitSucceed',2036 Succeed: 'EvmCoreErrorExitSucceed',2054 Fatal: 'EvmCoreErrorExitFatal'2039 Fatal: 'EvmCoreErrorExitFatal'2055 }2040 }2056 },2041 },2057 /**2042 /**2058 * Lookup262: evm_core::error::ExitSucceed2043 * Lookup260: evm_core::error::ExitSucceed2059 **/2044 **/2060 EvmCoreErrorExitSucceed: {2045 EvmCoreErrorExitSucceed: {2061 _enum: ['Stopped', 'Returned', 'Suicided']2046 _enum: ['Stopped', 'Returned', 'Suicided']2062 },2047 },2063 /**2048 /**2064 * Lookup263: evm_core::error::ExitError2049 * Lookup261: evm_core::error::ExitError2065 **/2050 **/2066 EvmCoreErrorExitError: {2051 EvmCoreErrorExitError: {2067 _enum: {2052 _enum: {2068 StackUnderflow: 'Null',2053 StackUnderflow: 'Null',2082 InvalidCode: 'Null'2067 InvalidCode: 'Null'2083 }2068 }2084 },2069 },2085 /**2070 /**2086 * Lookup266: evm_core::error::ExitRevert2071 * Lookup264: evm_core::error::ExitRevert2087 **/2072 **/2088 EvmCoreErrorExitRevert: {2073 EvmCoreErrorExitRevert: {2089 _enum: ['Reverted']2074 _enum: ['Reverted']2090 },2075 },2091 /**2076 /**2092 * Lookup267: evm_core::error::ExitFatal2077 * Lookup265: evm_core::error::ExitFatal2093 **/2078 **/2094 EvmCoreErrorExitFatal: {2079 EvmCoreErrorExitFatal: {2095 _enum: {2080 _enum: {2096 NotSupported: 'Null',2081 NotSupported: 'Null',2099 Other: 'Text'2084 Other: 'Text'2100 }2085 }2101 },2086 },2102 /**2087 /**2103 * Lookup268: frame_system::Phase2088 * Lookup266: frame_system::Phase2104 **/2089 **/2105 FrameSystemPhase: {2090 FrameSystemPhase: {2106 _enum: {2091 _enum: {2107 ApplyExtrinsic: 'u32',2092 ApplyExtrinsic: 'u32',2108 Finalization: 'Null',2093 Finalization: 'Null',2109 Initialization: 'Null'2094 Initialization: 'Null'2110 }2095 }2111 },2096 },2112 /**2097 /**2113 * Lookup270: frame_system::LastRuntimeUpgradeInfo2098 * Lookup268: frame_system::LastRuntimeUpgradeInfo2114 **/2099 **/2115 FrameSystemLastRuntimeUpgradeInfo: {2100 FrameSystemLastRuntimeUpgradeInfo: {2116 specVersion: 'Compact<u32>',2101 specVersion: 'Compact<u32>',2117 specName: 'Text'2102 specName: 'Text'2118 },2103 },2119 /**2104 /**2120 * Lookup271: frame_system::limits::BlockWeights2105 * Lookup269: frame_system::limits::BlockWeights2121 **/2106 **/2122 FrameSystemLimitsBlockWeights: {2107 FrameSystemLimitsBlockWeights: {2123 baseBlock: 'u64',2108 baseBlock: 'u64',2124 maxBlock: 'u64',2109 maxBlock: 'u64',2125 perClass: 'FrameSupportWeightsPerDispatchClassWeightsPerClass'2110 perClass: 'FrameSupportWeightsPerDispatchClassWeightsPerClass'2126 },2111 },2127 /**2112 /**2128 * Lookup272: frame_support::weights::PerDispatchClass<frame_system::limits::WeightsPerClass>2113 * Lookup270: frame_support::weights::PerDispatchClass<frame_system::limits::WeightsPerClass>2129 **/2114 **/2130 FrameSupportWeightsPerDispatchClassWeightsPerClass: {2115 FrameSupportWeightsPerDispatchClassWeightsPerClass: {2131 normal: 'FrameSystemLimitsWeightsPerClass',2116 normal: 'FrameSystemLimitsWeightsPerClass',2132 operational: 'FrameSystemLimitsWeightsPerClass',2117 operational: 'FrameSystemLimitsWeightsPerClass',2133 mandatory: 'FrameSystemLimitsWeightsPerClass'2118 mandatory: 'FrameSystemLimitsWeightsPerClass'2134 },2119 },2135 /**2120 /**2136 * Lookup273: frame_system::limits::WeightsPerClass2121 * Lookup271: frame_system::limits::WeightsPerClass2137 **/2122 **/2138 FrameSystemLimitsWeightsPerClass: {2123 FrameSystemLimitsWeightsPerClass: {2139 baseExtrinsic: 'u64',2124 baseExtrinsic: 'u64',2140 maxExtrinsic: 'Option<u64>',2125 maxExtrinsic: 'Option<u64>',2141 maxTotal: 'Option<u64>',2126 maxTotal: 'Option<u64>',2142 reserved: 'Option<u64>'2127 reserved: 'Option<u64>'2143 },2128 },2144 /**2129 /**2145 * Lookup275: frame_system::limits::BlockLength2130 * Lookup273: frame_system::limits::BlockLength2146 **/2131 **/2147 FrameSystemLimitsBlockLength: {2132 FrameSystemLimitsBlockLength: {2148 max: 'FrameSupportWeightsPerDispatchClassU32'2133 max: 'FrameSupportWeightsPerDispatchClassU32'2149 },2134 },2150 /**2135 /**2151 * Lookup276: frame_support::weights::PerDispatchClass<T>2136 * Lookup274: frame_support::weights::PerDispatchClass<T>2152 **/2137 **/2153 FrameSupportWeightsPerDispatchClassU32: {2138 FrameSupportWeightsPerDispatchClassU32: {2154 normal: 'u32',2139 normal: 'u32',2155 operational: 'u32',2140 operational: 'u32',2156 mandatory: 'u32'2141 mandatory: 'u32'2157 },2142 },2158 /**2143 /**2159 * Lookup277: frame_support::weights::RuntimeDbWeight2144 * Lookup275: frame_support::weights::RuntimeDbWeight2160 **/2145 **/2161 FrameSupportWeightsRuntimeDbWeight: {2146 FrameSupportWeightsRuntimeDbWeight: {2162 read: 'u64',2147 read: 'u64',2163 write: 'u64'2148 write: 'u64'2164 },2149 },2165 /**2150 /**2166 * Lookup278: sp_version::RuntimeVersion2151 * Lookup276: sp_version::RuntimeVersion2167 **/2152 **/2168 SpVersionRuntimeVersion: {2153 SpVersionRuntimeVersion: {2169 specName: 'Text',2154 specName: 'Text',2170 implName: 'Text',2155 implName: 'Text',2175 transactionVersion: 'u32',2160 transactionVersion: 'u32',2176 stateVersion: 'u8'2161 stateVersion: 'u8'2177 },2162 },2178 /**2163 /**2179 * Lookup282: frame_system::pallet::Error<T>2164 * Lookup280: frame_system::pallet::Error<T>2180 **/2165 **/2181 FrameSystemError: {2166 FrameSystemError: {2182 _enum: ['InvalidSpecName', 'SpecVersionNeedsToIncrease', 'FailedToExtractRuntimeVersion', 'NonDefaultComposite', 'NonZeroRefCount', 'CallFiltered']2167 _enum: ['InvalidSpecName', 'SpecVersionNeedsToIncrease', 'FailedToExtractRuntimeVersion', 'NonDefaultComposite', 'NonZeroRefCount', 'CallFiltered']2183 },2168 },2184 /**2169 /**2185 * Lookup284: orml_vesting::module::Error<T>2170 * Lookup282: orml_vesting::module::Error<T>2186 **/2171 **/2187 OrmlVestingModuleError: {2172 OrmlVestingModuleError: {2188 _enum: ['ZeroVestingPeriod', 'ZeroVestingPeriodCount', 'InsufficientBalanceToLock', 'TooManyVestingSchedules', 'AmountLow', 'MaxVestingSchedulesExceeded']2173 _enum: ['ZeroVestingPeriod', 'ZeroVestingPeriodCount', 'InsufficientBalanceToLock', 'TooManyVestingSchedules', 'AmountLow', 'MaxVestingSchedulesExceeded']2189 },2174 },2190 /**2175 /**2191 * Lookup286: cumulus_pallet_xcmp_queue::InboundChannelDetails2176 * Lookup284: cumulus_pallet_xcmp_queue::InboundChannelDetails2192 **/2177 **/2193 CumulusPalletXcmpQueueInboundChannelDetails: {2178 CumulusPalletXcmpQueueInboundChannelDetails: {2194 sender: 'u32',2179 sender: 'u32',2195 state: 'CumulusPalletXcmpQueueInboundState',2180 state: 'CumulusPalletXcmpQueueInboundState',2196 messageMetadata: 'Vec<(u32,PolkadotParachainPrimitivesXcmpMessageFormat)>'2181 messageMetadata: 'Vec<(u32,PolkadotParachainPrimitivesXcmpMessageFormat)>'2197 },2182 },2198 /**2183 /**2199 * Lookup287: cumulus_pallet_xcmp_queue::InboundState2184 * Lookup285: cumulus_pallet_xcmp_queue::InboundState2200 **/2185 **/2201 CumulusPalletXcmpQueueInboundState: {2186 CumulusPalletXcmpQueueInboundState: {2202 _enum: ['Ok', 'Suspended']2187 _enum: ['Ok', 'Suspended']2203 },2188 },2204 /**2189 /**2205 * Lookup290: polkadot_parachain::primitives::XcmpMessageFormat2190 * Lookup288: polkadot_parachain::primitives::XcmpMessageFormat2206 **/2191 **/2207 PolkadotParachainPrimitivesXcmpMessageFormat: {2192 PolkadotParachainPrimitivesXcmpMessageFormat: {2208 _enum: ['ConcatenatedVersionedXcm', 'ConcatenatedEncodedBlob', 'Signals']2193 _enum: ['ConcatenatedVersionedXcm', 'ConcatenatedEncodedBlob', 'Signals']2209 },2194 },2210 /**2195 /**2211 * Lookup293: cumulus_pallet_xcmp_queue::OutboundChannelDetails2196 * Lookup291: cumulus_pallet_xcmp_queue::OutboundChannelDetails2212 **/2197 **/2213 CumulusPalletXcmpQueueOutboundChannelDetails: {2198 CumulusPalletXcmpQueueOutboundChannelDetails: {2214 recipient: 'u32',2199 recipient: 'u32',2215 state: 'CumulusPalletXcmpQueueOutboundState',2200 state: 'CumulusPalletXcmpQueueOutboundState',2216 signalsExist: 'bool',2201 signalsExist: 'bool',2217 firstIndex: 'u16',2202 firstIndex: 'u16',2218 lastIndex: 'u16'2203 lastIndex: 'u16'2219 },2204 },2220 /**2205 /**2221 * Lookup294: cumulus_pallet_xcmp_queue::OutboundState2206 * Lookup292: cumulus_pallet_xcmp_queue::OutboundState2222 **/2207 **/2223 CumulusPalletXcmpQueueOutboundState: {2208 CumulusPalletXcmpQueueOutboundState: {2224 _enum: ['Ok', 'Suspended']2209 _enum: ['Ok', 'Suspended']2225 },2210 },2226 /**2211 /**2227 * Lookup296: cumulus_pallet_xcmp_queue::QueueConfigData2212 * Lookup294: cumulus_pallet_xcmp_queue::QueueConfigData2228 **/2213 **/2229 CumulusPalletXcmpQueueQueueConfigData: {2214 CumulusPalletXcmpQueueQueueConfigData: {2230 suspendThreshold: 'u32',2215 suspendThreshold: 'u32',2231 dropThreshold: 'u32',2216 dropThreshold: 'u32',2234 weightRestrictDecay: 'u64',2219 weightRestrictDecay: 'u64',2235 xcmpMaxIndividualWeight: 'u64'2220 xcmpMaxIndividualWeight: 'u64'2236 },2221 },2237 /**2222 /**2238 * Lookup298: cumulus_pallet_xcmp_queue::pallet::Error<T>2223 * Lookup296: cumulus_pallet_xcmp_queue::pallet::Error<T>2239 **/2224 **/2240 CumulusPalletXcmpQueueError: {2225 CumulusPalletXcmpQueueError: {2241 _enum: ['FailedToSend', 'BadXcmOrigin', 'BadXcm', 'BadOverweightIndex', 'WeightOverLimit']2226 _enum: ['FailedToSend', 'BadXcmOrigin', 'BadXcm', 'BadOverweightIndex', 'WeightOverLimit']2242 },2227 },2243 /**2228 /**2244 * Lookup299: pallet_xcm::pallet::Error<T>2229 * Lookup297: pallet_xcm::pallet::Error<T>2245 **/2230 **/2246 PalletXcmError: {2231 PalletXcmError: {2247 _enum: ['Unreachable', 'SendFailure', 'Filtered', 'UnweighableMessage', 'DestinationNotInvertible', 'Empty', 'CannotReanchor', 'TooManyAssets', 'InvalidOrigin', 'BadVersion', 'BadLocation', 'NoSubscription', 'AlreadySubscribed']2232 _enum: ['Unreachable', 'SendFailure', 'Filtered', 'UnweighableMessage', 'DestinationNotInvertible', 'Empty', 'CannotReanchor', 'TooManyAssets', 'InvalidOrigin', 'BadVersion', 'BadLocation', 'NoSubscription', 'AlreadySubscribed']2248 },2233 },2249 /**2234 /**2250 * Lookup300: cumulus_pallet_xcm::pallet::Error<T>2235 * Lookup298: cumulus_pallet_xcm::pallet::Error<T>2251 **/2236 **/2252 CumulusPalletXcmError: 'Null',2237 CumulusPalletXcmError: 'Null',2253 /**2238 /**2254 * Lookup301: cumulus_pallet_dmp_queue::ConfigData2239 * Lookup299: cumulus_pallet_dmp_queue::ConfigData2255 **/2240 **/2256 CumulusPalletDmpQueueConfigData: {2241 CumulusPalletDmpQueueConfigData: {2257 maxIndividual: 'u64'2242 maxIndividual: 'u64'2258 },2243 },2259 /**2244 /**2260 * Lookup302: cumulus_pallet_dmp_queue::PageIndexData2245 * Lookup300: cumulus_pallet_dmp_queue::PageIndexData2261 **/2246 **/2262 CumulusPalletDmpQueuePageIndexData: {2247 CumulusPalletDmpQueuePageIndexData: {2263 beginUsed: 'u32',2248 beginUsed: 'u32',2264 endUsed: 'u32',2249 endUsed: 'u32',2265 overweightCount: 'u64'2250 overweightCount: 'u64'2266 },2251 },2267 /**2252 /**2268 * Lookup305: cumulus_pallet_dmp_queue::pallet::Error<T>2253 * Lookup303: cumulus_pallet_dmp_queue::pallet::Error<T>2269 **/2254 **/2270 CumulusPalletDmpQueueError: {2255 CumulusPalletDmpQueueError: {2271 _enum: ['Unknown', 'OverLimit']2256 _enum: ['Unknown', 'OverLimit']2272 },2257 },2273 /**2258 /**2274 * Lookup309: pallet_unique::Error<T>2259 * Lookup307: pallet_unique::Error<T>2275 **/2260 **/2276 PalletUniqueError: {2261 PalletUniqueError: {2277 _enum: ['CollectionDecimalPointLimitExceeded', 'ConfirmUnsetSponsorFail', 'EmptyArgument']2262 _enum: ['CollectionDecimalPointLimitExceeded', 'ConfirmUnsetSponsorFail', 'EmptyArgument']2278 },2263 },2279 /**2264 /**2280 * Lookup310: up_data_structs::Collection<sp_core::crypto::AccountId32>2265 * Lookup308: up_data_structs::Collection<sp_core::crypto::AccountId32>2281 **/2266 **/2282 UpDataStructsCollection: {2267 UpDataStructsCollection: {2283 owner: 'AccountId32',2268 owner: 'AccountId32',2284 mode: 'UpDataStructsCollectionMode',2269 mode: 'UpDataStructsCollectionMode',2292 limits: 'UpDataStructsCollectionLimits',2277 limits: 'UpDataStructsCollectionLimits',2293 metaUpdatePermission: 'UpDataStructsMetaUpdatePermission'2278 metaUpdatePermission: 'UpDataStructsMetaUpdatePermission'2294 },2279 },2295 /**2280 /**2296 * Lookup311: up_data_structs::SponsorshipState<sp_core::crypto::AccountId32>2281 * Lookup309: up_data_structs::SponsorshipState<sp_core::crypto::AccountId32>2297 **/2282 **/2298 UpDataStructsSponsorshipState: {2283 UpDataStructsSponsorshipState: {2299 _enum: {2284 _enum: {2300 Disabled: 'Null',2285 Disabled: 'Null',2301 Unconfirmed: 'AccountId32',2286 Unconfirmed: 'AccountId32',2302 Confirmed: 'AccountId32'2287 Confirmed: 'AccountId32'2303 }2288 }2304 },2289 },2305 /**2290 /**2306 * Lookup312: up_data_structs::Properties2291 * Lookup310: up_data_structs::Properties2307 **/2292 **/2308 UpDataStructsProperties: {2293 UpDataStructsProperties: {2309 map: 'UpDataStructsPropertiesMapBoundedVec',2294 map: 'UpDataStructsPropertiesMapBoundedVec',2310 consumedSpace: 'u32',2295 consumedSpace: 'u32',2311 spaceLimit: 'u32'2296 spaceLimit: 'u32'2312 },2297 },2313 /**2298 /**2314 * Lookup313: up_data_structs::PropertiesMap<frame_support::storage::bounded_vec::BoundedVec<T, S>>2299 * Lookup311: up_data_structs::PropertiesMap<frame_support::storage::bounded_vec::BoundedVec<T, S>>2315 **/2300 **/2316 UpDataStructsPropertiesMapBoundedVec: 'BTreeMap<Bytes, Bytes>',2301 UpDataStructsPropertiesMapBoundedVec: 'BTreeMap<Bytes, Bytes>',2317 /**2302 /**2318 * Lookup318: up_data_structs::PropertiesMap<up_data_structs::PropertyPermission>2303 * Lookup316: up_data_structs::PropertiesMap<up_data_structs::PropertyPermission>2319 **/2304 **/2320 UpDataStructsPropertiesMapPropertyPermission: 'BTreeMap<Bytes, UpDataStructsPropertyPermission>',2305 UpDataStructsPropertiesMapPropertyPermission: 'BTreeMap<Bytes, UpDataStructsPropertyPermission>',2321 /**2306 /**2322 * Lookup324: up_data_structs::CollectionField2307 * Lookup322: up_data_structs::CollectionField2323 **/2308 **/2324 UpDataStructsCollectionField: {2309 UpDataStructsCollectionField: {2325 _enum: ['ConstOnChainSchema', 'OffchainSchema']2310 _enum: ['ConstOnChainSchema', 'OffchainSchema']2326 },2311 },2327 /**2312 /**2328 * Lookup327: up_data_structs::CollectionStats2313 * Lookup325: up_data_structs::CollectionStats2329 **/2314 **/2330 UpDataStructsCollectionStats: {2315 UpDataStructsCollectionStats: {2331 created: 'u32',2316 created: 'u32',2332 destroyed: 'u32',2317 destroyed: 'u32',2333 alive: 'u32'2318 alive: 'u32'2334 },2319 },2335 /**2320 /**2336 * Lookup328: PhantomType::up_data_structs<up_data_structs::TokenData<pallet_evm::account::BasicCrossAccountIdRepr<sp_core::crypto::AccountId32>>>2321 * Lookup326: PhantomType::up_data_structs<up_data_structs::TokenData<pallet_evm::account::BasicCrossAccountIdRepr<sp_core::crypto::AccountId32>>>2337 **/2322 **/2338 PhantomTypeUpDataStructsTokenData: '[Lookup329;0]',2323 PhantomTypeUpDataStructsTokenData: '[Lookup327;0]',2339 /**2324 /**2340 * Lookup329: up_data_structs::TokenData<pallet_evm::account::BasicCrossAccountIdRepr<sp_core::crypto::AccountId32>>2325 * Lookup327: up_data_structs::TokenData<pallet_evm::account::BasicCrossAccountIdRepr<sp_core::crypto::AccountId32>>2341 **/2326 **/2342 UpDataStructsTokenData: {2327 UpDataStructsTokenData: {2343 constData: 'Bytes',2328 constData: 'Bytes',2344 properties: 'Vec<UpDataStructsProperty>',2329 properties: 'Vec<UpDataStructsProperty>',2345 owner: 'Option<PalletEvmAccountBasicCrossAccountIdRepr>'2330 owner: 'Option<PalletEvmAccountBasicCrossAccountIdRepr>'2346 },2331 },2347 /**2332 /**2348 * Lookup332: PhantomType::up_data_structs<up_data_structs::RpcCollection<sp_core::crypto::AccountId32>>2333 * Lookup330: PhantomType::up_data_structs<up_data_structs::RpcCollection<sp_core::crypto::AccountId32>>2349 **/2334 **/2350 PhantomTypeUpDataStructsRpcCollection: '[Lookup333;0]',2335 PhantomTypeUpDataStructsRpcCollection: '[Lookup331;0]',2351 /**2336 /**2352 * Lookup333: up_data_structs::RpcCollection<sp_core::crypto::AccountId32>2337 * Lookup331: up_data_structs::RpcCollection<sp_core::crypto::AccountId32>2353 **/2338 **/2354 UpDataStructsRpcCollection: {2339 UpDataStructsRpcCollection: {2355 owner: 'AccountId32',2340 owner: 'AccountId32',2356 mode: 'UpDataStructsCollectionMode',2341 mode: 'UpDataStructsCollectionMode',2368 tokenPropertyPermissions: 'Vec<UpDataStructsPropertyKeyPermission>',2353 tokenPropertyPermissions: 'Vec<UpDataStructsPropertyKeyPermission>',2369 properties: 'Vec<UpDataStructsProperty>'2354 properties: 'Vec<UpDataStructsProperty>'2370 },2355 },2371 /**2356 /**2372 * Lookup335: pallet_common::pallet::Error<T>2357 * Lookup333: pallet_common::pallet::Error<T>2373 **/2358 **/2374 PalletCommonError: {2359 PalletCommonError: {2375 _enum: ['CollectionNotFound', 'MustBeTokenOwner', 'NoPermission', 'PublicMintingNotAllowed', 'AddressNotInAllowlist', 'CollectionNameLimitExceeded', 'CollectionDescriptionLimitExceeded', 'CollectionTokenPrefixLimitExceeded', 'TotalCollectionsLimitExceeded', 'TokenVariableDataLimitExceeded', 'CollectionAdminCountExceeded', 'CollectionLimitBoundsExceeded', 'OwnerPermissionsCantBeReverted', 'TransferNotAllowed', 'AccountTokenLimitExceeded', 'CollectionTokenLimitExceeded', 'MetadataFlagFrozen', 'TokenNotFound', 'TokenValueTooLow', 'ApprovedValueTooLow', 'CantApproveMoreThanOwned', 'AddressIsZero', 'UnsupportedOperation', 'NotSufficientFounds', 'NestingIsDisabled', 'OnlyOwnerAllowedToNest', 'SourceCollectionIsNotAllowedToNest', 'CollectionFieldSizeExceeded', 'NoSpaceForProperty', 'PropertyLimitReached', 'UnableToReadUnboundedKeys', 'InvalidCharacterInPropertyKey', 'EmptyPropertyKey']2360 _enum: ['CollectionNotFound', 'MustBeTokenOwner', 'NoPermission', 'PublicMintingNotAllowed', 'AddressNotInAllowlist', 'CollectionNameLimitExceeded', 'CollectionDescriptionLimitExceeded', 'CollectionTokenPrefixLimitExceeded', 'TotalCollectionsLimitExceeded', 'CollectionAdminCountExceeded', 'CollectionLimitBoundsExceeded', 'OwnerPermissionsCantBeReverted', 'TransferNotAllowed', 'AccountTokenLimitExceeded', 'CollectionTokenLimitExceeded', 'MetadataFlagFrozen', 'TokenNotFound', 'TokenValueTooLow', 'ApprovedValueTooLow', 'CantApproveMoreThanOwned', 'AddressIsZero', 'UnsupportedOperation', 'NotSufficientFounds', 'NestingIsDisabled', 'OnlyOwnerAllowedToNest', 'SourceCollectionIsNotAllowedToNest', 'CollectionFieldSizeExceeded', 'NoSpaceForProperty', 'PropertyLimitReached', 'UnableToReadUnboundedKeys', 'InvalidCharacterInPropertyKey', 'EmptyPropertyKey']2376 },2361 },2377 /**2362 /**2378 * Lookup337: pallet_fungible::pallet::Error<T>2363 * Lookup335: pallet_fungible::pallet::Error<T>2379 **/2364 **/2380 PalletFungibleError: {2365 PalletFungibleError: {2381 _enum: ['NotFungibleDataUsedToMintFungibleCollectionToken', 'FungibleItemsHaveNoId', 'FungibleItemsDontHaveData', 'FungibleDisallowsNesting', 'SettingPropertiesNotAllowed']2366 _enum: ['NotFungibleDataUsedToMintFungibleCollectionToken', 'FungibleItemsHaveNoId', 'FungibleItemsDontHaveData', 'FungibleDisallowsNesting', 'SettingPropertiesNotAllowed']2382 },2367 },2383 /**2368 /**2384 * Lookup338: pallet_refungible::ItemData2369 * Lookup336: pallet_refungible::ItemData2385 **/2370 **/2386 PalletRefungibleItemData: {2371 PalletRefungibleItemData: {2387 constData: 'Bytes',2372 constData: 'Bytes'2388 variableData: 'Bytes'2389 },2373 },2390 /**2374 /**2391 * Lookup342: pallet_refungible::pallet::Error<T>2375 * Lookup340: pallet_refungible::pallet::Error<T>2392 **/2376 **/2393 PalletRefungibleError: {2377 PalletRefungibleError: {2394 _enum: ['NotRefungibleDataUsedToMintFungibleCollectionToken', 'WrongRefungiblePieces', 'RefungibleDisallowsNesting', 'SettingPropertiesNotAllowed']2378 _enum: ['NotRefungibleDataUsedToMintFungibleCollectionToken', 'WrongRefungiblePieces', 'RefungibleDisallowsNesting', 'SettingPropertiesNotAllowed']2395 },2379 },2396 /**2380 /**2397 * Lookup343: pallet_nonfungible::ItemData<pallet_evm::account::BasicCrossAccountIdRepr<sp_core::crypto::AccountId32>>2381 * Lookup341: pallet_nonfungible::ItemData<pallet_evm::account::BasicCrossAccountIdRepr<sp_core::crypto::AccountId32>>2398 **/2382 **/2399 PalletNonfungibleItemData: {2383 PalletNonfungibleItemData: {2400 constData: 'Bytes',2384 constData: 'Bytes',2401 variableData: 'Bytes',2402 owner: 'PalletEvmAccountBasicCrossAccountIdRepr'2385 owner: 'PalletEvmAccountBasicCrossAccountIdRepr'2403 },2386 },2404 /**2387 /**2405 * Lookup344: pallet_nonfungible::pallet::Error<T>2388 * Lookup342: pallet_nonfungible::pallet::Error<T>2406 **/2389 **/2407 PalletNonfungibleError: {2390 PalletNonfungibleError: {2408 _enum: ['NotNonfungibleDataUsedToMintFungibleCollectionToken', 'NonfungibleItemsHaveNoAmount']2391 _enum: ['NotNonfungibleDataUsedToMintFungibleCollectionToken', 'NonfungibleItemsHaveNoAmount']2409 },2392 },2410 /**2393 /**2411 * Lookup345: pallet_structure::pallet::Error<T>2394 * Lookup343: pallet_structure::pallet::Error<T>2412 **/2395 **/2413 PalletStructureError: {2396 PalletStructureError: {2414 _enum: ['OuroborosDetected', 'DepthLimit', 'TokenNotFound']2397 _enum: ['OuroborosDetected', 'DepthLimit', 'TokenNotFound']2415 },2398 },2416 /**2399 /**2417 * Lookup348: pallet_evm::pallet::Error<T>2400 * Lookup346: pallet_evm::pallet::Error<T>2418 **/2401 **/2419 PalletEvmError: {2402 PalletEvmError: {2420 _enum: ['BalanceLow', 'FeeOverflow', 'PaymentOverflow', 'WithdrawFailed', 'GasPriceTooLow', 'InvalidNonce']2403 _enum: ['BalanceLow', 'FeeOverflow', 'PaymentOverflow', 'WithdrawFailed', 'GasPriceTooLow', 'InvalidNonce']2421 },2404 },2422 /**2405 /**2423 * Lookup351: fp_rpc::TransactionStatus2406 * Lookup349: fp_rpc::TransactionStatus2424 **/2407 **/2425 FpRpcTransactionStatus: {2408 FpRpcTransactionStatus: {2426 transactionHash: 'H256',2409 transactionHash: 'H256',2427 transactionIndex: 'u32',2410 transactionIndex: 'u32',2431 logs: 'Vec<EthereumLog>',2414 logs: 'Vec<EthereumLog>',2432 logsBloom: 'EthbloomBloom'2415 logsBloom: 'EthbloomBloom'2433 },2416 },2434 /**2417 /**2435 * Lookup353: ethbloom::Bloom2418 * Lookup351: ethbloom::Bloom2436 **/2419 **/2437 EthbloomBloom: '[u8;256]',2420 EthbloomBloom: '[u8;256]',2438 /**2421 /**2439 * Lookup355: ethereum::receipt::ReceiptV32422 * Lookup353: ethereum::receipt::ReceiptV32440 **/2423 **/2441 EthereumReceiptReceiptV3: {2424 EthereumReceiptReceiptV3: {2442 _enum: {2425 _enum: {2443 Legacy: 'EthereumReceiptEip658ReceiptData',2426 Legacy: 'EthereumReceiptEip658ReceiptData',2444 EIP2930: 'EthereumReceiptEip658ReceiptData',2427 EIP2930: 'EthereumReceiptEip658ReceiptData',2445 EIP1559: 'EthereumReceiptEip658ReceiptData'2428 EIP1559: 'EthereumReceiptEip658ReceiptData'2446 }2429 }2447 },2430 },2448 /**2431 /**2449 * Lookup356: ethereum::receipt::EIP658ReceiptData2432 * Lookup354: ethereum::receipt::EIP658ReceiptData2450 **/2433 **/2451 EthereumReceiptEip658ReceiptData: {2434 EthereumReceiptEip658ReceiptData: {2452 statusCode: 'u8',2435 statusCode: 'u8',2453 usedGas: 'U256',2436 usedGas: 'U256',2454 logsBloom: 'EthbloomBloom',2437 logsBloom: 'EthbloomBloom',2455 logs: 'Vec<EthereumLog>'2438 logs: 'Vec<EthereumLog>'2456 },2439 },2457 /**2440 /**2458 * Lookup357: ethereum::block::Block<ethereum::transaction::TransactionV2>2441 * Lookup355: ethereum::block::Block<ethereum::transaction::TransactionV2>2459 **/2442 **/2460 EthereumBlock: {2443 EthereumBlock: {2461 header: 'EthereumHeader',2444 header: 'EthereumHeader',2462 transactions: 'Vec<EthereumTransactionTransactionV2>',2445 transactions: 'Vec<EthereumTransactionTransactionV2>',2463 ommers: 'Vec<EthereumHeader>'2446 ommers: 'Vec<EthereumHeader>'2464 },2447 },2465 /**2448 /**2466 * Lookup358: ethereum::header::Header2449 * Lookup356: ethereum::header::Header2467 **/2450 **/2468 EthereumHeader: {2451 EthereumHeader: {2469 parentHash: 'H256',2452 parentHash: 'H256',2470 ommersHash: 'H256',2453 ommersHash: 'H256',2482 mixHash: 'H256',2465 mixHash: 'H256',2483 nonce: 'EthereumTypesHashH64'2466 nonce: 'EthereumTypesHashH64'2484 },2467 },2485 /**2468 /**2486 * Lookup359: ethereum_types::hash::H642469 * Lookup357: ethereum_types::hash::H642487 **/2470 **/2488 EthereumTypesHashH64: '[u8;8]',2471 EthereumTypesHashH64: '[u8;8]',2489 /**2472 /**2490 * Lookup364: pallet_ethereum::pallet::Error<T>2473 * Lookup362: pallet_ethereum::pallet::Error<T>2491 **/2474 **/2492 PalletEthereumError: {2475 PalletEthereumError: {2493 _enum: ['InvalidSignature', 'PreLogExists']2476 _enum: ['InvalidSignature', 'PreLogExists']2494 },2477 },2495 /**2478 /**2496 * Lookup365: pallet_evm_coder_substrate::pallet::Error<T>2479 * Lookup363: pallet_evm_coder_substrate::pallet::Error<T>2497 **/2480 **/2498 PalletEvmCoderSubstrateError: {2481 PalletEvmCoderSubstrateError: {2499 _enum: ['OutOfGas', 'OutOfFund']2482 _enum: ['OutOfGas', 'OutOfFund']2500 },2483 },2501 /**2484 /**2502 * Lookup366: pallet_evm_contract_helpers::SponsoringModeT2485 * Lookup364: pallet_evm_contract_helpers::SponsoringModeT2503 **/2486 **/2504 PalletEvmContractHelpersSponsoringModeT: {2487 PalletEvmContractHelpersSponsoringModeT: {2505 _enum: ['Disabled', 'Allowlisted', 'Generous']2488 _enum: ['Disabled', 'Allowlisted', 'Generous']2506 },2489 },2507 /**2490 /**2508 * Lookup368: pallet_evm_contract_helpers::pallet::Error<T>2491 * Lookup366: pallet_evm_contract_helpers::pallet::Error<T>2509 **/2492 **/2510 PalletEvmContractHelpersError: {2493 PalletEvmContractHelpersError: {2511 _enum: ['NoPermission']2494 _enum: ['NoPermission']2512 },2495 },2513 /**2496 /**2514 * Lookup369: pallet_evm_migration::pallet::Error<T>2497 * Lookup367: pallet_evm_migration::pallet::Error<T>2515 **/2498 **/2516 PalletEvmMigrationError: {2499 PalletEvmMigrationError: {2517 _enum: ['AccountNotEmpty', 'AccountIsNotMigrating']2500 _enum: ['AccountNotEmpty', 'AccountIsNotMigrating']2518 },2501 },2519 /**2502 /**2520 * Lookup371: sp_runtime::MultiSignature2503 * Lookup369: sp_runtime::MultiSignature2521 **/2504 **/2522 SpRuntimeMultiSignature: {2505 SpRuntimeMultiSignature: {2523 _enum: {2506 _enum: {2524 Ed25519: 'SpCoreEd25519Signature',2507 Ed25519: 'SpCoreEd25519Signature',2525 Sr25519: 'SpCoreSr25519Signature',2508 Sr25519: 'SpCoreSr25519Signature',2526 Ecdsa: 'SpCoreEcdsaSignature'2509 Ecdsa: 'SpCoreEcdsaSignature'2527 }2510 }2528 },2511 },2529 /**2512 /**2530 * Lookup372: sp_core::ed25519::Signature2513 * Lookup370: sp_core::ed25519::Signature2531 **/2514 **/2532 SpCoreEd25519Signature: '[u8;64]',2515 SpCoreEd25519Signature: '[u8;64]',2533 /**2516 /**2534 * Lookup374: sp_core::sr25519::Signature2517 * Lookup372: sp_core::sr25519::Signature2535 **/2518 **/2536 SpCoreSr25519Signature: '[u8;64]',2519 SpCoreSr25519Signature: '[u8;64]',2537 /**2520 /**2538 * Lookup375: sp_core::ecdsa::Signature2521 * Lookup373: sp_core::ecdsa::Signature2539 **/2522 **/2540 SpCoreEcdsaSignature: '[u8;65]',2523 SpCoreEcdsaSignature: '[u8;65]',2541 /**2524 /**2542 * Lookup378: frame_system::extensions::check_spec_version::CheckSpecVersion<T>2525 * Lookup376: frame_system::extensions::check_spec_version::CheckSpecVersion<T>2543 **/2526 **/2544 FrameSystemExtensionsCheckSpecVersion: 'Null',2527 FrameSystemExtensionsCheckSpecVersion: 'Null',2545 /**2528 /**2546 * Lookup379: frame_system::extensions::check_genesis::CheckGenesis<T>2529 * Lookup377: frame_system::extensions::check_genesis::CheckGenesis<T>2547 **/2530 **/2548 FrameSystemExtensionsCheckGenesis: 'Null',2531 FrameSystemExtensionsCheckGenesis: 'Null',2549 /**2532 /**2550 * Lookup382: frame_system::extensions::check_nonce::CheckNonce<T>2533 * Lookup380: frame_system::extensions::check_nonce::CheckNonce<T>2551 **/2534 **/2552 FrameSystemExtensionsCheckNonce: 'Compact<u32>',2535 FrameSystemExtensionsCheckNonce: 'Compact<u32>',2553 /**2536 /**2554 * Lookup383: frame_system::extensions::check_weight::CheckWeight<T>2537 * Lookup381: frame_system::extensions::check_weight::CheckWeight<T>2555 **/2538 **/2556 FrameSystemExtensionsCheckWeight: 'Null',2539 FrameSystemExtensionsCheckWeight: 'Null',2557 /**2540 /**2558 * Lookup384: pallet_template_transaction_payment::ChargeTransactionPayment<opal_runtime::Runtime>2541 * Lookup382: pallet_template_transaction_payment::ChargeTransactionPayment<opal_runtime::Runtime>2559 **/2542 **/2560 PalletTemplateTransactionPaymentChargeTransactionPayment: 'Compact<u128>',2543 PalletTemplateTransactionPaymentChargeTransactionPayment: 'Compact<u128>',2561 /**2544 /**2562 * Lookup385: opal_runtime::Runtime2545 * Lookup383: opal_runtime::Runtime2563 **/2546 **/2564 OpalRuntimeRuntime: 'Null'2547 OpalRuntimeRuntime: 'Null',2548 /**2549 * Lookup384: pallet_ethereum::FakeTransactionFinalizer<opal_runtime::Runtime>2550 **/2551 PalletEthereumFakeTransactionFinalizer: 'Null'2565};2552};25662553tests/src/interfaces/registry.tsdiffbeforeafterboth1// Auto-generated via `yarn polkadot-types-from-defs`, do not edit1// Auto-generated via `yarn polkadot-types-from-defs`, do not edit2/* eslint-disable */2/* eslint-disable */334import type { CumulusPalletDmpQueueCall, CumulusPalletDmpQueueConfigData, CumulusPalletDmpQueueError, CumulusPalletDmpQueueEvent, CumulusPalletDmpQueuePageIndexData, CumulusPalletParachainSystemCall, CumulusPalletParachainSystemError, CumulusPalletParachainSystemEvent, CumulusPalletParachainSystemRelayStateSnapshotMessagingStateSnapshot, CumulusPalletXcmCall, CumulusPalletXcmError, CumulusPalletXcmEvent, CumulusPalletXcmpQueueCall, CumulusPalletXcmpQueueError, CumulusPalletXcmpQueueEvent, CumulusPalletXcmpQueueInboundChannelDetails, CumulusPalletXcmpQueueInboundState, CumulusPalletXcmpQueueOutboundChannelDetails, CumulusPalletXcmpQueueOutboundState, CumulusPalletXcmpQueueQueueConfigData, CumulusPrimitivesParachainInherentParachainInherentData, EthbloomBloom, EthereumBlock, EthereumHeader, EthereumLog, EthereumReceiptEip658ReceiptData, EthereumReceiptReceiptV3, EthereumTransactionAccessListItem, EthereumTransactionEip1559Transaction, EthereumTransactionEip2930Transaction, EthereumTransactionLegacyTransaction, EthereumTransactionTransactionAction, EthereumTransactionTransactionSignature, EthereumTransactionTransactionV2, EthereumTypesHashH64, EvmCoreErrorExitError, EvmCoreErrorExitFatal, EvmCoreErrorExitReason, EvmCoreErrorExitRevert, EvmCoreErrorExitSucceed, FpRpcTransactionStatus, FrameSupportPalletId, FrameSupportTokensMiscBalanceStatus, FrameSupportWeightsDispatchClass, FrameSupportWeightsDispatchInfo, FrameSupportWeightsPays, FrameSupportWeightsPerDispatchClassU32, FrameSupportWeightsPerDispatchClassU64, FrameSupportWeightsPerDispatchClassWeightsPerClass, FrameSupportWeightsRuntimeDbWeight, FrameSupportWeightsWeightToFeeCoefficient, FrameSystemAccountInfo, FrameSystemCall, FrameSystemError, FrameSystemEvent, FrameSystemEventRecord, FrameSystemExtensionsCheckGenesis, FrameSystemExtensionsCheckNonce, FrameSystemExtensionsCheckSpecVersion, FrameSystemExtensionsCheckWeight, FrameSystemLastRuntimeUpgradeInfo, FrameSystemLimitsBlockLength, FrameSystemLimitsBlockWeights, FrameSystemLimitsWeightsPerClass, FrameSystemPhase, OpalRuntimeRuntime, OrmlVestingModuleCall, OrmlVestingModuleError, OrmlVestingModuleEvent, OrmlVestingVestingSchedule, PalletBalancesAccountData, PalletBalancesBalanceLock, PalletBalancesCall, PalletBalancesError, PalletBalancesEvent, PalletBalancesReasons, PalletBalancesReleases, PalletBalancesReserveData, PalletCommonError, PalletCommonEvent, PalletEthereumCall, PalletEthereumError, PalletEthereumEvent, PalletEvmAccountBasicCrossAccountIdRepr, PalletEvmCall, PalletEvmCoderSubstrateError, PalletEvmContractHelpersError, PalletEvmContractHelpersSponsoringModeT, PalletEvmError, PalletEvmEvent, PalletEvmMigrationCall, PalletEvmMigrationError, PalletFungibleError, PalletInflationCall, PalletNonfungibleError, PalletNonfungibleItemData, PalletRefungibleError, PalletRefungibleItemData, PalletStructureCall, PalletStructureError, PalletStructureEvent, PalletSudoCall, PalletSudoError, PalletSudoEvent, PalletTemplateTransactionPaymentCall, PalletTemplateTransactionPaymentChargeTransactionPayment, PalletTimestampCall, PalletTransactionPaymentReleases, PalletTreasuryCall, PalletTreasuryError, PalletTreasuryEvent, PalletTreasuryProposal, PalletUniqueCall, PalletUniqueError, PalletUniqueRawEvent, PalletXcmCall, PalletXcmError, PalletXcmEvent, PhantomTypeUpDataStructsRpcCollection, PhantomTypeUpDataStructsTokenData, PolkadotCorePrimitivesInboundDownwardMessage, PolkadotCorePrimitivesInboundHrmpMessage, PolkadotCorePrimitivesOutboundHrmpMessage, PolkadotParachainPrimitivesXcmpMessageFormat, PolkadotPrimitivesV2AbridgedHostConfiguration, PolkadotPrimitivesV2AbridgedHrmpChannel, PolkadotPrimitivesV2PersistedValidationData, PolkadotPrimitivesV2UpgradeRestriction, SpCoreEcdsaSignature, SpCoreEd25519Signature, SpCoreSr25519Signature, SpRuntimeArithmeticError, SpRuntimeDigest, SpRuntimeDigestDigestItem, SpRuntimeDispatchError, SpRuntimeModuleError, SpRuntimeMultiSignature, SpRuntimeTokenError, SpRuntimeTransactionalError, SpTrieStorageProof, SpVersionRuntimeVersion, UpDataStructsAccessMode, UpDataStructsCollection, UpDataStructsCollectionField, UpDataStructsCollectionLimits, UpDataStructsCollectionMode, UpDataStructsCollectionStats, UpDataStructsCreateCollectionData, UpDataStructsCreateFungibleData, UpDataStructsCreateItemData, UpDataStructsCreateItemExData, UpDataStructsCreateNftData, UpDataStructsCreateNftExData, UpDataStructsCreateReFungibleData, UpDataStructsCreateRefungibleExData, UpDataStructsMetaUpdatePermission, UpDataStructsNestingRule, UpDataStructsProperties, UpDataStructsPropertiesMapBoundedVec, UpDataStructsPropertiesMapPropertyPermission, UpDataStructsProperty, UpDataStructsPropertyKeyPermission, UpDataStructsPropertyPermission, UpDataStructsRpcCollection, UpDataStructsSchemaVersion, UpDataStructsSponsoringRateLimit, UpDataStructsSponsorshipState, UpDataStructsTokenData, XcmDoubleEncoded, XcmV0Junction, XcmV0JunctionBodyId, XcmV0JunctionBodyPart, XcmV0JunctionNetworkId, XcmV0MultiAsset, XcmV0MultiLocation, XcmV0Order, XcmV0OriginKind, XcmV0Response, XcmV0Xcm, XcmV1Junction, XcmV1MultiAsset, XcmV1MultiLocation, XcmV1MultiassetAssetId, XcmV1MultiassetAssetInstance, XcmV1MultiassetFungibility, XcmV1MultiassetMultiAssetFilter, XcmV1MultiassetMultiAssets, XcmV1MultiassetWildFungibility, XcmV1MultiassetWildMultiAsset, XcmV1MultilocationJunctions, XcmV1Order, XcmV1Response, XcmV1Xcm, XcmV2Instruction, XcmV2Response, XcmV2TraitsError, XcmV2TraitsOutcome, XcmV2WeightLimit, XcmV2Xcm, XcmVersionedMultiAssets, XcmVersionedMultiLocation, XcmVersionedXcm } from '@polkadot/types/lookup';4import type { CumulusPalletDmpQueueCall, CumulusPalletDmpQueueConfigData, CumulusPalletDmpQueueError, CumulusPalletDmpQueueEvent, CumulusPalletDmpQueuePageIndexData, CumulusPalletParachainSystemCall, CumulusPalletParachainSystemError, CumulusPalletParachainSystemEvent, CumulusPalletParachainSystemRelayStateSnapshotMessagingStateSnapshot, CumulusPalletXcmCall, CumulusPalletXcmError, CumulusPalletXcmEvent, CumulusPalletXcmpQueueCall, CumulusPalletXcmpQueueError, CumulusPalletXcmpQueueEvent, CumulusPalletXcmpQueueInboundChannelDetails, CumulusPalletXcmpQueueInboundState, CumulusPalletXcmpQueueOutboundChannelDetails, CumulusPalletXcmpQueueOutboundState, CumulusPalletXcmpQueueQueueConfigData, CumulusPrimitivesParachainInherentParachainInherentData, EthbloomBloom, EthereumBlock, EthereumHeader, EthereumLog, EthereumReceiptEip658ReceiptData, EthereumReceiptReceiptV3, EthereumTransactionAccessListItem, EthereumTransactionEip1559Transaction, EthereumTransactionEip2930Transaction, EthereumTransactionLegacyTransaction, EthereumTransactionTransactionAction, EthereumTransactionTransactionSignature, EthereumTransactionTransactionV2, EthereumTypesHashH64, EvmCoreErrorExitError, EvmCoreErrorExitFatal, EvmCoreErrorExitReason, EvmCoreErrorExitRevert, EvmCoreErrorExitSucceed, FpRpcTransactionStatus, FrameSupportPalletId, FrameSupportStorageBoundedBTreeSet, FrameSupportTokensMiscBalanceStatus, FrameSupportWeightsDispatchClass, FrameSupportWeightsDispatchInfo, FrameSupportWeightsPays, FrameSupportWeightsPerDispatchClassU32, FrameSupportWeightsPerDispatchClassU64, FrameSupportWeightsPerDispatchClassWeightsPerClass, FrameSupportWeightsRuntimeDbWeight, FrameSupportWeightsWeightToFeeCoefficient, FrameSystemAccountInfo, FrameSystemCall, FrameSystemError, FrameSystemEvent, FrameSystemEventRecord, FrameSystemExtensionsCheckGenesis, FrameSystemExtensionsCheckNonce, FrameSystemExtensionsCheckSpecVersion, FrameSystemExtensionsCheckWeight, FrameSystemLastRuntimeUpgradeInfo, FrameSystemLimitsBlockLength, FrameSystemLimitsBlockWeights, FrameSystemLimitsWeightsPerClass, FrameSystemPhase, OpalRuntimeRuntime, OrmlVestingModuleCall, OrmlVestingModuleError, OrmlVestingModuleEvent, OrmlVestingVestingSchedule, PalletBalancesAccountData, PalletBalancesBalanceLock, PalletBalancesCall, PalletBalancesError, PalletBalancesEvent, PalletBalancesReasons, PalletBalancesReleases, PalletBalancesReserveData, PalletCommonError, PalletCommonEvent, PalletEthereumCall, PalletEthereumError, PalletEthereumEvent, PalletEthereumFakeTransactionFinalizer, PalletEvmAccountBasicCrossAccountIdRepr, PalletEvmCall, PalletEvmCoderSubstrateError, PalletEvmContractHelpersError, PalletEvmContractHelpersSponsoringModeT, PalletEvmError, PalletEvmEvent, PalletEvmMigrationCall, PalletEvmMigrationError, PalletFungibleError, PalletInflationCall, PalletNonfungibleError, PalletNonfungibleItemData, PalletRefungibleError, PalletRefungibleItemData, PalletStructureCall, PalletStructureError, PalletStructureEvent, PalletSudoCall, PalletSudoError, PalletSudoEvent, PalletTemplateTransactionPaymentCall, PalletTemplateTransactionPaymentChargeTransactionPayment, PalletTimestampCall, PalletTransactionPaymentReleases, PalletTreasuryCall, PalletTreasuryError, PalletTreasuryEvent, PalletTreasuryProposal, PalletUniqueCall, PalletUniqueError, PalletUniqueRawEvent, PalletXcmCall, PalletXcmError, PalletXcmEvent, PhantomTypeUpDataStructsRpcCollection, PhantomTypeUpDataStructsTokenData, PolkadotCorePrimitivesInboundDownwardMessage, PolkadotCorePrimitivesInboundHrmpMessage, PolkadotCorePrimitivesOutboundHrmpMessage, PolkadotParachainPrimitivesXcmpMessageFormat, PolkadotPrimitivesV2AbridgedHostConfiguration, PolkadotPrimitivesV2AbridgedHrmpChannel, PolkadotPrimitivesV2PersistedValidationData, PolkadotPrimitivesV2UpgradeRestriction, SpCoreEcdsaSignature, SpCoreEd25519Signature, SpCoreSr25519Signature, SpRuntimeArithmeticError, SpRuntimeDigest, SpRuntimeDigestDigestItem, SpRuntimeDispatchError, SpRuntimeModuleError, SpRuntimeMultiSignature, SpRuntimeTokenError, SpRuntimeTransactionalError, SpTrieStorageProof, SpVersionRuntimeVersion, UpDataStructsAccessMode, UpDataStructsCollection, UpDataStructsCollectionField, UpDataStructsCollectionLimits, UpDataStructsCollectionMode, UpDataStructsCollectionStats, UpDataStructsCreateCollectionData, UpDataStructsCreateFungibleData, UpDataStructsCreateItemData, UpDataStructsCreateItemExData, UpDataStructsCreateNftData, UpDataStructsCreateNftExData, UpDataStructsCreateReFungibleData, UpDataStructsCreateRefungibleExData, UpDataStructsMetaUpdatePermission, UpDataStructsNestingRule, UpDataStructsProperties, UpDataStructsPropertiesMapBoundedVec, UpDataStructsPropertiesMapPropertyPermission, UpDataStructsProperty, UpDataStructsPropertyKeyPermission, UpDataStructsPropertyPermission, UpDataStructsRpcCollection, UpDataStructsSchemaVersion, UpDataStructsSponsorshipState, UpDataStructsTokenData, XcmDoubleEncoded, XcmV0Junction, XcmV0JunctionBodyId, XcmV0JunctionBodyPart, XcmV0JunctionNetworkId, XcmV0MultiAsset, XcmV0MultiLocation, XcmV0Order, XcmV0OriginKind, XcmV0Response, XcmV0Xcm, XcmV1Junction, XcmV1MultiAsset, XcmV1MultiLocation, XcmV1MultiassetAssetId, XcmV1MultiassetAssetInstance, XcmV1MultiassetFungibility, XcmV1MultiassetMultiAssetFilter, XcmV1MultiassetMultiAssets, XcmV1MultiassetWildFungibility, XcmV1MultiassetWildMultiAsset, XcmV1MultilocationJunctions, XcmV1Order, XcmV1Response, XcmV1Xcm, XcmV2Instruction, XcmV2Response, XcmV2TraitsError, XcmV2TraitsOutcome, XcmV2WeightLimit, XcmV2Xcm, XcmVersionedMultiAssets, XcmVersionedMultiLocation, XcmVersionedXcm } from '@polkadot/types/lookup';556declare module '@polkadot/types/types/registry' {6declare module '@polkadot/types/types/registry' {7 export interface InterfaceTypes {7 export interface InterfaceTypes {47 EvmCoreErrorExitSucceed: EvmCoreErrorExitSucceed;47 EvmCoreErrorExitSucceed: EvmCoreErrorExitSucceed;48 FpRpcTransactionStatus: FpRpcTransactionStatus;48 FpRpcTransactionStatus: FpRpcTransactionStatus;49 FrameSupportPalletId: FrameSupportPalletId;49 FrameSupportPalletId: FrameSupportPalletId;50 FrameSupportStorageBoundedBTreeSet: FrameSupportStorageBoundedBTreeSet;50 FrameSupportTokensMiscBalanceStatus: FrameSupportTokensMiscBalanceStatus;51 FrameSupportTokensMiscBalanceStatus: FrameSupportTokensMiscBalanceStatus;51 FrameSupportWeightsDispatchClass: FrameSupportWeightsDispatchClass;52 FrameSupportWeightsDispatchClass: FrameSupportWeightsDispatchClass;52 FrameSupportWeightsDispatchInfo: FrameSupportWeightsDispatchInfo;53 FrameSupportWeightsDispatchInfo: FrameSupportWeightsDispatchInfo;88 PalletEthereumCall: PalletEthereumCall;89 PalletEthereumCall: PalletEthereumCall;89 PalletEthereumError: PalletEthereumError;90 PalletEthereumError: PalletEthereumError;90 PalletEthereumEvent: PalletEthereumEvent;91 PalletEthereumEvent: PalletEthereumEvent;92 PalletEthereumFakeTransactionFinalizer: PalletEthereumFakeTransactionFinalizer;91 PalletEvmAccountBasicCrossAccountIdRepr: PalletEvmAccountBasicCrossAccountIdRepr;93 PalletEvmAccountBasicCrossAccountIdRepr: PalletEvmAccountBasicCrossAccountIdRepr;92 PalletEvmCall: PalletEvmCall;94 PalletEvmCall: PalletEvmCall;93 PalletEvmCoderSubstrateError: PalletEvmCoderSubstrateError;95 PalletEvmCoderSubstrateError: PalletEvmCoderSubstrateError;170 UpDataStructsPropertyPermission: UpDataStructsPropertyPermission;172 UpDataStructsPropertyPermission: UpDataStructsPropertyPermission;171 UpDataStructsRpcCollection: UpDataStructsRpcCollection;173 UpDataStructsRpcCollection: UpDataStructsRpcCollection;172 UpDataStructsSchemaVersion: UpDataStructsSchemaVersion;174 UpDataStructsSchemaVersion: UpDataStructsSchemaVersion;173 UpDataStructsSponsoringRateLimit: UpDataStructsSponsoringRateLimit;174 UpDataStructsSponsorshipState: UpDataStructsSponsorshipState;175 UpDataStructsSponsorshipState: UpDataStructsSponsorshipState;175 UpDataStructsTokenData: UpDataStructsTokenData;176 UpDataStructsTokenData: UpDataStructsTokenData;176 XcmDoubleEncoded: XcmDoubleEncoded;177 XcmDoubleEncoded: XcmDoubleEncoded;tests/src/interfaces/types-lookup.tsdiffbeforeafterboth1493 readonly itemId: u32;1493 readonly itemId: u32;1494 readonly value: u128;1494 readonly value: u128;1495 } & Struct;1495 } & Struct;1496 readonly isSetVariableMetaData: boolean;1497 readonly asSetVariableMetaData: {1498 readonly collectionId: u32;1499 readonly itemId: u32;1500 readonly data: Bytes;1501 } & Struct;1502 readonly isSetMetaUpdatePermissionFlag: boolean;1496 readonly isSetMetaUpdatePermissionFlag: boolean;1503 readonly asSetMetaUpdatePermissionFlag: {1497 readonly asSetMetaUpdatePermissionFlag: {1504 readonly collectionId: u32;1498 readonly collectionId: u32;1524 readonly collectionId: u32;1518 readonly collectionId: u32;1525 readonly newLimit: UpDataStructsCollectionLimits;1519 readonly newLimit: UpDataStructsCollectionLimits;1526 } & Struct;1520 } & Struct;1527 readonly type: 'CreateCollection' | 'CreateCollectionEx' | 'DestroyCollection' | 'AddToAllowList' | 'RemoveFromAllowList' | 'SetPublicAccessMode' | 'SetMintPermission' | 'ChangeCollectionOwner' | 'AddCollectionAdmin' | 'RemoveCollectionAdmin' | 'SetCollectionSponsor' | 'ConfirmSponsorship' | 'RemoveCollectionSponsor' | 'CreateItem' | 'CreateMultipleItems' | 'SetCollectionProperties' | 'DeleteCollectionProperties' | 'SetTokenProperties' | 'DeleteTokenProperties' | 'SetPropertyPermissions' | 'CreateMultipleItemsEx' | 'SetTransfersEnabledFlag' | 'BurnItem' | 'BurnFrom' | 'Transfer' | 'Approve' | 'TransferFrom' | 'SetVariableMetaData' | 'SetMetaUpdatePermissionFlag' | 'SetSchemaVersion' | 'SetOffchainSchema' | 'SetConstOnChainSchema' | 'SetCollectionLimits';1521 readonly type: 'CreateCollection' | 'CreateCollectionEx' | 'DestroyCollection' | 'AddToAllowList' | 'RemoveFromAllowList' | 'SetPublicAccessMode' | 'SetMintPermission' | 'ChangeCollectionOwner' | 'AddCollectionAdmin' | 'RemoveCollectionAdmin' | 'SetCollectionSponsor' | 'ConfirmSponsorship' | 'RemoveCollectionSponsor' | 'CreateItem' | 'CreateMultipleItems' | 'SetCollectionProperties' | 'DeleteCollectionProperties' | 'SetTokenProperties' | 'DeleteTokenProperties' | 'SetPropertyPermissions' | 'CreateMultipleItemsEx' | 'SetTransfersEnabledFlag' | 'BurnItem' | 'BurnFrom' | 'Transfer' | 'Approve' | 'TransferFrom' | 'SetMetaUpdatePermissionFlag' | 'SetSchemaVersion' | 'SetOffchainSchema' | 'SetConstOnChainSchema' | 'SetCollectionLimits';1528 }1522 }152915231530 /** @name UpDataStructsCollectionMode (156) */1524 /** @name UpDataStructsCollectionMode (156) */1571 export interface UpDataStructsCollectionLimits extends Struct {1565 export interface UpDataStructsCollectionLimits extends Struct {1572 readonly accountTokenOwnershipLimit: Option<u32>;1566 readonly accountTokenOwnershipLimit: Option<u32>;1573 readonly sponsoredDataSize: Option<u32>;1567 readonly sponsoredDataSize: Option<u32>;1574 readonly sponsoredDataRateLimit: Option<UpDataStructsSponsoringRateLimit>;1575 readonly tokenLimit: Option<u32>;1568 readonly tokenLimit: Option<u32>;1576 readonly sponsorTransferTimeout: Option<u32>;1569 readonly sponsorTransferTimeout: Option<u32>;1577 readonly sponsorApproveTimeout: Option<u32>;1570 readonly sponsorApproveTimeout: Option<u32>;1581 readonly nestingRule: Option<UpDataStructsNestingRule>;1574 readonly nestingRule: Option<UpDataStructsNestingRule>;1582 }1575 }15831584 /** @name UpDataStructsSponsoringRateLimit (167) */1585 export interface UpDataStructsSponsoringRateLimit extends Enum {1586 readonly isSponsoringDisabled: boolean;1587 readonly isBlocks: boolean;1588 readonly asBlocks: u32;1589 readonly type: 'SponsoringDisabled' | 'Blocks';1590 }159115761592 /** @name UpDataStructsNestingRule (170) */1577 /** @name UpDataStructsNestingRule (168) */1593 export interface UpDataStructsNestingRule extends Enum {1578 export interface UpDataStructsNestingRule extends Enum {1594 readonly isDisabled: boolean;1579 readonly isDisabled: boolean;1595 readonly isOwner: boolean;1580 readonly isOwner: boolean;1596 readonly isOwnerRestricted: boolean;1581 readonly isOwnerRestricted: boolean;1597 readonly asOwnerRestricted: BTreeSet<u32>;1582 readonly asOwnerRestricted: FrameSupportStorageBoundedBTreeSet;1598 readonly type: 'Disabled' | 'Owner' | 'OwnerRestricted';1583 readonly type: 'Disabled' | 'Owner' | 'OwnerRestricted';1599 }1584 }15851586 /** @name FrameSupportStorageBoundedBTreeSet (169) */1587 export interface FrameSupportStorageBoundedBTreeSet extends BTreeSet<u32> {}160015881601 /** @name UpDataStructsMetaUpdatePermission (177) */1589 /** @name UpDataStructsMetaUpdatePermission (175) */1602 export interface UpDataStructsMetaUpdatePermission extends Enum {1590 export interface UpDataStructsMetaUpdatePermission extends Enum {1603 readonly isItemOwner: boolean;1591 readonly isItemOwner: boolean;1604 readonly isAdmin: boolean;1592 readonly isAdmin: boolean;1605 readonly isNone: boolean;1593 readonly isNone: boolean;1606 readonly type: 'ItemOwner' | 'Admin' | 'None';1594 readonly type: 'ItemOwner' | 'Admin' | 'None';1607 }1595 }160815961609 /** @name UpDataStructsPropertyKeyPermission (179) */1597 /** @name UpDataStructsPropertyKeyPermission (177) */1610 export interface UpDataStructsPropertyKeyPermission extends Struct {1598 export interface UpDataStructsPropertyKeyPermission extends Struct {1611 readonly key: Bytes;1599 readonly key: Bytes;1612 readonly permission: UpDataStructsPropertyPermission;1600 readonly permission: UpDataStructsPropertyPermission;1613 }1601 }161416021615 /** @name UpDataStructsPropertyPermission (181) */1603 /** @name UpDataStructsPropertyPermission (179) */1616 export interface UpDataStructsPropertyPermission extends Struct {1604 export interface UpDataStructsPropertyPermission extends Struct {1617 readonly mutable: bool;1605 readonly mutable: bool;1618 readonly collectionAdmin: bool;1606 readonly collectionAdmin: bool;1619 readonly tokenOwner: bool;1607 readonly tokenOwner: bool;1620 }1608 }162116091622 /** @name UpDataStructsProperty (184) */1610 /** @name UpDataStructsProperty (182) */1623 export interface UpDataStructsProperty extends Struct {1611 export interface UpDataStructsProperty extends Struct {1624 readonly key: Bytes;1612 readonly key: Bytes;1625 readonly value: Bytes;1613 readonly value: Bytes;1626 }1614 }162716151628 /** @name PalletEvmAccountBasicCrossAccountIdRepr (186) */1616 /** @name PalletEvmAccountBasicCrossAccountIdRepr (184) */1629 export interface PalletEvmAccountBasicCrossAccountIdRepr extends Enum {1617 export interface PalletEvmAccountBasicCrossAccountIdRepr extends Enum {1630 readonly isSubstrate: boolean;1618 readonly isSubstrate: boolean;1631 readonly asSubstrate: AccountId32;1619 readonly asSubstrate: AccountId32;1634 readonly type: 'Substrate' | 'Ethereum';1622 readonly type: 'Substrate' | 'Ethereum';1635 }1623 }163616241637 /** @name UpDataStructsCreateItemData (188) */1625 /** @name UpDataStructsCreateItemData (186) */1638 export interface UpDataStructsCreateItemData extends Enum {1626 export interface UpDataStructsCreateItemData extends Enum {1639 readonly isNft: boolean;1627 readonly isNft: boolean;1640 readonly asNft: UpDataStructsCreateNftData;1628 readonly asNft: UpDataStructsCreateNftData;1645 readonly type: 'Nft' | 'Fungible' | 'ReFungible';1633 readonly type: 'Nft' | 'Fungible' | 'ReFungible';1646 }1634 }164716351648 /** @name UpDataStructsCreateNftData (189) */1636 /** @name UpDataStructsCreateNftData (187) */1649 export interface UpDataStructsCreateNftData extends Struct {1637 export interface UpDataStructsCreateNftData extends Struct {1650 readonly constData: Bytes;1638 readonly constData: Bytes;1651 readonly variableData: Bytes;1652 readonly properties: Vec<UpDataStructsProperty>;1639 readonly properties: Vec<UpDataStructsProperty>;1653 }1640 }165416411655 /** @name UpDataStructsCreateFungibleData (191) */1642 /** @name UpDataStructsCreateFungibleData (189) */1656 export interface UpDataStructsCreateFungibleData extends Struct {1643 export interface UpDataStructsCreateFungibleData extends Struct {1657 readonly value: u128;1644 readonly value: u128;1658 }1645 }165916461660 /** @name UpDataStructsCreateReFungibleData (192) */1647 /** @name UpDataStructsCreateReFungibleData (190) */1661 export interface UpDataStructsCreateReFungibleData extends Struct {1648 export interface UpDataStructsCreateReFungibleData extends Struct {1662 readonly constData: Bytes;1649 readonly constData: Bytes;1663 readonly variableData: Bytes;1664 readonly pieces: u128;1650 readonly pieces: u128;1665 }1651 }166616521667 /** @name UpDataStructsCreateItemExData (196) */1653 /** @name UpDataStructsCreateItemExData (194) */1668 export interface UpDataStructsCreateItemExData extends Enum {1654 export interface UpDataStructsCreateItemExData extends Enum {1669 readonly isNft: boolean;1655 readonly isNft: boolean;1670 readonly asNft: Vec<UpDataStructsCreateNftExData>;1656 readonly asNft: Vec<UpDataStructsCreateNftExData>;1677 readonly type: 'Nft' | 'Fungible' | 'RefungibleMultipleItems' | 'RefungibleMultipleOwners';1663 readonly type: 'Nft' | 'Fungible' | 'RefungibleMultipleItems' | 'RefungibleMultipleOwners';1678 }1664 }167916651680 /** @name UpDataStructsCreateNftExData (198) */1666 /** @name UpDataStructsCreateNftExData (196) */1681 export interface UpDataStructsCreateNftExData extends Struct {1667 export interface UpDataStructsCreateNftExData extends Struct {1682 readonly constData: Bytes;1668 readonly constData: Bytes;1683 readonly variableData: Bytes;1684 readonly properties: Vec<UpDataStructsProperty>;1669 readonly properties: Vec<UpDataStructsProperty>;1685 readonly owner: PalletEvmAccountBasicCrossAccountIdRepr;1670 readonly owner: PalletEvmAccountBasicCrossAccountIdRepr;1686 }1671 }168716721688 /** @name UpDataStructsCreateRefungibleExData (205) */1673 /** @name UpDataStructsCreateRefungibleExData (203) */1689 export interface UpDataStructsCreateRefungibleExData extends Struct {1674 export interface UpDataStructsCreateRefungibleExData extends Struct {1690 readonly constData: Bytes;1675 readonly constData: Bytes;1691 readonly variableData: Bytes;1692 readonly users: BTreeMap<PalletEvmAccountBasicCrossAccountIdRepr, u128>;1676 readonly users: BTreeMap<PalletEvmAccountBasicCrossAccountIdRepr, u128>;1693 }1677 }169416781695 /** @name PalletTemplateTransactionPaymentCall (207) */1679 /** @name PalletTemplateTransactionPaymentCall (205) */1696 export type PalletTemplateTransactionPaymentCall = Null;1680 export type PalletTemplateTransactionPaymentCall = Null;169716811698 /** @name PalletStructureCall (208) */1682 /** @name PalletStructureCall (206) */1699 export type PalletStructureCall = Null;1683 export type PalletStructureCall = Null;170016841701 /** @name PalletEvmCall (209) */1685 /** @name PalletEvmCall (207) */1702 export interface PalletEvmCall extends Enum {1686 export interface PalletEvmCall extends Enum {1703 readonly isWithdraw: boolean;1687 readonly isWithdraw: boolean;1704 readonly asWithdraw: {1688 readonly asWithdraw: {1743 readonly type: 'Withdraw' | 'Call' | 'Create' | 'Create2';1727 readonly type: 'Withdraw' | 'Call' | 'Create' | 'Create2';1744 }1728 }174517291746 /** @name PalletEthereumCall (215) */1730 /** @name PalletEthereumCall (213) */1747 export interface PalletEthereumCall extends Enum {1731 export interface PalletEthereumCall extends Enum {1748 readonly isTransact: boolean;1732 readonly isTransact: boolean;1749 readonly asTransact: {1733 readonly asTransact: {1752 readonly type: 'Transact';1736 readonly type: 'Transact';1753 }1737 }175417381755 /** @name EthereumTransactionTransactionV2 (216) */1739 /** @name EthereumTransactionTransactionV2 (214) */1756 export interface EthereumTransactionTransactionV2 extends Enum {1740 export interface EthereumTransactionTransactionV2 extends Enum {1757 readonly isLegacy: boolean;1741 readonly isLegacy: boolean;1758 readonly asLegacy: EthereumTransactionLegacyTransaction;1742 readonly asLegacy: EthereumTransactionLegacyTransaction;1763 readonly type: 'Legacy' | 'Eip2930' | 'Eip1559';1747 readonly type: 'Legacy' | 'Eip2930' | 'Eip1559';1764 }1748 }176517491766 /** @name EthereumTransactionLegacyTransaction (217) */1750 /** @name EthereumTransactionLegacyTransaction (215) */1767 export interface EthereumTransactionLegacyTransaction extends Struct {1751 export interface EthereumTransactionLegacyTransaction extends Struct {1768 readonly nonce: U256;1752 readonly nonce: U256;1769 readonly gasPrice: U256;1753 readonly gasPrice: U256;1774 readonly signature: EthereumTransactionTransactionSignature;1758 readonly signature: EthereumTransactionTransactionSignature;1775 }1759 }177617601777 /** @name EthereumTransactionTransactionAction (218) */1761 /** @name EthereumTransactionTransactionAction (216) */1778 export interface EthereumTransactionTransactionAction extends Enum {1762 export interface EthereumTransactionTransactionAction extends Enum {1779 readonly isCall: boolean;1763 readonly isCall: boolean;1780 readonly asCall: H160;1764 readonly asCall: H160;1781 readonly isCreate: boolean;1765 readonly isCreate: boolean;1782 readonly type: 'Call' | 'Create';1766 readonly type: 'Call' | 'Create';1783 }1767 }178417681785 /** @name EthereumTransactionTransactionSignature (219) */1769 /** @name EthereumTransactionTransactionSignature (217) */1786 export interface EthereumTransactionTransactionSignature extends Struct {1770 export interface EthereumTransactionTransactionSignature extends Struct {1787 readonly v: u64;1771 readonly v: u64;1788 readonly r: H256;1772 readonly r: H256;1789 readonly s: H256;1773 readonly s: H256;1790 }1774 }179117751792 /** @name EthereumTransactionEip2930Transaction (221) */1776 /** @name EthereumTransactionEip2930Transaction (219) */1793 export interface EthereumTransactionEip2930Transaction extends Struct {1777 export interface EthereumTransactionEip2930Transaction extends Struct {1794 readonly chainId: u64;1778 readonly chainId: u64;1795 readonly nonce: U256;1779 readonly nonce: U256;1804 readonly s: H256;1788 readonly s: H256;1805 }1789 }180617901807 /** @name EthereumTransactionAccessListItem (223) */1791 /** @name EthereumTransactionAccessListItem (221) */1808 export interface EthereumTransactionAccessListItem extends Struct {1792 export interface EthereumTransactionAccessListItem extends Struct {1809 readonly address: H160;1793 readonly address: H160;1810 readonly storageKeys: Vec<H256>;1794 readonly storageKeys: Vec<H256>;1811 }1795 }181217961813 /** @name EthereumTransactionEip1559Transaction (224) */1797 /** @name EthereumTransactionEip1559Transaction (222) */1814 export interface EthereumTransactionEip1559Transaction extends Struct {1798 export interface EthereumTransactionEip1559Transaction extends Struct {1815 readonly chainId: u64;1799 readonly chainId: u64;1816 readonly nonce: U256;1800 readonly nonce: U256;1826 readonly s: H256;1810 readonly s: H256;1827 }1811 }182818121829 /** @name PalletEvmMigrationCall (225) */1813 /** @name PalletEvmMigrationCall (223) */1830 export interface PalletEvmMigrationCall extends Enum {1814 export interface PalletEvmMigrationCall extends Enum {1831 readonly isBegin: boolean;1815 readonly isBegin: boolean;1832 readonly asBegin: {1816 readonly asBegin: {1845 readonly type: 'Begin' | 'SetData' | 'Finish';1829 readonly type: 'Begin' | 'SetData' | 'Finish';1846 }1830 }184718311848 /** @name PalletSudoEvent (228) */1832 /** @name PalletSudoEvent (226) */1849 export interface PalletSudoEvent extends Enum {1833 export interface PalletSudoEvent extends Enum {1850 readonly isSudid: boolean;1834 readonly isSudid: boolean;1851 readonly asSudid: {1835 readonly asSudid: {1862 readonly type: 'Sudid' | 'KeyChanged' | 'SudoAsDone';1846 readonly type: 'Sudid' | 'KeyChanged' | 'SudoAsDone';1863 }1847 }186418481865 /** @name SpRuntimeDispatchError (230) */1849 /** @name SpRuntimeDispatchError (228) */1866 export interface SpRuntimeDispatchError extends Enum {1850 export interface SpRuntimeDispatchError extends Enum {1867 readonly isOther: boolean;1851 readonly isOther: boolean;1868 readonly isCannotLookup: boolean;1852 readonly isCannotLookup: boolean;1881 readonly type: 'Other' | 'CannotLookup' | 'BadOrigin' | 'Module' | 'ConsumerRemaining' | 'NoProviders' | 'TooManyConsumers' | 'Token' | 'Arithmetic' | 'Transactional';1865 readonly type: 'Other' | 'CannotLookup' | 'BadOrigin' | 'Module' | 'ConsumerRemaining' | 'NoProviders' | 'TooManyConsumers' | 'Token' | 'Arithmetic' | 'Transactional';1882 }1866 }188318671884 /** @name SpRuntimeModuleError (231) */1868 /** @name SpRuntimeModuleError (229) */1885 export interface SpRuntimeModuleError extends Struct {1869 export interface SpRuntimeModuleError extends Struct {1886 readonly index: u8;1870 readonly index: u8;1887 readonly error: U8aFixed;1871 readonly error: U8aFixed;1888 }1872 }188918731890 /** @name SpRuntimeTokenError (232) */1874 /** @name SpRuntimeTokenError (230) */1891 export interface SpRuntimeTokenError extends Enum {1875 export interface SpRuntimeTokenError extends Enum {1892 readonly isNoFunds: boolean;1876 readonly isNoFunds: boolean;1893 readonly isWouldDie: boolean;1877 readonly isWouldDie: boolean;1899 readonly type: 'NoFunds' | 'WouldDie' | 'BelowMinimum' | 'CannotCreate' | 'UnknownAsset' | 'Frozen' | 'Unsupported';1883 readonly type: 'NoFunds' | 'WouldDie' | 'BelowMinimum' | 'CannotCreate' | 'UnknownAsset' | 'Frozen' | 'Unsupported';1900 }1884 }190118851902 /** @name SpRuntimeArithmeticError (233) */1886 /** @name SpRuntimeArithmeticError (231) */1903 export interface SpRuntimeArithmeticError extends Enum {1887 export interface SpRuntimeArithmeticError extends Enum {1904 readonly isUnderflow: boolean;1888 readonly isUnderflow: boolean;1905 readonly isOverflow: boolean;1889 readonly isOverflow: boolean;1906 readonly isDivisionByZero: boolean;1890 readonly isDivisionByZero: boolean;1907 readonly type: 'Underflow' | 'Overflow' | 'DivisionByZero';1891 readonly type: 'Underflow' | 'Overflow' | 'DivisionByZero';1908 }1892 }190918931910 /** @name SpRuntimeTransactionalError (234) */1894 /** @name SpRuntimeTransactionalError (232) */1911 export interface SpRuntimeTransactionalError extends Enum {1895 export interface SpRuntimeTransactionalError extends Enum {1912 readonly isLimitReached: boolean;1896 readonly isLimitReached: boolean;1913 readonly isNoLayer: boolean;1897 readonly isNoLayer: boolean;1914 readonly type: 'LimitReached' | 'NoLayer';1898 readonly type: 'LimitReached' | 'NoLayer';1915 }1899 }191619001917 /** @name PalletSudoError (235) */1901 /** @name PalletSudoError (233) */1918 export interface PalletSudoError extends Enum {1902 export interface PalletSudoError extends Enum {1919 readonly isRequireSudo: boolean;1903 readonly isRequireSudo: boolean;1920 readonly type: 'RequireSudo';1904 readonly type: 'RequireSudo';1921 }1905 }192219061923 /** @name FrameSystemAccountInfo (236) */1907 /** @name FrameSystemAccountInfo (234) */1924 export interface FrameSystemAccountInfo extends Struct {1908 export interface FrameSystemAccountInfo extends Struct {1925 readonly nonce: u32;1909 readonly nonce: u32;1926 readonly consumers: u32;1910 readonly consumers: u32;1929 readonly data: PalletBalancesAccountData;1913 readonly data: PalletBalancesAccountData;1930 }1914 }193119151932 /** @name FrameSupportWeightsPerDispatchClassU64 (237) */1916 /** @name FrameSupportWeightsPerDispatchClassU64 (235) */1933 export interface FrameSupportWeightsPerDispatchClassU64 extends Struct {1917 export interface FrameSupportWeightsPerDispatchClassU64 extends Struct {1934 readonly normal: u64;1918 readonly normal: u64;1935 readonly operational: u64;1919 readonly operational: u64;1936 readonly mandatory: u64;1920 readonly mandatory: u64;1937 }1921 }193819221939 /** @name SpRuntimeDigest (238) */1923 /** @name SpRuntimeDigest (236) */1940 export interface SpRuntimeDigest extends Struct {1924 export interface SpRuntimeDigest extends Struct {1941 readonly logs: Vec<SpRuntimeDigestDigestItem>;1925 readonly logs: Vec<SpRuntimeDigestDigestItem>;1942 }1926 }194319271944 /** @name SpRuntimeDigestDigestItem (240) */1928 /** @name SpRuntimeDigestDigestItem (238) */1945 export interface SpRuntimeDigestDigestItem extends Enum {1929 export interface SpRuntimeDigestDigestItem extends Enum {1946 readonly isOther: boolean;1930 readonly isOther: boolean;1947 readonly asOther: Bytes;1931 readonly asOther: Bytes;1955 readonly type: 'Other' | 'Consensus' | 'Seal' | 'PreRuntime' | 'RuntimeEnvironmentUpdated';1939 readonly type: 'Other' | 'Consensus' | 'Seal' | 'PreRuntime' | 'RuntimeEnvironmentUpdated';1956 }1940 }195719411958 /** @name FrameSystemEventRecord (242) */1942 /** @name FrameSystemEventRecord (240) */1959 export interface FrameSystemEventRecord extends Struct {1943 export interface FrameSystemEventRecord extends Struct {1960 readonly phase: FrameSystemPhase;1944 readonly phase: FrameSystemPhase;1961 readonly event: Event;1945 readonly event: Event;1962 readonly topics: Vec<H256>;1946 readonly topics: Vec<H256>;1963 }1947 }196419481965 /** @name FrameSystemEvent (244) */1949 /** @name FrameSystemEvent (242) */1966 export interface FrameSystemEvent extends Enum {1950 export interface FrameSystemEvent extends Enum {1967 readonly isExtrinsicSuccess: boolean;1951 readonly isExtrinsicSuccess: boolean;1968 readonly asExtrinsicSuccess: {1952 readonly asExtrinsicSuccess: {1990 readonly type: 'ExtrinsicSuccess' | 'ExtrinsicFailed' | 'CodeUpdated' | 'NewAccount' | 'KilledAccount' | 'Remarked';1974 readonly type: 'ExtrinsicSuccess' | 'ExtrinsicFailed' | 'CodeUpdated' | 'NewAccount' | 'KilledAccount' | 'Remarked';1991 }1975 }199219761993 /** @name FrameSupportWeightsDispatchInfo (245) */1977 /** @name FrameSupportWeightsDispatchInfo (243) */1994 export interface FrameSupportWeightsDispatchInfo extends Struct {1978 export interface FrameSupportWeightsDispatchInfo extends Struct {1995 readonly weight: u64;1979 readonly weight: u64;1996 readonly class: FrameSupportWeightsDispatchClass;1980 readonly class: FrameSupportWeightsDispatchClass;1997 readonly paysFee: FrameSupportWeightsPays;1981 readonly paysFee: FrameSupportWeightsPays;1998 }1982 }199919832000 /** @name FrameSupportWeightsDispatchClass (246) */1984 /** @name FrameSupportWeightsDispatchClass (244) */2001 export interface FrameSupportWeightsDispatchClass extends Enum {1985 export interface FrameSupportWeightsDispatchClass extends Enum {2002 readonly isNormal: boolean;1986 readonly isNormal: boolean;2003 readonly isOperational: boolean;1987 readonly isOperational: boolean;2004 readonly isMandatory: boolean;1988 readonly isMandatory: boolean;2005 readonly type: 'Normal' | 'Operational' | 'Mandatory';1989 readonly type: 'Normal' | 'Operational' | 'Mandatory';2006 }1990 }200719912008 /** @name FrameSupportWeightsPays (247) */1992 /** @name FrameSupportWeightsPays (245) */2009 export interface FrameSupportWeightsPays extends Enum {1993 export interface FrameSupportWeightsPays extends Enum {2010 readonly isYes: boolean;1994 readonly isYes: boolean;2011 readonly isNo: boolean;1995 readonly isNo: boolean;2012 readonly type: 'Yes' | 'No';1996 readonly type: 'Yes' | 'No';2013 }1997 }201419982015 /** @name OrmlVestingModuleEvent (248) */1999 /** @name OrmlVestingModuleEvent (246) */2016 export interface OrmlVestingModuleEvent extends Enum {2000 export interface OrmlVestingModuleEvent extends Enum {2017 readonly isVestingScheduleAdded: boolean;2001 readonly isVestingScheduleAdded: boolean;2018 readonly asVestingScheduleAdded: {2002 readonly asVestingScheduleAdded: {2032 readonly type: 'VestingScheduleAdded' | 'Claimed' | 'VestingSchedulesUpdated';2016 readonly type: 'VestingScheduleAdded' | 'Claimed' | 'VestingSchedulesUpdated';2033 }2017 }203420182035 /** @name CumulusPalletXcmpQueueEvent (249) */2019 /** @name CumulusPalletXcmpQueueEvent (247) */2036 export interface CumulusPalletXcmpQueueEvent extends Enum {2020 export interface CumulusPalletXcmpQueueEvent extends Enum {2037 readonly isSuccess: boolean;2021 readonly isSuccess: boolean;2038 readonly asSuccess: Option<H256>;2022 readonly asSuccess: Option<H256>;2053 readonly type: 'Success' | 'Fail' | 'BadVersion' | 'BadFormat' | 'UpwardMessageSent' | 'XcmpMessageSent' | 'OverweightEnqueued' | 'OverweightServiced';2037 readonly type: 'Success' | 'Fail' | 'BadVersion' | 'BadFormat' | 'UpwardMessageSent' | 'XcmpMessageSent' | 'OverweightEnqueued' | 'OverweightServiced';2054 }2038 }205520392056 /** @name PalletXcmEvent (250) */2040 /** @name PalletXcmEvent (248) */2057 export interface PalletXcmEvent extends Enum {2041 export interface PalletXcmEvent extends Enum {2058 readonly isAttempted: boolean;2042 readonly isAttempted: boolean;2059 readonly asAttempted: XcmV2TraitsOutcome;2043 readonly asAttempted: XcmV2TraitsOutcome;2090 readonly type: 'Attempted' | 'Sent' | 'UnexpectedResponse' | 'ResponseReady' | 'Notified' | 'NotifyOverweight' | 'NotifyDispatchError' | 'NotifyDecodeFailed' | 'InvalidResponder' | 'InvalidResponderVersion' | 'ResponseTaken' | 'AssetsTrapped' | 'VersionChangeNotified' | 'SupportedVersionChanged' | 'NotifyTargetSendFail' | 'NotifyTargetMigrationFail';2074 readonly type: 'Attempted' | 'Sent' | 'UnexpectedResponse' | 'ResponseReady' | 'Notified' | 'NotifyOverweight' | 'NotifyDispatchError' | 'NotifyDecodeFailed' | 'InvalidResponder' | 'InvalidResponderVersion' | 'ResponseTaken' | 'AssetsTrapped' | 'VersionChangeNotified' | 'SupportedVersionChanged' | 'NotifyTargetSendFail' | 'NotifyTargetMigrationFail';2091 }2075 }209220762093 /** @name XcmV2TraitsOutcome (251) */2077 /** @name XcmV2TraitsOutcome (249) */2094 export interface XcmV2TraitsOutcome extends Enum {2078 export interface XcmV2TraitsOutcome extends Enum {2095 readonly isComplete: boolean;2079 readonly isComplete: boolean;2096 readonly asComplete: u64;2080 readonly asComplete: u64;2101 readonly type: 'Complete' | 'Incomplete' | 'Error';2085 readonly type: 'Complete' | 'Incomplete' | 'Error';2102 }2086 }210320872104 /** @name CumulusPalletXcmEvent (253) */2088 /** @name CumulusPalletXcmEvent (251) */2105 export interface CumulusPalletXcmEvent extends Enum {2089 export interface CumulusPalletXcmEvent extends Enum {2106 readonly isInvalidFormat: boolean;2090 readonly isInvalidFormat: boolean;2107 readonly asInvalidFormat: U8aFixed;2091 readonly asInvalidFormat: U8aFixed;2112 readonly type: 'InvalidFormat' | 'UnsupportedVersion' | 'ExecutedDownward';2096 readonly type: 'InvalidFormat' | 'UnsupportedVersion' | 'ExecutedDownward';2113 }2097 }211420982115 /** @name CumulusPalletDmpQueueEvent (254) */2099 /** @name CumulusPalletDmpQueueEvent (252) */2116 export interface CumulusPalletDmpQueueEvent extends Enum {2100 export interface CumulusPalletDmpQueueEvent extends Enum {2117 readonly isInvalidFormat: boolean;2101 readonly isInvalidFormat: boolean;2118 readonly asInvalidFormat: U8aFixed;2102 readonly asInvalidFormat: U8aFixed;2129 readonly type: 'InvalidFormat' | 'UnsupportedVersion' | 'ExecutedDownward' | 'WeightExhausted' | 'OverweightEnqueued' | 'OverweightServiced';2113 readonly type: 'InvalidFormat' | 'UnsupportedVersion' | 'ExecutedDownward' | 'WeightExhausted' | 'OverweightEnqueued' | 'OverweightServiced';2130 }2114 }213121152132 /** @name PalletUniqueRawEvent (255) */2116 /** @name PalletUniqueRawEvent (253) */2133 export interface PalletUniqueRawEvent extends Enum {2117 export interface PalletUniqueRawEvent extends Enum {2134 readonly isCollectionSponsorRemoved: boolean;2118 readonly isCollectionSponsorRemoved: boolean;2135 readonly asCollectionSponsorRemoved: u32;2119 readonly asCollectionSponsorRemoved: u32;2162 readonly type: 'CollectionSponsorRemoved' | 'CollectionAdminAdded' | 'CollectionOwnedChanged' | 'CollectionSponsorSet' | 'ConstOnChainSchemaSet' | 'SponsorshipConfirmed' | 'CollectionAdminRemoved' | 'AllowListAddressRemoved' | 'AllowListAddressAdded' | 'CollectionLimitSet' | 'MintPermissionSet' | 'OffchainSchemaSet' | 'PublicAccessModeSet' | 'SchemaVersionSet';2146 readonly type: 'CollectionSponsorRemoved' | 'CollectionAdminAdded' | 'CollectionOwnedChanged' | 'CollectionSponsorSet' | 'ConstOnChainSchemaSet' | 'SponsorshipConfirmed' | 'CollectionAdminRemoved' | 'AllowListAddressRemoved' | 'AllowListAddressAdded' | 'CollectionLimitSet' | 'MintPermissionSet' | 'OffchainSchemaSet' | 'PublicAccessModeSet' | 'SchemaVersionSet';2163 }2147 }216421482165 /** @name PalletCommonEvent (256) */2149 /** @name PalletCommonEvent (254) */2166 export interface PalletCommonEvent extends Enum {2150 export interface PalletCommonEvent extends Enum {2167 readonly isCollectionCreated: boolean;2151 readonly isCollectionCreated: boolean;2168 readonly asCollectionCreated: ITuple<[u32, u8, AccountId32]>;2152 readonly asCollectionCreated: ITuple<[u32, u8, AccountId32]>;2189 readonly type: 'CollectionCreated' | 'CollectionDestroyed' | 'ItemCreated' | 'ItemDestroyed' | 'Transfer' | 'Approved' | 'CollectionPropertySet' | 'CollectionPropertyDeleted' | 'TokenPropertySet' | 'TokenPropertyDeleted' | 'PropertyPermissionSet';2173 readonly type: 'CollectionCreated' | 'CollectionDestroyed' | 'ItemCreated' | 'ItemDestroyed' | 'Transfer' | 'Approved' | 'CollectionPropertySet' | 'CollectionPropertyDeleted' | 'TokenPropertySet' | 'TokenPropertyDeleted' | 'PropertyPermissionSet';2190 }2174 }219121752192 /** @name PalletStructureEvent (257) */2176 /** @name PalletStructureEvent (255) */2193 export interface PalletStructureEvent extends Enum {2177 export interface PalletStructureEvent extends Enum {2194 readonly isExecuted: boolean;2178 readonly isExecuted: boolean;2195 readonly asExecuted: Result<Null, SpRuntimeDispatchError>;2179 readonly asExecuted: Result<Null, SpRuntimeDispatchError>;2196 readonly type: 'Executed';2180 readonly type: 'Executed';2197 }2181 }219821822199 /** @name PalletEvmEvent (258) */2183 /** @name PalletEvmEvent (256) */2200 export interface PalletEvmEvent extends Enum {2184 export interface PalletEvmEvent extends Enum {2201 readonly isLog: boolean;2185 readonly isLog: boolean;2202 readonly asLog: EthereumLog;2186 readonly asLog: EthereumLog;2215 readonly type: 'Log' | 'Created' | 'CreatedFailed' | 'Executed' | 'ExecutedFailed' | 'BalanceDeposit' | 'BalanceWithdraw';2199 readonly type: 'Log' | 'Created' | 'CreatedFailed' | 'Executed' | 'ExecutedFailed' | 'BalanceDeposit' | 'BalanceWithdraw';2216 }2200 }221722012218 /** @name EthereumLog (259) */2202 /** @name EthereumLog (257) */2219 export interface EthereumLog extends Struct {2203 export interface EthereumLog extends Struct {2220 readonly address: H160;2204 readonly address: H160;2221 readonly topics: Vec<H256>;2205 readonly topics: Vec<H256>;2222 readonly data: Bytes;2206 readonly data: Bytes;2223 }2207 }222422082225 /** @name PalletEthereumEvent (260) */2209 /** @name PalletEthereumEvent (258) */2226 export interface PalletEthereumEvent extends Enum {2210 export interface PalletEthereumEvent extends Enum {2227 readonly isExecuted: boolean;2211 readonly isExecuted: boolean;2228 readonly asExecuted: ITuple<[H160, H160, H256, EvmCoreErrorExitReason]>;2212 readonly asExecuted: ITuple<[H160, H160, H256, EvmCoreErrorExitReason]>;2229 readonly type: 'Executed';2213 readonly type: 'Executed';2230 }2214 }223122152232 /** @name EvmCoreErrorExitReason (261) */2216 /** @name EvmCoreErrorExitReason (259) */2233 export interface EvmCoreErrorExitReason extends Enum {2217 export interface EvmCoreErrorExitReason extends Enum {2234 readonly isSucceed: boolean;2218 readonly isSucceed: boolean;2235 readonly asSucceed: EvmCoreErrorExitSucceed;2219 readonly asSucceed: EvmCoreErrorExitSucceed;2242 readonly type: 'Succeed' | 'Error' | 'Revert' | 'Fatal';2226 readonly type: 'Succeed' | 'Error' | 'Revert' | 'Fatal';2243 }2227 }224422282245 /** @name EvmCoreErrorExitSucceed (262) */2229 /** @name EvmCoreErrorExitSucceed (260) */2246 export interface EvmCoreErrorExitSucceed extends Enum {2230 export interface EvmCoreErrorExitSucceed extends Enum {2247 readonly isStopped: boolean;2231 readonly isStopped: boolean;2248 readonly isReturned: boolean;2232 readonly isReturned: boolean;2249 readonly isSuicided: boolean;2233 readonly isSuicided: boolean;2250 readonly type: 'Stopped' | 'Returned' | 'Suicided';2234 readonly type: 'Stopped' | 'Returned' | 'Suicided';2251 }2235 }225222362253 /** @name EvmCoreErrorExitError (263) */2237 /** @name EvmCoreErrorExitError (261) */2254 export interface EvmCoreErrorExitError extends Enum {2238 export interface EvmCoreErrorExitError extends Enum {2255 readonly isStackUnderflow: boolean;2239 readonly isStackUnderflow: boolean;2256 readonly isStackOverflow: boolean;2240 readonly isStackOverflow: boolean;2271 readonly type: 'StackUnderflow' | 'StackOverflow' | 'InvalidJump' | 'InvalidRange' | 'DesignatedInvalid' | 'CallTooDeep' | 'CreateCollision' | 'CreateContractLimit' | 'OutOfOffset' | 'OutOfGas' | 'OutOfFund' | 'PcUnderflow' | 'CreateEmpty' | 'Other' | 'InvalidCode';2255 readonly type: 'StackUnderflow' | 'StackOverflow' | 'InvalidJump' | 'InvalidRange' | 'DesignatedInvalid' | 'CallTooDeep' | 'CreateCollision' | 'CreateContractLimit' | 'OutOfOffset' | 'OutOfGas' | 'OutOfFund' | 'PcUnderflow' | 'CreateEmpty' | 'Other' | 'InvalidCode';2272 }2256 }227322572274 /** @name EvmCoreErrorExitRevert (266) */2258 /** @name EvmCoreErrorExitRevert (264) */2275 export interface EvmCoreErrorExitRevert extends Enum {2259 export interface EvmCoreErrorExitRevert extends Enum {2276 readonly isReverted: boolean;2260 readonly isReverted: boolean;2277 readonly type: 'Reverted';2261 readonly type: 'Reverted';2278 }2262 }227922632280 /** @name EvmCoreErrorExitFatal (267) */2264 /** @name EvmCoreErrorExitFatal (265) */2281 export interface EvmCoreErrorExitFatal extends Enum {2265 export interface EvmCoreErrorExitFatal extends Enum {2282 readonly isNotSupported: boolean;2266 readonly isNotSupported: boolean;2283 readonly isUnhandledInterrupt: boolean;2267 readonly isUnhandledInterrupt: boolean;2288 readonly type: 'NotSupported' | 'UnhandledInterrupt' | 'CallErrorAsFatal' | 'Other';2272 readonly type: 'NotSupported' | 'UnhandledInterrupt' | 'CallErrorAsFatal' | 'Other';2289 }2273 }229022742291 /** @name FrameSystemPhase (268) */2275 /** @name FrameSystemPhase (266) */2292 export interface FrameSystemPhase extends Enum {2276 export interface FrameSystemPhase extends Enum {2293 readonly isApplyExtrinsic: boolean;2277 readonly isApplyExtrinsic: boolean;2294 readonly asApplyExtrinsic: u32;2278 readonly asApplyExtrinsic: u32;2297 readonly type: 'ApplyExtrinsic' | 'Finalization' | 'Initialization';2281 readonly type: 'ApplyExtrinsic' | 'Finalization' | 'Initialization';2298 }2282 }229922832300 /** @name FrameSystemLastRuntimeUpgradeInfo (270) */2284 /** @name FrameSystemLastRuntimeUpgradeInfo (268) */2301 export interface FrameSystemLastRuntimeUpgradeInfo extends Struct {2285 export interface FrameSystemLastRuntimeUpgradeInfo extends Struct {2302 readonly specVersion: Compact<u32>;2286 readonly specVersion: Compact<u32>;2303 readonly specName: Text;2287 readonly specName: Text;2304 }2288 }230522892306 /** @name FrameSystemLimitsBlockWeights (271) */2290 /** @name FrameSystemLimitsBlockWeights (269) */2307 export interface FrameSystemLimitsBlockWeights extends Struct {2291 export interface FrameSystemLimitsBlockWeights extends Struct {2308 readonly baseBlock: u64;2292 readonly baseBlock: u64;2309 readonly maxBlock: u64;2293 readonly maxBlock: u64;2310 readonly perClass: FrameSupportWeightsPerDispatchClassWeightsPerClass;2294 readonly perClass: FrameSupportWeightsPerDispatchClassWeightsPerClass;2311 }2295 }231222962313 /** @name FrameSupportWeightsPerDispatchClassWeightsPerClass (272) */2297 /** @name FrameSupportWeightsPerDispatchClassWeightsPerClass (270) */2314 export interface FrameSupportWeightsPerDispatchClassWeightsPerClass extends Struct {2298 export interface FrameSupportWeightsPerDispatchClassWeightsPerClass extends Struct {2315 readonly normal: FrameSystemLimitsWeightsPerClass;2299 readonly normal: FrameSystemLimitsWeightsPerClass;2316 readonly operational: FrameSystemLimitsWeightsPerClass;2300 readonly operational: FrameSystemLimitsWeightsPerClass;2317 readonly mandatory: FrameSystemLimitsWeightsPerClass;2301 readonly mandatory: FrameSystemLimitsWeightsPerClass;2318 }2302 }231923032320 /** @name FrameSystemLimitsWeightsPerClass (273) */2304 /** @name FrameSystemLimitsWeightsPerClass (271) */2321 export interface FrameSystemLimitsWeightsPerClass extends Struct {2305 export interface FrameSystemLimitsWeightsPerClass extends Struct {2322 readonly baseExtrinsic: u64;2306 readonly baseExtrinsic: u64;2323 readonly maxExtrinsic: Option<u64>;2307 readonly maxExtrinsic: Option<u64>;2324 readonly maxTotal: Option<u64>;2308 readonly maxTotal: Option<u64>;2325 readonly reserved: Option<u64>;2309 readonly reserved: Option<u64>;2326 }2310 }232723112328 /** @name FrameSystemLimitsBlockLength (275) */2312 /** @name FrameSystemLimitsBlockLength (273) */2329 export interface FrameSystemLimitsBlockLength extends Struct {2313 export interface FrameSystemLimitsBlockLength extends Struct {2330 readonly max: FrameSupportWeightsPerDispatchClassU32;2314 readonly max: FrameSupportWeightsPerDispatchClassU32;2331 }2315 }233223162333 /** @name FrameSupportWeightsPerDispatchClassU32 (276) */2317 /** @name FrameSupportWeightsPerDispatchClassU32 (274) */2334 export interface FrameSupportWeightsPerDispatchClassU32 extends Struct {2318 export interface FrameSupportWeightsPerDispatchClassU32 extends Struct {2335 readonly normal: u32;2319 readonly normal: u32;2336 readonly operational: u32;2320 readonly operational: u32;2337 readonly mandatory: u32;2321 readonly mandatory: u32;2338 }2322 }233923232340 /** @name FrameSupportWeightsRuntimeDbWeight (277) */2324 /** @name FrameSupportWeightsRuntimeDbWeight (275) */2341 export interface FrameSupportWeightsRuntimeDbWeight extends Struct {2325 export interface FrameSupportWeightsRuntimeDbWeight extends Struct {2342 readonly read: u64;2326 readonly read: u64;2343 readonly write: u64;2327 readonly write: u64;2344 }2328 }234523292346 /** @name SpVersionRuntimeVersion (278) */2330 /** @name SpVersionRuntimeVersion (276) */2347 export interface SpVersionRuntimeVersion extends Struct {2331 export interface SpVersionRuntimeVersion extends Struct {2348 readonly specName: Text;2332 readonly specName: Text;2349 readonly implName: Text;2333 readonly implName: Text;2355 readonly stateVersion: u8;2339 readonly stateVersion: u8;2356 }2340 }235723412358 /** @name FrameSystemError (282) */2342 /** @name FrameSystemError (280) */2359 export interface FrameSystemError extends Enum {2343 export interface FrameSystemError extends Enum {2360 readonly isInvalidSpecName: boolean;2344 readonly isInvalidSpecName: boolean;2361 readonly isSpecVersionNeedsToIncrease: boolean;2345 readonly isSpecVersionNeedsToIncrease: boolean;2366 readonly type: 'InvalidSpecName' | 'SpecVersionNeedsToIncrease' | 'FailedToExtractRuntimeVersion' | 'NonDefaultComposite' | 'NonZeroRefCount' | 'CallFiltered';2350 readonly type: 'InvalidSpecName' | 'SpecVersionNeedsToIncrease' | 'FailedToExtractRuntimeVersion' | 'NonDefaultComposite' | 'NonZeroRefCount' | 'CallFiltered';2367 }2351 }236823522369 /** @name OrmlVestingModuleError (284) */2353 /** @name OrmlVestingModuleError (282) */2370 export interface OrmlVestingModuleError extends Enum {2354 export interface OrmlVestingModuleError extends Enum {2371 readonly isZeroVestingPeriod: boolean;2355 readonly isZeroVestingPeriod: boolean;2372 readonly isZeroVestingPeriodCount: boolean;2356 readonly isZeroVestingPeriodCount: boolean;2377 readonly type: 'ZeroVestingPeriod' | 'ZeroVestingPeriodCount' | 'InsufficientBalanceToLock' | 'TooManyVestingSchedules' | 'AmountLow' | 'MaxVestingSchedulesExceeded';2361 readonly type: 'ZeroVestingPeriod' | 'ZeroVestingPeriodCount' | 'InsufficientBalanceToLock' | 'TooManyVestingSchedules' | 'AmountLow' | 'MaxVestingSchedulesExceeded';2378 }2362 }237923632380 /** @name CumulusPalletXcmpQueueInboundChannelDetails (286) */2364 /** @name CumulusPalletXcmpQueueInboundChannelDetails (284) */2381 export interface CumulusPalletXcmpQueueInboundChannelDetails extends Struct {2365 export interface CumulusPalletXcmpQueueInboundChannelDetails extends Struct {2382 readonly sender: u32;2366 readonly sender: u32;2383 readonly state: CumulusPalletXcmpQueueInboundState;2367 readonly state: CumulusPalletXcmpQueueInboundState;2384 readonly messageMetadata: Vec<ITuple<[u32, PolkadotParachainPrimitivesXcmpMessageFormat]>>;2368 readonly messageMetadata: Vec<ITuple<[u32, PolkadotParachainPrimitivesXcmpMessageFormat]>>;2385 }2369 }238623702387 /** @name CumulusPalletXcmpQueueInboundState (287) */2371 /** @name CumulusPalletXcmpQueueInboundState (285) */2388 export interface CumulusPalletXcmpQueueInboundState extends Enum {2372 export interface CumulusPalletXcmpQueueInboundState extends Enum {2389 readonly isOk: boolean;2373 readonly isOk: boolean;2390 readonly isSuspended: boolean;2374 readonly isSuspended: boolean;2391 readonly type: 'Ok' | 'Suspended';2375 readonly type: 'Ok' | 'Suspended';2392 }2376 }239323772394 /** @name PolkadotParachainPrimitivesXcmpMessageFormat (290) */2378 /** @name PolkadotParachainPrimitivesXcmpMessageFormat (288) */2395 export interface PolkadotParachainPrimitivesXcmpMessageFormat extends Enum {2379 export interface PolkadotParachainPrimitivesXcmpMessageFormat extends Enum {2396 readonly isConcatenatedVersionedXcm: boolean;2380 readonly isConcatenatedVersionedXcm: boolean;2397 readonly isConcatenatedEncodedBlob: boolean;2381 readonly isConcatenatedEncodedBlob: boolean;2398 readonly isSignals: boolean;2382 readonly isSignals: boolean;2399 readonly type: 'ConcatenatedVersionedXcm' | 'ConcatenatedEncodedBlob' | 'Signals';2383 readonly type: 'ConcatenatedVersionedXcm' | 'ConcatenatedEncodedBlob' | 'Signals';2400 }2384 }240123852402 /** @name CumulusPalletXcmpQueueOutboundChannelDetails (293) */2386 /** @name CumulusPalletXcmpQueueOutboundChannelDetails (291) */2403 export interface CumulusPalletXcmpQueueOutboundChannelDetails extends Struct {2387 export interface CumulusPalletXcmpQueueOutboundChannelDetails extends Struct {2404 readonly recipient: u32;2388 readonly recipient: u32;2405 readonly state: CumulusPalletXcmpQueueOutboundState;2389 readonly state: CumulusPalletXcmpQueueOutboundState;2408 readonly lastIndex: u16;2392 readonly lastIndex: u16;2409 }2393 }241023942411 /** @name CumulusPalletXcmpQueueOutboundState (294) */2395 /** @name CumulusPalletXcmpQueueOutboundState (292) */2412 export interface CumulusPalletXcmpQueueOutboundState extends Enum {2396 export interface CumulusPalletXcmpQueueOutboundState extends Enum {2413 readonly isOk: boolean;2397 readonly isOk: boolean;2414 readonly isSuspended: boolean;2398 readonly isSuspended: boolean;2415 readonly type: 'Ok' | 'Suspended';2399 readonly type: 'Ok' | 'Suspended';2416 }2400 }241724012418 /** @name CumulusPalletXcmpQueueQueueConfigData (296) */2402 /** @name CumulusPalletXcmpQueueQueueConfigData (294) */2419 export interface CumulusPalletXcmpQueueQueueConfigData extends Struct {2403 export interface CumulusPalletXcmpQueueQueueConfigData extends Struct {2420 readonly suspendThreshold: u32;2404 readonly suspendThreshold: u32;2421 readonly dropThreshold: u32;2405 readonly dropThreshold: u32;2425 readonly xcmpMaxIndividualWeight: u64;2409 readonly xcmpMaxIndividualWeight: u64;2426 }2410 }242724112428 /** @name CumulusPalletXcmpQueueError (298) */2412 /** @name CumulusPalletXcmpQueueError (296) */2429 export interface CumulusPalletXcmpQueueError extends Enum {2413 export interface CumulusPalletXcmpQueueError extends Enum {2430 readonly isFailedToSend: boolean;2414 readonly isFailedToSend: boolean;2431 readonly isBadXcmOrigin: boolean;2415 readonly isBadXcmOrigin: boolean;2435 readonly type: 'FailedToSend' | 'BadXcmOrigin' | 'BadXcm' | 'BadOverweightIndex' | 'WeightOverLimit';2419 readonly type: 'FailedToSend' | 'BadXcmOrigin' | 'BadXcm' | 'BadOverweightIndex' | 'WeightOverLimit';2436 }2420 }243724212438 /** @name PalletXcmError (299) */2422 /** @name PalletXcmError (297) */2439 export interface PalletXcmError extends Enum {2423 export interface PalletXcmError extends Enum {2440 readonly isUnreachable: boolean;2424 readonly isUnreachable: boolean;2441 readonly isSendFailure: boolean;2425 readonly isSendFailure: boolean;2453 readonly type: 'Unreachable' | 'SendFailure' | 'Filtered' | 'UnweighableMessage' | 'DestinationNotInvertible' | 'Empty' | 'CannotReanchor' | 'TooManyAssets' | 'InvalidOrigin' | 'BadVersion' | 'BadLocation' | 'NoSubscription' | 'AlreadySubscribed';2437 readonly type: 'Unreachable' | 'SendFailure' | 'Filtered' | 'UnweighableMessage' | 'DestinationNotInvertible' | 'Empty' | 'CannotReanchor' | 'TooManyAssets' | 'InvalidOrigin' | 'BadVersion' | 'BadLocation' | 'NoSubscription' | 'AlreadySubscribed';2454 }2438 }245524392456 /** @name CumulusPalletXcmError (300) */2440 /** @name CumulusPalletXcmError (298) */2457 export type CumulusPalletXcmError = Null;2441 export type CumulusPalletXcmError = Null;245824422459 /** @name CumulusPalletDmpQueueConfigData (301) */2443 /** @name CumulusPalletDmpQueueConfigData (299) */2460 export interface CumulusPalletDmpQueueConfigData extends Struct {2444 export interface CumulusPalletDmpQueueConfigData extends Struct {2461 readonly maxIndividual: u64;2445 readonly maxIndividual: u64;2462 }2446 }246324472464 /** @name CumulusPalletDmpQueuePageIndexData (302) */2448 /** @name CumulusPalletDmpQueuePageIndexData (300) */2465 export interface CumulusPalletDmpQueuePageIndexData extends Struct {2449 export interface CumulusPalletDmpQueuePageIndexData extends Struct {2466 readonly beginUsed: u32;2450 readonly beginUsed: u32;2467 readonly endUsed: u32;2451 readonly endUsed: u32;2468 readonly overweightCount: u64;2452 readonly overweightCount: u64;2469 }2453 }247024542471 /** @name CumulusPalletDmpQueueError (305) */2455 /** @name CumulusPalletDmpQueueError (303) */2472 export interface CumulusPalletDmpQueueError extends Enum {2456 export interface CumulusPalletDmpQueueError extends Enum {2473 readonly isUnknown: boolean;2457 readonly isUnknown: boolean;2474 readonly isOverLimit: boolean;2458 readonly isOverLimit: boolean;2475 readonly type: 'Unknown' | 'OverLimit';2459 readonly type: 'Unknown' | 'OverLimit';2476 }2460 }247724612478 /** @name PalletUniqueError (309) */2462 /** @name PalletUniqueError (307) */2479 export interface PalletUniqueError extends Enum {2463 export interface PalletUniqueError extends Enum {2480 readonly isCollectionDecimalPointLimitExceeded: boolean;2464 readonly isCollectionDecimalPointLimitExceeded: boolean;2481 readonly isConfirmUnsetSponsorFail: boolean;2465 readonly isConfirmUnsetSponsorFail: boolean;2482 readonly isEmptyArgument: boolean;2466 readonly isEmptyArgument: boolean;2483 readonly type: 'CollectionDecimalPointLimitExceeded' | 'ConfirmUnsetSponsorFail' | 'EmptyArgument';2467 readonly type: 'CollectionDecimalPointLimitExceeded' | 'ConfirmUnsetSponsorFail' | 'EmptyArgument';2484 }2468 }248524692486 /** @name UpDataStructsCollection (310) */2470 /** @name UpDataStructsCollection (308) */2487 export interface UpDataStructsCollection extends Struct {2471 export interface UpDataStructsCollection extends Struct {2488 readonly owner: AccountId32;2472 readonly owner: AccountId32;2489 readonly mode: UpDataStructsCollectionMode;2473 readonly mode: UpDataStructsCollectionMode;2498 readonly metaUpdatePermission: UpDataStructsMetaUpdatePermission;2482 readonly metaUpdatePermission: UpDataStructsMetaUpdatePermission;2499 }2483 }250024842501 /** @name UpDataStructsSponsorshipState (311) */2485 /** @name UpDataStructsSponsorshipState (309) */2502 export interface UpDataStructsSponsorshipState extends Enum {2486 export interface UpDataStructsSponsorshipState extends Enum {2503 readonly isDisabled: boolean;2487 readonly isDisabled: boolean;2504 readonly isUnconfirmed: boolean;2488 readonly isUnconfirmed: boolean;2508 readonly type: 'Disabled' | 'Unconfirmed' | 'Confirmed';2492 readonly type: 'Disabled' | 'Unconfirmed' | 'Confirmed';2509 }2493 }251024942511 /** @name UpDataStructsProperties (312) */2495 /** @name UpDataStructsProperties (310) */2512 export interface UpDataStructsProperties extends Struct {2496 export interface UpDataStructsProperties extends Struct {2513 readonly map: UpDataStructsPropertiesMapBoundedVec;2497 readonly map: UpDataStructsPropertiesMapBoundedVec;2514 readonly consumedSpace: u32;2498 readonly consumedSpace: u32;2515 readonly spaceLimit: u32;2499 readonly spaceLimit: u32;2516 }2500 }251725012518 /** @name UpDataStructsPropertiesMapBoundedVec (313) */2502 /** @name UpDataStructsPropertiesMapBoundedVec (311) */2519 export interface UpDataStructsPropertiesMapBoundedVec extends BTreeMap<Bytes, Bytes> {}2503 export interface UpDataStructsPropertiesMapBoundedVec extends BTreeMap<Bytes, Bytes> {}252025042521 /** @name UpDataStructsPropertiesMapPropertyPermission (318) */2505 /** @name UpDataStructsPropertiesMapPropertyPermission (316) */2522 export interface UpDataStructsPropertiesMapPropertyPermission extends BTreeMap<Bytes, UpDataStructsPropertyPermission> {}2506 export interface UpDataStructsPropertiesMapPropertyPermission extends BTreeMap<Bytes, UpDataStructsPropertyPermission> {}252325072524 /** @name UpDataStructsCollectionField (324) */2508 /** @name UpDataStructsCollectionField (322) */2525 export interface UpDataStructsCollectionField extends Enum {2509 export interface UpDataStructsCollectionField extends Enum {2526 readonly isConstOnChainSchema: boolean;2510 readonly isConstOnChainSchema: boolean;2527 readonly isOffchainSchema: boolean;2511 readonly isOffchainSchema: boolean;2528 readonly type: 'ConstOnChainSchema' | 'OffchainSchema';2512 readonly type: 'ConstOnChainSchema' | 'OffchainSchema';2529 }2513 }253025142531 /** @name UpDataStructsCollectionStats (327) */2515 /** @name UpDataStructsCollectionStats (325) */2532 export interface UpDataStructsCollectionStats extends Struct {2516 export interface UpDataStructsCollectionStats extends Struct {2533 readonly created: u32;2517 readonly created: u32;2534 readonly destroyed: u32;2518 readonly destroyed: u32;2535 readonly alive: u32;2519 readonly alive: u32;2536 }2520 }253725212538 /** @name PhantomTypeUpDataStructsTokenData (328) */2522 /** @name PhantomTypeUpDataStructsTokenData (326) */2539 export interface PhantomTypeUpDataStructsTokenData extends Vec<UpDataStructsTokenData> {}2523 export interface PhantomTypeUpDataStructsTokenData extends Vec<UpDataStructsTokenData> {}254025242541 /** @name UpDataStructsTokenData (329) */2525 /** @name UpDataStructsTokenData (327) */2542 export interface UpDataStructsTokenData extends Struct {2526 export interface UpDataStructsTokenData extends Struct {2543 readonly constData: Bytes;2527 readonly constData: Bytes;2544 readonly properties: Vec<UpDataStructsProperty>;2528 readonly properties: Vec<UpDataStructsProperty>;2545 readonly owner: Option<PalletEvmAccountBasicCrossAccountIdRepr>;2529 readonly owner: Option<PalletEvmAccountBasicCrossAccountIdRepr>;2546 }2530 }254725312548 /** @name PhantomTypeUpDataStructsRpcCollection (332) */2532 /** @name PhantomTypeUpDataStructsRpcCollection (330) */2549 export interface PhantomTypeUpDataStructsRpcCollection extends Vec<UpDataStructsRpcCollection> {}2533 export interface PhantomTypeUpDataStructsRpcCollection extends Vec<UpDataStructsRpcCollection> {}255025342551 /** @name UpDataStructsRpcCollection (333) */2535 /** @name UpDataStructsRpcCollection (331) */2552 export interface UpDataStructsRpcCollection extends Struct {2536 export interface UpDataStructsRpcCollection extends Struct {2553 readonly owner: AccountId32;2537 readonly owner: AccountId32;2554 readonly mode: UpDataStructsCollectionMode;2538 readonly mode: UpDataStructsCollectionMode;2567 readonly properties: Vec<UpDataStructsProperty>;2551 readonly properties: Vec<UpDataStructsProperty>;2568 }2552 }256925532570 /** @name PalletCommonError (335) */2554 /** @name PalletCommonError (333) */2571 export interface PalletCommonError extends Enum {2555 export interface PalletCommonError extends Enum {2572 readonly isCollectionNotFound: boolean;2556 readonly isCollectionNotFound: boolean;2573 readonly isMustBeTokenOwner: boolean;2557 readonly isMustBeTokenOwner: boolean;2578 readonly isCollectionDescriptionLimitExceeded: boolean;2562 readonly isCollectionDescriptionLimitExceeded: boolean;2579 readonly isCollectionTokenPrefixLimitExceeded: boolean;2563 readonly isCollectionTokenPrefixLimitExceeded: boolean;2580 readonly isTotalCollectionsLimitExceeded: boolean;2564 readonly isTotalCollectionsLimitExceeded: boolean;2581 readonly isTokenVariableDataLimitExceeded: boolean;2582 readonly isCollectionAdminCountExceeded: boolean;2565 readonly isCollectionAdminCountExceeded: boolean;2583 readonly isCollectionLimitBoundsExceeded: boolean;2566 readonly isCollectionLimitBoundsExceeded: boolean;2584 readonly isOwnerPermissionsCantBeReverted: boolean;2567 readonly isOwnerPermissionsCantBeReverted: boolean;2602 readonly isUnableToReadUnboundedKeys: boolean;2585 readonly isUnableToReadUnboundedKeys: boolean;2603 readonly isInvalidCharacterInPropertyKey: boolean;2586 readonly isInvalidCharacterInPropertyKey: boolean;2604 readonly isEmptyPropertyKey: boolean;2587 readonly isEmptyPropertyKey: boolean;2605 readonly type: 'CollectionNotFound' | 'MustBeTokenOwner' | 'NoPermission' | 'PublicMintingNotAllowed' | 'AddressNotInAllowlist' | 'CollectionNameLimitExceeded' | 'CollectionDescriptionLimitExceeded' | 'CollectionTokenPrefixLimitExceeded' | 'TotalCollectionsLimitExceeded' | 'TokenVariableDataLimitExceeded' | 'CollectionAdminCountExceeded' | 'CollectionLimitBoundsExceeded' | 'OwnerPermissionsCantBeReverted' | 'TransferNotAllowed' | 'AccountTokenLimitExceeded' | 'CollectionTokenLimitExceeded' | 'MetadataFlagFrozen' | 'TokenNotFound' | 'TokenValueTooLow' | 'ApprovedValueTooLow' | 'CantApproveMoreThanOwned' | 'AddressIsZero' | 'UnsupportedOperation' | 'NotSufficientFounds' | 'NestingIsDisabled' | 'OnlyOwnerAllowedToNest' | 'SourceCollectionIsNotAllowedToNest' | 'CollectionFieldSizeExceeded' | 'NoSpaceForProperty' | 'PropertyLimitReached' | 'UnableToReadUnboundedKeys' | 'InvalidCharacterInPropertyKey' | 'EmptyPropertyKey';2588 readonly type: 'CollectionNotFound' | 'MustBeTokenOwner' | 'NoPermission' | 'PublicMintingNotAllowed' | 'AddressNotInAllowlist' | 'CollectionNameLimitExceeded' | 'CollectionDescriptionLimitExceeded' | 'CollectionTokenPrefixLimitExceeded' | 'TotalCollectionsLimitExceeded' | 'CollectionAdminCountExceeded' | 'CollectionLimitBoundsExceeded' | 'OwnerPermissionsCantBeReverted' | 'TransferNotAllowed' | 'AccountTokenLimitExceeded' | 'CollectionTokenLimitExceeded' | 'MetadataFlagFrozen' | 'TokenNotFound' | 'TokenValueTooLow' | 'ApprovedValueTooLow' | 'CantApproveMoreThanOwned' | 'AddressIsZero' | 'UnsupportedOperation' | 'NotSufficientFounds' | 'NestingIsDisabled' | 'OnlyOwnerAllowedToNest' | 'SourceCollectionIsNotAllowedToNest' | 'CollectionFieldSizeExceeded' | 'NoSpaceForProperty' | 'PropertyLimitReached' | 'UnableToReadUnboundedKeys' | 'InvalidCharacterInPropertyKey' | 'EmptyPropertyKey';2606 }2589 }260725902608 /** @name PalletFungibleError (337) */2591 /** @name PalletFungibleError (335) */2609 export interface PalletFungibleError extends Enum {2592 export interface PalletFungibleError extends Enum {2610 readonly isNotFungibleDataUsedToMintFungibleCollectionToken: boolean;2593 readonly isNotFungibleDataUsedToMintFungibleCollectionToken: boolean;2611 readonly isFungibleItemsHaveNoId: boolean;2594 readonly isFungibleItemsHaveNoId: boolean;2615 readonly type: 'NotFungibleDataUsedToMintFungibleCollectionToken' | 'FungibleItemsHaveNoId' | 'FungibleItemsDontHaveData' | 'FungibleDisallowsNesting' | 'SettingPropertiesNotAllowed';2598 readonly type: 'NotFungibleDataUsedToMintFungibleCollectionToken' | 'FungibleItemsHaveNoId' | 'FungibleItemsDontHaveData' | 'FungibleDisallowsNesting' | 'SettingPropertiesNotAllowed';2616 }2599 }261726002618 /** @name PalletRefungibleItemData (338) */2601 /** @name PalletRefungibleItemData (336) */2619 export interface PalletRefungibleItemData extends Struct {2602 export interface PalletRefungibleItemData extends Struct {2620 readonly constData: Bytes;2603 readonly constData: Bytes;2621 readonly variableData: Bytes;2622 }2604 }262326052624 /** @name PalletRefungibleError (342) */2606 /** @name PalletRefungibleError (340) */2625 export interface PalletRefungibleError extends Enum {2607 export interface PalletRefungibleError extends Enum {2626 readonly isNotRefungibleDataUsedToMintFungibleCollectionToken: boolean;2608 readonly isNotRefungibleDataUsedToMintFungibleCollectionToken: boolean;2627 readonly isWrongRefungiblePieces: boolean;2609 readonly isWrongRefungiblePieces: boolean;2630 readonly type: 'NotRefungibleDataUsedToMintFungibleCollectionToken' | 'WrongRefungiblePieces' | 'RefungibleDisallowsNesting' | 'SettingPropertiesNotAllowed';2612 readonly type: 'NotRefungibleDataUsedToMintFungibleCollectionToken' | 'WrongRefungiblePieces' | 'RefungibleDisallowsNesting' | 'SettingPropertiesNotAllowed';2631 }2613 }263226142633 /** @name PalletNonfungibleItemData (343) */2615 /** @name PalletNonfungibleItemData (341) */2634 export interface PalletNonfungibleItemData extends Struct {2616 export interface PalletNonfungibleItemData extends Struct {2635 readonly constData: Bytes;2617 readonly constData: Bytes;2636 readonly variableData: Bytes;2637 readonly owner: PalletEvmAccountBasicCrossAccountIdRepr;2618 readonly owner: PalletEvmAccountBasicCrossAccountIdRepr;2638 }2619 }263926202640 /** @name PalletNonfungibleError (344) */2621 /** @name PalletNonfungibleError (342) */2641 export interface PalletNonfungibleError extends Enum {2622 export interface PalletNonfungibleError extends Enum {2642 readonly isNotNonfungibleDataUsedToMintFungibleCollectionToken: boolean;2623 readonly isNotNonfungibleDataUsedToMintFungibleCollectionToken: boolean;2643 readonly isNonfungibleItemsHaveNoAmount: boolean;2624 readonly isNonfungibleItemsHaveNoAmount: boolean;2644 readonly type: 'NotNonfungibleDataUsedToMintFungibleCollectionToken' | 'NonfungibleItemsHaveNoAmount';2625 readonly type: 'NotNonfungibleDataUsedToMintFungibleCollectionToken' | 'NonfungibleItemsHaveNoAmount';2645 }2626 }264626272647 /** @name PalletStructureError (345) */2628 /** @name PalletStructureError (343) */2648 export interface PalletStructureError extends Enum {2629 export interface PalletStructureError extends Enum {2649 readonly isOuroborosDetected: boolean;2630 readonly isOuroborosDetected: boolean;2650 readonly isDepthLimit: boolean;2631 readonly isDepthLimit: boolean;2651 readonly isTokenNotFound: boolean;2632 readonly isTokenNotFound: boolean;2652 readonly type: 'OuroborosDetected' | 'DepthLimit' | 'TokenNotFound';2633 readonly type: 'OuroborosDetected' | 'DepthLimit' | 'TokenNotFound';2653 }2634 }265426352655 /** @name PalletEvmError (348) */2636 /** @name PalletEvmError (346) */2656 export interface PalletEvmError extends Enum {2637 export interface PalletEvmError extends Enum {2657 readonly isBalanceLow: boolean;2638 readonly isBalanceLow: boolean;2658 readonly isFeeOverflow: boolean;2639 readonly isFeeOverflow: boolean;2663 readonly type: 'BalanceLow' | 'FeeOverflow' | 'PaymentOverflow' | 'WithdrawFailed' | 'GasPriceTooLow' | 'InvalidNonce';2644 readonly type: 'BalanceLow' | 'FeeOverflow' | 'PaymentOverflow' | 'WithdrawFailed' | 'GasPriceTooLow' | 'InvalidNonce';2664 }2645 }266526462666 /** @name FpRpcTransactionStatus (351) */2647 /** @name FpRpcTransactionStatus (349) */2667 export interface FpRpcTransactionStatus extends Struct {2648 export interface FpRpcTransactionStatus extends Struct {2668 readonly transactionHash: H256;2649 readonly transactionHash: H256;2669 readonly transactionIndex: u32;2650 readonly transactionIndex: u32;2674 readonly logsBloom: EthbloomBloom;2655 readonly logsBloom: EthbloomBloom;2675 }2656 }267626572677 /** @name EthbloomBloom (353) */2658 /** @name EthbloomBloom (351) */2678 export interface EthbloomBloom extends U8aFixed {}2659 export interface EthbloomBloom extends U8aFixed {}267926602680 /** @name EthereumReceiptReceiptV3 (355) */2661 /** @name EthereumReceiptReceiptV3 (353) */2681 export interface EthereumReceiptReceiptV3 extends Enum {2662 export interface EthereumReceiptReceiptV3 extends Enum {2682 readonly isLegacy: boolean;2663 readonly isLegacy: boolean;2683 readonly asLegacy: EthereumReceiptEip658ReceiptData;2664 readonly asLegacy: EthereumReceiptEip658ReceiptData;2688 readonly type: 'Legacy' | 'Eip2930' | 'Eip1559';2669 readonly type: 'Legacy' | 'Eip2930' | 'Eip1559';2689 }2670 }269026712691 /** @name EthereumReceiptEip658ReceiptData (356) */2672 /** @name EthereumReceiptEip658ReceiptData (354) */2692 export interface EthereumReceiptEip658ReceiptData extends Struct {2673 export interface EthereumReceiptEip658ReceiptData extends Struct {2693 readonly statusCode: u8;2674 readonly statusCode: u8;2694 readonly usedGas: U256;2675 readonly usedGas: U256;2695 readonly logsBloom: EthbloomBloom;2676 readonly logsBloom: EthbloomBloom;2696 readonly logs: Vec<EthereumLog>;2677 readonly logs: Vec<EthereumLog>;2697 }2678 }269826792699 /** @name EthereumBlock (357) */2680 /** @name EthereumBlock (355) */2700 export interface EthereumBlock extends Struct {2681 export interface EthereumBlock extends Struct {2701 readonly header: EthereumHeader;2682 readonly header: EthereumHeader;2702 readonly transactions: Vec<EthereumTransactionTransactionV2>;2683 readonly transactions: Vec<EthereumTransactionTransactionV2>;2703 readonly ommers: Vec<EthereumHeader>;2684 readonly ommers: Vec<EthereumHeader>;2704 }2685 }270526862706 /** @name EthereumHeader (358) */2687 /** @name EthereumHeader (356) */2707 export interface EthereumHeader extends Struct {2688 export interface EthereumHeader extends Struct {2708 readonly parentHash: H256;2689 readonly parentHash: H256;2709 readonly ommersHash: H256;2690 readonly ommersHash: H256;2722 readonly nonce: EthereumTypesHashH64;2703 readonly nonce: EthereumTypesHashH64;2723 }2704 }272427052725 /** @name EthereumTypesHashH64 (359) */2706 /** @name EthereumTypesHashH64 (357) */2726 export interface EthereumTypesHashH64 extends U8aFixed {}2707 export interface EthereumTypesHashH64 extends U8aFixed {}272727082728 /** @name PalletEthereumError (364) */2709 /** @name PalletEthereumError (362) */2729 export interface PalletEthereumError extends Enum {2710 export interface PalletEthereumError extends Enum {2730 readonly isInvalidSignature: boolean;2711 readonly isInvalidSignature: boolean;2731 readonly isPreLogExists: boolean;2712 readonly isPreLogExists: boolean;2732 readonly type: 'InvalidSignature' | 'PreLogExists';2713 readonly type: 'InvalidSignature' | 'PreLogExists';2733 }2714 }273427152735 /** @name PalletEvmCoderSubstrateError (365) */2716 /** @name PalletEvmCoderSubstrateError (363) */2736 export interface PalletEvmCoderSubstrateError extends Enum {2717 export interface PalletEvmCoderSubstrateError extends Enum {2737 readonly isOutOfGas: boolean;2718 readonly isOutOfGas: boolean;2738 readonly isOutOfFund: boolean;2719 readonly isOutOfFund: boolean;2739 readonly type: 'OutOfGas' | 'OutOfFund';2720 readonly type: 'OutOfGas' | 'OutOfFund';2740 }2721 }274127222742 /** @name PalletEvmContractHelpersSponsoringModeT (366) */2723 /** @name PalletEvmContractHelpersSponsoringModeT (364) */2743 export interface PalletEvmContractHelpersSponsoringModeT extends Enum {2724 export interface PalletEvmContractHelpersSponsoringModeT extends Enum {2744 readonly isDisabled: boolean;2725 readonly isDisabled: boolean;2745 readonly isAllowlisted: boolean;2726 readonly isAllowlisted: boolean;2746 readonly isGenerous: boolean;2727 readonly isGenerous: boolean;2747 readonly type: 'Disabled' | 'Allowlisted' | 'Generous';2728 readonly type: 'Disabled' | 'Allowlisted' | 'Generous';2748 }2729 }274927302750 /** @name PalletEvmContractHelpersError (368) */2731 /** @name PalletEvmContractHelpersError (366) */2751 export interface PalletEvmContractHelpersError extends Enum {2732 export interface PalletEvmContractHelpersError extends Enum {2752 readonly isNoPermission: boolean;2733 readonly isNoPermission: boolean;2753 readonly type: 'NoPermission';2734 readonly type: 'NoPermission';2754 }2735 }275527362756 /** @name PalletEvmMigrationError (369) */2737 /** @name PalletEvmMigrationError (367) */2757 export interface PalletEvmMigrationError extends Enum {2738 export interface PalletEvmMigrationError extends Enum {2758 readonly isAccountNotEmpty: boolean;2739 readonly isAccountNotEmpty: boolean;2759 readonly isAccountIsNotMigrating: boolean;2740 readonly isAccountIsNotMigrating: boolean;2760 readonly type: 'AccountNotEmpty' | 'AccountIsNotMigrating';2741 readonly type: 'AccountNotEmpty' | 'AccountIsNotMigrating';2761 }2742 }276227432763 /** @name SpRuntimeMultiSignature (371) */2744 /** @name SpRuntimeMultiSignature (369) */2764 export interface SpRuntimeMultiSignature extends Enum {2745 export interface SpRuntimeMultiSignature extends Enum {2765 readonly isEd25519: boolean;2746 readonly isEd25519: boolean;2766 readonly asEd25519: SpCoreEd25519Signature;2747 readonly asEd25519: SpCoreEd25519Signature;2771 readonly type: 'Ed25519' | 'Sr25519' | 'Ecdsa';2752 readonly type: 'Ed25519' | 'Sr25519' | 'Ecdsa';2772 }2753 }277327542774 /** @name SpCoreEd25519Signature (372) */2755 /** @name SpCoreEd25519Signature (370) */2775 export interface SpCoreEd25519Signature extends U8aFixed {}2756 export interface SpCoreEd25519Signature extends U8aFixed {}277627572777 /** @name SpCoreSr25519Signature (374) */2758 /** @name SpCoreSr25519Signature (372) */2778 export interface SpCoreSr25519Signature extends U8aFixed {}2759 export interface SpCoreSr25519Signature extends U8aFixed {}277927602780 /** @name SpCoreEcdsaSignature (375) */2761 /** @name SpCoreEcdsaSignature (373) */2781 export interface SpCoreEcdsaSignature extends U8aFixed {}2762 export interface SpCoreEcdsaSignature extends U8aFixed {}278227632783 /** @name FrameSystemExtensionsCheckSpecVersion (378) */2764 /** @name FrameSystemExtensionsCheckSpecVersion (376) */2784 export type FrameSystemExtensionsCheckSpecVersion = Null;2765 export type FrameSystemExtensionsCheckSpecVersion = Null;278527662786 /** @name FrameSystemExtensionsCheckGenesis (379) */2767 /** @name FrameSystemExtensionsCheckGenesis (377) */2787 export type FrameSystemExtensionsCheckGenesis = Null;2768 export type FrameSystemExtensionsCheckGenesis = Null;278827692789 /** @name FrameSystemExtensionsCheckNonce (382) */2770 /** @name FrameSystemExtensionsCheckNonce (380) */2790 export interface FrameSystemExtensionsCheckNonce extends Compact<u32> {}2771 export interface FrameSystemExtensionsCheckNonce extends Compact<u32> {}279127722792 /** @name FrameSystemExtensionsCheckWeight (383) */2773 /** @name FrameSystemExtensionsCheckWeight (381) */2793 export type FrameSystemExtensionsCheckWeight = Null;2774 export type FrameSystemExtensionsCheckWeight = Null;279427752795 /** @name PalletTemplateTransactionPaymentChargeTransactionPayment (384) */2776 /** @name PalletTemplateTransactionPaymentChargeTransactionPayment (382) */2796 export interface PalletTemplateTransactionPaymentChargeTransactionPayment extends Compact<u128> {}2777 export interface PalletTemplateTransactionPaymentChargeTransactionPayment extends Compact<u128> {}279727782798 /** @name OpalRuntimeRuntime (385) */2779 /** @name OpalRuntimeRuntime (383) */2799 export type OpalRuntimeRuntime = Null;2780 export type OpalRuntimeRuntime = Null;27812782 /** @name PalletEthereumFakeTransactionFinalizer (384) */2783 export type PalletEthereumFakeTransactionFinalizer = Null;280027842801} // declare module2785} // declare module28022786