@argonprotocol/mainchain 1.4.8-dev.fe6d442d → 1.4.9-dev.0147366f
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/browser/index.d.ts +628 -420
- package/browser/index.js +117 -27
- package/browser/index.js.map +1 -1
- package/lib/index.cjs +140 -51
- package/lib/index.cjs.map +1 -1
- package/lib/index.d.cts +628 -420
- package/lib/index.d.ts +628 -420
- package/lib/index.js +116 -27
- package/lib/index.js.map +1 -1
- package/package.json +2 -2
- package/src/interfaces/augment-api-consts.ts +56 -25
- package/src/interfaces/augment-api-errors.ts +43 -11
- package/src/interfaces/augment-api-events.ts +101 -32
- package/src/interfaces/augment-api-query.ts +83 -49
- package/src/interfaces/augment-api-runtime.ts +0 -1
- package/src/interfaces/augment-api-tx.ts +20 -12
- package/src/interfaces/augment-api.ts +0 -1
- package/src/interfaces/augment-types.ts +0 -1
- package/src/interfaces/lookup.ts +364 -286
- package/src/interfaces/registry.ts +14 -3
- package/src/interfaces/types-lookup.ts +384 -296
package/src/interfaces/lookup.ts
CHANGED
|
@@ -1,7 +1,4 @@
|
|
|
1
1
|
// Auto-generated via `yarn polkadot-types-from-defs`, do not edit
|
|
2
|
-
/* eslint-disable */
|
|
3
|
-
|
|
4
|
-
/* eslint-disable sort-keys */
|
|
5
2
|
|
|
6
3
|
export default {
|
|
7
4
|
/**
|
|
@@ -1328,6 +1325,13 @@ export default {
|
|
|
1328
1325
|
amount: 'u128',
|
|
1329
1326
|
dispatchError: 'SpRuntimeDispatchError',
|
|
1330
1327
|
},
|
|
1328
|
+
CouldNotDistributeEarningsToArgonotBondLot: {
|
|
1329
|
+
frameId: 'u64',
|
|
1330
|
+
bondLotId: 'u64',
|
|
1331
|
+
accountId: 'AccountId32',
|
|
1332
|
+
amount: 'u128',
|
|
1333
|
+
dispatchError: 'SpRuntimeDispatchError',
|
|
1334
|
+
},
|
|
1331
1335
|
CouldNotTransferToTreasuryReserves: {
|
|
1332
1336
|
frameId: 'u64',
|
|
1333
1337
|
amount: 'u128',
|
|
@@ -1336,6 +1340,9 @@ export default {
|
|
|
1336
1340
|
FrameEarningsDistributed: {
|
|
1337
1341
|
frameId: 'u64',
|
|
1338
1342
|
bidPoolDistributed: 'u128',
|
|
1343
|
+
argonotBondPoolDistributed: 'u128',
|
|
1344
|
+
vaultBidPoolDistributed: 'u128',
|
|
1345
|
+
treasuryRefunds: 'u128',
|
|
1339
1346
|
treasuryReserves: 'u128',
|
|
1340
1347
|
participatingVaults: 'u32',
|
|
1341
1348
|
},
|
|
@@ -1346,20 +1353,20 @@ export default {
|
|
|
1346
1353
|
},
|
|
1347
1354
|
CouldNotReleaseBondLot: {
|
|
1348
1355
|
frameId: 'u64',
|
|
1349
|
-
|
|
1356
|
+
programId: 'PalletTreasuryBondProgramId',
|
|
1350
1357
|
bondLotId: 'u64',
|
|
1351
1358
|
amount: 'u128',
|
|
1352
1359
|
accountId: 'AccountId32',
|
|
1353
1360
|
dispatchError: 'SpRuntimeDispatchError',
|
|
1354
1361
|
},
|
|
1355
1362
|
BondLotPurchased: {
|
|
1356
|
-
|
|
1363
|
+
programId: 'PalletTreasuryBondProgramId',
|
|
1357
1364
|
bondLotId: 'u64',
|
|
1358
1365
|
accountId: 'AccountId32',
|
|
1359
1366
|
bonds: 'u32',
|
|
1360
1367
|
},
|
|
1361
1368
|
BondLotReleaseScheduled: {
|
|
1362
|
-
|
|
1369
|
+
programId: 'PalletTreasuryBondProgramId',
|
|
1363
1370
|
bondLotId: 'u64',
|
|
1364
1371
|
accountId: 'AccountId32',
|
|
1365
1372
|
bonds: 'u32',
|
|
@@ -1368,7 +1375,7 @@ export default {
|
|
|
1368
1375
|
},
|
|
1369
1376
|
BondLotReleased: {
|
|
1370
1377
|
frameId: 'u64',
|
|
1371
|
-
|
|
1378
|
+
programId: 'PalletTreasuryBondProgramId',
|
|
1372
1379
|
bondLotId: 'u64',
|
|
1373
1380
|
accountId: 'AccountId32',
|
|
1374
1381
|
bonds: 'u32',
|
|
@@ -1381,13 +1388,24 @@ export default {
|
|
|
1381
1388
|
},
|
|
1382
1389
|
},
|
|
1383
1390
|
/**
|
|
1384
|
-
* Lookup120: pallet_treasury::pallet::
|
|
1391
|
+
* Lookup120: pallet_treasury::pallet::BondProgramId
|
|
1392
|
+
**/
|
|
1393
|
+
PalletTreasuryBondProgramId: {
|
|
1394
|
+
_enum: {
|
|
1395
|
+
Vault: {
|
|
1396
|
+
vaultId: 'Compact<u32>',
|
|
1397
|
+
},
|
|
1398
|
+
Argonot: 'Null',
|
|
1399
|
+
},
|
|
1400
|
+
},
|
|
1401
|
+
/**
|
|
1402
|
+
* Lookup121: pallet_treasury::pallet::BondReleaseReason
|
|
1385
1403
|
**/
|
|
1386
1404
|
PalletTreasuryBondReleaseReason: {
|
|
1387
1405
|
_enum: ['UserLiquidation', 'Bumped', 'VaultClosed'],
|
|
1388
1406
|
},
|
|
1389
1407
|
/**
|
|
1390
|
-
*
|
|
1408
|
+
* Lookup122: pallet_fee_control::pallet::Event<T>
|
|
1391
1409
|
**/
|
|
1392
1410
|
PalletFeeControlEvent: {
|
|
1393
1411
|
_enum: {
|
|
@@ -1402,7 +1420,7 @@ export default {
|
|
|
1402
1420
|
},
|
|
1403
1421
|
},
|
|
1404
1422
|
/**
|
|
1405
|
-
*
|
|
1423
|
+
* Lookup123: argon_runtime::OriginCaller
|
|
1406
1424
|
**/
|
|
1407
1425
|
ArgonRuntimeOriginCaller: {
|
|
1408
1426
|
_enum: {
|
|
@@ -1410,7 +1428,7 @@ export default {
|
|
|
1410
1428
|
},
|
|
1411
1429
|
},
|
|
1412
1430
|
/**
|
|
1413
|
-
*
|
|
1431
|
+
* Lookup124: frame_support::dispatch::RawOrigin<sp_core::crypto::AccountId32>
|
|
1414
1432
|
**/
|
|
1415
1433
|
FrameSupportDispatchRawOrigin: {
|
|
1416
1434
|
_enum: {
|
|
@@ -1421,18 +1439,20 @@ export default {
|
|
|
1421
1439
|
},
|
|
1422
1440
|
},
|
|
1423
1441
|
/**
|
|
1424
|
-
*
|
|
1442
|
+
* Lookup125: pallet_operational_accounts::pallet::Event<T>
|
|
1425
1443
|
**/
|
|
1426
1444
|
PalletOperationalAccountsEvent: {
|
|
1427
1445
|
_enum: {
|
|
1428
1446
|
OperationalAccountRegistered: {
|
|
1429
1447
|
operationalAccount: 'AccountId32',
|
|
1430
1448
|
vaultAccount: 'AccountId32',
|
|
1431
|
-
|
|
1432
|
-
|
|
1433
|
-
sponsor: 'Option<AccountId32>',
|
|
1449
|
+
miningAccount: 'AccountId32',
|
|
1450
|
+
upstreamAccount: 'Option<AccountId32>',
|
|
1434
1451
|
},
|
|
1435
|
-
|
|
1452
|
+
AccountMeetsMinimums: {
|
|
1453
|
+
account: 'AccountId32',
|
|
1454
|
+
},
|
|
1455
|
+
AccountOperationallyCertified: {
|
|
1436
1456
|
account: 'AccountId32',
|
|
1437
1457
|
},
|
|
1438
1458
|
OperationalRewardEarned: {
|
|
@@ -1447,32 +1467,34 @@ export default {
|
|
|
1447
1467
|
remainingPending: 'u128',
|
|
1448
1468
|
},
|
|
1449
1469
|
RewardsConfigUpdated: {
|
|
1450
|
-
|
|
1451
|
-
|
|
1470
|
+
operationalCertificationReward: 'u128',
|
|
1471
|
+
operationalCertificationBonusReward: 'u128',
|
|
1452
1472
|
},
|
|
1453
1473
|
OperationalProgressForced: {
|
|
1454
1474
|
account: 'AccountId32',
|
|
1455
1475
|
updateOperationalProgress: 'bool',
|
|
1456
|
-
|
|
1476
|
+
meetsMinimums: 'bool',
|
|
1477
|
+
uniswapArgonTransfersInAmount: 'u128',
|
|
1478
|
+
accountBitcoinAmount: 'u128',
|
|
1479
|
+
accountVaultBondAmount: 'u128',
|
|
1457
1480
|
vaultCreated: 'bool',
|
|
1458
|
-
|
|
1459
|
-
|
|
1460
|
-
observedMiningSeatTotal: 'u32',
|
|
1481
|
+
operatorVaultBitcoinAmount: 'u128',
|
|
1482
|
+
miningSeatCount: 'u32',
|
|
1461
1483
|
},
|
|
1462
1484
|
EncryptedServerUpdated: {
|
|
1463
|
-
|
|
1464
|
-
|
|
1485
|
+
upstreamAccount: 'AccountId32',
|
|
1486
|
+
downstreamAccount: 'AccountId32',
|
|
1465
1487
|
},
|
|
1466
1488
|
},
|
|
1467
1489
|
},
|
|
1468
1490
|
/**
|
|
1469
|
-
*
|
|
1491
|
+
* Lookup126: argon_primitives::providers::OperationalRewardKind
|
|
1470
1492
|
**/
|
|
1471
1493
|
ArgonPrimitivesProvidersOperationalRewardKind: {
|
|
1472
|
-
_enum: ['
|
|
1494
|
+
_enum: ['Certification', 'OperationalCertificationBonus'],
|
|
1473
1495
|
},
|
|
1474
1496
|
/**
|
|
1475
|
-
*
|
|
1497
|
+
* Lookup127: pallet_ethereum_verifier::pallet::Event<T>
|
|
1476
1498
|
**/
|
|
1477
1499
|
PalletEthereumVerifierEvent: {
|
|
1478
1500
|
_enum: {
|
|
@@ -1499,13 +1521,13 @@ export default {
|
|
|
1499
1521
|
},
|
|
1500
1522
|
},
|
|
1501
1523
|
/**
|
|
1502
|
-
*
|
|
1524
|
+
* Lookup128: pallet_ethereum_verifier::types::BasicOperatingMode
|
|
1503
1525
|
**/
|
|
1504
1526
|
PalletEthereumVerifierBasicOperatingMode: {
|
|
1505
1527
|
_enum: ['Normal', 'Halted'],
|
|
1506
1528
|
},
|
|
1507
1529
|
/**
|
|
1508
|
-
*
|
|
1530
|
+
* Lookup129: pallet_crosschain_transfer::pallet::Event<T>
|
|
1509
1531
|
**/
|
|
1510
1532
|
PalletCrosschainTransferEvent: {
|
|
1511
1533
|
_enum: {
|
|
@@ -1612,13 +1634,13 @@ export default {
|
|
|
1612
1634
|
},
|
|
1613
1635
|
},
|
|
1614
1636
|
/**
|
|
1615
|
-
*
|
|
1637
|
+
* Lookup130: pallet_crosschain_transfer::pallet::SourceChain
|
|
1616
1638
|
**/
|
|
1617
1639
|
PalletCrosschainTransferSourceChain: {
|
|
1618
1640
|
_enum: ['Ethereum'],
|
|
1619
1641
|
},
|
|
1620
1642
|
/**
|
|
1621
|
-
*
|
|
1643
|
+
* Lookup131: pallet_crosschain_transfer::pallet::TransferToArgonActivity<T>
|
|
1622
1644
|
**/
|
|
1623
1645
|
PalletCrosschainTransferTransferToArgonActivity: {
|
|
1624
1646
|
gatewayActivityNonce: 'Compact<u64>',
|
|
@@ -1628,13 +1650,13 @@ export default {
|
|
|
1628
1650
|
amount: 'Compact<u128>',
|
|
1629
1651
|
},
|
|
1630
1652
|
/**
|
|
1631
|
-
*
|
|
1653
|
+
* Lookup134: pallet_crosschain_transfer::pallet::AssetKind
|
|
1632
1654
|
**/
|
|
1633
1655
|
PalletCrosschainTransferAssetKind: {
|
|
1634
1656
|
_enum: ['Argon', 'Argonot'],
|
|
1635
1657
|
},
|
|
1636
1658
|
/**
|
|
1637
|
-
*
|
|
1659
|
+
* Lookup135: pallet_crosschain_transfer::pallet::CouncilApprovalTargetId
|
|
1638
1660
|
**/
|
|
1639
1661
|
PalletCrosschainTransferCouncilApprovalTargetId: {
|
|
1640
1662
|
_enum: {
|
|
@@ -1644,7 +1666,7 @@ export default {
|
|
|
1644
1666
|
},
|
|
1645
1667
|
},
|
|
1646
1668
|
/**
|
|
1647
|
-
*
|
|
1669
|
+
* Lookup136: pallet_crosschain_transfer::pallet::GatewaySyncPause
|
|
1648
1670
|
**/
|
|
1649
1671
|
PalletCrosschainTransferGatewaySyncPause: {
|
|
1650
1672
|
lastGoodGatewayActivityNonce: 'Compact<u64>',
|
|
@@ -1652,7 +1674,7 @@ export default {
|
|
|
1652
1674
|
reason: 'PalletCrosschainTransferGatewaySyncPauseReason',
|
|
1653
1675
|
},
|
|
1654
1676
|
/**
|
|
1655
|
-
*
|
|
1677
|
+
* Lookup137: pallet_crosschain_transfer::pallet::GatewaySyncPauseReason
|
|
1656
1678
|
**/
|
|
1657
1679
|
PalletCrosschainTransferGatewaySyncPauseReason: {
|
|
1658
1680
|
_enum: [
|
|
@@ -1669,7 +1691,7 @@ export default {
|
|
|
1669
1691
|
],
|
|
1670
1692
|
},
|
|
1671
1693
|
/**
|
|
1672
|
-
*
|
|
1694
|
+
* Lookup138: pallet_crosschain_transfer::pallet::GatewayState<T>
|
|
1673
1695
|
**/
|
|
1674
1696
|
PalletCrosschainTransferGatewayState: {
|
|
1675
1697
|
gatewayActivityNonce: 'Compact<u64>',
|
|
@@ -1678,7 +1700,7 @@ export default {
|
|
|
1678
1700
|
argonotCirculation: 'u128',
|
|
1679
1701
|
},
|
|
1680
1702
|
/**
|
|
1681
|
-
*
|
|
1703
|
+
* Lookup139: frame_system::Phase
|
|
1682
1704
|
**/
|
|
1683
1705
|
FrameSystemPhase: {
|
|
1684
1706
|
_enum: {
|
|
@@ -1688,21 +1710,21 @@ export default {
|
|
|
1688
1710
|
},
|
|
1689
1711
|
},
|
|
1690
1712
|
/**
|
|
1691
|
-
*
|
|
1713
|
+
* Lookup143: frame_system::LastRuntimeUpgradeInfo
|
|
1692
1714
|
**/
|
|
1693
1715
|
FrameSystemLastRuntimeUpgradeInfo: {
|
|
1694
1716
|
specVersion: 'Compact<u32>',
|
|
1695
1717
|
specName: 'Text',
|
|
1696
1718
|
},
|
|
1697
1719
|
/**
|
|
1698
|
-
*
|
|
1720
|
+
* Lookup146: frame_system::CodeUpgradeAuthorization<T>
|
|
1699
1721
|
**/
|
|
1700
1722
|
FrameSystemCodeUpgradeAuthorization: {
|
|
1701
1723
|
codeHash: 'H256',
|
|
1702
1724
|
checkVersion: 'bool',
|
|
1703
1725
|
},
|
|
1704
1726
|
/**
|
|
1705
|
-
*
|
|
1727
|
+
* Lookup147: frame_system::pallet::Call<T>
|
|
1706
1728
|
**/
|
|
1707
1729
|
FrameSystemCall: {
|
|
1708
1730
|
_enum: {
|
|
@@ -1747,7 +1769,7 @@ export default {
|
|
|
1747
1769
|
},
|
|
1748
1770
|
},
|
|
1749
1771
|
/**
|
|
1750
|
-
*
|
|
1772
|
+
* Lookup151: frame_system::limits::BlockWeights
|
|
1751
1773
|
**/
|
|
1752
1774
|
FrameSystemLimitsBlockWeights: {
|
|
1753
1775
|
baseBlock: 'SpWeightsWeightV2Weight',
|
|
@@ -1755,7 +1777,7 @@ export default {
|
|
|
1755
1777
|
perClass: 'FrameSupportDispatchPerDispatchClassWeightsPerClass',
|
|
1756
1778
|
},
|
|
1757
1779
|
/**
|
|
1758
|
-
*
|
|
1780
|
+
* Lookup152: frame_support::dispatch::PerDispatchClass<frame_system::limits::WeightsPerClass>
|
|
1759
1781
|
**/
|
|
1760
1782
|
FrameSupportDispatchPerDispatchClassWeightsPerClass: {
|
|
1761
1783
|
normal: 'FrameSystemLimitsWeightsPerClass',
|
|
@@ -1763,7 +1785,7 @@ export default {
|
|
|
1763
1785
|
mandatory: 'FrameSystemLimitsWeightsPerClass',
|
|
1764
1786
|
},
|
|
1765
1787
|
/**
|
|
1766
|
-
*
|
|
1788
|
+
* Lookup153: frame_system::limits::WeightsPerClass
|
|
1767
1789
|
**/
|
|
1768
1790
|
FrameSystemLimitsWeightsPerClass: {
|
|
1769
1791
|
baseExtrinsic: 'SpWeightsWeightV2Weight',
|
|
@@ -1772,14 +1794,14 @@ export default {
|
|
|
1772
1794
|
reserved: 'Option<SpWeightsWeightV2Weight>',
|
|
1773
1795
|
},
|
|
1774
1796
|
/**
|
|
1775
|
-
*
|
|
1797
|
+
* Lookup155: frame_system::limits::BlockLength
|
|
1776
1798
|
**/
|
|
1777
1799
|
FrameSystemLimitsBlockLength: {
|
|
1778
1800
|
max: 'FrameSupportDispatchPerDispatchClassU32',
|
|
1779
1801
|
maxHeaderSize: 'Option<u32>',
|
|
1780
1802
|
},
|
|
1781
1803
|
/**
|
|
1782
|
-
*
|
|
1804
|
+
* Lookup156: frame_support::dispatch::PerDispatchClass<T>
|
|
1783
1805
|
**/
|
|
1784
1806
|
FrameSupportDispatchPerDispatchClassU32: {
|
|
1785
1807
|
normal: 'u32',
|
|
@@ -1787,14 +1809,14 @@ export default {
|
|
|
1787
1809
|
mandatory: 'u32',
|
|
1788
1810
|
},
|
|
1789
1811
|
/**
|
|
1790
|
-
*
|
|
1812
|
+
* Lookup158: sp_weights::RuntimeDbWeight
|
|
1791
1813
|
**/
|
|
1792
1814
|
SpWeightsRuntimeDbWeight: {
|
|
1793
1815
|
read: 'u64',
|
|
1794
1816
|
write: 'u64',
|
|
1795
1817
|
},
|
|
1796
1818
|
/**
|
|
1797
|
-
*
|
|
1819
|
+
* Lookup159: sp_version::RuntimeVersion
|
|
1798
1820
|
**/
|
|
1799
1821
|
SpVersionRuntimeVersion: {
|
|
1800
1822
|
specName: 'Text',
|
|
@@ -1807,7 +1829,7 @@ export default {
|
|
|
1807
1829
|
systemVersion: 'u8',
|
|
1808
1830
|
},
|
|
1809
1831
|
/**
|
|
1810
|
-
*
|
|
1832
|
+
* Lookup164: frame_system::pallet::Error<T>
|
|
1811
1833
|
**/
|
|
1812
1834
|
FrameSystemError: {
|
|
1813
1835
|
_enum: [
|
|
@@ -1823,7 +1845,7 @@ export default {
|
|
|
1823
1845
|
],
|
|
1824
1846
|
},
|
|
1825
1847
|
/**
|
|
1826
|
-
*
|
|
1848
|
+
* Lookup165: argon_primitives::digests::Digestset<argon_notary_audit::error::VerifyError, sp_core::crypto::AccountId32>
|
|
1827
1849
|
**/
|
|
1828
1850
|
ArgonPrimitivesDigestsDigestset: {
|
|
1829
1851
|
author: 'AccountId32',
|
|
@@ -1835,20 +1857,20 @@ export default {
|
|
|
1835
1857
|
notebooks: 'ArgonPrimitivesDigestsNotebookDigest',
|
|
1836
1858
|
},
|
|
1837
1859
|
/**
|
|
1838
|
-
*
|
|
1860
|
+
* Lookup166: argon_primitives::digests::BlockVoteDigest
|
|
1839
1861
|
**/
|
|
1840
1862
|
ArgonPrimitivesDigestsBlockVoteDigest: {
|
|
1841
1863
|
votingPower: 'Compact<u128>',
|
|
1842
1864
|
votesCount: 'Compact<u32>',
|
|
1843
1865
|
},
|
|
1844
1866
|
/**
|
|
1845
|
-
*
|
|
1867
|
+
* Lookup168: argon_primitives::digests::ParentVotingKeyDigest
|
|
1846
1868
|
**/
|
|
1847
1869
|
ArgonPrimitivesDigestsParentVotingKeyDigest: {
|
|
1848
1870
|
parentVotingKey: 'Option<H256>',
|
|
1849
1871
|
},
|
|
1850
1872
|
/**
|
|
1851
|
-
*
|
|
1873
|
+
* Lookup171: argon_primitives::fork_power::ForkPower
|
|
1852
1874
|
**/
|
|
1853
1875
|
ArgonPrimitivesForkPower: {
|
|
1854
1876
|
isLatestVote: 'bool',
|
|
@@ -1860,7 +1882,7 @@ export default {
|
|
|
1860
1882
|
minerNonceScore: 'Option<U256>',
|
|
1861
1883
|
},
|
|
1862
1884
|
/**
|
|
1863
|
-
*
|
|
1885
|
+
* Lookup176: argon_primitives::digests::FrameInfo
|
|
1864
1886
|
**/
|
|
1865
1887
|
ArgonPrimitivesDigestsFrameInfo: {
|
|
1866
1888
|
frameId: 'Compact<u64>',
|
|
@@ -1868,13 +1890,13 @@ export default {
|
|
|
1868
1890
|
isNewFrame: 'bool',
|
|
1869
1891
|
},
|
|
1870
1892
|
/**
|
|
1871
|
-
*
|
|
1893
|
+
* Lookup178: argon_primitives::digests::NotebookDigest<argon_notary_audit::error::VerifyError>
|
|
1872
1894
|
**/
|
|
1873
1895
|
ArgonPrimitivesDigestsNotebookDigest: {
|
|
1874
1896
|
notebooks: 'Vec<ArgonPrimitivesNotebookNotebookAuditResult>',
|
|
1875
1897
|
},
|
|
1876
1898
|
/**
|
|
1877
|
-
*
|
|
1899
|
+
* Lookup180: argon_primitives::notebook::NotebookAuditResult<argon_notary_audit::error::VerifyError>
|
|
1878
1900
|
**/
|
|
1879
1901
|
ArgonPrimitivesNotebookNotebookAuditResult: {
|
|
1880
1902
|
notaryId: 'Compact<u32>',
|
|
@@ -1883,7 +1905,7 @@ export default {
|
|
|
1883
1905
|
auditFirstFailure: 'Option<ArgonNotaryAuditErrorVerifyError>',
|
|
1884
1906
|
},
|
|
1885
1907
|
/**
|
|
1886
|
-
*
|
|
1908
|
+
* Lookup183: pallet_digests::pallet::Error<T>
|
|
1887
1909
|
**/
|
|
1888
1910
|
PalletDigestsError: {
|
|
1889
1911
|
_enum: [
|
|
@@ -1903,7 +1925,7 @@ export default {
|
|
|
1903
1925
|
],
|
|
1904
1926
|
},
|
|
1905
1927
|
/**
|
|
1906
|
-
*
|
|
1928
|
+
* Lookup184: pallet_timestamp::pallet::Call<T>
|
|
1907
1929
|
**/
|
|
1908
1930
|
PalletTimestampCall: {
|
|
1909
1931
|
_enum: {
|
|
@@ -1913,7 +1935,7 @@ export default {
|
|
|
1913
1935
|
},
|
|
1914
1936
|
},
|
|
1915
1937
|
/**
|
|
1916
|
-
*
|
|
1938
|
+
* Lookup186: pallet_multisig::Multisig<BlockNumber, Balance, sp_core::crypto::AccountId32, MaxApprovals>
|
|
1917
1939
|
**/
|
|
1918
1940
|
PalletMultisigMultisig: {
|
|
1919
1941
|
when: 'PalletMultisigTimepoint',
|
|
@@ -1922,7 +1944,7 @@ export default {
|
|
|
1922
1944
|
approvals: 'Vec<AccountId32>',
|
|
1923
1945
|
},
|
|
1924
1946
|
/**
|
|
1925
|
-
*
|
|
1947
|
+
* Lookup189: pallet_multisig::pallet::Call<T>
|
|
1926
1948
|
**/
|
|
1927
1949
|
PalletMultisigCall: {
|
|
1928
1950
|
_enum: {
|
|
@@ -1958,7 +1980,7 @@ export default {
|
|
|
1958
1980
|
},
|
|
1959
1981
|
},
|
|
1960
1982
|
/**
|
|
1961
|
-
*
|
|
1983
|
+
* Lookup191: pallet_proxy::pallet::Call<T>
|
|
1962
1984
|
**/
|
|
1963
1985
|
PalletProxyCall: {
|
|
1964
1986
|
_enum: {
|
|
@@ -2012,11 +2034,11 @@ export default {
|
|
|
2012
2034
|
},
|
|
2013
2035
|
},
|
|
2014
2036
|
/**
|
|
2015
|
-
*
|
|
2037
|
+
* Lookup195: pallet_ticks::pallet::Call<T>
|
|
2016
2038
|
**/
|
|
2017
2039
|
PalletTicksCall: 'Null',
|
|
2018
2040
|
/**
|
|
2019
|
-
*
|
|
2041
|
+
* Lookup196: pallet_mining_slot::pallet::Call<T>
|
|
2020
2042
|
**/
|
|
2021
2043
|
PalletMiningSlotCall: {
|
|
2022
2044
|
_enum: {
|
|
@@ -2035,7 +2057,7 @@ export default {
|
|
|
2035
2057
|
},
|
|
2036
2058
|
},
|
|
2037
2059
|
/**
|
|
2038
|
-
*
|
|
2060
|
+
* Lookup197: pallet_bitcoin_utxos::pallet::Call<T>
|
|
2039
2061
|
**/
|
|
2040
2062
|
PalletBitcoinUtxosCall: {
|
|
2041
2063
|
_enum: {
|
|
@@ -2060,7 +2082,7 @@ export default {
|
|
|
2060
2082
|
},
|
|
2061
2083
|
},
|
|
2062
2084
|
/**
|
|
2063
|
-
*
|
|
2085
|
+
* Lookup198: argon_primitives::inherents::BitcoinUtxoSync
|
|
2064
2086
|
**/
|
|
2065
2087
|
ArgonPrimitivesInherentsBitcoinUtxoSync: {
|
|
2066
2088
|
spent: 'Vec<ArgonPrimitivesInherentsBitcoinUtxoSpend>',
|
|
@@ -2068,7 +2090,7 @@ export default {
|
|
|
2068
2090
|
syncToBlock: 'ArgonPrimitivesBitcoinBitcoinBlock',
|
|
2069
2091
|
},
|
|
2070
2092
|
/**
|
|
2071
|
-
*
|
|
2093
|
+
* Lookup200: argon_primitives::inherents::BitcoinUtxoSpend
|
|
2072
2094
|
**/
|
|
2073
2095
|
ArgonPrimitivesInherentsBitcoinUtxoSpend: {
|
|
2074
2096
|
utxoId: 'Compact<u64>',
|
|
@@ -2076,7 +2098,7 @@ export default {
|
|
|
2076
2098
|
bitcoinHeight: 'Compact<u64>',
|
|
2077
2099
|
},
|
|
2078
2100
|
/**
|
|
2079
|
-
*
|
|
2101
|
+
* Lookup203: argon_primitives::inherents::BitcoinUtxoFunding
|
|
2080
2102
|
**/
|
|
2081
2103
|
ArgonPrimitivesInherentsBitcoinUtxoFunding: {
|
|
2082
2104
|
utxoId: 'Compact<u64>',
|
|
@@ -2086,14 +2108,14 @@ export default {
|
|
|
2086
2108
|
bitcoinHeight: 'Compact<u64>',
|
|
2087
2109
|
},
|
|
2088
2110
|
/**
|
|
2089
|
-
*
|
|
2111
|
+
* Lookup204: argon_primitives::bitcoin::BitcoinBlock
|
|
2090
2112
|
**/
|
|
2091
2113
|
ArgonPrimitivesBitcoinBitcoinBlock: {
|
|
2092
2114
|
blockHeight: 'Compact<u64>',
|
|
2093
2115
|
blockHash: 'ArgonPrimitivesBitcoinH256Le',
|
|
2094
2116
|
},
|
|
2095
2117
|
/**
|
|
2096
|
-
*
|
|
2118
|
+
* Lookup205: pallet_vaults::pallet::Call<T>
|
|
2097
2119
|
**/
|
|
2098
2120
|
PalletVaultsCall: {
|
|
2099
2121
|
_enum: {
|
|
@@ -2131,7 +2153,7 @@ export default {
|
|
|
2131
2153
|
},
|
|
2132
2154
|
},
|
|
2133
2155
|
/**
|
|
2134
|
-
*
|
|
2156
|
+
* Lookup206: pallet_vaults::pallet::VaultConfig<sp_core::crypto::AccountId32, Balance>
|
|
2135
2157
|
**/
|
|
2136
2158
|
PalletVaultsVaultConfig: {
|
|
2137
2159
|
terms: 'ArgonPrimitivesVaultVaultTerms',
|
|
@@ -2142,7 +2164,7 @@ export default {
|
|
|
2142
2164
|
securitizationRatio: 'Compact<u128>',
|
|
2143
2165
|
},
|
|
2144
2166
|
/**
|
|
2145
|
-
*
|
|
2167
|
+
* Lookup207: argon_primitives::vault::VaultTerms<Balance>
|
|
2146
2168
|
**/
|
|
2147
2169
|
ArgonPrimitivesVaultVaultTerms: {
|
|
2148
2170
|
bitcoinAnnualPercentRate: 'Compact<u128>',
|
|
@@ -2151,11 +2173,11 @@ export default {
|
|
|
2151
2173
|
treasuryBonusProfitSharing: 'Compact<Permill>',
|
|
2152
2174
|
},
|
|
2153
2175
|
/**
|
|
2154
|
-
*
|
|
2176
|
+
* Lookup213: argon_primitives::bitcoin::OpaqueBitcoinXpub
|
|
2155
2177
|
**/
|
|
2156
2178
|
ArgonPrimitivesBitcoinOpaqueBitcoinXpub: '[u8;78]',
|
|
2157
2179
|
/**
|
|
2158
|
-
*
|
|
2180
|
+
* Lookup215: pallet_bitcoin_locks::pallet::Call<T>
|
|
2159
2181
|
**/
|
|
2160
2182
|
PalletBitcoinLocksCall: {
|
|
2161
2183
|
_enum: {
|
|
@@ -2206,11 +2228,11 @@ export default {
|
|
|
2206
2228
|
},
|
|
2207
2229
|
},
|
|
2208
2230
|
/**
|
|
2209
|
-
*
|
|
2231
|
+
* Lookup216: argon_primitives::bitcoin::CompressedBitcoinPubkey
|
|
2210
2232
|
**/
|
|
2211
2233
|
ArgonPrimitivesBitcoinCompressedBitcoinPubkey: '[u8;33]',
|
|
2212
2234
|
/**
|
|
2213
|
-
*
|
|
2235
|
+
* Lookup219: pallet_bitcoin_locks::pallet::LockOptions<T>
|
|
2214
2236
|
**/
|
|
2215
2237
|
PalletBitcoinLocksLockOptions: {
|
|
2216
2238
|
_enum: {
|
|
@@ -2220,7 +2242,7 @@ export default {
|
|
|
2220
2242
|
},
|
|
2221
2243
|
},
|
|
2222
2244
|
/**
|
|
2223
|
-
*
|
|
2245
|
+
* Lookup222: pallet_notaries::pallet::Call<T>
|
|
2224
2246
|
**/
|
|
2225
2247
|
PalletNotariesCall: {
|
|
2226
2248
|
_enum: {
|
|
@@ -2238,7 +2260,7 @@ export default {
|
|
|
2238
2260
|
},
|
|
2239
2261
|
},
|
|
2240
2262
|
/**
|
|
2241
|
-
*
|
|
2263
|
+
* Lookup223: pallet_notebook::pallet::Call<T>
|
|
2242
2264
|
**/
|
|
2243
2265
|
PalletNotebookCall: {
|
|
2244
2266
|
_enum: {
|
|
@@ -2251,14 +2273,14 @@ export default {
|
|
|
2251
2273
|
},
|
|
2252
2274
|
},
|
|
2253
2275
|
/**
|
|
2254
|
-
*
|
|
2276
|
+
* Lookup225: argon_primitives::notebook::SignedNotebookHeader
|
|
2255
2277
|
**/
|
|
2256
2278
|
ArgonPrimitivesNotebookSignedNotebookHeader: {
|
|
2257
2279
|
header: 'ArgonPrimitivesNotebookNotebookHeader',
|
|
2258
2280
|
signature: '[u8;64]',
|
|
2259
2281
|
},
|
|
2260
2282
|
/**
|
|
2261
|
-
*
|
|
2283
|
+
* Lookup226: argon_primitives::notebook::NotebookHeader
|
|
2262
2284
|
**/
|
|
2263
2285
|
ArgonPrimitivesNotebookNotebookHeader: {
|
|
2264
2286
|
version: 'Compact<u16>',
|
|
@@ -2278,7 +2300,7 @@ export default {
|
|
|
2278
2300
|
domains: 'Vec<(H256,AccountId32)>',
|
|
2279
2301
|
},
|
|
2280
2302
|
/**
|
|
2281
|
-
*
|
|
2303
|
+
* Lookup229: argon_primitives::notebook::ChainTransfer
|
|
2282
2304
|
**/
|
|
2283
2305
|
ArgonPrimitivesNotebookChainTransfer: {
|
|
2284
2306
|
_enum: {
|
|
@@ -2292,14 +2314,14 @@ export default {
|
|
|
2292
2314
|
},
|
|
2293
2315
|
},
|
|
2294
2316
|
/**
|
|
2295
|
-
*
|
|
2317
|
+
* Lookup232: argon_primitives::balance_change::AccountOrigin
|
|
2296
2318
|
**/
|
|
2297
2319
|
ArgonPrimitivesBalanceChangeAccountOrigin: {
|
|
2298
2320
|
notebookNumber: 'Compact<u32>',
|
|
2299
2321
|
accountUid: 'Compact<u32>',
|
|
2300
2322
|
},
|
|
2301
2323
|
/**
|
|
2302
|
-
*
|
|
2324
|
+
* Lookup239: pallet_localchain_transfer::pallet::Call<T>
|
|
2303
2325
|
**/
|
|
2304
2326
|
PalletLocalchainTransferCall: {
|
|
2305
2327
|
_enum: {
|
|
@@ -2310,7 +2332,7 @@ export default {
|
|
|
2310
2332
|
},
|
|
2311
2333
|
},
|
|
2312
2334
|
/**
|
|
2313
|
-
*
|
|
2335
|
+
* Lookup240: pallet_block_seal_spec::pallet::Call<T>
|
|
2314
2336
|
**/
|
|
2315
2337
|
PalletBlockSealSpecCall: {
|
|
2316
2338
|
_enum: {
|
|
@@ -2321,7 +2343,7 @@ export default {
|
|
|
2321
2343
|
},
|
|
2322
2344
|
},
|
|
2323
2345
|
/**
|
|
2324
|
-
*
|
|
2346
|
+
* Lookup241: pallet_domains::pallet::Call<T>
|
|
2325
2347
|
**/
|
|
2326
2348
|
PalletDomainsCall: {
|
|
2327
2349
|
_enum: {
|
|
@@ -2332,7 +2354,7 @@ export default {
|
|
|
2332
2354
|
},
|
|
2333
2355
|
},
|
|
2334
2356
|
/**
|
|
2335
|
-
*
|
|
2357
|
+
* Lookup242: pallet_price_index::pallet::Call<T>
|
|
2336
2358
|
**/
|
|
2337
2359
|
PalletPriceIndexCall: {
|
|
2338
2360
|
_enum: {
|
|
@@ -2345,7 +2367,7 @@ export default {
|
|
|
2345
2367
|
},
|
|
2346
2368
|
},
|
|
2347
2369
|
/**
|
|
2348
|
-
*
|
|
2370
|
+
* Lookup243: pallet_price_index::PriceIndex
|
|
2349
2371
|
**/
|
|
2350
2372
|
PalletPriceIndexPriceIndex: {
|
|
2351
2373
|
btcUsdPrice: 'Compact<u128>',
|
|
@@ -2356,7 +2378,7 @@ export default {
|
|
|
2356
2378
|
tick: 'Compact<u64>',
|
|
2357
2379
|
},
|
|
2358
2380
|
/**
|
|
2359
|
-
*
|
|
2381
|
+
* Lookup244: pallet_grandpa::pallet::Call<T>
|
|
2360
2382
|
**/
|
|
2361
2383
|
PalletGrandpaCall: {
|
|
2362
2384
|
_enum: {
|
|
@@ -2375,14 +2397,14 @@ export default {
|
|
|
2375
2397
|
},
|
|
2376
2398
|
},
|
|
2377
2399
|
/**
|
|
2378
|
-
*
|
|
2400
|
+
* Lookup245: sp_consensus_grandpa::EquivocationProof<primitive_types::H256, N>
|
|
2379
2401
|
**/
|
|
2380
2402
|
SpConsensusGrandpaEquivocationProof: {
|
|
2381
2403
|
setId: 'u64',
|
|
2382
2404
|
equivocation: 'SpConsensusGrandpaEquivocation',
|
|
2383
2405
|
},
|
|
2384
2406
|
/**
|
|
2385
|
-
*
|
|
2407
|
+
* Lookup246: sp_consensus_grandpa::Equivocation<primitive_types::H256, N>
|
|
2386
2408
|
**/
|
|
2387
2409
|
SpConsensusGrandpaEquivocation: {
|
|
2388
2410
|
_enum: {
|
|
@@ -2391,7 +2413,7 @@ export default {
|
|
|
2391
2413
|
},
|
|
2392
2414
|
},
|
|
2393
2415
|
/**
|
|
2394
|
-
*
|
|
2416
|
+
* Lookup247: finality_grandpa::Equivocation<sp_consensus_grandpa::app::Public, finality_grandpa::Prevote<primitive_types::H256, N>, sp_consensus_grandpa::app::Signature>
|
|
2395
2417
|
**/
|
|
2396
2418
|
FinalityGrandpaEquivocationPrevote: {
|
|
2397
2419
|
roundNumber: 'u64',
|
|
@@ -2400,18 +2422,18 @@ export default {
|
|
|
2400
2422
|
second: '(FinalityGrandpaPrevote,SpConsensusGrandpaAppSignature)',
|
|
2401
2423
|
},
|
|
2402
2424
|
/**
|
|
2403
|
-
*
|
|
2425
|
+
* Lookup248: finality_grandpa::Prevote<primitive_types::H256, N>
|
|
2404
2426
|
**/
|
|
2405
2427
|
FinalityGrandpaPrevote: {
|
|
2406
2428
|
targetHash: 'H256',
|
|
2407
2429
|
targetNumber: 'u32',
|
|
2408
2430
|
},
|
|
2409
2431
|
/**
|
|
2410
|
-
*
|
|
2432
|
+
* Lookup249: sp_consensus_grandpa::app::Signature
|
|
2411
2433
|
**/
|
|
2412
2434
|
SpConsensusGrandpaAppSignature: '[u8;64]',
|
|
2413
2435
|
/**
|
|
2414
|
-
*
|
|
2436
|
+
* Lookup251: finality_grandpa::Equivocation<sp_consensus_grandpa::app::Public, finality_grandpa::Precommit<primitive_types::H256, N>, sp_consensus_grandpa::app::Signature>
|
|
2415
2437
|
**/
|
|
2416
2438
|
FinalityGrandpaEquivocationPrecommit: {
|
|
2417
2439
|
roundNumber: 'u64',
|
|
@@ -2420,18 +2442,18 @@ export default {
|
|
|
2420
2442
|
second: '(FinalityGrandpaPrecommit,SpConsensusGrandpaAppSignature)',
|
|
2421
2443
|
},
|
|
2422
2444
|
/**
|
|
2423
|
-
*
|
|
2445
|
+
* Lookup252: finality_grandpa::Precommit<primitive_types::H256, N>
|
|
2424
2446
|
**/
|
|
2425
2447
|
FinalityGrandpaPrecommit: {
|
|
2426
2448
|
targetHash: 'H256',
|
|
2427
2449
|
targetNumber: 'u32',
|
|
2428
2450
|
},
|
|
2429
2451
|
/**
|
|
2430
|
-
*
|
|
2452
|
+
* Lookup254: sp_core::Void
|
|
2431
2453
|
**/
|
|
2432
2454
|
SpCoreVoid: 'Null',
|
|
2433
2455
|
/**
|
|
2434
|
-
*
|
|
2456
|
+
* Lookup255: pallet_block_seal::pallet::Call<T>
|
|
2435
2457
|
**/
|
|
2436
2458
|
PalletBlockSealCall: {
|
|
2437
2459
|
_enum: {
|
|
@@ -2441,7 +2463,7 @@ export default {
|
|
|
2441
2463
|
},
|
|
2442
2464
|
},
|
|
2443
2465
|
/**
|
|
2444
|
-
*
|
|
2466
|
+
* Lookup256: argon_primitives::inherents::BlockSealInherent
|
|
2445
2467
|
**/
|
|
2446
2468
|
ArgonPrimitivesInherentsBlockSealInherent: {
|
|
2447
2469
|
_enum: {
|
|
@@ -2457,7 +2479,7 @@ export default {
|
|
|
2457
2479
|
},
|
|
2458
2480
|
},
|
|
2459
2481
|
/**
|
|
2460
|
-
*
|
|
2482
|
+
* Lookup257: argon_primitives::balance_change::MerkleProof
|
|
2461
2483
|
**/
|
|
2462
2484
|
ArgonPrimitivesBalanceChangeMerkleProof: {
|
|
2463
2485
|
proof: 'Vec<H256>',
|
|
@@ -2465,7 +2487,7 @@ export default {
|
|
|
2465
2487
|
leafIndex: 'Compact<u32>',
|
|
2466
2488
|
},
|
|
2467
2489
|
/**
|
|
2468
|
-
*
|
|
2490
|
+
* Lookup259: argon_primitives::block_vote::BlockVoteT<primitive_types::H256>
|
|
2469
2491
|
**/
|
|
2470
2492
|
ArgonPrimitivesBlockVoteBlockVoteT: {
|
|
2471
2493
|
accountId: 'AccountId32',
|
|
@@ -2477,7 +2499,7 @@ export default {
|
|
|
2477
2499
|
tick: 'Compact<u64>',
|
|
2478
2500
|
},
|
|
2479
2501
|
/**
|
|
2480
|
-
*
|
|
2502
|
+
* Lookup260: sp_runtime::MultiSignature
|
|
2481
2503
|
**/
|
|
2482
2504
|
SpRuntimeMultiSignature: {
|
|
2483
2505
|
_enum: {
|
|
@@ -2488,7 +2510,7 @@ export default {
|
|
|
2488
2510
|
},
|
|
2489
2511
|
},
|
|
2490
2512
|
/**
|
|
2491
|
-
*
|
|
2513
|
+
* Lookup262: pallet_block_rewards::pallet::Call<T>
|
|
2492
2514
|
**/
|
|
2493
2515
|
PalletBlockRewardsCall: {
|
|
2494
2516
|
_enum: {
|
|
@@ -2501,11 +2523,11 @@ export default {
|
|
|
2501
2523
|
},
|
|
2502
2524
|
},
|
|
2503
2525
|
/**
|
|
2504
|
-
*
|
|
2526
|
+
* Lookup263: pallet_mint::pallet::Call<T>
|
|
2505
2527
|
**/
|
|
2506
2528
|
PalletMintCall: 'Null',
|
|
2507
2529
|
/**
|
|
2508
|
-
*
|
|
2530
|
+
* Lookup264: pallet_balances::pallet::Call<T, I>
|
|
2509
2531
|
**/
|
|
2510
2532
|
PalletBalancesCall: {
|
|
2511
2533
|
_enum: {
|
|
@@ -2550,13 +2572,13 @@ export default {
|
|
|
2550
2572
|
},
|
|
2551
2573
|
},
|
|
2552
2574
|
/**
|
|
2553
|
-
*
|
|
2575
|
+
* Lookup265: pallet_balances::types::AdjustmentDirection
|
|
2554
2576
|
**/
|
|
2555
2577
|
PalletBalancesAdjustmentDirection: {
|
|
2556
2578
|
_enum: ['Increase', 'Decrease'],
|
|
2557
2579
|
},
|
|
2558
2580
|
/**
|
|
2559
|
-
*
|
|
2581
|
+
* Lookup267: pallet_tx_pause::pallet::Call<T>
|
|
2560
2582
|
**/
|
|
2561
2583
|
PalletTxPauseCall: {
|
|
2562
2584
|
_enum: {
|
|
@@ -2569,7 +2591,7 @@ export default {
|
|
|
2569
2591
|
},
|
|
2570
2592
|
},
|
|
2571
2593
|
/**
|
|
2572
|
-
*
|
|
2594
|
+
* Lookup268: pallet_utility::pallet::Call<T>
|
|
2573
2595
|
**/
|
|
2574
2596
|
PalletUtilityCall: {
|
|
2575
2597
|
_enum: {
|
|
@@ -2605,7 +2627,7 @@ export default {
|
|
|
2605
2627
|
},
|
|
2606
2628
|
},
|
|
2607
2629
|
/**
|
|
2608
|
-
*
|
|
2630
|
+
* Lookup270: pallet_sudo::pallet::Call<T>
|
|
2609
2631
|
**/
|
|
2610
2632
|
PalletSudoCall: {
|
|
2611
2633
|
_enum: {
|
|
@@ -2630,7 +2652,7 @@ export default {
|
|
|
2630
2652
|
},
|
|
2631
2653
|
},
|
|
2632
2654
|
/**
|
|
2633
|
-
*
|
|
2655
|
+
* Lookup271: pallet_treasury::pallet::Call<T>
|
|
2634
2656
|
**/
|
|
2635
2657
|
PalletTreasuryCall: {
|
|
2636
2658
|
_enum: {
|
|
@@ -2646,10 +2668,13 @@ export default {
|
|
|
2646
2668
|
liquidate_bond_lot: {
|
|
2647
2669
|
bondLotId: 'u64',
|
|
2648
2670
|
},
|
|
2671
|
+
buy_argonot_bonds: {
|
|
2672
|
+
bonds: 'u32',
|
|
2673
|
+
},
|
|
2649
2674
|
},
|
|
2650
2675
|
},
|
|
2651
2676
|
/**
|
|
2652
|
-
*
|
|
2677
|
+
* Lookup273: argon_primitives::vault::TreasuryBonusApprovalProof
|
|
2653
2678
|
**/
|
|
2654
2679
|
ArgonPrimitivesVaultTreasuryBonusApprovalProof: {
|
|
2655
2680
|
vaultId: 'Compact<u32>',
|
|
@@ -2658,7 +2683,7 @@ export default {
|
|
|
2658
2683
|
signature: 'SpRuntimeMultiSignature',
|
|
2659
2684
|
},
|
|
2660
2685
|
/**
|
|
2661
|
-
*
|
|
2686
|
+
* Lookup274: pallet_operational_accounts::pallet::Call<T>
|
|
2662
2687
|
**/
|
|
2663
2688
|
PalletOperationalAccountsCall: {
|
|
2664
2689
|
_enum: {
|
|
@@ -2667,16 +2692,16 @@ export default {
|
|
|
2667
2692
|
},
|
|
2668
2693
|
__Unused1: 'Null',
|
|
2669
2694
|
set_reward_config: {
|
|
2670
|
-
|
|
2671
|
-
|
|
2695
|
+
operationalCertificationReward: 'u128',
|
|
2696
|
+
operationalCertificationBonusReward: 'u128',
|
|
2672
2697
|
},
|
|
2673
2698
|
force_set_progress: {
|
|
2674
2699
|
owner: 'AccountId32',
|
|
2675
2700
|
patch: 'PalletOperationalAccountsOperationalProgressPatch',
|
|
2676
2701
|
updateOperationalProgress: 'bool',
|
|
2677
2702
|
},
|
|
2678
|
-
|
|
2679
|
-
|
|
2703
|
+
set_encrypted_server_for_downstream_account: {
|
|
2704
|
+
downstreamAccount: 'AccountId32',
|
|
2680
2705
|
encryptedServer: 'Bytes',
|
|
2681
2706
|
},
|
|
2682
2707
|
activate: 'Null',
|
|
@@ -2686,7 +2711,7 @@ export default {
|
|
|
2686
2711
|
},
|
|
2687
2712
|
},
|
|
2688
2713
|
/**
|
|
2689
|
-
*
|
|
2714
|
+
* Lookup275: pallet_operational_accounts::pallet::Registration<T>
|
|
2690
2715
|
**/
|
|
2691
2716
|
PalletOperationalAccountsRegistration: {
|
|
2692
2717
|
_enum: {
|
|
@@ -2694,52 +2719,48 @@ export default {
|
|
|
2694
2719
|
},
|
|
2695
2720
|
},
|
|
2696
2721
|
/**
|
|
2697
|
-
*
|
|
2722
|
+
* Lookup276: pallet_operational_accounts::pallet::RegistrationV1<T>
|
|
2698
2723
|
**/
|
|
2699
2724
|
PalletOperationalAccountsRegistrationV1: {
|
|
2700
2725
|
operationalAccount: 'AccountId32',
|
|
2701
2726
|
encryptionPubkey: 'PalletOperationalAccountsOpaqueEncryptionPubkey',
|
|
2702
2727
|
operationalAccountProof: 'PalletOperationalAccountsAccountOwnershipProof',
|
|
2703
2728
|
vaultAccount: 'AccountId32',
|
|
2704
|
-
|
|
2705
|
-
miningBotAccount: 'AccountId32',
|
|
2729
|
+
miningAccount: 'AccountId32',
|
|
2706
2730
|
vaultAccountProof: 'PalletOperationalAccountsAccountOwnershipProof',
|
|
2707
|
-
|
|
2708
|
-
|
|
2709
|
-
referralProof: 'Option<PalletOperationalAccountsReferralProof>',
|
|
2731
|
+
miningAccountProof: 'PalletOperationalAccountsAccountOwnershipProof',
|
|
2732
|
+
accessProof: 'Option<PalletOperationalAccountsUpstreamAccessProof>',
|
|
2710
2733
|
},
|
|
2711
2734
|
/**
|
|
2712
|
-
*
|
|
2735
|
+
* Lookup277: pallet_operational_accounts::pallet::OpaqueEncryptionPubkey
|
|
2713
2736
|
**/
|
|
2714
2737
|
PalletOperationalAccountsOpaqueEncryptionPubkey: '[u8;32]',
|
|
2715
2738
|
/**
|
|
2716
|
-
*
|
|
2739
|
+
* Lookup278: pallet_operational_accounts::pallet::AccountOwnershipProof
|
|
2717
2740
|
**/
|
|
2718
2741
|
PalletOperationalAccountsAccountOwnershipProof: {
|
|
2719
2742
|
signature: 'SpRuntimeMultiSignature',
|
|
2720
2743
|
},
|
|
2721
2744
|
/**
|
|
2722
|
-
*
|
|
2745
|
+
* Lookup280: pallet_operational_accounts::pallet::UpstreamAccessProof<sp_core::crypto::AccountId32>
|
|
2723
2746
|
**/
|
|
2724
|
-
|
|
2725
|
-
|
|
2726
|
-
|
|
2727
|
-
sponsor: 'AccountId32',
|
|
2728
|
-
expiresAtFrame: 'Compact<u64>',
|
|
2729
|
-
sponsorSignature: 'SpRuntimeMultiSignature',
|
|
2747
|
+
PalletOperationalAccountsUpstreamAccessProof: {
|
|
2748
|
+
upstreamAccount: 'AccountId32',
|
|
2749
|
+
signature: 'SpRuntimeMultiSignature',
|
|
2730
2750
|
},
|
|
2731
2751
|
/**
|
|
2732
|
-
*
|
|
2752
|
+
* Lookup281: pallet_operational_accounts::pallet::OperationalProgressPatch<Balance>
|
|
2733
2753
|
**/
|
|
2734
2754
|
PalletOperationalAccountsOperationalProgressPatch: {
|
|
2735
|
-
|
|
2755
|
+
uniswapArgonTransfersInAmount: 'Option<u128>',
|
|
2756
|
+
accountBitcoinAmount: 'Option<u128>',
|
|
2757
|
+
accountVaultBondAmount: 'Option<u128>',
|
|
2736
2758
|
vaultCreated: 'Option<bool>',
|
|
2737
|
-
|
|
2738
|
-
|
|
2739
|
-
observedMiningSeatTotal: 'Option<u32>',
|
|
2759
|
+
vaultBitcoinAmount: 'Option<u128>',
|
|
2760
|
+
miningSeatCount: 'Option<u32>',
|
|
2740
2761
|
},
|
|
2741
2762
|
/**
|
|
2742
|
-
*
|
|
2763
|
+
* Lookup283: pallet_ethereum_verifier::pallet::Call<T>
|
|
2743
2764
|
**/
|
|
2744
2765
|
PalletEthereumVerifierCall: {
|
|
2745
2766
|
_enum: {
|
|
@@ -2761,7 +2782,7 @@ export default {
|
|
|
2761
2782
|
},
|
|
2762
2783
|
},
|
|
2763
2784
|
/**
|
|
2764
|
-
*
|
|
2785
|
+
* Lookup284: pallet_ethereum_verifier::types::CheckpointUpdate
|
|
2765
2786
|
**/
|
|
2766
2787
|
PalletEthereumVerifierCheckpointUpdate: {
|
|
2767
2788
|
header: 'SnowbridgeBeaconPrimitivesBeaconHeader',
|
|
@@ -2771,7 +2792,7 @@ export default {
|
|
|
2771
2792
|
executionHeaderProof: 'PalletEthereumVerifierExecutionHeaderProof',
|
|
2772
2793
|
},
|
|
2773
2794
|
/**
|
|
2774
|
-
*
|
|
2795
|
+
* Lookup285: snowbridge_beacon_primitives::types::BeaconHeader
|
|
2775
2796
|
**/
|
|
2776
2797
|
SnowbridgeBeaconPrimitivesBeaconHeader: {
|
|
2777
2798
|
slot: 'u64',
|
|
@@ -2781,25 +2802,25 @@ export default {
|
|
|
2781
2802
|
bodyRoot: 'H256',
|
|
2782
2803
|
},
|
|
2783
2804
|
/**
|
|
2784
|
-
*
|
|
2805
|
+
* Lookup286: pallet_ethereum_verifier::types::SyncCommittee
|
|
2785
2806
|
**/
|
|
2786
2807
|
PalletEthereumVerifierSyncCommittee: {
|
|
2787
2808
|
pubkeys: 'Vec<SnowbridgeBeaconPrimitivesPublicKey>',
|
|
2788
2809
|
aggregatePubkey: 'SnowbridgeBeaconPrimitivesPublicKey',
|
|
2789
2810
|
},
|
|
2790
2811
|
/**
|
|
2791
|
-
*
|
|
2812
|
+
* Lookup288: snowbridge_beacon_primitives::types::PublicKey
|
|
2792
2813
|
**/
|
|
2793
2814
|
SnowbridgeBeaconPrimitivesPublicKey: '[u8;48]',
|
|
2794
2815
|
/**
|
|
2795
|
-
*
|
|
2816
|
+
* Lookup292: pallet_ethereum_verifier::types::ExecutionHeaderProof
|
|
2796
2817
|
**/
|
|
2797
2818
|
PalletEthereumVerifierExecutionHeaderProof: {
|
|
2798
2819
|
executionHeader: 'SnowbridgeBeaconPrimitivesVersionedExecutionPayloadHeader',
|
|
2799
2820
|
executionBranch: 'Vec<H256>',
|
|
2800
2821
|
},
|
|
2801
2822
|
/**
|
|
2802
|
-
*
|
|
2823
|
+
* Lookup293: snowbridge_beacon_primitives::types::VersionedExecutionPayloadHeader
|
|
2803
2824
|
**/
|
|
2804
2825
|
SnowbridgeBeaconPrimitivesVersionedExecutionPayloadHeader: {
|
|
2805
2826
|
_enum: {
|
|
@@ -2808,7 +2829,7 @@ export default {
|
|
|
2808
2829
|
},
|
|
2809
2830
|
},
|
|
2810
2831
|
/**
|
|
2811
|
-
*
|
|
2832
|
+
* Lookup294: snowbridge_beacon_primitives::types::ExecutionPayloadHeader
|
|
2812
2833
|
**/
|
|
2813
2834
|
SnowbridgeBeaconPrimitivesExecutionPayloadHeader: {
|
|
2814
2835
|
parentHash: 'H256',
|
|
@@ -2828,7 +2849,7 @@ export default {
|
|
|
2828
2849
|
withdrawalsRoot: 'H256',
|
|
2829
2850
|
},
|
|
2830
2851
|
/**
|
|
2831
|
-
*
|
|
2852
|
+
* Lookup295: snowbridge_beacon_primitives::types::deneb::ExecutionPayloadHeader
|
|
2832
2853
|
**/
|
|
2833
2854
|
SnowbridgeBeaconPrimitivesDenebExecutionPayloadHeader: {
|
|
2834
2855
|
parentHash: 'H256',
|
|
@@ -2850,7 +2871,7 @@ export default {
|
|
|
2850
2871
|
excessBlobGas: 'u64',
|
|
2851
2872
|
},
|
|
2852
2873
|
/**
|
|
2853
|
-
*
|
|
2874
|
+
* Lookup296: pallet_ethereum_verifier::types::ForkVersions
|
|
2854
2875
|
**/
|
|
2855
2876
|
PalletEthereumVerifierForkVersions: {
|
|
2856
2877
|
genesis: 'PalletEthereumVerifierFork',
|
|
@@ -2862,14 +2883,14 @@ export default {
|
|
|
2862
2883
|
fulu: 'PalletEthereumVerifierFork',
|
|
2863
2884
|
},
|
|
2864
2885
|
/**
|
|
2865
|
-
*
|
|
2886
|
+
* Lookup297: pallet_ethereum_verifier::types::Fork
|
|
2866
2887
|
**/
|
|
2867
2888
|
PalletEthereumVerifierFork: {
|
|
2868
2889
|
version: '[u8;4]',
|
|
2869
2890
|
epoch: 'Compact<u64>',
|
|
2870
2891
|
},
|
|
2871
2892
|
/**
|
|
2872
|
-
*
|
|
2893
|
+
* Lookup298: pallet_ethereum_verifier::types::Update
|
|
2873
2894
|
**/
|
|
2874
2895
|
PalletEthereumVerifierUpdate: {
|
|
2875
2896
|
attestedHeader: 'SnowbridgeBeaconPrimitivesBeaconHeader',
|
|
@@ -2881,25 +2902,25 @@ export default {
|
|
|
2881
2902
|
executionHeaderProof: 'PalletEthereumVerifierExecutionHeaderProof',
|
|
2882
2903
|
},
|
|
2883
2904
|
/**
|
|
2884
|
-
*
|
|
2905
|
+
* Lookup299: pallet_ethereum_verifier::types::SyncAggregate
|
|
2885
2906
|
**/
|
|
2886
2907
|
PalletEthereumVerifierSyncAggregate: {
|
|
2887
2908
|
syncCommitteeBits: 'Bytes',
|
|
2888
2909
|
syncCommitteeSignature: 'SnowbridgeBeaconPrimitivesSignature',
|
|
2889
2910
|
},
|
|
2890
2911
|
/**
|
|
2891
|
-
*
|
|
2912
|
+
* Lookup301: snowbridge_beacon_primitives::types::Signature
|
|
2892
2913
|
**/
|
|
2893
2914
|
SnowbridgeBeaconPrimitivesSignature: '[u8;96]',
|
|
2894
2915
|
/**
|
|
2895
|
-
*
|
|
2916
|
+
* Lookup304: pallet_ethereum_verifier::types::NextSyncCommitteeUpdate
|
|
2896
2917
|
**/
|
|
2897
2918
|
PalletEthereumVerifierNextSyncCommitteeUpdate: {
|
|
2898
2919
|
nextSyncCommittee: 'PalletEthereumVerifierSyncCommittee',
|
|
2899
2920
|
nextSyncCommitteeBranch: 'Vec<H256>',
|
|
2900
2921
|
},
|
|
2901
2922
|
/**
|
|
2902
|
-
*
|
|
2923
|
+
* Lookup305: pallet_crosschain_transfer::pallet::Call<T>
|
|
2903
2924
|
**/
|
|
2904
2925
|
PalletCrosschainTransferCall: {
|
|
2905
2926
|
_enum: {
|
|
@@ -2965,7 +2986,7 @@ export default {
|
|
|
2965
2986
|
},
|
|
2966
2987
|
},
|
|
2967
2988
|
/**
|
|
2968
|
-
*
|
|
2989
|
+
* Lookup306: pallet_crosschain_transfer::pallet::ChainConfig
|
|
2969
2990
|
**/
|
|
2970
2991
|
PalletCrosschainTransferChainConfig: {
|
|
2971
2992
|
_enum: {
|
|
@@ -2978,7 +2999,7 @@ export default {
|
|
|
2978
2999
|
},
|
|
2979
3000
|
},
|
|
2980
3001
|
/**
|
|
2981
|
-
*
|
|
3002
|
+
* Lookup308: pallet_crosschain_transfer::pallet::MintingAuthorityActivationRepaymentPricing<T>
|
|
2982
3003
|
**/
|
|
2983
3004
|
PalletCrosschainTransferMintingAuthorityActivationRepaymentPricing: {
|
|
2984
3005
|
activationGasCost: 'Compact<u128>',
|
|
@@ -2987,27 +3008,27 @@ export default {
|
|
|
2987
3008
|
estimatedMicrogonsPerEth: 'u128',
|
|
2988
3009
|
},
|
|
2989
3010
|
/**
|
|
2990
|
-
*
|
|
3011
|
+
* Lookup311: argon_primitives::ethereum::EthereumReceiptLogProofBatch<MaxProofBlocks, MaxReceiptLogs>
|
|
2991
3012
|
**/
|
|
2992
3013
|
ArgonPrimitivesEthereumEthereumReceiptLogProofBatch: {
|
|
2993
3014
|
executionBlockProof: 'ArgonPrimitivesEthereumEthereumExecutionBlockProof',
|
|
2994
3015
|
blocks: 'Vec<ArgonPrimitivesEthereumEthereumReceiptLogProofBlock>',
|
|
2995
3016
|
},
|
|
2996
3017
|
/**
|
|
2997
|
-
*
|
|
3018
|
+
* Lookup312: argon_primitives::ethereum::EthereumExecutionBlockProof
|
|
2998
3019
|
**/
|
|
2999
3020
|
ArgonPrimitivesEthereumEthereumExecutionBlockProof: {
|
|
3000
3021
|
anchorBlockHash: 'H256',
|
|
3001
3022
|
targetToAnchorHeaderChain: 'Vec<ArgonPrimitivesEthereumEthereumExecutionHeader>',
|
|
3002
3023
|
},
|
|
3003
3024
|
/**
|
|
3004
|
-
*
|
|
3025
|
+
* Lookup314: argon_primitives::ethereum::EthereumExecutionHeader
|
|
3005
3026
|
**/
|
|
3006
3027
|
ArgonPrimitivesEthereumEthereumExecutionHeader: {
|
|
3007
3028
|
rlp: 'Bytes',
|
|
3008
3029
|
},
|
|
3009
3030
|
/**
|
|
3010
|
-
*
|
|
3031
|
+
* Lookup318: argon_primitives::ethereum::EthereumReceiptLogProofBlock<MaxReceiptLogs>
|
|
3011
3032
|
**/
|
|
3012
3033
|
ArgonPrimitivesEthereumEthereumReceiptLogProofBlock: {
|
|
3013
3034
|
targetBlockNumber: 'Compact<u64>',
|
|
@@ -3015,28 +3036,28 @@ export default {
|
|
|
3015
3036
|
receiptLogs: 'Vec<ArgonPrimitivesEthereumEthereumReceiptLog>',
|
|
3016
3037
|
},
|
|
3017
3038
|
/**
|
|
3018
|
-
*
|
|
3039
|
+
* Lookup319: argon_primitives::ethereum::EthereumCombinedReceiptProof
|
|
3019
3040
|
**/
|
|
3020
3041
|
ArgonPrimitivesEthereumEthereumCombinedReceiptProof: {
|
|
3021
3042
|
nodes: 'Vec<Bytes>',
|
|
3022
3043
|
receipts: 'Vec<ArgonPrimitivesEthereumEthereumReceiptProofReceipt>',
|
|
3023
3044
|
},
|
|
3024
3045
|
/**
|
|
3025
|
-
*
|
|
3046
|
+
* Lookup323: argon_primitives::ethereum::EthereumReceiptProofReceipt
|
|
3026
3047
|
**/
|
|
3027
3048
|
ArgonPrimitivesEthereumEthereumReceiptProofReceipt: {
|
|
3028
3049
|
transactionIndex: 'Compact<u64>',
|
|
3029
3050
|
nodeIndexes: 'Vec<u16>',
|
|
3030
3051
|
},
|
|
3031
3052
|
/**
|
|
3032
|
-
*
|
|
3053
|
+
* Lookup328: argon_primitives::ethereum::EthereumReceiptLog
|
|
3033
3054
|
**/
|
|
3034
3055
|
ArgonPrimitivesEthereumEthereumReceiptLog: {
|
|
3035
3056
|
transactionIndex: 'Compact<u64>',
|
|
3036
3057
|
eventLog: 'ArgonPrimitivesEthereumEthereumLog',
|
|
3037
3058
|
},
|
|
3038
3059
|
/**
|
|
3039
|
-
*
|
|
3060
|
+
* Lookup329: argon_primitives::ethereum::EthereumLog
|
|
3040
3061
|
**/
|
|
3041
3062
|
ArgonPrimitivesEthereumEthereumLog: {
|
|
3042
3063
|
address: 'H160',
|
|
@@ -3044,7 +3065,7 @@ export default {
|
|
|
3044
3065
|
data: 'Bytes',
|
|
3045
3066
|
},
|
|
3046
3067
|
/**
|
|
3047
|
-
*
|
|
3068
|
+
* Lookup335: pallet_multisig::pallet::Error<T>
|
|
3048
3069
|
**/
|
|
3049
3070
|
PalletMultisigError: {
|
|
3050
3071
|
_enum: [
|
|
@@ -3065,7 +3086,7 @@ export default {
|
|
|
3065
3086
|
],
|
|
3066
3087
|
},
|
|
3067
3088
|
/**
|
|
3068
|
-
*
|
|
3089
|
+
* Lookup338: pallet_proxy::ProxyDefinition<sp_core::crypto::AccountId32, argon_runtime::ProxyType, BlockNumber>
|
|
3069
3090
|
**/
|
|
3070
3091
|
PalletProxyProxyDefinition: {
|
|
3071
3092
|
delegate: 'AccountId32',
|
|
@@ -3073,7 +3094,7 @@ export default {
|
|
|
3073
3094
|
delay: 'u32',
|
|
3074
3095
|
},
|
|
3075
3096
|
/**
|
|
3076
|
-
*
|
|
3097
|
+
* Lookup342: pallet_proxy::Announcement<sp_core::crypto::AccountId32, primitive_types::H256, BlockNumber>
|
|
3077
3098
|
**/
|
|
3078
3099
|
PalletProxyAnnouncement: {
|
|
3079
3100
|
real: 'AccountId32',
|
|
@@ -3081,7 +3102,7 @@ export default {
|
|
|
3081
3102
|
height: 'u32',
|
|
3082
3103
|
},
|
|
3083
3104
|
/**
|
|
3084
|
-
*
|
|
3105
|
+
* Lookup344: pallet_proxy::pallet::Error<T>
|
|
3085
3106
|
**/
|
|
3086
3107
|
PalletProxyError: {
|
|
3087
3108
|
_enum: [
|
|
@@ -3096,18 +3117,18 @@ export default {
|
|
|
3096
3117
|
],
|
|
3097
3118
|
},
|
|
3098
3119
|
/**
|
|
3099
|
-
*
|
|
3120
|
+
* Lookup345: argon_primitives::tick::Ticker
|
|
3100
3121
|
**/
|
|
3101
3122
|
ArgonPrimitivesTickTicker: {
|
|
3102
3123
|
tickDurationMillis: 'Compact<u64>',
|
|
3103
3124
|
channelHoldExpirationTicks: 'Compact<u64>',
|
|
3104
3125
|
},
|
|
3105
3126
|
/**
|
|
3106
|
-
*
|
|
3127
|
+
* Lookup347: pallet_ticks::pallet::Error<T>
|
|
3107
3128
|
**/
|
|
3108
3129
|
PalletTicksError: 'Null',
|
|
3109
3130
|
/**
|
|
3110
|
-
*
|
|
3131
|
+
* Lookup350: pallet_mining_slot::MinerNonceScoring<T>
|
|
3111
3132
|
**/
|
|
3112
3133
|
PalletMiningSlotMinerNonceScoring: {
|
|
3113
3134
|
nonce: 'U256',
|
|
@@ -3116,7 +3137,7 @@ export default {
|
|
|
3116
3137
|
frameStartBlocksWonSurplus: 'i16',
|
|
3117
3138
|
},
|
|
3118
3139
|
/**
|
|
3119
|
-
*
|
|
3140
|
+
* Lookup362: argon_primitives::block_seal::MiningBidStats
|
|
3120
3141
|
**/
|
|
3121
3142
|
ArgonPrimitivesBlockSealMiningBidStats: {
|
|
3122
3143
|
bidsCount: 'u32',
|
|
@@ -3125,7 +3146,7 @@ export default {
|
|
|
3125
3146
|
bidAmountSum: 'u128',
|
|
3126
3147
|
},
|
|
3127
3148
|
/**
|
|
3128
|
-
*
|
|
3149
|
+
* Lookup366: argon_primitives::block_seal::MiningSlotConfig
|
|
3129
3150
|
**/
|
|
3130
3151
|
ArgonPrimitivesBlockSealMiningSlotConfig: {
|
|
3131
3152
|
ticksBeforeBidEndForVrfClose: 'Compact<u64>',
|
|
@@ -3133,7 +3154,7 @@ export default {
|
|
|
3133
3154
|
slotBiddingStartAfterTicks: 'Compact<u64>',
|
|
3134
3155
|
},
|
|
3135
3156
|
/**
|
|
3136
|
-
*
|
|
3157
|
+
* Lookup376: pallet_mining_slot::pallet::Error<T>
|
|
3137
3158
|
**/
|
|
3138
3159
|
PalletMiningSlotError: {
|
|
3139
3160
|
_enum: [
|
|
@@ -3146,11 +3167,12 @@ export default {
|
|
|
3146
3167
|
'InsufficientFunds',
|
|
3147
3168
|
'BidCannotBeReduced',
|
|
3148
3169
|
'InvalidBidAmount',
|
|
3170
|
+
'OperationalAccountRegistrationRequired',
|
|
3149
3171
|
'UnrecoverableHold',
|
|
3150
3172
|
],
|
|
3151
3173
|
},
|
|
3152
3174
|
/**
|
|
3153
|
-
*
|
|
3175
|
+
* Lookup377: argon_primitives::bitcoin::UtxoValue
|
|
3154
3176
|
**/
|
|
3155
3177
|
ArgonPrimitivesBitcoinUtxoValue: {
|
|
3156
3178
|
utxoId: 'u64',
|
|
@@ -3160,7 +3182,7 @@ export default {
|
|
|
3160
3182
|
watchForSpentUntilHeight: 'Compact<u64>',
|
|
3161
3183
|
},
|
|
3162
3184
|
/**
|
|
3163
|
-
*
|
|
3185
|
+
* Lookup378: argon_primitives::bitcoin::BitcoinCosignScriptPubkey
|
|
3164
3186
|
**/
|
|
3165
3187
|
ArgonPrimitivesBitcoinBitcoinCosignScriptPubkey: {
|
|
3166
3188
|
_enum: {
|
|
@@ -3170,13 +3192,13 @@ export default {
|
|
|
3170
3192
|
},
|
|
3171
3193
|
},
|
|
3172
3194
|
/**
|
|
3173
|
-
*
|
|
3195
|
+
* Lookup387: argon_primitives::bitcoin::BitcoinNetwork
|
|
3174
3196
|
**/
|
|
3175
3197
|
ArgonPrimitivesBitcoinBitcoinNetwork: {
|
|
3176
3198
|
_enum: ['Bitcoin', 'Testnet', 'Signet', 'Regtest'],
|
|
3177
3199
|
},
|
|
3178
3200
|
/**
|
|
3179
|
-
*
|
|
3201
|
+
* Lookup388: pallet_bitcoin_utxos::pallet::Error<T>
|
|
3180
3202
|
**/
|
|
3181
3203
|
PalletBitcoinUtxosError: {
|
|
3182
3204
|
_enum: [
|
|
@@ -3198,7 +3220,7 @@ export default {
|
|
|
3198
3220
|
],
|
|
3199
3221
|
},
|
|
3200
3222
|
/**
|
|
3201
|
-
*
|
|
3223
|
+
* Lookup389: argon_primitives::vault::Vault<sp_core::crypto::AccountId32, Balance>
|
|
3202
3224
|
**/
|
|
3203
3225
|
ArgonPrimitivesVault: {
|
|
3204
3226
|
operatorAccountId: 'AccountId32',
|
|
@@ -3220,14 +3242,14 @@ export default {
|
|
|
3220
3242
|
operationalMinimumReleaseTick: 'Option<u64>',
|
|
3221
3243
|
},
|
|
3222
3244
|
/**
|
|
3223
|
-
*
|
|
3245
|
+
* Lookup396: argon_primitives::vault::VaultArgonotCommitment<Balance>
|
|
3224
3246
|
**/
|
|
3225
3247
|
ArgonPrimitivesVaultVaultArgonotCommitment: {
|
|
3226
3248
|
committedMicronots: 'Compact<u128>',
|
|
3227
3249
|
encumberedMicronots: 'Compact<u128>',
|
|
3228
3250
|
},
|
|
3229
3251
|
/**
|
|
3230
|
-
*
|
|
3252
|
+
* Lookup398: argon_primitives::bitcoin::BitcoinXPub
|
|
3231
3253
|
**/
|
|
3232
3254
|
ArgonPrimitivesBitcoinBitcoinXPub: {
|
|
3233
3255
|
publicKey: 'ArgonPrimitivesBitcoinCompressedBitcoinPubkey',
|
|
@@ -3238,13 +3260,13 @@ export default {
|
|
|
3238
3260
|
network: 'ArgonPrimitivesBitcoinNetworkKind',
|
|
3239
3261
|
},
|
|
3240
3262
|
/**
|
|
3241
|
-
*
|
|
3263
|
+
* Lookup400: argon_primitives::bitcoin::NetworkKind
|
|
3242
3264
|
**/
|
|
3243
3265
|
ArgonPrimitivesBitcoinNetworkKind: {
|
|
3244
3266
|
_enum: ['Main', 'Test'],
|
|
3245
3267
|
},
|
|
3246
3268
|
/**
|
|
3247
|
-
*
|
|
3269
|
+
* Lookup409: pallet_vaults::pallet::VaultFrameRevenue<T>
|
|
3248
3270
|
**/
|
|
3249
3271
|
PalletVaultsVaultFrameRevenue: {
|
|
3250
3272
|
frameId: 'Compact<u64>',
|
|
@@ -3265,7 +3287,7 @@ export default {
|
|
|
3265
3287
|
uncollectedRevenue: 'Compact<u128>',
|
|
3266
3288
|
},
|
|
3267
3289
|
/**
|
|
3268
|
-
*
|
|
3290
|
+
* Lookup412: pallet_vaults::pallet::RecentCapacityDrop<Balance, BlockNumber>
|
|
3269
3291
|
**/
|
|
3270
3292
|
PalletVaultsRecentCapacityDrop: {
|
|
3271
3293
|
blockNumber: 'Compact<u32>',
|
|
@@ -3274,7 +3296,7 @@ export default {
|
|
|
3274
3296
|
noFeeFailuresUsed: 'Compact<u32>',
|
|
3275
3297
|
},
|
|
3276
3298
|
/**
|
|
3277
|
-
*
|
|
3299
|
+
* Lookup414: pallet_vaults::pallet::Error<T>
|
|
3278
3300
|
**/
|
|
3279
3301
|
PalletVaultsError: {
|
|
3280
3302
|
_enum: [
|
|
@@ -3310,11 +3332,12 @@ export default {
|
|
|
3310
3332
|
'PendingOrphanedUtxoCosignsBeforeCollect',
|
|
3311
3333
|
'OverdueCollectBlockersBeforeCollect',
|
|
3312
3334
|
'AccountAlreadyHasVault',
|
|
3335
|
+
'OperationalAccountRegistrationRequired',
|
|
3313
3336
|
'CommittedArgonotsBelowEncumberedBacking',
|
|
3314
3337
|
],
|
|
3315
3338
|
},
|
|
3316
3339
|
/**
|
|
3317
|
-
*
|
|
3340
|
+
* Lookup415: pallet_bitcoin_locks::pallet::LockedBitcoin<T>
|
|
3318
3341
|
**/
|
|
3319
3342
|
PalletBitcoinLocksLockedBitcoin: {
|
|
3320
3343
|
vaultId: 'Compact<u32>',
|
|
@@ -3339,7 +3362,7 @@ export default {
|
|
|
3339
3362
|
createdAtArgonBlock: 'Compact<u32>',
|
|
3340
3363
|
},
|
|
3341
3364
|
/**
|
|
3342
|
-
*
|
|
3365
|
+
* Lookup419: pallet_bitcoin_locks::pallet::LockReleaseRequest<Balance>
|
|
3343
3366
|
**/
|
|
3344
3367
|
PalletBitcoinLocksLockReleaseRequest: {
|
|
3345
3368
|
utxoId: 'Compact<u64>',
|
|
@@ -3350,7 +3373,7 @@ export default {
|
|
|
3350
3373
|
redemptionAmount: 'Compact<u128>',
|
|
3351
3374
|
},
|
|
3352
3375
|
/**
|
|
3353
|
-
*
|
|
3376
|
+
* Lookup421: pallet_bitcoin_locks::pallet::OrphanedUtxo<BlockNumber>
|
|
3354
3377
|
**/
|
|
3355
3378
|
PalletBitcoinLocksOrphanedUtxo: {
|
|
3356
3379
|
utxoId: 'Compact<u64>',
|
|
@@ -3360,7 +3383,7 @@ export default {
|
|
|
3360
3383
|
cosignRequest: 'Option<PalletBitcoinLocksOrphanedUtxoCosignRequest>',
|
|
3361
3384
|
},
|
|
3362
3385
|
/**
|
|
3363
|
-
*
|
|
3386
|
+
* Lookup423: pallet_bitcoin_locks::pallet::OrphanedUtxoCosignRequest<BlockNumber>
|
|
3364
3387
|
**/
|
|
3365
3388
|
PalletBitcoinLocksOrphanedUtxoCosignRequest: {
|
|
3366
3389
|
bitcoinNetworkFee: 'u64',
|
|
@@ -3368,7 +3391,7 @@ export default {
|
|
|
3368
3391
|
createdAtArgonBlockNumber: 'u32',
|
|
3369
3392
|
},
|
|
3370
3393
|
/**
|
|
3371
|
-
*
|
|
3394
|
+
* Lookup430: pallet_bitcoin_locks::pallet::Error<T>
|
|
3372
3395
|
**/
|
|
3373
3396
|
PalletBitcoinLocksError: {
|
|
3374
3397
|
_enum: {
|
|
@@ -3410,7 +3433,7 @@ export default {
|
|
|
3410
3433
|
},
|
|
3411
3434
|
},
|
|
3412
3435
|
/**
|
|
3413
|
-
*
|
|
3436
|
+
* Lookup431: argon_primitives::vault::VaultError
|
|
3414
3437
|
**/
|
|
3415
3438
|
ArgonPrimitivesVaultVaultError: {
|
|
3416
3439
|
_enum: [
|
|
@@ -3430,7 +3453,7 @@ export default {
|
|
|
3430
3453
|
],
|
|
3431
3454
|
},
|
|
3432
3455
|
/**
|
|
3433
|
-
*
|
|
3456
|
+
* Lookup443: pallet_notaries::pallet::Error<T>
|
|
3434
3457
|
**/
|
|
3435
3458
|
PalletNotariesError: {
|
|
3436
3459
|
_enum: [
|
|
@@ -3446,7 +3469,7 @@ export default {
|
|
|
3446
3469
|
],
|
|
3447
3470
|
},
|
|
3448
3471
|
/**
|
|
3449
|
-
*
|
|
3472
|
+
* Lookup447: argon_primitives::notary::NotaryNotebookKeyDetails
|
|
3450
3473
|
**/
|
|
3451
3474
|
ArgonPrimitivesNotaryNotaryNotebookKeyDetails: {
|
|
3452
3475
|
notebookNumber: 'Compact<u32>',
|
|
@@ -3456,7 +3479,7 @@ export default {
|
|
|
3456
3479
|
parentSecret: 'Option<H256>',
|
|
3457
3480
|
},
|
|
3458
3481
|
/**
|
|
3459
|
-
*
|
|
3482
|
+
* Lookup450: pallet_notebook::pallet::Error<T>
|
|
3460
3483
|
**/
|
|
3461
3484
|
PalletNotebookError: {
|
|
3462
3485
|
_enum: [
|
|
@@ -3478,7 +3501,7 @@ export default {
|
|
|
3478
3501
|
],
|
|
3479
3502
|
},
|
|
3480
3503
|
/**
|
|
3481
|
-
*
|
|
3504
|
+
* Lookup451: pallet_localchain_transfer::QueuedTransferOut<sp_core::crypto::AccountId32, Balance>
|
|
3482
3505
|
**/
|
|
3483
3506
|
PalletLocalchainTransferQueuedTransferOut: {
|
|
3484
3507
|
accountId: 'AccountId32',
|
|
@@ -3487,11 +3510,11 @@ export default {
|
|
|
3487
3510
|
notaryId: 'u32',
|
|
3488
3511
|
},
|
|
3489
3512
|
/**
|
|
3490
|
-
*
|
|
3513
|
+
* Lookup453: frame_support::PalletId
|
|
3491
3514
|
**/
|
|
3492
3515
|
FrameSupportPalletId: '[u8;8]',
|
|
3493
3516
|
/**
|
|
3494
|
-
*
|
|
3517
|
+
* Lookup454: pallet_localchain_transfer::pallet::Error<T>
|
|
3495
3518
|
**/
|
|
3496
3519
|
PalletLocalchainTransferError: {
|
|
3497
3520
|
_enum: [
|
|
@@ -3506,7 +3529,7 @@ export default {
|
|
|
3506
3529
|
],
|
|
3507
3530
|
},
|
|
3508
3531
|
/**
|
|
3509
|
-
*
|
|
3532
|
+
* Lookup458: argon_primitives::notary::NotaryNotebookVoteDigestDetails
|
|
3510
3533
|
**/
|
|
3511
3534
|
ArgonPrimitivesNotaryNotaryNotebookVoteDigestDetails: {
|
|
3512
3535
|
notaryId: 'Compact<u32>',
|
|
@@ -3516,13 +3539,13 @@ export default {
|
|
|
3516
3539
|
blockVotingPower: 'Compact<u128>',
|
|
3517
3540
|
},
|
|
3518
3541
|
/**
|
|
3519
|
-
*
|
|
3542
|
+
* Lookup463: pallet_block_seal_spec::pallet::Error<T>
|
|
3520
3543
|
**/
|
|
3521
3544
|
PalletBlockSealSpecError: {
|
|
3522
3545
|
_enum: ['MaxNotebooksAtTickExceeded'],
|
|
3523
3546
|
},
|
|
3524
3547
|
/**
|
|
3525
|
-
*
|
|
3548
|
+
* Lookup465: pallet_domains::pallet::Error<T>
|
|
3526
3549
|
**/
|
|
3527
3550
|
PalletDomainsError: {
|
|
3528
3551
|
_enum: [
|
|
@@ -3534,7 +3557,7 @@ export default {
|
|
|
3534
3557
|
],
|
|
3535
3558
|
},
|
|
3536
3559
|
/**
|
|
3537
|
-
*
|
|
3560
|
+
* Lookup467: pallet_price_index::CpiMeasurementBucket
|
|
3538
3561
|
**/
|
|
3539
3562
|
PalletPriceIndexCpiMeasurementBucket: {
|
|
3540
3563
|
tickRange: '(u64,u64)',
|
|
@@ -3542,7 +3565,7 @@ export default {
|
|
|
3542
3565
|
measurementsCount: 'u32',
|
|
3543
3566
|
},
|
|
3544
3567
|
/**
|
|
3545
|
-
*
|
|
3568
|
+
* Lookup471: pallet_price_index::ArgonotAverageFrameAccumulator<Balance>
|
|
3546
3569
|
**/
|
|
3547
3570
|
PalletPriceIndexArgonotAverageFrameAccumulator: {
|
|
3548
3571
|
frameId: 'Compact<u64>',
|
|
@@ -3550,7 +3573,7 @@ export default {
|
|
|
3550
3573
|
sampleCount: 'Compact<u32>',
|
|
3551
3574
|
},
|
|
3552
3575
|
/**
|
|
3553
|
-
*
|
|
3576
|
+
* Lookup472: pallet_price_index::pallet::Error<T>
|
|
3554
3577
|
**/
|
|
3555
3578
|
PalletPriceIndexError: {
|
|
3556
3579
|
_enum: [
|
|
@@ -3561,7 +3584,7 @@ export default {
|
|
|
3561
3584
|
],
|
|
3562
3585
|
},
|
|
3563
3586
|
/**
|
|
3564
|
-
*
|
|
3587
|
+
* Lookup473: pallet_grandpa::StoredState<N>
|
|
3565
3588
|
**/
|
|
3566
3589
|
PalletGrandpaStoredState: {
|
|
3567
3590
|
_enum: {
|
|
@@ -3578,7 +3601,7 @@ export default {
|
|
|
3578
3601
|
},
|
|
3579
3602
|
},
|
|
3580
3603
|
/**
|
|
3581
|
-
*
|
|
3604
|
+
* Lookup474: pallet_grandpa::StoredPendingChange<N, Limit>
|
|
3582
3605
|
**/
|
|
3583
3606
|
PalletGrandpaStoredPendingChange: {
|
|
3584
3607
|
scheduledAt: 'u32',
|
|
@@ -3587,7 +3610,7 @@ export default {
|
|
|
3587
3610
|
forced: 'Option<u32>',
|
|
3588
3611
|
},
|
|
3589
3612
|
/**
|
|
3590
|
-
*
|
|
3613
|
+
* Lookup476: pallet_grandpa::pallet::Error<T>
|
|
3591
3614
|
**/
|
|
3592
3615
|
PalletGrandpaError: {
|
|
3593
3616
|
_enum: [
|
|
@@ -3601,7 +3624,7 @@ export default {
|
|
|
3601
3624
|
],
|
|
3602
3625
|
},
|
|
3603
3626
|
/**
|
|
3604
|
-
*
|
|
3627
|
+
* Lookup477: argon_primitives::providers::BlockSealerInfo<sp_core::crypto::AccountId32, argon_primitives::block_seal::app::Public>
|
|
3605
3628
|
**/
|
|
3606
3629
|
ArgonPrimitivesProvidersBlockSealerInfo: {
|
|
3607
3630
|
blockAuthorAccountId: 'AccountId32',
|
|
@@ -3609,7 +3632,7 @@ export default {
|
|
|
3609
3632
|
blockSealAuthority: 'Option<ArgonPrimitivesBlockSealAppPublic>',
|
|
3610
3633
|
},
|
|
3611
3634
|
/**
|
|
3612
|
-
*
|
|
3635
|
+
* Lookup479: pallet_block_seal::pallet::Error<T>
|
|
3613
3636
|
**/
|
|
3614
3637
|
PalletBlockSealError: {
|
|
3615
3638
|
_enum: [
|
|
@@ -3637,11 +3660,28 @@ export default {
|
|
|
3637
3660
|
],
|
|
3638
3661
|
},
|
|
3639
3662
|
/**
|
|
3640
|
-
*
|
|
3663
|
+
* Lookup483: pallet_block_rewards::pallet::Error<T>
|
|
3641
3664
|
**/
|
|
3642
3665
|
PalletBlockRewardsError: 'Null',
|
|
3643
3666
|
/**
|
|
3644
|
-
*
|
|
3667
|
+
* Lookup484: pallet_mint::pallet::PendingMintUtxo<T>
|
|
3668
|
+
**/
|
|
3669
|
+
PalletMintPendingMintUtxo: {
|
|
3670
|
+
utxoId: 'Compact<u64>',
|
|
3671
|
+
accountId: 'AccountId32',
|
|
3672
|
+
remainingAmount: 'Compact<u128>',
|
|
3673
|
+
maxAmountPerFrame: 'Compact<u128>',
|
|
3674
|
+
},
|
|
3675
|
+
/**
|
|
3676
|
+
* Lookup486: pallet_mint::pallet::MintQueueCursor
|
|
3677
|
+
**/
|
|
3678
|
+
PalletMintMintQueueCursor: {
|
|
3679
|
+
payoutStartIndex: 'Compact<u64>',
|
|
3680
|
+
payoutCursorIndex: 'Compact<u64>',
|
|
3681
|
+
payoutCursorFrameId: 'Option<u64>',
|
|
3682
|
+
},
|
|
3683
|
+
/**
|
|
3684
|
+
* Lookup489: pallet_mint::pallet::MintAction<B>
|
|
3645
3685
|
**/
|
|
3646
3686
|
PalletMintMintAction: {
|
|
3647
3687
|
argonBurned: 'u128',
|
|
@@ -3649,13 +3689,13 @@ export default {
|
|
|
3649
3689
|
bitcoinMinted: 'u128',
|
|
3650
3690
|
},
|
|
3651
3691
|
/**
|
|
3652
|
-
*
|
|
3692
|
+
* Lookup491: pallet_mint::pallet::Error<T>
|
|
3653
3693
|
**/
|
|
3654
3694
|
PalletMintError: {
|
|
3655
3695
|
_enum: ['TooManyPendingMints'],
|
|
3656
3696
|
},
|
|
3657
3697
|
/**
|
|
3658
|
-
*
|
|
3698
|
+
* Lookup493: pallet_balances::types::BalanceLock<Balance>
|
|
3659
3699
|
**/
|
|
3660
3700
|
PalletBalancesBalanceLock: {
|
|
3661
3701
|
id: '[u8;8]',
|
|
@@ -3663,34 +3703,34 @@ export default {
|
|
|
3663
3703
|
reasons: 'PalletBalancesReasons',
|
|
3664
3704
|
},
|
|
3665
3705
|
/**
|
|
3666
|
-
*
|
|
3706
|
+
* Lookup494: pallet_balances::types::Reasons
|
|
3667
3707
|
**/
|
|
3668
3708
|
PalletBalancesReasons: {
|
|
3669
3709
|
_enum: ['Fee', 'Misc', 'All'],
|
|
3670
3710
|
},
|
|
3671
3711
|
/**
|
|
3672
|
-
*
|
|
3712
|
+
* Lookup497: pallet_balances::types::ReserveData<ReserveIdentifier, Balance>
|
|
3673
3713
|
**/
|
|
3674
3714
|
PalletBalancesReserveData: {
|
|
3675
3715
|
id: '[u8;8]',
|
|
3676
3716
|
amount: 'u128',
|
|
3677
3717
|
},
|
|
3678
3718
|
/**
|
|
3679
|
-
*
|
|
3719
|
+
* Lookup500: frame_support::traits::tokens::misc::IdAmount<argon_runtime::RuntimeHoldReason, Balance>
|
|
3680
3720
|
**/
|
|
3681
3721
|
FrameSupportTokensMiscIdAmountRuntimeHoldReason: {
|
|
3682
3722
|
id: 'ArgonRuntimeRuntimeHoldReason',
|
|
3683
3723
|
amount: 'u128',
|
|
3684
3724
|
},
|
|
3685
3725
|
/**
|
|
3686
|
-
*
|
|
3726
|
+
* Lookup503: frame_support::traits::tokens::misc::IdAmount<argon_runtime::RuntimeFreezeReason, Balance>
|
|
3687
3727
|
**/
|
|
3688
3728
|
FrameSupportTokensMiscIdAmountRuntimeFreezeReason: {
|
|
3689
3729
|
id: 'ArgonRuntimeRuntimeFreezeReason',
|
|
3690
3730
|
amount: 'u128',
|
|
3691
3731
|
},
|
|
3692
3732
|
/**
|
|
3693
|
-
*
|
|
3733
|
+
* Lookup504: argon_runtime::RuntimeFreezeReason
|
|
3694
3734
|
**/
|
|
3695
3735
|
ArgonRuntimeRuntimeFreezeReason: {
|
|
3696
3736
|
_enum: {
|
|
@@ -3717,13 +3757,13 @@ export default {
|
|
|
3717
3757
|
},
|
|
3718
3758
|
},
|
|
3719
3759
|
/**
|
|
3720
|
-
*
|
|
3760
|
+
* Lookup505: pallet_block_rewards::pallet::FreezeReason
|
|
3721
3761
|
**/
|
|
3722
3762
|
PalletBlockRewardsFreezeReason: {
|
|
3723
3763
|
_enum: ['MaturationPeriod'],
|
|
3724
3764
|
},
|
|
3725
3765
|
/**
|
|
3726
|
-
*
|
|
3766
|
+
* Lookup507: pallet_balances::pallet::Error<T, I>
|
|
3727
3767
|
**/
|
|
3728
3768
|
PalletBalancesError: {
|
|
3729
3769
|
_enum: [
|
|
@@ -3742,69 +3782,82 @@ export default {
|
|
|
3742
3782
|
],
|
|
3743
3783
|
},
|
|
3744
3784
|
/**
|
|
3745
|
-
*
|
|
3785
|
+
* Lookup509: pallet_tx_pause::pallet::Error<T>
|
|
3746
3786
|
**/
|
|
3747
3787
|
PalletTxPauseError: {
|
|
3748
3788
|
_enum: ['IsPaused', 'IsUnpaused', 'Unpausable', 'NotFound'],
|
|
3749
3789
|
},
|
|
3750
3790
|
/**
|
|
3751
|
-
*
|
|
3791
|
+
* Lookup510: pallet_transaction_payment::Releases
|
|
3752
3792
|
**/
|
|
3753
3793
|
PalletTransactionPaymentReleases: {
|
|
3754
3794
|
_enum: ['V1Ancient', 'V2'],
|
|
3755
3795
|
},
|
|
3756
3796
|
/**
|
|
3757
|
-
*
|
|
3797
|
+
* Lookup511: frame_support::traits::storage::NoDrop<frame_support::traits::tokens::fungible::imbalance::Imbalance<B, OnDrop, OppositeOnDrop>>
|
|
3758
3798
|
**/
|
|
3759
3799
|
FrameSupportStorageNoDrop: 'FrameSupportTokensFungibleImbalance',
|
|
3760
3800
|
/**
|
|
3761
|
-
*
|
|
3801
|
+
* Lookup512: frame_support::traits::tokens::fungible::imbalance::Imbalance<B, OnDrop, OppositeOnDrop>
|
|
3762
3802
|
**/
|
|
3763
3803
|
FrameSupportTokensFungibleImbalance: {
|
|
3764
3804
|
amount: 'u128',
|
|
3765
3805
|
},
|
|
3766
3806
|
/**
|
|
3767
|
-
*
|
|
3807
|
+
* Lookup513: pallet_utility::pallet::Error<T>
|
|
3768
3808
|
**/
|
|
3769
3809
|
PalletUtilityError: {
|
|
3770
3810
|
_enum: ['TooManyCalls'],
|
|
3771
3811
|
},
|
|
3772
3812
|
/**
|
|
3773
|
-
*
|
|
3813
|
+
* Lookup514: pallet_sudo::pallet::Error<T>
|
|
3774
3814
|
**/
|
|
3775
3815
|
PalletSudoError: {
|
|
3776
3816
|
_enum: ['RequireSudo'],
|
|
3777
3817
|
},
|
|
3778
3818
|
/**
|
|
3779
|
-
*
|
|
3819
|
+
* Lookup515: pallet_treasury::pallet::FrameVaultCapital<T>
|
|
3780
3820
|
**/
|
|
3781
3821
|
PalletTreasuryFrameVaultCapital: {
|
|
3782
3822
|
frameId: 'Compact<u64>',
|
|
3783
3823
|
vaults: 'BTreeMap<u32, PalletTreasuryVaultCapital>',
|
|
3784
3824
|
},
|
|
3785
3825
|
/**
|
|
3786
|
-
*
|
|
3826
|
+
* Lookup517: pallet_treasury::pallet::VaultCapital<T>
|
|
3787
3827
|
**/
|
|
3788
3828
|
PalletTreasuryVaultCapital: {
|
|
3789
3829
|
bondLotAllocations: 'Vec<PalletTreasuryBondLotAllocation>',
|
|
3790
3830
|
eligibleBonds: 'Compact<u32>',
|
|
3791
3831
|
},
|
|
3792
3832
|
/**
|
|
3793
|
-
*
|
|
3833
|
+
* Lookup519: pallet_treasury::pallet::BondLotAllocation
|
|
3794
3834
|
**/
|
|
3795
3835
|
PalletTreasuryBondLotAllocation: {
|
|
3796
3836
|
bondLotId: 'Compact<u64>',
|
|
3797
3837
|
prorata: 'u128',
|
|
3798
3838
|
},
|
|
3799
3839
|
/**
|
|
3800
|
-
*
|
|
3840
|
+
* Lookup524: pallet_treasury::pallet::FrameArgonotBondParticipants<T>
|
|
3841
|
+
**/
|
|
3842
|
+
PalletTreasuryFrameArgonotBondParticipants: {
|
|
3843
|
+
frameId: 'Compact<u64>',
|
|
3844
|
+
totalBonds: 'Compact<u32>',
|
|
3845
|
+
bondLots: 'Vec<PalletTreasuryBondLotSummary>',
|
|
3846
|
+
},
|
|
3847
|
+
/**
|
|
3848
|
+
* Lookup526: pallet_treasury::pallet::BondLotSummary
|
|
3849
|
+
**/
|
|
3850
|
+
PalletTreasuryBondLotSummary: {
|
|
3851
|
+
bondLotId: 'Compact<u64>',
|
|
3852
|
+
bonds: 'Compact<u32>',
|
|
3853
|
+
},
|
|
3854
|
+
/**
|
|
3855
|
+
* Lookup528: pallet_treasury::pallet::BondLot<T>
|
|
3801
3856
|
**/
|
|
3802
3857
|
PalletTreasuryBondLot: {
|
|
3803
3858
|
owner: 'AccountId32',
|
|
3804
|
-
|
|
3859
|
+
program: 'PalletTreasuryBondProgram',
|
|
3805
3860
|
bonds: 'Compact<u32>',
|
|
3806
|
-
sharingPercent: 'Compact<Permill>',
|
|
3807
|
-
bonusPercent: 'Compact<Permill>',
|
|
3808
3861
|
createdFrameId: 'Compact<u64>',
|
|
3809
3862
|
participatedFrames: 'Compact<u32>',
|
|
3810
3863
|
lastFrameEarningsFrameId: 'Option<u64>',
|
|
@@ -3814,14 +3867,20 @@ export default {
|
|
|
3814
3867
|
releaseReason: 'Option<PalletTreasuryBondReleaseReason>',
|
|
3815
3868
|
},
|
|
3816
3869
|
/**
|
|
3817
|
-
*
|
|
3870
|
+
* Lookup529: pallet_treasury::pallet::BondProgram
|
|
3818
3871
|
**/
|
|
3819
|
-
|
|
3820
|
-
|
|
3821
|
-
|
|
3872
|
+
PalletTreasuryBondProgram: {
|
|
3873
|
+
_enum: {
|
|
3874
|
+
Vault: {
|
|
3875
|
+
vaultId: 'Compact<u32>',
|
|
3876
|
+
sharingPercent: 'Compact<Permill>',
|
|
3877
|
+
bonusPercent: 'Compact<Permill>',
|
|
3878
|
+
},
|
|
3879
|
+
Argonot: 'Null',
|
|
3880
|
+
},
|
|
3822
3881
|
},
|
|
3823
3882
|
/**
|
|
3824
|
-
*
|
|
3883
|
+
* Lookup533: pallet_treasury::pallet::Error<T>
|
|
3825
3884
|
**/
|
|
3826
3885
|
PalletTreasuryError: {
|
|
3827
3886
|
_enum: [
|
|
@@ -3841,47 +3900,49 @@ export default {
|
|
|
3841
3900
|
'BonusApprovalExpired',
|
|
3842
3901
|
'BonusApprovalExistingBondLot',
|
|
3843
3902
|
'InvalidBonusApprovalSignature',
|
|
3903
|
+
'ArgonotBondPurchaseBelowCutoff',
|
|
3904
|
+
'ArgonotBondPurchaseAboveCap',
|
|
3844
3905
|
],
|
|
3845
3906
|
},
|
|
3846
3907
|
/**
|
|
3847
|
-
*
|
|
3908
|
+
* Lookup534: pallet_fee_control::pallet::Error<T>
|
|
3848
3909
|
**/
|
|
3849
3910
|
PalletFeeControlError: {
|
|
3850
3911
|
_enum: ['SponsoredFeeTooHigh'],
|
|
3851
3912
|
},
|
|
3852
3913
|
/**
|
|
3853
|
-
*
|
|
3914
|
+
* Lookup535: pallet_operational_accounts::pallet::OperationalAccount<T>
|
|
3854
3915
|
**/
|
|
3855
3916
|
PalletOperationalAccountsOperationalAccount: {
|
|
3856
3917
|
vaultAccount: 'AccountId32',
|
|
3857
|
-
|
|
3858
|
-
miningBotAccount: 'AccountId32',
|
|
3918
|
+
miningAccount: 'AccountId32',
|
|
3859
3919
|
encryptionPubkey: 'PalletOperationalAccountsOpaqueEncryptionPubkey',
|
|
3860
|
-
|
|
3861
|
-
|
|
3920
|
+
upstreamAccount: 'Option<AccountId32>',
|
|
3921
|
+
uniswapArgonTransfersInAmount: 'u128',
|
|
3922
|
+
accountBitcoinAmount: 'u128',
|
|
3923
|
+
accountVaultBondAmount: 'u128',
|
|
3862
3924
|
vaultCreated: 'bool',
|
|
3863
|
-
|
|
3864
|
-
|
|
3865
|
-
hasTreasuryPoolParticipation: 'bool',
|
|
3925
|
+
vaultBitcoinAccrual: 'u128',
|
|
3926
|
+
vaultBitcoinAppliedTotal: 'u128',
|
|
3866
3927
|
miningSeatAccrual: 'Compact<u32>',
|
|
3867
3928
|
miningSeatAppliedTotal: 'Compact<u32>',
|
|
3868
|
-
|
|
3869
|
-
|
|
3870
|
-
|
|
3929
|
+
operationalCertificationsCount: 'Compact<u32>',
|
|
3930
|
+
accessCodePending: 'bool',
|
|
3931
|
+
availableAccessCodes: 'Compact<u32>',
|
|
3871
3932
|
rewardsEarnedCount: 'Compact<u32>',
|
|
3872
3933
|
rewardsEarnedAmount: 'u128',
|
|
3873
3934
|
rewardsCollectedAmount: 'u128',
|
|
3874
|
-
|
|
3935
|
+
isOperationallyCertified: 'bool',
|
|
3875
3936
|
},
|
|
3876
3937
|
/**
|
|
3877
|
-
*
|
|
3938
|
+
* Lookup536: pallet_operational_accounts::pallet::RewardsConfig<Balance>
|
|
3878
3939
|
**/
|
|
3879
3940
|
PalletOperationalAccountsRewardsConfig: {
|
|
3880
|
-
|
|
3881
|
-
|
|
3941
|
+
operationalCertificationReward: 'Compact<u128>',
|
|
3942
|
+
operationalCertificationBonusReward: 'Compact<u128>',
|
|
3882
3943
|
},
|
|
3883
3944
|
/**
|
|
3884
|
-
*
|
|
3945
|
+
* Lookup538: pallet_operational_accounts::pallet::Error<T>
|
|
3885
3946
|
**/
|
|
3886
3947
|
PalletOperationalAccountsError: {
|
|
3887
3948
|
_enum: [
|
|
@@ -3890,28 +3951,32 @@ export default {
|
|
|
3890
3951
|
'AccountAlreadyLinked',
|
|
3891
3952
|
'InvalidAccountProof',
|
|
3892
3953
|
'NotOperationalAccount',
|
|
3893
|
-
'
|
|
3894
|
-
'
|
|
3954
|
+
'RegistrationInviteRequired',
|
|
3955
|
+
'InvalidAccessProof',
|
|
3956
|
+
'UpstreamNotOperationalAccount',
|
|
3957
|
+
'MinimumsNotMet',
|
|
3958
|
+
'CannotGrantAccessToSelf',
|
|
3895
3959
|
'NoProgressUpdateProvided',
|
|
3896
3960
|
'EncryptedServerTooLong',
|
|
3897
|
-
'
|
|
3961
|
+
'NotUpstreamOfDownstream',
|
|
3898
3962
|
'NoPendingRewards',
|
|
3899
3963
|
'RewardClaimBelowMinimum',
|
|
3900
3964
|
'RewardClaimNotWholeArgon',
|
|
3901
3965
|
'RewardClaimExceedsPending',
|
|
3902
3966
|
'TreasuryInsufficientFunds',
|
|
3903
|
-
'
|
|
3967
|
+
'AlreadyOperationallyCertified',
|
|
3904
3968
|
'NotEligibleForActivation',
|
|
3969
|
+
'UpstreamHasNoAvailableAccessCodes',
|
|
3905
3970
|
],
|
|
3906
3971
|
},
|
|
3907
3972
|
/**
|
|
3908
|
-
*
|
|
3973
|
+
* Lookup539: pallet_ethereum_verifier::types::FinalizedBeaconHeaderState
|
|
3909
3974
|
**/
|
|
3910
3975
|
PalletEthereumVerifierFinalizedBeaconHeaderState: {
|
|
3911
3976
|
slot: 'Compact<u64>',
|
|
3912
3977
|
},
|
|
3913
3978
|
/**
|
|
3914
|
-
*
|
|
3979
|
+
* Lookup540: pallet_ethereum_verifier::types::ExecutionHeaderAnchor
|
|
3915
3980
|
**/
|
|
3916
3981
|
PalletEthereumVerifierExecutionHeaderAnchor: {
|
|
3917
3982
|
blockNumber: 'Compact<u64>',
|
|
@@ -3922,7 +3987,7 @@ export default {
|
|
|
3922
3987
|
receiptsRoot: 'H256',
|
|
3923
3988
|
},
|
|
3924
3989
|
/**
|
|
3925
|
-
*
|
|
3990
|
+
* Lookup541: pallet_ethereum_verifier::types::SyncCommitteePrepared
|
|
3926
3991
|
**/
|
|
3927
3992
|
PalletEthereumVerifierSyncCommitteePrepared: {
|
|
3928
3993
|
root: 'H256',
|
|
@@ -3930,13 +3995,13 @@ export default {
|
|
|
3930
3995
|
aggregatePubkey: 'SnowbridgeMilagroBlsKeysPublicKey',
|
|
3931
3996
|
},
|
|
3932
3997
|
/**
|
|
3933
|
-
*
|
|
3998
|
+
* Lookup543: snowbridge_milagro_bls::keys::PublicKey
|
|
3934
3999
|
**/
|
|
3935
4000
|
SnowbridgeMilagroBlsKeysPublicKey: {
|
|
3936
4001
|
point: 'SnowbridgeAmclBls381Ecp',
|
|
3937
4002
|
},
|
|
3938
4003
|
/**
|
|
3939
|
-
*
|
|
4004
|
+
* Lookup544: snowbridge_amcl::bls381::ecp::ECP
|
|
3940
4005
|
**/
|
|
3941
4006
|
SnowbridgeAmclBls381Ecp: {
|
|
3942
4007
|
x: 'SnowbridgeAmclBls381Fp',
|
|
@@ -3944,26 +4009,26 @@ export default {
|
|
|
3944
4009
|
z: 'SnowbridgeAmclBls381Fp',
|
|
3945
4010
|
},
|
|
3946
4011
|
/**
|
|
3947
|
-
*
|
|
4012
|
+
* Lookup545: snowbridge_amcl::bls381::fp::FP
|
|
3948
4013
|
**/
|
|
3949
4014
|
SnowbridgeAmclBls381Fp: {
|
|
3950
4015
|
x: 'SnowbridgeAmclBls381Big',
|
|
3951
4016
|
xes: 'i32',
|
|
3952
4017
|
},
|
|
3953
4018
|
/**
|
|
3954
|
-
*
|
|
4019
|
+
* Lookup546: snowbridge_amcl::bls381::big::Big
|
|
3955
4020
|
**/
|
|
3956
4021
|
SnowbridgeAmclBls381Big: {
|
|
3957
4022
|
w: '[i32;14]',
|
|
3958
4023
|
},
|
|
3959
4024
|
/**
|
|
3960
|
-
*
|
|
4025
|
+
* Lookup550: argon_primitives::ethereum::EthereumBeaconPreset
|
|
3961
4026
|
**/
|
|
3962
4027
|
ArgonPrimitivesEthereumEthereumBeaconPreset: {
|
|
3963
4028
|
_enum: ['Mainnet', 'Minimal'],
|
|
3964
4029
|
},
|
|
3965
4030
|
/**
|
|
3966
|
-
*
|
|
4031
|
+
* Lookup551: pallet_ethereum_verifier::pallet::Error<T>
|
|
3967
4032
|
**/
|
|
3968
4033
|
PalletEthereumVerifierError: {
|
|
3969
4034
|
_enum: [
|
|
@@ -3994,7 +4059,20 @@ export default {
|
|
|
3994
4059
|
],
|
|
3995
4060
|
},
|
|
3996
4061
|
/**
|
|
3997
|
-
*
|
|
4062
|
+
* Lookup552: pallet_crosschain_transfer::pallet::AccountTransferTotals<T>
|
|
4063
|
+
**/
|
|
4064
|
+
PalletCrosschainTransferAccountTransferTotals: {
|
|
4065
|
+
microgonsIn: 'u128',
|
|
4066
|
+
microgonsOut: 'u128',
|
|
4067
|
+
argonTransfersInCount: 'Compact<u32>',
|
|
4068
|
+
argonTransfersOutCount: 'Compact<u32>',
|
|
4069
|
+
micronotsIn: 'u128',
|
|
4070
|
+
micronotsOut: 'u128',
|
|
4071
|
+
argonotTransfersInCount: 'Compact<u32>',
|
|
4072
|
+
argonotTransfersOutCount: 'Compact<u32>',
|
|
4073
|
+
},
|
|
4074
|
+
/**
|
|
4075
|
+
* Lookup554: pallet_crosschain_transfer::pallet::GlobalIssuanceCouncil<T>
|
|
3998
4076
|
**/
|
|
3999
4077
|
PalletCrosschainTransferGlobalIssuanceCouncil: {
|
|
4000
4078
|
epochMicrogonsPerArgonot: 'u128',
|
|
@@ -4002,7 +4080,7 @@ export default {
|
|
|
4002
4080
|
totalWeight: 'u128',
|
|
4003
4081
|
},
|
|
4004
4082
|
/**
|
|
4005
|
-
*
|
|
4083
|
+
* Lookup556: pallet_crosschain_transfer::pallet::GlobalIssuanceCouncilMember<T>
|
|
4006
4084
|
**/
|
|
4007
4085
|
PalletCrosschainTransferGlobalIssuanceCouncilMember: {
|
|
4008
4086
|
accountId: 'AccountId32',
|
|
@@ -4010,7 +4088,7 @@ export default {
|
|
|
4010
4088
|
weight: 'u128',
|
|
4011
4089
|
},
|
|
4012
4090
|
/**
|
|
4013
|
-
*
|
|
4091
|
+
* Lookup561: pallet_crosschain_transfer::pallet::CouncilApprovalQueueEntry<T>
|
|
4014
4092
|
**/
|
|
4015
4093
|
PalletCrosschainTransferCouncilApprovalQueueEntry: {
|
|
4016
4094
|
approvingCouncilHash: 'H256',
|
|
@@ -4023,7 +4101,7 @@ export default {
|
|
|
4023
4101
|
signatures: 'BTreeMap<H160, [u8;65]>',
|
|
4024
4102
|
},
|
|
4025
4103
|
/**
|
|
4026
|
-
*
|
|
4104
|
+
* Lookup566: pallet_crosschain_transfer::pallet::MintingAuthority<T>
|
|
4027
4105
|
**/
|
|
4028
4106
|
PalletCrosschainTransferMintingAuthority: {
|
|
4029
4107
|
accountId: 'AccountId32',
|
|
@@ -4041,13 +4119,13 @@ export default {
|
|
|
4041
4119
|
deactivationApprovalQueueNonce: 'Option<u64>',
|
|
4042
4120
|
},
|
|
4043
4121
|
/**
|
|
4044
|
-
*
|
|
4122
|
+
* Lookup567: pallet_crosschain_transfer::pallet::MintingAuthorityState
|
|
4045
4123
|
**/
|
|
4046
4124
|
PalletCrosschainTransferMintingAuthorityState: {
|
|
4047
4125
|
_enum: ['PendingActivation', 'Active', 'Deactivating'],
|
|
4048
4126
|
},
|
|
4049
4127
|
/**
|
|
4050
|
-
*
|
|
4128
|
+
* Lookup569: pallet_crosschain_transfer::transfer_out::TransferOutOfArgon<T>
|
|
4051
4129
|
**/
|
|
4052
4130
|
PalletCrosschainTransferTransferOutTransferOutOfArgon: {
|
|
4053
4131
|
argonAccountId: 'AccountId32',
|
|
@@ -4065,7 +4143,7 @@ export default {
|
|
|
4065
4143
|
state: 'PalletCrosschainTransferTransferOutTransferOutState',
|
|
4066
4144
|
},
|
|
4067
4145
|
/**
|
|
4068
|
-
*
|
|
4146
|
+
* Lookup571: pallet_crosschain_transfer::transfer_out::MintingAuthorityTransferReservation<T>
|
|
4069
4147
|
**/
|
|
4070
4148
|
PalletCrosschainTransferTransferOutMintingAuthorityTransferReservation: {
|
|
4071
4149
|
microgonCollateral: 'u128',
|
|
@@ -4074,13 +4152,13 @@ export default {
|
|
|
4074
4152
|
signature: '[u8;65]',
|
|
4075
4153
|
},
|
|
4076
4154
|
/**
|
|
4077
|
-
*
|
|
4155
|
+
* Lookup575: pallet_crosschain_transfer::transfer_out::TransferOutState
|
|
4078
4156
|
**/
|
|
4079
4157
|
PalletCrosschainTransferTransferOutTransferOutState: {
|
|
4080
4158
|
_enum: ['Started', 'Ready'],
|
|
4081
4159
|
},
|
|
4082
4160
|
/**
|
|
4083
|
-
*
|
|
4161
|
+
* Lookup577: pallet_crosschain_transfer::transfer_out::PendingCollateralizationRequest<T>
|
|
4084
4162
|
**/
|
|
4085
4163
|
PalletCrosschainTransferTransferOutPendingCollateralizationRequest: {
|
|
4086
4164
|
transferId: 'H256',
|
|
@@ -4088,14 +4166,14 @@ export default {
|
|
|
4088
4166
|
remainingMintingAuthorityTip: 'u128',
|
|
4089
4167
|
},
|
|
4090
4168
|
/**
|
|
4091
|
-
*
|
|
4169
|
+
* Lookup579: pallet_crosschain_transfer::pallet::SourceChainCirculation<T>
|
|
4092
4170
|
**/
|
|
4093
4171
|
PalletCrosschainTransferSourceChainCirculation: {
|
|
4094
4172
|
argonCirculation: 'u128',
|
|
4095
4173
|
argonotCirculation: 'u128',
|
|
4096
4174
|
},
|
|
4097
4175
|
/**
|
|
4098
|
-
*
|
|
4176
|
+
* Lookup580: pallet_crosschain_transfer::pallet::Error<T>
|
|
4099
4177
|
**/
|
|
4100
4178
|
PalletCrosschainTransferError: {
|
|
4101
4179
|
_enum: [
|
|
@@ -4156,55 +4234,55 @@ export default {
|
|
|
4156
4234
|
],
|
|
4157
4235
|
},
|
|
4158
4236
|
/**
|
|
4159
|
-
*
|
|
4237
|
+
* Lookup583: frame_system::extensions::authorize_call::AuthorizeCall<T>
|
|
4160
4238
|
**/
|
|
4161
4239
|
FrameSystemExtensionsAuthorizeCall: 'Null',
|
|
4162
4240
|
/**
|
|
4163
|
-
*
|
|
4241
|
+
* Lookup584: frame_system::extensions::check_non_zero_sender::CheckNonZeroSender<T>
|
|
4164
4242
|
**/
|
|
4165
4243
|
FrameSystemExtensionsCheckNonZeroSender: 'Null',
|
|
4166
4244
|
/**
|
|
4167
|
-
*
|
|
4245
|
+
* Lookup585: frame_system::extensions::check_spec_version::CheckSpecVersion<T>
|
|
4168
4246
|
**/
|
|
4169
4247
|
FrameSystemExtensionsCheckSpecVersion: 'Null',
|
|
4170
4248
|
/**
|
|
4171
|
-
*
|
|
4249
|
+
* Lookup586: frame_system::extensions::check_tx_version::CheckTxVersion<T>
|
|
4172
4250
|
**/
|
|
4173
4251
|
FrameSystemExtensionsCheckTxVersion: 'Null',
|
|
4174
4252
|
/**
|
|
4175
|
-
*
|
|
4253
|
+
* Lookup587: frame_system::extensions::check_genesis::CheckGenesis<T>
|
|
4176
4254
|
**/
|
|
4177
4255
|
FrameSystemExtensionsCheckGenesis: 'Null',
|
|
4178
4256
|
/**
|
|
4179
|
-
*
|
|
4257
|
+
* Lookup590: frame_system::extensions::check_nonce::CheckNonce<T>
|
|
4180
4258
|
**/
|
|
4181
4259
|
FrameSystemExtensionsCheckNonce: 'Compact<u32>',
|
|
4182
4260
|
/**
|
|
4183
|
-
*
|
|
4261
|
+
* Lookup591: frame_system::extensions::check_weight::CheckWeight<T>
|
|
4184
4262
|
**/
|
|
4185
4263
|
FrameSystemExtensionsCheckWeight: 'Null',
|
|
4186
4264
|
/**
|
|
4187
|
-
*
|
|
4265
|
+
* Lookup592: pallet_transaction_payment::ChargeTransactionPayment<T>
|
|
4188
4266
|
**/
|
|
4189
4267
|
PalletTransactionPaymentChargeTransactionPayment: 'Compact<u128>',
|
|
4190
4268
|
/**
|
|
4191
|
-
*
|
|
4269
|
+
* Lookup593: frame_metadata_hash_extension::CheckMetadataHash<T>
|
|
4192
4270
|
**/
|
|
4193
4271
|
FrameMetadataHashExtensionCheckMetadataHash: {
|
|
4194
4272
|
mode: 'FrameMetadataHashExtensionMode',
|
|
4195
4273
|
},
|
|
4196
4274
|
/**
|
|
4197
|
-
*
|
|
4275
|
+
* Lookup594: frame_metadata_hash_extension::Mode
|
|
4198
4276
|
**/
|
|
4199
4277
|
FrameMetadataHashExtensionMode: {
|
|
4200
4278
|
_enum: ['Disabled', 'Enabled'],
|
|
4201
4279
|
},
|
|
4202
4280
|
/**
|
|
4203
|
-
*
|
|
4281
|
+
* Lookup595: frame_system::extensions::weight_reclaim::WeightReclaim<T>
|
|
4204
4282
|
**/
|
|
4205
4283
|
FrameSystemExtensionsWeightReclaim: 'Null',
|
|
4206
4284
|
/**
|
|
4207
|
-
*
|
|
4285
|
+
* Lookup597: argon_runtime::Runtime
|
|
4208
4286
|
**/
|
|
4209
4287
|
ArgonRuntimeRuntime: 'Null',
|
|
4210
4288
|
};
|