@argonprotocol/mainchain 1.4.9 → 1.4.10
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 +608 -426
- 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 +608 -426
- package/lib/index.d.ts +608 -426
- 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 +35 -15
- package/src/interfaces/augment-api-events.ts +101 -32
- package/src/interfaces/augment-api-query.ts +76 -52
- package/src/interfaces/augment-api-runtime.ts +0 -1
- package/src/interfaces/augment-api-tx.ts +20 -13
- package/src/interfaces/augment-api.ts +0 -1
- package/src/interfaces/augment-types.ts +0 -1
- package/src/interfaces/lookup.ts +361 -286
- package/src/interfaces/registry.ts +14 -3
- package/src/interfaces/types-lookup.ts +378 -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: [
|
|
@@ -3151,7 +3172,7 @@ export default {
|
|
|
3151
3172
|
],
|
|
3152
3173
|
},
|
|
3153
3174
|
/**
|
|
3154
|
-
*
|
|
3175
|
+
* Lookup377: argon_primitives::bitcoin::UtxoValue
|
|
3155
3176
|
**/
|
|
3156
3177
|
ArgonPrimitivesBitcoinUtxoValue: {
|
|
3157
3178
|
utxoId: 'u64',
|
|
@@ -3161,7 +3182,7 @@ export default {
|
|
|
3161
3182
|
watchForSpentUntilHeight: 'Compact<u64>',
|
|
3162
3183
|
},
|
|
3163
3184
|
/**
|
|
3164
|
-
*
|
|
3185
|
+
* Lookup378: argon_primitives::bitcoin::BitcoinCosignScriptPubkey
|
|
3165
3186
|
**/
|
|
3166
3187
|
ArgonPrimitivesBitcoinBitcoinCosignScriptPubkey: {
|
|
3167
3188
|
_enum: {
|
|
@@ -3171,13 +3192,13 @@ export default {
|
|
|
3171
3192
|
},
|
|
3172
3193
|
},
|
|
3173
3194
|
/**
|
|
3174
|
-
*
|
|
3195
|
+
* Lookup387: argon_primitives::bitcoin::BitcoinNetwork
|
|
3175
3196
|
**/
|
|
3176
3197
|
ArgonPrimitivesBitcoinBitcoinNetwork: {
|
|
3177
3198
|
_enum: ['Bitcoin', 'Testnet', 'Signet', 'Regtest'],
|
|
3178
3199
|
},
|
|
3179
3200
|
/**
|
|
3180
|
-
*
|
|
3201
|
+
* Lookup388: pallet_bitcoin_utxos::pallet::Error<T>
|
|
3181
3202
|
**/
|
|
3182
3203
|
PalletBitcoinUtxosError: {
|
|
3183
3204
|
_enum: [
|
|
@@ -3199,7 +3220,7 @@ export default {
|
|
|
3199
3220
|
],
|
|
3200
3221
|
},
|
|
3201
3222
|
/**
|
|
3202
|
-
*
|
|
3223
|
+
* Lookup389: argon_primitives::vault::Vault<sp_core::crypto::AccountId32, Balance>
|
|
3203
3224
|
**/
|
|
3204
3225
|
ArgonPrimitivesVault: {
|
|
3205
3226
|
operatorAccountId: 'AccountId32',
|
|
@@ -3221,14 +3242,14 @@ export default {
|
|
|
3221
3242
|
operationalMinimumReleaseTick: 'Option<u64>',
|
|
3222
3243
|
},
|
|
3223
3244
|
/**
|
|
3224
|
-
*
|
|
3245
|
+
* Lookup396: argon_primitives::vault::VaultArgonotCommitment<Balance>
|
|
3225
3246
|
**/
|
|
3226
3247
|
ArgonPrimitivesVaultVaultArgonotCommitment: {
|
|
3227
3248
|
committedMicronots: 'Compact<u128>',
|
|
3228
3249
|
encumberedMicronots: 'Compact<u128>',
|
|
3229
3250
|
},
|
|
3230
3251
|
/**
|
|
3231
|
-
*
|
|
3252
|
+
* Lookup398: argon_primitives::bitcoin::BitcoinXPub
|
|
3232
3253
|
**/
|
|
3233
3254
|
ArgonPrimitivesBitcoinBitcoinXPub: {
|
|
3234
3255
|
publicKey: 'ArgonPrimitivesBitcoinCompressedBitcoinPubkey',
|
|
@@ -3239,13 +3260,13 @@ export default {
|
|
|
3239
3260
|
network: 'ArgonPrimitivesBitcoinNetworkKind',
|
|
3240
3261
|
},
|
|
3241
3262
|
/**
|
|
3242
|
-
*
|
|
3263
|
+
* Lookup400: argon_primitives::bitcoin::NetworkKind
|
|
3243
3264
|
**/
|
|
3244
3265
|
ArgonPrimitivesBitcoinNetworkKind: {
|
|
3245
3266
|
_enum: ['Main', 'Test'],
|
|
3246
3267
|
},
|
|
3247
3268
|
/**
|
|
3248
|
-
*
|
|
3269
|
+
* Lookup409: pallet_vaults::pallet::VaultFrameRevenue<T>
|
|
3249
3270
|
**/
|
|
3250
3271
|
PalletVaultsVaultFrameRevenue: {
|
|
3251
3272
|
frameId: 'Compact<u64>',
|
|
@@ -3266,7 +3287,7 @@ export default {
|
|
|
3266
3287
|
uncollectedRevenue: 'Compact<u128>',
|
|
3267
3288
|
},
|
|
3268
3289
|
/**
|
|
3269
|
-
*
|
|
3290
|
+
* Lookup412: pallet_vaults::pallet::RecentCapacityDrop<Balance, BlockNumber>
|
|
3270
3291
|
**/
|
|
3271
3292
|
PalletVaultsRecentCapacityDrop: {
|
|
3272
3293
|
blockNumber: 'Compact<u32>',
|
|
@@ -3275,7 +3296,7 @@ export default {
|
|
|
3275
3296
|
noFeeFailuresUsed: 'Compact<u32>',
|
|
3276
3297
|
},
|
|
3277
3298
|
/**
|
|
3278
|
-
*
|
|
3299
|
+
* Lookup414: pallet_vaults::pallet::Error<T>
|
|
3279
3300
|
**/
|
|
3280
3301
|
PalletVaultsError: {
|
|
3281
3302
|
_enum: [
|
|
@@ -3316,7 +3337,7 @@ export default {
|
|
|
3316
3337
|
],
|
|
3317
3338
|
},
|
|
3318
3339
|
/**
|
|
3319
|
-
*
|
|
3340
|
+
* Lookup415: pallet_bitcoin_locks::pallet::LockedBitcoin<T>
|
|
3320
3341
|
**/
|
|
3321
3342
|
PalletBitcoinLocksLockedBitcoin: {
|
|
3322
3343
|
vaultId: 'Compact<u32>',
|
|
@@ -3341,7 +3362,7 @@ export default {
|
|
|
3341
3362
|
createdAtArgonBlock: 'Compact<u32>',
|
|
3342
3363
|
},
|
|
3343
3364
|
/**
|
|
3344
|
-
*
|
|
3365
|
+
* Lookup419: pallet_bitcoin_locks::pallet::LockReleaseRequest<Balance>
|
|
3345
3366
|
**/
|
|
3346
3367
|
PalletBitcoinLocksLockReleaseRequest: {
|
|
3347
3368
|
utxoId: 'Compact<u64>',
|
|
@@ -3352,7 +3373,7 @@ export default {
|
|
|
3352
3373
|
redemptionAmount: 'Compact<u128>',
|
|
3353
3374
|
},
|
|
3354
3375
|
/**
|
|
3355
|
-
*
|
|
3376
|
+
* Lookup421: pallet_bitcoin_locks::pallet::OrphanedUtxo<BlockNumber>
|
|
3356
3377
|
**/
|
|
3357
3378
|
PalletBitcoinLocksOrphanedUtxo: {
|
|
3358
3379
|
utxoId: 'Compact<u64>',
|
|
@@ -3362,7 +3383,7 @@ export default {
|
|
|
3362
3383
|
cosignRequest: 'Option<PalletBitcoinLocksOrphanedUtxoCosignRequest>',
|
|
3363
3384
|
},
|
|
3364
3385
|
/**
|
|
3365
|
-
*
|
|
3386
|
+
* Lookup423: pallet_bitcoin_locks::pallet::OrphanedUtxoCosignRequest<BlockNumber>
|
|
3366
3387
|
**/
|
|
3367
3388
|
PalletBitcoinLocksOrphanedUtxoCosignRequest: {
|
|
3368
3389
|
bitcoinNetworkFee: 'u64',
|
|
@@ -3370,7 +3391,7 @@ export default {
|
|
|
3370
3391
|
createdAtArgonBlockNumber: 'u32',
|
|
3371
3392
|
},
|
|
3372
3393
|
/**
|
|
3373
|
-
*
|
|
3394
|
+
* Lookup430: pallet_bitcoin_locks::pallet::Error<T>
|
|
3374
3395
|
**/
|
|
3375
3396
|
PalletBitcoinLocksError: {
|
|
3376
3397
|
_enum: {
|
|
@@ -3412,7 +3433,7 @@ export default {
|
|
|
3412
3433
|
},
|
|
3413
3434
|
},
|
|
3414
3435
|
/**
|
|
3415
|
-
*
|
|
3436
|
+
* Lookup431: argon_primitives::vault::VaultError
|
|
3416
3437
|
**/
|
|
3417
3438
|
ArgonPrimitivesVaultVaultError: {
|
|
3418
3439
|
_enum: [
|
|
@@ -3432,7 +3453,7 @@ export default {
|
|
|
3432
3453
|
],
|
|
3433
3454
|
},
|
|
3434
3455
|
/**
|
|
3435
|
-
*
|
|
3456
|
+
* Lookup443: pallet_notaries::pallet::Error<T>
|
|
3436
3457
|
**/
|
|
3437
3458
|
PalletNotariesError: {
|
|
3438
3459
|
_enum: [
|
|
@@ -3448,7 +3469,7 @@ export default {
|
|
|
3448
3469
|
],
|
|
3449
3470
|
},
|
|
3450
3471
|
/**
|
|
3451
|
-
*
|
|
3472
|
+
* Lookup447: argon_primitives::notary::NotaryNotebookKeyDetails
|
|
3452
3473
|
**/
|
|
3453
3474
|
ArgonPrimitivesNotaryNotaryNotebookKeyDetails: {
|
|
3454
3475
|
notebookNumber: 'Compact<u32>',
|
|
@@ -3458,7 +3479,7 @@ export default {
|
|
|
3458
3479
|
parentSecret: 'Option<H256>',
|
|
3459
3480
|
},
|
|
3460
3481
|
/**
|
|
3461
|
-
*
|
|
3482
|
+
* Lookup450: pallet_notebook::pallet::Error<T>
|
|
3462
3483
|
**/
|
|
3463
3484
|
PalletNotebookError: {
|
|
3464
3485
|
_enum: [
|
|
@@ -3480,7 +3501,7 @@ export default {
|
|
|
3480
3501
|
],
|
|
3481
3502
|
},
|
|
3482
3503
|
/**
|
|
3483
|
-
*
|
|
3504
|
+
* Lookup451: pallet_localchain_transfer::QueuedTransferOut<sp_core::crypto::AccountId32, Balance>
|
|
3484
3505
|
**/
|
|
3485
3506
|
PalletLocalchainTransferQueuedTransferOut: {
|
|
3486
3507
|
accountId: 'AccountId32',
|
|
@@ -3489,11 +3510,11 @@ export default {
|
|
|
3489
3510
|
notaryId: 'u32',
|
|
3490
3511
|
},
|
|
3491
3512
|
/**
|
|
3492
|
-
*
|
|
3513
|
+
* Lookup453: frame_support::PalletId
|
|
3493
3514
|
**/
|
|
3494
3515
|
FrameSupportPalletId: '[u8;8]',
|
|
3495
3516
|
/**
|
|
3496
|
-
*
|
|
3517
|
+
* Lookup454: pallet_localchain_transfer::pallet::Error<T>
|
|
3497
3518
|
**/
|
|
3498
3519
|
PalletLocalchainTransferError: {
|
|
3499
3520
|
_enum: [
|
|
@@ -3508,7 +3529,7 @@ export default {
|
|
|
3508
3529
|
],
|
|
3509
3530
|
},
|
|
3510
3531
|
/**
|
|
3511
|
-
*
|
|
3532
|
+
* Lookup458: argon_primitives::notary::NotaryNotebookVoteDigestDetails
|
|
3512
3533
|
**/
|
|
3513
3534
|
ArgonPrimitivesNotaryNotaryNotebookVoteDigestDetails: {
|
|
3514
3535
|
notaryId: 'Compact<u32>',
|
|
@@ -3518,13 +3539,13 @@ export default {
|
|
|
3518
3539
|
blockVotingPower: 'Compact<u128>',
|
|
3519
3540
|
},
|
|
3520
3541
|
/**
|
|
3521
|
-
*
|
|
3542
|
+
* Lookup463: pallet_block_seal_spec::pallet::Error<T>
|
|
3522
3543
|
**/
|
|
3523
3544
|
PalletBlockSealSpecError: {
|
|
3524
3545
|
_enum: ['MaxNotebooksAtTickExceeded'],
|
|
3525
3546
|
},
|
|
3526
3547
|
/**
|
|
3527
|
-
*
|
|
3548
|
+
* Lookup465: pallet_domains::pallet::Error<T>
|
|
3528
3549
|
**/
|
|
3529
3550
|
PalletDomainsError: {
|
|
3530
3551
|
_enum: [
|
|
@@ -3536,7 +3557,7 @@ export default {
|
|
|
3536
3557
|
],
|
|
3537
3558
|
},
|
|
3538
3559
|
/**
|
|
3539
|
-
*
|
|
3560
|
+
* Lookup467: pallet_price_index::CpiMeasurementBucket
|
|
3540
3561
|
**/
|
|
3541
3562
|
PalletPriceIndexCpiMeasurementBucket: {
|
|
3542
3563
|
tickRange: '(u64,u64)',
|
|
@@ -3544,7 +3565,7 @@ export default {
|
|
|
3544
3565
|
measurementsCount: 'u32',
|
|
3545
3566
|
},
|
|
3546
3567
|
/**
|
|
3547
|
-
*
|
|
3568
|
+
* Lookup471: pallet_price_index::ArgonotAverageFrameAccumulator<Balance>
|
|
3548
3569
|
**/
|
|
3549
3570
|
PalletPriceIndexArgonotAverageFrameAccumulator: {
|
|
3550
3571
|
frameId: 'Compact<u64>',
|
|
@@ -3552,7 +3573,7 @@ export default {
|
|
|
3552
3573
|
sampleCount: 'Compact<u32>',
|
|
3553
3574
|
},
|
|
3554
3575
|
/**
|
|
3555
|
-
*
|
|
3576
|
+
* Lookup472: pallet_price_index::pallet::Error<T>
|
|
3556
3577
|
**/
|
|
3557
3578
|
PalletPriceIndexError: {
|
|
3558
3579
|
_enum: [
|
|
@@ -3563,7 +3584,7 @@ export default {
|
|
|
3563
3584
|
],
|
|
3564
3585
|
},
|
|
3565
3586
|
/**
|
|
3566
|
-
*
|
|
3587
|
+
* Lookup473: pallet_grandpa::StoredState<N>
|
|
3567
3588
|
**/
|
|
3568
3589
|
PalletGrandpaStoredState: {
|
|
3569
3590
|
_enum: {
|
|
@@ -3580,7 +3601,7 @@ export default {
|
|
|
3580
3601
|
},
|
|
3581
3602
|
},
|
|
3582
3603
|
/**
|
|
3583
|
-
*
|
|
3604
|
+
* Lookup474: pallet_grandpa::StoredPendingChange<N, Limit>
|
|
3584
3605
|
**/
|
|
3585
3606
|
PalletGrandpaStoredPendingChange: {
|
|
3586
3607
|
scheduledAt: 'u32',
|
|
@@ -3589,7 +3610,7 @@ export default {
|
|
|
3589
3610
|
forced: 'Option<u32>',
|
|
3590
3611
|
},
|
|
3591
3612
|
/**
|
|
3592
|
-
*
|
|
3613
|
+
* Lookup476: pallet_grandpa::pallet::Error<T>
|
|
3593
3614
|
**/
|
|
3594
3615
|
PalletGrandpaError: {
|
|
3595
3616
|
_enum: [
|
|
@@ -3603,7 +3624,7 @@ export default {
|
|
|
3603
3624
|
],
|
|
3604
3625
|
},
|
|
3605
3626
|
/**
|
|
3606
|
-
*
|
|
3627
|
+
* Lookup477: argon_primitives::providers::BlockSealerInfo<sp_core::crypto::AccountId32, argon_primitives::block_seal::app::Public>
|
|
3607
3628
|
**/
|
|
3608
3629
|
ArgonPrimitivesProvidersBlockSealerInfo: {
|
|
3609
3630
|
blockAuthorAccountId: 'AccountId32',
|
|
@@ -3611,7 +3632,7 @@ export default {
|
|
|
3611
3632
|
blockSealAuthority: 'Option<ArgonPrimitivesBlockSealAppPublic>',
|
|
3612
3633
|
},
|
|
3613
3634
|
/**
|
|
3614
|
-
*
|
|
3635
|
+
* Lookup479: pallet_block_seal::pallet::Error<T>
|
|
3615
3636
|
**/
|
|
3616
3637
|
PalletBlockSealError: {
|
|
3617
3638
|
_enum: [
|
|
@@ -3639,11 +3660,28 @@ export default {
|
|
|
3639
3660
|
],
|
|
3640
3661
|
},
|
|
3641
3662
|
/**
|
|
3642
|
-
*
|
|
3663
|
+
* Lookup483: pallet_block_rewards::pallet::Error<T>
|
|
3643
3664
|
**/
|
|
3644
3665
|
PalletBlockRewardsError: 'Null',
|
|
3645
3666
|
/**
|
|
3646
|
-
*
|
|
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>
|
|
3647
3685
|
**/
|
|
3648
3686
|
PalletMintMintAction: {
|
|
3649
3687
|
argonBurned: 'u128',
|
|
@@ -3651,13 +3689,13 @@ export default {
|
|
|
3651
3689
|
bitcoinMinted: 'u128',
|
|
3652
3690
|
},
|
|
3653
3691
|
/**
|
|
3654
|
-
*
|
|
3692
|
+
* Lookup491: pallet_mint::pallet::Error<T>
|
|
3655
3693
|
**/
|
|
3656
3694
|
PalletMintError: {
|
|
3657
3695
|
_enum: ['TooManyPendingMints'],
|
|
3658
3696
|
},
|
|
3659
3697
|
/**
|
|
3660
|
-
*
|
|
3698
|
+
* Lookup493: pallet_balances::types::BalanceLock<Balance>
|
|
3661
3699
|
**/
|
|
3662
3700
|
PalletBalancesBalanceLock: {
|
|
3663
3701
|
id: '[u8;8]',
|
|
@@ -3665,34 +3703,34 @@ export default {
|
|
|
3665
3703
|
reasons: 'PalletBalancesReasons',
|
|
3666
3704
|
},
|
|
3667
3705
|
/**
|
|
3668
|
-
*
|
|
3706
|
+
* Lookup494: pallet_balances::types::Reasons
|
|
3669
3707
|
**/
|
|
3670
3708
|
PalletBalancesReasons: {
|
|
3671
3709
|
_enum: ['Fee', 'Misc', 'All'],
|
|
3672
3710
|
},
|
|
3673
3711
|
/**
|
|
3674
|
-
*
|
|
3712
|
+
* Lookup497: pallet_balances::types::ReserveData<ReserveIdentifier, Balance>
|
|
3675
3713
|
**/
|
|
3676
3714
|
PalletBalancesReserveData: {
|
|
3677
3715
|
id: '[u8;8]',
|
|
3678
3716
|
amount: 'u128',
|
|
3679
3717
|
},
|
|
3680
3718
|
/**
|
|
3681
|
-
*
|
|
3719
|
+
* Lookup500: frame_support::traits::tokens::misc::IdAmount<argon_runtime::RuntimeHoldReason, Balance>
|
|
3682
3720
|
**/
|
|
3683
3721
|
FrameSupportTokensMiscIdAmountRuntimeHoldReason: {
|
|
3684
3722
|
id: 'ArgonRuntimeRuntimeHoldReason',
|
|
3685
3723
|
amount: 'u128',
|
|
3686
3724
|
},
|
|
3687
3725
|
/**
|
|
3688
|
-
*
|
|
3726
|
+
* Lookup503: frame_support::traits::tokens::misc::IdAmount<argon_runtime::RuntimeFreezeReason, Balance>
|
|
3689
3727
|
**/
|
|
3690
3728
|
FrameSupportTokensMiscIdAmountRuntimeFreezeReason: {
|
|
3691
3729
|
id: 'ArgonRuntimeRuntimeFreezeReason',
|
|
3692
3730
|
amount: 'u128',
|
|
3693
3731
|
},
|
|
3694
3732
|
/**
|
|
3695
|
-
*
|
|
3733
|
+
* Lookup504: argon_runtime::RuntimeFreezeReason
|
|
3696
3734
|
**/
|
|
3697
3735
|
ArgonRuntimeRuntimeFreezeReason: {
|
|
3698
3736
|
_enum: {
|
|
@@ -3719,13 +3757,13 @@ export default {
|
|
|
3719
3757
|
},
|
|
3720
3758
|
},
|
|
3721
3759
|
/**
|
|
3722
|
-
*
|
|
3760
|
+
* Lookup505: pallet_block_rewards::pallet::FreezeReason
|
|
3723
3761
|
**/
|
|
3724
3762
|
PalletBlockRewardsFreezeReason: {
|
|
3725
3763
|
_enum: ['MaturationPeriod'],
|
|
3726
3764
|
},
|
|
3727
3765
|
/**
|
|
3728
|
-
*
|
|
3766
|
+
* Lookup507: pallet_balances::pallet::Error<T, I>
|
|
3729
3767
|
**/
|
|
3730
3768
|
PalletBalancesError: {
|
|
3731
3769
|
_enum: [
|
|
@@ -3744,69 +3782,82 @@ export default {
|
|
|
3744
3782
|
],
|
|
3745
3783
|
},
|
|
3746
3784
|
/**
|
|
3747
|
-
*
|
|
3785
|
+
* Lookup509: pallet_tx_pause::pallet::Error<T>
|
|
3748
3786
|
**/
|
|
3749
3787
|
PalletTxPauseError: {
|
|
3750
3788
|
_enum: ['IsPaused', 'IsUnpaused', 'Unpausable', 'NotFound'],
|
|
3751
3789
|
},
|
|
3752
3790
|
/**
|
|
3753
|
-
*
|
|
3791
|
+
* Lookup510: pallet_transaction_payment::Releases
|
|
3754
3792
|
**/
|
|
3755
3793
|
PalletTransactionPaymentReleases: {
|
|
3756
3794
|
_enum: ['V1Ancient', 'V2'],
|
|
3757
3795
|
},
|
|
3758
3796
|
/**
|
|
3759
|
-
*
|
|
3797
|
+
* Lookup511: frame_support::traits::storage::NoDrop<frame_support::traits::tokens::fungible::imbalance::Imbalance<B, OnDrop, OppositeOnDrop>>
|
|
3760
3798
|
**/
|
|
3761
3799
|
FrameSupportStorageNoDrop: 'FrameSupportTokensFungibleImbalance',
|
|
3762
3800
|
/**
|
|
3763
|
-
*
|
|
3801
|
+
* Lookup512: frame_support::traits::tokens::fungible::imbalance::Imbalance<B, OnDrop, OppositeOnDrop>
|
|
3764
3802
|
**/
|
|
3765
3803
|
FrameSupportTokensFungibleImbalance: {
|
|
3766
3804
|
amount: 'u128',
|
|
3767
3805
|
},
|
|
3768
3806
|
/**
|
|
3769
|
-
*
|
|
3807
|
+
* Lookup513: pallet_utility::pallet::Error<T>
|
|
3770
3808
|
**/
|
|
3771
3809
|
PalletUtilityError: {
|
|
3772
3810
|
_enum: ['TooManyCalls'],
|
|
3773
3811
|
},
|
|
3774
3812
|
/**
|
|
3775
|
-
*
|
|
3813
|
+
* Lookup514: pallet_sudo::pallet::Error<T>
|
|
3776
3814
|
**/
|
|
3777
3815
|
PalletSudoError: {
|
|
3778
3816
|
_enum: ['RequireSudo'],
|
|
3779
3817
|
},
|
|
3780
3818
|
/**
|
|
3781
|
-
*
|
|
3819
|
+
* Lookup515: pallet_treasury::pallet::FrameVaultCapital<T>
|
|
3782
3820
|
**/
|
|
3783
3821
|
PalletTreasuryFrameVaultCapital: {
|
|
3784
3822
|
frameId: 'Compact<u64>',
|
|
3785
3823
|
vaults: 'BTreeMap<u32, PalletTreasuryVaultCapital>',
|
|
3786
3824
|
},
|
|
3787
3825
|
/**
|
|
3788
|
-
*
|
|
3826
|
+
* Lookup517: pallet_treasury::pallet::VaultCapital<T>
|
|
3789
3827
|
**/
|
|
3790
3828
|
PalletTreasuryVaultCapital: {
|
|
3791
3829
|
bondLotAllocations: 'Vec<PalletTreasuryBondLotAllocation>',
|
|
3792
3830
|
eligibleBonds: 'Compact<u32>',
|
|
3793
3831
|
},
|
|
3794
3832
|
/**
|
|
3795
|
-
*
|
|
3833
|
+
* Lookup519: pallet_treasury::pallet::BondLotAllocation
|
|
3796
3834
|
**/
|
|
3797
3835
|
PalletTreasuryBondLotAllocation: {
|
|
3798
3836
|
bondLotId: 'Compact<u64>',
|
|
3799
3837
|
prorata: 'u128',
|
|
3800
3838
|
},
|
|
3801
3839
|
/**
|
|
3802
|
-
*
|
|
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>
|
|
3803
3856
|
**/
|
|
3804
3857
|
PalletTreasuryBondLot: {
|
|
3805
3858
|
owner: 'AccountId32',
|
|
3806
|
-
|
|
3859
|
+
program: 'PalletTreasuryBondProgram',
|
|
3807
3860
|
bonds: 'Compact<u32>',
|
|
3808
|
-
sharingPercent: 'Compact<Permill>',
|
|
3809
|
-
bonusPercent: 'Compact<Permill>',
|
|
3810
3861
|
createdFrameId: 'Compact<u64>',
|
|
3811
3862
|
participatedFrames: 'Compact<u32>',
|
|
3812
3863
|
lastFrameEarningsFrameId: 'Option<u64>',
|
|
@@ -3816,14 +3867,20 @@ export default {
|
|
|
3816
3867
|
releaseReason: 'Option<PalletTreasuryBondReleaseReason>',
|
|
3817
3868
|
},
|
|
3818
3869
|
/**
|
|
3819
|
-
*
|
|
3870
|
+
* Lookup529: pallet_treasury::pallet::BondProgram
|
|
3820
3871
|
**/
|
|
3821
|
-
|
|
3822
|
-
|
|
3823
|
-
|
|
3872
|
+
PalletTreasuryBondProgram: {
|
|
3873
|
+
_enum: {
|
|
3874
|
+
Vault: {
|
|
3875
|
+
vaultId: 'Compact<u32>',
|
|
3876
|
+
sharingPercent: 'Compact<Permill>',
|
|
3877
|
+
bonusPercent: 'Compact<Permill>',
|
|
3878
|
+
},
|
|
3879
|
+
Argonot: 'Null',
|
|
3880
|
+
},
|
|
3824
3881
|
},
|
|
3825
3882
|
/**
|
|
3826
|
-
*
|
|
3883
|
+
* Lookup533: pallet_treasury::pallet::Error<T>
|
|
3827
3884
|
**/
|
|
3828
3885
|
PalletTreasuryError: {
|
|
3829
3886
|
_enum: [
|
|
@@ -3843,47 +3900,49 @@ export default {
|
|
|
3843
3900
|
'BonusApprovalExpired',
|
|
3844
3901
|
'BonusApprovalExistingBondLot',
|
|
3845
3902
|
'InvalidBonusApprovalSignature',
|
|
3903
|
+
'ArgonotBondPurchaseBelowCutoff',
|
|
3904
|
+
'ArgonotBondPurchaseAboveCap',
|
|
3846
3905
|
],
|
|
3847
3906
|
},
|
|
3848
3907
|
/**
|
|
3849
|
-
*
|
|
3908
|
+
* Lookup534: pallet_fee_control::pallet::Error<T>
|
|
3850
3909
|
**/
|
|
3851
3910
|
PalletFeeControlError: {
|
|
3852
3911
|
_enum: ['SponsoredFeeTooHigh'],
|
|
3853
3912
|
},
|
|
3854
3913
|
/**
|
|
3855
|
-
*
|
|
3914
|
+
* Lookup535: pallet_operational_accounts::pallet::OperationalAccount<T>
|
|
3856
3915
|
**/
|
|
3857
3916
|
PalletOperationalAccountsOperationalAccount: {
|
|
3858
3917
|
vaultAccount: 'AccountId32',
|
|
3859
|
-
|
|
3860
|
-
miningBotAccount: 'AccountId32',
|
|
3918
|
+
miningAccount: 'AccountId32',
|
|
3861
3919
|
encryptionPubkey: 'PalletOperationalAccountsOpaqueEncryptionPubkey',
|
|
3862
|
-
|
|
3863
|
-
|
|
3920
|
+
upstreamAccount: 'Option<AccountId32>',
|
|
3921
|
+
uniswapArgonTransfersInAmount: 'u128',
|
|
3922
|
+
accountBitcoinAmount: 'u128',
|
|
3923
|
+
accountVaultBondAmount: 'u128',
|
|
3864
3924
|
vaultCreated: 'bool',
|
|
3865
|
-
|
|
3866
|
-
|
|
3867
|
-
hasTreasuryPoolParticipation: 'bool',
|
|
3925
|
+
vaultBitcoinAccrual: 'u128',
|
|
3926
|
+
vaultBitcoinAppliedTotal: 'u128',
|
|
3868
3927
|
miningSeatAccrual: 'Compact<u32>',
|
|
3869
3928
|
miningSeatAppliedTotal: 'Compact<u32>',
|
|
3870
|
-
|
|
3871
|
-
|
|
3872
|
-
|
|
3929
|
+
operationalCertificationsCount: 'Compact<u32>',
|
|
3930
|
+
accessCodePending: 'bool',
|
|
3931
|
+
availableAccessCodes: 'Compact<u32>',
|
|
3873
3932
|
rewardsEarnedCount: 'Compact<u32>',
|
|
3874
3933
|
rewardsEarnedAmount: 'u128',
|
|
3875
3934
|
rewardsCollectedAmount: 'u128',
|
|
3876
|
-
|
|
3935
|
+
isOperationallyCertified: 'bool',
|
|
3877
3936
|
},
|
|
3878
3937
|
/**
|
|
3879
|
-
*
|
|
3938
|
+
* Lookup536: pallet_operational_accounts::pallet::RewardsConfig<Balance>
|
|
3880
3939
|
**/
|
|
3881
3940
|
PalletOperationalAccountsRewardsConfig: {
|
|
3882
|
-
|
|
3883
|
-
|
|
3941
|
+
operationalCertificationReward: 'Compact<u128>',
|
|
3942
|
+
operationalCertificationBonusReward: 'Compact<u128>',
|
|
3884
3943
|
},
|
|
3885
3944
|
/**
|
|
3886
|
-
*
|
|
3945
|
+
* Lookup538: pallet_operational_accounts::pallet::Error<T>
|
|
3887
3946
|
**/
|
|
3888
3947
|
PalletOperationalAccountsError: {
|
|
3889
3948
|
_enum: [
|
|
@@ -3892,29 +3951,32 @@ export default {
|
|
|
3892
3951
|
'AccountAlreadyLinked',
|
|
3893
3952
|
'InvalidAccountProof',
|
|
3894
3953
|
'NotOperationalAccount',
|
|
3895
|
-
'InvalidReferralProof',
|
|
3896
|
-
'ReferralProofExpired',
|
|
3897
3954
|
'RegistrationInviteRequired',
|
|
3955
|
+
'InvalidAccessProof',
|
|
3956
|
+
'UpstreamNotOperationalAccount',
|
|
3957
|
+
'MinimumsNotMet',
|
|
3958
|
+
'CannotGrantAccessToSelf',
|
|
3898
3959
|
'NoProgressUpdateProvided',
|
|
3899
3960
|
'EncryptedServerTooLong',
|
|
3900
|
-
'
|
|
3961
|
+
'NotUpstreamOfDownstream',
|
|
3901
3962
|
'NoPendingRewards',
|
|
3902
3963
|
'RewardClaimBelowMinimum',
|
|
3903
3964
|
'RewardClaimNotWholeArgon',
|
|
3904
3965
|
'RewardClaimExceedsPending',
|
|
3905
3966
|
'TreasuryInsufficientFunds',
|
|
3906
|
-
'
|
|
3967
|
+
'AlreadyOperationallyCertified',
|
|
3907
3968
|
'NotEligibleForActivation',
|
|
3969
|
+
'UpstreamHasNoAvailableAccessCodes',
|
|
3908
3970
|
],
|
|
3909
3971
|
},
|
|
3910
3972
|
/**
|
|
3911
|
-
*
|
|
3973
|
+
* Lookup539: pallet_ethereum_verifier::types::FinalizedBeaconHeaderState
|
|
3912
3974
|
**/
|
|
3913
3975
|
PalletEthereumVerifierFinalizedBeaconHeaderState: {
|
|
3914
3976
|
slot: 'Compact<u64>',
|
|
3915
3977
|
},
|
|
3916
3978
|
/**
|
|
3917
|
-
*
|
|
3979
|
+
* Lookup540: pallet_ethereum_verifier::types::ExecutionHeaderAnchor
|
|
3918
3980
|
**/
|
|
3919
3981
|
PalletEthereumVerifierExecutionHeaderAnchor: {
|
|
3920
3982
|
blockNumber: 'Compact<u64>',
|
|
@@ -3925,7 +3987,7 @@ export default {
|
|
|
3925
3987
|
receiptsRoot: 'H256',
|
|
3926
3988
|
},
|
|
3927
3989
|
/**
|
|
3928
|
-
*
|
|
3990
|
+
* Lookup541: pallet_ethereum_verifier::types::SyncCommitteePrepared
|
|
3929
3991
|
**/
|
|
3930
3992
|
PalletEthereumVerifierSyncCommitteePrepared: {
|
|
3931
3993
|
root: 'H256',
|
|
@@ -3933,13 +3995,13 @@ export default {
|
|
|
3933
3995
|
aggregatePubkey: 'SnowbridgeMilagroBlsKeysPublicKey',
|
|
3934
3996
|
},
|
|
3935
3997
|
/**
|
|
3936
|
-
*
|
|
3998
|
+
* Lookup543: snowbridge_milagro_bls::keys::PublicKey
|
|
3937
3999
|
**/
|
|
3938
4000
|
SnowbridgeMilagroBlsKeysPublicKey: {
|
|
3939
4001
|
point: 'SnowbridgeAmclBls381Ecp',
|
|
3940
4002
|
},
|
|
3941
4003
|
/**
|
|
3942
|
-
*
|
|
4004
|
+
* Lookup544: snowbridge_amcl::bls381::ecp::ECP
|
|
3943
4005
|
**/
|
|
3944
4006
|
SnowbridgeAmclBls381Ecp: {
|
|
3945
4007
|
x: 'SnowbridgeAmclBls381Fp',
|
|
@@ -3947,26 +4009,26 @@ export default {
|
|
|
3947
4009
|
z: 'SnowbridgeAmclBls381Fp',
|
|
3948
4010
|
},
|
|
3949
4011
|
/**
|
|
3950
|
-
*
|
|
4012
|
+
* Lookup545: snowbridge_amcl::bls381::fp::FP
|
|
3951
4013
|
**/
|
|
3952
4014
|
SnowbridgeAmclBls381Fp: {
|
|
3953
4015
|
x: 'SnowbridgeAmclBls381Big',
|
|
3954
4016
|
xes: 'i32',
|
|
3955
4017
|
},
|
|
3956
4018
|
/**
|
|
3957
|
-
*
|
|
4019
|
+
* Lookup546: snowbridge_amcl::bls381::big::Big
|
|
3958
4020
|
**/
|
|
3959
4021
|
SnowbridgeAmclBls381Big: {
|
|
3960
4022
|
w: '[i32;14]',
|
|
3961
4023
|
},
|
|
3962
4024
|
/**
|
|
3963
|
-
*
|
|
4025
|
+
* Lookup550: argon_primitives::ethereum::EthereumBeaconPreset
|
|
3964
4026
|
**/
|
|
3965
4027
|
ArgonPrimitivesEthereumEthereumBeaconPreset: {
|
|
3966
4028
|
_enum: ['Mainnet', 'Minimal'],
|
|
3967
4029
|
},
|
|
3968
4030
|
/**
|
|
3969
|
-
*
|
|
4031
|
+
* Lookup551: pallet_ethereum_verifier::pallet::Error<T>
|
|
3970
4032
|
**/
|
|
3971
4033
|
PalletEthereumVerifierError: {
|
|
3972
4034
|
_enum: [
|
|
@@ -3997,7 +4059,20 @@ export default {
|
|
|
3997
4059
|
],
|
|
3998
4060
|
},
|
|
3999
4061
|
/**
|
|
4000
|
-
*
|
|
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>
|
|
4001
4076
|
**/
|
|
4002
4077
|
PalletCrosschainTransferGlobalIssuanceCouncil: {
|
|
4003
4078
|
epochMicrogonsPerArgonot: 'u128',
|
|
@@ -4005,7 +4080,7 @@ export default {
|
|
|
4005
4080
|
totalWeight: 'u128',
|
|
4006
4081
|
},
|
|
4007
4082
|
/**
|
|
4008
|
-
*
|
|
4083
|
+
* Lookup556: pallet_crosschain_transfer::pallet::GlobalIssuanceCouncilMember<T>
|
|
4009
4084
|
**/
|
|
4010
4085
|
PalletCrosschainTransferGlobalIssuanceCouncilMember: {
|
|
4011
4086
|
accountId: 'AccountId32',
|
|
@@ -4013,7 +4088,7 @@ export default {
|
|
|
4013
4088
|
weight: 'u128',
|
|
4014
4089
|
},
|
|
4015
4090
|
/**
|
|
4016
|
-
*
|
|
4091
|
+
* Lookup561: pallet_crosschain_transfer::pallet::CouncilApprovalQueueEntry<T>
|
|
4017
4092
|
**/
|
|
4018
4093
|
PalletCrosschainTransferCouncilApprovalQueueEntry: {
|
|
4019
4094
|
approvingCouncilHash: 'H256',
|
|
@@ -4026,7 +4101,7 @@ export default {
|
|
|
4026
4101
|
signatures: 'BTreeMap<H160, [u8;65]>',
|
|
4027
4102
|
},
|
|
4028
4103
|
/**
|
|
4029
|
-
*
|
|
4104
|
+
* Lookup566: pallet_crosschain_transfer::pallet::MintingAuthority<T>
|
|
4030
4105
|
**/
|
|
4031
4106
|
PalletCrosschainTransferMintingAuthority: {
|
|
4032
4107
|
accountId: 'AccountId32',
|
|
@@ -4044,13 +4119,13 @@ export default {
|
|
|
4044
4119
|
deactivationApprovalQueueNonce: 'Option<u64>',
|
|
4045
4120
|
},
|
|
4046
4121
|
/**
|
|
4047
|
-
*
|
|
4122
|
+
* Lookup567: pallet_crosschain_transfer::pallet::MintingAuthorityState
|
|
4048
4123
|
**/
|
|
4049
4124
|
PalletCrosschainTransferMintingAuthorityState: {
|
|
4050
4125
|
_enum: ['PendingActivation', 'Active', 'Deactivating'],
|
|
4051
4126
|
},
|
|
4052
4127
|
/**
|
|
4053
|
-
*
|
|
4128
|
+
* Lookup569: pallet_crosschain_transfer::transfer_out::TransferOutOfArgon<T>
|
|
4054
4129
|
**/
|
|
4055
4130
|
PalletCrosschainTransferTransferOutTransferOutOfArgon: {
|
|
4056
4131
|
argonAccountId: 'AccountId32',
|
|
@@ -4068,7 +4143,7 @@ export default {
|
|
|
4068
4143
|
state: 'PalletCrosschainTransferTransferOutTransferOutState',
|
|
4069
4144
|
},
|
|
4070
4145
|
/**
|
|
4071
|
-
*
|
|
4146
|
+
* Lookup571: pallet_crosschain_transfer::transfer_out::MintingAuthorityTransferReservation<T>
|
|
4072
4147
|
**/
|
|
4073
4148
|
PalletCrosschainTransferTransferOutMintingAuthorityTransferReservation: {
|
|
4074
4149
|
microgonCollateral: 'u128',
|
|
@@ -4077,13 +4152,13 @@ export default {
|
|
|
4077
4152
|
signature: '[u8;65]',
|
|
4078
4153
|
},
|
|
4079
4154
|
/**
|
|
4080
|
-
*
|
|
4155
|
+
* Lookup575: pallet_crosschain_transfer::transfer_out::TransferOutState
|
|
4081
4156
|
**/
|
|
4082
4157
|
PalletCrosschainTransferTransferOutTransferOutState: {
|
|
4083
4158
|
_enum: ['Started', 'Ready'],
|
|
4084
4159
|
},
|
|
4085
4160
|
/**
|
|
4086
|
-
*
|
|
4161
|
+
* Lookup577: pallet_crosschain_transfer::transfer_out::PendingCollateralizationRequest<T>
|
|
4087
4162
|
**/
|
|
4088
4163
|
PalletCrosschainTransferTransferOutPendingCollateralizationRequest: {
|
|
4089
4164
|
transferId: 'H256',
|
|
@@ -4091,14 +4166,14 @@ export default {
|
|
|
4091
4166
|
remainingMintingAuthorityTip: 'u128',
|
|
4092
4167
|
},
|
|
4093
4168
|
/**
|
|
4094
|
-
*
|
|
4169
|
+
* Lookup579: pallet_crosschain_transfer::pallet::SourceChainCirculation<T>
|
|
4095
4170
|
**/
|
|
4096
4171
|
PalletCrosschainTransferSourceChainCirculation: {
|
|
4097
4172
|
argonCirculation: 'u128',
|
|
4098
4173
|
argonotCirculation: 'u128',
|
|
4099
4174
|
},
|
|
4100
4175
|
/**
|
|
4101
|
-
*
|
|
4176
|
+
* Lookup580: pallet_crosschain_transfer::pallet::Error<T>
|
|
4102
4177
|
**/
|
|
4103
4178
|
PalletCrosschainTransferError: {
|
|
4104
4179
|
_enum: [
|
|
@@ -4159,55 +4234,55 @@ export default {
|
|
|
4159
4234
|
],
|
|
4160
4235
|
},
|
|
4161
4236
|
/**
|
|
4162
|
-
*
|
|
4237
|
+
* Lookup583: frame_system::extensions::authorize_call::AuthorizeCall<T>
|
|
4163
4238
|
**/
|
|
4164
4239
|
FrameSystemExtensionsAuthorizeCall: 'Null',
|
|
4165
4240
|
/**
|
|
4166
|
-
*
|
|
4241
|
+
* Lookup584: frame_system::extensions::check_non_zero_sender::CheckNonZeroSender<T>
|
|
4167
4242
|
**/
|
|
4168
4243
|
FrameSystemExtensionsCheckNonZeroSender: 'Null',
|
|
4169
4244
|
/**
|
|
4170
|
-
*
|
|
4245
|
+
* Lookup585: frame_system::extensions::check_spec_version::CheckSpecVersion<T>
|
|
4171
4246
|
**/
|
|
4172
4247
|
FrameSystemExtensionsCheckSpecVersion: 'Null',
|
|
4173
4248
|
/**
|
|
4174
|
-
*
|
|
4249
|
+
* Lookup586: frame_system::extensions::check_tx_version::CheckTxVersion<T>
|
|
4175
4250
|
**/
|
|
4176
4251
|
FrameSystemExtensionsCheckTxVersion: 'Null',
|
|
4177
4252
|
/**
|
|
4178
|
-
*
|
|
4253
|
+
* Lookup587: frame_system::extensions::check_genesis::CheckGenesis<T>
|
|
4179
4254
|
**/
|
|
4180
4255
|
FrameSystemExtensionsCheckGenesis: 'Null',
|
|
4181
4256
|
/**
|
|
4182
|
-
*
|
|
4257
|
+
* Lookup590: frame_system::extensions::check_nonce::CheckNonce<T>
|
|
4183
4258
|
**/
|
|
4184
4259
|
FrameSystemExtensionsCheckNonce: 'Compact<u32>',
|
|
4185
4260
|
/**
|
|
4186
|
-
*
|
|
4261
|
+
* Lookup591: frame_system::extensions::check_weight::CheckWeight<T>
|
|
4187
4262
|
**/
|
|
4188
4263
|
FrameSystemExtensionsCheckWeight: 'Null',
|
|
4189
4264
|
/**
|
|
4190
|
-
*
|
|
4265
|
+
* Lookup592: pallet_transaction_payment::ChargeTransactionPayment<T>
|
|
4191
4266
|
**/
|
|
4192
4267
|
PalletTransactionPaymentChargeTransactionPayment: 'Compact<u128>',
|
|
4193
4268
|
/**
|
|
4194
|
-
*
|
|
4269
|
+
* Lookup593: frame_metadata_hash_extension::CheckMetadataHash<T>
|
|
4195
4270
|
**/
|
|
4196
4271
|
FrameMetadataHashExtensionCheckMetadataHash: {
|
|
4197
4272
|
mode: 'FrameMetadataHashExtensionMode',
|
|
4198
4273
|
},
|
|
4199
4274
|
/**
|
|
4200
|
-
*
|
|
4275
|
+
* Lookup594: frame_metadata_hash_extension::Mode
|
|
4201
4276
|
**/
|
|
4202
4277
|
FrameMetadataHashExtensionMode: {
|
|
4203
4278
|
_enum: ['Disabled', 'Enabled'],
|
|
4204
4279
|
},
|
|
4205
4280
|
/**
|
|
4206
|
-
*
|
|
4281
|
+
* Lookup595: frame_system::extensions::weight_reclaim::WeightReclaim<T>
|
|
4207
4282
|
**/
|
|
4208
4283
|
FrameSystemExtensionsWeightReclaim: 'Null',
|
|
4209
4284
|
/**
|
|
4210
|
-
*
|
|
4285
|
+
* Lookup597: argon_runtime::Runtime
|
|
4211
4286
|
**/
|
|
4212
4287
|
ArgonRuntimeRuntime: 'Null',
|
|
4213
4288
|
};
|