@argonprotocol/mainchain 1.4.3-dev.4408f4ff → 1.4.3-dev.4544e954
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/artifacts/contracts/ArgonToken.sol/ArgonToken.json +671 -0
- package/browser/artifacts/contracts/ArgonotToken.sol/ArgonotToken.json +671 -0
- package/browser/artifacts/contracts/MintingGateway.sol/MintingGateway.json +1688 -0
- package/browser/artifacts/contracts/ProxyArtifacts.sol/ProxyAdmin.json +135 -0
- package/browser/artifacts/contracts/ProxyArtifacts.sol/TransparentUpgradeableProxy.json +131 -0
- package/browser/index.d.ts +1838 -482
- package/browser/index.js +6083 -499
- package/browser/index.js.map +1 -1
- package/lib/artifacts/contracts/ArgonToken.sol/ArgonToken.json +671 -0
- package/lib/artifacts/contracts/ArgonotToken.sol/ArgonotToken.json +671 -0
- package/lib/artifacts/contracts/MintingGateway.sol/MintingGateway.json +1688 -0
- package/lib/artifacts/contracts/ProxyArtifacts.sol/ProxyAdmin.json +135 -0
- package/lib/artifacts/contracts/ProxyArtifacts.sol/TransparentUpgradeableProxy.json +131 -0
- package/lib/index.cjs +6111 -531
- package/lib/index.cjs.map +1 -1
- package/lib/index.d.cts +1838 -482
- package/lib/index.d.ts +1838 -482
- package/lib/index.js +6107 -527
- package/lib/index.js.map +1 -1
- package/package.json +3 -3
- package/src/interfaces/augment-api-consts.ts +59 -7
- package/src/interfaces/augment-api-errors.ts +209 -13
- package/src/interfaces/augment-api-events.ts +295 -13
- package/src/interfaces/augment-api-query.ts +281 -27
- package/src/interfaces/augment-api-rpc.ts +1 -1
- package/src/interfaces/augment-api-runtime.ts +1 -28
- package/src/interfaces/augment-api-tx.ts +138 -24
- package/src/interfaces/augment-api.ts +0 -1
- package/src/interfaces/augment-types.ts +7 -4
- package/src/interfaces/definitions.ts +11 -26
- package/src/interfaces/ethereum/index.ts +0 -1
- package/src/interfaces/ethereum/types.ts +17 -6
- package/src/interfaces/lookup.ts +689 -301
- package/src/interfaces/registry.ts +48 -11
- package/src/interfaces/types-lookup.ts +833 -321
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
|
/**
|
|
@@ -515,6 +512,11 @@ export default {
|
|
|
515
512
|
vaultEarnings: 'u128',
|
|
516
513
|
error: 'SpRuntimeDispatchError',
|
|
517
514
|
},
|
|
515
|
+
CommittedArgonotsSet: {
|
|
516
|
+
vaultId: 'u32',
|
|
517
|
+
operatorAccountId: 'AccountId32',
|
|
518
|
+
amount: 'u128',
|
|
519
|
+
},
|
|
518
520
|
},
|
|
519
521
|
},
|
|
520
522
|
/**
|
|
@@ -527,7 +529,7 @@ export default {
|
|
|
527
529
|
vaultId: 'u32',
|
|
528
530
|
liquidityPromised: 'u128',
|
|
529
531
|
securitization: 'u128',
|
|
530
|
-
|
|
532
|
+
lockedTargetPrice: 'u128',
|
|
531
533
|
accountId: 'AccountId32',
|
|
532
534
|
securityFee: 'u128',
|
|
533
535
|
},
|
|
@@ -535,9 +537,9 @@ export default {
|
|
|
535
537
|
utxoId: 'u64',
|
|
536
538
|
vaultId: 'u32',
|
|
537
539
|
liquidityPromised: 'u128',
|
|
538
|
-
|
|
540
|
+
oldTargetPrice: 'u128',
|
|
539
541
|
securityFee: 'u128',
|
|
540
|
-
|
|
542
|
+
newTargetPrice: 'u128',
|
|
541
543
|
amountBurned: 'u128',
|
|
542
544
|
accountId: 'AccountId32',
|
|
543
545
|
},
|
|
@@ -1191,6 +1193,11 @@ export default {
|
|
|
1191
1193
|
__Unused29: 'Null',
|
|
1192
1194
|
__Unused30: 'Null',
|
|
1193
1195
|
Treasury: 'PalletTreasuryHoldReason',
|
|
1196
|
+
__Unused32: 'Null',
|
|
1197
|
+
__Unused33: 'Null',
|
|
1198
|
+
__Unused34: 'Null',
|
|
1199
|
+
__Unused35: 'Null',
|
|
1200
|
+
CrosschainTransfer: 'PalletCrosschainTransferHoldReason',
|
|
1194
1201
|
},
|
|
1195
1202
|
},
|
|
1196
1203
|
/**
|
|
@@ -1224,13 +1231,19 @@ export default {
|
|
|
1224
1231
|
_enum: ['ContributedToTreasury'],
|
|
1225
1232
|
},
|
|
1226
1233
|
/**
|
|
1227
|
-
* Lookup110:
|
|
1234
|
+
* Lookup110: pallet_crosschain_transfer::pallet::HoldReason
|
|
1235
|
+
**/
|
|
1236
|
+
PalletCrosschainTransferHoldReason: {
|
|
1237
|
+
_enum: ['TransferOutMintingAuthorityTip', 'MintingAuthorityActivationRepayment'],
|
|
1238
|
+
},
|
|
1239
|
+
/**
|
|
1240
|
+
* Lookup111: pallet_balances::pallet::UnexpectedKind
|
|
1228
1241
|
**/
|
|
1229
1242
|
PalletBalancesUnexpectedKind: {
|
|
1230
1243
|
_enum: ['BalanceUpdated', 'FailedToMutateAccount'],
|
|
1231
1244
|
},
|
|
1232
1245
|
/**
|
|
1233
|
-
*
|
|
1246
|
+
* Lookup113: pallet_tx_pause::pallet::Event<T>
|
|
1234
1247
|
**/
|
|
1235
1248
|
PalletTxPauseEvent: {
|
|
1236
1249
|
_enum: {
|
|
@@ -1243,7 +1256,7 @@ export default {
|
|
|
1243
1256
|
},
|
|
1244
1257
|
},
|
|
1245
1258
|
/**
|
|
1246
|
-
*
|
|
1259
|
+
* Lookup116: pallet_transaction_payment::pallet::Event<T>
|
|
1247
1260
|
**/
|
|
1248
1261
|
PalletTransactionPaymentEvent: {
|
|
1249
1262
|
_enum: {
|
|
@@ -1255,7 +1268,7 @@ export default {
|
|
|
1255
1268
|
},
|
|
1256
1269
|
},
|
|
1257
1270
|
/**
|
|
1258
|
-
*
|
|
1271
|
+
* Lookup117: pallet_utility::pallet::Event
|
|
1259
1272
|
**/
|
|
1260
1273
|
PalletUtilityEvent: {
|
|
1261
1274
|
_enum: {
|
|
@@ -1279,7 +1292,7 @@ export default {
|
|
|
1279
1292
|
},
|
|
1280
1293
|
},
|
|
1281
1294
|
/**
|
|
1282
|
-
*
|
|
1295
|
+
* Lookup118: pallet_sudo::pallet::Event<T>
|
|
1283
1296
|
**/
|
|
1284
1297
|
PalletSudoEvent: {
|
|
1285
1298
|
_enum: {
|
|
@@ -1300,7 +1313,7 @@ export default {
|
|
|
1300
1313
|
},
|
|
1301
1314
|
},
|
|
1302
1315
|
/**
|
|
1303
|
-
*
|
|
1316
|
+
* Lookup119: pallet_treasury::pallet::Event<T>
|
|
1304
1317
|
**/
|
|
1305
1318
|
PalletTreasuryEvent: {
|
|
1306
1319
|
_enum: {
|
|
@@ -1357,16 +1370,21 @@ export default {
|
|
|
1357
1370
|
accountId: 'AccountId32',
|
|
1358
1371
|
bonds: 'u32',
|
|
1359
1372
|
},
|
|
1373
|
+
EncumberedBondMicrogonsBurned: {
|
|
1374
|
+
accountId: 'AccountId32',
|
|
1375
|
+
burnedAmount: 'u128',
|
|
1376
|
+
releasedAmount: 'u128',
|
|
1377
|
+
},
|
|
1360
1378
|
},
|
|
1361
1379
|
},
|
|
1362
1380
|
/**
|
|
1363
|
-
*
|
|
1381
|
+
* Lookup120: pallet_treasury::pallet::BondReleaseReason
|
|
1364
1382
|
**/
|
|
1365
1383
|
PalletTreasuryBondReleaseReason: {
|
|
1366
1384
|
_enum: ['UserLiquidation', 'Bumped', 'VaultClosed'],
|
|
1367
1385
|
},
|
|
1368
1386
|
/**
|
|
1369
|
-
*
|
|
1387
|
+
* Lookup121: pallet_fee_control::pallet::Event<T>
|
|
1370
1388
|
**/
|
|
1371
1389
|
PalletFeeControlEvent: {
|
|
1372
1390
|
_enum: {
|
|
@@ -1381,7 +1399,7 @@ export default {
|
|
|
1381
1399
|
},
|
|
1382
1400
|
},
|
|
1383
1401
|
/**
|
|
1384
|
-
*
|
|
1402
|
+
* Lookup122: argon_runtime::OriginCaller
|
|
1385
1403
|
**/
|
|
1386
1404
|
ArgonRuntimeOriginCaller: {
|
|
1387
1405
|
_enum: {
|
|
@@ -1389,7 +1407,7 @@ export default {
|
|
|
1389
1407
|
},
|
|
1390
1408
|
},
|
|
1391
1409
|
/**
|
|
1392
|
-
*
|
|
1410
|
+
* Lookup123: frame_support::dispatch::RawOrigin<sp_core::crypto::AccountId32>
|
|
1393
1411
|
**/
|
|
1394
1412
|
FrameSupportDispatchRawOrigin: {
|
|
1395
1413
|
_enum: {
|
|
@@ -1400,7 +1418,7 @@ export default {
|
|
|
1400
1418
|
},
|
|
1401
1419
|
},
|
|
1402
1420
|
/**
|
|
1403
|
-
*
|
|
1421
|
+
* Lookup124: pallet_operational_accounts::pallet::Event<T>
|
|
1404
1422
|
**/
|
|
1405
1423
|
PalletOperationalAccountsEvent: {
|
|
1406
1424
|
_enum: {
|
|
@@ -1445,13 +1463,13 @@ export default {
|
|
|
1445
1463
|
},
|
|
1446
1464
|
},
|
|
1447
1465
|
/**
|
|
1448
|
-
*
|
|
1466
|
+
* Lookup125: argon_primitives::providers::OperationalRewardKind
|
|
1449
1467
|
**/
|
|
1450
1468
|
ArgonPrimitivesProvidersOperationalRewardKind: {
|
|
1451
1469
|
_enum: ['Activation', 'ReferralBonus'],
|
|
1452
1470
|
},
|
|
1453
1471
|
/**
|
|
1454
|
-
*
|
|
1472
|
+
* Lookup126: pallet_ethereum_verifier::pallet::Event<T>
|
|
1455
1473
|
**/
|
|
1456
1474
|
PalletEthereumVerifierEvent: {
|
|
1457
1475
|
_enum: {
|
|
@@ -1472,46 +1490,186 @@ export default {
|
|
|
1472
1490
|
},
|
|
1473
1491
|
},
|
|
1474
1492
|
/**
|
|
1475
|
-
*
|
|
1493
|
+
* Lookup127: pallet_ethereum_verifier::types::BasicOperatingMode
|
|
1476
1494
|
**/
|
|
1477
1495
|
PalletEthereumVerifierBasicOperatingMode: {
|
|
1478
1496
|
_enum: ['Normal', 'Halted'],
|
|
1479
1497
|
},
|
|
1480
1498
|
/**
|
|
1481
|
-
*
|
|
1499
|
+
* Lookup128: pallet_crosschain_transfer::pallet::Event<T>
|
|
1482
1500
|
**/
|
|
1483
1501
|
PalletCrosschainTransferEvent: {
|
|
1484
1502
|
_enum: {
|
|
1485
|
-
|
|
1503
|
+
TransferToArgonSettled: {
|
|
1504
|
+
sourceChain: 'PalletCrosschainTransferSourceChain',
|
|
1505
|
+
transfer: 'PalletCrosschainTransferTransferToArgonActivity',
|
|
1506
|
+
},
|
|
1507
|
+
GlobalIssuanceCouncilForced: {
|
|
1508
|
+
destinationChain: 'PalletCrosschainTransferSourceChain',
|
|
1509
|
+
councilHash: 'H256',
|
|
1510
|
+
},
|
|
1511
|
+
CouncilSignerRegistered: {
|
|
1512
|
+
destinationChain: 'PalletCrosschainTransferSourceChain',
|
|
1513
|
+
accountId: 'AccountId32',
|
|
1514
|
+
signer: 'H160',
|
|
1515
|
+
},
|
|
1516
|
+
CouncilSignerRotationQueued: {
|
|
1517
|
+
destinationChain: 'PalletCrosschainTransferSourceChain',
|
|
1518
|
+
accountId: 'AccountId32',
|
|
1519
|
+
signer: 'H160',
|
|
1520
|
+
},
|
|
1521
|
+
MintingAuthorityRegistered: {
|
|
1522
|
+
destinationChain: 'PalletCrosschainTransferSourceChain',
|
|
1523
|
+
destinationSigningKey: 'H160',
|
|
1524
|
+
accountId: 'AccountId32',
|
|
1525
|
+
approvalQueueNonce: 'u64',
|
|
1526
|
+
},
|
|
1527
|
+
MintingAuthorityDeactivationQueued: {
|
|
1528
|
+
destinationChain: 'PalletCrosschainTransferSourceChain',
|
|
1529
|
+
destinationSigningKey: 'H160',
|
|
1530
|
+
approvalQueueNonce: 'u64',
|
|
1531
|
+
},
|
|
1532
|
+
MinimumMintingAuthorityValueSet: {
|
|
1533
|
+
destinationChain: 'PalletCrosschainTransferSourceChain',
|
|
1534
|
+
minimumValue: 'u128',
|
|
1535
|
+
},
|
|
1536
|
+
MintingAuthorityActivationRepaymentPricingSet: {
|
|
1537
|
+
destinationChain: 'PalletCrosschainTransferSourceChain',
|
|
1538
|
+
},
|
|
1539
|
+
QueueEntryApprovalRecorded: {
|
|
1540
|
+
destinationChain: 'PalletCrosschainTransferSourceChain',
|
|
1541
|
+
target: 'PalletCrosschainTransferCouncilApprovalTargetId',
|
|
1542
|
+
approvalQueueNonce: 'u64',
|
|
1543
|
+
},
|
|
1544
|
+
QueueEntryApprovalReady: {
|
|
1545
|
+
destinationChain: 'PalletCrosschainTransferSourceChain',
|
|
1546
|
+
target: 'PalletCrosschainTransferCouncilApprovalTargetId',
|
|
1547
|
+
approvalQueueNonce: 'u64',
|
|
1548
|
+
},
|
|
1549
|
+
MintingAuthorityActivationFinalized: {
|
|
1550
|
+
sourceChain: 'PalletCrosschainTransferSourceChain',
|
|
1551
|
+
destinationSigningKey: 'H160',
|
|
1552
|
+
},
|
|
1553
|
+
MintingAuthorityActivationCompleted: {
|
|
1554
|
+
destinationChain: 'PalletCrosschainTransferSourceChain',
|
|
1555
|
+
destinationSigningKey: 'H160',
|
|
1556
|
+
relayerArgonAccountId: 'AccountId32',
|
|
1557
|
+
repaymentAmount: 'u128',
|
|
1558
|
+
},
|
|
1559
|
+
MintingAuthorityDeactivationFinalized: {
|
|
1560
|
+
sourceChain: 'PalletCrosschainTransferSourceChain',
|
|
1561
|
+
destinationSigningKey: 'H160',
|
|
1562
|
+
},
|
|
1563
|
+
GatewaySyncPaused: {
|
|
1564
|
+
sourceChain: 'PalletCrosschainTransferSourceChain',
|
|
1565
|
+
pause: 'PalletCrosschainTransferGatewaySyncPause',
|
|
1566
|
+
},
|
|
1567
|
+
GatewayUnpaused: {
|
|
1568
|
+
sourceChain: 'PalletCrosschainTransferSourceChain',
|
|
1569
|
+
},
|
|
1570
|
+
GatewayStateAdvanced: {
|
|
1571
|
+
sourceChain: 'PalletCrosschainTransferSourceChain',
|
|
1572
|
+
gatewayState: 'PalletCrosschainTransferGatewayState',
|
|
1573
|
+
},
|
|
1574
|
+
TransferOutStarted: {
|
|
1575
|
+
destinationChain: 'PalletCrosschainTransferSourceChain',
|
|
1576
|
+
transferId: 'H256',
|
|
1577
|
+
accountId: 'AccountId32',
|
|
1578
|
+
asset: 'PalletCrosschainTransferAssetKind',
|
|
1579
|
+
amount: 'u128',
|
|
1580
|
+
mintingAuthorityTip: 'u128',
|
|
1581
|
+
},
|
|
1582
|
+
TransferCollateralized: {
|
|
1583
|
+
transferId: 'H256',
|
|
1584
|
+
destinationSigningKey: 'H160',
|
|
1585
|
+
microgonCollateral: 'u128',
|
|
1586
|
+
micronotCollateral: 'u128',
|
|
1587
|
+
},
|
|
1588
|
+
TransferOutReady: {
|
|
1589
|
+
transferId: 'H256',
|
|
1590
|
+
},
|
|
1591
|
+
TransferOutFinalized: {
|
|
1592
|
+
sourceChain: 'PalletCrosschainTransferSourceChain',
|
|
1593
|
+
transferId: 'H256',
|
|
1594
|
+
},
|
|
1595
|
+
TransferOutCanceled: {
|
|
1486
1596
|
sourceChain: 'PalletCrosschainTransferSourceChain',
|
|
1487
|
-
|
|
1597
|
+
transferId: 'H256',
|
|
1598
|
+
},
|
|
1599
|
+
TransferCollateralInvalidated: {
|
|
1600
|
+
transferId: 'H256',
|
|
1601
|
+
destinationSigningKey: 'H160',
|
|
1488
1602
|
},
|
|
1489
1603
|
},
|
|
1490
1604
|
},
|
|
1491
1605
|
/**
|
|
1492
|
-
*
|
|
1606
|
+
* Lookup129: pallet_crosschain_transfer::pallet::SourceChain
|
|
1493
1607
|
**/
|
|
1494
1608
|
PalletCrosschainTransferSourceChain: {
|
|
1495
1609
|
_enum: ['Ethereum'],
|
|
1496
1610
|
},
|
|
1497
1611
|
/**
|
|
1498
|
-
*
|
|
1612
|
+
* Lookup130: pallet_crosschain_transfer::pallet::TransferToArgonActivity<T>
|
|
1499
1613
|
**/
|
|
1500
|
-
|
|
1614
|
+
PalletCrosschainTransferTransferToArgonActivity: {
|
|
1615
|
+
gatewayActivityNonce: 'Compact<u64>',
|
|
1501
1616
|
from: 'H160',
|
|
1617
|
+
asset: 'PalletCrosschainTransferAssetKind',
|
|
1502
1618
|
to: 'AccountId32',
|
|
1503
|
-
|
|
1504
|
-
amount: 'u128',
|
|
1505
|
-
accountNonce: 'Compact<u64>',
|
|
1619
|
+
amount: 'Compact<u128>',
|
|
1506
1620
|
},
|
|
1507
1621
|
/**
|
|
1508
|
-
*
|
|
1622
|
+
* Lookup133: pallet_crosschain_transfer::pallet::AssetKind
|
|
1509
1623
|
**/
|
|
1510
1624
|
PalletCrosschainTransferAssetKind: {
|
|
1511
1625
|
_enum: ['Argon', 'Argonot'],
|
|
1512
1626
|
},
|
|
1513
1627
|
/**
|
|
1514
|
-
*
|
|
1628
|
+
* Lookup134: pallet_crosschain_transfer::pallet::CouncilApprovalTargetId
|
|
1629
|
+
**/
|
|
1630
|
+
PalletCrosschainTransferCouncilApprovalTargetId: {
|
|
1631
|
+
_enum: {
|
|
1632
|
+
MintingAuthorityActivation: 'H160',
|
|
1633
|
+
MintingAuthorityDeactivation: 'H160',
|
|
1634
|
+
GlobalIssuanceCouncilRotation: 'H256',
|
|
1635
|
+
},
|
|
1636
|
+
},
|
|
1637
|
+
/**
|
|
1638
|
+
* Lookup135: pallet_crosschain_transfer::pallet::GatewaySyncPause
|
|
1639
|
+
**/
|
|
1640
|
+
PalletCrosschainTransferGatewaySyncPause: {
|
|
1641
|
+
lastGoodGatewayActivityNonce: 'Compact<u64>',
|
|
1642
|
+
failedGatewayActivityNonce: 'Compact<u64>',
|
|
1643
|
+
reason: 'PalletCrosschainTransferGatewaySyncPauseReason',
|
|
1644
|
+
},
|
|
1645
|
+
/**
|
|
1646
|
+
* Lookup136: pallet_crosschain_transfer::pallet::GatewaySyncPauseReason
|
|
1647
|
+
**/
|
|
1648
|
+
PalletCrosschainTransferGatewaySyncPauseReason: {
|
|
1649
|
+
_enum: [
|
|
1650
|
+
'Manual',
|
|
1651
|
+
'MalformedGatewayActivity',
|
|
1652
|
+
'UnsupportedToken',
|
|
1653
|
+
'MintingAuthorityNotFound',
|
|
1654
|
+
'UnexpectedMintingAuthorityState',
|
|
1655
|
+
'MintingAuthorityMismatch',
|
|
1656
|
+
'MissingMintingAuthorityActivationRepaymentPricing',
|
|
1657
|
+
'MintingAuthorityActivationRepaymentMismatch',
|
|
1658
|
+
'GlobalIssuanceCouncilNotFound',
|
|
1659
|
+
'GatewayStateDrift',
|
|
1660
|
+
],
|
|
1661
|
+
},
|
|
1662
|
+
/**
|
|
1663
|
+
* Lookup137: pallet_crosschain_transfer::pallet::GatewayState<T>
|
|
1664
|
+
**/
|
|
1665
|
+
PalletCrosschainTransferGatewayState: {
|
|
1666
|
+
gatewayActivityNonce: 'Compact<u64>',
|
|
1667
|
+
argonApprovalsNonce: 'Compact<u64>',
|
|
1668
|
+
argonCirculation: 'u128',
|
|
1669
|
+
argonotCirculation: 'u128',
|
|
1670
|
+
},
|
|
1671
|
+
/**
|
|
1672
|
+
* Lookup138: frame_system::Phase
|
|
1515
1673
|
**/
|
|
1516
1674
|
FrameSystemPhase: {
|
|
1517
1675
|
_enum: {
|
|
@@ -1521,21 +1679,21 @@ export default {
|
|
|
1521
1679
|
},
|
|
1522
1680
|
},
|
|
1523
1681
|
/**
|
|
1524
|
-
*
|
|
1682
|
+
* Lookup142: frame_system::LastRuntimeUpgradeInfo
|
|
1525
1683
|
**/
|
|
1526
1684
|
FrameSystemLastRuntimeUpgradeInfo: {
|
|
1527
1685
|
specVersion: 'Compact<u32>',
|
|
1528
1686
|
specName: 'Text',
|
|
1529
1687
|
},
|
|
1530
1688
|
/**
|
|
1531
|
-
*
|
|
1689
|
+
* Lookup145: frame_system::CodeUpgradeAuthorization<T>
|
|
1532
1690
|
**/
|
|
1533
1691
|
FrameSystemCodeUpgradeAuthorization: {
|
|
1534
1692
|
codeHash: 'H256',
|
|
1535
1693
|
checkVersion: 'bool',
|
|
1536
1694
|
},
|
|
1537
1695
|
/**
|
|
1538
|
-
*
|
|
1696
|
+
* Lookup146: frame_system::pallet::Call<T>
|
|
1539
1697
|
**/
|
|
1540
1698
|
FrameSystemCall: {
|
|
1541
1699
|
_enum: {
|
|
@@ -1580,7 +1738,7 @@ export default {
|
|
|
1580
1738
|
},
|
|
1581
1739
|
},
|
|
1582
1740
|
/**
|
|
1583
|
-
*
|
|
1741
|
+
* Lookup150: frame_system::limits::BlockWeights
|
|
1584
1742
|
**/
|
|
1585
1743
|
FrameSystemLimitsBlockWeights: {
|
|
1586
1744
|
baseBlock: 'SpWeightsWeightV2Weight',
|
|
@@ -1588,7 +1746,7 @@ export default {
|
|
|
1588
1746
|
perClass: 'FrameSupportDispatchPerDispatchClassWeightsPerClass',
|
|
1589
1747
|
},
|
|
1590
1748
|
/**
|
|
1591
|
-
*
|
|
1749
|
+
* Lookup151: frame_support::dispatch::PerDispatchClass<frame_system::limits::WeightsPerClass>
|
|
1592
1750
|
**/
|
|
1593
1751
|
FrameSupportDispatchPerDispatchClassWeightsPerClass: {
|
|
1594
1752
|
normal: 'FrameSystemLimitsWeightsPerClass',
|
|
@@ -1596,7 +1754,7 @@ export default {
|
|
|
1596
1754
|
mandatory: 'FrameSystemLimitsWeightsPerClass',
|
|
1597
1755
|
},
|
|
1598
1756
|
/**
|
|
1599
|
-
*
|
|
1757
|
+
* Lookup152: frame_system::limits::WeightsPerClass
|
|
1600
1758
|
**/
|
|
1601
1759
|
FrameSystemLimitsWeightsPerClass: {
|
|
1602
1760
|
baseExtrinsic: 'SpWeightsWeightV2Weight',
|
|
@@ -1605,14 +1763,14 @@ export default {
|
|
|
1605
1763
|
reserved: 'Option<SpWeightsWeightV2Weight>',
|
|
1606
1764
|
},
|
|
1607
1765
|
/**
|
|
1608
|
-
*
|
|
1766
|
+
* Lookup154: frame_system::limits::BlockLength
|
|
1609
1767
|
**/
|
|
1610
1768
|
FrameSystemLimitsBlockLength: {
|
|
1611
1769
|
max: 'FrameSupportDispatchPerDispatchClassU32',
|
|
1612
1770
|
maxHeaderSize: 'Option<u32>',
|
|
1613
1771
|
},
|
|
1614
1772
|
/**
|
|
1615
|
-
*
|
|
1773
|
+
* Lookup155: frame_support::dispatch::PerDispatchClass<T>
|
|
1616
1774
|
**/
|
|
1617
1775
|
FrameSupportDispatchPerDispatchClassU32: {
|
|
1618
1776
|
normal: 'u32',
|
|
@@ -1620,14 +1778,14 @@ export default {
|
|
|
1620
1778
|
mandatory: 'u32',
|
|
1621
1779
|
},
|
|
1622
1780
|
/**
|
|
1623
|
-
*
|
|
1781
|
+
* Lookup157: sp_weights::RuntimeDbWeight
|
|
1624
1782
|
**/
|
|
1625
1783
|
SpWeightsRuntimeDbWeight: {
|
|
1626
1784
|
read: 'u64',
|
|
1627
1785
|
write: 'u64',
|
|
1628
1786
|
},
|
|
1629
1787
|
/**
|
|
1630
|
-
*
|
|
1788
|
+
* Lookup158: sp_version::RuntimeVersion
|
|
1631
1789
|
**/
|
|
1632
1790
|
SpVersionRuntimeVersion: {
|
|
1633
1791
|
specName: 'Text',
|
|
@@ -1640,7 +1798,7 @@ export default {
|
|
|
1640
1798
|
systemVersion: 'u8',
|
|
1641
1799
|
},
|
|
1642
1800
|
/**
|
|
1643
|
-
*
|
|
1801
|
+
* Lookup163: frame_system::pallet::Error<T>
|
|
1644
1802
|
**/
|
|
1645
1803
|
FrameSystemError: {
|
|
1646
1804
|
_enum: [
|
|
@@ -1656,7 +1814,7 @@ export default {
|
|
|
1656
1814
|
],
|
|
1657
1815
|
},
|
|
1658
1816
|
/**
|
|
1659
|
-
*
|
|
1817
|
+
* Lookup164: argon_primitives::digests::Digestset<argon_notary_audit::error::VerifyError, sp_core::crypto::AccountId32>
|
|
1660
1818
|
**/
|
|
1661
1819
|
ArgonPrimitivesDigestsDigestset: {
|
|
1662
1820
|
author: 'AccountId32',
|
|
@@ -1668,20 +1826,20 @@ export default {
|
|
|
1668
1826
|
notebooks: 'ArgonPrimitivesDigestsNotebookDigest',
|
|
1669
1827
|
},
|
|
1670
1828
|
/**
|
|
1671
|
-
*
|
|
1829
|
+
* Lookup165: argon_primitives::digests::BlockVoteDigest
|
|
1672
1830
|
**/
|
|
1673
1831
|
ArgonPrimitivesDigestsBlockVoteDigest: {
|
|
1674
1832
|
votingPower: 'Compact<u128>',
|
|
1675
1833
|
votesCount: 'Compact<u32>',
|
|
1676
1834
|
},
|
|
1677
1835
|
/**
|
|
1678
|
-
*
|
|
1836
|
+
* Lookup167: argon_primitives::digests::ParentVotingKeyDigest
|
|
1679
1837
|
**/
|
|
1680
1838
|
ArgonPrimitivesDigestsParentVotingKeyDigest: {
|
|
1681
1839
|
parentVotingKey: 'Option<H256>',
|
|
1682
1840
|
},
|
|
1683
1841
|
/**
|
|
1684
|
-
*
|
|
1842
|
+
* Lookup170: argon_primitives::fork_power::ForkPower
|
|
1685
1843
|
**/
|
|
1686
1844
|
ArgonPrimitivesForkPower: {
|
|
1687
1845
|
isLatestVote: 'bool',
|
|
@@ -1693,7 +1851,7 @@ export default {
|
|
|
1693
1851
|
minerNonceScore: 'Option<U256>',
|
|
1694
1852
|
},
|
|
1695
1853
|
/**
|
|
1696
|
-
*
|
|
1854
|
+
* Lookup175: argon_primitives::digests::FrameInfo
|
|
1697
1855
|
**/
|
|
1698
1856
|
ArgonPrimitivesDigestsFrameInfo: {
|
|
1699
1857
|
frameId: 'Compact<u64>',
|
|
@@ -1701,13 +1859,13 @@ export default {
|
|
|
1701
1859
|
isNewFrame: 'bool',
|
|
1702
1860
|
},
|
|
1703
1861
|
/**
|
|
1704
|
-
*
|
|
1862
|
+
* Lookup177: argon_primitives::digests::NotebookDigest<argon_notary_audit::error::VerifyError>
|
|
1705
1863
|
**/
|
|
1706
1864
|
ArgonPrimitivesDigestsNotebookDigest: {
|
|
1707
1865
|
notebooks: 'Vec<ArgonPrimitivesNotebookNotebookAuditResult>',
|
|
1708
1866
|
},
|
|
1709
1867
|
/**
|
|
1710
|
-
*
|
|
1868
|
+
* Lookup179: argon_primitives::notebook::NotebookAuditResult<argon_notary_audit::error::VerifyError>
|
|
1711
1869
|
**/
|
|
1712
1870
|
ArgonPrimitivesNotebookNotebookAuditResult: {
|
|
1713
1871
|
notaryId: 'Compact<u32>',
|
|
@@ -1716,7 +1874,7 @@ export default {
|
|
|
1716
1874
|
auditFirstFailure: 'Option<ArgonNotaryAuditErrorVerifyError>',
|
|
1717
1875
|
},
|
|
1718
1876
|
/**
|
|
1719
|
-
*
|
|
1877
|
+
* Lookup182: pallet_digests::pallet::Error<T>
|
|
1720
1878
|
**/
|
|
1721
1879
|
PalletDigestsError: {
|
|
1722
1880
|
_enum: [
|
|
@@ -1736,7 +1894,7 @@ export default {
|
|
|
1736
1894
|
],
|
|
1737
1895
|
},
|
|
1738
1896
|
/**
|
|
1739
|
-
*
|
|
1897
|
+
* Lookup183: pallet_timestamp::pallet::Call<T>
|
|
1740
1898
|
**/
|
|
1741
1899
|
PalletTimestampCall: {
|
|
1742
1900
|
_enum: {
|
|
@@ -1746,7 +1904,7 @@ export default {
|
|
|
1746
1904
|
},
|
|
1747
1905
|
},
|
|
1748
1906
|
/**
|
|
1749
|
-
*
|
|
1907
|
+
* Lookup185: pallet_multisig::Multisig<BlockNumber, Balance, sp_core::crypto::AccountId32, MaxApprovals>
|
|
1750
1908
|
**/
|
|
1751
1909
|
PalletMultisigMultisig: {
|
|
1752
1910
|
when: 'PalletMultisigTimepoint',
|
|
@@ -1755,7 +1913,7 @@ export default {
|
|
|
1755
1913
|
approvals: 'Vec<AccountId32>',
|
|
1756
1914
|
},
|
|
1757
1915
|
/**
|
|
1758
|
-
*
|
|
1916
|
+
* Lookup188: pallet_multisig::pallet::Call<T>
|
|
1759
1917
|
**/
|
|
1760
1918
|
PalletMultisigCall: {
|
|
1761
1919
|
_enum: {
|
|
@@ -1791,7 +1949,7 @@ export default {
|
|
|
1791
1949
|
},
|
|
1792
1950
|
},
|
|
1793
1951
|
/**
|
|
1794
|
-
*
|
|
1952
|
+
* Lookup190: pallet_proxy::pallet::Call<T>
|
|
1795
1953
|
**/
|
|
1796
1954
|
PalletProxyCall: {
|
|
1797
1955
|
_enum: {
|
|
@@ -1845,11 +2003,11 @@ export default {
|
|
|
1845
2003
|
},
|
|
1846
2004
|
},
|
|
1847
2005
|
/**
|
|
1848
|
-
*
|
|
2006
|
+
* Lookup194: pallet_ticks::pallet::Call<T>
|
|
1849
2007
|
**/
|
|
1850
2008
|
PalletTicksCall: 'Null',
|
|
1851
2009
|
/**
|
|
1852
|
-
*
|
|
2010
|
+
* Lookup195: pallet_mining_slot::pallet::Call<T>
|
|
1853
2011
|
**/
|
|
1854
2012
|
PalletMiningSlotCall: {
|
|
1855
2013
|
_enum: {
|
|
@@ -1868,7 +2026,7 @@ export default {
|
|
|
1868
2026
|
},
|
|
1869
2027
|
},
|
|
1870
2028
|
/**
|
|
1871
|
-
*
|
|
2029
|
+
* Lookup196: pallet_bitcoin_utxos::pallet::Call<T>
|
|
1872
2030
|
**/
|
|
1873
2031
|
PalletBitcoinUtxosCall: {
|
|
1874
2032
|
_enum: {
|
|
@@ -1893,7 +2051,7 @@ export default {
|
|
|
1893
2051
|
},
|
|
1894
2052
|
},
|
|
1895
2053
|
/**
|
|
1896
|
-
*
|
|
2054
|
+
* Lookup197: argon_primitives::inherents::BitcoinUtxoSync
|
|
1897
2055
|
**/
|
|
1898
2056
|
ArgonPrimitivesInherentsBitcoinUtxoSync: {
|
|
1899
2057
|
spent: 'Vec<ArgonPrimitivesInherentsBitcoinUtxoSpend>',
|
|
@@ -1901,7 +2059,7 @@ export default {
|
|
|
1901
2059
|
syncToBlock: 'ArgonPrimitivesBitcoinBitcoinBlock',
|
|
1902
2060
|
},
|
|
1903
2061
|
/**
|
|
1904
|
-
*
|
|
2062
|
+
* Lookup199: argon_primitives::inherents::BitcoinUtxoSpend
|
|
1905
2063
|
**/
|
|
1906
2064
|
ArgonPrimitivesInherentsBitcoinUtxoSpend: {
|
|
1907
2065
|
utxoId: 'Compact<u64>',
|
|
@@ -1909,7 +2067,7 @@ export default {
|
|
|
1909
2067
|
bitcoinHeight: 'Compact<u64>',
|
|
1910
2068
|
},
|
|
1911
2069
|
/**
|
|
1912
|
-
*
|
|
2070
|
+
* Lookup202: argon_primitives::inherents::BitcoinUtxoFunding
|
|
1913
2071
|
**/
|
|
1914
2072
|
ArgonPrimitivesInherentsBitcoinUtxoFunding: {
|
|
1915
2073
|
utxoId: 'Compact<u64>',
|
|
@@ -1919,14 +2077,14 @@ export default {
|
|
|
1919
2077
|
bitcoinHeight: 'Compact<u64>',
|
|
1920
2078
|
},
|
|
1921
2079
|
/**
|
|
1922
|
-
*
|
|
2080
|
+
* Lookup203: argon_primitives::bitcoin::BitcoinBlock
|
|
1923
2081
|
**/
|
|
1924
2082
|
ArgonPrimitivesBitcoinBitcoinBlock: {
|
|
1925
2083
|
blockHeight: 'Compact<u64>',
|
|
1926
2084
|
blockHash: 'ArgonPrimitivesBitcoinH256Le',
|
|
1927
2085
|
},
|
|
1928
2086
|
/**
|
|
1929
|
-
*
|
|
2087
|
+
* Lookup204: pallet_vaults::pallet::Call<T>
|
|
1930
2088
|
**/
|
|
1931
2089
|
PalletVaultsCall: {
|
|
1932
2090
|
_enum: {
|
|
@@ -1958,10 +2116,13 @@ export default {
|
|
|
1958
2116
|
set_name: {
|
|
1959
2117
|
name: 'Option<Bytes>',
|
|
1960
2118
|
},
|
|
2119
|
+
set_committed_argonots: {
|
|
2120
|
+
amount: 'Compact<u128>',
|
|
2121
|
+
},
|
|
1961
2122
|
},
|
|
1962
2123
|
},
|
|
1963
2124
|
/**
|
|
1964
|
-
*
|
|
2125
|
+
* Lookup205: pallet_vaults::pallet::VaultConfig<Balance>
|
|
1965
2126
|
**/
|
|
1966
2127
|
PalletVaultsVaultConfig: {
|
|
1967
2128
|
terms: 'ArgonPrimitivesVaultVaultTerms',
|
|
@@ -1971,7 +2132,7 @@ export default {
|
|
|
1971
2132
|
securitizationRatio: 'Compact<u128>',
|
|
1972
2133
|
},
|
|
1973
2134
|
/**
|
|
1974
|
-
*
|
|
2135
|
+
* Lookup206: argon_primitives::vault::VaultTerms<Balance>
|
|
1975
2136
|
**/
|
|
1976
2137
|
ArgonPrimitivesVaultVaultTerms: {
|
|
1977
2138
|
bitcoinAnnualPercentRate: 'Compact<u128>',
|
|
@@ -1979,11 +2140,11 @@ export default {
|
|
|
1979
2140
|
treasuryProfitSharing: 'Compact<Permill>',
|
|
1980
2141
|
},
|
|
1981
2142
|
/**
|
|
1982
|
-
*
|
|
2143
|
+
* Lookup212: argon_primitives::bitcoin::OpaqueBitcoinXpub
|
|
1983
2144
|
**/
|
|
1984
2145
|
ArgonPrimitivesBitcoinOpaqueBitcoinXpub: '[u8;78]',
|
|
1985
2146
|
/**
|
|
1986
|
-
*
|
|
2147
|
+
* Lookup214: pallet_bitcoin_locks::pallet::Call<T>
|
|
1987
2148
|
**/
|
|
1988
2149
|
PalletBitcoinLocksCall: {
|
|
1989
2150
|
_enum: {
|
|
@@ -2034,21 +2195,21 @@ export default {
|
|
|
2034
2195
|
},
|
|
2035
2196
|
},
|
|
2036
2197
|
/**
|
|
2037
|
-
*
|
|
2198
|
+
* Lookup215: argon_primitives::bitcoin::CompressedBitcoinPubkey
|
|
2038
2199
|
**/
|
|
2039
2200
|
ArgonPrimitivesBitcoinCompressedBitcoinPubkey: '[u8;33]',
|
|
2040
2201
|
/**
|
|
2041
|
-
*
|
|
2202
|
+
* Lookup218: pallet_bitcoin_locks::pallet::LockOptions<T>
|
|
2042
2203
|
**/
|
|
2043
2204
|
PalletBitcoinLocksLockOptions: {
|
|
2044
2205
|
_enum: {
|
|
2045
2206
|
V1: {
|
|
2046
|
-
|
|
2207
|
+
microgonsAtTargetPerBtc: 'Option<u128>',
|
|
2047
2208
|
},
|
|
2048
2209
|
},
|
|
2049
2210
|
},
|
|
2050
2211
|
/**
|
|
2051
|
-
*
|
|
2212
|
+
* Lookup221: pallet_notaries::pallet::Call<T>
|
|
2052
2213
|
**/
|
|
2053
2214
|
PalletNotariesCall: {
|
|
2054
2215
|
_enum: {
|
|
@@ -2066,7 +2227,7 @@ export default {
|
|
|
2066
2227
|
},
|
|
2067
2228
|
},
|
|
2068
2229
|
/**
|
|
2069
|
-
*
|
|
2230
|
+
* Lookup222: pallet_notebook::pallet::Call<T>
|
|
2070
2231
|
**/
|
|
2071
2232
|
PalletNotebookCall: {
|
|
2072
2233
|
_enum: {
|
|
@@ -2079,14 +2240,14 @@ export default {
|
|
|
2079
2240
|
},
|
|
2080
2241
|
},
|
|
2081
2242
|
/**
|
|
2082
|
-
*
|
|
2243
|
+
* Lookup224: argon_primitives::notebook::SignedNotebookHeader
|
|
2083
2244
|
**/
|
|
2084
2245
|
ArgonPrimitivesNotebookSignedNotebookHeader: {
|
|
2085
2246
|
header: 'ArgonPrimitivesNotebookNotebookHeader',
|
|
2086
2247
|
signature: '[u8;64]',
|
|
2087
2248
|
},
|
|
2088
2249
|
/**
|
|
2089
|
-
*
|
|
2250
|
+
* Lookup225: argon_primitives::notebook::NotebookHeader
|
|
2090
2251
|
**/
|
|
2091
2252
|
ArgonPrimitivesNotebookNotebookHeader: {
|
|
2092
2253
|
version: 'Compact<u16>',
|
|
@@ -2106,7 +2267,7 @@ export default {
|
|
|
2106
2267
|
domains: 'Vec<(H256,AccountId32)>',
|
|
2107
2268
|
},
|
|
2108
2269
|
/**
|
|
2109
|
-
*
|
|
2270
|
+
* Lookup228: argon_primitives::notebook::ChainTransfer
|
|
2110
2271
|
**/
|
|
2111
2272
|
ArgonPrimitivesNotebookChainTransfer: {
|
|
2112
2273
|
_enum: {
|
|
@@ -2120,14 +2281,14 @@ export default {
|
|
|
2120
2281
|
},
|
|
2121
2282
|
},
|
|
2122
2283
|
/**
|
|
2123
|
-
*
|
|
2284
|
+
* Lookup231: argon_primitives::balance_change::AccountOrigin
|
|
2124
2285
|
**/
|
|
2125
2286
|
ArgonPrimitivesBalanceChangeAccountOrigin: {
|
|
2126
2287
|
notebookNumber: 'Compact<u32>',
|
|
2127
2288
|
accountUid: 'Compact<u32>',
|
|
2128
2289
|
},
|
|
2129
2290
|
/**
|
|
2130
|
-
*
|
|
2291
|
+
* Lookup238: pallet_localchain_transfer::pallet::Call<T>
|
|
2131
2292
|
**/
|
|
2132
2293
|
PalletLocalchainTransferCall: {
|
|
2133
2294
|
_enum: {
|
|
@@ -2138,7 +2299,7 @@ export default {
|
|
|
2138
2299
|
},
|
|
2139
2300
|
},
|
|
2140
2301
|
/**
|
|
2141
|
-
*
|
|
2302
|
+
* Lookup239: pallet_block_seal_spec::pallet::Call<T>
|
|
2142
2303
|
**/
|
|
2143
2304
|
PalletBlockSealSpecCall: {
|
|
2144
2305
|
_enum: {
|
|
@@ -2149,7 +2310,7 @@ export default {
|
|
|
2149
2310
|
},
|
|
2150
2311
|
},
|
|
2151
2312
|
/**
|
|
2152
|
-
*
|
|
2313
|
+
* Lookup240: pallet_domains::pallet::Call<T>
|
|
2153
2314
|
**/
|
|
2154
2315
|
PalletDomainsCall: {
|
|
2155
2316
|
_enum: {
|
|
@@ -2160,7 +2321,7 @@ export default {
|
|
|
2160
2321
|
},
|
|
2161
2322
|
},
|
|
2162
2323
|
/**
|
|
2163
|
-
*
|
|
2324
|
+
* Lookup241: pallet_price_index::pallet::Call<T>
|
|
2164
2325
|
**/
|
|
2165
2326
|
PalletPriceIndexCall: {
|
|
2166
2327
|
_enum: {
|
|
@@ -2173,7 +2334,7 @@ export default {
|
|
|
2173
2334
|
},
|
|
2174
2335
|
},
|
|
2175
2336
|
/**
|
|
2176
|
-
*
|
|
2337
|
+
* Lookup242: pallet_price_index::PriceIndex
|
|
2177
2338
|
**/
|
|
2178
2339
|
PalletPriceIndexPriceIndex: {
|
|
2179
2340
|
btcUsdPrice: 'Compact<u128>',
|
|
@@ -2184,7 +2345,7 @@ export default {
|
|
|
2184
2345
|
tick: 'Compact<u64>',
|
|
2185
2346
|
},
|
|
2186
2347
|
/**
|
|
2187
|
-
*
|
|
2348
|
+
* Lookup243: pallet_grandpa::pallet::Call<T>
|
|
2188
2349
|
**/
|
|
2189
2350
|
PalletGrandpaCall: {
|
|
2190
2351
|
_enum: {
|
|
@@ -2203,14 +2364,14 @@ export default {
|
|
|
2203
2364
|
},
|
|
2204
2365
|
},
|
|
2205
2366
|
/**
|
|
2206
|
-
*
|
|
2367
|
+
* Lookup244: sp_consensus_grandpa::EquivocationProof<primitive_types::H256, N>
|
|
2207
2368
|
**/
|
|
2208
2369
|
SpConsensusGrandpaEquivocationProof: {
|
|
2209
2370
|
setId: 'u64',
|
|
2210
2371
|
equivocation: 'SpConsensusGrandpaEquivocation',
|
|
2211
2372
|
},
|
|
2212
2373
|
/**
|
|
2213
|
-
*
|
|
2374
|
+
* Lookup245: sp_consensus_grandpa::Equivocation<primitive_types::H256, N>
|
|
2214
2375
|
**/
|
|
2215
2376
|
SpConsensusGrandpaEquivocation: {
|
|
2216
2377
|
_enum: {
|
|
@@ -2219,7 +2380,7 @@ export default {
|
|
|
2219
2380
|
},
|
|
2220
2381
|
},
|
|
2221
2382
|
/**
|
|
2222
|
-
*
|
|
2383
|
+
* Lookup246: finality_grandpa::Equivocation<sp_consensus_grandpa::app::Public, finality_grandpa::Prevote<primitive_types::H256, N>, sp_consensus_grandpa::app::Signature>
|
|
2223
2384
|
**/
|
|
2224
2385
|
FinalityGrandpaEquivocationPrevote: {
|
|
2225
2386
|
roundNumber: 'u64',
|
|
@@ -2228,18 +2389,18 @@ export default {
|
|
|
2228
2389
|
second: '(FinalityGrandpaPrevote,SpConsensusGrandpaAppSignature)',
|
|
2229
2390
|
},
|
|
2230
2391
|
/**
|
|
2231
|
-
*
|
|
2392
|
+
* Lookup247: finality_grandpa::Prevote<primitive_types::H256, N>
|
|
2232
2393
|
**/
|
|
2233
2394
|
FinalityGrandpaPrevote: {
|
|
2234
2395
|
targetHash: 'H256',
|
|
2235
2396
|
targetNumber: 'u32',
|
|
2236
2397
|
},
|
|
2237
2398
|
/**
|
|
2238
|
-
*
|
|
2399
|
+
* Lookup248: sp_consensus_grandpa::app::Signature
|
|
2239
2400
|
**/
|
|
2240
2401
|
SpConsensusGrandpaAppSignature: '[u8;64]',
|
|
2241
2402
|
/**
|
|
2242
|
-
*
|
|
2403
|
+
* Lookup250: finality_grandpa::Equivocation<sp_consensus_grandpa::app::Public, finality_grandpa::Precommit<primitive_types::H256, N>, sp_consensus_grandpa::app::Signature>
|
|
2243
2404
|
**/
|
|
2244
2405
|
FinalityGrandpaEquivocationPrecommit: {
|
|
2245
2406
|
roundNumber: 'u64',
|
|
@@ -2248,18 +2409,18 @@ export default {
|
|
|
2248
2409
|
second: '(FinalityGrandpaPrecommit,SpConsensusGrandpaAppSignature)',
|
|
2249
2410
|
},
|
|
2250
2411
|
/**
|
|
2251
|
-
*
|
|
2412
|
+
* Lookup251: finality_grandpa::Precommit<primitive_types::H256, N>
|
|
2252
2413
|
**/
|
|
2253
2414
|
FinalityGrandpaPrecommit: {
|
|
2254
2415
|
targetHash: 'H256',
|
|
2255
2416
|
targetNumber: 'u32',
|
|
2256
2417
|
},
|
|
2257
2418
|
/**
|
|
2258
|
-
*
|
|
2419
|
+
* Lookup253: sp_core::Void
|
|
2259
2420
|
**/
|
|
2260
2421
|
SpCoreVoid: 'Null',
|
|
2261
2422
|
/**
|
|
2262
|
-
*
|
|
2423
|
+
* Lookup254: pallet_block_seal::pallet::Call<T>
|
|
2263
2424
|
**/
|
|
2264
2425
|
PalletBlockSealCall: {
|
|
2265
2426
|
_enum: {
|
|
@@ -2269,7 +2430,7 @@ export default {
|
|
|
2269
2430
|
},
|
|
2270
2431
|
},
|
|
2271
2432
|
/**
|
|
2272
|
-
*
|
|
2433
|
+
* Lookup255: argon_primitives::inherents::BlockSealInherent
|
|
2273
2434
|
**/
|
|
2274
2435
|
ArgonPrimitivesInherentsBlockSealInherent: {
|
|
2275
2436
|
_enum: {
|
|
@@ -2285,7 +2446,7 @@ export default {
|
|
|
2285
2446
|
},
|
|
2286
2447
|
},
|
|
2287
2448
|
/**
|
|
2288
|
-
*
|
|
2449
|
+
* Lookup256: argon_primitives::balance_change::MerkleProof
|
|
2289
2450
|
**/
|
|
2290
2451
|
ArgonPrimitivesBalanceChangeMerkleProof: {
|
|
2291
2452
|
proof: 'Vec<H256>',
|
|
@@ -2293,7 +2454,7 @@ export default {
|
|
|
2293
2454
|
leafIndex: 'Compact<u32>',
|
|
2294
2455
|
},
|
|
2295
2456
|
/**
|
|
2296
|
-
*
|
|
2457
|
+
* Lookup258: argon_primitives::block_vote::BlockVoteT<primitive_types::H256>
|
|
2297
2458
|
**/
|
|
2298
2459
|
ArgonPrimitivesBlockVoteBlockVoteT: {
|
|
2299
2460
|
accountId: 'AccountId32',
|
|
@@ -2305,7 +2466,7 @@ export default {
|
|
|
2305
2466
|
tick: 'Compact<u64>',
|
|
2306
2467
|
},
|
|
2307
2468
|
/**
|
|
2308
|
-
*
|
|
2469
|
+
* Lookup259: sp_runtime::MultiSignature
|
|
2309
2470
|
**/
|
|
2310
2471
|
SpRuntimeMultiSignature: {
|
|
2311
2472
|
_enum: {
|
|
@@ -2316,7 +2477,7 @@ export default {
|
|
|
2316
2477
|
},
|
|
2317
2478
|
},
|
|
2318
2479
|
/**
|
|
2319
|
-
*
|
|
2480
|
+
* Lookup261: pallet_block_rewards::pallet::Call<T>
|
|
2320
2481
|
**/
|
|
2321
2482
|
PalletBlockRewardsCall: {
|
|
2322
2483
|
_enum: {
|
|
@@ -2326,11 +2487,11 @@ export default {
|
|
|
2326
2487
|
},
|
|
2327
2488
|
},
|
|
2328
2489
|
/**
|
|
2329
|
-
*
|
|
2490
|
+
* Lookup262: pallet_mint::pallet::Call<T>
|
|
2330
2491
|
**/
|
|
2331
2492
|
PalletMintCall: 'Null',
|
|
2332
2493
|
/**
|
|
2333
|
-
*
|
|
2494
|
+
* Lookup263: pallet_balances::pallet::Call<T, I>
|
|
2334
2495
|
**/
|
|
2335
2496
|
PalletBalancesCall: {
|
|
2336
2497
|
_enum: {
|
|
@@ -2375,13 +2536,13 @@ export default {
|
|
|
2375
2536
|
},
|
|
2376
2537
|
},
|
|
2377
2538
|
/**
|
|
2378
|
-
*
|
|
2539
|
+
* Lookup264: pallet_balances::types::AdjustmentDirection
|
|
2379
2540
|
**/
|
|
2380
2541
|
PalletBalancesAdjustmentDirection: {
|
|
2381
2542
|
_enum: ['Increase', 'Decrease'],
|
|
2382
2543
|
},
|
|
2383
2544
|
/**
|
|
2384
|
-
*
|
|
2545
|
+
* Lookup266: pallet_tx_pause::pallet::Call<T>
|
|
2385
2546
|
**/
|
|
2386
2547
|
PalletTxPauseCall: {
|
|
2387
2548
|
_enum: {
|
|
@@ -2394,7 +2555,7 @@ export default {
|
|
|
2394
2555
|
},
|
|
2395
2556
|
},
|
|
2396
2557
|
/**
|
|
2397
|
-
*
|
|
2558
|
+
* Lookup267: pallet_utility::pallet::Call<T>
|
|
2398
2559
|
**/
|
|
2399
2560
|
PalletUtilityCall: {
|
|
2400
2561
|
_enum: {
|
|
@@ -2430,7 +2591,7 @@ export default {
|
|
|
2430
2591
|
},
|
|
2431
2592
|
},
|
|
2432
2593
|
/**
|
|
2433
|
-
*
|
|
2594
|
+
* Lookup269: pallet_sudo::pallet::Call<T>
|
|
2434
2595
|
**/
|
|
2435
2596
|
PalletSudoCall: {
|
|
2436
2597
|
_enum: {
|
|
@@ -2455,7 +2616,7 @@ export default {
|
|
|
2455
2616
|
},
|
|
2456
2617
|
},
|
|
2457
2618
|
/**
|
|
2458
|
-
*
|
|
2619
|
+
* Lookup270: pallet_treasury::pallet::Call<T>
|
|
2459
2620
|
**/
|
|
2460
2621
|
PalletTreasuryCall: {
|
|
2461
2622
|
_enum: {
|
|
@@ -2473,7 +2634,7 @@ export default {
|
|
|
2473
2634
|
},
|
|
2474
2635
|
},
|
|
2475
2636
|
/**
|
|
2476
|
-
*
|
|
2637
|
+
* Lookup271: pallet_operational_accounts::pallet::Call<T>
|
|
2477
2638
|
**/
|
|
2478
2639
|
PalletOperationalAccountsCall: {
|
|
2479
2640
|
_enum: {
|
|
@@ -2501,7 +2662,7 @@ export default {
|
|
|
2501
2662
|
},
|
|
2502
2663
|
},
|
|
2503
2664
|
/**
|
|
2504
|
-
*
|
|
2665
|
+
* Lookup272: pallet_operational_accounts::pallet::Registration<T>
|
|
2505
2666
|
**/
|
|
2506
2667
|
PalletOperationalAccountsRegistration: {
|
|
2507
2668
|
_enum: {
|
|
@@ -2509,7 +2670,7 @@ export default {
|
|
|
2509
2670
|
},
|
|
2510
2671
|
},
|
|
2511
2672
|
/**
|
|
2512
|
-
*
|
|
2673
|
+
* Lookup273: pallet_operational_accounts::pallet::RegistrationV1<T>
|
|
2513
2674
|
**/
|
|
2514
2675
|
PalletOperationalAccountsRegistrationV1: {
|
|
2515
2676
|
operationalAccount: 'AccountId32',
|
|
@@ -2524,17 +2685,17 @@ export default {
|
|
|
2524
2685
|
referralProof: 'Option<PalletOperationalAccountsReferralProof>',
|
|
2525
2686
|
},
|
|
2526
2687
|
/**
|
|
2527
|
-
*
|
|
2688
|
+
* Lookup274: pallet_operational_accounts::pallet::OpaqueEncryptionPubkey
|
|
2528
2689
|
**/
|
|
2529
2690
|
PalletOperationalAccountsOpaqueEncryptionPubkey: '[u8;32]',
|
|
2530
2691
|
/**
|
|
2531
|
-
*
|
|
2692
|
+
* Lookup275: pallet_operational_accounts::pallet::AccountOwnershipProof
|
|
2532
2693
|
**/
|
|
2533
2694
|
PalletOperationalAccountsAccountOwnershipProof: {
|
|
2534
2695
|
signature: 'SpRuntimeMultiSignature',
|
|
2535
2696
|
},
|
|
2536
2697
|
/**
|
|
2537
|
-
*
|
|
2698
|
+
* Lookup277: pallet_operational_accounts::pallet::ReferralProof<sp_core::crypto::AccountId32>
|
|
2538
2699
|
**/
|
|
2539
2700
|
PalletOperationalAccountsReferralProof: {
|
|
2540
2701
|
referralCode: '[u8;32]',
|
|
@@ -2544,7 +2705,7 @@ export default {
|
|
|
2544
2705
|
sponsorSignature: 'SpRuntimeMultiSignature',
|
|
2545
2706
|
},
|
|
2546
2707
|
/**
|
|
2547
|
-
*
|
|
2708
|
+
* Lookup278: pallet_operational_accounts::pallet::OperationalProgressPatch<Balance>
|
|
2548
2709
|
**/
|
|
2549
2710
|
PalletOperationalAccountsOperationalProgressPatch: {
|
|
2550
2711
|
hasUniswapTransfer: 'Option<bool>',
|
|
@@ -2554,7 +2715,7 @@ export default {
|
|
|
2554
2715
|
observedMiningSeatTotal: 'Option<u32>',
|
|
2555
2716
|
},
|
|
2556
2717
|
/**
|
|
2557
|
-
*
|
|
2718
|
+
* Lookup280: pallet_ethereum_verifier::pallet::Call<T>
|
|
2558
2719
|
**/
|
|
2559
2720
|
PalletEthereumVerifierCall: {
|
|
2560
2721
|
_enum: {
|
|
@@ -2565,25 +2726,24 @@ export default {
|
|
|
2565
2726
|
submit: {
|
|
2566
2727
|
update: 'PalletEthereumVerifierUpdate',
|
|
2567
2728
|
},
|
|
2568
|
-
|
|
2569
|
-
executionProof: 'PalletEthereumVerifierExecutionProof',
|
|
2570
|
-
},
|
|
2729
|
+
__Unused2: 'Null',
|
|
2571
2730
|
set_operating_mode: {
|
|
2572
2731
|
mode: 'PalletEthereumVerifierBasicOperatingMode',
|
|
2573
2732
|
},
|
|
2574
2733
|
},
|
|
2575
2734
|
},
|
|
2576
2735
|
/**
|
|
2577
|
-
*
|
|
2736
|
+
* Lookup281: pallet_ethereum_verifier::types::CheckpointUpdate
|
|
2578
2737
|
**/
|
|
2579
2738
|
PalletEthereumVerifierCheckpointUpdate: {
|
|
2580
2739
|
header: 'SnowbridgeBeaconPrimitivesBeaconHeader',
|
|
2581
2740
|
currentSyncCommittee: 'PalletEthereumVerifierSyncCommittee',
|
|
2582
2741
|
currentSyncCommitteeBranch: 'Vec<H256>',
|
|
2583
2742
|
validatorsRoot: 'H256',
|
|
2743
|
+
executionHeaderProof: 'PalletEthereumVerifierExecutionHeaderProof',
|
|
2584
2744
|
},
|
|
2585
2745
|
/**
|
|
2586
|
-
*
|
|
2746
|
+
* Lookup282: snowbridge_beacon_primitives::types::BeaconHeader
|
|
2587
2747
|
**/
|
|
2588
2748
|
SnowbridgeBeaconPrimitivesBeaconHeader: {
|
|
2589
2749
|
slot: 'u64',
|
|
@@ -2593,74 +2753,25 @@ export default {
|
|
|
2593
2753
|
bodyRoot: 'H256',
|
|
2594
2754
|
},
|
|
2595
2755
|
/**
|
|
2596
|
-
*
|
|
2756
|
+
* Lookup283: pallet_ethereum_verifier::types::SyncCommittee
|
|
2597
2757
|
**/
|
|
2598
2758
|
PalletEthereumVerifierSyncCommittee: {
|
|
2599
2759
|
pubkeys: 'Vec<SnowbridgeBeaconPrimitivesPublicKey>',
|
|
2600
2760
|
aggregatePubkey: 'SnowbridgeBeaconPrimitivesPublicKey',
|
|
2601
2761
|
},
|
|
2602
2762
|
/**
|
|
2603
|
-
*
|
|
2763
|
+
* Lookup285: snowbridge_beacon_primitives::types::PublicKey
|
|
2604
2764
|
**/
|
|
2605
2765
|
SnowbridgeBeaconPrimitivesPublicKey: '[u8;48]',
|
|
2606
2766
|
/**
|
|
2607
|
-
*
|
|
2608
|
-
**/
|
|
2609
|
-
PalletEthereumVerifierForkVersions: {
|
|
2610
|
-
genesis: 'PalletEthereumVerifierFork',
|
|
2611
|
-
altair: 'PalletEthereumVerifierFork',
|
|
2612
|
-
bellatrix: 'PalletEthereumVerifierFork',
|
|
2613
|
-
capella: 'PalletEthereumVerifierFork',
|
|
2614
|
-
deneb: 'PalletEthereumVerifierFork',
|
|
2615
|
-
electra: 'PalletEthereumVerifierFork',
|
|
2616
|
-
fulu: 'PalletEthereumVerifierFork',
|
|
2617
|
-
},
|
|
2618
|
-
/**
|
|
2619
|
-
* Lookup285: pallet_ethereum_verifier::types::Fork
|
|
2620
|
-
**/
|
|
2621
|
-
PalletEthereumVerifierFork: {
|
|
2622
|
-
version: '[u8;4]',
|
|
2623
|
-
epoch: 'Compact<u64>',
|
|
2624
|
-
},
|
|
2625
|
-
/**
|
|
2626
|
-
* Lookup286: pallet_ethereum_verifier::types::Update
|
|
2627
|
-
**/
|
|
2628
|
-
PalletEthereumVerifierUpdate: {
|
|
2629
|
-
attestedHeader: 'SnowbridgeBeaconPrimitivesBeaconHeader',
|
|
2630
|
-
syncAggregate: 'PalletEthereumVerifierSyncAggregate',
|
|
2631
|
-
signatureSlot: 'Compact<u64>',
|
|
2632
|
-
nextSyncCommitteeUpdate: 'Option<PalletEthereumVerifierNextSyncCommitteeUpdate>',
|
|
2633
|
-
finalizedHeader: 'SnowbridgeBeaconPrimitivesBeaconHeader',
|
|
2634
|
-
finalityBranch: 'Vec<H256>',
|
|
2635
|
-
},
|
|
2636
|
-
/**
|
|
2637
|
-
* Lookup287: pallet_ethereum_verifier::types::SyncAggregate
|
|
2638
|
-
**/
|
|
2639
|
-
PalletEthereumVerifierSyncAggregate: {
|
|
2640
|
-
syncCommitteeBits: 'Bytes',
|
|
2641
|
-
syncCommitteeSignature: 'SnowbridgeBeaconPrimitivesSignature',
|
|
2642
|
-
},
|
|
2643
|
-
/**
|
|
2644
|
-
* Lookup289: snowbridge_beacon_primitives::types::Signature
|
|
2767
|
+
* Lookup289: pallet_ethereum_verifier::types::ExecutionHeaderProof
|
|
2645
2768
|
**/
|
|
2646
|
-
|
|
2647
|
-
/**
|
|
2648
|
-
* Lookup292: pallet_ethereum_verifier::types::NextSyncCommitteeUpdate
|
|
2649
|
-
**/
|
|
2650
|
-
PalletEthereumVerifierNextSyncCommitteeUpdate: {
|
|
2651
|
-
nextSyncCommittee: 'PalletEthereumVerifierSyncCommittee',
|
|
2652
|
-
nextSyncCommitteeBranch: 'Vec<H256>',
|
|
2653
|
-
},
|
|
2654
|
-
/**
|
|
2655
|
-
* Lookup293: pallet_ethereum_verifier::types::ExecutionProof
|
|
2656
|
-
**/
|
|
2657
|
-
PalletEthereumVerifierExecutionProof: {
|
|
2658
|
-
header: 'SnowbridgeBeaconPrimitivesBeaconHeader',
|
|
2769
|
+
PalletEthereumVerifierExecutionHeaderProof: {
|
|
2659
2770
|
executionHeader: 'SnowbridgeBeaconPrimitivesVersionedExecutionPayloadHeader',
|
|
2660
2771
|
executionBranch: 'Vec<H256>',
|
|
2661
2772
|
},
|
|
2662
2773
|
/**
|
|
2663
|
-
*
|
|
2774
|
+
* Lookup290: snowbridge_beacon_primitives::types::VersionedExecutionPayloadHeader
|
|
2664
2775
|
**/
|
|
2665
2776
|
SnowbridgeBeaconPrimitivesVersionedExecutionPayloadHeader: {
|
|
2666
2777
|
_enum: {
|
|
@@ -2669,7 +2780,7 @@ export default {
|
|
|
2669
2780
|
},
|
|
2670
2781
|
},
|
|
2671
2782
|
/**
|
|
2672
|
-
*
|
|
2783
|
+
* Lookup291: snowbridge_beacon_primitives::types::ExecutionPayloadHeader
|
|
2673
2784
|
**/
|
|
2674
2785
|
SnowbridgeBeaconPrimitivesExecutionPayloadHeader: {
|
|
2675
2786
|
parentHash: 'H256',
|
|
@@ -2689,7 +2800,7 @@ export default {
|
|
|
2689
2800
|
withdrawalsRoot: 'H256',
|
|
2690
2801
|
},
|
|
2691
2802
|
/**
|
|
2692
|
-
*
|
|
2803
|
+
* Lookup292: snowbridge_beacon_primitives::types::deneb::ExecutionPayloadHeader
|
|
2693
2804
|
**/
|
|
2694
2805
|
SnowbridgeBeaconPrimitivesDenebExecutionPayloadHeader: {
|
|
2695
2806
|
parentHash: 'H256',
|
|
@@ -2711,81 +2822,202 @@ export default {
|
|
|
2711
2822
|
excessBlobGas: 'u64',
|
|
2712
2823
|
},
|
|
2713
2824
|
/**
|
|
2714
|
-
*
|
|
2825
|
+
* Lookup293: pallet_ethereum_verifier::types::ForkVersions
|
|
2826
|
+
**/
|
|
2827
|
+
PalletEthereumVerifierForkVersions: {
|
|
2828
|
+
genesis: 'PalletEthereumVerifierFork',
|
|
2829
|
+
altair: 'PalletEthereumVerifierFork',
|
|
2830
|
+
bellatrix: 'PalletEthereumVerifierFork',
|
|
2831
|
+
capella: 'PalletEthereumVerifierFork',
|
|
2832
|
+
deneb: 'PalletEthereumVerifierFork',
|
|
2833
|
+
electra: 'PalletEthereumVerifierFork',
|
|
2834
|
+
fulu: 'PalletEthereumVerifierFork',
|
|
2835
|
+
},
|
|
2836
|
+
/**
|
|
2837
|
+
* Lookup294: pallet_ethereum_verifier::types::Fork
|
|
2838
|
+
**/
|
|
2839
|
+
PalletEthereumVerifierFork: {
|
|
2840
|
+
version: '[u8;4]',
|
|
2841
|
+
epoch: 'Compact<u64>',
|
|
2842
|
+
},
|
|
2843
|
+
/**
|
|
2844
|
+
* Lookup295: pallet_ethereum_verifier::types::Update
|
|
2845
|
+
**/
|
|
2846
|
+
PalletEthereumVerifierUpdate: {
|
|
2847
|
+
attestedHeader: 'SnowbridgeBeaconPrimitivesBeaconHeader',
|
|
2848
|
+
syncAggregate: 'PalletEthereumVerifierSyncAggregate',
|
|
2849
|
+
signatureSlot: 'Compact<u64>',
|
|
2850
|
+
nextSyncCommitteeUpdate: 'Option<PalletEthereumVerifierNextSyncCommitteeUpdate>',
|
|
2851
|
+
finalizedHeader: 'SnowbridgeBeaconPrimitivesBeaconHeader',
|
|
2852
|
+
finalityBranch: 'Vec<H256>',
|
|
2853
|
+
executionHeaderProof: 'PalletEthereumVerifierExecutionHeaderProof',
|
|
2854
|
+
},
|
|
2855
|
+
/**
|
|
2856
|
+
* Lookup296: pallet_ethereum_verifier::types::SyncAggregate
|
|
2857
|
+
**/
|
|
2858
|
+
PalletEthereumVerifierSyncAggregate: {
|
|
2859
|
+
syncCommitteeBits: 'Bytes',
|
|
2860
|
+
syncCommitteeSignature: 'SnowbridgeBeaconPrimitivesSignature',
|
|
2861
|
+
},
|
|
2862
|
+
/**
|
|
2863
|
+
* Lookup298: snowbridge_beacon_primitives::types::Signature
|
|
2864
|
+
**/
|
|
2865
|
+
SnowbridgeBeaconPrimitivesSignature: '[u8;96]',
|
|
2866
|
+
/**
|
|
2867
|
+
* Lookup301: pallet_ethereum_verifier::types::NextSyncCommitteeUpdate
|
|
2868
|
+
**/
|
|
2869
|
+
PalletEthereumVerifierNextSyncCommitteeUpdate: {
|
|
2870
|
+
nextSyncCommittee: 'PalletEthereumVerifierSyncCommittee',
|
|
2871
|
+
nextSyncCommitteeBranch: 'Vec<H256>',
|
|
2872
|
+
},
|
|
2873
|
+
/**
|
|
2874
|
+
* Lookup302: pallet_crosschain_transfer::pallet::Call<T>
|
|
2715
2875
|
**/
|
|
2716
2876
|
PalletCrosschainTransferCall: {
|
|
2717
2877
|
_enum: {
|
|
2718
2878
|
set_chain_config: {
|
|
2879
|
+
sourceChain: 'PalletCrosschainTransferSourceChain',
|
|
2719
2880
|
config: 'PalletCrosschainTransferChainConfig',
|
|
2720
2881
|
},
|
|
2721
|
-
|
|
2722
|
-
|
|
2882
|
+
force_set_global_issuance_council: {
|
|
2883
|
+
destinationChain: 'PalletCrosschainTransferSourceChain',
|
|
2884
|
+
afterNonce: 'Compact<u64>',
|
|
2885
|
+
memberAccountIds: 'Vec<AccountId32>',
|
|
2886
|
+
},
|
|
2887
|
+
pause_gateway: {
|
|
2888
|
+
sourceChain: 'PalletCrosschainTransferSourceChain',
|
|
2889
|
+
},
|
|
2890
|
+
unpause_gateway: {
|
|
2891
|
+
sourceChain: 'PalletCrosschainTransferSourceChain',
|
|
2892
|
+
},
|
|
2893
|
+
set_minimum_minting_authority_value: {
|
|
2894
|
+
destinationChain: 'PalletCrosschainTransferSourceChain',
|
|
2895
|
+
minimumValue: 'Compact<u128>',
|
|
2896
|
+
},
|
|
2897
|
+
set_minting_authority_activation_repayment_pricing: {
|
|
2898
|
+
destinationChain: 'PalletCrosschainTransferSourceChain',
|
|
2899
|
+
pricing: 'PalletCrosschainTransferMintingAuthorityActivationRepaymentPricing',
|
|
2900
|
+
},
|
|
2901
|
+
register_council_signer: {
|
|
2902
|
+
destinationChain: 'PalletCrosschainTransferSourceChain',
|
|
2903
|
+
signingKey: 'H160',
|
|
2904
|
+
signature: '[u8;65]',
|
|
2905
|
+
},
|
|
2906
|
+
approve_queue_entries: {
|
|
2907
|
+
destinationChain: 'PalletCrosschainTransferSourceChain',
|
|
2908
|
+
signatures: 'Vec<[u8;65]>',
|
|
2909
|
+
},
|
|
2910
|
+
prove_gateway_activity: {
|
|
2911
|
+
sourceChain: 'PalletCrosschainTransferSourceChain',
|
|
2912
|
+
previousGatewayActivityNonce: 'Compact<u64>',
|
|
2913
|
+
proofBatch: 'ArgonPrimitivesEthereumEthereumReceiptLogProofBatch',
|
|
2914
|
+
},
|
|
2915
|
+
register_minting_authority: {
|
|
2916
|
+
destinationChain: 'PalletCrosschainTransferSourceChain',
|
|
2917
|
+
destinationSigningKey: 'H160',
|
|
2918
|
+
signature: '[u8;65]',
|
|
2919
|
+
microgonCollateral: 'Compact<u128>',
|
|
2920
|
+
micronotCollateral: 'Compact<u128>',
|
|
2921
|
+
},
|
|
2922
|
+
deactivate_minting_authority: {
|
|
2923
|
+
destinationSigningKey: 'H160',
|
|
2924
|
+
signature: '[u8;65]',
|
|
2925
|
+
},
|
|
2926
|
+
transfer_out: {
|
|
2927
|
+
destinationChain: 'PalletCrosschainTransferSourceChain',
|
|
2928
|
+
asset: 'PalletCrosschainTransferAssetKind',
|
|
2929
|
+
destinationAccount: 'H160',
|
|
2930
|
+
amount: 'Compact<u128>',
|
|
2931
|
+
},
|
|
2932
|
+
collateralize_transfer: {
|
|
2933
|
+
transferId: 'H256',
|
|
2934
|
+
signature: '[u8;65]',
|
|
2935
|
+
microgonCollateral: 'Compact<u128>',
|
|
2936
|
+
micronotCollateral: 'Compact<u128>',
|
|
2723
2937
|
},
|
|
2724
2938
|
},
|
|
2725
2939
|
},
|
|
2726
2940
|
/**
|
|
2727
|
-
*
|
|
2941
|
+
* Lookup303: pallet_crosschain_transfer::pallet::ChainConfig
|
|
2728
2942
|
**/
|
|
2729
2943
|
PalletCrosschainTransferChainConfig: {
|
|
2730
2944
|
_enum: {
|
|
2731
|
-
|
|
2945
|
+
Evm: {
|
|
2946
|
+
chainId: 'Compact<u64>',
|
|
2732
2947
|
gateway: 'H160',
|
|
2733
2948
|
argonToken: 'H160',
|
|
2734
2949
|
argonotToken: 'H160',
|
|
2735
|
-
previousGateway: 'Option<H160>',
|
|
2736
|
-
previousReleaseExpiration: 'Option<u64>',
|
|
2737
2950
|
},
|
|
2738
2951
|
},
|
|
2739
2952
|
},
|
|
2740
2953
|
/**
|
|
2741
|
-
*
|
|
2954
|
+
* Lookup305: pallet_crosschain_transfer::pallet::MintingAuthorityActivationRepaymentPricing<T>
|
|
2742
2955
|
**/
|
|
2743
|
-
|
|
2744
|
-
|
|
2745
|
-
|
|
2746
|
-
|
|
2747
|
-
|
|
2748
|
-
proof: 'ArgonPrimitivesEthereumEthereumProof',
|
|
2749
|
-
},
|
|
2750
|
-
},
|
|
2956
|
+
PalletCrosschainTransferMintingAuthorityActivationRepaymentPricing: {
|
|
2957
|
+
activationGasCost: 'Compact<u128>',
|
|
2958
|
+
signatureGasCost: 'Compact<u128>',
|
|
2959
|
+
estimatedWeiPerGas: 'Compact<u128>',
|
|
2960
|
+
estimatedMicrogonsPerEth: 'u128',
|
|
2751
2961
|
},
|
|
2752
2962
|
/**
|
|
2753
|
-
*
|
|
2963
|
+
* Lookup308: argon_primitives::ethereum::EthereumReceiptLogProofBatch<MaxProofBlocks, MaxReceiptLogs>
|
|
2754
2964
|
**/
|
|
2755
|
-
|
|
2756
|
-
address: 'H160',
|
|
2757
|
-
topics: 'Vec<H256>',
|
|
2758
|
-
data: 'Bytes',
|
|
2759
|
-
},
|
|
2760
|
-
/**
|
|
2761
|
-
* Lookup304: argon_primitives::ethereum::EthereumProof
|
|
2762
|
-
**/
|
|
2763
|
-
ArgonPrimitivesEthereumEthereumProof: {
|
|
2965
|
+
ArgonPrimitivesEthereumEthereumReceiptLogProofBatch: {
|
|
2764
2966
|
executionBlockProof: 'ArgonPrimitivesEthereumEthereumExecutionBlockProof',
|
|
2765
|
-
|
|
2967
|
+
blocks: 'Vec<ArgonPrimitivesEthereumEthereumReceiptLogProofBlock>',
|
|
2766
2968
|
},
|
|
2767
2969
|
/**
|
|
2768
|
-
*
|
|
2970
|
+
* Lookup309: argon_primitives::ethereum::EthereumExecutionBlockProof
|
|
2769
2971
|
**/
|
|
2770
2972
|
ArgonPrimitivesEthereumEthereumExecutionBlockProof: {
|
|
2771
2973
|
anchorBlockHash: 'H256',
|
|
2772
2974
|
targetToAnchorHeaderChain: 'Vec<ArgonPrimitivesEthereumEthereumExecutionHeader>',
|
|
2773
2975
|
},
|
|
2774
2976
|
/**
|
|
2775
|
-
*
|
|
2977
|
+
* Lookup311: argon_primitives::ethereum::EthereumExecutionHeader
|
|
2776
2978
|
**/
|
|
2777
2979
|
ArgonPrimitivesEthereumEthereumExecutionHeader: {
|
|
2778
2980
|
rlp: 'Bytes',
|
|
2779
2981
|
},
|
|
2780
2982
|
/**
|
|
2781
|
-
*
|
|
2983
|
+
* Lookup315: argon_primitives::ethereum::EthereumReceiptLogProofBlock<MaxReceiptLogs>
|
|
2782
2984
|
**/
|
|
2783
|
-
|
|
2784
|
-
|
|
2985
|
+
ArgonPrimitivesEthereumEthereumReceiptLogProofBlock: {
|
|
2986
|
+
targetBlockNumber: 'Compact<u64>',
|
|
2987
|
+
receiptProof: 'ArgonPrimitivesEthereumEthereumCombinedReceiptProof',
|
|
2988
|
+
receiptLogs: 'Vec<ArgonPrimitivesEthereumEthereumReceiptLog>',
|
|
2989
|
+
},
|
|
2990
|
+
/**
|
|
2991
|
+
* Lookup316: argon_primitives::ethereum::EthereumCombinedReceiptProof
|
|
2992
|
+
**/
|
|
2993
|
+
ArgonPrimitivesEthereumEthereumCombinedReceiptProof: {
|
|
2785
2994
|
nodes: 'Vec<Bytes>',
|
|
2995
|
+
receipts: 'Vec<ArgonPrimitivesEthereumEthereumReceiptProofReceipt>',
|
|
2996
|
+
},
|
|
2997
|
+
/**
|
|
2998
|
+
* Lookup320: argon_primitives::ethereum::EthereumReceiptProofReceipt
|
|
2999
|
+
**/
|
|
3000
|
+
ArgonPrimitivesEthereumEthereumReceiptProofReceipt: {
|
|
3001
|
+
transactionIndex: 'Compact<u64>',
|
|
3002
|
+
nodeIndexes: 'Vec<u16>',
|
|
2786
3003
|
},
|
|
2787
3004
|
/**
|
|
2788
|
-
*
|
|
3005
|
+
* Lookup325: argon_primitives::ethereum::EthereumReceiptLog
|
|
3006
|
+
**/
|
|
3007
|
+
ArgonPrimitivesEthereumEthereumReceiptLog: {
|
|
3008
|
+
transactionIndex: 'Compact<u64>',
|
|
3009
|
+
eventLog: 'ArgonPrimitivesEthereumEthereumLog',
|
|
3010
|
+
},
|
|
3011
|
+
/**
|
|
3012
|
+
* Lookup326: argon_primitives::ethereum::EthereumLog
|
|
3013
|
+
**/
|
|
3014
|
+
ArgonPrimitivesEthereumEthereumLog: {
|
|
3015
|
+
address: 'H160',
|
|
3016
|
+
topics: 'Vec<H256>',
|
|
3017
|
+
data: 'Bytes',
|
|
3018
|
+
},
|
|
3019
|
+
/**
|
|
3020
|
+
* Lookup332: pallet_multisig::pallet::Error<T>
|
|
2789
3021
|
**/
|
|
2790
3022
|
PalletMultisigError: {
|
|
2791
3023
|
_enum: [
|
|
@@ -2806,7 +3038,7 @@ export default {
|
|
|
2806
3038
|
],
|
|
2807
3039
|
},
|
|
2808
3040
|
/**
|
|
2809
|
-
*
|
|
3041
|
+
* Lookup335: pallet_proxy::ProxyDefinition<sp_core::crypto::AccountId32, argon_runtime::ProxyType, BlockNumber>
|
|
2810
3042
|
**/
|
|
2811
3043
|
PalletProxyProxyDefinition: {
|
|
2812
3044
|
delegate: 'AccountId32',
|
|
@@ -2814,7 +3046,7 @@ export default {
|
|
|
2814
3046
|
delay: 'u32',
|
|
2815
3047
|
},
|
|
2816
3048
|
/**
|
|
2817
|
-
*
|
|
3049
|
+
* Lookup339: pallet_proxy::Announcement<sp_core::crypto::AccountId32, primitive_types::H256, BlockNumber>
|
|
2818
3050
|
**/
|
|
2819
3051
|
PalletProxyAnnouncement: {
|
|
2820
3052
|
real: 'AccountId32',
|
|
@@ -2822,7 +3054,7 @@ export default {
|
|
|
2822
3054
|
height: 'u32',
|
|
2823
3055
|
},
|
|
2824
3056
|
/**
|
|
2825
|
-
*
|
|
3057
|
+
* Lookup341: pallet_proxy::pallet::Error<T>
|
|
2826
3058
|
**/
|
|
2827
3059
|
PalletProxyError: {
|
|
2828
3060
|
_enum: [
|
|
@@ -2837,18 +3069,18 @@ export default {
|
|
|
2837
3069
|
],
|
|
2838
3070
|
},
|
|
2839
3071
|
/**
|
|
2840
|
-
*
|
|
3072
|
+
* Lookup342: argon_primitives::tick::Ticker
|
|
2841
3073
|
**/
|
|
2842
3074
|
ArgonPrimitivesTickTicker: {
|
|
2843
3075
|
tickDurationMillis: 'Compact<u64>',
|
|
2844
3076
|
channelHoldExpirationTicks: 'Compact<u64>',
|
|
2845
3077
|
},
|
|
2846
3078
|
/**
|
|
2847
|
-
*
|
|
3079
|
+
* Lookup344: pallet_ticks::pallet::Error<T>
|
|
2848
3080
|
**/
|
|
2849
3081
|
PalletTicksError: 'Null',
|
|
2850
3082
|
/**
|
|
2851
|
-
*
|
|
3083
|
+
* Lookup347: pallet_mining_slot::MinerNonceScoring<T>
|
|
2852
3084
|
**/
|
|
2853
3085
|
PalletMiningSlotMinerNonceScoring: {
|
|
2854
3086
|
nonce: 'U256',
|
|
@@ -2857,7 +3089,7 @@ export default {
|
|
|
2857
3089
|
frameStartBlocksWonSurplus: 'i16',
|
|
2858
3090
|
},
|
|
2859
3091
|
/**
|
|
2860
|
-
*
|
|
3092
|
+
* Lookup359: argon_primitives::block_seal::MiningBidStats
|
|
2861
3093
|
**/
|
|
2862
3094
|
ArgonPrimitivesBlockSealMiningBidStats: {
|
|
2863
3095
|
bidsCount: 'u32',
|
|
@@ -2866,7 +3098,7 @@ export default {
|
|
|
2866
3098
|
bidAmountSum: 'u128',
|
|
2867
3099
|
},
|
|
2868
3100
|
/**
|
|
2869
|
-
*
|
|
3101
|
+
* Lookup363: argon_primitives::block_seal::MiningSlotConfig
|
|
2870
3102
|
**/
|
|
2871
3103
|
ArgonPrimitivesBlockSealMiningSlotConfig: {
|
|
2872
3104
|
ticksBeforeBidEndForVrfClose: 'Compact<u64>',
|
|
@@ -2874,7 +3106,7 @@ export default {
|
|
|
2874
3106
|
slotBiddingStartAfterTicks: 'Compact<u64>',
|
|
2875
3107
|
},
|
|
2876
3108
|
/**
|
|
2877
|
-
*
|
|
3109
|
+
* Lookup374: pallet_mining_slot::pallet::Error<T>
|
|
2878
3110
|
**/
|
|
2879
3111
|
PalletMiningSlotError: {
|
|
2880
3112
|
_enum: [
|
|
@@ -2891,7 +3123,7 @@ export default {
|
|
|
2891
3123
|
],
|
|
2892
3124
|
},
|
|
2893
3125
|
/**
|
|
2894
|
-
*
|
|
3126
|
+
* Lookup375: argon_primitives::bitcoin::UtxoValue
|
|
2895
3127
|
**/
|
|
2896
3128
|
ArgonPrimitivesBitcoinUtxoValue: {
|
|
2897
3129
|
utxoId: 'u64',
|
|
@@ -2901,7 +3133,7 @@ export default {
|
|
|
2901
3133
|
watchForSpentUntilHeight: 'Compact<u64>',
|
|
2902
3134
|
},
|
|
2903
3135
|
/**
|
|
2904
|
-
*
|
|
3136
|
+
* Lookup376: argon_primitives::bitcoin::BitcoinCosignScriptPubkey
|
|
2905
3137
|
**/
|
|
2906
3138
|
ArgonPrimitivesBitcoinBitcoinCosignScriptPubkey: {
|
|
2907
3139
|
_enum: {
|
|
@@ -2911,13 +3143,13 @@ export default {
|
|
|
2911
3143
|
},
|
|
2912
3144
|
},
|
|
2913
3145
|
/**
|
|
2914
|
-
*
|
|
3146
|
+
* Lookup385: argon_primitives::bitcoin::BitcoinNetwork
|
|
2915
3147
|
**/
|
|
2916
3148
|
ArgonPrimitivesBitcoinBitcoinNetwork: {
|
|
2917
3149
|
_enum: ['Bitcoin', 'Testnet', 'Signet', 'Regtest'],
|
|
2918
3150
|
},
|
|
2919
3151
|
/**
|
|
2920
|
-
*
|
|
3152
|
+
* Lookup386: pallet_bitcoin_utxos::pallet::Error<T>
|
|
2921
3153
|
**/
|
|
2922
3154
|
PalletBitcoinUtxosError: {
|
|
2923
3155
|
_enum: [
|
|
@@ -2939,7 +3171,7 @@ export default {
|
|
|
2939
3171
|
],
|
|
2940
3172
|
},
|
|
2941
3173
|
/**
|
|
2942
|
-
*
|
|
3174
|
+
* Lookup387: argon_primitives::vault::Vault<sp_core::crypto::AccountId32, Balance>
|
|
2943
3175
|
**/
|
|
2944
3176
|
ArgonPrimitivesVault: {
|
|
2945
3177
|
operatorAccountId: 'AccountId32',
|
|
@@ -2961,7 +3193,14 @@ export default {
|
|
|
2961
3193
|
operationalMinimumReleaseTick: 'Option<u64>',
|
|
2962
3194
|
},
|
|
2963
3195
|
/**
|
|
2964
|
-
*
|
|
3196
|
+
* Lookup394: argon_primitives::vault::VaultArgonotCommitment<Balance>
|
|
3197
|
+
**/
|
|
3198
|
+
ArgonPrimitivesVaultVaultArgonotCommitment: {
|
|
3199
|
+
committedMicronots: 'Compact<u128>',
|
|
3200
|
+
encumberedMicronots: 'Compact<u128>',
|
|
3201
|
+
},
|
|
3202
|
+
/**
|
|
3203
|
+
* Lookup396: argon_primitives::bitcoin::BitcoinXPub
|
|
2965
3204
|
**/
|
|
2966
3205
|
ArgonPrimitivesBitcoinBitcoinXPub: {
|
|
2967
3206
|
publicKey: 'ArgonPrimitivesBitcoinCompressedBitcoinPubkey',
|
|
@@ -2972,13 +3211,13 @@ export default {
|
|
|
2972
3211
|
network: 'ArgonPrimitivesBitcoinNetworkKind',
|
|
2973
3212
|
},
|
|
2974
3213
|
/**
|
|
2975
|
-
*
|
|
3214
|
+
* Lookup398: argon_primitives::bitcoin::NetworkKind
|
|
2976
3215
|
**/
|
|
2977
3216
|
ArgonPrimitivesBitcoinNetworkKind: {
|
|
2978
3217
|
_enum: ['Main', 'Test'],
|
|
2979
3218
|
},
|
|
2980
3219
|
/**
|
|
2981
|
-
*
|
|
3220
|
+
* Lookup407: pallet_vaults::pallet::VaultFrameRevenue<T>
|
|
2982
3221
|
**/
|
|
2983
3222
|
PalletVaultsVaultFrameRevenue: {
|
|
2984
3223
|
frameId: 'Compact<u64>',
|
|
@@ -2999,7 +3238,7 @@ export default {
|
|
|
2999
3238
|
uncollectedRevenue: 'Compact<u128>',
|
|
3000
3239
|
},
|
|
3001
3240
|
/**
|
|
3002
|
-
*
|
|
3241
|
+
* Lookup410: pallet_vaults::pallet::RecentCapacityDrop<Balance, BlockNumber>
|
|
3003
3242
|
**/
|
|
3004
3243
|
PalletVaultsRecentCapacityDrop: {
|
|
3005
3244
|
blockNumber: 'Compact<u32>',
|
|
@@ -3008,7 +3247,7 @@ export default {
|
|
|
3008
3247
|
noFeeFailuresUsed: 'Compact<u32>',
|
|
3009
3248
|
},
|
|
3010
3249
|
/**
|
|
3011
|
-
*
|
|
3250
|
+
* Lookup412: pallet_vaults::pallet::Error<T>
|
|
3012
3251
|
**/
|
|
3013
3252
|
PalletVaultsError: {
|
|
3014
3253
|
_enum: [
|
|
@@ -3041,16 +3280,18 @@ export default {
|
|
|
3041
3280
|
'InvalidVaultName',
|
|
3042
3281
|
'PendingCosignsBeforeCollect',
|
|
3043
3282
|
'PendingOrphanedUtxoCosignsBeforeCollect',
|
|
3283
|
+
'OverdueCollectBlockersBeforeCollect',
|
|
3044
3284
|
'AccountAlreadyHasVault',
|
|
3285
|
+
'CommittedArgonotsBelowEncumberedBacking',
|
|
3045
3286
|
],
|
|
3046
3287
|
},
|
|
3047
3288
|
/**
|
|
3048
|
-
*
|
|
3289
|
+
* Lookup413: pallet_bitcoin_locks::pallet::LockedBitcoin<T>
|
|
3049
3290
|
**/
|
|
3050
3291
|
PalletBitcoinLocksLockedBitcoin: {
|
|
3051
3292
|
vaultId: 'Compact<u32>',
|
|
3052
3293
|
liquidityPromised: 'Compact<u128>',
|
|
3053
|
-
|
|
3294
|
+
lockedTargetPrice: 'Compact<u128>',
|
|
3054
3295
|
ownerAccount: 'AccountId32',
|
|
3055
3296
|
securitizationRatio: 'u128',
|
|
3056
3297
|
securityFees: 'Compact<u128>',
|
|
@@ -3070,7 +3311,7 @@ export default {
|
|
|
3070
3311
|
createdAtArgonBlock: 'Compact<u32>',
|
|
3071
3312
|
},
|
|
3072
3313
|
/**
|
|
3073
|
-
*
|
|
3314
|
+
* Lookup416: pallet_bitcoin_locks::pallet::LockReleaseRequest<Balance>
|
|
3074
3315
|
**/
|
|
3075
3316
|
PalletBitcoinLocksLockReleaseRequest: {
|
|
3076
3317
|
utxoId: 'Compact<u64>',
|
|
@@ -3078,10 +3319,10 @@ export default {
|
|
|
3078
3319
|
bitcoinNetworkFee: 'Compact<u64>',
|
|
3079
3320
|
cosignDueFrame: 'Compact<u64>',
|
|
3080
3321
|
toScriptPubkey: 'Bytes',
|
|
3081
|
-
|
|
3322
|
+
redemptionAmount: 'Compact<u128>',
|
|
3082
3323
|
},
|
|
3083
3324
|
/**
|
|
3084
|
-
*
|
|
3325
|
+
* Lookup418: pallet_bitcoin_locks::pallet::OrphanedUtxo<BlockNumber>
|
|
3085
3326
|
**/
|
|
3086
3327
|
PalletBitcoinLocksOrphanedUtxo: {
|
|
3087
3328
|
utxoId: 'Compact<u64>',
|
|
@@ -3091,7 +3332,7 @@ export default {
|
|
|
3091
3332
|
cosignRequest: 'Option<PalletBitcoinLocksOrphanedUtxoCosignRequest>',
|
|
3092
3333
|
},
|
|
3093
3334
|
/**
|
|
3094
|
-
*
|
|
3335
|
+
* Lookup420: pallet_bitcoin_locks::pallet::OrphanedUtxoCosignRequest<BlockNumber>
|
|
3095
3336
|
**/
|
|
3096
3337
|
PalletBitcoinLocksOrphanedUtxoCosignRequest: {
|
|
3097
3338
|
bitcoinNetworkFee: 'u64',
|
|
@@ -3099,7 +3340,7 @@ export default {
|
|
|
3099
3340
|
createdAtArgonBlockNumber: 'u32',
|
|
3100
3341
|
},
|
|
3101
3342
|
/**
|
|
3102
|
-
*
|
|
3343
|
+
* Lookup427: pallet_bitcoin_locks::pallet::Error<T>
|
|
3103
3344
|
**/
|
|
3104
3345
|
PalletBitcoinLocksError: {
|
|
3105
3346
|
_enum: {
|
|
@@ -3141,7 +3382,7 @@ export default {
|
|
|
3141
3382
|
},
|
|
3142
3383
|
},
|
|
3143
3384
|
/**
|
|
3144
|
-
*
|
|
3385
|
+
* Lookup428: argon_primitives::vault::VaultError
|
|
3145
3386
|
**/
|
|
3146
3387
|
ArgonPrimitivesVaultVaultError: {
|
|
3147
3388
|
_enum: [
|
|
@@ -3157,10 +3398,11 @@ export default {
|
|
|
3157
3398
|
'InvalidBitcoinScript',
|
|
3158
3399
|
'InternalError',
|
|
3159
3400
|
'VaultNotYetActive',
|
|
3401
|
+
'CommittedArgonotsBelowEncumberedBacking',
|
|
3160
3402
|
],
|
|
3161
3403
|
},
|
|
3162
3404
|
/**
|
|
3163
|
-
*
|
|
3405
|
+
* Lookup440: pallet_notaries::pallet::Error<T>
|
|
3164
3406
|
**/
|
|
3165
3407
|
PalletNotariesError: {
|
|
3166
3408
|
_enum: [
|
|
@@ -3176,7 +3418,7 @@ export default {
|
|
|
3176
3418
|
],
|
|
3177
3419
|
},
|
|
3178
3420
|
/**
|
|
3179
|
-
*
|
|
3421
|
+
* Lookup444: argon_primitives::notary::NotaryNotebookKeyDetails
|
|
3180
3422
|
**/
|
|
3181
3423
|
ArgonPrimitivesNotaryNotaryNotebookKeyDetails: {
|
|
3182
3424
|
notebookNumber: 'Compact<u32>',
|
|
@@ -3186,7 +3428,7 @@ export default {
|
|
|
3186
3428
|
parentSecret: 'Option<H256>',
|
|
3187
3429
|
},
|
|
3188
3430
|
/**
|
|
3189
|
-
*
|
|
3431
|
+
* Lookup447: pallet_notebook::pallet::Error<T>
|
|
3190
3432
|
**/
|
|
3191
3433
|
PalletNotebookError: {
|
|
3192
3434
|
_enum: [
|
|
@@ -3208,7 +3450,7 @@ export default {
|
|
|
3208
3450
|
],
|
|
3209
3451
|
},
|
|
3210
3452
|
/**
|
|
3211
|
-
*
|
|
3453
|
+
* Lookup448: pallet_localchain_transfer::QueuedTransferOut<sp_core::crypto::AccountId32, Balance>
|
|
3212
3454
|
**/
|
|
3213
3455
|
PalletLocalchainTransferQueuedTransferOut: {
|
|
3214
3456
|
accountId: 'AccountId32',
|
|
@@ -3217,11 +3459,11 @@ export default {
|
|
|
3217
3459
|
notaryId: 'u32',
|
|
3218
3460
|
},
|
|
3219
3461
|
/**
|
|
3220
|
-
*
|
|
3462
|
+
* Lookup450: frame_support::PalletId
|
|
3221
3463
|
**/
|
|
3222
3464
|
FrameSupportPalletId: '[u8;8]',
|
|
3223
3465
|
/**
|
|
3224
|
-
*
|
|
3466
|
+
* Lookup451: pallet_localchain_transfer::pallet::Error<T>
|
|
3225
3467
|
**/
|
|
3226
3468
|
PalletLocalchainTransferError: {
|
|
3227
3469
|
_enum: [
|
|
@@ -3236,7 +3478,7 @@ export default {
|
|
|
3236
3478
|
],
|
|
3237
3479
|
},
|
|
3238
3480
|
/**
|
|
3239
|
-
*
|
|
3481
|
+
* Lookup455: argon_primitives::notary::NotaryNotebookVoteDigestDetails
|
|
3240
3482
|
**/
|
|
3241
3483
|
ArgonPrimitivesNotaryNotaryNotebookVoteDigestDetails: {
|
|
3242
3484
|
notaryId: 'Compact<u32>',
|
|
@@ -3246,13 +3488,13 @@ export default {
|
|
|
3246
3488
|
blockVotingPower: 'Compact<u128>',
|
|
3247
3489
|
},
|
|
3248
3490
|
/**
|
|
3249
|
-
*
|
|
3491
|
+
* Lookup460: pallet_block_seal_spec::pallet::Error<T>
|
|
3250
3492
|
**/
|
|
3251
3493
|
PalletBlockSealSpecError: {
|
|
3252
3494
|
_enum: ['MaxNotebooksAtTickExceeded'],
|
|
3253
3495
|
},
|
|
3254
3496
|
/**
|
|
3255
|
-
*
|
|
3497
|
+
* Lookup462: pallet_domains::pallet::Error<T>
|
|
3256
3498
|
**/
|
|
3257
3499
|
PalletDomainsError: {
|
|
3258
3500
|
_enum: [
|
|
@@ -3264,7 +3506,7 @@ export default {
|
|
|
3264
3506
|
],
|
|
3265
3507
|
},
|
|
3266
3508
|
/**
|
|
3267
|
-
*
|
|
3509
|
+
* Lookup464: pallet_price_index::CpiMeasurementBucket
|
|
3268
3510
|
**/
|
|
3269
3511
|
PalletPriceIndexCpiMeasurementBucket: {
|
|
3270
3512
|
tickRange: '(u64,u64)',
|
|
@@ -3272,7 +3514,7 @@ export default {
|
|
|
3272
3514
|
measurementsCount: 'u32',
|
|
3273
3515
|
},
|
|
3274
3516
|
/**
|
|
3275
|
-
*
|
|
3517
|
+
* Lookup467: pallet_price_index::pallet::Error<T>
|
|
3276
3518
|
**/
|
|
3277
3519
|
PalletPriceIndexError: {
|
|
3278
3520
|
_enum: [
|
|
@@ -3283,7 +3525,7 @@ export default {
|
|
|
3283
3525
|
],
|
|
3284
3526
|
},
|
|
3285
3527
|
/**
|
|
3286
|
-
*
|
|
3528
|
+
* Lookup468: pallet_grandpa::StoredState<N>
|
|
3287
3529
|
**/
|
|
3288
3530
|
PalletGrandpaStoredState: {
|
|
3289
3531
|
_enum: {
|
|
@@ -3300,7 +3542,7 @@ export default {
|
|
|
3300
3542
|
},
|
|
3301
3543
|
},
|
|
3302
3544
|
/**
|
|
3303
|
-
*
|
|
3545
|
+
* Lookup469: pallet_grandpa::StoredPendingChange<N, Limit>
|
|
3304
3546
|
**/
|
|
3305
3547
|
PalletGrandpaStoredPendingChange: {
|
|
3306
3548
|
scheduledAt: 'u32',
|
|
@@ -3309,7 +3551,7 @@ export default {
|
|
|
3309
3551
|
forced: 'Option<u32>',
|
|
3310
3552
|
},
|
|
3311
3553
|
/**
|
|
3312
|
-
*
|
|
3554
|
+
* Lookup471: pallet_grandpa::pallet::Error<T>
|
|
3313
3555
|
**/
|
|
3314
3556
|
PalletGrandpaError: {
|
|
3315
3557
|
_enum: [
|
|
@@ -3323,7 +3565,7 @@ export default {
|
|
|
3323
3565
|
],
|
|
3324
3566
|
},
|
|
3325
3567
|
/**
|
|
3326
|
-
*
|
|
3568
|
+
* Lookup472: argon_primitives::providers::BlockSealerInfo<sp_core::crypto::AccountId32, argon_primitives::block_seal::app::Public>
|
|
3327
3569
|
**/
|
|
3328
3570
|
ArgonPrimitivesProvidersBlockSealerInfo: {
|
|
3329
3571
|
blockAuthorAccountId: 'AccountId32',
|
|
@@ -3331,7 +3573,7 @@ export default {
|
|
|
3331
3573
|
blockSealAuthority: 'Option<ArgonPrimitivesBlockSealAppPublic>',
|
|
3332
3574
|
},
|
|
3333
3575
|
/**
|
|
3334
|
-
*
|
|
3576
|
+
* Lookup474: pallet_block_seal::pallet::Error<T>
|
|
3335
3577
|
**/
|
|
3336
3578
|
PalletBlockSealError: {
|
|
3337
3579
|
_enum: [
|
|
@@ -3359,11 +3601,11 @@ export default {
|
|
|
3359
3601
|
],
|
|
3360
3602
|
},
|
|
3361
3603
|
/**
|
|
3362
|
-
*
|
|
3604
|
+
* Lookup478: pallet_block_rewards::pallet::Error<T>
|
|
3363
3605
|
**/
|
|
3364
3606
|
PalletBlockRewardsError: 'Null',
|
|
3365
3607
|
/**
|
|
3366
|
-
*
|
|
3608
|
+
* Lookup484: pallet_mint::pallet::MintAction<B>
|
|
3367
3609
|
**/
|
|
3368
3610
|
PalletMintMintAction: {
|
|
3369
3611
|
argonBurned: 'u128',
|
|
@@ -3371,13 +3613,13 @@ export default {
|
|
|
3371
3613
|
bitcoinMinted: 'u128',
|
|
3372
3614
|
},
|
|
3373
3615
|
/**
|
|
3374
|
-
*
|
|
3616
|
+
* Lookup485: pallet_mint::pallet::Error<T>
|
|
3375
3617
|
**/
|
|
3376
3618
|
PalletMintError: {
|
|
3377
3619
|
_enum: ['TooManyPendingMints'],
|
|
3378
3620
|
},
|
|
3379
3621
|
/**
|
|
3380
|
-
*
|
|
3622
|
+
* Lookup487: pallet_balances::types::BalanceLock<Balance>
|
|
3381
3623
|
**/
|
|
3382
3624
|
PalletBalancesBalanceLock: {
|
|
3383
3625
|
id: '[u8;8]',
|
|
@@ -3385,34 +3627,34 @@ export default {
|
|
|
3385
3627
|
reasons: 'PalletBalancesReasons',
|
|
3386
3628
|
},
|
|
3387
3629
|
/**
|
|
3388
|
-
*
|
|
3630
|
+
* Lookup488: pallet_balances::types::Reasons
|
|
3389
3631
|
**/
|
|
3390
3632
|
PalletBalancesReasons: {
|
|
3391
3633
|
_enum: ['Fee', 'Misc', 'All'],
|
|
3392
3634
|
},
|
|
3393
3635
|
/**
|
|
3394
|
-
*
|
|
3636
|
+
* Lookup491: pallet_balances::types::ReserveData<ReserveIdentifier, Balance>
|
|
3395
3637
|
**/
|
|
3396
3638
|
PalletBalancesReserveData: {
|
|
3397
3639
|
id: '[u8;8]',
|
|
3398
3640
|
amount: 'u128',
|
|
3399
3641
|
},
|
|
3400
3642
|
/**
|
|
3401
|
-
*
|
|
3643
|
+
* Lookup494: frame_support::traits::tokens::misc::IdAmount<argon_runtime::RuntimeHoldReason, Balance>
|
|
3402
3644
|
**/
|
|
3403
3645
|
FrameSupportTokensMiscIdAmountRuntimeHoldReason: {
|
|
3404
3646
|
id: 'ArgonRuntimeRuntimeHoldReason',
|
|
3405
3647
|
amount: 'u128',
|
|
3406
3648
|
},
|
|
3407
3649
|
/**
|
|
3408
|
-
*
|
|
3650
|
+
* Lookup497: frame_support::traits::tokens::misc::IdAmount<argon_runtime::RuntimeFreezeReason, Balance>
|
|
3409
3651
|
**/
|
|
3410
3652
|
FrameSupportTokensMiscIdAmountRuntimeFreezeReason: {
|
|
3411
3653
|
id: 'ArgonRuntimeRuntimeFreezeReason',
|
|
3412
3654
|
amount: 'u128',
|
|
3413
3655
|
},
|
|
3414
3656
|
/**
|
|
3415
|
-
*
|
|
3657
|
+
* Lookup498: argon_runtime::RuntimeFreezeReason
|
|
3416
3658
|
**/
|
|
3417
3659
|
ArgonRuntimeRuntimeFreezeReason: {
|
|
3418
3660
|
_enum: {
|
|
@@ -3439,13 +3681,13 @@ export default {
|
|
|
3439
3681
|
},
|
|
3440
3682
|
},
|
|
3441
3683
|
/**
|
|
3442
|
-
*
|
|
3684
|
+
* Lookup499: pallet_block_rewards::pallet::FreezeReason
|
|
3443
3685
|
**/
|
|
3444
3686
|
PalletBlockRewardsFreezeReason: {
|
|
3445
3687
|
_enum: ['MaturationPeriod'],
|
|
3446
3688
|
},
|
|
3447
3689
|
/**
|
|
3448
|
-
*
|
|
3690
|
+
* Lookup501: pallet_balances::pallet::Error<T, I>
|
|
3449
3691
|
**/
|
|
3450
3692
|
PalletBalancesError: {
|
|
3451
3693
|
_enum: [
|
|
@@ -3464,48 +3706,48 @@ export default {
|
|
|
3464
3706
|
],
|
|
3465
3707
|
},
|
|
3466
3708
|
/**
|
|
3467
|
-
*
|
|
3709
|
+
* Lookup503: pallet_tx_pause::pallet::Error<T>
|
|
3468
3710
|
**/
|
|
3469
3711
|
PalletTxPauseError: {
|
|
3470
3712
|
_enum: ['IsPaused', 'IsUnpaused', 'Unpausable', 'NotFound'],
|
|
3471
3713
|
},
|
|
3472
3714
|
/**
|
|
3473
|
-
*
|
|
3715
|
+
* Lookup504: pallet_transaction_payment::Releases
|
|
3474
3716
|
**/
|
|
3475
3717
|
PalletTransactionPaymentReleases: {
|
|
3476
3718
|
_enum: ['V1Ancient', 'V2'],
|
|
3477
3719
|
},
|
|
3478
3720
|
/**
|
|
3479
|
-
*
|
|
3721
|
+
* Lookup505: frame_support::traits::storage::NoDrop<frame_support::traits::tokens::fungible::imbalance::Imbalance<B, OnDrop, OppositeOnDrop>>
|
|
3480
3722
|
**/
|
|
3481
3723
|
FrameSupportStorageNoDrop: 'FrameSupportTokensFungibleImbalance',
|
|
3482
3724
|
/**
|
|
3483
|
-
*
|
|
3725
|
+
* Lookup506: frame_support::traits::tokens::fungible::imbalance::Imbalance<B, OnDrop, OppositeOnDrop>
|
|
3484
3726
|
**/
|
|
3485
3727
|
FrameSupportTokensFungibleImbalance: {
|
|
3486
3728
|
amount: 'u128',
|
|
3487
3729
|
},
|
|
3488
3730
|
/**
|
|
3489
|
-
*
|
|
3731
|
+
* Lookup507: pallet_utility::pallet::Error<T>
|
|
3490
3732
|
**/
|
|
3491
3733
|
PalletUtilityError: {
|
|
3492
3734
|
_enum: ['TooManyCalls'],
|
|
3493
3735
|
},
|
|
3494
3736
|
/**
|
|
3495
|
-
*
|
|
3737
|
+
* Lookup508: pallet_sudo::pallet::Error<T>
|
|
3496
3738
|
**/
|
|
3497
3739
|
PalletSudoError: {
|
|
3498
3740
|
_enum: ['RequireSudo'],
|
|
3499
3741
|
},
|
|
3500
3742
|
/**
|
|
3501
|
-
*
|
|
3743
|
+
* Lookup509: pallet_treasury::pallet::FrameVaultCapital<T>
|
|
3502
3744
|
**/
|
|
3503
3745
|
PalletTreasuryFrameVaultCapital: {
|
|
3504
3746
|
frameId: 'Compact<u64>',
|
|
3505
3747
|
vaults: 'BTreeMap<u32, PalletTreasuryVaultCapital>',
|
|
3506
3748
|
},
|
|
3507
3749
|
/**
|
|
3508
|
-
*
|
|
3750
|
+
* Lookup511: pallet_treasury::pallet::VaultCapital<T>
|
|
3509
3751
|
**/
|
|
3510
3752
|
PalletTreasuryVaultCapital: {
|
|
3511
3753
|
bondLotAllocations: 'Vec<PalletTreasuryBondLotAllocation>',
|
|
@@ -3513,14 +3755,14 @@ export default {
|
|
|
3513
3755
|
vaultSharingPercent: 'Compact<Permill>',
|
|
3514
3756
|
},
|
|
3515
3757
|
/**
|
|
3516
|
-
*
|
|
3758
|
+
* Lookup513: pallet_treasury::pallet::BondLotAllocation
|
|
3517
3759
|
**/
|
|
3518
3760
|
PalletTreasuryBondLotAllocation: {
|
|
3519
3761
|
bondLotId: 'Compact<u64>',
|
|
3520
3762
|
prorata: 'u128',
|
|
3521
3763
|
},
|
|
3522
3764
|
/**
|
|
3523
|
-
*
|
|
3765
|
+
* Lookup518: pallet_treasury::pallet::BondLot<T>
|
|
3524
3766
|
**/
|
|
3525
3767
|
PalletTreasuryBondLot: {
|
|
3526
3768
|
owner: 'AccountId32',
|
|
@@ -3535,14 +3777,14 @@ export default {
|
|
|
3535
3777
|
releaseReason: 'Option<PalletTreasuryBondReleaseReason>',
|
|
3536
3778
|
},
|
|
3537
3779
|
/**
|
|
3538
|
-
*
|
|
3780
|
+
* Lookup523: pallet_treasury::pallet::BondLotSummary
|
|
3539
3781
|
**/
|
|
3540
3782
|
PalletTreasuryBondLotSummary: {
|
|
3541
3783
|
bondLotId: 'Compact<u64>',
|
|
3542
3784
|
bonds: 'Compact<u32>',
|
|
3543
3785
|
},
|
|
3544
3786
|
/**
|
|
3545
|
-
*
|
|
3787
|
+
* Lookup525: pallet_treasury::pallet::Error<T>
|
|
3546
3788
|
**/
|
|
3547
3789
|
PalletTreasuryError: {
|
|
3548
3790
|
_enum: [
|
|
@@ -3556,16 +3798,17 @@ export default {
|
|
|
3556
3798
|
'NotBondLotOwner',
|
|
3557
3799
|
'BondLotAlreadyReleasing',
|
|
3558
3800
|
'BondPurchaseAboveSecurity',
|
|
3801
|
+
'ActiveBondAmountBelowEncumberedBacking',
|
|
3559
3802
|
],
|
|
3560
3803
|
},
|
|
3561
3804
|
/**
|
|
3562
|
-
*
|
|
3805
|
+
* Lookup526: pallet_fee_control::pallet::Error<T>
|
|
3563
3806
|
**/
|
|
3564
3807
|
PalletFeeControlError: {
|
|
3565
3808
|
_enum: ['SponsoredFeeTooHigh'],
|
|
3566
3809
|
},
|
|
3567
3810
|
/**
|
|
3568
|
-
*
|
|
3811
|
+
* Lookup527: pallet_operational_accounts::pallet::OperationalAccount<T>
|
|
3569
3812
|
**/
|
|
3570
3813
|
PalletOperationalAccountsOperationalAccount: {
|
|
3571
3814
|
vaultAccount: 'AccountId32',
|
|
@@ -3589,14 +3832,14 @@ export default {
|
|
|
3589
3832
|
isOperational: 'bool',
|
|
3590
3833
|
},
|
|
3591
3834
|
/**
|
|
3592
|
-
*
|
|
3835
|
+
* Lookup529: pallet_operational_accounts::pallet::RewardsConfig<Balance>
|
|
3593
3836
|
**/
|
|
3594
3837
|
PalletOperationalAccountsRewardsConfig: {
|
|
3595
3838
|
operationalReferralReward: 'Compact<u128>',
|
|
3596
3839
|
referralBonusReward: 'Compact<u128>',
|
|
3597
3840
|
},
|
|
3598
3841
|
/**
|
|
3599
|
-
*
|
|
3842
|
+
* Lookup531: pallet_operational_accounts::pallet::Error<T>
|
|
3600
3843
|
**/
|
|
3601
3844
|
PalletOperationalAccountsError: {
|
|
3602
3845
|
_enum: [
|
|
@@ -3620,22 +3863,23 @@ export default {
|
|
|
3620
3863
|
],
|
|
3621
3864
|
},
|
|
3622
3865
|
/**
|
|
3623
|
-
*
|
|
3866
|
+
* Lookup532: pallet_ethereum_verifier::types::FinalizedBeaconHeaderState
|
|
3624
3867
|
**/
|
|
3625
3868
|
PalletEthereumVerifierFinalizedBeaconHeaderState: {
|
|
3626
3869
|
slot: 'Compact<u64>',
|
|
3627
3870
|
},
|
|
3628
3871
|
/**
|
|
3629
|
-
*
|
|
3872
|
+
* Lookup533: pallet_ethereum_verifier::types::ExecutionHeaderAnchor
|
|
3630
3873
|
**/
|
|
3631
3874
|
PalletEthereumVerifierExecutionHeaderAnchor: {
|
|
3632
3875
|
blockNumber: 'Compact<u64>',
|
|
3876
|
+
timestampMillis: 'Compact<u64>',
|
|
3633
3877
|
blockHash: 'H256',
|
|
3634
3878
|
parentHash: 'H256',
|
|
3635
3879
|
receiptsRoot: 'H256',
|
|
3636
3880
|
},
|
|
3637
3881
|
/**
|
|
3638
|
-
*
|
|
3882
|
+
* Lookup534: pallet_ethereum_verifier::types::SyncCommitteePrepared
|
|
3639
3883
|
**/
|
|
3640
3884
|
PalletEthereumVerifierSyncCommitteePrepared: {
|
|
3641
3885
|
root: 'H256',
|
|
@@ -3643,13 +3887,13 @@ export default {
|
|
|
3643
3887
|
aggregatePubkey: 'SnowbridgeMilagroBlsKeysPublicKey',
|
|
3644
3888
|
},
|
|
3645
3889
|
/**
|
|
3646
|
-
*
|
|
3890
|
+
* Lookup536: snowbridge_milagro_bls::keys::PublicKey
|
|
3647
3891
|
**/
|
|
3648
3892
|
SnowbridgeMilagroBlsKeysPublicKey: {
|
|
3649
3893
|
point: 'SnowbridgeAmclBls381Ecp',
|
|
3650
3894
|
},
|
|
3651
3895
|
/**
|
|
3652
|
-
*
|
|
3896
|
+
* Lookup537: snowbridge_amcl::bls381::ecp::ECP
|
|
3653
3897
|
**/
|
|
3654
3898
|
SnowbridgeAmclBls381Ecp: {
|
|
3655
3899
|
x: 'SnowbridgeAmclBls381Fp',
|
|
@@ -3657,26 +3901,26 @@ export default {
|
|
|
3657
3901
|
z: 'SnowbridgeAmclBls381Fp',
|
|
3658
3902
|
},
|
|
3659
3903
|
/**
|
|
3660
|
-
*
|
|
3904
|
+
* Lookup538: snowbridge_amcl::bls381::fp::FP
|
|
3661
3905
|
**/
|
|
3662
3906
|
SnowbridgeAmclBls381Fp: {
|
|
3663
3907
|
x: 'SnowbridgeAmclBls381Big',
|
|
3664
3908
|
xes: 'i32',
|
|
3665
3909
|
},
|
|
3666
3910
|
/**
|
|
3667
|
-
*
|
|
3911
|
+
* Lookup539: snowbridge_amcl::bls381::big::Big
|
|
3668
3912
|
**/
|
|
3669
3913
|
SnowbridgeAmclBls381Big: {
|
|
3670
3914
|
w: '[i32;14]',
|
|
3671
3915
|
},
|
|
3672
3916
|
/**
|
|
3673
|
-
*
|
|
3917
|
+
* Lookup543: argon_primitives::ethereum::EthereumBeaconPreset
|
|
3674
3918
|
**/
|
|
3675
3919
|
ArgonPrimitivesEthereumEthereumBeaconPreset: {
|
|
3676
3920
|
_enum: ['Mainnet', 'Minimal'],
|
|
3677
3921
|
},
|
|
3678
3922
|
/**
|
|
3679
|
-
*
|
|
3923
|
+
* Lookup544: pallet_ethereum_verifier::pallet::Error<T>
|
|
3680
3924
|
**/
|
|
3681
3925
|
PalletEthereumVerifierError: {
|
|
3682
3926
|
_enum: [
|
|
@@ -3704,73 +3948,217 @@ export default {
|
|
|
3704
3948
|
],
|
|
3705
3949
|
},
|
|
3706
3950
|
/**
|
|
3707
|
-
*
|
|
3951
|
+
* Lookup546: pallet_crosschain_transfer::pallet::GlobalIssuanceCouncil<T>
|
|
3952
|
+
**/
|
|
3953
|
+
PalletCrosschainTransferGlobalIssuanceCouncil: {
|
|
3954
|
+
epochMicrogonsPerArgonot: 'u128',
|
|
3955
|
+
members: 'BTreeMap<H160, PalletCrosschainTransferGlobalIssuanceCouncilMember>',
|
|
3956
|
+
totalWeight: 'u128',
|
|
3957
|
+
},
|
|
3958
|
+
/**
|
|
3959
|
+
* Lookup548: pallet_crosschain_transfer::pallet::GlobalIssuanceCouncilMember<T>
|
|
3960
|
+
**/
|
|
3961
|
+
PalletCrosschainTransferGlobalIssuanceCouncilMember: {
|
|
3962
|
+
accountId: 'AccountId32',
|
|
3963
|
+
signer: 'H160',
|
|
3964
|
+
weight: 'u128',
|
|
3965
|
+
},
|
|
3966
|
+
/**
|
|
3967
|
+
* Lookup553: pallet_crosschain_transfer::pallet::CouncilApprovalQueueEntry<T>
|
|
3968
|
+
**/
|
|
3969
|
+
PalletCrosschainTransferCouncilApprovalQueueEntry: {
|
|
3970
|
+
approvingCouncilHash: 'H256',
|
|
3971
|
+
target: 'PalletCrosschainTransferCouncilApprovalTargetId',
|
|
3972
|
+
targetPayloadHash: 'H256',
|
|
3973
|
+
dueFrameId: 'Compact<u64>',
|
|
3974
|
+
previousApprovalHash: 'H256',
|
|
3975
|
+
approvalHash: 'H256',
|
|
3976
|
+
approvedTotalWeight: 'u128',
|
|
3977
|
+
signatures: 'BTreeMap<H160, [u8;65]>',
|
|
3978
|
+
},
|
|
3979
|
+
/**
|
|
3980
|
+
* Lookup558: pallet_crosschain_transfer::pallet::MintingAuthority<T>
|
|
3981
|
+
**/
|
|
3982
|
+
PalletCrosschainTransferMintingAuthority: {
|
|
3983
|
+
accountId: 'AccountId32',
|
|
3984
|
+
destinationChain: 'PalletCrosschainTransferSourceChain',
|
|
3985
|
+
destinationSigningKey: 'H160',
|
|
3986
|
+
state: 'PalletCrosschainTransferMintingAuthorityState',
|
|
3987
|
+
gatewayRemainingMicrogonCollateral: 'u128',
|
|
3988
|
+
gatewayRemainingMicronotCollateral: 'u128',
|
|
3989
|
+
pendingReservedMicrogonCollateral: 'u128',
|
|
3990
|
+
pendingReservedMicronotCollateral: 'u128',
|
|
3991
|
+
activePendingTransferIds: 'Vec<H256>',
|
|
3992
|
+
activationApprovalQueueNonce: 'u64',
|
|
3993
|
+
activationBaseRepaymentQuote: 'Compact<u128>',
|
|
3994
|
+
activationSignatureRepaymentQuote: 'Compact<u128>',
|
|
3995
|
+
deactivationApprovalQueueNonce: 'Option<u64>',
|
|
3996
|
+
},
|
|
3997
|
+
/**
|
|
3998
|
+
* Lookup559: pallet_crosschain_transfer::pallet::MintingAuthorityState
|
|
3999
|
+
**/
|
|
4000
|
+
PalletCrosschainTransferMintingAuthorityState: {
|
|
4001
|
+
_enum: ['PendingActivation', 'Active', 'Deactivating'],
|
|
4002
|
+
},
|
|
4003
|
+
/**
|
|
4004
|
+
* Lookup561: pallet_crosschain_transfer::transfer_out::TransferOutOfArgon<T>
|
|
4005
|
+
**/
|
|
4006
|
+
PalletCrosschainTransferTransferOutTransferOutOfArgon: {
|
|
4007
|
+
argonAccountId: 'AccountId32',
|
|
4008
|
+
argonTransferNonce: 'Compact<u64>',
|
|
4009
|
+
destinationChain: 'PalletCrosschainTransferSourceChain',
|
|
4010
|
+
microgonsPerArgonot: 'Compact<u128>',
|
|
4011
|
+
destinationAccount: 'H160',
|
|
4012
|
+
validUntilEthereumBlock: 'Compact<u64>',
|
|
4013
|
+
asset: 'PalletCrosschainTransferAssetKind',
|
|
4014
|
+
amount: 'u128',
|
|
4015
|
+
mintingAuthorityTip: 'u128',
|
|
4016
|
+
totalAttachedCollateral: 'u128',
|
|
4017
|
+
mintingAuthorityCollateralBySigner:
|
|
4018
|
+
'BTreeMap<H160, PalletCrosschainTransferTransferOutMintingAuthorityTransferReservation>',
|
|
4019
|
+
state: 'PalletCrosschainTransferTransferOutTransferOutState',
|
|
4020
|
+
},
|
|
4021
|
+
/**
|
|
4022
|
+
* Lookup563: pallet_crosschain_transfer::transfer_out::MintingAuthorityTransferReservation<T>
|
|
4023
|
+
**/
|
|
4024
|
+
PalletCrosschainTransferTransferOutMintingAuthorityTransferReservation: {
|
|
4025
|
+
microgonCollateral: 'u128',
|
|
4026
|
+
micronotCollateral: 'u128',
|
|
4027
|
+
collateralShare: 'u128',
|
|
4028
|
+
signature: '[u8;65]',
|
|
4029
|
+
},
|
|
4030
|
+
/**
|
|
4031
|
+
* Lookup567: pallet_crosschain_transfer::transfer_out::TransferOutState
|
|
4032
|
+
**/
|
|
4033
|
+
PalletCrosschainTransferTransferOutTransferOutState: {
|
|
4034
|
+
_enum: ['Started', 'Ready'],
|
|
4035
|
+
},
|
|
4036
|
+
/**
|
|
4037
|
+
* Lookup569: pallet_crosschain_transfer::transfer_out::PendingCollateralizationRequest<T>
|
|
4038
|
+
**/
|
|
4039
|
+
PalletCrosschainTransferTransferOutPendingCollateralizationRequest: {
|
|
4040
|
+
transferId: 'H256',
|
|
4041
|
+
remainingCollateral: 'u128',
|
|
4042
|
+
remainingMintingAuthorityTip: 'u128',
|
|
4043
|
+
},
|
|
4044
|
+
/**
|
|
4045
|
+
* Lookup571: pallet_crosschain_transfer::pallet::SourceChainCirculation<T>
|
|
4046
|
+
**/
|
|
4047
|
+
PalletCrosschainTransferSourceChainCirculation: {
|
|
4048
|
+
argonCirculation: 'u128',
|
|
4049
|
+
argonotCirculation: 'u128',
|
|
4050
|
+
},
|
|
4051
|
+
/**
|
|
4052
|
+
* Lookup572: pallet_crosschain_transfer::pallet::Error<T>
|
|
3708
4053
|
**/
|
|
3709
4054
|
PalletCrosschainTransferError: {
|
|
3710
4055
|
_enum: [
|
|
3711
|
-
'
|
|
4056
|
+
'InvalidTransferToArgonActivity',
|
|
4057
|
+
'NoGatewayProofBlocksProvided',
|
|
4058
|
+
'NoGatewayActivitiesProvided',
|
|
3712
4059
|
'InvalidProof',
|
|
3713
|
-
'InvalidRecipient',
|
|
3714
|
-
'InvalidAmount',
|
|
3715
4060
|
'UnsupportedSource',
|
|
3716
4061
|
'UnsupportedGateway',
|
|
3717
4062
|
'UnsupportedToken',
|
|
3718
|
-
'
|
|
4063
|
+
'UnexpectedPreviousGatewayActivityNonce',
|
|
4064
|
+
'UnexpectedGatewayActivityNonce',
|
|
3719
4065
|
'InvalidChainConfig',
|
|
3720
4066
|
'InsufficientLiquidity',
|
|
3721
|
-
'
|
|
4067
|
+
'MintingAuthorityNotFound',
|
|
4068
|
+
'MintingAuthorityMismatch',
|
|
4069
|
+
'UnexpectedMintingAuthorityState',
|
|
4070
|
+
'UnknownOwnerVault',
|
|
4071
|
+
'InvalidMintingAuthoritySigningKey',
|
|
4072
|
+
'MintingAuthorityAlreadyRegistered',
|
|
4073
|
+
'InvalidMintingAuthoritySigningKeyProof',
|
|
4074
|
+
'InvalidMintingAuthorityCollateral',
|
|
4075
|
+
'GlobalIssuanceCouncilNotFound',
|
|
4076
|
+
'InvalidGlobalIssuanceCouncil',
|
|
4077
|
+
'DuplicateGlobalIssuanceCouncilSigner',
|
|
4078
|
+
'DuplicateGlobalIssuanceCouncilAccount',
|
|
4079
|
+
'InvalidCouncilSignerProof',
|
|
4080
|
+
'GlobalIssuanceCouncilMemberNotFound',
|
|
4081
|
+
'CouncilSignerNotRegistered',
|
|
4082
|
+
'CouncilApprovalQueueEntryNotFound',
|
|
4083
|
+
'CouncilApprovalAlreadyRecorded',
|
|
4084
|
+
'InvalidForceSetAfterNonce',
|
|
4085
|
+
'CannotForceSetQuorumApprovedQueueEntry',
|
|
4086
|
+
'InvalidCouncilApprovalSignature',
|
|
4087
|
+
'NoCouncilApprovalSignaturesProvided',
|
|
4088
|
+
'InsufficientCommittedMicrogonCollateral',
|
|
4089
|
+
'InsufficientCommittedArgonotCollateral',
|
|
4090
|
+
'InvalidMintingAuthorityDeactivationSignature',
|
|
4091
|
+
'InvalidMicrogonsPerArgonot',
|
|
4092
|
+
'MintingAuthorityCollateralBelowMinimum',
|
|
4093
|
+
'InvalidMintingAuthorityActivationRepaymentPricing',
|
|
4094
|
+
'MissingMintingAuthorityActivationRepaymentPricing',
|
|
4095
|
+
'InvalidGatewayActivity',
|
|
4096
|
+
'GatewaySyncPaused',
|
|
4097
|
+
'InvalidTransferOutAmount',
|
|
4098
|
+
'InvalidTransferOutRecipient',
|
|
4099
|
+
'MissingVerifiedExecutionBlock',
|
|
4100
|
+
'StaleVerifiedExecutionBlock',
|
|
4101
|
+
'TransferOutNotFound',
|
|
4102
|
+
'TransferOutAlreadyReady',
|
|
4103
|
+
'TransferOutExpired',
|
|
4104
|
+
'InvalidTransferCollateral',
|
|
4105
|
+
'InvalidTransferCollateralUpdate',
|
|
4106
|
+
'InvalidTransferCollateralSignature',
|
|
4107
|
+
'InsufficientMintingAuthorityCollateral',
|
|
4108
|
+
'TransferCollateralIncrementTooSmall',
|
|
4109
|
+
'TooManyPendingTransferOuts',
|
|
3722
4110
|
],
|
|
3723
4111
|
},
|
|
3724
4112
|
/**
|
|
3725
|
-
*
|
|
4113
|
+
* Lookup575: frame_system::extensions::authorize_call::AuthorizeCall<T>
|
|
3726
4114
|
**/
|
|
3727
4115
|
FrameSystemExtensionsAuthorizeCall: 'Null',
|
|
3728
4116
|
/**
|
|
3729
|
-
*
|
|
4117
|
+
* Lookup576: frame_system::extensions::check_non_zero_sender::CheckNonZeroSender<T>
|
|
3730
4118
|
**/
|
|
3731
4119
|
FrameSystemExtensionsCheckNonZeroSender: 'Null',
|
|
3732
4120
|
/**
|
|
3733
|
-
*
|
|
4121
|
+
* Lookup577: frame_system::extensions::check_spec_version::CheckSpecVersion<T>
|
|
3734
4122
|
**/
|
|
3735
4123
|
FrameSystemExtensionsCheckSpecVersion: 'Null',
|
|
3736
4124
|
/**
|
|
3737
|
-
*
|
|
4125
|
+
* Lookup578: frame_system::extensions::check_tx_version::CheckTxVersion<T>
|
|
3738
4126
|
**/
|
|
3739
4127
|
FrameSystemExtensionsCheckTxVersion: 'Null',
|
|
3740
4128
|
/**
|
|
3741
|
-
*
|
|
4129
|
+
* Lookup579: frame_system::extensions::check_genesis::CheckGenesis<T>
|
|
3742
4130
|
**/
|
|
3743
4131
|
FrameSystemExtensionsCheckGenesis: 'Null',
|
|
3744
4132
|
/**
|
|
3745
|
-
*
|
|
4133
|
+
* Lookup582: frame_system::extensions::check_nonce::CheckNonce<T>
|
|
3746
4134
|
**/
|
|
3747
4135
|
FrameSystemExtensionsCheckNonce: 'Compact<u32>',
|
|
3748
4136
|
/**
|
|
3749
|
-
*
|
|
4137
|
+
* Lookup583: frame_system::extensions::check_weight::CheckWeight<T>
|
|
3750
4138
|
**/
|
|
3751
4139
|
FrameSystemExtensionsCheckWeight: 'Null',
|
|
3752
4140
|
/**
|
|
3753
|
-
*
|
|
4141
|
+
* Lookup584: pallet_transaction_payment::ChargeTransactionPayment<T>
|
|
3754
4142
|
**/
|
|
3755
4143
|
PalletTransactionPaymentChargeTransactionPayment: 'Compact<u128>',
|
|
3756
4144
|
/**
|
|
3757
|
-
*
|
|
4145
|
+
* Lookup585: frame_metadata_hash_extension::CheckMetadataHash<T>
|
|
3758
4146
|
**/
|
|
3759
4147
|
FrameMetadataHashExtensionCheckMetadataHash: {
|
|
3760
4148
|
mode: 'FrameMetadataHashExtensionMode',
|
|
3761
4149
|
},
|
|
3762
4150
|
/**
|
|
3763
|
-
*
|
|
4151
|
+
* Lookup586: frame_metadata_hash_extension::Mode
|
|
3764
4152
|
**/
|
|
3765
4153
|
FrameMetadataHashExtensionMode: {
|
|
3766
4154
|
_enum: ['Disabled', 'Enabled'],
|
|
3767
4155
|
},
|
|
3768
4156
|
/**
|
|
3769
|
-
*
|
|
4157
|
+
* Lookup587: frame_system::extensions::weight_reclaim::WeightReclaim<T>
|
|
3770
4158
|
**/
|
|
3771
4159
|
FrameSystemExtensionsWeightReclaim: 'Null',
|
|
3772
4160
|
/**
|
|
3773
|
-
*
|
|
4161
|
+
* Lookup589: argon_runtime::Runtime
|
|
3774
4162
|
**/
|
|
3775
4163
|
ArgonRuntimeRuntime: 'Null',
|
|
3776
4164
|
};
|