@webb-tools/tangle-substrate-types 0.5.8 → 0.5.12
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +11 -2
- package/{build/interfaces → interfaces}/augment-api-consts.d.ts +119 -24
- package/{ts-types/src/interfaces → interfaces}/augment-api-errors.d.ts +199 -342
- package/{build/interfaces → interfaces}/augment-api-events.d.ts +1365 -378
- package/{build/interfaces → interfaces}/augment-api-query.d.ts +718 -261
- package/{ts-types/src/interfaces → interfaces}/augment-api-tx.d.ts +1684 -442
- package/{ts-types/src/interfaces → interfaces}/lookup.d.ts +1425 -1093
- package/{build/interfaces → interfaces}/lookup.js +1443 -1111
- package/{build/interfaces → interfaces}/registry.d.ts +62 -75
- package/{ts-types/src/interfaces → interfaces}/types-lookup.d.ts +1233 -1128
- package/metadata/static-latest.d.ts +2 -0
- package/metadata/static-latest.js +7 -0
- package/package.json +1 -72
- package/.envrc +0 -5
- package/babel-config-cjs.cjs +0 -10
- package/build/interfaces/augment-api-errors.d.ts +0 -2144
- package/build/interfaces/augment-api-tx.d.ts +0 -2876
- package/build/interfaces/lookup.d.ts +0 -5908
- package/build/interfaces/types-lookup.d.ts +0 -6052
- package/build/metadata/static-latest.d.ts +0 -2
- package/build/metadata/static-latest.js +0 -7
- package/build/metadata/static-type.d.ts +0 -2
- package/build/metadata/static-type.js +0 -1
- package/build/package.json +0 -1
- package/playground.ts +0 -86
- package/polkadot-dev-configs/babel-config-cjs.cjs +0 -12
- package/polkadot-dev-configs/babel-general.cjs +0 -15
- package/polkadot-dev-configs/babel-plugins.cjs +0 -21
- package/polkadot-dev-configs/babel-presets.cjs +0 -33
- package/polkadot-dev-configs/babel-resolver.cjs +0 -14
- package/scripts/build.js +0 -134
- package/scripts/publish-types.js +0 -95
- package/scripts/updateMetadata.ts +0 -44
- package/src/examples/job_and_result_submission.ts +0 -203
- package/src/index.ts +0 -7
- package/src/interfaces/augment-api-consts.ts +0 -958
- package/src/interfaces/augment-api-errors.ts +0 -2152
- package/src/interfaces/augment-api-events.ts +0 -1465
- package/src/interfaces/augment-api-query.ts +0 -1629
- package/src/interfaces/augment-api-rpc.ts +0 -617
- package/src/interfaces/augment-api-runtime.ts +0 -308
- package/src/interfaces/augment-api-tx.ts +0 -1550
- package/src/interfaces/augment-api.ts +0 -10
- package/src/interfaces/augment-types.ts +0 -1256
- package/src/interfaces/lookup.ts +0 -5912
- package/src/interfaces/registry.ts +0 -433
- package/src/interfaces/types-lookup.ts +0 -6455
- package/src/metadata/metadata.json +0 -5
- package/src/metadata/static-latest.ts +0 -1
- package/src/metadata/static-type.ts +0 -3
- package/ts-types/playground.d.ts +0 -1
- package/ts-types/src/examples/job_and_result_submission.d.ts +0 -1
- package/ts-types/src/index.d.ts +0 -3
- package/ts-types/src/interfaces/augment-api-consts.d.ts +0 -950
- package/ts-types/src/interfaces/augment-api-events.d.ts +0 -2281
- package/ts-types/src/interfaces/augment-api-query.d.ts +0 -1660
- package/ts-types/src/interfaces/augment-api-rpc.d.ts +0 -679
- package/ts-types/src/interfaces/augment-api-runtime.d.ts +0 -363
- package/ts-types/src/interfaces/augment-api.d.ts +0 -7
- package/ts-types/src/interfaces/augment-types.d.ts +0 -1249
- package/ts-types/src/interfaces/registry.d.ts +0 -426
- package/ts-types/src/metadata/static-latest.d.ts +0 -2
- package/ts-types/src/metadata/static-type.d.ts +0 -2
- package/ts-types/tsconfig.tsbuildinfo +0 -1
- package/tsconfig.json +0 -36
- /package/{build/examples → examples}/job_and_result_submission.d.ts +0 -0
- /package/{build/examples → examples}/job_and_result_submission.js +0 -0
- /package/{build/index.d.ts → index.d.ts} +0 -0
- /package/{build/index.js → index.js} +0 -0
- /package/{build/interfaces → interfaces}/augment-api-consts.js +0 -0
- /package/{build/interfaces → interfaces}/augment-api-errors.js +0 -0
- /package/{build/interfaces → interfaces}/augment-api-events.js +0 -0
- /package/{build/interfaces → interfaces}/augment-api-query.js +0 -0
- /package/{build/interfaces → interfaces}/augment-api-rpc.d.ts +0 -0
- /package/{build/interfaces → interfaces}/augment-api-rpc.js +0 -0
- /package/{build/interfaces → interfaces}/augment-api-runtime.d.ts +0 -0
- /package/{build/interfaces → interfaces}/augment-api-runtime.js +0 -0
- /package/{build/interfaces → interfaces}/augment-api-tx.js +0 -0
- /package/{build/interfaces → interfaces}/augment-api.d.ts +0 -0
- /package/{build/interfaces → interfaces}/augment-api.js +0 -0
- /package/{build/interfaces → interfaces}/augment-types.d.ts +0 -0
- /package/{build/interfaces → interfaces}/augment-types.js +0 -0
- /package/{build/interfaces → interfaces}/registry.js +0 -0
- /package/{build/interfaces → interfaces}/types-lookup.js +0 -0
|
@@ -1454,317 +1454,7 @@ declare const _default: {
|
|
|
1454
1454
|
**/
|
|
1455
1455
|
PalletAirdropClaimsUtilsEthereumAddress: string;
|
|
1456
1456
|
/**
|
|
1457
|
-
* Lookup122:
|
|
1458
|
-
**/
|
|
1459
|
-
PalletRolesEvent: {
|
|
1460
|
-
_enum: {
|
|
1461
|
-
RoleAssigned: {
|
|
1462
|
-
account: string;
|
|
1463
|
-
role: string;
|
|
1464
|
-
};
|
|
1465
|
-
RoleRemoved: {
|
|
1466
|
-
account: string;
|
|
1467
|
-
role: string;
|
|
1468
|
-
};
|
|
1469
|
-
Slashed: {
|
|
1470
|
-
account: string;
|
|
1471
|
-
amount: string;
|
|
1472
|
-
};
|
|
1473
|
-
ProfileCreated: {
|
|
1474
|
-
account: string;
|
|
1475
|
-
totalProfileRestake: string;
|
|
1476
|
-
roles: string;
|
|
1477
|
-
};
|
|
1478
|
-
ProfileUpdated: {
|
|
1479
|
-
account: string;
|
|
1480
|
-
totalProfileRestake: string;
|
|
1481
|
-
roles: string;
|
|
1482
|
-
};
|
|
1483
|
-
ProfileDeleted: {
|
|
1484
|
-
account: string;
|
|
1485
|
-
};
|
|
1486
|
-
PendingJobs: {
|
|
1487
|
-
pendingJobs: string;
|
|
1488
|
-
};
|
|
1489
|
-
RolesRewardSet: {
|
|
1490
|
-
totalRewards: string;
|
|
1491
|
-
};
|
|
1492
|
-
PayoutStarted: {
|
|
1493
|
-
eraIndex: string;
|
|
1494
|
-
validatorStash: string;
|
|
1495
|
-
};
|
|
1496
|
-
Rewarded: {
|
|
1497
|
-
stash: string;
|
|
1498
|
-
amount: string;
|
|
1499
|
-
};
|
|
1500
|
-
MinRestakingBondUpdated: {
|
|
1501
|
-
value: string;
|
|
1502
|
-
};
|
|
1503
|
-
};
|
|
1504
|
-
};
|
|
1505
|
-
/**
|
|
1506
|
-
* Lookup123: tangle_primitives::roles::RoleType
|
|
1507
|
-
**/
|
|
1508
|
-
TanglePrimitivesRolesRoleType: {
|
|
1509
|
-
_enum: {
|
|
1510
|
-
Tss: string;
|
|
1511
|
-
ZkSaaS: string;
|
|
1512
|
-
LightClientRelaying: string;
|
|
1513
|
-
};
|
|
1514
|
-
};
|
|
1515
|
-
/**
|
|
1516
|
-
* Lookup124: tangle_primitives::roles::tss::ThresholdSignatureRoleType
|
|
1517
|
-
**/
|
|
1518
|
-
TanglePrimitivesRolesTssThresholdSignatureRoleType: {
|
|
1519
|
-
_enum: string[];
|
|
1520
|
-
};
|
|
1521
|
-
/**
|
|
1522
|
-
* Lookup125: tangle_primitives::roles::zksaas::ZeroKnowledgeRoleType
|
|
1523
|
-
**/
|
|
1524
|
-
TanglePrimitivesRolesZksaasZeroKnowledgeRoleType: {
|
|
1525
|
-
_enum: string[];
|
|
1526
|
-
};
|
|
1527
|
-
/**
|
|
1528
|
-
* Lookup129: pallet_jobs::module::Event<T>
|
|
1529
|
-
**/
|
|
1530
|
-
PalletJobsModuleEvent: {
|
|
1531
|
-
_enum: {
|
|
1532
|
-
JobSubmitted: {
|
|
1533
|
-
jobId: string;
|
|
1534
|
-
roleType: string;
|
|
1535
|
-
details: string;
|
|
1536
|
-
};
|
|
1537
|
-
JobResultSubmitted: {
|
|
1538
|
-
jobId: string;
|
|
1539
|
-
roleType: string;
|
|
1540
|
-
};
|
|
1541
|
-
ValidatorRewarded: {
|
|
1542
|
-
id: string;
|
|
1543
|
-
reward: string;
|
|
1544
|
-
};
|
|
1545
|
-
JobRefunded: {
|
|
1546
|
-
jobId: string;
|
|
1547
|
-
roleType: string;
|
|
1548
|
-
};
|
|
1549
|
-
JobParticipantsUpdated: {
|
|
1550
|
-
jobId: string;
|
|
1551
|
-
roleType: string;
|
|
1552
|
-
details: string;
|
|
1553
|
-
};
|
|
1554
|
-
JobReSubmitted: {
|
|
1555
|
-
jobId: string;
|
|
1556
|
-
roleType: string;
|
|
1557
|
-
details: string;
|
|
1558
|
-
};
|
|
1559
|
-
JobResultExtended: {
|
|
1560
|
-
jobId: string;
|
|
1561
|
-
roleType: string;
|
|
1562
|
-
newExpiry: string;
|
|
1563
|
-
};
|
|
1564
|
-
};
|
|
1565
|
-
};
|
|
1566
|
-
/**
|
|
1567
|
-
* Lookup130: tangle_primitives::jobs::JobSubmission<sp_core::crypto::AccountId32, BlockNumber, tangle_testnet_runtime::MaxParticipants, tangle_testnet_runtime::MaxSubmissionLen, tangle_testnet_runtime::MaxAdditionalParamsLen>
|
|
1568
|
-
**/
|
|
1569
|
-
TanglePrimitivesJobsJobSubmission: {
|
|
1570
|
-
expiry: string;
|
|
1571
|
-
ttl: string;
|
|
1572
|
-
jobType: string;
|
|
1573
|
-
fallback: string;
|
|
1574
|
-
};
|
|
1575
|
-
/**
|
|
1576
|
-
* Lookup131: tangle_testnet_runtime::MaxParticipants
|
|
1577
|
-
**/
|
|
1578
|
-
TangleTestnetRuntimeMaxParticipants: string;
|
|
1579
|
-
/**
|
|
1580
|
-
* Lookup132: tangle_testnet_runtime::MaxSubmissionLen
|
|
1581
|
-
**/
|
|
1582
|
-
TangleTestnetRuntimeMaxSubmissionLen: string;
|
|
1583
|
-
/**
|
|
1584
|
-
* Lookup133: tangle_testnet_runtime::MaxAdditionalParamsLen
|
|
1585
|
-
**/
|
|
1586
|
-
TangleTestnetRuntimeMaxAdditionalParamsLen: string;
|
|
1587
|
-
/**
|
|
1588
|
-
* Lookup134: tangle_primitives::jobs::JobType<sp_core::crypto::AccountId32, tangle_testnet_runtime::MaxParticipants, tangle_testnet_runtime::MaxSubmissionLen, tangle_testnet_runtime::MaxAdditionalParamsLen>
|
|
1589
|
-
**/
|
|
1590
|
-
TanglePrimitivesJobsJobType: {
|
|
1591
|
-
_enum: {
|
|
1592
|
-
DKGTSSPhaseOne: string;
|
|
1593
|
-
DKGTSSPhaseTwo: string;
|
|
1594
|
-
DKGTSSPhaseThree: string;
|
|
1595
|
-
DKGTSSPhaseFour: string;
|
|
1596
|
-
ZkSaaSPhaseOne: string;
|
|
1597
|
-
ZkSaaSPhaseTwo: string;
|
|
1598
|
-
};
|
|
1599
|
-
};
|
|
1600
|
-
/**
|
|
1601
|
-
* Lookup135: tangle_primitives::jobs::tss::DKGTSSPhaseOneJobType<sp_core::crypto::AccountId32, tangle_testnet_runtime::MaxParticipants>
|
|
1602
|
-
**/
|
|
1603
|
-
TanglePrimitivesJobsTssDkgtssPhaseOneJobType: {
|
|
1604
|
-
participants: string;
|
|
1605
|
-
threshold: string;
|
|
1606
|
-
permittedCaller: string;
|
|
1607
|
-
roleType: string;
|
|
1608
|
-
hdWallet: string;
|
|
1609
|
-
};
|
|
1610
|
-
/**
|
|
1611
|
-
* Lookup138: tangle_primitives::jobs::tss::DKGTSSPhaseTwoJobType<tangle_testnet_runtime::MaxSubmissionLen, tangle_testnet_runtime::MaxAdditionalParamsLen>
|
|
1612
|
-
**/
|
|
1613
|
-
TanglePrimitivesJobsTssDkgtssPhaseTwoJobType: {
|
|
1614
|
-
phaseOneId: string;
|
|
1615
|
-
submission: string;
|
|
1616
|
-
derivationPath: string;
|
|
1617
|
-
roleType: string;
|
|
1618
|
-
};
|
|
1619
|
-
/**
|
|
1620
|
-
* Lookup142: tangle_primitives::jobs::tss::DKGTSSPhaseThreeJobType
|
|
1621
|
-
**/
|
|
1622
|
-
TanglePrimitivesJobsTssDkgtssPhaseThreeJobType: {
|
|
1623
|
-
phaseOneId: string;
|
|
1624
|
-
roleType: string;
|
|
1625
|
-
};
|
|
1626
|
-
/**
|
|
1627
|
-
* Lookup143: tangle_primitives::jobs::tss::DKGTSSPhaseFourJobType
|
|
1628
|
-
**/
|
|
1629
|
-
TanglePrimitivesJobsTssDkgtssPhaseFourJobType: {
|
|
1630
|
-
phaseOneId: string;
|
|
1631
|
-
newPhaseOneId: string;
|
|
1632
|
-
roleType: string;
|
|
1633
|
-
};
|
|
1634
|
-
/**
|
|
1635
|
-
* Lookup144: tangle_primitives::jobs::zksaas::ZkSaaSPhaseOneJobType<sp_core::crypto::AccountId32, tangle_testnet_runtime::MaxParticipants, tangle_testnet_runtime::MaxSubmissionLen>
|
|
1636
|
-
**/
|
|
1637
|
-
TanglePrimitivesJobsZksaasZkSaaSPhaseOneJobType: {
|
|
1638
|
-
participants: string;
|
|
1639
|
-
permittedCaller: string;
|
|
1640
|
-
system: string;
|
|
1641
|
-
roleType: string;
|
|
1642
|
-
};
|
|
1643
|
-
/**
|
|
1644
|
-
* Lookup145: tangle_primitives::jobs::zksaas::ZkSaaSSystem<tangle_testnet_runtime::MaxSubmissionLen>
|
|
1645
|
-
**/
|
|
1646
|
-
TanglePrimitivesJobsZksaasZkSaaSSystem: {
|
|
1647
|
-
_enum: {
|
|
1648
|
-
Groth16: string;
|
|
1649
|
-
};
|
|
1650
|
-
};
|
|
1651
|
-
/**
|
|
1652
|
-
* Lookup146: tangle_primitives::jobs::zksaas::Groth16System<tangle_testnet_runtime::MaxSubmissionLen>
|
|
1653
|
-
**/
|
|
1654
|
-
TanglePrimitivesJobsZksaasGroth16System: {
|
|
1655
|
-
circuit: string;
|
|
1656
|
-
numInputs: string;
|
|
1657
|
-
numConstraints: string;
|
|
1658
|
-
provingKey: string;
|
|
1659
|
-
verifyingKey: string;
|
|
1660
|
-
wasm: string;
|
|
1661
|
-
};
|
|
1662
|
-
/**
|
|
1663
|
-
* Lookup147: tangle_primitives::jobs::zksaas::HyperData<tangle_testnet_runtime::MaxSubmissionLen>
|
|
1664
|
-
**/
|
|
1665
|
-
TanglePrimitivesJobsZksaasHyperData: {
|
|
1666
|
-
_enum: {
|
|
1667
|
-
Raw: string;
|
|
1668
|
-
IPFS: string;
|
|
1669
|
-
HTTP: string;
|
|
1670
|
-
};
|
|
1671
|
-
};
|
|
1672
|
-
/**
|
|
1673
|
-
* Lookup148: tangle_primitives::jobs::zksaas::ZkSaaSPhaseTwoJobType<tangle_testnet_runtime::MaxSubmissionLen>
|
|
1674
|
-
**/
|
|
1675
|
-
TanglePrimitivesJobsZksaasZkSaaSPhaseTwoJobType: {
|
|
1676
|
-
phaseOneId: string;
|
|
1677
|
-
request: string;
|
|
1678
|
-
roleType: string;
|
|
1679
|
-
};
|
|
1680
|
-
/**
|
|
1681
|
-
* Lookup149: tangle_primitives::jobs::zksaas::ZkSaaSPhaseTwoRequest<tangle_testnet_runtime::MaxSubmissionLen>
|
|
1682
|
-
**/
|
|
1683
|
-
TanglePrimitivesJobsZksaasZkSaaSPhaseTwoRequest: {
|
|
1684
|
-
_enum: {
|
|
1685
|
-
Groth16: string;
|
|
1686
|
-
};
|
|
1687
|
-
};
|
|
1688
|
-
/**
|
|
1689
|
-
* Lookup150: tangle_primitives::jobs::zksaas::Groth16ProveRequest<tangle_testnet_runtime::MaxSubmissionLen>
|
|
1690
|
-
**/
|
|
1691
|
-
TanglePrimitivesJobsZksaasGroth16ProveRequest: {
|
|
1692
|
-
publicInput: string;
|
|
1693
|
-
aShares: string;
|
|
1694
|
-
axShares: string;
|
|
1695
|
-
qapShares: string;
|
|
1696
|
-
};
|
|
1697
|
-
/**
|
|
1698
|
-
* Lookup154: tangle_primitives::jobs::zksaas::QAPShare<tangle_testnet_runtime::MaxSubmissionLen>
|
|
1699
|
-
**/
|
|
1700
|
-
TanglePrimitivesJobsZksaasQapShare: {
|
|
1701
|
-
a: string;
|
|
1702
|
-
b: string;
|
|
1703
|
-
c: string;
|
|
1704
|
-
};
|
|
1705
|
-
/**
|
|
1706
|
-
* Lookup156: tangle_primitives::jobs::FallbackOptions
|
|
1707
|
-
**/
|
|
1708
|
-
TanglePrimitivesJobsFallbackOptions: {
|
|
1709
|
-
_enum: {
|
|
1710
|
-
Destroy: string;
|
|
1711
|
-
RegenerateWithThreshold: string;
|
|
1712
|
-
};
|
|
1713
|
-
};
|
|
1714
|
-
/**
|
|
1715
|
-
* Lookup157: tangle_primitives::jobs::JobInfo<sp_core::crypto::AccountId32, BlockNumber, Balance, tangle_testnet_runtime::MaxParticipants, tangle_testnet_runtime::MaxSubmissionLen, tangle_testnet_runtime::MaxAdditionalParamsLen>
|
|
1716
|
-
**/
|
|
1717
|
-
TanglePrimitivesJobsJobInfo: {
|
|
1718
|
-
owner: string;
|
|
1719
|
-
expiry: string;
|
|
1720
|
-
ttl: string;
|
|
1721
|
-
jobType: string;
|
|
1722
|
-
fee: string;
|
|
1723
|
-
fallback: string;
|
|
1724
|
-
};
|
|
1725
|
-
/**
|
|
1726
|
-
* Lookup158: pallet_dkg::pallet::Event<T>
|
|
1727
|
-
**/
|
|
1728
|
-
PalletDkgEvent: {
|
|
1729
|
-
_enum: {
|
|
1730
|
-
FeeUpdated: string;
|
|
1731
|
-
KeyRotated: {
|
|
1732
|
-
fromJobId: string;
|
|
1733
|
-
toJobId: string;
|
|
1734
|
-
signature: string;
|
|
1735
|
-
};
|
|
1736
|
-
};
|
|
1737
|
-
};
|
|
1738
|
-
/**
|
|
1739
|
-
* Lookup159: pallet_dkg::types::FeeInfo<Balance>
|
|
1740
|
-
**/
|
|
1741
|
-
PalletDkgFeeInfo: {
|
|
1742
|
-
baseFee: string;
|
|
1743
|
-
dkgValidatorFee: string;
|
|
1744
|
-
sigValidatorFee: string;
|
|
1745
|
-
refreshValidatorFee: string;
|
|
1746
|
-
storageFeePerByte: string;
|
|
1747
|
-
storageFeePerBlock: string;
|
|
1748
|
-
};
|
|
1749
|
-
/**
|
|
1750
|
-
* Lookup160: pallet_zksaas::pallet::Event<T>
|
|
1751
|
-
**/
|
|
1752
|
-
PalletZksaasEvent: {
|
|
1753
|
-
_enum: {
|
|
1754
|
-
FeeUpdated: string;
|
|
1755
|
-
};
|
|
1756
|
-
};
|
|
1757
|
-
/**
|
|
1758
|
-
* Lookup161: pallet_zksaas::types::FeeInfo<Balance>
|
|
1759
|
-
**/
|
|
1760
|
-
PalletZksaasFeeInfo: {
|
|
1761
|
-
baseFee: string;
|
|
1762
|
-
circuitFee: string;
|
|
1763
|
-
proveFee: string;
|
|
1764
|
-
storageFeePerByte: string;
|
|
1765
|
-
};
|
|
1766
|
-
/**
|
|
1767
|
-
* Lookup162: pallet_proxy::pallet::Event<T>
|
|
1457
|
+
* Lookup122: pallet_proxy::pallet::Event<T>
|
|
1768
1458
|
**/
|
|
1769
1459
|
PalletProxyEvent: {
|
|
1770
1460
|
_enum: {
|
|
@@ -1797,13 +1487,13 @@ declare const _default: {
|
|
|
1797
1487
|
};
|
|
1798
1488
|
};
|
|
1799
1489
|
/**
|
|
1800
|
-
*
|
|
1490
|
+
* Lookup123: tangle_testnet_runtime::ProxyType
|
|
1801
1491
|
**/
|
|
1802
1492
|
TangleTestnetRuntimeProxyType: {
|
|
1803
1493
|
_enum: string[];
|
|
1804
1494
|
};
|
|
1805
1495
|
/**
|
|
1806
|
-
*
|
|
1496
|
+
* Lookup125: pallet_multi_asset_delegation::pallet::Event<T>
|
|
1807
1497
|
**/
|
|
1808
1498
|
PalletMultiAssetDelegationEvent: {
|
|
1809
1499
|
_enum: {
|
|
@@ -1825,7 +1515,7 @@ declare const _default: {
|
|
|
1825
1515
|
};
|
|
1826
1516
|
OperatorBondLessScheduled: {
|
|
1827
1517
|
who: string;
|
|
1828
|
-
|
|
1518
|
+
unstakeAmount: string;
|
|
1829
1519
|
};
|
|
1830
1520
|
OperatorBondLessExecuted: {
|
|
1831
1521
|
who: string;
|
|
@@ -1844,15 +1534,15 @@ declare const _default: {
|
|
|
1844
1534
|
amount: string;
|
|
1845
1535
|
assetId: string;
|
|
1846
1536
|
};
|
|
1847
|
-
|
|
1537
|
+
Scheduledwithdraw: {
|
|
1848
1538
|
who: string;
|
|
1849
1539
|
amount: string;
|
|
1850
1540
|
assetId: string;
|
|
1851
1541
|
};
|
|
1852
|
-
|
|
1542
|
+
Executedwithdraw: {
|
|
1853
1543
|
who: string;
|
|
1854
1544
|
};
|
|
1855
|
-
|
|
1545
|
+
Cancelledwithdraw: {
|
|
1856
1546
|
who: string;
|
|
1857
1547
|
};
|
|
1858
1548
|
Delegated: {
|
|
@@ -1873,87 +1563,439 @@ declare const _default: {
|
|
|
1873
1563
|
CancelledDelegatorBondLess: {
|
|
1874
1564
|
who: string;
|
|
1875
1565
|
};
|
|
1876
|
-
WhitelistedAssetsSet: {
|
|
1877
|
-
assets: string;
|
|
1878
|
-
};
|
|
1879
1566
|
IncentiveAPYAndCapSet: {
|
|
1880
|
-
|
|
1567
|
+
poolId: string;
|
|
1881
1568
|
apy: string;
|
|
1882
1569
|
cap: string;
|
|
1883
1570
|
};
|
|
1884
1571
|
BlueprintWhitelisted: {
|
|
1885
1572
|
blueprintId: string;
|
|
1886
1573
|
};
|
|
1574
|
+
AssetUpdatedInPool: {
|
|
1575
|
+
who: string;
|
|
1576
|
+
poolId: string;
|
|
1577
|
+
assetId: string;
|
|
1578
|
+
action: string;
|
|
1579
|
+
};
|
|
1887
1580
|
};
|
|
1888
1581
|
};
|
|
1889
1582
|
/**
|
|
1890
|
-
*
|
|
1583
|
+
* Lookup127: pallet_multi_asset_delegation::types::rewards::AssetAction
|
|
1891
1584
|
**/
|
|
1892
|
-
|
|
1893
|
-
_enum:
|
|
1894
|
-
AccessGranted: {
|
|
1895
|
-
palletIndex: string;
|
|
1896
|
-
extrinsicName: string;
|
|
1897
|
-
who: string;
|
|
1898
|
-
};
|
|
1899
|
-
};
|
|
1585
|
+
PalletMultiAssetDelegationRewardsAssetAction: {
|
|
1586
|
+
_enum: string[];
|
|
1900
1587
|
};
|
|
1901
1588
|
/**
|
|
1902
|
-
*
|
|
1589
|
+
* Lookup128: pallet_services::module::Event<T>
|
|
1903
1590
|
**/
|
|
1904
|
-
|
|
1591
|
+
PalletServicesModuleEvent: {
|
|
1905
1592
|
_enum: {
|
|
1906
|
-
|
|
1907
|
-
|
|
1908
|
-
|
|
1909
|
-
|
|
1593
|
+
BlueprintCreated: {
|
|
1594
|
+
owner: string;
|
|
1595
|
+
blueprintId: string;
|
|
1596
|
+
};
|
|
1597
|
+
PreRegistration: {
|
|
1598
|
+
operator: string;
|
|
1599
|
+
blueprintId: string;
|
|
1600
|
+
};
|
|
1601
|
+
Registered: {
|
|
1602
|
+
provider: string;
|
|
1603
|
+
blueprintId: string;
|
|
1604
|
+
preferences: string;
|
|
1605
|
+
registrationArgs: string;
|
|
1606
|
+
};
|
|
1607
|
+
Unregistered: {
|
|
1608
|
+
operator: string;
|
|
1609
|
+
blueprintId: string;
|
|
1610
|
+
};
|
|
1611
|
+
ApprovalPreferenceUpdated: {
|
|
1612
|
+
operator: string;
|
|
1613
|
+
blueprintId: string;
|
|
1614
|
+
approvalPreference: string;
|
|
1615
|
+
};
|
|
1616
|
+
PriceTargetsUpdated: {
|
|
1617
|
+
operator: string;
|
|
1618
|
+
blueprintId: string;
|
|
1619
|
+
priceTargets: string;
|
|
1620
|
+
};
|
|
1621
|
+
ServiceRequested: {
|
|
1622
|
+
owner: string;
|
|
1623
|
+
requestId: string;
|
|
1624
|
+
blueprintId: string;
|
|
1625
|
+
pendingApprovals: string;
|
|
1626
|
+
approved: string;
|
|
1627
|
+
};
|
|
1628
|
+
ServiceRequestApproved: {
|
|
1629
|
+
operator: string;
|
|
1630
|
+
requestId: string;
|
|
1631
|
+
blueprintId: string;
|
|
1632
|
+
pendingApprovals: string;
|
|
1633
|
+
approved: string;
|
|
1634
|
+
};
|
|
1635
|
+
ServiceRequestRejected: {
|
|
1636
|
+
operator: string;
|
|
1637
|
+
requestId: string;
|
|
1638
|
+
blueprintId: string;
|
|
1639
|
+
};
|
|
1640
|
+
ServiceRequestUpdated: {
|
|
1641
|
+
owner: string;
|
|
1642
|
+
requestId: string;
|
|
1643
|
+
blueprintId: string;
|
|
1644
|
+
pendingApprovals: string;
|
|
1645
|
+
approved: string;
|
|
1646
|
+
};
|
|
1647
|
+
ServiceInitiated: {
|
|
1648
|
+
owner: string;
|
|
1649
|
+
requestId: string;
|
|
1650
|
+
serviceId: string;
|
|
1651
|
+
blueprintId: string;
|
|
1652
|
+
};
|
|
1653
|
+
ServiceTerminated: {
|
|
1654
|
+
owner: string;
|
|
1655
|
+
serviceId: string;
|
|
1656
|
+
blueprintId: string;
|
|
1657
|
+
};
|
|
1658
|
+
JobCalled: {
|
|
1659
|
+
caller: string;
|
|
1660
|
+
serviceId: string;
|
|
1661
|
+
callId: string;
|
|
1662
|
+
job: string;
|
|
1663
|
+
args: string;
|
|
1664
|
+
};
|
|
1665
|
+
JobResultSubmitted: {
|
|
1666
|
+
operator: string;
|
|
1667
|
+
serviceId: string;
|
|
1668
|
+
callId: string;
|
|
1669
|
+
job: string;
|
|
1670
|
+
result: string;
|
|
1671
|
+
};
|
|
1672
|
+
EvmLog: {
|
|
1673
|
+
address: string;
|
|
1674
|
+
topics: string;
|
|
1675
|
+
data: string;
|
|
1676
|
+
};
|
|
1677
|
+
EvmReverted: {
|
|
1678
|
+
from: string;
|
|
1679
|
+
to: string;
|
|
1680
|
+
data: string;
|
|
1681
|
+
reason: string;
|
|
1910
1682
|
};
|
|
1911
1683
|
};
|
|
1912
1684
|
};
|
|
1913
1685
|
/**
|
|
1914
|
-
*
|
|
1686
|
+
* Lookup129: tangle_primitives::services::OperatorPreferences
|
|
1915
1687
|
**/
|
|
1916
|
-
|
|
1688
|
+
TanglePrimitivesServicesOperatorPreferences: {
|
|
1689
|
+
key: string;
|
|
1690
|
+
approval: string;
|
|
1691
|
+
priceTargets: string;
|
|
1692
|
+
};
|
|
1917
1693
|
/**
|
|
1918
|
-
*
|
|
1694
|
+
* Lookup130: sp_core::ecdsa::Public
|
|
1919
1695
|
**/
|
|
1920
|
-
|
|
1921
|
-
|
|
1922
|
-
|
|
1696
|
+
SpCoreEcdsaPublic: string;
|
|
1697
|
+
/**
|
|
1698
|
+
* Lookup132: tangle_primitives::services::ApprovalPrefrence
|
|
1699
|
+
**/
|
|
1700
|
+
TanglePrimitivesServicesApprovalPrefrence: {
|
|
1701
|
+
_enum: string[];
|
|
1923
1702
|
};
|
|
1924
1703
|
/**
|
|
1925
|
-
*
|
|
1704
|
+
* Lookup133: tangle_primitives::services::PriceTargets
|
|
1926
1705
|
**/
|
|
1927
|
-
|
|
1928
|
-
|
|
1929
|
-
|
|
1930
|
-
|
|
1931
|
-
|
|
1932
|
-
|
|
1933
|
-
X4: string;
|
|
1934
|
-
X5: string;
|
|
1935
|
-
X6: string;
|
|
1936
|
-
X7: string;
|
|
1937
|
-
X8: string;
|
|
1938
|
-
};
|
|
1706
|
+
TanglePrimitivesServicesPriceTargets: {
|
|
1707
|
+
cpu: string;
|
|
1708
|
+
mem: string;
|
|
1709
|
+
storageHdd: string;
|
|
1710
|
+
storageSsd: string;
|
|
1711
|
+
storageNvme: string;
|
|
1939
1712
|
};
|
|
1940
1713
|
/**
|
|
1941
|
-
*
|
|
1714
|
+
* Lookup135: tangle_primitives::services::field::Field<C, sp_core::crypto::AccountId32>
|
|
1942
1715
|
**/
|
|
1943
|
-
|
|
1716
|
+
TanglePrimitivesServicesField: {
|
|
1944
1717
|
_enum: {
|
|
1945
|
-
|
|
1946
|
-
|
|
1947
|
-
|
|
1948
|
-
|
|
1949
|
-
|
|
1950
|
-
|
|
1951
|
-
|
|
1952
|
-
|
|
1953
|
-
|
|
1954
|
-
|
|
1955
|
-
|
|
1956
|
-
|
|
1718
|
+
None: string;
|
|
1719
|
+
Bool: string;
|
|
1720
|
+
Uint8: string;
|
|
1721
|
+
Int8: string;
|
|
1722
|
+
Uint16: string;
|
|
1723
|
+
Int16: string;
|
|
1724
|
+
Uint32: string;
|
|
1725
|
+
Int32: string;
|
|
1726
|
+
Uint64: string;
|
|
1727
|
+
Int64: string;
|
|
1728
|
+
String: string;
|
|
1729
|
+
Bytes: string;
|
|
1730
|
+
Array: string;
|
|
1731
|
+
List: string;
|
|
1732
|
+
Struct: string;
|
|
1733
|
+
__Unused15: string;
|
|
1734
|
+
__Unused16: string;
|
|
1735
|
+
__Unused17: string;
|
|
1736
|
+
__Unused18: string;
|
|
1737
|
+
__Unused19: string;
|
|
1738
|
+
__Unused20: string;
|
|
1739
|
+
__Unused21: string;
|
|
1740
|
+
__Unused22: string;
|
|
1741
|
+
__Unused23: string;
|
|
1742
|
+
__Unused24: string;
|
|
1743
|
+
__Unused25: string;
|
|
1744
|
+
__Unused26: string;
|
|
1745
|
+
__Unused27: string;
|
|
1746
|
+
__Unused28: string;
|
|
1747
|
+
__Unused29: string;
|
|
1748
|
+
__Unused30: string;
|
|
1749
|
+
__Unused31: string;
|
|
1750
|
+
__Unused32: string;
|
|
1751
|
+
__Unused33: string;
|
|
1752
|
+
__Unused34: string;
|
|
1753
|
+
__Unused35: string;
|
|
1754
|
+
__Unused36: string;
|
|
1755
|
+
__Unused37: string;
|
|
1756
|
+
__Unused38: string;
|
|
1757
|
+
__Unused39: string;
|
|
1758
|
+
__Unused40: string;
|
|
1759
|
+
__Unused41: string;
|
|
1760
|
+
__Unused42: string;
|
|
1761
|
+
__Unused43: string;
|
|
1762
|
+
__Unused44: string;
|
|
1763
|
+
__Unused45: string;
|
|
1764
|
+
__Unused46: string;
|
|
1765
|
+
__Unused47: string;
|
|
1766
|
+
__Unused48: string;
|
|
1767
|
+
__Unused49: string;
|
|
1768
|
+
__Unused50: string;
|
|
1769
|
+
__Unused51: string;
|
|
1770
|
+
__Unused52: string;
|
|
1771
|
+
__Unused53: string;
|
|
1772
|
+
__Unused54: string;
|
|
1773
|
+
__Unused55: string;
|
|
1774
|
+
__Unused56: string;
|
|
1775
|
+
__Unused57: string;
|
|
1776
|
+
__Unused58: string;
|
|
1777
|
+
__Unused59: string;
|
|
1778
|
+
__Unused60: string;
|
|
1779
|
+
__Unused61: string;
|
|
1780
|
+
__Unused62: string;
|
|
1781
|
+
__Unused63: string;
|
|
1782
|
+
__Unused64: string;
|
|
1783
|
+
__Unused65: string;
|
|
1784
|
+
__Unused66: string;
|
|
1785
|
+
__Unused67: string;
|
|
1786
|
+
__Unused68: string;
|
|
1787
|
+
__Unused69: string;
|
|
1788
|
+
__Unused70: string;
|
|
1789
|
+
__Unused71: string;
|
|
1790
|
+
__Unused72: string;
|
|
1791
|
+
__Unused73: string;
|
|
1792
|
+
__Unused74: string;
|
|
1793
|
+
__Unused75: string;
|
|
1794
|
+
__Unused76: string;
|
|
1795
|
+
__Unused77: string;
|
|
1796
|
+
__Unused78: string;
|
|
1797
|
+
__Unused79: string;
|
|
1798
|
+
__Unused80: string;
|
|
1799
|
+
__Unused81: string;
|
|
1800
|
+
__Unused82: string;
|
|
1801
|
+
__Unused83: string;
|
|
1802
|
+
__Unused84: string;
|
|
1803
|
+
__Unused85: string;
|
|
1804
|
+
__Unused86: string;
|
|
1805
|
+
__Unused87: string;
|
|
1806
|
+
__Unused88: string;
|
|
1807
|
+
__Unused89: string;
|
|
1808
|
+
__Unused90: string;
|
|
1809
|
+
__Unused91: string;
|
|
1810
|
+
__Unused92: string;
|
|
1811
|
+
__Unused93: string;
|
|
1812
|
+
__Unused94: string;
|
|
1813
|
+
__Unused95: string;
|
|
1814
|
+
__Unused96: string;
|
|
1815
|
+
__Unused97: string;
|
|
1816
|
+
__Unused98: string;
|
|
1817
|
+
__Unused99: string;
|
|
1818
|
+
AccountId: string;
|
|
1819
|
+
};
|
|
1820
|
+
};
|
|
1821
|
+
/**
|
|
1822
|
+
* Lookup148: pallet_tangle_lst::pallet::Event<T>
|
|
1823
|
+
**/
|
|
1824
|
+
PalletTangleLstEvent: {
|
|
1825
|
+
_enum: {
|
|
1826
|
+
Created: {
|
|
1827
|
+
depositor: string;
|
|
1828
|
+
poolId: string;
|
|
1829
|
+
};
|
|
1830
|
+
Bonded: {
|
|
1831
|
+
member: string;
|
|
1832
|
+
poolId: string;
|
|
1833
|
+
bonded: string;
|
|
1834
|
+
joined: string;
|
|
1835
|
+
};
|
|
1836
|
+
PaidOut: {
|
|
1837
|
+
member: string;
|
|
1838
|
+
poolId: string;
|
|
1839
|
+
payout: string;
|
|
1840
|
+
};
|
|
1841
|
+
Unbonded: {
|
|
1842
|
+
member: string;
|
|
1843
|
+
poolId: string;
|
|
1844
|
+
balance: string;
|
|
1845
|
+
points: string;
|
|
1846
|
+
era: string;
|
|
1847
|
+
};
|
|
1848
|
+
Withdrawn: {
|
|
1849
|
+
member: string;
|
|
1850
|
+
poolId: string;
|
|
1851
|
+
balance: string;
|
|
1852
|
+
points: string;
|
|
1853
|
+
};
|
|
1854
|
+
Destroyed: {
|
|
1855
|
+
poolId: string;
|
|
1856
|
+
};
|
|
1857
|
+
StateChanged: {
|
|
1858
|
+
poolId: string;
|
|
1859
|
+
newState: string;
|
|
1860
|
+
};
|
|
1861
|
+
MemberRemoved: {
|
|
1862
|
+
poolId: string;
|
|
1863
|
+
member: string;
|
|
1864
|
+
};
|
|
1865
|
+
RolesUpdated: {
|
|
1866
|
+
root: string;
|
|
1867
|
+
bouncer: string;
|
|
1868
|
+
nominator: string;
|
|
1869
|
+
};
|
|
1870
|
+
PoolSlashed: {
|
|
1871
|
+
poolId: string;
|
|
1872
|
+
balance: string;
|
|
1873
|
+
};
|
|
1874
|
+
UnbondingPoolSlashed: {
|
|
1875
|
+
poolId: string;
|
|
1876
|
+
era: string;
|
|
1877
|
+
balance: string;
|
|
1878
|
+
};
|
|
1879
|
+
PoolCommissionUpdated: {
|
|
1880
|
+
poolId: string;
|
|
1881
|
+
current: string;
|
|
1882
|
+
};
|
|
1883
|
+
PoolMaxCommissionUpdated: {
|
|
1884
|
+
poolId: string;
|
|
1885
|
+
maxCommission: string;
|
|
1886
|
+
};
|
|
1887
|
+
PoolCommissionChangeRateUpdated: {
|
|
1888
|
+
poolId: string;
|
|
1889
|
+
changeRate: string;
|
|
1890
|
+
};
|
|
1891
|
+
PoolCommissionClaimPermissionUpdated: {
|
|
1892
|
+
poolId: string;
|
|
1893
|
+
permission: string;
|
|
1894
|
+
};
|
|
1895
|
+
PoolCommissionClaimed: {
|
|
1896
|
+
poolId: string;
|
|
1897
|
+
commission: string;
|
|
1898
|
+
};
|
|
1899
|
+
MinBalanceDeficitAdjusted: {
|
|
1900
|
+
poolId: string;
|
|
1901
|
+
amount: string;
|
|
1902
|
+
};
|
|
1903
|
+
MinBalanceExcessAdjusted: {
|
|
1904
|
+
poolId: string;
|
|
1905
|
+
amount: string;
|
|
1906
|
+
};
|
|
1907
|
+
};
|
|
1908
|
+
};
|
|
1909
|
+
/**
|
|
1910
|
+
* Lookup149: pallet_tangle_lst::types::pools::PoolState
|
|
1911
|
+
**/
|
|
1912
|
+
PalletTangleLstPoolsPoolState: {
|
|
1913
|
+
_enum: string[];
|
|
1914
|
+
};
|
|
1915
|
+
/**
|
|
1916
|
+
* Lookup150: pallet_tangle_lst::types::commission::CommissionChangeRate<BlockNumber>
|
|
1917
|
+
**/
|
|
1918
|
+
PalletTangleLstCommissionCommissionChangeRate: {
|
|
1919
|
+
maxIncrease: string;
|
|
1920
|
+
minDelay: string;
|
|
1921
|
+
};
|
|
1922
|
+
/**
|
|
1923
|
+
* Lookup152: pallet_tangle_lst::types::commission::CommissionClaimPermission<sp_core::crypto::AccountId32>
|
|
1924
|
+
**/
|
|
1925
|
+
PalletTangleLstCommissionCommissionClaimPermission: {
|
|
1926
|
+
_enum: {
|
|
1927
|
+
Permissionless: string;
|
|
1928
|
+
Account: string;
|
|
1929
|
+
};
|
|
1930
|
+
};
|
|
1931
|
+
/**
|
|
1932
|
+
* Lookup153: sygma_access_segregator::pallet::Event<T>
|
|
1933
|
+
**/
|
|
1934
|
+
SygmaAccessSegregatorEvent: {
|
|
1935
|
+
_enum: {
|
|
1936
|
+
AccessGranted: {
|
|
1937
|
+
palletIndex: string;
|
|
1938
|
+
extrinsicName: string;
|
|
1939
|
+
who: string;
|
|
1940
|
+
};
|
|
1941
|
+
};
|
|
1942
|
+
};
|
|
1943
|
+
/**
|
|
1944
|
+
* Lookup154: sygma_basic_feehandler::pallet::Event<T>
|
|
1945
|
+
**/
|
|
1946
|
+
SygmaBasicFeehandlerEvent: {
|
|
1947
|
+
_enum: {
|
|
1948
|
+
FeeSet: {
|
|
1949
|
+
domain: string;
|
|
1950
|
+
asset: string;
|
|
1951
|
+
amount: string;
|
|
1952
|
+
};
|
|
1953
|
+
};
|
|
1954
|
+
};
|
|
1955
|
+
/**
|
|
1956
|
+
* Lookup155: staging_xcm::v4::asset::AssetId
|
|
1957
|
+
**/
|
|
1958
|
+
StagingXcmV4AssetAssetId: string;
|
|
1959
|
+
/**
|
|
1960
|
+
* Lookup156: staging_xcm::v4::location::Location
|
|
1961
|
+
**/
|
|
1962
|
+
StagingXcmV4Location: {
|
|
1963
|
+
parents: string;
|
|
1964
|
+
interior: string;
|
|
1965
|
+
};
|
|
1966
|
+
/**
|
|
1967
|
+
* Lookup157: staging_xcm::v4::junctions::Junctions
|
|
1968
|
+
**/
|
|
1969
|
+
StagingXcmV4Junctions: {
|
|
1970
|
+
_enum: {
|
|
1971
|
+
Here: string;
|
|
1972
|
+
X1: string;
|
|
1973
|
+
X2: string;
|
|
1974
|
+
X3: string;
|
|
1975
|
+
X4: string;
|
|
1976
|
+
X5: string;
|
|
1977
|
+
X6: string;
|
|
1978
|
+
X7: string;
|
|
1979
|
+
X8: string;
|
|
1980
|
+
};
|
|
1981
|
+
};
|
|
1982
|
+
/**
|
|
1983
|
+
* Lookup159: staging_xcm::v4::junction::Junction
|
|
1984
|
+
**/
|
|
1985
|
+
StagingXcmV4Junction: {
|
|
1986
|
+
_enum: {
|
|
1987
|
+
Parachain: string;
|
|
1988
|
+
AccountId32: {
|
|
1989
|
+
network: string;
|
|
1990
|
+
id: string;
|
|
1991
|
+
};
|
|
1992
|
+
AccountIndex64: {
|
|
1993
|
+
network: string;
|
|
1994
|
+
index: string;
|
|
1995
|
+
};
|
|
1996
|
+
AccountKey20: {
|
|
1997
|
+
network: string;
|
|
1998
|
+
key: string;
|
|
1957
1999
|
};
|
|
1958
2000
|
PalletInstance: string;
|
|
1959
2001
|
GeneralIndex: string;
|
|
@@ -1970,7 +2012,7 @@ declare const _default: {
|
|
|
1970
2012
|
};
|
|
1971
2013
|
};
|
|
1972
2014
|
/**
|
|
1973
|
-
*
|
|
2015
|
+
* Lookup162: staging_xcm::v4::junction::NetworkId
|
|
1974
2016
|
**/
|
|
1975
2017
|
StagingXcmV4JunctionNetworkId: {
|
|
1976
2018
|
_enum: {
|
|
@@ -1993,7 +2035,7 @@ declare const _default: {
|
|
|
1993
2035
|
};
|
|
1994
2036
|
};
|
|
1995
2037
|
/**
|
|
1996
|
-
*
|
|
2038
|
+
* Lookup163: xcm::v3::junction::BodyId
|
|
1997
2039
|
**/
|
|
1998
2040
|
XcmV3JunctionBodyId: {
|
|
1999
2041
|
_enum: {
|
|
@@ -2010,7 +2052,7 @@ declare const _default: {
|
|
|
2010
2052
|
};
|
|
2011
2053
|
};
|
|
2012
2054
|
/**
|
|
2013
|
-
*
|
|
2055
|
+
* Lookup164: xcm::v3::junction::BodyPart
|
|
2014
2056
|
**/
|
|
2015
2057
|
XcmV3JunctionBodyPart: {
|
|
2016
2058
|
_enum: {
|
|
@@ -2033,7 +2075,7 @@ declare const _default: {
|
|
|
2033
2075
|
};
|
|
2034
2076
|
};
|
|
2035
2077
|
/**
|
|
2036
|
-
*
|
|
2078
|
+
* Lookup172: sygma_fee_handler_router::pallet::Event<T>
|
|
2037
2079
|
**/
|
|
2038
2080
|
SygmaFeeHandlerRouterEvent: {
|
|
2039
2081
|
_enum: {
|
|
@@ -2045,13 +2087,13 @@ declare const _default: {
|
|
|
2045
2087
|
};
|
|
2046
2088
|
};
|
|
2047
2089
|
/**
|
|
2048
|
-
*
|
|
2090
|
+
* Lookup173: sygma_fee_handler_router::pallet::FeeHandlerType
|
|
2049
2091
|
**/
|
|
2050
2092
|
SygmaFeeHandlerRouterFeeHandlerType: {
|
|
2051
2093
|
_enum: string[];
|
|
2052
2094
|
};
|
|
2053
2095
|
/**
|
|
2054
|
-
*
|
|
2096
|
+
* Lookup174: sygma_percentage_feehandler::pallet::Event<T>
|
|
2055
2097
|
**/
|
|
2056
2098
|
SygmaPercentageFeehandlerEvent: {
|
|
2057
2099
|
_enum: {
|
|
@@ -2065,7 +2107,7 @@ declare const _default: {
|
|
|
2065
2107
|
};
|
|
2066
2108
|
};
|
|
2067
2109
|
/**
|
|
2068
|
-
*
|
|
2110
|
+
* Lookup175: sygma_bridge::pallet::Event<T>
|
|
2069
2111
|
**/
|
|
2070
2112
|
SygmaBridgeEvent: {
|
|
2071
2113
|
_enum: {
|
|
@@ -2125,13 +2167,13 @@ declare const _default: {
|
|
|
2125
2167
|
};
|
|
2126
2168
|
};
|
|
2127
2169
|
/**
|
|
2128
|
-
*
|
|
2170
|
+
* Lookup176: sygma_traits::TransferType
|
|
2129
2171
|
**/
|
|
2130
2172
|
SygmaTraitsTransferType: {
|
|
2131
2173
|
_enum: string[];
|
|
2132
2174
|
};
|
|
2133
2175
|
/**
|
|
2134
|
-
*
|
|
2176
|
+
* Lookup177: frame_system::Phase
|
|
2135
2177
|
**/
|
|
2136
2178
|
FrameSystemPhase: {
|
|
2137
2179
|
_enum: {
|
|
@@ -2141,21 +2183,21 @@ declare const _default: {
|
|
|
2141
2183
|
};
|
|
2142
2184
|
};
|
|
2143
2185
|
/**
|
|
2144
|
-
*
|
|
2186
|
+
* Lookup179: frame_system::LastRuntimeUpgradeInfo
|
|
2145
2187
|
**/
|
|
2146
2188
|
FrameSystemLastRuntimeUpgradeInfo: {
|
|
2147
2189
|
specVersion: string;
|
|
2148
2190
|
specName: string;
|
|
2149
2191
|
};
|
|
2150
2192
|
/**
|
|
2151
|
-
*
|
|
2193
|
+
* Lookup180: frame_system::CodeUpgradeAuthorization<T>
|
|
2152
2194
|
**/
|
|
2153
2195
|
FrameSystemCodeUpgradeAuthorization: {
|
|
2154
2196
|
codeHash: string;
|
|
2155
2197
|
checkVersion: string;
|
|
2156
2198
|
};
|
|
2157
2199
|
/**
|
|
2158
|
-
*
|
|
2200
|
+
* Lookup181: frame_system::pallet::Call<T>
|
|
2159
2201
|
**/
|
|
2160
2202
|
FrameSystemCall: {
|
|
2161
2203
|
_enum: {
|
|
@@ -2200,7 +2242,7 @@ declare const _default: {
|
|
|
2200
2242
|
};
|
|
2201
2243
|
};
|
|
2202
2244
|
/**
|
|
2203
|
-
*
|
|
2245
|
+
* Lookup185: frame_system::limits::BlockWeights
|
|
2204
2246
|
**/
|
|
2205
2247
|
FrameSystemLimitsBlockWeights: {
|
|
2206
2248
|
baseBlock: string;
|
|
@@ -2208,7 +2250,7 @@ declare const _default: {
|
|
|
2208
2250
|
perClass: string;
|
|
2209
2251
|
};
|
|
2210
2252
|
/**
|
|
2211
|
-
*
|
|
2253
|
+
* Lookup186: frame_support::dispatch::PerDispatchClass<frame_system::limits::WeightsPerClass>
|
|
2212
2254
|
**/
|
|
2213
2255
|
FrameSupportDispatchPerDispatchClassWeightsPerClass: {
|
|
2214
2256
|
normal: string;
|
|
@@ -2216,7 +2258,7 @@ declare const _default: {
|
|
|
2216
2258
|
mandatory: string;
|
|
2217
2259
|
};
|
|
2218
2260
|
/**
|
|
2219
|
-
*
|
|
2261
|
+
* Lookup187: frame_system::limits::WeightsPerClass
|
|
2220
2262
|
**/
|
|
2221
2263
|
FrameSystemLimitsWeightsPerClass: {
|
|
2222
2264
|
baseExtrinsic: string;
|
|
@@ -2225,13 +2267,13 @@ declare const _default: {
|
|
|
2225
2267
|
reserved: string;
|
|
2226
2268
|
};
|
|
2227
2269
|
/**
|
|
2228
|
-
*
|
|
2270
|
+
* Lookup189: frame_system::limits::BlockLength
|
|
2229
2271
|
**/
|
|
2230
2272
|
FrameSystemLimitsBlockLength: {
|
|
2231
2273
|
max: string;
|
|
2232
2274
|
};
|
|
2233
2275
|
/**
|
|
2234
|
-
*
|
|
2276
|
+
* Lookup190: frame_support::dispatch::PerDispatchClass<T>
|
|
2235
2277
|
**/
|
|
2236
2278
|
FrameSupportDispatchPerDispatchClassU32: {
|
|
2237
2279
|
normal: string;
|
|
@@ -2239,14 +2281,14 @@ declare const _default: {
|
|
|
2239
2281
|
mandatory: string;
|
|
2240
2282
|
};
|
|
2241
2283
|
/**
|
|
2242
|
-
*
|
|
2284
|
+
* Lookup191: sp_weights::RuntimeDbWeight
|
|
2243
2285
|
**/
|
|
2244
2286
|
SpWeightsRuntimeDbWeight: {
|
|
2245
2287
|
read: string;
|
|
2246
2288
|
write: string;
|
|
2247
2289
|
};
|
|
2248
2290
|
/**
|
|
2249
|
-
*
|
|
2291
|
+
* Lookup192: sp_version::RuntimeVersion
|
|
2250
2292
|
**/
|
|
2251
2293
|
SpVersionRuntimeVersion: {
|
|
2252
2294
|
specName: string;
|
|
@@ -2259,13 +2301,13 @@ declare const _default: {
|
|
|
2259
2301
|
stateVersion: string;
|
|
2260
2302
|
};
|
|
2261
2303
|
/**
|
|
2262
|
-
*
|
|
2304
|
+
* Lookup197: frame_system::pallet::Error<T>
|
|
2263
2305
|
**/
|
|
2264
2306
|
FrameSystemError: {
|
|
2265
2307
|
_enum: string[];
|
|
2266
2308
|
};
|
|
2267
2309
|
/**
|
|
2268
|
-
*
|
|
2310
|
+
* Lookup198: pallet_timestamp::pallet::Call<T>
|
|
2269
2311
|
**/
|
|
2270
2312
|
PalletTimestampCall: {
|
|
2271
2313
|
_enum: {
|
|
@@ -2275,7 +2317,7 @@ declare const _default: {
|
|
|
2275
2317
|
};
|
|
2276
2318
|
};
|
|
2277
2319
|
/**
|
|
2278
|
-
*
|
|
2320
|
+
* Lookup199: pallet_sudo::pallet::Call<T>
|
|
2279
2321
|
**/
|
|
2280
2322
|
PalletSudoCall: {
|
|
2281
2323
|
_enum: {
|
|
@@ -2300,7 +2342,7 @@ declare const _default: {
|
|
|
2300
2342
|
};
|
|
2301
2343
|
};
|
|
2302
2344
|
/**
|
|
2303
|
-
*
|
|
2345
|
+
* Lookup201: pallet_assets::pallet::Call<T, I>
|
|
2304
2346
|
**/
|
|
2305
2347
|
PalletAssetsCall: {
|
|
2306
2348
|
_enum: {
|
|
@@ -2452,7 +2494,7 @@ declare const _default: {
|
|
|
2452
2494
|
};
|
|
2453
2495
|
};
|
|
2454
2496
|
/**
|
|
2455
|
-
*
|
|
2497
|
+
* Lookup203: pallet_balances::pallet::Call<T, I>
|
|
2456
2498
|
**/
|
|
2457
2499
|
PalletBalancesCall: {
|
|
2458
2500
|
_enum: {
|
|
@@ -2493,13 +2535,13 @@ declare const _default: {
|
|
|
2493
2535
|
};
|
|
2494
2536
|
};
|
|
2495
2537
|
/**
|
|
2496
|
-
*
|
|
2538
|
+
* Lookup204: pallet_balances::types::AdjustmentDirection
|
|
2497
2539
|
**/
|
|
2498
2540
|
PalletBalancesAdjustmentDirection: {
|
|
2499
2541
|
_enum: string[];
|
|
2500
2542
|
};
|
|
2501
2543
|
/**
|
|
2502
|
-
*
|
|
2544
|
+
* Lookup205: pallet_babe::pallet::Call<T>
|
|
2503
2545
|
**/
|
|
2504
2546
|
PalletBabeCall: {
|
|
2505
2547
|
_enum: {
|
|
@@ -2517,7 +2559,7 @@ declare const _default: {
|
|
|
2517
2559
|
};
|
|
2518
2560
|
};
|
|
2519
2561
|
/**
|
|
2520
|
-
*
|
|
2562
|
+
* Lookup206: sp_consensus_slots::EquivocationProof<sp_runtime::generic::header::Header<Number, Hash>, sp_consensus_babe::app::Public>
|
|
2521
2563
|
**/
|
|
2522
2564
|
SpConsensusSlotsEquivocationProof: {
|
|
2523
2565
|
offender: string;
|
|
@@ -2526,7 +2568,7 @@ declare const _default: {
|
|
|
2526
2568
|
secondHeader: string;
|
|
2527
2569
|
};
|
|
2528
2570
|
/**
|
|
2529
|
-
*
|
|
2571
|
+
* Lookup207: sp_runtime::generic::header::Header<Number, Hash>
|
|
2530
2572
|
**/
|
|
2531
2573
|
SpRuntimeHeader: {
|
|
2532
2574
|
parentHash: string;
|
|
@@ -2536,11 +2578,11 @@ declare const _default: {
|
|
|
2536
2578
|
digest: string;
|
|
2537
2579
|
};
|
|
2538
2580
|
/**
|
|
2539
|
-
*
|
|
2581
|
+
* Lookup208: sp_consensus_babe::app::Public
|
|
2540
2582
|
**/
|
|
2541
2583
|
SpConsensusBabeAppPublic: string;
|
|
2542
2584
|
/**
|
|
2543
|
-
*
|
|
2585
|
+
* Lookup210: sp_session::MembershipProof
|
|
2544
2586
|
**/
|
|
2545
2587
|
SpSessionMembershipProof: {
|
|
2546
2588
|
session: string;
|
|
@@ -2548,7 +2590,7 @@ declare const _default: {
|
|
|
2548
2590
|
validatorCount: string;
|
|
2549
2591
|
};
|
|
2550
2592
|
/**
|
|
2551
|
-
*
|
|
2593
|
+
* Lookup211: sp_consensus_babe::digests::NextConfigDescriptor
|
|
2552
2594
|
**/
|
|
2553
2595
|
SpConsensusBabeDigestsNextConfigDescriptor: {
|
|
2554
2596
|
_enum: {
|
|
@@ -2560,13 +2602,13 @@ declare const _default: {
|
|
|
2560
2602
|
};
|
|
2561
2603
|
};
|
|
2562
2604
|
/**
|
|
2563
|
-
*
|
|
2605
|
+
* Lookup213: sp_consensus_babe::AllowedSlots
|
|
2564
2606
|
**/
|
|
2565
2607
|
SpConsensusBabeAllowedSlots: {
|
|
2566
2608
|
_enum: string[];
|
|
2567
2609
|
};
|
|
2568
2610
|
/**
|
|
2569
|
-
*
|
|
2611
|
+
* Lookup214: pallet_grandpa::pallet::Call<T>
|
|
2570
2612
|
**/
|
|
2571
2613
|
PalletGrandpaCall: {
|
|
2572
2614
|
_enum: {
|
|
@@ -2585,14 +2627,14 @@ declare const _default: {
|
|
|
2585
2627
|
};
|
|
2586
2628
|
};
|
|
2587
2629
|
/**
|
|
2588
|
-
*
|
|
2630
|
+
* Lookup215: sp_consensus_grandpa::EquivocationProof<primitive_types::H256, N>
|
|
2589
2631
|
**/
|
|
2590
2632
|
SpConsensusGrandpaEquivocationProof: {
|
|
2591
2633
|
setId: string;
|
|
2592
2634
|
equivocation: string;
|
|
2593
2635
|
};
|
|
2594
2636
|
/**
|
|
2595
|
-
*
|
|
2637
|
+
* Lookup216: sp_consensus_grandpa::Equivocation<primitive_types::H256, N>
|
|
2596
2638
|
**/
|
|
2597
2639
|
SpConsensusGrandpaEquivocation: {
|
|
2598
2640
|
_enum: {
|
|
@@ -2601,7 +2643,7 @@ declare const _default: {
|
|
|
2601
2643
|
};
|
|
2602
2644
|
};
|
|
2603
2645
|
/**
|
|
2604
|
-
*
|
|
2646
|
+
* Lookup217: finality_grandpa::Equivocation<sp_consensus_grandpa::app::Public, finality_grandpa::Prevote<primitive_types::H256, N>, sp_consensus_grandpa::app::Signature>
|
|
2605
2647
|
**/
|
|
2606
2648
|
FinalityGrandpaEquivocationPrevote: {
|
|
2607
2649
|
roundNumber: string;
|
|
@@ -2610,22 +2652,22 @@ declare const _default: {
|
|
|
2610
2652
|
second: string;
|
|
2611
2653
|
};
|
|
2612
2654
|
/**
|
|
2613
|
-
*
|
|
2655
|
+
* Lookup218: finality_grandpa::Prevote<primitive_types::H256, N>
|
|
2614
2656
|
**/
|
|
2615
2657
|
FinalityGrandpaPrevote: {
|
|
2616
2658
|
targetHash: string;
|
|
2617
2659
|
targetNumber: string;
|
|
2618
2660
|
};
|
|
2619
2661
|
/**
|
|
2620
|
-
*
|
|
2662
|
+
* Lookup219: sp_consensus_grandpa::app::Signature
|
|
2621
2663
|
**/
|
|
2622
2664
|
SpConsensusGrandpaAppSignature: string;
|
|
2623
2665
|
/**
|
|
2624
|
-
*
|
|
2666
|
+
* Lookup220: sp_core::ed25519::Signature
|
|
2625
2667
|
**/
|
|
2626
2668
|
SpCoreEd25519Signature: string;
|
|
2627
2669
|
/**
|
|
2628
|
-
*
|
|
2670
|
+
* Lookup223: finality_grandpa::Equivocation<sp_consensus_grandpa::app::Public, finality_grandpa::Precommit<primitive_types::H256, N>, sp_consensus_grandpa::app::Signature>
|
|
2629
2671
|
**/
|
|
2630
2672
|
FinalityGrandpaEquivocationPrecommit: {
|
|
2631
2673
|
roundNumber: string;
|
|
@@ -2634,18 +2676,18 @@ declare const _default: {
|
|
|
2634
2676
|
second: string;
|
|
2635
2677
|
};
|
|
2636
2678
|
/**
|
|
2637
|
-
*
|
|
2679
|
+
* Lookup224: finality_grandpa::Precommit<primitive_types::H256, N>
|
|
2638
2680
|
**/
|
|
2639
2681
|
FinalityGrandpaPrecommit: {
|
|
2640
2682
|
targetHash: string;
|
|
2641
2683
|
targetNumber: string;
|
|
2642
2684
|
};
|
|
2643
2685
|
/**
|
|
2644
|
-
*
|
|
2686
|
+
* Lookup226: sp_core::Void
|
|
2645
2687
|
**/
|
|
2646
2688
|
SpCoreVoid: string;
|
|
2647
2689
|
/**
|
|
2648
|
-
*
|
|
2690
|
+
* Lookup227: pallet_indices::pallet::Call<T>
|
|
2649
2691
|
**/
|
|
2650
2692
|
PalletIndicesCall: {
|
|
2651
2693
|
_enum: {
|
|
@@ -2676,7 +2718,7 @@ declare const _default: {
|
|
|
2676
2718
|
};
|
|
2677
2719
|
};
|
|
2678
2720
|
/**
|
|
2679
|
-
*
|
|
2721
|
+
* Lookup228: pallet_democracy::pallet::Call<T>
|
|
2680
2722
|
**/
|
|
2681
2723
|
PalletDemocracyCall: {
|
|
2682
2724
|
_enum: {
|
|
@@ -2745,7 +2787,7 @@ declare const _default: {
|
|
|
2745
2787
|
};
|
|
2746
2788
|
};
|
|
2747
2789
|
/**
|
|
2748
|
-
*
|
|
2790
|
+
* Lookup229: frame_support::traits::preimages::Bounded<tangle_testnet_runtime::RuntimeCall, sp_runtime::traits::BlakeTwo256>
|
|
2749
2791
|
**/
|
|
2750
2792
|
FrameSupportPreimagesBounded: {
|
|
2751
2793
|
_enum: {
|
|
@@ -2766,17 +2808,17 @@ declare const _default: {
|
|
|
2766
2808
|
};
|
|
2767
2809
|
};
|
|
2768
2810
|
/**
|
|
2769
|
-
*
|
|
2811
|
+
* Lookup230: sp_runtime::traits::BlakeTwo256
|
|
2770
2812
|
**/
|
|
2771
2813
|
SpRuntimeBlakeTwo256: string;
|
|
2772
2814
|
/**
|
|
2773
|
-
*
|
|
2815
|
+
* Lookup232: pallet_democracy::conviction::Conviction
|
|
2774
2816
|
**/
|
|
2775
2817
|
PalletDemocracyConviction: {
|
|
2776
2818
|
_enum: string[];
|
|
2777
2819
|
};
|
|
2778
2820
|
/**
|
|
2779
|
-
*
|
|
2821
|
+
* Lookup235: pallet_collective::pallet::Call<T, I>
|
|
2780
2822
|
**/
|
|
2781
2823
|
PalletCollectiveCall: {
|
|
2782
2824
|
_enum: {
|
|
@@ -2812,7 +2854,7 @@ declare const _default: {
|
|
|
2812
2854
|
};
|
|
2813
2855
|
};
|
|
2814
2856
|
/**
|
|
2815
|
-
*
|
|
2857
|
+
* Lookup236: pallet_vesting::pallet::Call<T>
|
|
2816
2858
|
**/
|
|
2817
2859
|
PalletVestingCall: {
|
|
2818
2860
|
_enum: {
|
|
@@ -2840,7 +2882,7 @@ declare const _default: {
|
|
|
2840
2882
|
};
|
|
2841
2883
|
};
|
|
2842
2884
|
/**
|
|
2843
|
-
*
|
|
2885
|
+
* Lookup237: pallet_vesting::vesting_info::VestingInfo<Balance, BlockNumber>
|
|
2844
2886
|
**/
|
|
2845
2887
|
PalletVestingVestingInfo: {
|
|
2846
2888
|
locked: string;
|
|
@@ -2848,7 +2890,7 @@ declare const _default: {
|
|
|
2848
2890
|
startingBlock: string;
|
|
2849
2891
|
};
|
|
2850
2892
|
/**
|
|
2851
|
-
*
|
|
2893
|
+
* Lookup238: pallet_elections_phragmen::pallet::Call<T>
|
|
2852
2894
|
**/
|
|
2853
2895
|
PalletElectionsPhragmenCall: {
|
|
2854
2896
|
_enum: {
|
|
@@ -2875,7 +2917,7 @@ declare const _default: {
|
|
|
2875
2917
|
};
|
|
2876
2918
|
};
|
|
2877
2919
|
/**
|
|
2878
|
-
*
|
|
2920
|
+
* Lookup239: pallet_elections_phragmen::Renouncing
|
|
2879
2921
|
**/
|
|
2880
2922
|
PalletElectionsPhragmenRenouncing: {
|
|
2881
2923
|
_enum: {
|
|
@@ -2885,7 +2927,7 @@ declare const _default: {
|
|
|
2885
2927
|
};
|
|
2886
2928
|
};
|
|
2887
2929
|
/**
|
|
2888
|
-
*
|
|
2930
|
+
* Lookup240: pallet_election_provider_multi_phase::pallet::Call<T>
|
|
2889
2931
|
**/
|
|
2890
2932
|
PalletElectionProviderMultiPhaseCall: {
|
|
2891
2933
|
_enum: {
|
|
@@ -2909,7 +2951,7 @@ declare const _default: {
|
|
|
2909
2951
|
};
|
|
2910
2952
|
};
|
|
2911
2953
|
/**
|
|
2912
|
-
*
|
|
2954
|
+
* Lookup241: pallet_election_provider_multi_phase::RawSolution<tangle_testnet_runtime::NposSolution16>
|
|
2913
2955
|
**/
|
|
2914
2956
|
PalletElectionProviderMultiPhaseRawSolution: {
|
|
2915
2957
|
solution: string;
|
|
@@ -2917,7 +2959,7 @@ declare const _default: {
|
|
|
2917
2959
|
round: string;
|
|
2918
2960
|
};
|
|
2919
2961
|
/**
|
|
2920
|
-
*
|
|
2962
|
+
* Lookup242: tangle_testnet_runtime::NposSolution16
|
|
2921
2963
|
**/
|
|
2922
2964
|
TangleTestnetRuntimeNposSolution16: {
|
|
2923
2965
|
votes1: string;
|
|
@@ -2938,21 +2980,21 @@ declare const _default: {
|
|
|
2938
2980
|
votes16: string;
|
|
2939
2981
|
};
|
|
2940
2982
|
/**
|
|
2941
|
-
*
|
|
2983
|
+
* Lookup293: pallet_election_provider_multi_phase::SolutionOrSnapshotSize
|
|
2942
2984
|
**/
|
|
2943
2985
|
PalletElectionProviderMultiPhaseSolutionOrSnapshotSize: {
|
|
2944
2986
|
voters: string;
|
|
2945
2987
|
targets: string;
|
|
2946
2988
|
};
|
|
2947
2989
|
/**
|
|
2948
|
-
*
|
|
2990
|
+
* Lookup297: sp_npos_elections::Support<sp_core::crypto::AccountId32>
|
|
2949
2991
|
**/
|
|
2950
2992
|
SpNposElectionsSupport: {
|
|
2951
2993
|
total: string;
|
|
2952
2994
|
voters: string;
|
|
2953
2995
|
};
|
|
2954
2996
|
/**
|
|
2955
|
-
*
|
|
2997
|
+
* Lookup298: pallet_staking::pallet::pallet::Call<T>
|
|
2956
2998
|
**/
|
|
2957
2999
|
PalletStakingPalletCall: {
|
|
2958
3000
|
_enum: {
|
|
@@ -3054,7 +3096,7 @@ declare const _default: {
|
|
|
3054
3096
|
};
|
|
3055
3097
|
};
|
|
3056
3098
|
/**
|
|
3057
|
-
*
|
|
3099
|
+
* Lookup301: pallet_staking::pallet::pallet::ConfigOp<T>
|
|
3058
3100
|
**/
|
|
3059
3101
|
PalletStakingPalletConfigOpU128: {
|
|
3060
3102
|
_enum: {
|
|
@@ -3064,7 +3106,7 @@ declare const _default: {
|
|
|
3064
3106
|
};
|
|
3065
3107
|
};
|
|
3066
3108
|
/**
|
|
3067
|
-
*
|
|
3109
|
+
* Lookup302: pallet_staking::pallet::pallet::ConfigOp<T>
|
|
3068
3110
|
**/
|
|
3069
3111
|
PalletStakingPalletConfigOpU32: {
|
|
3070
3112
|
_enum: {
|
|
@@ -3074,7 +3116,7 @@ declare const _default: {
|
|
|
3074
3116
|
};
|
|
3075
3117
|
};
|
|
3076
3118
|
/**
|
|
3077
|
-
*
|
|
3119
|
+
* Lookup303: pallet_staking::pallet::pallet::ConfigOp<sp_arithmetic::per_things::Percent>
|
|
3078
3120
|
**/
|
|
3079
3121
|
PalletStakingPalletConfigOpPercent: {
|
|
3080
3122
|
_enum: {
|
|
@@ -3084,7 +3126,7 @@ declare const _default: {
|
|
|
3084
3126
|
};
|
|
3085
3127
|
};
|
|
3086
3128
|
/**
|
|
3087
|
-
*
|
|
3129
|
+
* Lookup304: pallet_staking::pallet::pallet::ConfigOp<sp_arithmetic::per_things::Perbill>
|
|
3088
3130
|
**/
|
|
3089
3131
|
PalletStakingPalletConfigOpPerbill: {
|
|
3090
3132
|
_enum: {
|
|
@@ -3094,7 +3136,7 @@ declare const _default: {
|
|
|
3094
3136
|
};
|
|
3095
3137
|
};
|
|
3096
3138
|
/**
|
|
3097
|
-
*
|
|
3139
|
+
* Lookup306: pallet_session::pallet::Call<T>
|
|
3098
3140
|
**/
|
|
3099
3141
|
PalletSessionCall: {
|
|
3100
3142
|
_enum: {
|
|
@@ -3109,24 +3151,15 @@ declare const _default: {
|
|
|
3109
3151
|
};
|
|
3110
3152
|
};
|
|
3111
3153
|
/**
|
|
3112
|
-
*
|
|
3154
|
+
* Lookup307: tangle_testnet_runtime::opaque::SessionKeys
|
|
3113
3155
|
**/
|
|
3114
3156
|
TangleTestnetRuntimeOpaqueSessionKeys: {
|
|
3115
3157
|
babe: string;
|
|
3116
3158
|
grandpa: string;
|
|
3117
3159
|
imOnline: string;
|
|
3118
|
-
role: string;
|
|
3119
3160
|
};
|
|
3120
3161
|
/**
|
|
3121
|
-
*
|
|
3122
|
-
**/
|
|
3123
|
-
TangleCryptoPrimitivesCryptoPublic: string;
|
|
3124
|
-
/**
|
|
3125
|
-
* Lookup325: sp_core::ecdsa::Public
|
|
3126
|
-
**/
|
|
3127
|
-
SpCoreEcdsaPublic: string;
|
|
3128
|
-
/**
|
|
3129
|
-
* Lookup327: pallet_treasury::pallet::Call<T, I>
|
|
3162
|
+
* Lookup308: pallet_treasury::pallet::Call<T, I>
|
|
3130
3163
|
**/
|
|
3131
3164
|
PalletTreasuryCall: {
|
|
3132
3165
|
_enum: {
|
|
@@ -3165,7 +3198,7 @@ declare const _default: {
|
|
|
3165
3198
|
};
|
|
3166
3199
|
};
|
|
3167
3200
|
/**
|
|
3168
|
-
*
|
|
3201
|
+
* Lookup309: pallet_bounties::pallet::Call<T, I>
|
|
3169
3202
|
**/
|
|
3170
3203
|
PalletBountiesCall: {
|
|
3171
3204
|
_enum: {
|
|
@@ -3204,7 +3237,7 @@ declare const _default: {
|
|
|
3204
3237
|
};
|
|
3205
3238
|
};
|
|
3206
3239
|
/**
|
|
3207
|
-
*
|
|
3240
|
+
* Lookup310: pallet_child_bounties::pallet::Call<T>
|
|
3208
3241
|
**/
|
|
3209
3242
|
PalletChildBountiesCall: {
|
|
3210
3243
|
_enum: {
|
|
@@ -3243,7 +3276,7 @@ declare const _default: {
|
|
|
3243
3276
|
};
|
|
3244
3277
|
};
|
|
3245
3278
|
/**
|
|
3246
|
-
*
|
|
3279
|
+
* Lookup311: pallet_bags_list::pallet::Call<T, I>
|
|
3247
3280
|
**/
|
|
3248
3281
|
PalletBagsListCall: {
|
|
3249
3282
|
_enum: {
|
|
@@ -3260,7 +3293,7 @@ declare const _default: {
|
|
|
3260
3293
|
};
|
|
3261
3294
|
};
|
|
3262
3295
|
/**
|
|
3263
|
-
*
|
|
3296
|
+
* Lookup312: pallet_nomination_pools::pallet::Call<T>
|
|
3264
3297
|
**/
|
|
3265
3298
|
PalletNominationPoolsCall: {
|
|
3266
3299
|
_enum: {
|
|
@@ -3361,7 +3394,7 @@ declare const _default: {
|
|
|
3361
3394
|
};
|
|
3362
3395
|
};
|
|
3363
3396
|
/**
|
|
3364
|
-
*
|
|
3397
|
+
* Lookup313: pallet_nomination_pools::BondExtra<Balance>
|
|
3365
3398
|
**/
|
|
3366
3399
|
PalletNominationPoolsBondExtra: {
|
|
3367
3400
|
_enum: {
|
|
@@ -3370,7 +3403,7 @@ declare const _default: {
|
|
|
3370
3403
|
};
|
|
3371
3404
|
};
|
|
3372
3405
|
/**
|
|
3373
|
-
*
|
|
3406
|
+
* Lookup314: pallet_nomination_pools::ConfigOp<T>
|
|
3374
3407
|
**/
|
|
3375
3408
|
PalletNominationPoolsConfigOpU128: {
|
|
3376
3409
|
_enum: {
|
|
@@ -3380,7 +3413,7 @@ declare const _default: {
|
|
|
3380
3413
|
};
|
|
3381
3414
|
};
|
|
3382
3415
|
/**
|
|
3383
|
-
*
|
|
3416
|
+
* Lookup315: pallet_nomination_pools::ConfigOp<T>
|
|
3384
3417
|
**/
|
|
3385
3418
|
PalletNominationPoolsConfigOpU32: {
|
|
3386
3419
|
_enum: {
|
|
@@ -3390,7 +3423,7 @@ declare const _default: {
|
|
|
3390
3423
|
};
|
|
3391
3424
|
};
|
|
3392
3425
|
/**
|
|
3393
|
-
*
|
|
3426
|
+
* Lookup316: pallet_nomination_pools::ConfigOp<sp_arithmetic::per_things::Perbill>
|
|
3394
3427
|
**/
|
|
3395
3428
|
PalletNominationPoolsConfigOpPerbill: {
|
|
3396
3429
|
_enum: {
|
|
@@ -3400,7 +3433,7 @@ declare const _default: {
|
|
|
3400
3433
|
};
|
|
3401
3434
|
};
|
|
3402
3435
|
/**
|
|
3403
|
-
*
|
|
3436
|
+
* Lookup317: pallet_nomination_pools::ConfigOp<sp_core::crypto::AccountId32>
|
|
3404
3437
|
**/
|
|
3405
3438
|
PalletNominationPoolsConfigOpAccountId32: {
|
|
3406
3439
|
_enum: {
|
|
@@ -3410,13 +3443,13 @@ declare const _default: {
|
|
|
3410
3443
|
};
|
|
3411
3444
|
};
|
|
3412
3445
|
/**
|
|
3413
|
-
*
|
|
3446
|
+
* Lookup318: pallet_nomination_pools::ClaimPermission
|
|
3414
3447
|
**/
|
|
3415
3448
|
PalletNominationPoolsClaimPermission: {
|
|
3416
3449
|
_enum: string[];
|
|
3417
3450
|
};
|
|
3418
3451
|
/**
|
|
3419
|
-
*
|
|
3452
|
+
* Lookup319: pallet_scheduler::pallet::Call<T>
|
|
3420
3453
|
**/
|
|
3421
3454
|
PalletSchedulerCall: {
|
|
3422
3455
|
_enum: {
|
|
@@ -3456,7 +3489,7 @@ declare const _default: {
|
|
|
3456
3489
|
};
|
|
3457
3490
|
};
|
|
3458
3491
|
/**
|
|
3459
|
-
*
|
|
3492
|
+
* Lookup321: pallet_preimage::pallet::Call<T>
|
|
3460
3493
|
**/
|
|
3461
3494
|
PalletPreimageCall: {
|
|
3462
3495
|
_enum: {
|
|
@@ -3487,7 +3520,7 @@ declare const _default: {
|
|
|
3487
3520
|
};
|
|
3488
3521
|
};
|
|
3489
3522
|
/**
|
|
3490
|
-
*
|
|
3523
|
+
* Lookup322: pallet_tx_pause::pallet::Call<T>
|
|
3491
3524
|
**/
|
|
3492
3525
|
PalletTxPauseCall: {
|
|
3493
3526
|
_enum: {
|
|
@@ -3500,7 +3533,7 @@ declare const _default: {
|
|
|
3500
3533
|
};
|
|
3501
3534
|
};
|
|
3502
3535
|
/**
|
|
3503
|
-
*
|
|
3536
|
+
* Lookup323: pallet_im_online::pallet::Call<T>
|
|
3504
3537
|
**/
|
|
3505
3538
|
PalletImOnlineCall: {
|
|
3506
3539
|
_enum: {
|
|
@@ -3511,7 +3544,7 @@ declare const _default: {
|
|
|
3511
3544
|
};
|
|
3512
3545
|
};
|
|
3513
3546
|
/**
|
|
3514
|
-
*
|
|
3547
|
+
* Lookup324: pallet_im_online::Heartbeat<BlockNumber>
|
|
3515
3548
|
**/
|
|
3516
3549
|
PalletImOnlineHeartbeat: {
|
|
3517
3550
|
blockNumber: string;
|
|
@@ -3520,15 +3553,15 @@ declare const _default: {
|
|
|
3520
3553
|
validatorsLen: string;
|
|
3521
3554
|
};
|
|
3522
3555
|
/**
|
|
3523
|
-
*
|
|
3556
|
+
* Lookup325: pallet_im_online::sr25519::app_sr25519::Signature
|
|
3524
3557
|
**/
|
|
3525
3558
|
PalletImOnlineSr25519AppSr25519Signature: string;
|
|
3526
3559
|
/**
|
|
3527
|
-
*
|
|
3560
|
+
* Lookup326: sp_core::sr25519::Signature
|
|
3528
3561
|
**/
|
|
3529
3562
|
SpCoreSr25519Signature: string;
|
|
3530
3563
|
/**
|
|
3531
|
-
*
|
|
3564
|
+
* Lookup327: pallet_identity::pallet::Call<T>
|
|
3532
3565
|
**/
|
|
3533
3566
|
PalletIdentityCall: {
|
|
3534
3567
|
_enum: {
|
|
@@ -3613,7 +3646,7 @@ declare const _default: {
|
|
|
3613
3646
|
};
|
|
3614
3647
|
};
|
|
3615
3648
|
/**
|
|
3616
|
-
*
|
|
3649
|
+
* Lookup328: pallet_identity::legacy::IdentityInfo<FieldLimit>
|
|
3617
3650
|
**/
|
|
3618
3651
|
PalletIdentityLegacyIdentityInfo: {
|
|
3619
3652
|
additional: string;
|
|
@@ -3627,7 +3660,7 @@ declare const _default: {
|
|
|
3627
3660
|
twitter: string;
|
|
3628
3661
|
};
|
|
3629
3662
|
/**
|
|
3630
|
-
*
|
|
3663
|
+
* Lookup364: pallet_identity::types::Judgement<Balance>
|
|
3631
3664
|
**/
|
|
3632
3665
|
PalletIdentityJudgement: {
|
|
3633
3666
|
_enum: {
|
|
@@ -3641,7 +3674,7 @@ declare const _default: {
|
|
|
3641
3674
|
};
|
|
3642
3675
|
};
|
|
3643
3676
|
/**
|
|
3644
|
-
*
|
|
3677
|
+
* Lookup366: sp_runtime::MultiSignature
|
|
3645
3678
|
**/
|
|
3646
3679
|
SpRuntimeMultiSignature: {
|
|
3647
3680
|
_enum: {
|
|
@@ -3651,11 +3684,11 @@ declare const _default: {
|
|
|
3651
3684
|
};
|
|
3652
3685
|
};
|
|
3653
3686
|
/**
|
|
3654
|
-
*
|
|
3687
|
+
* Lookup367: sp_core::ecdsa::Signature
|
|
3655
3688
|
**/
|
|
3656
3689
|
SpCoreEcdsaSignature: string;
|
|
3657
3690
|
/**
|
|
3658
|
-
*
|
|
3691
|
+
* Lookup369: pallet_utility::pallet::Call<T>
|
|
3659
3692
|
**/
|
|
3660
3693
|
PalletUtilityCall: {
|
|
3661
3694
|
_enum: {
|
|
@@ -3683,12 +3716,12 @@ declare const _default: {
|
|
|
3683
3716
|
};
|
|
3684
3717
|
};
|
|
3685
3718
|
/**
|
|
3686
|
-
*
|
|
3719
|
+
* Lookup371: tangle_testnet_runtime::OriginCaller
|
|
3687
3720
|
**/
|
|
3688
3721
|
TangleTestnetRuntimeOriginCaller: {
|
|
3689
3722
|
_enum: {
|
|
3723
|
+
__Unused0: string;
|
|
3690
3724
|
system: string;
|
|
3691
|
-
__Unused1: string;
|
|
3692
3725
|
__Unused2: string;
|
|
3693
3726
|
Void: string;
|
|
3694
3727
|
__Unused4: string;
|
|
@@ -3699,8 +3732,8 @@ declare const _default: {
|
|
|
3699
3732
|
__Unused9: string;
|
|
3700
3733
|
__Unused10: string;
|
|
3701
3734
|
__Unused11: string;
|
|
3735
|
+
__Unused12: string;
|
|
3702
3736
|
Council: string;
|
|
3703
|
-
__Unused13: string;
|
|
3704
3737
|
__Unused14: string;
|
|
3705
3738
|
__Unused15: string;
|
|
3706
3739
|
__Unused16: string;
|
|
@@ -3719,11 +3752,12 @@ declare const _default: {
|
|
|
3719
3752
|
__Unused29: string;
|
|
3720
3753
|
__Unused30: string;
|
|
3721
3754
|
__Unused31: string;
|
|
3755
|
+
__Unused32: string;
|
|
3722
3756
|
Ethereum: string;
|
|
3723
3757
|
};
|
|
3724
3758
|
};
|
|
3725
3759
|
/**
|
|
3726
|
-
*
|
|
3760
|
+
* Lookup372: frame_support::dispatch::RawOrigin<sp_core::crypto::AccountId32>
|
|
3727
3761
|
**/
|
|
3728
3762
|
FrameSupportDispatchRawOrigin: {
|
|
3729
3763
|
_enum: {
|
|
@@ -3733,7 +3767,7 @@ declare const _default: {
|
|
|
3733
3767
|
};
|
|
3734
3768
|
};
|
|
3735
3769
|
/**
|
|
3736
|
-
*
|
|
3770
|
+
* Lookup373: pallet_collective::RawOrigin<sp_core::crypto::AccountId32, I>
|
|
3737
3771
|
**/
|
|
3738
3772
|
PalletCollectiveRawOrigin: {
|
|
3739
3773
|
_enum: {
|
|
@@ -3743,7 +3777,7 @@ declare const _default: {
|
|
|
3743
3777
|
};
|
|
3744
3778
|
};
|
|
3745
3779
|
/**
|
|
3746
|
-
*
|
|
3780
|
+
* Lookup374: pallet_ethereum::RawOrigin
|
|
3747
3781
|
**/
|
|
3748
3782
|
PalletEthereumRawOrigin: {
|
|
3749
3783
|
_enum: {
|
|
@@ -3751,7 +3785,7 @@ declare const _default: {
|
|
|
3751
3785
|
};
|
|
3752
3786
|
};
|
|
3753
3787
|
/**
|
|
3754
|
-
*
|
|
3788
|
+
* Lookup375: pallet_multisig::pallet::Call<T>
|
|
3755
3789
|
**/
|
|
3756
3790
|
PalletMultisigCall: {
|
|
3757
3791
|
_enum: {
|
|
@@ -3782,7 +3816,7 @@ declare const _default: {
|
|
|
3782
3816
|
};
|
|
3783
3817
|
};
|
|
3784
3818
|
/**
|
|
3785
|
-
*
|
|
3819
|
+
* Lookup377: pallet_ethereum::pallet::Call<T>
|
|
3786
3820
|
**/
|
|
3787
3821
|
PalletEthereumCall: {
|
|
3788
3822
|
_enum: {
|
|
@@ -3792,7 +3826,7 @@ declare const _default: {
|
|
|
3792
3826
|
};
|
|
3793
3827
|
};
|
|
3794
3828
|
/**
|
|
3795
|
-
*
|
|
3829
|
+
* Lookup378: ethereum::transaction::TransactionV2
|
|
3796
3830
|
**/
|
|
3797
3831
|
EthereumTransactionTransactionV2: {
|
|
3798
3832
|
_enum: {
|
|
@@ -3802,7 +3836,7 @@ declare const _default: {
|
|
|
3802
3836
|
};
|
|
3803
3837
|
};
|
|
3804
3838
|
/**
|
|
3805
|
-
*
|
|
3839
|
+
* Lookup379: ethereum::transaction::LegacyTransaction
|
|
3806
3840
|
**/
|
|
3807
3841
|
EthereumTransactionLegacyTransaction: {
|
|
3808
3842
|
nonce: string;
|
|
@@ -3814,7 +3848,7 @@ declare const _default: {
|
|
|
3814
3848
|
signature: string;
|
|
3815
3849
|
};
|
|
3816
3850
|
/**
|
|
3817
|
-
*
|
|
3851
|
+
* Lookup380: ethereum::transaction::TransactionAction
|
|
3818
3852
|
**/
|
|
3819
3853
|
EthereumTransactionTransactionAction: {
|
|
3820
3854
|
_enum: {
|
|
@@ -3823,7 +3857,7 @@ declare const _default: {
|
|
|
3823
3857
|
};
|
|
3824
3858
|
};
|
|
3825
3859
|
/**
|
|
3826
|
-
*
|
|
3860
|
+
* Lookup381: ethereum::transaction::TransactionSignature
|
|
3827
3861
|
**/
|
|
3828
3862
|
EthereumTransactionTransactionSignature: {
|
|
3829
3863
|
v: string;
|
|
@@ -3831,7 +3865,7 @@ declare const _default: {
|
|
|
3831
3865
|
s: string;
|
|
3832
3866
|
};
|
|
3833
3867
|
/**
|
|
3834
|
-
*
|
|
3868
|
+
* Lookup383: ethereum::transaction::EIP2930Transaction
|
|
3835
3869
|
**/
|
|
3836
3870
|
EthereumTransactionEip2930Transaction: {
|
|
3837
3871
|
chainId: string;
|
|
@@ -3847,14 +3881,14 @@ declare const _default: {
|
|
|
3847
3881
|
s: string;
|
|
3848
3882
|
};
|
|
3849
3883
|
/**
|
|
3850
|
-
*
|
|
3884
|
+
* Lookup385: ethereum::transaction::AccessListItem
|
|
3851
3885
|
**/
|
|
3852
3886
|
EthereumTransactionAccessListItem: {
|
|
3853
3887
|
address: string;
|
|
3854
3888
|
storageKeys: string;
|
|
3855
3889
|
};
|
|
3856
3890
|
/**
|
|
3857
|
-
*
|
|
3891
|
+
* Lookup386: ethereum::transaction::EIP1559Transaction
|
|
3858
3892
|
**/
|
|
3859
3893
|
EthereumTransactionEip1559Transaction: {
|
|
3860
3894
|
chainId: string;
|
|
@@ -3871,7 +3905,7 @@ declare const _default: {
|
|
|
3871
3905
|
s: string;
|
|
3872
3906
|
};
|
|
3873
3907
|
/**
|
|
3874
|
-
*
|
|
3908
|
+
* Lookup387: pallet_evm::pallet::Call<T>
|
|
3875
3909
|
**/
|
|
3876
3910
|
PalletEvmCall: {
|
|
3877
3911
|
_enum: {
|
|
@@ -3914,7 +3948,7 @@ declare const _default: {
|
|
|
3914
3948
|
};
|
|
3915
3949
|
};
|
|
3916
3950
|
/**
|
|
3917
|
-
*
|
|
3951
|
+
* Lookup391: pallet_dynamic_fee::pallet::Call<T>
|
|
3918
3952
|
**/
|
|
3919
3953
|
PalletDynamicFeeCall: {
|
|
3920
3954
|
_enum: {
|
|
@@ -3924,7 +3958,7 @@ declare const _default: {
|
|
|
3924
3958
|
};
|
|
3925
3959
|
};
|
|
3926
3960
|
/**
|
|
3927
|
-
*
|
|
3961
|
+
* Lookup392: pallet_base_fee::pallet::Call<T>
|
|
3928
3962
|
**/
|
|
3929
3963
|
PalletBaseFeeCall: {
|
|
3930
3964
|
_enum: {
|
|
@@ -3937,7 +3971,7 @@ declare const _default: {
|
|
|
3937
3971
|
};
|
|
3938
3972
|
};
|
|
3939
3973
|
/**
|
|
3940
|
-
*
|
|
3974
|
+
* Lookup393: pallet_hotfix_sufficients::pallet::Call<T>
|
|
3941
3975
|
**/
|
|
3942
3976
|
PalletHotfixSufficientsCall: {
|
|
3943
3977
|
_enum: {
|
|
@@ -3947,7 +3981,7 @@ declare const _default: {
|
|
|
3947
3981
|
};
|
|
3948
3982
|
};
|
|
3949
3983
|
/**
|
|
3950
|
-
*
|
|
3984
|
+
* Lookup395: pallet_airdrop_claims::pallet::Call<T>
|
|
3951
3985
|
**/
|
|
3952
3986
|
PalletAirdropClaimsCall: {
|
|
3953
3987
|
_enum: {
|
|
@@ -3986,7 +4020,7 @@ declare const _default: {
|
|
|
3986
4020
|
};
|
|
3987
4021
|
};
|
|
3988
4022
|
/**
|
|
3989
|
-
*
|
|
4023
|
+
* Lookup397: pallet_airdrop_claims::utils::MultiAddressSignature
|
|
3990
4024
|
**/
|
|
3991
4025
|
PalletAirdropClaimsUtilsMultiAddressSignature: {
|
|
3992
4026
|
_enum: {
|
|
@@ -3995,528 +4029,619 @@ declare const _default: {
|
|
|
3995
4029
|
};
|
|
3996
4030
|
};
|
|
3997
4031
|
/**
|
|
3998
|
-
*
|
|
4032
|
+
* Lookup398: pallet_airdrop_claims::utils::ethereum_address::EcdsaSignature
|
|
3999
4033
|
**/
|
|
4000
4034
|
PalletAirdropClaimsUtilsEthereumAddressEcdsaSignature: string;
|
|
4001
4035
|
/**
|
|
4002
|
-
*
|
|
4036
|
+
* Lookup399: pallet_airdrop_claims::utils::Sr25519Signature
|
|
4003
4037
|
**/
|
|
4004
4038
|
PalletAirdropClaimsUtilsSr25519Signature: string;
|
|
4005
4039
|
/**
|
|
4006
|
-
*
|
|
4040
|
+
* Lookup405: pallet_airdrop_claims::StatementKind
|
|
4007
4041
|
**/
|
|
4008
4042
|
PalletAirdropClaimsStatementKind: {
|
|
4009
4043
|
_enum: string[];
|
|
4010
4044
|
};
|
|
4011
4045
|
/**
|
|
4012
|
-
*
|
|
4046
|
+
* Lookup406: pallet_proxy::pallet::Call<T>
|
|
4013
4047
|
**/
|
|
4014
|
-
|
|
4048
|
+
PalletProxyCall: {
|
|
4015
4049
|
_enum: {
|
|
4016
|
-
|
|
4017
|
-
|
|
4018
|
-
|
|
4050
|
+
proxy: {
|
|
4051
|
+
real: string;
|
|
4052
|
+
forceProxyType: string;
|
|
4053
|
+
call: string;
|
|
4019
4054
|
};
|
|
4020
|
-
|
|
4021
|
-
|
|
4055
|
+
add_proxy: {
|
|
4056
|
+
delegate: string;
|
|
4057
|
+
proxyType: string;
|
|
4058
|
+
delay: string;
|
|
4022
4059
|
};
|
|
4023
|
-
|
|
4024
|
-
|
|
4025
|
-
|
|
4026
|
-
|
|
4060
|
+
remove_proxy: {
|
|
4061
|
+
delegate: string;
|
|
4062
|
+
proxyType: string;
|
|
4063
|
+
delay: string;
|
|
4027
4064
|
};
|
|
4028
|
-
|
|
4029
|
-
|
|
4030
|
-
|
|
4031
|
-
|
|
4065
|
+
remove_proxies: string;
|
|
4066
|
+
create_pure: {
|
|
4067
|
+
proxyType: string;
|
|
4068
|
+
delay: string;
|
|
4069
|
+
index: string;
|
|
4032
4070
|
};
|
|
4033
|
-
|
|
4034
|
-
|
|
4071
|
+
kill_pure: {
|
|
4072
|
+
spawner: string;
|
|
4073
|
+
proxyType: string;
|
|
4074
|
+
index: string;
|
|
4075
|
+
height: string;
|
|
4076
|
+
extIndex: string;
|
|
4077
|
+
};
|
|
4078
|
+
announce: {
|
|
4079
|
+
real: string;
|
|
4080
|
+
callHash: string;
|
|
4081
|
+
};
|
|
4082
|
+
remove_announcement: {
|
|
4083
|
+
real: string;
|
|
4084
|
+
callHash: string;
|
|
4085
|
+
};
|
|
4086
|
+
reject_announcement: {
|
|
4087
|
+
delegate: string;
|
|
4088
|
+
callHash: string;
|
|
4089
|
+
};
|
|
4090
|
+
proxy_announced: {
|
|
4091
|
+
delegate: string;
|
|
4092
|
+
real: string;
|
|
4093
|
+
forceProxyType: string;
|
|
4094
|
+
call: string;
|
|
4035
4095
|
};
|
|
4036
4096
|
};
|
|
4037
4097
|
};
|
|
4038
4098
|
/**
|
|
4039
|
-
*
|
|
4040
|
-
**/
|
|
4041
|
-
PalletRolesProfile: {
|
|
4042
|
-
_enum: {
|
|
4043
|
-
Independent: string;
|
|
4044
|
-
Shared: string;
|
|
4045
|
-
};
|
|
4046
|
-
};
|
|
4047
|
-
/**
|
|
4048
|
-
* Lookup428: pallet_roles::profile::IndependentRestakeProfile<T>
|
|
4049
|
-
**/
|
|
4050
|
-
PalletRolesProfileIndependentRestakeProfile: {
|
|
4051
|
-
records: string;
|
|
4052
|
-
};
|
|
4053
|
-
/**
|
|
4054
|
-
* Lookup430: pallet_roles::profile::Record<T>
|
|
4055
|
-
**/
|
|
4056
|
-
PalletRolesProfileRecord: {
|
|
4057
|
-
role: string;
|
|
4058
|
-
amount: string;
|
|
4059
|
-
};
|
|
4060
|
-
/**
|
|
4061
|
-
* Lookup432: pallet_roles::profile::SharedRestakeProfile<T>
|
|
4062
|
-
**/
|
|
4063
|
-
PalletRolesProfileSharedRestakeProfile: {
|
|
4064
|
-
records: string;
|
|
4065
|
-
amount: string;
|
|
4066
|
-
};
|
|
4067
|
-
/**
|
|
4068
|
-
* Lookup433: pallet_jobs::module::Call<T>
|
|
4099
|
+
* Lookup408: pallet_multi_asset_delegation::pallet::Call<T>
|
|
4069
4100
|
**/
|
|
4070
|
-
|
|
4101
|
+
PalletMultiAssetDelegationCall: {
|
|
4071
4102
|
_enum: {
|
|
4072
|
-
|
|
4073
|
-
|
|
4074
|
-
};
|
|
4075
|
-
submit_job_result: {
|
|
4076
|
-
roleType: string;
|
|
4077
|
-
jobId: string;
|
|
4078
|
-
result: string;
|
|
4103
|
+
join_operators: {
|
|
4104
|
+
bondAmount: string;
|
|
4079
4105
|
};
|
|
4080
|
-
|
|
4081
|
-
|
|
4082
|
-
|
|
4083
|
-
|
|
4084
|
-
|
|
4085
|
-
offence: string;
|
|
4086
|
-
signatures: string;
|
|
4106
|
+
schedule_leave_operators: string;
|
|
4107
|
+
cancel_leave_operators: string;
|
|
4108
|
+
execute_leave_operators: string;
|
|
4109
|
+
operator_bond_more: {
|
|
4110
|
+
additionalBond: string;
|
|
4087
4111
|
};
|
|
4088
|
-
|
|
4089
|
-
|
|
4090
|
-
jobId: string;
|
|
4091
|
-
newPermittedCaller: string;
|
|
4112
|
+
schedule_operator_unstake: {
|
|
4113
|
+
unstakeAmount: string;
|
|
4092
4114
|
};
|
|
4093
|
-
|
|
4094
|
-
|
|
4115
|
+
execute_operator_unstake: string;
|
|
4116
|
+
cancel_operator_unstake: string;
|
|
4117
|
+
go_offline: string;
|
|
4118
|
+
go_online: string;
|
|
4119
|
+
deposit: {
|
|
4120
|
+
assetId: string;
|
|
4121
|
+
amount: string;
|
|
4095
4122
|
};
|
|
4096
|
-
|
|
4097
|
-
|
|
4123
|
+
schedule_withdraw: {
|
|
4124
|
+
assetId: string;
|
|
4125
|
+
amount: string;
|
|
4126
|
+
};
|
|
4127
|
+
execute_withdraw: string;
|
|
4128
|
+
cancel_withdraw: {
|
|
4129
|
+
assetId: string;
|
|
4130
|
+
amount: string;
|
|
4098
4131
|
};
|
|
4099
|
-
|
|
4100
|
-
|
|
4101
|
-
|
|
4102
|
-
|
|
4132
|
+
delegate: {
|
|
4133
|
+
operator: string;
|
|
4134
|
+
assetId: string;
|
|
4135
|
+
amount: string;
|
|
4136
|
+
};
|
|
4137
|
+
schedule_delegator_unstake: {
|
|
4138
|
+
operator: string;
|
|
4139
|
+
assetId: string;
|
|
4140
|
+
amount: string;
|
|
4141
|
+
};
|
|
4142
|
+
execute_delegator_unstake: string;
|
|
4143
|
+
cancel_delegator_unstake: {
|
|
4144
|
+
operator: string;
|
|
4145
|
+
assetId: string;
|
|
4146
|
+
amount: string;
|
|
4147
|
+
};
|
|
4148
|
+
__Unused18: string;
|
|
4149
|
+
set_incentive_apy_and_cap: {
|
|
4150
|
+
poolId: string;
|
|
4151
|
+
apy: string;
|
|
4152
|
+
cap: string;
|
|
4153
|
+
};
|
|
4154
|
+
whitelist_blueprint_for_rewards: {
|
|
4155
|
+
blueprintId: string;
|
|
4156
|
+
};
|
|
4157
|
+
manage_asset_in_pool: {
|
|
4158
|
+
poolId: string;
|
|
4159
|
+
assetId: string;
|
|
4160
|
+
action: string;
|
|
4103
4161
|
};
|
|
4104
4162
|
};
|
|
4105
4163
|
};
|
|
4106
4164
|
/**
|
|
4107
|
-
*
|
|
4165
|
+
* Lookup409: pallet_services::module::Call<T>
|
|
4108
4166
|
**/
|
|
4109
|
-
|
|
4167
|
+
PalletServicesModuleCall: {
|
|
4110
4168
|
_enum: {
|
|
4111
|
-
|
|
4112
|
-
|
|
4113
|
-
|
|
4114
|
-
|
|
4115
|
-
|
|
4116
|
-
|
|
4169
|
+
create_blueprint: {
|
|
4170
|
+
blueprint: string;
|
|
4171
|
+
};
|
|
4172
|
+
pre_register: {
|
|
4173
|
+
blueprintId: string;
|
|
4174
|
+
};
|
|
4175
|
+
register: {
|
|
4176
|
+
blueprintId: string;
|
|
4177
|
+
preferences: string;
|
|
4178
|
+
registrationArgs: string;
|
|
4179
|
+
};
|
|
4180
|
+
unregister: {
|
|
4181
|
+
blueprintId: string;
|
|
4182
|
+
};
|
|
4183
|
+
update_approval_preference: {
|
|
4184
|
+
blueprintId: string;
|
|
4185
|
+
approvalPreference: string;
|
|
4186
|
+
};
|
|
4187
|
+
update_price_targets: {
|
|
4188
|
+
blueprintId: string;
|
|
4189
|
+
priceTargets: string;
|
|
4190
|
+
};
|
|
4191
|
+
request: {
|
|
4192
|
+
blueprintId: string;
|
|
4193
|
+
permittedCallers: string;
|
|
4194
|
+
serviceProviders: string;
|
|
4195
|
+
ttl: string;
|
|
4196
|
+
requestArgs: string;
|
|
4197
|
+
};
|
|
4198
|
+
approve: {
|
|
4199
|
+
requestId: string;
|
|
4200
|
+
};
|
|
4201
|
+
reject: {
|
|
4202
|
+
requestId: string;
|
|
4203
|
+
};
|
|
4204
|
+
terminate: {
|
|
4205
|
+
serviceId: string;
|
|
4206
|
+
};
|
|
4207
|
+
call: {
|
|
4208
|
+
serviceId: string;
|
|
4209
|
+
job: string;
|
|
4210
|
+
args: string;
|
|
4211
|
+
};
|
|
4212
|
+
submit_result: {
|
|
4213
|
+
serviceId: string;
|
|
4214
|
+
callId: string;
|
|
4215
|
+
result: string;
|
|
4216
|
+
};
|
|
4117
4217
|
};
|
|
4118
4218
|
};
|
|
4119
4219
|
/**
|
|
4120
|
-
*
|
|
4121
|
-
**/
|
|
4122
|
-
TangleTestnetRuntimeMaxKeyLen: string;
|
|
4123
|
-
/**
|
|
4124
|
-
* Lookup436: tangle_testnet_runtime::MaxSignatureLen
|
|
4125
|
-
**/
|
|
4126
|
-
TangleTestnetRuntimeMaxSignatureLen: string;
|
|
4127
|
-
/**
|
|
4128
|
-
* Lookup437: tangle_testnet_runtime::MaxDataLen
|
|
4129
|
-
**/
|
|
4130
|
-
TangleTestnetRuntimeMaxDataLen: string;
|
|
4131
|
-
/**
|
|
4132
|
-
* Lookup438: tangle_testnet_runtime::MaxProofLen
|
|
4133
|
-
**/
|
|
4134
|
-
TangleTestnetRuntimeMaxProofLen: string;
|
|
4135
|
-
/**
|
|
4136
|
-
* Lookup439: tangle_primitives::jobs::tss::DKGTSSKeySubmissionResult<tangle_testnet_runtime::MaxKeyLen, tangle_testnet_runtime::MaxParticipants, tangle_testnet_runtime::MaxSignatureLen>
|
|
4137
|
-
**/
|
|
4138
|
-
TanglePrimitivesJobsTssDkgtssKeySubmissionResult: {
|
|
4139
|
-
signatureScheme: string;
|
|
4140
|
-
key: string;
|
|
4141
|
-
chainCode: string;
|
|
4142
|
-
participants: string;
|
|
4143
|
-
signatures: string;
|
|
4144
|
-
threshold: string;
|
|
4145
|
-
};
|
|
4146
|
-
/**
|
|
4147
|
-
* Lookup440: tangle_primitives::jobs::tss::DigitalSignatureScheme
|
|
4148
|
-
**/
|
|
4149
|
-
TanglePrimitivesJobsTssDigitalSignatureScheme: {
|
|
4150
|
-
_enum: string[];
|
|
4151
|
-
};
|
|
4152
|
-
/**
|
|
4153
|
-
* Lookup447: tangle_primitives::jobs::tss::DKGTSSSignatureResult<tangle_testnet_runtime::MaxDataLen, tangle_testnet_runtime::MaxKeyLen, tangle_testnet_runtime::MaxSignatureLen, tangle_testnet_runtime::MaxAdditionalParamsLen>
|
|
4220
|
+
* Lookup410: tangle_primitives::services::ServiceBlueprint<C>
|
|
4154
4221
|
**/
|
|
4155
|
-
|
|
4156
|
-
|
|
4157
|
-
|
|
4158
|
-
|
|
4159
|
-
|
|
4160
|
-
|
|
4161
|
-
|
|
4222
|
+
TanglePrimitivesServicesServiceBlueprint: {
|
|
4223
|
+
metadata: string;
|
|
4224
|
+
jobs: string;
|
|
4225
|
+
registrationHook: string;
|
|
4226
|
+
registrationParams: string;
|
|
4227
|
+
requestHook: string;
|
|
4228
|
+
requestParams: string;
|
|
4229
|
+
gadget: string;
|
|
4162
4230
|
};
|
|
4163
4231
|
/**
|
|
4164
|
-
*
|
|
4232
|
+
* Lookup411: tangle_primitives::services::ServiceMetadata<C>
|
|
4165
4233
|
**/
|
|
4166
|
-
|
|
4167
|
-
|
|
4234
|
+
TanglePrimitivesServicesServiceMetadata: {
|
|
4235
|
+
name: string;
|
|
4236
|
+
description: string;
|
|
4237
|
+
author: string;
|
|
4238
|
+
category: string;
|
|
4239
|
+
codeRepository: string;
|
|
4240
|
+
logo: string;
|
|
4241
|
+
website: string;
|
|
4242
|
+
license: string;
|
|
4168
4243
|
};
|
|
4169
4244
|
/**
|
|
4170
|
-
*
|
|
4245
|
+
* Lookup416: tangle_primitives::services::JobDefinition<C>
|
|
4171
4246
|
**/
|
|
4172
|
-
|
|
4173
|
-
|
|
4174
|
-
|
|
4175
|
-
|
|
4176
|
-
|
|
4177
|
-
signature: string;
|
|
4178
|
-
signatureScheme: string;
|
|
4179
|
-
derivationPath: string;
|
|
4180
|
-
chainCode: string;
|
|
4247
|
+
TanglePrimitivesServicesJobDefinition: {
|
|
4248
|
+
metadata: string;
|
|
4249
|
+
params: string;
|
|
4250
|
+
result: string;
|
|
4251
|
+
verifier: string;
|
|
4181
4252
|
};
|
|
4182
4253
|
/**
|
|
4183
|
-
*
|
|
4254
|
+
* Lookup417: tangle_primitives::services::JobMetadata<C>
|
|
4184
4255
|
**/
|
|
4185
|
-
|
|
4186
|
-
|
|
4187
|
-
|
|
4256
|
+
TanglePrimitivesServicesJobMetadata: {
|
|
4257
|
+
name: string;
|
|
4258
|
+
description: string;
|
|
4188
4259
|
};
|
|
4189
4260
|
/**
|
|
4190
|
-
*
|
|
4261
|
+
* Lookup419: tangle_primitives::services::field::FieldType
|
|
4191
4262
|
**/
|
|
4192
|
-
|
|
4263
|
+
TanglePrimitivesServicesFieldFieldType: {
|
|
4193
4264
|
_enum: {
|
|
4194
|
-
|
|
4195
|
-
|
|
4265
|
+
Void: string;
|
|
4266
|
+
Bool: string;
|
|
4267
|
+
Uint8: string;
|
|
4268
|
+
Int8: string;
|
|
4269
|
+
Uint16: string;
|
|
4270
|
+
Int16: string;
|
|
4271
|
+
Uint32: string;
|
|
4272
|
+
Int32: string;
|
|
4273
|
+
Uint64: string;
|
|
4274
|
+
Int64: string;
|
|
4275
|
+
String: string;
|
|
4276
|
+
Bytes: string;
|
|
4277
|
+
Optional: string;
|
|
4278
|
+
Array: string;
|
|
4279
|
+
List: string;
|
|
4280
|
+
Struct: string;
|
|
4281
|
+
__Unused16: string;
|
|
4282
|
+
__Unused17: string;
|
|
4283
|
+
__Unused18: string;
|
|
4284
|
+
__Unused19: string;
|
|
4285
|
+
__Unused20: string;
|
|
4286
|
+
__Unused21: string;
|
|
4287
|
+
__Unused22: string;
|
|
4288
|
+
__Unused23: string;
|
|
4289
|
+
__Unused24: string;
|
|
4290
|
+
__Unused25: string;
|
|
4291
|
+
__Unused26: string;
|
|
4292
|
+
__Unused27: string;
|
|
4293
|
+
__Unused28: string;
|
|
4294
|
+
__Unused29: string;
|
|
4295
|
+
__Unused30: string;
|
|
4296
|
+
__Unused31: string;
|
|
4297
|
+
__Unused32: string;
|
|
4298
|
+
__Unused33: string;
|
|
4299
|
+
__Unused34: string;
|
|
4300
|
+
__Unused35: string;
|
|
4301
|
+
__Unused36: string;
|
|
4302
|
+
__Unused37: string;
|
|
4303
|
+
__Unused38: string;
|
|
4304
|
+
__Unused39: string;
|
|
4305
|
+
__Unused40: string;
|
|
4306
|
+
__Unused41: string;
|
|
4307
|
+
__Unused42: string;
|
|
4308
|
+
__Unused43: string;
|
|
4309
|
+
__Unused44: string;
|
|
4310
|
+
__Unused45: string;
|
|
4311
|
+
__Unused46: string;
|
|
4312
|
+
__Unused47: string;
|
|
4313
|
+
__Unused48: string;
|
|
4314
|
+
__Unused49: string;
|
|
4315
|
+
__Unused50: string;
|
|
4316
|
+
__Unused51: string;
|
|
4317
|
+
__Unused52: string;
|
|
4318
|
+
__Unused53: string;
|
|
4319
|
+
__Unused54: string;
|
|
4320
|
+
__Unused55: string;
|
|
4321
|
+
__Unused56: string;
|
|
4322
|
+
__Unused57: string;
|
|
4323
|
+
__Unused58: string;
|
|
4324
|
+
__Unused59: string;
|
|
4325
|
+
__Unused60: string;
|
|
4326
|
+
__Unused61: string;
|
|
4327
|
+
__Unused62: string;
|
|
4328
|
+
__Unused63: string;
|
|
4329
|
+
__Unused64: string;
|
|
4330
|
+
__Unused65: string;
|
|
4331
|
+
__Unused66: string;
|
|
4332
|
+
__Unused67: string;
|
|
4333
|
+
__Unused68: string;
|
|
4334
|
+
__Unused69: string;
|
|
4335
|
+
__Unused70: string;
|
|
4336
|
+
__Unused71: string;
|
|
4337
|
+
__Unused72: string;
|
|
4338
|
+
__Unused73: string;
|
|
4339
|
+
__Unused74: string;
|
|
4340
|
+
__Unused75: string;
|
|
4341
|
+
__Unused76: string;
|
|
4342
|
+
__Unused77: string;
|
|
4343
|
+
__Unused78: string;
|
|
4344
|
+
__Unused79: string;
|
|
4345
|
+
__Unused80: string;
|
|
4346
|
+
__Unused81: string;
|
|
4347
|
+
__Unused82: string;
|
|
4348
|
+
__Unused83: string;
|
|
4349
|
+
__Unused84: string;
|
|
4350
|
+
__Unused85: string;
|
|
4351
|
+
__Unused86: string;
|
|
4352
|
+
__Unused87: string;
|
|
4353
|
+
__Unused88: string;
|
|
4354
|
+
__Unused89: string;
|
|
4355
|
+
__Unused90: string;
|
|
4356
|
+
__Unused91: string;
|
|
4357
|
+
__Unused92: string;
|
|
4358
|
+
__Unused93: string;
|
|
4359
|
+
__Unused94: string;
|
|
4360
|
+
__Unused95: string;
|
|
4361
|
+
__Unused96: string;
|
|
4362
|
+
__Unused97: string;
|
|
4363
|
+
__Unused98: string;
|
|
4364
|
+
__Unused99: string;
|
|
4365
|
+
AccountId: string;
|
|
4366
|
+
};
|
|
4367
|
+
};
|
|
4368
|
+
/**
|
|
4369
|
+
* Lookup424: tangle_primitives::services::JobResultVerifier
|
|
4370
|
+
**/
|
|
4371
|
+
TanglePrimitivesServicesJobResultVerifier: {
|
|
4372
|
+
_enum: {
|
|
4373
|
+
None: string;
|
|
4374
|
+
Evm: string;
|
|
4196
4375
|
};
|
|
4197
4376
|
};
|
|
4198
4377
|
/**
|
|
4199
|
-
*
|
|
4378
|
+
* Lookup426: tangle_primitives::services::ServiceRegistrationHook
|
|
4200
4379
|
**/
|
|
4201
|
-
|
|
4202
|
-
|
|
4203
|
-
|
|
4204
|
-
|
|
4205
|
-
|
|
4206
|
-
**/
|
|
4207
|
-
TanglePrimitivesJobsZksaasCircomProofResult: {
|
|
4208
|
-
proof: string;
|
|
4209
|
-
};
|
|
4210
|
-
/**
|
|
4211
|
-
* Lookup458: tangle_primitives::jobs::ValidatorOffenceType
|
|
4212
|
-
**/
|
|
4213
|
-
TanglePrimitivesJobsValidatorOffenceType: {
|
|
4214
|
-
_enum: string[];
|
|
4215
|
-
};
|
|
4216
|
-
/**
|
|
4217
|
-
* Lookup459: tangle_primitives::misbehavior::MisbehaviorSubmission
|
|
4218
|
-
**/
|
|
4219
|
-
TanglePrimitivesMisbehaviorMisbehaviorSubmission: {
|
|
4220
|
-
roleType: string;
|
|
4221
|
-
offender: string;
|
|
4222
|
-
jobId: string;
|
|
4223
|
-
justification: string;
|
|
4380
|
+
TanglePrimitivesServicesServiceRegistrationHook: {
|
|
4381
|
+
_enum: {
|
|
4382
|
+
None: string;
|
|
4383
|
+
Evm: string;
|
|
4384
|
+
};
|
|
4224
4385
|
};
|
|
4225
4386
|
/**
|
|
4226
|
-
*
|
|
4387
|
+
* Lookup427: tangle_primitives::services::ServiceRequestHook
|
|
4227
4388
|
**/
|
|
4228
|
-
|
|
4389
|
+
TanglePrimitivesServicesServiceRequestHook: {
|
|
4229
4390
|
_enum: {
|
|
4230
|
-
|
|
4231
|
-
|
|
4391
|
+
None: string;
|
|
4392
|
+
Evm: string;
|
|
4232
4393
|
};
|
|
4233
4394
|
};
|
|
4234
4395
|
/**
|
|
4235
|
-
*
|
|
4396
|
+
* Lookup428: tangle_primitives::services::Gadget<C>
|
|
4236
4397
|
**/
|
|
4237
|
-
|
|
4398
|
+
TanglePrimitivesServicesGadget: {
|
|
4238
4399
|
_enum: {
|
|
4239
|
-
|
|
4240
|
-
|
|
4400
|
+
Wasm: string;
|
|
4401
|
+
Native: string;
|
|
4402
|
+
Container: string;
|
|
4241
4403
|
};
|
|
4242
4404
|
};
|
|
4243
4405
|
/**
|
|
4244
|
-
*
|
|
4406
|
+
* Lookup429: tangle_primitives::services::WasmGadget<C>
|
|
4245
4407
|
**/
|
|
4246
|
-
|
|
4247
|
-
|
|
4248
|
-
|
|
4249
|
-
participants: string;
|
|
4250
|
-
t: string;
|
|
4251
|
-
reason: string;
|
|
4252
|
-
};
|
|
4253
|
-
KeyRefresh: {
|
|
4254
|
-
participants: string;
|
|
4255
|
-
t: string;
|
|
4256
|
-
reason: string;
|
|
4257
|
-
};
|
|
4258
|
-
Signing: {
|
|
4259
|
-
participants: string;
|
|
4260
|
-
t: string;
|
|
4261
|
-
reason: string;
|
|
4262
|
-
};
|
|
4263
|
-
};
|
|
4408
|
+
TanglePrimitivesServicesWasmGadget: {
|
|
4409
|
+
runtime: string;
|
|
4410
|
+
sources: string;
|
|
4264
4411
|
};
|
|
4265
4412
|
/**
|
|
4266
|
-
*
|
|
4413
|
+
* Lookup430: tangle_primitives::services::WasmRuntime
|
|
4267
4414
|
**/
|
|
4268
|
-
|
|
4269
|
-
_enum:
|
|
4270
|
-
InvalidDecommitment: {
|
|
4271
|
-
round1: string;
|
|
4272
|
-
round2a: string;
|
|
4273
|
-
};
|
|
4274
|
-
InvalidSchnorrProof: {
|
|
4275
|
-
round2a: string;
|
|
4276
|
-
round3: string;
|
|
4277
|
-
};
|
|
4278
|
-
FeldmanVerificationFailed: {
|
|
4279
|
-
round2a: string;
|
|
4280
|
-
round2b: string;
|
|
4281
|
-
};
|
|
4282
|
-
InvalidDataSize: {
|
|
4283
|
-
round2a: string;
|
|
4284
|
-
};
|
|
4285
|
-
};
|
|
4415
|
+
TanglePrimitivesServicesWasmRuntime: {
|
|
4416
|
+
_enum: string[];
|
|
4286
4417
|
};
|
|
4287
4418
|
/**
|
|
4288
|
-
*
|
|
4419
|
+
* Lookup432: tangle_primitives::services::GadgetSource<C>
|
|
4289
4420
|
**/
|
|
4290
|
-
|
|
4291
|
-
|
|
4292
|
-
message: string;
|
|
4293
|
-
signature: string;
|
|
4421
|
+
TanglePrimitivesServicesGadgetSource: {
|
|
4422
|
+
fetcher: string;
|
|
4294
4423
|
};
|
|
4295
4424
|
/**
|
|
4296
|
-
*
|
|
4425
|
+
* Lookup433: tangle_primitives::services::GadgetSourceFetcher<C>
|
|
4297
4426
|
**/
|
|
4298
|
-
|
|
4427
|
+
TanglePrimitivesServicesGadgetSourceFetcher: {
|
|
4299
4428
|
_enum: {
|
|
4300
|
-
|
|
4301
|
-
|
|
4302
|
-
|
|
4303
|
-
|
|
4304
|
-
InvalidSchnorrProof: string;
|
|
4305
|
-
InvalidModProof: {
|
|
4306
|
-
reason: string;
|
|
4307
|
-
round2: string;
|
|
4308
|
-
round3: string;
|
|
4309
|
-
};
|
|
4310
|
-
InvalidFacProof: string;
|
|
4311
|
-
InvalidRingPedersenParameters: {
|
|
4312
|
-
round2: string;
|
|
4313
|
-
};
|
|
4314
|
-
InvalidX: string;
|
|
4315
|
-
InvalidXShare: string;
|
|
4316
|
-
InvalidDataSize: string;
|
|
4317
|
-
PaillierDec: string;
|
|
4429
|
+
IPFS: string;
|
|
4430
|
+
Github: string;
|
|
4431
|
+
ContainerImage: string;
|
|
4432
|
+
Testing: string;
|
|
4318
4433
|
};
|
|
4319
4434
|
};
|
|
4320
4435
|
/**
|
|
4321
|
-
*
|
|
4436
|
+
* Lookup435: tangle_primitives::services::GithubFetcher<C>
|
|
4322
4437
|
**/
|
|
4323
|
-
|
|
4324
|
-
|
|
4325
|
-
|
|
4326
|
-
|
|
4327
|
-
|
|
4328
|
-
PaillierEnc: string;
|
|
4329
|
-
PaillierOp: string;
|
|
4330
|
-
ModPow: string;
|
|
4331
|
-
ModulusIsPrime: string;
|
|
4332
|
-
ModulusIsEven: string;
|
|
4333
|
-
IncorrectNthRoot: string;
|
|
4334
|
-
IncorrectFourthRoot: string;
|
|
4335
|
-
};
|
|
4438
|
+
TanglePrimitivesServicesGithubFetcher: {
|
|
4439
|
+
owner: string;
|
|
4440
|
+
repo: string;
|
|
4441
|
+
tag: string;
|
|
4442
|
+
binaries: string;
|
|
4336
4443
|
};
|
|
4337
4444
|
/**
|
|
4338
|
-
*
|
|
4445
|
+
* Lookup443: tangle_primitives::services::GadgetBinary<C>
|
|
4339
4446
|
**/
|
|
4340
|
-
|
|
4341
|
-
|
|
4447
|
+
TanglePrimitivesServicesGadgetBinary: {
|
|
4448
|
+
arch: string;
|
|
4449
|
+
os: string;
|
|
4450
|
+
name: string;
|
|
4451
|
+
sha256: string;
|
|
4342
4452
|
};
|
|
4343
4453
|
/**
|
|
4344
|
-
*
|
|
4454
|
+
* Lookup444: tangle_primitives::services::Architecture
|
|
4345
4455
|
**/
|
|
4346
|
-
|
|
4347
|
-
_enum:
|
|
4348
|
-
Keygen: {
|
|
4349
|
-
participants: string;
|
|
4350
|
-
t: string;
|
|
4351
|
-
reason: string;
|
|
4352
|
-
};
|
|
4353
|
-
Signing: {
|
|
4354
|
-
participants: string;
|
|
4355
|
-
t: string;
|
|
4356
|
-
reason: string;
|
|
4357
|
-
};
|
|
4358
|
-
};
|
|
4456
|
+
TanglePrimitivesServicesArchitecture: {
|
|
4457
|
+
_enum: string[];
|
|
4359
4458
|
};
|
|
4360
4459
|
/**
|
|
4361
|
-
*
|
|
4460
|
+
* Lookup445: tangle_primitives::services::OperatingSystem
|
|
4362
4461
|
**/
|
|
4363
|
-
|
|
4364
|
-
_enum:
|
|
4365
|
-
InvalidProofOfKnowledge: {
|
|
4366
|
-
round1: string;
|
|
4367
|
-
};
|
|
4368
|
-
InvalidSecretShare: {
|
|
4369
|
-
round1: string;
|
|
4370
|
-
round2: string;
|
|
4371
|
-
};
|
|
4372
|
-
};
|
|
4462
|
+
TanglePrimitivesServicesOperatingSystem: {
|
|
4463
|
+
_enum: string[];
|
|
4373
4464
|
};
|
|
4374
4465
|
/**
|
|
4375
|
-
*
|
|
4466
|
+
* Lookup449: tangle_primitives::services::ImageRegistryFetcher<C>
|
|
4376
4467
|
**/
|
|
4377
|
-
|
|
4378
|
-
|
|
4379
|
-
|
|
4380
|
-
round1: string;
|
|
4381
|
-
round2: string;
|
|
4382
|
-
};
|
|
4468
|
+
TanglePrimitivesServicesImageRegistryFetcher: {
|
|
4469
|
+
_alias: {
|
|
4470
|
+
registry_: string;
|
|
4383
4471
|
};
|
|
4472
|
+
registry_: string;
|
|
4473
|
+
image: string;
|
|
4474
|
+
tag: string;
|
|
4384
4475
|
};
|
|
4385
4476
|
/**
|
|
4386
|
-
*
|
|
4477
|
+
* Lookup456: tangle_primitives::services::TestFetcher<C>
|
|
4387
4478
|
**/
|
|
4388
|
-
|
|
4479
|
+
TanglePrimitivesServicesTestFetcher: {
|
|
4480
|
+
cargoPackage: string;
|
|
4481
|
+
cargoBin: string;
|
|
4482
|
+
basePath: string;
|
|
4483
|
+
};
|
|
4389
4484
|
/**
|
|
4390
|
-
*
|
|
4485
|
+
* Lookup458: tangle_primitives::services::NativeGadget<C>
|
|
4391
4486
|
**/
|
|
4392
|
-
|
|
4393
|
-
|
|
4394
|
-
set_fee: {
|
|
4395
|
-
feeInfo: string;
|
|
4396
|
-
};
|
|
4397
|
-
};
|
|
4487
|
+
TanglePrimitivesServicesNativeGadget: {
|
|
4488
|
+
sources: string;
|
|
4398
4489
|
};
|
|
4399
4490
|
/**
|
|
4400
|
-
*
|
|
4491
|
+
* Lookup459: tangle_primitives::services::ContainerGadget<C>
|
|
4401
4492
|
**/
|
|
4402
|
-
|
|
4403
|
-
|
|
4404
|
-
set_fee: {
|
|
4405
|
-
feeInfo: string;
|
|
4406
|
-
};
|
|
4407
|
-
};
|
|
4493
|
+
TanglePrimitivesServicesContainerGadget: {
|
|
4494
|
+
sources: string;
|
|
4408
4495
|
};
|
|
4409
4496
|
/**
|
|
4410
|
-
*
|
|
4497
|
+
* Lookup461: pallet_tangle_lst::pallet::Call<T>
|
|
4411
4498
|
**/
|
|
4412
|
-
|
|
4499
|
+
PalletTangleLstCall: {
|
|
4413
4500
|
_enum: {
|
|
4414
|
-
|
|
4415
|
-
|
|
4416
|
-
|
|
4417
|
-
call: string;
|
|
4501
|
+
join: {
|
|
4502
|
+
amount: string;
|
|
4503
|
+
poolId: string;
|
|
4418
4504
|
};
|
|
4419
|
-
|
|
4420
|
-
|
|
4421
|
-
|
|
4422
|
-
delay: string;
|
|
4505
|
+
bond_extra: {
|
|
4506
|
+
poolId: string;
|
|
4507
|
+
extra: string;
|
|
4423
4508
|
};
|
|
4424
|
-
|
|
4425
|
-
|
|
4426
|
-
|
|
4427
|
-
|
|
4509
|
+
__Unused2: string;
|
|
4510
|
+
unbond: {
|
|
4511
|
+
memberAccount: string;
|
|
4512
|
+
poolId: string;
|
|
4513
|
+
unbondingPoints: string;
|
|
4428
4514
|
};
|
|
4429
|
-
|
|
4430
|
-
|
|
4431
|
-
|
|
4432
|
-
delay: string;
|
|
4433
|
-
index: string;
|
|
4515
|
+
pool_withdraw_unbonded: {
|
|
4516
|
+
poolId: string;
|
|
4517
|
+
numSlashingSpans: string;
|
|
4434
4518
|
};
|
|
4435
|
-
|
|
4436
|
-
|
|
4437
|
-
|
|
4438
|
-
|
|
4439
|
-
height: string;
|
|
4440
|
-
extIndex: string;
|
|
4519
|
+
withdraw_unbonded: {
|
|
4520
|
+
memberAccount: string;
|
|
4521
|
+
poolId: string;
|
|
4522
|
+
numSlashingSpans: string;
|
|
4441
4523
|
};
|
|
4442
|
-
|
|
4443
|
-
|
|
4444
|
-
|
|
4524
|
+
create: {
|
|
4525
|
+
amount: string;
|
|
4526
|
+
root: string;
|
|
4527
|
+
nominator: string;
|
|
4528
|
+
bouncer: string;
|
|
4445
4529
|
};
|
|
4446
|
-
|
|
4447
|
-
|
|
4448
|
-
|
|
4530
|
+
create_with_pool_id: {
|
|
4531
|
+
amount: string;
|
|
4532
|
+
root: string;
|
|
4533
|
+
nominator: string;
|
|
4534
|
+
bouncer: string;
|
|
4535
|
+
poolId: string;
|
|
4449
4536
|
};
|
|
4450
|
-
|
|
4451
|
-
|
|
4452
|
-
|
|
4537
|
+
nominate: {
|
|
4538
|
+
poolId: string;
|
|
4539
|
+
validators: string;
|
|
4453
4540
|
};
|
|
4454
|
-
|
|
4455
|
-
|
|
4456
|
-
|
|
4457
|
-
forceProxyType: string;
|
|
4458
|
-
call: string;
|
|
4541
|
+
set_state: {
|
|
4542
|
+
poolId: string;
|
|
4543
|
+
state: string;
|
|
4459
4544
|
};
|
|
4460
|
-
|
|
4461
|
-
|
|
4462
|
-
|
|
4463
|
-
* Lookup478: pallet_multi_asset_delegation::pallet::Call<T>
|
|
4464
|
-
**/
|
|
4465
|
-
PalletMultiAssetDelegationCall: {
|
|
4466
|
-
_enum: {
|
|
4467
|
-
join_operators: {
|
|
4468
|
-
bondAmount: string;
|
|
4545
|
+
set_metadata: {
|
|
4546
|
+
poolId: string;
|
|
4547
|
+
metadata: string;
|
|
4469
4548
|
};
|
|
4470
|
-
|
|
4471
|
-
|
|
4472
|
-
|
|
4473
|
-
|
|
4474
|
-
|
|
4549
|
+
set_configs: {
|
|
4550
|
+
minJoinBond: string;
|
|
4551
|
+
minCreateBond: string;
|
|
4552
|
+
maxPools: string;
|
|
4553
|
+
globalMaxCommission: string;
|
|
4554
|
+
};
|
|
4555
|
+
update_roles: {
|
|
4556
|
+
poolId: string;
|
|
4557
|
+
newRoot: string;
|
|
4558
|
+
newNominator: string;
|
|
4559
|
+
newBouncer: string;
|
|
4475
4560
|
};
|
|
4476
|
-
|
|
4477
|
-
|
|
4561
|
+
chill: {
|
|
4562
|
+
poolId: string;
|
|
4478
4563
|
};
|
|
4479
|
-
|
|
4480
|
-
|
|
4481
|
-
|
|
4482
|
-
|
|
4483
|
-
deposit: {
|
|
4484
|
-
assetId: string;
|
|
4485
|
-
amount: string;
|
|
4564
|
+
bond_extra_other: {
|
|
4565
|
+
member: string;
|
|
4566
|
+
poolId: string;
|
|
4567
|
+
extra: string;
|
|
4486
4568
|
};
|
|
4487
|
-
|
|
4488
|
-
|
|
4489
|
-
|
|
4569
|
+
__Unused15: string;
|
|
4570
|
+
__Unused16: string;
|
|
4571
|
+
set_commission: {
|
|
4572
|
+
poolId: string;
|
|
4573
|
+
newCommission: string;
|
|
4490
4574
|
};
|
|
4491
|
-
|
|
4492
|
-
|
|
4493
|
-
|
|
4494
|
-
operator: string;
|
|
4495
|
-
assetId: string;
|
|
4496
|
-
amount: string;
|
|
4575
|
+
set_commission_max: {
|
|
4576
|
+
poolId: string;
|
|
4577
|
+
maxCommission: string;
|
|
4497
4578
|
};
|
|
4498
|
-
|
|
4499
|
-
|
|
4500
|
-
|
|
4501
|
-
amount: string;
|
|
4579
|
+
set_commission_change_rate: {
|
|
4580
|
+
poolId: string;
|
|
4581
|
+
changeRate: string;
|
|
4502
4582
|
};
|
|
4503
|
-
|
|
4504
|
-
|
|
4505
|
-
set_whitelisted_assets: {
|
|
4506
|
-
assets: string;
|
|
4583
|
+
claim_commission: {
|
|
4584
|
+
poolId: string;
|
|
4507
4585
|
};
|
|
4508
|
-
|
|
4509
|
-
|
|
4510
|
-
apy: string;
|
|
4511
|
-
cap: string;
|
|
4586
|
+
adjust_pool_deposit: {
|
|
4587
|
+
poolId: string;
|
|
4512
4588
|
};
|
|
4513
|
-
|
|
4514
|
-
|
|
4589
|
+
set_commission_claim_permission: {
|
|
4590
|
+
poolId: string;
|
|
4591
|
+
permission: string;
|
|
4515
4592
|
};
|
|
4516
4593
|
};
|
|
4517
4594
|
};
|
|
4518
4595
|
/**
|
|
4519
|
-
*
|
|
4596
|
+
* Lookup462: pallet_tangle_lst::types::BondExtra<Balance>
|
|
4597
|
+
**/
|
|
4598
|
+
PalletTangleLstBondExtra: {
|
|
4599
|
+
_enum: {
|
|
4600
|
+
FreeBalance: string;
|
|
4601
|
+
};
|
|
4602
|
+
};
|
|
4603
|
+
/**
|
|
4604
|
+
* Lookup463: pallet_tangle_lst::types::ConfigOp<T>
|
|
4605
|
+
**/
|
|
4606
|
+
PalletTangleLstConfigOpU128: {
|
|
4607
|
+
_enum: {
|
|
4608
|
+
Noop: string;
|
|
4609
|
+
Set: string;
|
|
4610
|
+
Remove: string;
|
|
4611
|
+
};
|
|
4612
|
+
};
|
|
4613
|
+
/**
|
|
4614
|
+
* Lookup464: pallet_tangle_lst::types::ConfigOp<T>
|
|
4615
|
+
**/
|
|
4616
|
+
PalletTangleLstConfigOpU32: {
|
|
4617
|
+
_enum: {
|
|
4618
|
+
Noop: string;
|
|
4619
|
+
Set: string;
|
|
4620
|
+
Remove: string;
|
|
4621
|
+
};
|
|
4622
|
+
};
|
|
4623
|
+
/**
|
|
4624
|
+
* Lookup465: pallet_tangle_lst::types::ConfigOp<sp_arithmetic::per_things::Perbill>
|
|
4625
|
+
**/
|
|
4626
|
+
PalletTangleLstConfigOpPerbill: {
|
|
4627
|
+
_enum: {
|
|
4628
|
+
Noop: string;
|
|
4629
|
+
Set: string;
|
|
4630
|
+
Remove: string;
|
|
4631
|
+
};
|
|
4632
|
+
};
|
|
4633
|
+
/**
|
|
4634
|
+
* Lookup466: pallet_tangle_lst::types::ConfigOp<sp_core::crypto::AccountId32>
|
|
4635
|
+
**/
|
|
4636
|
+
PalletTangleLstConfigOpAccountId32: {
|
|
4637
|
+
_enum: {
|
|
4638
|
+
Noop: string;
|
|
4639
|
+
Set: string;
|
|
4640
|
+
Remove: string;
|
|
4641
|
+
};
|
|
4642
|
+
};
|
|
4643
|
+
/**
|
|
4644
|
+
* Lookup467: sygma_access_segregator::pallet::Call<T>
|
|
4520
4645
|
**/
|
|
4521
4646
|
SygmaAccessSegregatorCall: {
|
|
4522
4647
|
_enum: {
|
|
@@ -4528,7 +4653,7 @@ declare const _default: {
|
|
|
4528
4653
|
};
|
|
4529
4654
|
};
|
|
4530
4655
|
/**
|
|
4531
|
-
*
|
|
4656
|
+
* Lookup468: sygma_basic_feehandler::pallet::Call<T>
|
|
4532
4657
|
**/
|
|
4533
4658
|
SygmaBasicFeehandlerCall: {
|
|
4534
4659
|
_enum: {
|
|
@@ -4540,7 +4665,7 @@ declare const _default: {
|
|
|
4540
4665
|
};
|
|
4541
4666
|
};
|
|
4542
4667
|
/**
|
|
4543
|
-
*
|
|
4668
|
+
* Lookup469: sygma_fee_handler_router::pallet::Call<T>
|
|
4544
4669
|
**/
|
|
4545
4670
|
SygmaFeeHandlerRouterCall: {
|
|
4546
4671
|
_enum: {
|
|
@@ -4552,7 +4677,7 @@ declare const _default: {
|
|
|
4552
4677
|
};
|
|
4553
4678
|
};
|
|
4554
4679
|
/**
|
|
4555
|
-
*
|
|
4680
|
+
* Lookup470: sygma_percentage_feehandler::pallet::Call<T>
|
|
4556
4681
|
**/
|
|
4557
4682
|
SygmaPercentageFeehandlerCall: {
|
|
4558
4683
|
_enum: {
|
|
@@ -4566,7 +4691,7 @@ declare const _default: {
|
|
|
4566
4691
|
};
|
|
4567
4692
|
};
|
|
4568
4693
|
/**
|
|
4569
|
-
*
|
|
4694
|
+
* Lookup471: sygma_bridge::pallet::Call<T>
|
|
4570
4695
|
**/
|
|
4571
4696
|
SygmaBridgeCall: {
|
|
4572
4697
|
_enum: {
|
|
@@ -4604,18 +4729,18 @@ declare const _default: {
|
|
|
4604
4729
|
};
|
|
4605
4730
|
};
|
|
4606
4731
|
/**
|
|
4607
|
-
*
|
|
4732
|
+
* Lookup472: sygma_traits::MpcAddress
|
|
4608
4733
|
**/
|
|
4609
4734
|
SygmaTraitsMpcAddress: string;
|
|
4610
4735
|
/**
|
|
4611
|
-
*
|
|
4736
|
+
* Lookup473: staging_xcm::v4::asset::Asset
|
|
4612
4737
|
**/
|
|
4613
4738
|
StagingXcmV4Asset: {
|
|
4614
4739
|
id: string;
|
|
4615
4740
|
fun: string;
|
|
4616
4741
|
};
|
|
4617
4742
|
/**
|
|
4618
|
-
*
|
|
4743
|
+
* Lookup474: staging_xcm::v4::asset::Fungibility
|
|
4619
4744
|
**/
|
|
4620
4745
|
StagingXcmV4AssetFungibility: {
|
|
4621
4746
|
_enum: {
|
|
@@ -4624,7 +4749,7 @@ declare const _default: {
|
|
|
4624
4749
|
};
|
|
4625
4750
|
};
|
|
4626
4751
|
/**
|
|
4627
|
-
*
|
|
4752
|
+
* Lookup475: staging_xcm::v4::asset::AssetInstance
|
|
4628
4753
|
**/
|
|
4629
4754
|
StagingXcmV4AssetAssetInstance: {
|
|
4630
4755
|
_enum: {
|
|
@@ -4637,7 +4762,7 @@ declare const _default: {
|
|
|
4637
4762
|
};
|
|
4638
4763
|
};
|
|
4639
4764
|
/**
|
|
4640
|
-
*
|
|
4765
|
+
* Lookup477: sygma_bridge::pallet::Proposal
|
|
4641
4766
|
**/
|
|
4642
4767
|
SygmaBridgeProposal: {
|
|
4643
4768
|
originDomainId: string;
|
|
@@ -4646,13 +4771,13 @@ declare const _default: {
|
|
|
4646
4771
|
data: string;
|
|
4647
4772
|
};
|
|
4648
4773
|
/**
|
|
4649
|
-
*
|
|
4774
|
+
* Lookup478: pallet_sudo::pallet::Error<T>
|
|
4650
4775
|
**/
|
|
4651
4776
|
PalletSudoError: {
|
|
4652
4777
|
_enum: string[];
|
|
4653
4778
|
};
|
|
4654
4779
|
/**
|
|
4655
|
-
*
|
|
4780
|
+
* Lookup480: pallet_assets::types::AssetDetails<Balance, sp_core::crypto::AccountId32, DepositBalance>
|
|
4656
4781
|
**/
|
|
4657
4782
|
PalletAssetsAssetDetails: {
|
|
4658
4783
|
owner: string;
|
|
@@ -4669,13 +4794,13 @@ declare const _default: {
|
|
|
4669
4794
|
status: string;
|
|
4670
4795
|
};
|
|
4671
4796
|
/**
|
|
4672
|
-
*
|
|
4797
|
+
* Lookup481: pallet_assets::types::AssetStatus
|
|
4673
4798
|
**/
|
|
4674
4799
|
PalletAssetsAssetStatus: {
|
|
4675
4800
|
_enum: string[];
|
|
4676
4801
|
};
|
|
4677
4802
|
/**
|
|
4678
|
-
*
|
|
4803
|
+
* Lookup483: pallet_assets::types::AssetAccount<Balance, DepositBalance, Extra, sp_core::crypto::AccountId32>
|
|
4679
4804
|
**/
|
|
4680
4805
|
PalletAssetsAssetAccount: {
|
|
4681
4806
|
balance: string;
|
|
@@ -4684,13 +4809,13 @@ declare const _default: {
|
|
|
4684
4809
|
extra: string;
|
|
4685
4810
|
};
|
|
4686
4811
|
/**
|
|
4687
|
-
*
|
|
4812
|
+
* Lookup484: pallet_assets::types::AccountStatus
|
|
4688
4813
|
**/
|
|
4689
4814
|
PalletAssetsAccountStatus: {
|
|
4690
4815
|
_enum: string[];
|
|
4691
4816
|
};
|
|
4692
4817
|
/**
|
|
4693
|
-
*
|
|
4818
|
+
* Lookup485: pallet_assets::types::ExistenceReason<Balance, sp_core::crypto::AccountId32>
|
|
4694
4819
|
**/
|
|
4695
4820
|
PalletAssetsExistenceReason: {
|
|
4696
4821
|
_enum: {
|
|
@@ -4702,14 +4827,14 @@ declare const _default: {
|
|
|
4702
4827
|
};
|
|
4703
4828
|
};
|
|
4704
4829
|
/**
|
|
4705
|
-
*
|
|
4830
|
+
* Lookup487: pallet_assets::types::Approval<Balance, DepositBalance>
|
|
4706
4831
|
**/
|
|
4707
4832
|
PalletAssetsApproval: {
|
|
4708
4833
|
amount: string;
|
|
4709
4834
|
deposit: string;
|
|
4710
4835
|
};
|
|
4711
4836
|
/**
|
|
4712
|
-
*
|
|
4837
|
+
* Lookup488: pallet_assets::types::AssetMetadata<DepositBalance, bounded_collections::bounded_vec::BoundedVec<T, S>>
|
|
4713
4838
|
**/
|
|
4714
4839
|
PalletAssetsAssetMetadata: {
|
|
4715
4840
|
deposit: string;
|
|
@@ -4719,13 +4844,13 @@ declare const _default: {
|
|
|
4719
4844
|
isFrozen: string;
|
|
4720
4845
|
};
|
|
4721
4846
|
/**
|
|
4722
|
-
*
|
|
4847
|
+
* Lookup490: pallet_assets::pallet::Error<T, I>
|
|
4723
4848
|
**/
|
|
4724
4849
|
PalletAssetsError: {
|
|
4725
4850
|
_enum: string[];
|
|
4726
4851
|
};
|
|
4727
4852
|
/**
|
|
4728
|
-
*
|
|
4853
|
+
* Lookup492: pallet_balances::types::BalanceLock<Balance>
|
|
4729
4854
|
**/
|
|
4730
4855
|
PalletBalancesBalanceLock: {
|
|
4731
4856
|
id: string;
|
|
@@ -4733,27 +4858,27 @@ declare const _default: {
|
|
|
4733
4858
|
reasons: string;
|
|
4734
4859
|
};
|
|
4735
4860
|
/**
|
|
4736
|
-
*
|
|
4861
|
+
* Lookup493: pallet_balances::types::Reasons
|
|
4737
4862
|
**/
|
|
4738
4863
|
PalletBalancesReasons: {
|
|
4739
4864
|
_enum: string[];
|
|
4740
4865
|
};
|
|
4741
4866
|
/**
|
|
4742
|
-
*
|
|
4867
|
+
* Lookup496: pallet_balances::types::ReserveData<ReserveIdentifier, Balance>
|
|
4743
4868
|
**/
|
|
4744
4869
|
PalletBalancesReserveData: {
|
|
4745
4870
|
id: string;
|
|
4746
4871
|
amount: string;
|
|
4747
4872
|
};
|
|
4748
4873
|
/**
|
|
4749
|
-
*
|
|
4874
|
+
* Lookup499: pallet_balances::types::IdAmount<tangle_testnet_runtime::RuntimeHoldReason, Balance>
|
|
4750
4875
|
**/
|
|
4751
4876
|
PalletBalancesIdAmountRuntimeHoldReason: {
|
|
4752
4877
|
id: string;
|
|
4753
4878
|
amount: string;
|
|
4754
4879
|
};
|
|
4755
4880
|
/**
|
|
4756
|
-
*
|
|
4881
|
+
* Lookup500: tangle_testnet_runtime::RuntimeHoldReason
|
|
4757
4882
|
**/
|
|
4758
4883
|
TangleTestnetRuntimeRuntimeHoldReason: {
|
|
4759
4884
|
_enum: {
|
|
@@ -4782,24 +4907,25 @@ declare const _default: {
|
|
|
4782
4907
|
__Unused22: string;
|
|
4783
4908
|
__Unused23: string;
|
|
4784
4909
|
__Unused24: string;
|
|
4910
|
+
__Unused25: string;
|
|
4785
4911
|
Preimage: string;
|
|
4786
4912
|
};
|
|
4787
4913
|
};
|
|
4788
4914
|
/**
|
|
4789
|
-
*
|
|
4915
|
+
* Lookup501: pallet_preimage::pallet::HoldReason
|
|
4790
4916
|
**/
|
|
4791
4917
|
PalletPreimageHoldReason: {
|
|
4792
4918
|
_enum: string[];
|
|
4793
4919
|
};
|
|
4794
4920
|
/**
|
|
4795
|
-
*
|
|
4921
|
+
* Lookup504: pallet_balances::types::IdAmount<tangle_testnet_runtime::RuntimeFreezeReason, Balance>
|
|
4796
4922
|
**/
|
|
4797
4923
|
PalletBalancesIdAmountRuntimeFreezeReason: {
|
|
4798
4924
|
id: string;
|
|
4799
4925
|
amount: string;
|
|
4800
4926
|
};
|
|
4801
4927
|
/**
|
|
4802
|
-
*
|
|
4928
|
+
* Lookup505: tangle_testnet_runtime::RuntimeFreezeReason
|
|
4803
4929
|
**/
|
|
4804
4930
|
TangleTestnetRuntimeRuntimeFreezeReason: {
|
|
4805
4931
|
_enum: {
|
|
@@ -4826,29 +4952,64 @@ declare const _default: {
|
|
|
4826
4952
|
__Unused20: string;
|
|
4827
4953
|
__Unused21: string;
|
|
4828
4954
|
__Unused22: string;
|
|
4955
|
+
__Unused23: string;
|
|
4829
4956
|
NominationPools: string;
|
|
4830
|
-
|
|
4957
|
+
__Unused25: string;
|
|
4958
|
+
__Unused26: string;
|
|
4959
|
+
__Unused27: string;
|
|
4960
|
+
__Unused28: string;
|
|
4961
|
+
__Unused29: string;
|
|
4962
|
+
__Unused30: string;
|
|
4963
|
+
__Unused31: string;
|
|
4964
|
+
__Unused32: string;
|
|
4965
|
+
__Unused33: string;
|
|
4966
|
+
__Unused34: string;
|
|
4967
|
+
__Unused35: string;
|
|
4968
|
+
__Unused36: string;
|
|
4969
|
+
__Unused37: string;
|
|
4970
|
+
__Unused38: string;
|
|
4971
|
+
__Unused39: string;
|
|
4972
|
+
__Unused40: string;
|
|
4973
|
+
__Unused41: string;
|
|
4974
|
+
__Unused42: string;
|
|
4975
|
+
__Unused43: string;
|
|
4976
|
+
__Unused44: string;
|
|
4977
|
+
__Unused45: string;
|
|
4978
|
+
__Unused46: string;
|
|
4979
|
+
__Unused47: string;
|
|
4980
|
+
__Unused48: string;
|
|
4981
|
+
__Unused49: string;
|
|
4982
|
+
__Unused50: string;
|
|
4983
|
+
__Unused51: string;
|
|
4984
|
+
Lst: string;
|
|
4985
|
+
};
|
|
4986
|
+
};
|
|
4987
|
+
/**
|
|
4988
|
+
* Lookup506: pallet_nomination_pools::pallet::FreezeReason
|
|
4989
|
+
**/
|
|
4990
|
+
PalletNominationPoolsFreezeReason: {
|
|
4991
|
+
_enum: string[];
|
|
4831
4992
|
};
|
|
4832
4993
|
/**
|
|
4833
|
-
*
|
|
4994
|
+
* Lookup507: pallet_tangle_lst::pallet::FreezeReason
|
|
4834
4995
|
**/
|
|
4835
|
-
|
|
4996
|
+
PalletTangleLstFreezeReason: {
|
|
4836
4997
|
_enum: string[];
|
|
4837
4998
|
};
|
|
4838
4999
|
/**
|
|
4839
|
-
*
|
|
5000
|
+
* Lookup509: pallet_balances::pallet::Error<T, I>
|
|
4840
5001
|
**/
|
|
4841
5002
|
PalletBalancesError: {
|
|
4842
5003
|
_enum: string[];
|
|
4843
5004
|
};
|
|
4844
5005
|
/**
|
|
4845
|
-
*
|
|
5006
|
+
* Lookup511: pallet_transaction_payment::Releases
|
|
4846
5007
|
**/
|
|
4847
5008
|
PalletTransactionPaymentReleases: {
|
|
4848
5009
|
_enum: string[];
|
|
4849
5010
|
};
|
|
4850
5011
|
/**
|
|
4851
|
-
*
|
|
5012
|
+
* Lookup518: sp_consensus_babe::digests::PreDigest
|
|
4852
5013
|
**/
|
|
4853
5014
|
SpConsensusBabeDigestsPreDigest: {
|
|
4854
5015
|
_enum: {
|
|
@@ -4859,7 +5020,7 @@ declare const _default: {
|
|
|
4859
5020
|
};
|
|
4860
5021
|
};
|
|
4861
5022
|
/**
|
|
4862
|
-
*
|
|
5023
|
+
* Lookup519: sp_consensus_babe::digests::PrimaryPreDigest
|
|
4863
5024
|
**/
|
|
4864
5025
|
SpConsensusBabeDigestsPrimaryPreDigest: {
|
|
4865
5026
|
authorityIndex: string;
|
|
@@ -4867,21 +5028,21 @@ declare const _default: {
|
|
|
4867
5028
|
vrfSignature: string;
|
|
4868
5029
|
};
|
|
4869
5030
|
/**
|
|
4870
|
-
*
|
|
5031
|
+
* Lookup520: sp_core::sr25519::vrf::VrfSignature
|
|
4871
5032
|
**/
|
|
4872
5033
|
SpCoreSr25519VrfVrfSignature: {
|
|
4873
5034
|
preOutput: string;
|
|
4874
5035
|
proof: string;
|
|
4875
5036
|
};
|
|
4876
5037
|
/**
|
|
4877
|
-
*
|
|
5038
|
+
* Lookup521: sp_consensus_babe::digests::SecondaryPlainPreDigest
|
|
4878
5039
|
**/
|
|
4879
5040
|
SpConsensusBabeDigestsSecondaryPlainPreDigest: {
|
|
4880
5041
|
authorityIndex: string;
|
|
4881
5042
|
slot: string;
|
|
4882
5043
|
};
|
|
4883
5044
|
/**
|
|
4884
|
-
*
|
|
5045
|
+
* Lookup522: sp_consensus_babe::digests::SecondaryVRFPreDigest
|
|
4885
5046
|
**/
|
|
4886
5047
|
SpConsensusBabeDigestsSecondaryVRFPreDigest: {
|
|
4887
5048
|
authorityIndex: string;
|
|
@@ -4889,20 +5050,20 @@ declare const _default: {
|
|
|
4889
5050
|
vrfSignature: string;
|
|
4890
5051
|
};
|
|
4891
5052
|
/**
|
|
4892
|
-
*
|
|
5053
|
+
* Lookup523: sp_consensus_babe::BabeEpochConfiguration
|
|
4893
5054
|
**/
|
|
4894
5055
|
SpConsensusBabeBabeEpochConfiguration: {
|
|
4895
5056
|
c: string;
|
|
4896
5057
|
allowedSlots: string;
|
|
4897
5058
|
};
|
|
4898
5059
|
/**
|
|
4899
|
-
*
|
|
5060
|
+
* Lookup525: pallet_babe::pallet::Error<T>
|
|
4900
5061
|
**/
|
|
4901
5062
|
PalletBabeError: {
|
|
4902
5063
|
_enum: string[];
|
|
4903
5064
|
};
|
|
4904
5065
|
/**
|
|
4905
|
-
*
|
|
5066
|
+
* Lookup526: pallet_grandpa::StoredState<N>
|
|
4906
5067
|
**/
|
|
4907
5068
|
PalletGrandpaStoredState: {
|
|
4908
5069
|
_enum: {
|
|
@@ -4919,7 +5080,7 @@ declare const _default: {
|
|
|
4919
5080
|
};
|
|
4920
5081
|
};
|
|
4921
5082
|
/**
|
|
4922
|
-
*
|
|
5083
|
+
* Lookup527: pallet_grandpa::StoredPendingChange<N, Limit>
|
|
4923
5084
|
**/
|
|
4924
5085
|
PalletGrandpaStoredPendingChange: {
|
|
4925
5086
|
scheduledAt: string;
|
|
@@ -4928,19 +5089,19 @@ declare const _default: {
|
|
|
4928
5089
|
forced: string;
|
|
4929
5090
|
};
|
|
4930
5091
|
/**
|
|
4931
|
-
*
|
|
5092
|
+
* Lookup529: pallet_grandpa::pallet::Error<T>
|
|
4932
5093
|
**/
|
|
4933
5094
|
PalletGrandpaError: {
|
|
4934
5095
|
_enum: string[];
|
|
4935
5096
|
};
|
|
4936
5097
|
/**
|
|
4937
|
-
*
|
|
5098
|
+
* Lookup531: pallet_indices::pallet::Error<T>
|
|
4938
5099
|
**/
|
|
4939
5100
|
PalletIndicesError: {
|
|
4940
5101
|
_enum: string[];
|
|
4941
5102
|
};
|
|
4942
5103
|
/**
|
|
4943
|
-
*
|
|
5104
|
+
* Lookup536: pallet_democracy::types::ReferendumInfo<BlockNumber, frame_support::traits::preimages::Bounded<tangle_testnet_runtime::RuntimeCall, sp_runtime::traits::BlakeTwo256>, Balance>
|
|
4944
5105
|
**/
|
|
4945
5106
|
PalletDemocracyReferendumInfo: {
|
|
4946
5107
|
_enum: {
|
|
@@ -4952,7 +5113,7 @@ declare const _default: {
|
|
|
4952
5113
|
};
|
|
4953
5114
|
};
|
|
4954
5115
|
/**
|
|
4955
|
-
*
|
|
5116
|
+
* Lookup537: pallet_democracy::types::ReferendumStatus<BlockNumber, frame_support::traits::preimages::Bounded<tangle_testnet_runtime::RuntimeCall, sp_runtime::traits::BlakeTwo256>, Balance>
|
|
4956
5117
|
**/
|
|
4957
5118
|
PalletDemocracyReferendumStatus: {
|
|
4958
5119
|
end: string;
|
|
@@ -4962,7 +5123,7 @@ declare const _default: {
|
|
|
4962
5123
|
tally: string;
|
|
4963
5124
|
};
|
|
4964
5125
|
/**
|
|
4965
|
-
*
|
|
5126
|
+
* Lookup538: pallet_democracy::types::Tally<Balance>
|
|
4966
5127
|
**/
|
|
4967
5128
|
PalletDemocracyTally: {
|
|
4968
5129
|
ayes: string;
|
|
@@ -4970,7 +5131,7 @@ declare const _default: {
|
|
|
4970
5131
|
turnout: string;
|
|
4971
5132
|
};
|
|
4972
5133
|
/**
|
|
4973
|
-
*
|
|
5134
|
+
* Lookup539: pallet_democracy::vote::Voting<Balance, sp_core::crypto::AccountId32, BlockNumber, MaxVotes>
|
|
4974
5135
|
**/
|
|
4975
5136
|
PalletDemocracyVoteVoting: {
|
|
4976
5137
|
_enum: {
|
|
@@ -4989,24 +5150,24 @@ declare const _default: {
|
|
|
4989
5150
|
};
|
|
4990
5151
|
};
|
|
4991
5152
|
/**
|
|
4992
|
-
*
|
|
5153
|
+
* Lookup543: pallet_democracy::types::Delegations<Balance>
|
|
4993
5154
|
**/
|
|
4994
5155
|
PalletDemocracyDelegations: {
|
|
4995
5156
|
votes: string;
|
|
4996
5157
|
capital: string;
|
|
4997
5158
|
};
|
|
4998
5159
|
/**
|
|
4999
|
-
*
|
|
5160
|
+
* Lookup544: pallet_democracy::vote::PriorLock<BlockNumber, Balance>
|
|
5000
5161
|
**/
|
|
5001
5162
|
PalletDemocracyVotePriorLock: string;
|
|
5002
5163
|
/**
|
|
5003
|
-
*
|
|
5164
|
+
* Lookup547: pallet_democracy::pallet::Error<T>
|
|
5004
5165
|
**/
|
|
5005
5166
|
PalletDemocracyError: {
|
|
5006
5167
|
_enum: string[];
|
|
5007
5168
|
};
|
|
5008
5169
|
/**
|
|
5009
|
-
*
|
|
5170
|
+
* Lookup549: pallet_collective::Votes<sp_core::crypto::AccountId32, BlockNumber>
|
|
5010
5171
|
**/
|
|
5011
5172
|
PalletCollectiveVotes: {
|
|
5012
5173
|
index: string;
|
|
@@ -5016,25 +5177,25 @@ declare const _default: {
|
|
|
5016
5177
|
end: string;
|
|
5017
5178
|
};
|
|
5018
5179
|
/**
|
|
5019
|
-
*
|
|
5180
|
+
* Lookup550: pallet_collective::pallet::Error<T, I>
|
|
5020
5181
|
**/
|
|
5021
5182
|
PalletCollectiveError: {
|
|
5022
5183
|
_enum: string[];
|
|
5023
5184
|
};
|
|
5024
5185
|
/**
|
|
5025
|
-
*
|
|
5186
|
+
* Lookup553: pallet_vesting::Releases
|
|
5026
5187
|
**/
|
|
5027
5188
|
PalletVestingReleases: {
|
|
5028
5189
|
_enum: string[];
|
|
5029
5190
|
};
|
|
5030
5191
|
/**
|
|
5031
|
-
*
|
|
5192
|
+
* Lookup554: pallet_vesting::pallet::Error<T>
|
|
5032
5193
|
**/
|
|
5033
5194
|
PalletVestingError: {
|
|
5034
5195
|
_enum: string[];
|
|
5035
5196
|
};
|
|
5036
5197
|
/**
|
|
5037
|
-
*
|
|
5198
|
+
* Lookup556: pallet_elections_phragmen::SeatHolder<sp_core::crypto::AccountId32, Balance>
|
|
5038
5199
|
**/
|
|
5039
5200
|
PalletElectionsPhragmenSeatHolder: {
|
|
5040
5201
|
who: string;
|
|
@@ -5042,7 +5203,7 @@ declare const _default: {
|
|
|
5042
5203
|
deposit: string;
|
|
5043
5204
|
};
|
|
5044
5205
|
/**
|
|
5045
|
-
*
|
|
5206
|
+
* Lookup557: pallet_elections_phragmen::Voter<sp_core::crypto::AccountId32, Balance>
|
|
5046
5207
|
**/
|
|
5047
5208
|
PalletElectionsPhragmenVoter: {
|
|
5048
5209
|
votes: string;
|
|
@@ -5050,13 +5211,13 @@ declare const _default: {
|
|
|
5050
5211
|
deposit: string;
|
|
5051
5212
|
};
|
|
5052
5213
|
/**
|
|
5053
|
-
*
|
|
5214
|
+
* Lookup558: pallet_elections_phragmen::pallet::Error<T>
|
|
5054
5215
|
**/
|
|
5055
5216
|
PalletElectionsPhragmenError: {
|
|
5056
5217
|
_enum: string[];
|
|
5057
5218
|
};
|
|
5058
5219
|
/**
|
|
5059
|
-
*
|
|
5220
|
+
* Lookup559: pallet_election_provider_multi_phase::ReadySolution<AccountId, MaxWinners>
|
|
5060
5221
|
**/
|
|
5061
5222
|
PalletElectionProviderMultiPhaseReadySolution: {
|
|
5062
5223
|
supports: string;
|
|
@@ -5064,14 +5225,14 @@ declare const _default: {
|
|
|
5064
5225
|
compute: string;
|
|
5065
5226
|
};
|
|
5066
5227
|
/**
|
|
5067
|
-
*
|
|
5228
|
+
* Lookup561: pallet_election_provider_multi_phase::RoundSnapshot<sp_core::crypto::AccountId32, DataProvider>
|
|
5068
5229
|
**/
|
|
5069
5230
|
PalletElectionProviderMultiPhaseRoundSnapshot: {
|
|
5070
5231
|
voters: string;
|
|
5071
5232
|
targets: string;
|
|
5072
5233
|
};
|
|
5073
5234
|
/**
|
|
5074
|
-
*
|
|
5235
|
+
* Lookup568: pallet_election_provider_multi_phase::signed::SignedSubmission<sp_core::crypto::AccountId32, Balance, tangle_testnet_runtime::NposSolution16>
|
|
5075
5236
|
**/
|
|
5076
5237
|
PalletElectionProviderMultiPhaseSignedSignedSubmission: {
|
|
5077
5238
|
who: string;
|
|
@@ -5080,13 +5241,13 @@ declare const _default: {
|
|
|
5080
5241
|
callFee: string;
|
|
5081
5242
|
};
|
|
5082
5243
|
/**
|
|
5083
|
-
*
|
|
5244
|
+
* Lookup569: pallet_election_provider_multi_phase::pallet::Error<T>
|
|
5084
5245
|
**/
|
|
5085
5246
|
PalletElectionProviderMultiPhaseError: {
|
|
5086
5247
|
_enum: string[];
|
|
5087
5248
|
};
|
|
5088
5249
|
/**
|
|
5089
|
-
*
|
|
5250
|
+
* Lookup570: pallet_staking::StakingLedger<T>
|
|
5090
5251
|
**/
|
|
5091
5252
|
PalletStakingStakingLedger: {
|
|
5092
5253
|
stash: string;
|
|
@@ -5096,14 +5257,14 @@ declare const _default: {
|
|
|
5096
5257
|
legacyClaimedRewards: string;
|
|
5097
5258
|
};
|
|
5098
5259
|
/**
|
|
5099
|
-
*
|
|
5260
|
+
* Lookup572: pallet_staking::UnlockChunk<Balance>
|
|
5100
5261
|
**/
|
|
5101
5262
|
PalletStakingUnlockChunk: {
|
|
5102
5263
|
value: string;
|
|
5103
5264
|
era: string;
|
|
5104
5265
|
};
|
|
5105
5266
|
/**
|
|
5106
|
-
*
|
|
5267
|
+
* Lookup575: pallet_staking::Nominations<T>
|
|
5107
5268
|
**/
|
|
5108
5269
|
PalletStakingNominations: {
|
|
5109
5270
|
targets: string;
|
|
@@ -5111,14 +5272,14 @@ declare const _default: {
|
|
|
5111
5272
|
suppressed: string;
|
|
5112
5273
|
};
|
|
5113
5274
|
/**
|
|
5114
|
-
*
|
|
5275
|
+
* Lookup576: pallet_staking::ActiveEraInfo
|
|
5115
5276
|
**/
|
|
5116
5277
|
PalletStakingActiveEraInfo: {
|
|
5117
5278
|
index: string;
|
|
5118
5279
|
start: string;
|
|
5119
5280
|
};
|
|
5120
5281
|
/**
|
|
5121
|
-
*
|
|
5282
|
+
* Lookup578: sp_staking::PagedExposureMetadata<Balance>
|
|
5122
5283
|
**/
|
|
5123
5284
|
SpStakingPagedExposureMetadata: {
|
|
5124
5285
|
total: string;
|
|
@@ -5127,21 +5288,21 @@ declare const _default: {
|
|
|
5127
5288
|
pageCount: string;
|
|
5128
5289
|
};
|
|
5129
5290
|
/**
|
|
5130
|
-
*
|
|
5291
|
+
* Lookup580: sp_staking::ExposurePage<sp_core::crypto::AccountId32, Balance>
|
|
5131
5292
|
**/
|
|
5132
5293
|
SpStakingExposurePage: {
|
|
5133
5294
|
pageTotal: string;
|
|
5134
5295
|
others: string;
|
|
5135
5296
|
};
|
|
5136
5297
|
/**
|
|
5137
|
-
*
|
|
5298
|
+
* Lookup581: pallet_staking::EraRewardPoints<sp_core::crypto::AccountId32>
|
|
5138
5299
|
**/
|
|
5139
5300
|
PalletStakingEraRewardPoints: {
|
|
5140
5301
|
total: string;
|
|
5141
5302
|
individual: string;
|
|
5142
5303
|
};
|
|
5143
5304
|
/**
|
|
5144
|
-
*
|
|
5305
|
+
* Lookup586: pallet_staking::UnappliedSlash<sp_core::crypto::AccountId32, Balance>
|
|
5145
5306
|
**/
|
|
5146
5307
|
PalletStakingUnappliedSlash: {
|
|
5147
5308
|
validator: string;
|
|
@@ -5151,7 +5312,7 @@ declare const _default: {
|
|
|
5151
5312
|
payout: string;
|
|
5152
5313
|
};
|
|
5153
5314
|
/**
|
|
5154
|
-
*
|
|
5315
|
+
* Lookup590: pallet_staking::slashing::SlashingSpans
|
|
5155
5316
|
**/
|
|
5156
5317
|
PalletStakingSlashingSlashingSpans: {
|
|
5157
5318
|
spanIndex: string;
|
|
@@ -5160,30 +5321,30 @@ declare const _default: {
|
|
|
5160
5321
|
prior: string;
|
|
5161
5322
|
};
|
|
5162
5323
|
/**
|
|
5163
|
-
*
|
|
5324
|
+
* Lookup591: pallet_staking::slashing::SpanRecord<Balance>
|
|
5164
5325
|
**/
|
|
5165
5326
|
PalletStakingSlashingSpanRecord: {
|
|
5166
5327
|
slashed: string;
|
|
5167
5328
|
paidOut: string;
|
|
5168
5329
|
};
|
|
5169
5330
|
/**
|
|
5170
|
-
*
|
|
5331
|
+
* Lookup594: pallet_staking::pallet::pallet::Error<T>
|
|
5171
5332
|
**/
|
|
5172
5333
|
PalletStakingPalletError: {
|
|
5173
5334
|
_enum: string[];
|
|
5174
5335
|
};
|
|
5175
5336
|
/**
|
|
5176
|
-
*
|
|
5337
|
+
* Lookup598: sp_core::crypto::KeyTypeId
|
|
5177
5338
|
**/
|
|
5178
5339
|
SpCoreCryptoKeyTypeId: string;
|
|
5179
5340
|
/**
|
|
5180
|
-
*
|
|
5341
|
+
* Lookup599: pallet_session::pallet::Error<T>
|
|
5181
5342
|
**/
|
|
5182
5343
|
PalletSessionError: {
|
|
5183
5344
|
_enum: string[];
|
|
5184
5345
|
};
|
|
5185
5346
|
/**
|
|
5186
|
-
*
|
|
5347
|
+
* Lookup601: pallet_treasury::Proposal<sp_core::crypto::AccountId32, Balance>
|
|
5187
5348
|
**/
|
|
5188
5349
|
PalletTreasuryProposal: {
|
|
5189
5350
|
proposer: string;
|
|
@@ -5192,7 +5353,7 @@ declare const _default: {
|
|
|
5192
5353
|
bond: string;
|
|
5193
5354
|
};
|
|
5194
5355
|
/**
|
|
5195
|
-
*
|
|
5356
|
+
* Lookup603: pallet_treasury::SpendStatus<AssetKind, AssetBalance, sp_core::crypto::AccountId32, BlockNumber, PaymentId>
|
|
5196
5357
|
**/
|
|
5197
5358
|
PalletTreasurySpendStatus: {
|
|
5198
5359
|
assetKind: string;
|
|
@@ -5203,7 +5364,7 @@ declare const _default: {
|
|
|
5203
5364
|
status: string;
|
|
5204
5365
|
};
|
|
5205
5366
|
/**
|
|
5206
|
-
*
|
|
5367
|
+
* Lookup604: pallet_treasury::PaymentState<Id>
|
|
5207
5368
|
**/
|
|
5208
5369
|
PalletTreasuryPaymentState: {
|
|
5209
5370
|
_enum: {
|
|
@@ -5215,17 +5376,17 @@ declare const _default: {
|
|
|
5215
5376
|
};
|
|
5216
5377
|
};
|
|
5217
5378
|
/**
|
|
5218
|
-
*
|
|
5379
|
+
* Lookup606: frame_support::PalletId
|
|
5219
5380
|
**/
|
|
5220
5381
|
FrameSupportPalletId: string;
|
|
5221
5382
|
/**
|
|
5222
|
-
*
|
|
5383
|
+
* Lookup607: pallet_treasury::pallet::Error<T, I>
|
|
5223
5384
|
**/
|
|
5224
5385
|
PalletTreasuryError: {
|
|
5225
5386
|
_enum: string[];
|
|
5226
5387
|
};
|
|
5227
5388
|
/**
|
|
5228
|
-
*
|
|
5389
|
+
* Lookup608: pallet_bounties::Bounty<sp_core::crypto::AccountId32, Balance, BlockNumber>
|
|
5229
5390
|
**/
|
|
5230
5391
|
PalletBountiesBounty: {
|
|
5231
5392
|
proposer: string;
|
|
@@ -5236,7 +5397,7 @@ declare const _default: {
|
|
|
5236
5397
|
status: string;
|
|
5237
5398
|
};
|
|
5238
5399
|
/**
|
|
5239
|
-
*
|
|
5400
|
+
* Lookup609: pallet_bounties::BountyStatus<sp_core::crypto::AccountId32, BlockNumber>
|
|
5240
5401
|
**/
|
|
5241
5402
|
PalletBountiesBountyStatus: {
|
|
5242
5403
|
_enum: {
|
|
@@ -5258,13 +5419,13 @@ declare const _default: {
|
|
|
5258
5419
|
};
|
|
5259
5420
|
};
|
|
5260
5421
|
/**
|
|
5261
|
-
*
|
|
5422
|
+
* Lookup611: pallet_bounties::pallet::Error<T, I>
|
|
5262
5423
|
**/
|
|
5263
5424
|
PalletBountiesError: {
|
|
5264
5425
|
_enum: string[];
|
|
5265
5426
|
};
|
|
5266
5427
|
/**
|
|
5267
|
-
*
|
|
5428
|
+
* Lookup612: pallet_child_bounties::ChildBounty<sp_core::crypto::AccountId32, Balance, BlockNumber>
|
|
5268
5429
|
**/
|
|
5269
5430
|
PalletChildBountiesChildBounty: {
|
|
5270
5431
|
parentBounty: string;
|
|
@@ -5274,7 +5435,7 @@ declare const _default: {
|
|
|
5274
5435
|
status: string;
|
|
5275
5436
|
};
|
|
5276
5437
|
/**
|
|
5277
|
-
*
|
|
5438
|
+
* Lookup613: pallet_child_bounties::ChildBountyStatus<sp_core::crypto::AccountId32, BlockNumber>
|
|
5278
5439
|
**/
|
|
5279
5440
|
PalletChildBountiesChildBountyStatus: {
|
|
5280
5441
|
_enum: {
|
|
@@ -5293,13 +5454,13 @@ declare const _default: {
|
|
|
5293
5454
|
};
|
|
5294
5455
|
};
|
|
5295
5456
|
/**
|
|
5296
|
-
*
|
|
5457
|
+
* Lookup614: pallet_child_bounties::pallet::Error<T>
|
|
5297
5458
|
**/
|
|
5298
5459
|
PalletChildBountiesError: {
|
|
5299
5460
|
_enum: string[];
|
|
5300
5461
|
};
|
|
5301
5462
|
/**
|
|
5302
|
-
*
|
|
5463
|
+
* Lookup615: pallet_bags_list::list::Node<T, I>
|
|
5303
5464
|
**/
|
|
5304
5465
|
PalletBagsListListNode: {
|
|
5305
5466
|
id: string;
|
|
@@ -5309,14 +5470,14 @@ declare const _default: {
|
|
|
5309
5470
|
score: string;
|
|
5310
5471
|
};
|
|
5311
5472
|
/**
|
|
5312
|
-
*
|
|
5473
|
+
* Lookup616: pallet_bags_list::list::Bag<T, I>
|
|
5313
5474
|
**/
|
|
5314
5475
|
PalletBagsListListBag: {
|
|
5315
5476
|
head: string;
|
|
5316
5477
|
tail: string;
|
|
5317
5478
|
};
|
|
5318
5479
|
/**
|
|
5319
|
-
*
|
|
5480
|
+
* Lookup618: pallet_bags_list::pallet::Error<T, I>
|
|
5320
5481
|
**/
|
|
5321
5482
|
PalletBagsListError: {
|
|
5322
5483
|
_enum: {
|
|
@@ -5324,13 +5485,13 @@ declare const _default: {
|
|
|
5324
5485
|
};
|
|
5325
5486
|
};
|
|
5326
5487
|
/**
|
|
5327
|
-
*
|
|
5488
|
+
* Lookup619: pallet_bags_list::list::ListError
|
|
5328
5489
|
**/
|
|
5329
5490
|
PalletBagsListListListError: {
|
|
5330
5491
|
_enum: string[];
|
|
5331
5492
|
};
|
|
5332
5493
|
/**
|
|
5333
|
-
*
|
|
5494
|
+
* Lookup620: pallet_nomination_pools::PoolMember<T>
|
|
5334
5495
|
**/
|
|
5335
5496
|
PalletNominationPoolsPoolMember: {
|
|
5336
5497
|
poolId: string;
|
|
@@ -5339,7 +5500,7 @@ declare const _default: {
|
|
|
5339
5500
|
unbondingEras: string;
|
|
5340
5501
|
};
|
|
5341
5502
|
/**
|
|
5342
|
-
*
|
|
5503
|
+
* Lookup625: pallet_nomination_pools::BondedPoolInner<T>
|
|
5343
5504
|
**/
|
|
5344
5505
|
PalletNominationPoolsBondedPoolInner: {
|
|
5345
5506
|
commission: string;
|
|
@@ -5349,7 +5510,7 @@ declare const _default: {
|
|
|
5349
5510
|
state: string;
|
|
5350
5511
|
};
|
|
5351
5512
|
/**
|
|
5352
|
-
*
|
|
5513
|
+
* Lookup626: pallet_nomination_pools::Commission<T>
|
|
5353
5514
|
**/
|
|
5354
5515
|
PalletNominationPoolsCommission: {
|
|
5355
5516
|
current: string;
|
|
@@ -5359,7 +5520,7 @@ declare const _default: {
|
|
|
5359
5520
|
claimPermission: string;
|
|
5360
5521
|
};
|
|
5361
5522
|
/**
|
|
5362
|
-
*
|
|
5523
|
+
* Lookup629: pallet_nomination_pools::PoolRoles<sp_core::crypto::AccountId32>
|
|
5363
5524
|
**/
|
|
5364
5525
|
PalletNominationPoolsPoolRoles: {
|
|
5365
5526
|
depositor: string;
|
|
@@ -5368,7 +5529,7 @@ declare const _default: {
|
|
|
5368
5529
|
bouncer: string;
|
|
5369
5530
|
};
|
|
5370
5531
|
/**
|
|
5371
|
-
*
|
|
5532
|
+
* Lookup630: pallet_nomination_pools::RewardPool<T>
|
|
5372
5533
|
**/
|
|
5373
5534
|
PalletNominationPoolsRewardPool: {
|
|
5374
5535
|
lastRecordedRewardCounter: string;
|
|
@@ -5378,21 +5539,21 @@ declare const _default: {
|
|
|
5378
5539
|
totalCommissionClaimed: string;
|
|
5379
5540
|
};
|
|
5380
5541
|
/**
|
|
5381
|
-
*
|
|
5542
|
+
* Lookup631: pallet_nomination_pools::SubPools<T>
|
|
5382
5543
|
**/
|
|
5383
5544
|
PalletNominationPoolsSubPools: {
|
|
5384
5545
|
noEra: string;
|
|
5385
5546
|
withEra: string;
|
|
5386
5547
|
};
|
|
5387
5548
|
/**
|
|
5388
|
-
*
|
|
5549
|
+
* Lookup632: pallet_nomination_pools::UnbondPool<T>
|
|
5389
5550
|
**/
|
|
5390
5551
|
PalletNominationPoolsUnbondPool: {
|
|
5391
5552
|
points: string;
|
|
5392
5553
|
balance: string;
|
|
5393
5554
|
};
|
|
5394
5555
|
/**
|
|
5395
|
-
*
|
|
5556
|
+
* Lookup637: pallet_nomination_pools::pallet::Error<T>
|
|
5396
5557
|
**/
|
|
5397
5558
|
PalletNominationPoolsError: {
|
|
5398
5559
|
_enum: {
|
|
@@ -5431,13 +5592,13 @@ declare const _default: {
|
|
|
5431
5592
|
};
|
|
5432
5593
|
};
|
|
5433
5594
|
/**
|
|
5434
|
-
*
|
|
5595
|
+
* Lookup638: pallet_nomination_pools::pallet::DefensiveError
|
|
5435
5596
|
**/
|
|
5436
5597
|
PalletNominationPoolsDefensiveError: {
|
|
5437
5598
|
_enum: string[];
|
|
5438
5599
|
};
|
|
5439
5600
|
/**
|
|
5440
|
-
*
|
|
5601
|
+
* Lookup641: pallet_scheduler::Scheduled<Name, frame_support::traits::preimages::Bounded<tangle_testnet_runtime::RuntimeCall, sp_runtime::traits::BlakeTwo256>, BlockNumber, tangle_testnet_runtime::OriginCaller, sp_core::crypto::AccountId32>
|
|
5441
5602
|
**/
|
|
5442
5603
|
PalletSchedulerScheduled: {
|
|
5443
5604
|
maybeId: string;
|
|
@@ -5447,13 +5608,13 @@ declare const _default: {
|
|
|
5447
5608
|
origin: string;
|
|
5448
5609
|
};
|
|
5449
5610
|
/**
|
|
5450
|
-
*
|
|
5611
|
+
* Lookup643: pallet_scheduler::pallet::Error<T>
|
|
5451
5612
|
**/
|
|
5452
5613
|
PalletSchedulerError: {
|
|
5453
5614
|
_enum: string[];
|
|
5454
5615
|
};
|
|
5455
5616
|
/**
|
|
5456
|
-
*
|
|
5617
|
+
* Lookup644: pallet_preimage::OldRequestStatus<sp_core::crypto::AccountId32, Balance>
|
|
5457
5618
|
**/
|
|
5458
5619
|
PalletPreimageOldRequestStatus: {
|
|
5459
5620
|
_enum: {
|
|
@@ -5469,7 +5630,7 @@ declare const _default: {
|
|
|
5469
5630
|
};
|
|
5470
5631
|
};
|
|
5471
5632
|
/**
|
|
5472
|
-
*
|
|
5633
|
+
* Lookup646: pallet_preimage::RequestStatus<sp_core::crypto::AccountId32, Ticket>
|
|
5473
5634
|
**/
|
|
5474
5635
|
PalletPreimageRequestStatus: {
|
|
5475
5636
|
_enum: {
|
|
@@ -5485,32 +5646,32 @@ declare const _default: {
|
|
|
5485
5646
|
};
|
|
5486
5647
|
};
|
|
5487
5648
|
/**
|
|
5488
|
-
*
|
|
5649
|
+
* Lookup650: pallet_preimage::pallet::Error<T>
|
|
5489
5650
|
**/
|
|
5490
5651
|
PalletPreimageError: {
|
|
5491
5652
|
_enum: string[];
|
|
5492
5653
|
};
|
|
5493
5654
|
/**
|
|
5494
|
-
*
|
|
5655
|
+
* Lookup651: sp_staking::offence::OffenceDetails<sp_core::crypto::AccountId32, Offender>
|
|
5495
5656
|
**/
|
|
5496
5657
|
SpStakingOffenceOffenceDetails: {
|
|
5497
5658
|
offender: string;
|
|
5498
5659
|
reporters: string;
|
|
5499
5660
|
};
|
|
5500
5661
|
/**
|
|
5501
|
-
*
|
|
5662
|
+
* Lookup653: pallet_tx_pause::pallet::Error<T>
|
|
5502
5663
|
**/
|
|
5503
5664
|
PalletTxPauseError: {
|
|
5504
5665
|
_enum: string[];
|
|
5505
5666
|
};
|
|
5506
5667
|
/**
|
|
5507
|
-
*
|
|
5668
|
+
* Lookup656: pallet_im_online::pallet::Error<T>
|
|
5508
5669
|
**/
|
|
5509
5670
|
PalletImOnlineError: {
|
|
5510
5671
|
_enum: string[];
|
|
5511
5672
|
};
|
|
5512
5673
|
/**
|
|
5513
|
-
*
|
|
5674
|
+
* Lookup658: pallet_identity::types::Registration<Balance, MaxJudgements, pallet_identity::legacy::IdentityInfo<FieldLimit>>
|
|
5514
5675
|
**/
|
|
5515
5676
|
PalletIdentityRegistration: {
|
|
5516
5677
|
judgements: string;
|
|
@@ -5518,7 +5679,7 @@ declare const _default: {
|
|
|
5518
5679
|
info: string;
|
|
5519
5680
|
};
|
|
5520
5681
|
/**
|
|
5521
|
-
*
|
|
5682
|
+
* Lookup667: pallet_identity::types::RegistrarInfo<Balance, sp_core::crypto::AccountId32, IdField>
|
|
5522
5683
|
**/
|
|
5523
5684
|
PalletIdentityRegistrarInfo: {
|
|
5524
5685
|
account: string;
|
|
@@ -5526,26 +5687,26 @@ declare const _default: {
|
|
|
5526
5687
|
fields: string;
|
|
5527
5688
|
};
|
|
5528
5689
|
/**
|
|
5529
|
-
*
|
|
5690
|
+
* Lookup669: pallet_identity::types::AuthorityProperties<bounded_collections::bounded_vec::BoundedVec<T, S>>
|
|
5530
5691
|
**/
|
|
5531
5692
|
PalletIdentityAuthorityProperties: {
|
|
5532
5693
|
suffix: string;
|
|
5533
5694
|
allocation: string;
|
|
5534
5695
|
};
|
|
5535
5696
|
/**
|
|
5536
|
-
*
|
|
5697
|
+
* Lookup672: pallet_identity::pallet::Error<T>
|
|
5537
5698
|
**/
|
|
5538
5699
|
PalletIdentityError: {
|
|
5539
5700
|
_enum: string[];
|
|
5540
5701
|
};
|
|
5541
5702
|
/**
|
|
5542
|
-
*
|
|
5703
|
+
* Lookup673: pallet_utility::pallet::Error<T>
|
|
5543
5704
|
**/
|
|
5544
5705
|
PalletUtilityError: {
|
|
5545
5706
|
_enum: string[];
|
|
5546
5707
|
};
|
|
5547
5708
|
/**
|
|
5548
|
-
*
|
|
5709
|
+
* Lookup675: pallet_multisig::Multisig<BlockNumber, Balance, sp_core::crypto::AccountId32, MaxApprovals>
|
|
5549
5710
|
**/
|
|
5550
5711
|
PalletMultisigMultisig: {
|
|
5551
5712
|
when: string;
|
|
@@ -5554,13 +5715,13 @@ declare const _default: {
|
|
|
5554
5715
|
approvals: string;
|
|
5555
5716
|
};
|
|
5556
5717
|
/**
|
|
5557
|
-
*
|
|
5718
|
+
* Lookup676: pallet_multisig::pallet::Error<T>
|
|
5558
5719
|
**/
|
|
5559
5720
|
PalletMultisigError: {
|
|
5560
5721
|
_enum: string[];
|
|
5561
5722
|
};
|
|
5562
5723
|
/**
|
|
5563
|
-
*
|
|
5724
|
+
* Lookup679: fp_rpc::TransactionStatus
|
|
5564
5725
|
**/
|
|
5565
5726
|
FpRpcTransactionStatus: {
|
|
5566
5727
|
transactionHash: string;
|
|
@@ -5572,11 +5733,11 @@ declare const _default: {
|
|
|
5572
5733
|
logsBloom: string;
|
|
5573
5734
|
};
|
|
5574
5735
|
/**
|
|
5575
|
-
*
|
|
5736
|
+
* Lookup682: ethbloom::Bloom
|
|
5576
5737
|
**/
|
|
5577
5738
|
EthbloomBloom: string;
|
|
5578
5739
|
/**
|
|
5579
|
-
*
|
|
5740
|
+
* Lookup684: ethereum::receipt::ReceiptV3
|
|
5580
5741
|
**/
|
|
5581
5742
|
EthereumReceiptReceiptV3: {
|
|
5582
5743
|
_enum: {
|
|
@@ -5586,7 +5747,7 @@ declare const _default: {
|
|
|
5586
5747
|
};
|
|
5587
5748
|
};
|
|
5588
5749
|
/**
|
|
5589
|
-
*
|
|
5750
|
+
* Lookup685: ethereum::receipt::EIP658ReceiptData
|
|
5590
5751
|
**/
|
|
5591
5752
|
EthereumReceiptEip658ReceiptData: {
|
|
5592
5753
|
statusCode: string;
|
|
@@ -5595,7 +5756,7 @@ declare const _default: {
|
|
|
5595
5756
|
logs: string;
|
|
5596
5757
|
};
|
|
5597
5758
|
/**
|
|
5598
|
-
*
|
|
5759
|
+
* Lookup686: ethereum::block::Block<ethereum::transaction::TransactionV2>
|
|
5599
5760
|
**/
|
|
5600
5761
|
EthereumBlock: {
|
|
5601
5762
|
header: string;
|
|
@@ -5603,7 +5764,7 @@ declare const _default: {
|
|
|
5603
5764
|
ommers: string;
|
|
5604
5765
|
};
|
|
5605
5766
|
/**
|
|
5606
|
-
*
|
|
5767
|
+
* Lookup687: ethereum::header::Header
|
|
5607
5768
|
**/
|
|
5608
5769
|
EthereumHeader: {
|
|
5609
5770
|
parentHash: string;
|
|
@@ -5623,17 +5784,17 @@ declare const _default: {
|
|
|
5623
5784
|
nonce: string;
|
|
5624
5785
|
};
|
|
5625
5786
|
/**
|
|
5626
|
-
*
|
|
5787
|
+
* Lookup688: ethereum_types::hash::H64
|
|
5627
5788
|
**/
|
|
5628
5789
|
EthereumTypesHashH64: string;
|
|
5629
5790
|
/**
|
|
5630
|
-
*
|
|
5791
|
+
* Lookup693: pallet_ethereum::pallet::Error<T>
|
|
5631
5792
|
**/
|
|
5632
5793
|
PalletEthereumError: {
|
|
5633
5794
|
_enum: string[];
|
|
5634
5795
|
};
|
|
5635
5796
|
/**
|
|
5636
|
-
*
|
|
5797
|
+
* Lookup694: pallet_evm::CodeMetadata
|
|
5637
5798
|
**/
|
|
5638
5799
|
PalletEvmCodeMetadata: {
|
|
5639
5800
|
_alias: {
|
|
@@ -5644,79 +5805,25 @@ declare const _default: {
|
|
|
5644
5805
|
hash_: string;
|
|
5645
5806
|
};
|
|
5646
5807
|
/**
|
|
5647
|
-
*
|
|
5808
|
+
* Lookup696: pallet_evm::pallet::Error<T>
|
|
5648
5809
|
**/
|
|
5649
5810
|
PalletEvmError: {
|
|
5650
5811
|
_enum: string[];
|
|
5651
5812
|
};
|
|
5652
5813
|
/**
|
|
5653
|
-
*
|
|
5814
|
+
* Lookup697: pallet_hotfix_sufficients::pallet::Error<T>
|
|
5654
5815
|
**/
|
|
5655
5816
|
PalletHotfixSufficientsError: {
|
|
5656
5817
|
_enum: string[];
|
|
5657
5818
|
};
|
|
5658
5819
|
/**
|
|
5659
|
-
*
|
|
5820
|
+
* Lookup699: pallet_airdrop_claims::pallet::Error<T>
|
|
5660
5821
|
**/
|
|
5661
5822
|
PalletAirdropClaimsError: {
|
|
5662
5823
|
_enum: string[];
|
|
5663
5824
|
};
|
|
5664
5825
|
/**
|
|
5665
|
-
*
|
|
5666
|
-
**/
|
|
5667
|
-
PalletRolesRestakingLedger: {
|
|
5668
|
-
stash: string;
|
|
5669
|
-
total: string;
|
|
5670
|
-
profile: string;
|
|
5671
|
-
roles: string;
|
|
5672
|
-
roleKey: string;
|
|
5673
|
-
unlocking: string;
|
|
5674
|
-
claimedRewards: string;
|
|
5675
|
-
maxActiveServices: string;
|
|
5676
|
-
};
|
|
5677
|
-
/**
|
|
5678
|
-
* Lookup716: pallet_roles::types::UnlockChunk<Balance>
|
|
5679
|
-
**/
|
|
5680
|
-
PalletRolesUnlockChunk: {
|
|
5681
|
-
value: string;
|
|
5682
|
-
era: string;
|
|
5683
|
-
};
|
|
5684
|
-
/**
|
|
5685
|
-
* Lookup720: pallet_roles::pallet::Error<T>
|
|
5686
|
-
**/
|
|
5687
|
-
PalletRolesError: {
|
|
5688
|
-
_enum: string[];
|
|
5689
|
-
};
|
|
5690
|
-
/**
|
|
5691
|
-
* Lookup721: tangle_primitives::jobs::PhaseResult<sp_core::crypto::AccountId32, BlockNumber, tangle_testnet_runtime::MaxParticipants, tangle_testnet_runtime::MaxKeyLen, tangle_testnet_runtime::MaxDataLen, tangle_testnet_runtime::MaxSignatureLen, tangle_testnet_runtime::MaxSubmissionLen, tangle_testnet_runtime::MaxProofLen, tangle_testnet_runtime::MaxAdditionalParamsLen>
|
|
5692
|
-
**/
|
|
5693
|
-
TanglePrimitivesJobsPhaseResult: {
|
|
5694
|
-
owner: string;
|
|
5695
|
-
result: string;
|
|
5696
|
-
ttl: string;
|
|
5697
|
-
permittedCaller: string;
|
|
5698
|
-
jobType: string;
|
|
5699
|
-
};
|
|
5700
|
-
/**
|
|
5701
|
-
* Lookup723: pallet_jobs::module::Error<T>
|
|
5702
|
-
**/
|
|
5703
|
-
PalletJobsModuleError: {
|
|
5704
|
-
_enum: string[];
|
|
5705
|
-
};
|
|
5706
|
-
/**
|
|
5707
|
-
* Lookup724: pallet_dkg::pallet::Error<T>
|
|
5708
|
-
**/
|
|
5709
|
-
PalletDkgError: {
|
|
5710
|
-
_enum: string[];
|
|
5711
|
-
};
|
|
5712
|
-
/**
|
|
5713
|
-
* Lookup725: pallet_zksaas::pallet::Error<T>
|
|
5714
|
-
**/
|
|
5715
|
-
PalletZksaasError: {
|
|
5716
|
-
_enum: string[];
|
|
5717
|
-
};
|
|
5718
|
-
/**
|
|
5719
|
-
* Lookup728: pallet_proxy::ProxyDefinition<sp_core::crypto::AccountId32, tangle_testnet_runtime::ProxyType, BlockNumber>
|
|
5826
|
+
* Lookup702: pallet_proxy::ProxyDefinition<sp_core::crypto::AccountId32, tangle_testnet_runtime::ProxyType, BlockNumber>
|
|
5720
5827
|
**/
|
|
5721
5828
|
PalletProxyProxyDefinition: {
|
|
5722
5829
|
delegate: string;
|
|
@@ -5724,7 +5831,7 @@ declare const _default: {
|
|
|
5724
5831
|
delay: string;
|
|
5725
5832
|
};
|
|
5726
5833
|
/**
|
|
5727
|
-
*
|
|
5834
|
+
* Lookup706: pallet_proxy::Announcement<sp_core::crypto::AccountId32, primitive_types::H256, BlockNumber>
|
|
5728
5835
|
**/
|
|
5729
5836
|
PalletProxyAnnouncement: {
|
|
5730
5837
|
real: string;
|
|
@@ -5732,30 +5839,30 @@ declare const _default: {
|
|
|
5732
5839
|
height: string;
|
|
5733
5840
|
};
|
|
5734
5841
|
/**
|
|
5735
|
-
*
|
|
5842
|
+
* Lookup708: pallet_proxy::pallet::Error<T>
|
|
5736
5843
|
**/
|
|
5737
5844
|
PalletProxyError: {
|
|
5738
5845
|
_enum: string[];
|
|
5739
5846
|
};
|
|
5740
5847
|
/**
|
|
5741
|
-
*
|
|
5848
|
+
* Lookup709: pallet_multi_asset_delegation::types::operator::OperatorMetadata<sp_core::crypto::AccountId32, Balance, AssetId>
|
|
5742
5849
|
**/
|
|
5743
5850
|
PalletMultiAssetDelegationOperatorOperatorMetadata: {
|
|
5744
|
-
|
|
5851
|
+
stake: string;
|
|
5745
5852
|
delegationCount: string;
|
|
5746
5853
|
request: string;
|
|
5747
5854
|
delegations: string;
|
|
5748
5855
|
status: string;
|
|
5749
5856
|
};
|
|
5750
5857
|
/**
|
|
5751
|
-
*
|
|
5858
|
+
* Lookup711: pallet_multi_asset_delegation::types::operator::OperatorBondLessRequest<Balance>
|
|
5752
5859
|
**/
|
|
5753
5860
|
PalletMultiAssetDelegationOperatorOperatorBondLessRequest: {
|
|
5754
5861
|
amount: string;
|
|
5755
5862
|
requestTime: string;
|
|
5756
5863
|
};
|
|
5757
5864
|
/**
|
|
5758
|
-
*
|
|
5865
|
+
* Lookup713: pallet_multi_asset_delegation::types::operator::DelegatorBond<sp_core::crypto::AccountId32, Balance, AssetId>
|
|
5759
5866
|
**/
|
|
5760
5867
|
PalletMultiAssetDelegationOperatorDelegatorBond: {
|
|
5761
5868
|
delegator: string;
|
|
@@ -5763,7 +5870,7 @@ declare const _default: {
|
|
|
5763
5870
|
assetId: string;
|
|
5764
5871
|
};
|
|
5765
5872
|
/**
|
|
5766
|
-
*
|
|
5873
|
+
* Lookup714: pallet_multi_asset_delegation::types::operator::OperatorStatus
|
|
5767
5874
|
**/
|
|
5768
5875
|
PalletMultiAssetDelegationOperatorOperatorStatus: {
|
|
5769
5876
|
_enum: {
|
|
@@ -5773,32 +5880,32 @@ declare const _default: {
|
|
|
5773
5880
|
};
|
|
5774
5881
|
};
|
|
5775
5882
|
/**
|
|
5776
|
-
*
|
|
5883
|
+
* Lookup715: pallet_multi_asset_delegation::types::operator::OperatorSnapshot<sp_core::crypto::AccountId32, Balance, AssetId>
|
|
5777
5884
|
**/
|
|
5778
5885
|
PalletMultiAssetDelegationOperatorOperatorSnapshot: {
|
|
5779
|
-
|
|
5886
|
+
stake: string;
|
|
5780
5887
|
delegations: string;
|
|
5781
5888
|
};
|
|
5782
5889
|
/**
|
|
5783
|
-
*
|
|
5890
|
+
* Lookup716: pallet_multi_asset_delegation::types::delegator::DelegatorMetadata<sp_core::crypto::AccountId32, Balance, AssetId>
|
|
5784
5891
|
**/
|
|
5785
5892
|
PalletMultiAssetDelegationDelegatorDelegatorMetadata: {
|
|
5786
5893
|
deposits: string;
|
|
5787
|
-
|
|
5894
|
+
withdrawRequests: string;
|
|
5788
5895
|
delegations: string;
|
|
5789
|
-
|
|
5896
|
+
delegatorUnstakeRequests: string;
|
|
5790
5897
|
status: string;
|
|
5791
5898
|
};
|
|
5792
5899
|
/**
|
|
5793
|
-
*
|
|
5900
|
+
* Lookup721: pallet_multi_asset_delegation::types::delegator::WithdrawRequest<AssetId, Balance>
|
|
5794
5901
|
**/
|
|
5795
|
-
|
|
5902
|
+
PalletMultiAssetDelegationDelegatorWithdrawRequest: {
|
|
5796
5903
|
assetId: string;
|
|
5797
5904
|
amount: string;
|
|
5798
5905
|
requestedRound: string;
|
|
5799
5906
|
};
|
|
5800
5907
|
/**
|
|
5801
|
-
*
|
|
5908
|
+
* Lookup723: pallet_multi_asset_delegation::types::delegator::BondInfoDelegator<sp_core::crypto::AccountId32, Balance, AssetId>
|
|
5802
5909
|
**/
|
|
5803
5910
|
PalletMultiAssetDelegationDelegatorBondInfoDelegator: {
|
|
5804
5911
|
operator: string;
|
|
@@ -5806,15 +5913,16 @@ declare const _default: {
|
|
|
5806
5913
|
assetId: string;
|
|
5807
5914
|
};
|
|
5808
5915
|
/**
|
|
5809
|
-
*
|
|
5916
|
+
* Lookup725: pallet_multi_asset_delegation::types::delegator::BondLessRequest<sp_core::crypto::AccountId32, AssetId, Balance>
|
|
5810
5917
|
**/
|
|
5811
5918
|
PalletMultiAssetDelegationDelegatorBondLessRequest: {
|
|
5919
|
+
operator: string;
|
|
5812
5920
|
assetId: string;
|
|
5813
5921
|
amount: string;
|
|
5814
5922
|
requestedRound: string;
|
|
5815
5923
|
};
|
|
5816
5924
|
/**
|
|
5817
|
-
*
|
|
5925
|
+
* Lookup726: pallet_multi_asset_delegation::types::delegator::DelegatorStatus
|
|
5818
5926
|
**/
|
|
5819
5927
|
PalletMultiAssetDelegationDelegatorDelegatorStatus: {
|
|
5820
5928
|
_enum: {
|
|
@@ -5823,85 +5931,309 @@ declare const _default: {
|
|
|
5823
5931
|
};
|
|
5824
5932
|
};
|
|
5825
5933
|
/**
|
|
5826
|
-
*
|
|
5934
|
+
* Lookup728: pallet_multi_asset_delegation::types::rewards::RewardConfig<PoolId, Balance>
|
|
5827
5935
|
**/
|
|
5828
5936
|
PalletMultiAssetDelegationRewardsRewardConfig: {
|
|
5829
5937
|
configs: string;
|
|
5830
5938
|
whitelistedBlueprintIds: string;
|
|
5831
5939
|
};
|
|
5832
5940
|
/**
|
|
5833
|
-
*
|
|
5941
|
+
* Lookup730: pallet_multi_asset_delegation::types::rewards::RewardConfigForAssetPool<Balance>
|
|
5834
5942
|
**/
|
|
5835
|
-
|
|
5943
|
+
PalletMultiAssetDelegationRewardsRewardConfigForAssetPool: {
|
|
5836
5944
|
apy: string;
|
|
5837
5945
|
cap: string;
|
|
5838
5946
|
};
|
|
5839
5947
|
/**
|
|
5840
|
-
*
|
|
5948
|
+
* Lookup733: pallet_multi_asset_delegation::pallet::Error<T>
|
|
5841
5949
|
**/
|
|
5842
5950
|
PalletMultiAssetDelegationError: {
|
|
5843
5951
|
_enum: string[];
|
|
5844
5952
|
};
|
|
5845
5953
|
/**
|
|
5846
|
-
*
|
|
5954
|
+
* Lookup736: tangle_primitives::services::ServiceRequest<C, sp_core::crypto::AccountId32, BlockNumber>
|
|
5955
|
+
**/
|
|
5956
|
+
TanglePrimitivesServicesServiceRequest: {
|
|
5957
|
+
blueprint: string;
|
|
5958
|
+
owner: string;
|
|
5959
|
+
permittedCallers: string;
|
|
5960
|
+
ttl: string;
|
|
5961
|
+
args: string;
|
|
5962
|
+
operatorsWithApprovalState: string;
|
|
5963
|
+
};
|
|
5964
|
+
/**
|
|
5965
|
+
* Lookup741: tangle_primitives::services::ApprovalState
|
|
5966
|
+
**/
|
|
5967
|
+
TanglePrimitivesServicesApprovalState: {
|
|
5968
|
+
_enum: string[];
|
|
5969
|
+
};
|
|
5970
|
+
/**
|
|
5971
|
+
* Lookup743: tangle_primitives::services::Service<C, sp_core::crypto::AccountId32, BlockNumber>
|
|
5972
|
+
**/
|
|
5973
|
+
TanglePrimitivesServicesService: {
|
|
5974
|
+
id: string;
|
|
5975
|
+
blueprint: string;
|
|
5976
|
+
owner: string;
|
|
5977
|
+
permittedCallers: string;
|
|
5978
|
+
operators: string;
|
|
5979
|
+
ttl: string;
|
|
5980
|
+
};
|
|
5981
|
+
/**
|
|
5982
|
+
* Lookup747: tangle_primitives::services::JobCall<C, sp_core::crypto::AccountId32>
|
|
5983
|
+
**/
|
|
5984
|
+
TanglePrimitivesServicesJobCall: {
|
|
5985
|
+
serviceId: string;
|
|
5986
|
+
job: string;
|
|
5987
|
+
args: string;
|
|
5988
|
+
};
|
|
5989
|
+
/**
|
|
5990
|
+
* Lookup748: tangle_primitives::services::JobCallResult<C, sp_core::crypto::AccountId32>
|
|
5991
|
+
**/
|
|
5992
|
+
TanglePrimitivesServicesJobCallResult: {
|
|
5993
|
+
serviceId: string;
|
|
5994
|
+
callId: string;
|
|
5995
|
+
result: string;
|
|
5996
|
+
};
|
|
5997
|
+
/**
|
|
5998
|
+
* Lookup749: tangle_primitives::services::OperatorProfile<C>
|
|
5999
|
+
**/
|
|
6000
|
+
TanglePrimitivesServicesOperatorProfile: {
|
|
6001
|
+
services: string;
|
|
6002
|
+
blueprints: string;
|
|
6003
|
+
};
|
|
6004
|
+
/**
|
|
6005
|
+
* Lookup752: pallet_services::module::Error<T>
|
|
6006
|
+
**/
|
|
6007
|
+
PalletServicesModuleError: {
|
|
6008
|
+
_enum: {
|
|
6009
|
+
BlueprintNotFound: string;
|
|
6010
|
+
AlreadyRegistered: string;
|
|
6011
|
+
InvalidRegistrationInput: string;
|
|
6012
|
+
InvalidRequestInput: string;
|
|
6013
|
+
InvalidJobCallInput: string;
|
|
6014
|
+
InvalidJobResult: string;
|
|
6015
|
+
NotRegistered: string;
|
|
6016
|
+
ServiceRequestNotFound: string;
|
|
6017
|
+
ServiceNotFound: string;
|
|
6018
|
+
TypeCheck: string;
|
|
6019
|
+
MaxPermittedCallersExceeded: string;
|
|
6020
|
+
MaxServiceProvidersExceeded: string;
|
|
6021
|
+
MaxServicesPerUserExceeded: string;
|
|
6022
|
+
MaxFieldsExceeded: string;
|
|
6023
|
+
ApprovalNotRequested: string;
|
|
6024
|
+
JobDefinitionNotFound: string;
|
|
6025
|
+
ServiceOrJobCallNotFound: string;
|
|
6026
|
+
JobCallResultNotFound: string;
|
|
6027
|
+
EVMAbiEncode: string;
|
|
6028
|
+
EVMAbiDecode: string;
|
|
6029
|
+
OperatorProfileNotFound: string;
|
|
6030
|
+
MaxServicesPerProviderExceeded: string;
|
|
6031
|
+
OperatorNotActive: string;
|
|
6032
|
+
};
|
|
6033
|
+
};
|
|
6034
|
+
/**
|
|
6035
|
+
* Lookup753: tangle_primitives::services::TypeCheckError
|
|
6036
|
+
**/
|
|
6037
|
+
TanglePrimitivesServicesTypeCheckError: {
|
|
6038
|
+
_enum: {
|
|
6039
|
+
ArgumentTypeMismatch: {
|
|
6040
|
+
index: string;
|
|
6041
|
+
expected: string;
|
|
6042
|
+
actual: string;
|
|
6043
|
+
};
|
|
6044
|
+
NotEnoughArguments: {
|
|
6045
|
+
expected: string;
|
|
6046
|
+
actual: string;
|
|
6047
|
+
};
|
|
6048
|
+
ResultTypeMismatch: {
|
|
6049
|
+
index: string;
|
|
6050
|
+
expected: string;
|
|
6051
|
+
actual: string;
|
|
6052
|
+
};
|
|
6053
|
+
};
|
|
6054
|
+
};
|
|
6055
|
+
/**
|
|
6056
|
+
* Lookup754: pallet_tangle_lst::types::bonded_pool::BondedPoolInner<T>
|
|
6057
|
+
**/
|
|
6058
|
+
PalletTangleLstBondedPoolBondedPoolInner: {
|
|
6059
|
+
commission: string;
|
|
6060
|
+
roles: string;
|
|
6061
|
+
state: string;
|
|
6062
|
+
};
|
|
6063
|
+
/**
|
|
6064
|
+
* Lookup755: pallet_tangle_lst::types::commission::Commission<T>
|
|
6065
|
+
**/
|
|
6066
|
+
PalletTangleLstCommission: {
|
|
6067
|
+
current: string;
|
|
6068
|
+
max: string;
|
|
6069
|
+
changeRate: string;
|
|
6070
|
+
throttleFrom: string;
|
|
6071
|
+
claimPermission: string;
|
|
6072
|
+
};
|
|
6073
|
+
/**
|
|
6074
|
+
* Lookup757: pallet_tangle_lst::types::pools::PoolRoles<sp_core::crypto::AccountId32>
|
|
6075
|
+
**/
|
|
6076
|
+
PalletTangleLstPoolsPoolRoles: {
|
|
6077
|
+
depositor: string;
|
|
6078
|
+
root: string;
|
|
6079
|
+
nominator: string;
|
|
6080
|
+
bouncer: string;
|
|
6081
|
+
};
|
|
6082
|
+
/**
|
|
6083
|
+
* Lookup758: pallet_tangle_lst::types::sub_pools::RewardPool<T>
|
|
6084
|
+
**/
|
|
6085
|
+
PalletTangleLstSubPoolsRewardPool: {
|
|
6086
|
+
lastRecordedRewardCounter: string;
|
|
6087
|
+
lastRecordedTotalPayouts: string;
|
|
6088
|
+
totalRewardsClaimed: string;
|
|
6089
|
+
totalCommissionPending: string;
|
|
6090
|
+
totalCommissionClaimed: string;
|
|
6091
|
+
};
|
|
6092
|
+
/**
|
|
6093
|
+
* Lookup759: pallet_tangle_lst::types::sub_pools::SubPools<T>
|
|
6094
|
+
**/
|
|
6095
|
+
PalletTangleLstSubPools: {
|
|
6096
|
+
noEra: string;
|
|
6097
|
+
withEra: string;
|
|
6098
|
+
};
|
|
6099
|
+
/**
|
|
6100
|
+
* Lookup760: pallet_tangle_lst::types::sub_pools::UnbondPool<T>
|
|
6101
|
+
**/
|
|
6102
|
+
PalletTangleLstSubPoolsUnbondPool: {
|
|
6103
|
+
points: string;
|
|
6104
|
+
balance: string;
|
|
6105
|
+
};
|
|
6106
|
+
/**
|
|
6107
|
+
* Lookup766: pallet_tangle_lst::types::pools::PoolMember<T>
|
|
6108
|
+
**/
|
|
6109
|
+
PalletTangleLstPoolsPoolMember: {
|
|
6110
|
+
poolId: string;
|
|
6111
|
+
unbondingEras: string;
|
|
6112
|
+
};
|
|
6113
|
+
/**
|
|
6114
|
+
* Lookup768: pallet_tangle_lst::types::ClaimPermission
|
|
6115
|
+
**/
|
|
6116
|
+
PalletTangleLstClaimPermission: {
|
|
6117
|
+
_enum: string[];
|
|
6118
|
+
};
|
|
6119
|
+
/**
|
|
6120
|
+
* Lookup769: pallet_tangle_lst::pallet::Error<T>
|
|
6121
|
+
**/
|
|
6122
|
+
PalletTangleLstError: {
|
|
6123
|
+
_enum: {
|
|
6124
|
+
PoolNotFound: string;
|
|
6125
|
+
PoolMemberNotFound: string;
|
|
6126
|
+
RewardPoolNotFound: string;
|
|
6127
|
+
SubPoolsNotFound: string;
|
|
6128
|
+
FullyUnbonding: string;
|
|
6129
|
+
MaxUnbondingLimit: string;
|
|
6130
|
+
CannotWithdrawAny: string;
|
|
6131
|
+
MinimumBondNotMet: string;
|
|
6132
|
+
OverflowRisk: string;
|
|
6133
|
+
NotDestroying: string;
|
|
6134
|
+
NotNominator: string;
|
|
6135
|
+
NotKickerOrDestroying: string;
|
|
6136
|
+
NotOpen: string;
|
|
6137
|
+
MaxPools: string;
|
|
6138
|
+
MaxPoolMembers: string;
|
|
6139
|
+
CanNotChangeState: string;
|
|
6140
|
+
DoesNotHavePermission: string;
|
|
6141
|
+
MetadataExceedsMaxLen: string;
|
|
6142
|
+
Defensive: string;
|
|
6143
|
+
PartialUnbondNotAllowedPermissionlessly: string;
|
|
6144
|
+
MaxCommissionRestricted: string;
|
|
6145
|
+
CommissionExceedsMaximum: string;
|
|
6146
|
+
CommissionExceedsGlobalMaximum: string;
|
|
6147
|
+
CommissionChangeThrottled: string;
|
|
6148
|
+
CommissionChangeRateNotAllowed: string;
|
|
6149
|
+
NoPendingCommission: string;
|
|
6150
|
+
NoCommissionCurrentSet: string;
|
|
6151
|
+
PoolIdInUse: string;
|
|
6152
|
+
InvalidPoolId: string;
|
|
6153
|
+
BondExtraRestricted: string;
|
|
6154
|
+
NothingToAdjust: string;
|
|
6155
|
+
PoolTokenCreationFailed: string;
|
|
6156
|
+
NoBalanceToUnbond: string;
|
|
6157
|
+
};
|
|
6158
|
+
};
|
|
6159
|
+
/**
|
|
6160
|
+
* Lookup770: pallet_tangle_lst::pallet::DefensiveError
|
|
6161
|
+
**/
|
|
6162
|
+
PalletTangleLstDefensiveError: {
|
|
6163
|
+
_enum: string[];
|
|
6164
|
+
};
|
|
6165
|
+
/**
|
|
6166
|
+
* Lookup772: sygma_access_segregator::pallet::Error<T>
|
|
5847
6167
|
**/
|
|
5848
6168
|
SygmaAccessSegregatorError: {
|
|
5849
6169
|
_enum: string[];
|
|
5850
6170
|
};
|
|
5851
6171
|
/**
|
|
5852
|
-
*
|
|
6172
|
+
* Lookup774: sygma_basic_feehandler::pallet::Error<T>
|
|
5853
6173
|
**/
|
|
5854
6174
|
SygmaBasicFeehandlerError: {
|
|
5855
6175
|
_enum: string[];
|
|
5856
6176
|
};
|
|
5857
6177
|
/**
|
|
5858
|
-
*
|
|
6178
|
+
* Lookup775: sygma_fee_handler_router::pallet::Error<T>
|
|
5859
6179
|
**/
|
|
5860
6180
|
SygmaFeeHandlerRouterError: {
|
|
5861
6181
|
_enum: string[];
|
|
5862
6182
|
};
|
|
5863
6183
|
/**
|
|
5864
|
-
*
|
|
6184
|
+
* Lookup777: sygma_percentage_feehandler::pallet::Error<T>
|
|
5865
6185
|
**/
|
|
5866
6186
|
SygmaPercentageFeehandlerError: {
|
|
5867
6187
|
_enum: string[];
|
|
5868
6188
|
};
|
|
5869
6189
|
/**
|
|
5870
|
-
*
|
|
6190
|
+
* Lookup784: sygma_bridge::pallet::Error<T>
|
|
5871
6191
|
**/
|
|
5872
6192
|
SygmaBridgeError: {
|
|
5873
6193
|
_enum: string[];
|
|
5874
6194
|
};
|
|
5875
6195
|
/**
|
|
5876
|
-
*
|
|
6196
|
+
* Lookup787: frame_system::extensions::check_non_zero_sender::CheckNonZeroSender<T>
|
|
5877
6197
|
**/
|
|
5878
6198
|
FrameSystemExtensionsCheckNonZeroSender: string;
|
|
5879
6199
|
/**
|
|
5880
|
-
*
|
|
6200
|
+
* Lookup788: frame_system::extensions::check_spec_version::CheckSpecVersion<T>
|
|
5881
6201
|
**/
|
|
5882
6202
|
FrameSystemExtensionsCheckSpecVersion: string;
|
|
5883
6203
|
/**
|
|
5884
|
-
*
|
|
6204
|
+
* Lookup789: frame_system::extensions::check_tx_version::CheckTxVersion<T>
|
|
5885
6205
|
**/
|
|
5886
6206
|
FrameSystemExtensionsCheckTxVersion: string;
|
|
5887
6207
|
/**
|
|
5888
|
-
*
|
|
6208
|
+
* Lookup790: frame_system::extensions::check_genesis::CheckGenesis<T>
|
|
5889
6209
|
**/
|
|
5890
6210
|
FrameSystemExtensionsCheckGenesis: string;
|
|
5891
6211
|
/**
|
|
5892
|
-
*
|
|
6212
|
+
* Lookup793: frame_system::extensions::check_nonce::CheckNonce<T>
|
|
5893
6213
|
**/
|
|
5894
6214
|
FrameSystemExtensionsCheckNonce: string;
|
|
5895
6215
|
/**
|
|
5896
|
-
*
|
|
6216
|
+
* Lookup794: frame_system::extensions::check_weight::CheckWeight<T>
|
|
5897
6217
|
**/
|
|
5898
6218
|
FrameSystemExtensionsCheckWeight: string;
|
|
5899
6219
|
/**
|
|
5900
|
-
*
|
|
6220
|
+
* Lookup795: pallet_transaction_payment::ChargeTransactionPayment<T>
|
|
5901
6221
|
**/
|
|
5902
6222
|
PalletTransactionPaymentChargeTransactionPayment: string;
|
|
5903
6223
|
/**
|
|
5904
|
-
*
|
|
6224
|
+
* Lookup796: frame_metadata_hash_extension::CheckMetadataHash<T>
|
|
6225
|
+
**/
|
|
6226
|
+
FrameMetadataHashExtensionCheckMetadataHash: {
|
|
6227
|
+
mode: string;
|
|
6228
|
+
};
|
|
6229
|
+
/**
|
|
6230
|
+
* Lookup797: frame_metadata_hash_extension::Mode
|
|
6231
|
+
**/
|
|
6232
|
+
FrameMetadataHashExtensionMode: {
|
|
6233
|
+
_enum: string[];
|
|
6234
|
+
};
|
|
6235
|
+
/**
|
|
6236
|
+
* Lookup799: tangle_testnet_runtime::Runtime
|
|
5905
6237
|
**/
|
|
5906
6238
|
TangleTestnetRuntimeRuntime: string;
|
|
5907
6239
|
};
|