@argonprotocol/mainchain 0.0.23 → 0.0.25

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.
Files changed (29) hide show
  1. package/lib/cjs/interfaces/augment-api-consts.d.ts +1 -1
  2. package/lib/cjs/interfaces/augment-api-errors.d.ts +4 -0
  3. package/lib/cjs/interfaces/augment-api-query.d.ts +4 -2
  4. package/lib/cjs/interfaces/augment-api-tx.d.ts +1 -1
  5. package/lib/cjs/interfaces/lookup.d.ts +214 -188
  6. package/lib/cjs/interfaces/lookup.js +217 -191
  7. package/lib/cjs/interfaces/lookup.js.map +1 -1
  8. package/lib/cjs/interfaces/registry.d.ts +4 -1
  9. package/lib/cjs/interfaces/types-lookup.d.ts +213 -189
  10. package/lib/esm/interfaces/augment-api-consts.d.ts +1 -1
  11. package/lib/esm/interfaces/augment-api-errors.d.ts +4 -0
  12. package/lib/esm/interfaces/augment-api-query.d.ts +4 -2
  13. package/lib/esm/interfaces/augment-api-tx.d.ts +1 -1
  14. package/lib/esm/interfaces/lookup.d.ts +214 -188
  15. package/lib/esm/interfaces/lookup.js +217 -191
  16. package/lib/esm/interfaces/lookup.js.map +1 -1
  17. package/lib/esm/interfaces/registry.d.ts +4 -1
  18. package/lib/esm/interfaces/types-lookup.d.ts +213 -189
  19. package/lib/tsconfig-cjs.tsbuildinfo +1 -1
  20. package/lib/tsconfig-types.tsbuildinfo +1 -1
  21. package/lib/tsconfig.tsbuildinfo +1 -1
  22. package/lib/types/interfaces/augment-api-consts.d.ts +1 -1
  23. package/lib/types/interfaces/augment-api-errors.d.ts +4 -0
  24. package/lib/types/interfaces/augment-api-query.d.ts +4 -2
  25. package/lib/types/interfaces/augment-api-tx.d.ts +1 -1
  26. package/lib/types/interfaces/lookup.d.ts +214 -188
  27. package/lib/types/interfaces/registry.d.ts +4 -1
  28. package/lib/types/interfaces/types-lookup.d.ts +213 -189
  29. package/package.json +4 -4
@@ -857,9 +857,17 @@ declare const _default: {
857
857
  accountId: string;
858
858
  ownership: string;
859
859
  argons: string;
860
+ rewardType: string;
861
+ blockSealAuthority: string;
862
+ };
863
+ /**
864
+ * Lookup97: argon_primitives::block_seal::BlockRewardType
865
+ **/
866
+ ArgonPrimitivesBlockSealBlockRewardType: {
867
+ _enum: string[];
860
868
  };
861
869
  /**
862
- * Lookup98: pallet_mint::pallet::Event<T>
870
+ * Lookup100: pallet_mint::pallet::Event<T>
863
871
  **/
864
872
  PalletMintEvent: {
865
873
  _enum: {
@@ -879,13 +887,13 @@ declare const _default: {
879
887
  };
880
888
  };
881
889
  /**
882
- * Lookup99: pallet_mint::pallet::MintType
890
+ * Lookup101: pallet_mint::pallet::MintType
883
891
  **/
884
892
  PalletMintMintType: {
885
893
  _enum: string[];
886
894
  };
887
895
  /**
888
- * Lookup100: pallet_balances::pallet::Event<T, I>
896
+ * Lookup102: pallet_balances::pallet::Event<T, I>
889
897
  **/
890
898
  PalletBalancesEvent: {
891
899
  _enum: {
@@ -983,13 +991,13 @@ declare const _default: {
983
991
  };
984
992
  };
985
993
  /**
986
- * Lookup101: frame_support::traits::tokens::misc::BalanceStatus
994
+ * Lookup103: frame_support::traits::tokens::misc::BalanceStatus
987
995
  **/
988
996
  FrameSupportTokensMiscBalanceStatus: {
989
997
  _enum: string[];
990
998
  };
991
999
  /**
992
- * Lookup103: pallet_tx_pause::pallet::Event<T>
1000
+ * Lookup105: pallet_tx_pause::pallet::Event<T>
993
1001
  **/
994
1002
  PalletTxPauseEvent: {
995
1003
  _enum: {
@@ -1002,7 +1010,7 @@ declare const _default: {
1002
1010
  };
1003
1011
  };
1004
1012
  /**
1005
- * Lookup106: pallet_transaction_payment::pallet::Event<T>
1013
+ * Lookup108: pallet_transaction_payment::pallet::Event<T>
1006
1014
  **/
1007
1015
  PalletTransactionPaymentEvent: {
1008
1016
  _enum: {
@@ -1014,7 +1022,7 @@ declare const _default: {
1014
1022
  };
1015
1023
  };
1016
1024
  /**
1017
- * Lookup107: pallet_utility::pallet::Event
1025
+ * Lookup109: pallet_utility::pallet::Event
1018
1026
  **/
1019
1027
  PalletUtilityEvent: {
1020
1028
  _enum: {
@@ -1034,7 +1042,7 @@ declare const _default: {
1034
1042
  };
1035
1043
  };
1036
1044
  /**
1037
- * Lookup108: pallet_sudo::pallet::Event<T>
1045
+ * Lookup110: pallet_sudo::pallet::Event<T>
1038
1046
  **/
1039
1047
  PalletSudoEvent: {
1040
1048
  _enum: {
@@ -1055,7 +1063,7 @@ declare const _default: {
1055
1063
  };
1056
1064
  };
1057
1065
  /**
1058
- * Lookup110: pallet_ismp::pallet::Event<T>
1066
+ * Lookup112: pallet_ismp::pallet::Event<T>
1059
1067
  **/
1060
1068
  PalletIsmpEvent: {
1061
1069
  _enum: {
@@ -1098,14 +1106,14 @@ declare const _default: {
1098
1106
  };
1099
1107
  };
1100
1108
  /**
1101
- * Lookup111: ismp::consensus::StateMachineId
1109
+ * Lookup113: ismp::consensus::StateMachineId
1102
1110
  **/
1103
1111
  IsmpConsensusStateMachineId: {
1104
1112
  stateId: string;
1105
1113
  consensusStateId: string;
1106
1114
  };
1107
1115
  /**
1108
- * Lookup112: ismp::host::StateMachine
1116
+ * Lookup114: ismp::host::StateMachine
1109
1117
  **/
1110
1118
  IsmpHostStateMachine: {
1111
1119
  _enum: {
@@ -1117,27 +1125,27 @@ declare const _default: {
1117
1125
  };
1118
1126
  };
1119
1127
  /**
1120
- * Lookup113: ismp::consensus::StateMachineHeight
1128
+ * Lookup115: ismp::consensus::StateMachineHeight
1121
1129
  **/
1122
1130
  IsmpConsensusStateMachineHeight: {
1123
1131
  id: string;
1124
1132
  height: string;
1125
1133
  };
1126
1134
  /**
1127
- * Lookup116: pallet_ismp::errors::HandlingError
1135
+ * Lookup118: pallet_ismp::errors::HandlingError
1128
1136
  **/
1129
1137
  PalletIsmpErrorsHandlingError: {
1130
1138
  message: string;
1131
1139
  };
1132
1140
  /**
1133
- * Lookup118: ismp::events::RequestResponseHandled
1141
+ * Lookup120: ismp::events::RequestResponseHandled
1134
1142
  **/
1135
1143
  IsmpEventsRequestResponseHandled: {
1136
1144
  commitment: string;
1137
1145
  relayer: string;
1138
1146
  };
1139
1147
  /**
1140
- * Lookup119: ismp::events::TimeoutHandled
1148
+ * Lookup121: ismp::events::TimeoutHandled
1141
1149
  **/
1142
1150
  IsmpEventsTimeoutHandled: {
1143
1151
  commitment: string;
@@ -1145,7 +1153,7 @@ declare const _default: {
1145
1153
  dest: string;
1146
1154
  };
1147
1155
  /**
1148
- * Lookup120: ismp_grandpa::pallet::Event<T>
1156
+ * Lookup122: ismp_grandpa::pallet::Event<T>
1149
1157
  **/
1150
1158
  IsmpGrandpaEvent: {
1151
1159
  _enum: {
@@ -1158,7 +1166,7 @@ declare const _default: {
1158
1166
  };
1159
1167
  };
1160
1168
  /**
1161
- * Lookup122: pallet_hyperbridge::pallet::Event<T>
1169
+ * Lookup124: pallet_hyperbridge::pallet::Event<T>
1162
1170
  **/
1163
1171
  PalletHyperbridgeEvent: {
1164
1172
  _enum: {
@@ -1180,7 +1188,7 @@ declare const _default: {
1180
1188
  };
1181
1189
  };
1182
1190
  /**
1183
- * Lookup123: pallet_hyperbridge::VersionedHostParams<Balance>
1191
+ * Lookup125: pallet_hyperbridge::VersionedHostParams<Balance>
1184
1192
  **/
1185
1193
  PalletHyperbridgeVersionedHostParams: {
1186
1194
  _enum: {
@@ -1188,7 +1196,7 @@ declare const _default: {
1188
1196
  };
1189
1197
  };
1190
1198
  /**
1191
- * Lookup124: pallet_hyperbridge::SubstrateHostParams<B>
1199
+ * Lookup126: pallet_hyperbridge::SubstrateHostParams<B>
1192
1200
  **/
1193
1201
  PalletHyperbridgeSubstrateHostParams: {
1194
1202
  defaultPerByteFee: string;
@@ -1196,7 +1204,7 @@ declare const _default: {
1196
1204
  assetRegistrationFee: string;
1197
1205
  };
1198
1206
  /**
1199
- * Lookup128: pallet_token_gateway::pallet::Event<T>
1207
+ * Lookup130: pallet_token_gateway::pallet::Event<T>
1200
1208
  **/
1201
1209
  PalletTokenGatewayEvent: {
1202
1210
  _enum: {
@@ -1223,7 +1231,7 @@ declare const _default: {
1223
1231
  };
1224
1232
  };
1225
1233
  /**
1226
- * Lookup129: frame_system::Phase
1234
+ * Lookup131: frame_system::Phase
1227
1235
  **/
1228
1236
  FrameSystemPhase: {
1229
1237
  _enum: {
@@ -1233,21 +1241,21 @@ declare const _default: {
1233
1241
  };
1234
1242
  };
1235
1243
  /**
1236
- * Lookup133: frame_system::LastRuntimeUpgradeInfo
1244
+ * Lookup135: frame_system::LastRuntimeUpgradeInfo
1237
1245
  **/
1238
1246
  FrameSystemLastRuntimeUpgradeInfo: {
1239
1247
  specVersion: string;
1240
1248
  specName: string;
1241
1249
  };
1242
1250
  /**
1243
- * Lookup134: frame_system::CodeUpgradeAuthorization<T>
1251
+ * Lookup136: frame_system::CodeUpgradeAuthorization<T>
1244
1252
  **/
1245
1253
  FrameSystemCodeUpgradeAuthorization: {
1246
1254
  codeHash: string;
1247
1255
  checkVersion: string;
1248
1256
  };
1249
1257
  /**
1250
- * Lookup135: frame_system::pallet::Call<T>
1258
+ * Lookup137: frame_system::pallet::Call<T>
1251
1259
  **/
1252
1260
  FrameSystemCall: {
1253
1261
  _enum: {
@@ -1292,7 +1300,7 @@ declare const _default: {
1292
1300
  };
1293
1301
  };
1294
1302
  /**
1295
- * Lookup139: frame_system::limits::BlockWeights
1303
+ * Lookup141: frame_system::limits::BlockWeights
1296
1304
  **/
1297
1305
  FrameSystemLimitsBlockWeights: {
1298
1306
  baseBlock: string;
@@ -1300,7 +1308,7 @@ declare const _default: {
1300
1308
  perClass: string;
1301
1309
  };
1302
1310
  /**
1303
- * Lookup140: frame_support::dispatch::PerDispatchClass<frame_system::limits::WeightsPerClass>
1311
+ * Lookup142: frame_support::dispatch::PerDispatchClass<frame_system::limits::WeightsPerClass>
1304
1312
  **/
1305
1313
  FrameSupportDispatchPerDispatchClassWeightsPerClass: {
1306
1314
  normal: string;
@@ -1308,7 +1316,7 @@ declare const _default: {
1308
1316
  mandatory: string;
1309
1317
  };
1310
1318
  /**
1311
- * Lookup141: frame_system::limits::WeightsPerClass
1319
+ * Lookup143: frame_system::limits::WeightsPerClass
1312
1320
  **/
1313
1321
  FrameSystemLimitsWeightsPerClass: {
1314
1322
  baseExtrinsic: string;
@@ -1317,13 +1325,13 @@ declare const _default: {
1317
1325
  reserved: string;
1318
1326
  };
1319
1327
  /**
1320
- * Lookup143: frame_system::limits::BlockLength
1328
+ * Lookup145: frame_system::limits::BlockLength
1321
1329
  **/
1322
1330
  FrameSystemLimitsBlockLength: {
1323
1331
  max: string;
1324
1332
  };
1325
1333
  /**
1326
- * Lookup144: frame_support::dispatch::PerDispatchClass<T>
1334
+ * Lookup146: frame_support::dispatch::PerDispatchClass<T>
1327
1335
  **/
1328
1336
  FrameSupportDispatchPerDispatchClassU32: {
1329
1337
  normal: string;
@@ -1331,14 +1339,14 @@ declare const _default: {
1331
1339
  mandatory: string;
1332
1340
  };
1333
1341
  /**
1334
- * Lookup145: sp_weights::RuntimeDbWeight
1342
+ * Lookup147: sp_weights::RuntimeDbWeight
1335
1343
  **/
1336
1344
  SpWeightsRuntimeDbWeight: {
1337
1345
  read: string;
1338
1346
  write: string;
1339
1347
  };
1340
1348
  /**
1341
- * Lookup146: sp_version::RuntimeVersion
1349
+ * Lookup148: sp_version::RuntimeVersion
1342
1350
  **/
1343
1351
  SpVersionRuntimeVersion: {
1344
1352
  specName: string;
@@ -1351,13 +1359,13 @@ declare const _default: {
1351
1359
  stateVersion: string;
1352
1360
  };
1353
1361
  /**
1354
- * Lookup151: frame_system::pallet::Error<T>
1362
+ * Lookup153: frame_system::pallet::Error<T>
1355
1363
  **/
1356
1364
  FrameSystemError: {
1357
1365
  _enum: string[];
1358
1366
  };
1359
1367
  /**
1360
- * Lookup152: argon_primitives::digests::Digestset<argon_notary_audit::error::VerifyError, sp_core::crypto::AccountId32>
1368
+ * Lookup154: argon_primitives::digests::Digestset<argon_notary_audit::error::VerifyError, sp_core::crypto::AccountId32>
1361
1369
  **/
1362
1370
  ArgonPrimitivesDigestsDigestset: {
1363
1371
  author: string;
@@ -1368,20 +1376,20 @@ declare const _default: {
1368
1376
  notebooks: string;
1369
1377
  };
1370
1378
  /**
1371
- * Lookup153: argon_primitives::digests::BlockVoteDigest
1379
+ * Lookup155: argon_primitives::digests::BlockVoteDigest
1372
1380
  **/
1373
1381
  ArgonPrimitivesDigestsBlockVoteDigest: {
1374
1382
  votingPower: string;
1375
1383
  votesCount: string;
1376
1384
  };
1377
1385
  /**
1378
- * Lookup155: argon_primitives::digests::ParentVotingKeyDigest
1386
+ * Lookup157: argon_primitives::digests::ParentVotingKeyDigest
1379
1387
  **/
1380
1388
  ArgonPrimitivesDigestsParentVotingKeyDigest: {
1381
1389
  parentVotingKey: string;
1382
1390
  };
1383
1391
  /**
1384
- * Lookup158: argon_primitives::fork_power::ForkPower
1392
+ * Lookup160: argon_primitives::fork_power::ForkPower
1385
1393
  **/
1386
1394
  ArgonPrimitivesForkPower: {
1387
1395
  isLatestVote: string;
@@ -1392,13 +1400,13 @@ declare const _default: {
1392
1400
  voteCreatedBlocks: string;
1393
1401
  };
1394
1402
  /**
1395
- * Lookup162: argon_primitives::digests::NotebookDigest<argon_notary_audit::error::VerifyError>
1403
+ * Lookup164: argon_primitives::digests::NotebookDigest<argon_notary_audit::error::VerifyError>
1396
1404
  **/
1397
1405
  ArgonPrimitivesDigestsNotebookDigest: {
1398
1406
  notebooks: string;
1399
1407
  };
1400
1408
  /**
1401
- * Lookup164: argon_primitives::notebook::NotebookAuditResult<argon_notary_audit::error::VerifyError>
1409
+ * Lookup166: argon_primitives::notebook::NotebookAuditResult<argon_notary_audit::error::VerifyError>
1402
1410
  **/
1403
1411
  ArgonPrimitivesNotebookNotebookAuditResult: {
1404
1412
  notaryId: string;
@@ -1407,13 +1415,13 @@ declare const _default: {
1407
1415
  auditFirstFailure: string;
1408
1416
  };
1409
1417
  /**
1410
- * Lookup166: pallet_digests::pallet::Error<T>
1418
+ * Lookup168: pallet_digests::pallet::Error<T>
1411
1419
  **/
1412
1420
  PalletDigestsError: {
1413
1421
  _enum: string[];
1414
1422
  };
1415
1423
  /**
1416
- * Lookup167: pallet_timestamp::pallet::Call<T>
1424
+ * Lookup169: pallet_timestamp::pallet::Call<T>
1417
1425
  **/
1418
1426
  PalletTimestampCall: {
1419
1427
  _enum: {
@@ -1423,7 +1431,7 @@ declare const _default: {
1423
1431
  };
1424
1432
  };
1425
1433
  /**
1426
- * Lookup169: pallet_multisig::Multisig<BlockNumber, Balance, sp_core::crypto::AccountId32, MaxApprovals>
1434
+ * Lookup171: pallet_multisig::Multisig<BlockNumber, Balance, sp_core::crypto::AccountId32, MaxApprovals>
1427
1435
  **/
1428
1436
  PalletMultisigMultisig: {
1429
1437
  when: string;
@@ -1432,7 +1440,7 @@ declare const _default: {
1432
1440
  approvals: string;
1433
1441
  };
1434
1442
  /**
1435
- * Lookup172: pallet_multisig::pallet::Call<T>
1443
+ * Lookup174: pallet_multisig::pallet::Call<T>
1436
1444
  **/
1437
1445
  PalletMultisigCall: {
1438
1446
  _enum: {
@@ -1463,7 +1471,7 @@ declare const _default: {
1463
1471
  };
1464
1472
  };
1465
1473
  /**
1466
- * Lookup174: pallet_proxy::pallet::Call<T>
1474
+ * Lookup176: pallet_proxy::pallet::Call<T>
1467
1475
  **/
1468
1476
  PalletProxyCall: {
1469
1477
  _enum: {
@@ -1516,11 +1524,11 @@ declare const _default: {
1516
1524
  };
1517
1525
  };
1518
1526
  /**
1519
- * Lookup179: pallet_ticks::pallet::Call<T>
1527
+ * Lookup181: pallet_ticks::pallet::Call<T>
1520
1528
  **/
1521
1529
  PalletTicksCall: string;
1522
1530
  /**
1523
- * Lookup180: pallet_mining_slot::pallet::Call<T>
1531
+ * Lookup182: pallet_mining_slot::pallet::Call<T>
1524
1532
  **/
1525
1533
  PalletMiningSlotCall: {
1526
1534
  _enum: {
@@ -1535,14 +1543,14 @@ declare const _default: {
1535
1543
  };
1536
1544
  };
1537
1545
  /**
1538
- * Lookup182: pallet_mining_slot::MiningSlotBid<VaultId, Balance>
1546
+ * Lookup184: pallet_mining_slot::MiningSlotBid<VaultId, Balance>
1539
1547
  **/
1540
1548
  PalletMiningSlotMiningSlotBid: {
1541
1549
  vaultId: string;
1542
1550
  amount: string;
1543
1551
  };
1544
1552
  /**
1545
- * Lookup183: pallet_bitcoin_utxos::pallet::Call<T>
1553
+ * Lookup185: pallet_bitcoin_utxos::pallet::Call<T>
1546
1554
  **/
1547
1555
  PalletBitcoinUtxosCall: {
1548
1556
  _enum: {
@@ -1559,7 +1567,7 @@ declare const _default: {
1559
1567
  };
1560
1568
  };
1561
1569
  /**
1562
- * Lookup184: argon_primitives::inherents::BitcoinUtxoSync
1570
+ * Lookup186: argon_primitives::inherents::BitcoinUtxoSync
1563
1571
  **/
1564
1572
  ArgonPrimitivesInherentsBitcoinUtxoSync: {
1565
1573
  spent: string;
@@ -1568,14 +1576,14 @@ declare const _default: {
1568
1576
  syncToBlock: string;
1569
1577
  };
1570
1578
  /**
1571
- * Lookup194: argon_primitives::bitcoin::BitcoinBlock
1579
+ * Lookup196: argon_primitives::bitcoin::BitcoinBlock
1572
1580
  **/
1573
1581
  ArgonPrimitivesBitcoinBitcoinBlock: {
1574
1582
  blockHeight: string;
1575
1583
  blockHash: string;
1576
1584
  };
1577
1585
  /**
1578
- * Lookup195: pallet_vaults::pallet::Call<T>
1586
+ * Lookup197: pallet_vaults::pallet::Call<T>
1579
1587
  **/
1580
1588
  PalletVaultsCall: {
1581
1589
  _enum: {
@@ -1602,7 +1610,7 @@ declare const _default: {
1602
1610
  };
1603
1611
  };
1604
1612
  /**
1605
- * Lookup196: pallet_vaults::pallet::VaultConfig<Balance>
1613
+ * Lookup198: pallet_vaults::pallet::VaultConfig<Balance>
1606
1614
  **/
1607
1615
  PalletVaultsVaultConfig: {
1608
1616
  terms: string;
@@ -1612,7 +1620,7 @@ declare const _default: {
1612
1620
  securitizationPercent: string;
1613
1621
  };
1614
1622
  /**
1615
- * Lookup197: argon_primitives::bond::VaultTerms<Balance>
1623
+ * Lookup199: argon_primitives::bond::VaultTerms<Balance>
1616
1624
  **/
1617
1625
  ArgonPrimitivesBondVaultTerms: {
1618
1626
  bitcoinAnnualPercentRate: string;
@@ -1622,11 +1630,11 @@ declare const _default: {
1622
1630
  miningRewardSharingPercentTake: string;
1623
1631
  };
1624
1632
  /**
1625
- * Lookup198: argon_primitives::bitcoin::OpaqueBitcoinXpub
1633
+ * Lookup200: argon_primitives::bitcoin::OpaqueBitcoinXpub
1626
1634
  **/
1627
1635
  ArgonPrimitivesBitcoinOpaqueBitcoinXpub: string;
1628
1636
  /**
1629
- * Lookup200: pallet_bond::pallet::Call<T>
1637
+ * Lookup202: pallet_bond::pallet::Call<T>
1630
1638
  **/
1631
1639
  PalletBondCall: {
1632
1640
  _enum: {
@@ -1650,11 +1658,11 @@ declare const _default: {
1650
1658
  };
1651
1659
  };
1652
1660
  /**
1653
- * Lookup201: argon_primitives::bitcoin::CompressedBitcoinPubkey
1661
+ * Lookup203: argon_primitives::bitcoin::CompressedBitcoinPubkey
1654
1662
  **/
1655
1663
  ArgonPrimitivesBitcoinCompressedBitcoinPubkey: string;
1656
1664
  /**
1657
- * Lookup205: pallet_notaries::pallet::Call<T>
1665
+ * Lookup207: pallet_notaries::pallet::Call<T>
1658
1666
  **/
1659
1667
  PalletNotariesCall: {
1660
1668
  _enum: {
@@ -1672,7 +1680,7 @@ declare const _default: {
1672
1680
  };
1673
1681
  };
1674
1682
  /**
1675
- * Lookup206: pallet_notebook::pallet::Call<T>
1683
+ * Lookup208: pallet_notebook::pallet::Call<T>
1676
1684
  **/
1677
1685
  PalletNotebookCall: {
1678
1686
  _enum: {
@@ -1685,14 +1693,14 @@ declare const _default: {
1685
1693
  };
1686
1694
  };
1687
1695
  /**
1688
- * Lookup208: argon_primitives::notebook::SignedNotebookHeader
1696
+ * Lookup210: argon_primitives::notebook::SignedNotebookHeader
1689
1697
  **/
1690
1698
  ArgonPrimitivesNotebookSignedNotebookHeader: {
1691
1699
  header: string;
1692
1700
  signature: string;
1693
1701
  };
1694
1702
  /**
1695
- * Lookup209: argon_primitives::notebook::NotebookHeader
1703
+ * Lookup211: argon_primitives::notebook::NotebookHeader
1696
1704
  **/
1697
1705
  ArgonPrimitivesNotebookNotebookHeader: {
1698
1706
  version: string;
@@ -1712,7 +1720,7 @@ declare const _default: {
1712
1720
  domains: string;
1713
1721
  };
1714
1722
  /**
1715
- * Lookup212: argon_primitives::notebook::ChainTransfer
1723
+ * Lookup214: argon_primitives::notebook::ChainTransfer
1716
1724
  **/
1717
1725
  ArgonPrimitivesNotebookChainTransfer: {
1718
1726
  _enum: {
@@ -1726,14 +1734,14 @@ declare const _default: {
1726
1734
  };
1727
1735
  };
1728
1736
  /**
1729
- * Lookup215: argon_primitives::balance_change::AccountOrigin
1737
+ * Lookup217: argon_primitives::balance_change::AccountOrigin
1730
1738
  **/
1731
1739
  ArgonPrimitivesBalanceChangeAccountOrigin: {
1732
1740
  notebookNumber: string;
1733
1741
  accountUid: string;
1734
1742
  };
1735
1743
  /**
1736
- * Lookup222: pallet_chain_transfer::pallet::Call<T>
1744
+ * Lookup224: pallet_chain_transfer::pallet::Call<T>
1737
1745
  **/
1738
1746
  PalletChainTransferCall: {
1739
1747
  _enum: {
@@ -1744,7 +1752,7 @@ declare const _default: {
1744
1752
  };
1745
1753
  };
1746
1754
  /**
1747
- * Lookup223: pallet_block_seal_spec::pallet::Call<T>
1755
+ * Lookup225: pallet_block_seal_spec::pallet::Call<T>
1748
1756
  **/
1749
1757
  PalletBlockSealSpecCall: {
1750
1758
  _enum: {
@@ -1755,7 +1763,7 @@ declare const _default: {
1755
1763
  };
1756
1764
  };
1757
1765
  /**
1758
- * Lookup224: pallet_domains::pallet::Call<T>
1766
+ * Lookup226: pallet_domains::pallet::Call<T>
1759
1767
  **/
1760
1768
  PalletDomainsCall: {
1761
1769
  _enum: {
@@ -1766,7 +1774,7 @@ declare const _default: {
1766
1774
  };
1767
1775
  };
1768
1776
  /**
1769
- * Lookup225: pallet_price_index::pallet::Call<T>
1777
+ * Lookup227: pallet_price_index::pallet::Call<T>
1770
1778
  **/
1771
1779
  PalletPriceIndexCall: {
1772
1780
  _enum: {
@@ -1779,7 +1787,7 @@ declare const _default: {
1779
1787
  };
1780
1788
  };
1781
1789
  /**
1782
- * Lookup226: pallet_price_index::PriceIndex
1790
+ * Lookup228: pallet_price_index::PriceIndex
1783
1791
  **/
1784
1792
  PalletPriceIndexPriceIndex: {
1785
1793
  btcUsdPrice: string;
@@ -1788,7 +1796,7 @@ declare const _default: {
1788
1796
  tick: string;
1789
1797
  };
1790
1798
  /**
1791
- * Lookup227: pallet_grandpa::pallet::Call<T>
1799
+ * Lookup229: pallet_grandpa::pallet::Call<T>
1792
1800
  **/
1793
1801
  PalletGrandpaCall: {
1794
1802
  _enum: {
@@ -1807,14 +1815,14 @@ declare const _default: {
1807
1815
  };
1808
1816
  };
1809
1817
  /**
1810
- * Lookup228: sp_consensus_grandpa::EquivocationProof<primitive_types::H256, N>
1818
+ * Lookup230: sp_consensus_grandpa::EquivocationProof<primitive_types::H256, N>
1811
1819
  **/
1812
1820
  SpConsensusGrandpaEquivocationProof: {
1813
1821
  setId: string;
1814
1822
  equivocation: string;
1815
1823
  };
1816
1824
  /**
1817
- * Lookup229: sp_consensus_grandpa::Equivocation<primitive_types::H256, N>
1825
+ * Lookup231: sp_consensus_grandpa::Equivocation<primitive_types::H256, N>
1818
1826
  **/
1819
1827
  SpConsensusGrandpaEquivocation: {
1820
1828
  _enum: {
@@ -1823,7 +1831,7 @@ declare const _default: {
1823
1831
  };
1824
1832
  };
1825
1833
  /**
1826
- * Lookup230: finality_grandpa::Equivocation<sp_consensus_grandpa::app::Public, finality_grandpa::Prevote<primitive_types::H256, N>, sp_consensus_grandpa::app::Signature>
1834
+ * Lookup232: finality_grandpa::Equivocation<sp_consensus_grandpa::app::Public, finality_grandpa::Prevote<primitive_types::H256, N>, sp_consensus_grandpa::app::Signature>
1827
1835
  **/
1828
1836
  FinalityGrandpaEquivocationPrevote: {
1829
1837
  roundNumber: string;
@@ -1832,18 +1840,18 @@ declare const _default: {
1832
1840
  second: string;
1833
1841
  };
1834
1842
  /**
1835
- * Lookup231: finality_grandpa::Prevote<primitive_types::H256, N>
1843
+ * Lookup233: finality_grandpa::Prevote<primitive_types::H256, N>
1836
1844
  **/
1837
1845
  FinalityGrandpaPrevote: {
1838
1846
  targetHash: string;
1839
1847
  targetNumber: string;
1840
1848
  };
1841
1849
  /**
1842
- * Lookup232: sp_consensus_grandpa::app::Signature
1850
+ * Lookup234: sp_consensus_grandpa::app::Signature
1843
1851
  **/
1844
1852
  SpConsensusGrandpaAppSignature: string;
1845
1853
  /**
1846
- * Lookup234: finality_grandpa::Equivocation<sp_consensus_grandpa::app::Public, finality_grandpa::Precommit<primitive_types::H256, N>, sp_consensus_grandpa::app::Signature>
1854
+ * Lookup236: finality_grandpa::Equivocation<sp_consensus_grandpa::app::Public, finality_grandpa::Precommit<primitive_types::H256, N>, sp_consensus_grandpa::app::Signature>
1847
1855
  **/
1848
1856
  FinalityGrandpaEquivocationPrecommit: {
1849
1857
  roundNumber: string;
@@ -1852,18 +1860,18 @@ declare const _default: {
1852
1860
  second: string;
1853
1861
  };
1854
1862
  /**
1855
- * Lookup235: finality_grandpa::Precommit<primitive_types::H256, N>
1863
+ * Lookup237: finality_grandpa::Precommit<primitive_types::H256, N>
1856
1864
  **/
1857
1865
  FinalityGrandpaPrecommit: {
1858
1866
  targetHash: string;
1859
1867
  targetNumber: string;
1860
1868
  };
1861
1869
  /**
1862
- * Lookup237: sp_core::Void
1870
+ * Lookup239: sp_core::Void
1863
1871
  **/
1864
1872
  SpCoreVoid: string;
1865
1873
  /**
1866
- * Lookup238: pallet_block_seal::pallet::Call<T>
1874
+ * Lookup240: pallet_block_seal::pallet::Call<T>
1867
1875
  **/
1868
1876
  PalletBlockSealCall: {
1869
1877
  _enum: {
@@ -1873,7 +1881,7 @@ declare const _default: {
1873
1881
  };
1874
1882
  };
1875
1883
  /**
1876
- * Lookup239: argon_primitives::inherents::BlockSealInherent
1884
+ * Lookup241: argon_primitives::inherents::BlockSealInherent
1877
1885
  **/
1878
1886
  ArgonPrimitivesInherentsBlockSealInherent: {
1879
1887
  _enum: {
@@ -1888,7 +1896,7 @@ declare const _default: {
1888
1896
  };
1889
1897
  };
1890
1898
  /**
1891
- * Lookup240: argon_primitives::balance_change::MerkleProof
1899
+ * Lookup242: argon_primitives::balance_change::MerkleProof
1892
1900
  **/
1893
1901
  ArgonPrimitivesBalanceChangeMerkleProof: {
1894
1902
  proof: string;
@@ -1896,7 +1904,7 @@ declare const _default: {
1896
1904
  leafIndex: string;
1897
1905
  };
1898
1906
  /**
1899
- * Lookup242: argon_primitives::block_vote::BlockVoteT<primitive_types::H256>
1907
+ * Lookup244: argon_primitives::block_vote::BlockVoteT<primitive_types::H256>
1900
1908
  **/
1901
1909
  ArgonPrimitivesBlockVoteBlockVoteT: {
1902
1910
  accountId: string;
@@ -1908,7 +1916,7 @@ declare const _default: {
1908
1916
  tick: string;
1909
1917
  };
1910
1918
  /**
1911
- * Lookup243: sp_runtime::MultiSignature
1919
+ * Lookup245: sp_runtime::MultiSignature
1912
1920
  **/
1913
1921
  SpRuntimeMultiSignature: {
1914
1922
  _enum: {
@@ -1918,15 +1926,15 @@ declare const _default: {
1918
1926
  };
1919
1927
  };
1920
1928
  /**
1921
- * Lookup245: pallet_block_rewards::pallet::Call<T>
1929
+ * Lookup247: pallet_block_rewards::pallet::Call<T>
1922
1930
  **/
1923
1931
  PalletBlockRewardsCall: string;
1924
1932
  /**
1925
- * Lookup246: pallet_mint::pallet::Call<T>
1933
+ * Lookup248: pallet_mint::pallet::Call<T>
1926
1934
  **/
1927
1935
  PalletMintCall: string;
1928
1936
  /**
1929
- * Lookup247: pallet_balances::pallet::Call<T, I>
1937
+ * Lookup249: pallet_balances::pallet::Call<T, I>
1930
1938
  **/
1931
1939
  PalletBalancesCall: {
1932
1940
  _enum: {
@@ -1971,13 +1979,13 @@ declare const _default: {
1971
1979
  };
1972
1980
  };
1973
1981
  /**
1974
- * Lookup248: pallet_balances::types::AdjustmentDirection
1982
+ * Lookup250: pallet_balances::types::AdjustmentDirection
1975
1983
  **/
1976
1984
  PalletBalancesAdjustmentDirection: {
1977
1985
  _enum: string[];
1978
1986
  };
1979
1987
  /**
1980
- * Lookup250: pallet_tx_pause::pallet::Call<T>
1988
+ * Lookup252: pallet_tx_pause::pallet::Call<T>
1981
1989
  **/
1982
1990
  PalletTxPauseCall: {
1983
1991
  _enum: {
@@ -1990,7 +1998,7 @@ declare const _default: {
1990
1998
  };
1991
1999
  };
1992
2000
  /**
1993
- * Lookup251: pallet_utility::pallet::Call<T>
2001
+ * Lookup253: pallet_utility::pallet::Call<T>
1994
2002
  **/
1995
2003
  PalletUtilityCall: {
1996
2004
  _enum: {
@@ -2018,7 +2026,7 @@ declare const _default: {
2018
2026
  };
2019
2027
  };
2020
2028
  /**
2021
- * Lookup253: argon_runtime::OriginCaller
2029
+ * Lookup255: argon_runtime::OriginCaller
2022
2030
  **/
2023
2031
  ArgonRuntimeOriginCaller: {
2024
2032
  _enum: {
@@ -2027,7 +2035,7 @@ declare const _default: {
2027
2035
  };
2028
2036
  };
2029
2037
  /**
2030
- * Lookup254: frame_support::dispatch::RawOrigin<sp_core::crypto::AccountId32>
2038
+ * Lookup256: frame_support::dispatch::RawOrigin<sp_core::crypto::AccountId32>
2031
2039
  **/
2032
2040
  FrameSupportDispatchRawOrigin: {
2033
2041
  _enum: {
@@ -2037,7 +2045,7 @@ declare const _default: {
2037
2045
  };
2038
2046
  };
2039
2047
  /**
2040
- * Lookup255: pallet_sudo::pallet::Call<T>
2048
+ * Lookup257: pallet_sudo::pallet::Call<T>
2041
2049
  **/
2042
2050
  PalletSudoCall: {
2043
2051
  _enum: {
@@ -2062,7 +2070,7 @@ declare const _default: {
2062
2070
  };
2063
2071
  };
2064
2072
  /**
2065
- * Lookup256: pallet_ismp::pallet::Call<T>
2073
+ * Lookup258: pallet_ismp::pallet::Call<T>
2066
2074
  **/
2067
2075
  PalletIsmpCall: {
2068
2076
  _enum: {
@@ -2082,7 +2090,7 @@ declare const _default: {
2082
2090
  };
2083
2091
  };
2084
2092
  /**
2085
- * Lookup258: ismp::messaging::Message
2093
+ * Lookup260: ismp::messaging::Message
2086
2094
  **/
2087
2095
  IsmpMessagingMessage: {
2088
2096
  _enum: {
@@ -2094,7 +2102,7 @@ declare const _default: {
2094
2102
  };
2095
2103
  };
2096
2104
  /**
2097
- * Lookup259: ismp::messaging::ConsensusMessage
2105
+ * Lookup261: ismp::messaging::ConsensusMessage
2098
2106
  **/
2099
2107
  IsmpMessagingConsensusMessage: {
2100
2108
  consensusProof: string;
@@ -2102,7 +2110,7 @@ declare const _default: {
2102
2110
  signer: string;
2103
2111
  };
2104
2112
  /**
2105
- * Lookup260: ismp::messaging::FraudProofMessage
2113
+ * Lookup262: ismp::messaging::FraudProofMessage
2106
2114
  **/
2107
2115
  IsmpMessagingFraudProofMessage: {
2108
2116
  proof1: string;
@@ -2110,7 +2118,7 @@ declare const _default: {
2110
2118
  consensusStateId: string;
2111
2119
  };
2112
2120
  /**
2113
- * Lookup261: ismp::messaging::RequestMessage
2121
+ * Lookup263: ismp::messaging::RequestMessage
2114
2122
  **/
2115
2123
  IsmpMessagingRequestMessage: {
2116
2124
  requests: string;
@@ -2118,7 +2126,7 @@ declare const _default: {
2118
2126
  signer: string;
2119
2127
  };
2120
2128
  /**
2121
- * Lookup263: ismp::router::PostRequest
2129
+ * Lookup265: ismp::router::PostRequest
2122
2130
  **/
2123
2131
  IsmpRouterPostRequest: {
2124
2132
  source: string;
@@ -2130,14 +2138,14 @@ declare const _default: {
2130
2138
  body: string;
2131
2139
  };
2132
2140
  /**
2133
- * Lookup264: ismp::messaging::Proof
2141
+ * Lookup266: ismp::messaging::Proof
2134
2142
  **/
2135
2143
  IsmpMessagingProof: {
2136
2144
  height: string;
2137
2145
  proof: string;
2138
2146
  };
2139
2147
  /**
2140
- * Lookup265: ismp::messaging::ResponseMessage
2148
+ * Lookup267: ismp::messaging::ResponseMessage
2141
2149
  **/
2142
2150
  IsmpMessagingResponseMessage: {
2143
2151
  datagram: string;
@@ -2145,7 +2153,7 @@ declare const _default: {
2145
2153
  signer: string;
2146
2154
  };
2147
2155
  /**
2148
- * Lookup266: ismp::router::RequestResponse
2156
+ * Lookup268: ismp::router::RequestResponse
2149
2157
  **/
2150
2158
  IsmpRouterRequestResponse: {
2151
2159
  _enum: {
@@ -2154,7 +2162,7 @@ declare const _default: {
2154
2162
  };
2155
2163
  };
2156
2164
  /**
2157
- * Lookup268: ismp::router::Request
2165
+ * Lookup270: ismp::router::Request
2158
2166
  **/
2159
2167
  IsmpRouterRequest: {
2160
2168
  _enum: {
@@ -2163,7 +2171,7 @@ declare const _default: {
2163
2171
  };
2164
2172
  };
2165
2173
  /**
2166
- * Lookup269: ismp::router::GetRequest
2174
+ * Lookup271: ismp::router::GetRequest
2167
2175
  **/
2168
2176
  IsmpRouterGetRequest: {
2169
2177
  _alias: {
@@ -2179,7 +2187,7 @@ declare const _default: {
2179
2187
  timeoutTimestamp: string;
2180
2188
  };
2181
2189
  /**
2182
- * Lookup271: ismp::router::Response
2190
+ * Lookup273: ismp::router::Response
2183
2191
  **/
2184
2192
  IsmpRouterResponse: {
2185
2193
  _enum: {
@@ -2188,7 +2196,7 @@ declare const _default: {
2188
2196
  };
2189
2197
  };
2190
2198
  /**
2191
- * Lookup272: ismp::router::PostResponse
2199
+ * Lookup274: ismp::router::PostResponse
2192
2200
  **/
2193
2201
  IsmpRouterPostResponse: {
2194
2202
  post: string;
@@ -2196,21 +2204,21 @@ declare const _default: {
2196
2204
  timeoutTimestamp: string;
2197
2205
  };
2198
2206
  /**
2199
- * Lookup273: ismp::router::GetResponse
2207
+ * Lookup275: ismp::router::GetResponse
2200
2208
  **/
2201
2209
  IsmpRouterGetResponse: {
2202
2210
  get: string;
2203
2211
  values: string;
2204
2212
  };
2205
2213
  /**
2206
- * Lookup275: ismp::router::StorageValue
2214
+ * Lookup277: ismp::router::StorageValue
2207
2215
  **/
2208
2216
  IsmpRouterStorageValue: {
2209
2217
  key: string;
2210
2218
  value: string;
2211
2219
  };
2212
2220
  /**
2213
- * Lookup277: ismp::messaging::TimeoutMessage
2221
+ * Lookup279: ismp::messaging::TimeoutMessage
2214
2222
  **/
2215
2223
  IsmpMessagingTimeoutMessage: {
2216
2224
  _enum: {
@@ -2228,7 +2236,7 @@ declare const _default: {
2228
2236
  };
2229
2237
  };
2230
2238
  /**
2231
- * Lookup279: ismp::messaging::CreateConsensusState
2239
+ * Lookup281: ismp::messaging::CreateConsensusState
2232
2240
  **/
2233
2241
  IsmpMessagingCreateConsensusState: {
2234
2242
  consensusState: string;
@@ -2239,14 +2247,14 @@ declare const _default: {
2239
2247
  stateMachineCommitments: string;
2240
2248
  };
2241
2249
  /**
2242
- * Lookup285: ismp::messaging::StateCommitmentHeight
2250
+ * Lookup287: ismp::messaging::StateCommitmentHeight
2243
2251
  **/
2244
2252
  IsmpMessagingStateCommitmentHeight: {
2245
2253
  commitment: string;
2246
2254
  height: string;
2247
2255
  };
2248
2256
  /**
2249
- * Lookup286: ismp::consensus::StateCommitment
2257
+ * Lookup288: ismp::consensus::StateCommitment
2250
2258
  **/
2251
2259
  IsmpConsensusStateCommitment: {
2252
2260
  timestamp: string;
@@ -2254,7 +2262,7 @@ declare const _default: {
2254
2262
  stateRoot: string;
2255
2263
  };
2256
2264
  /**
2257
- * Lookup287: pallet_ismp::utils::UpdateConsensusState
2265
+ * Lookup289: pallet_ismp::utils::UpdateConsensusState
2258
2266
  **/
2259
2267
  PalletIsmpUtilsUpdateConsensusState: {
2260
2268
  consensusStateId: string;
@@ -2262,14 +2270,14 @@ declare const _default: {
2262
2270
  challengePeriods: string;
2263
2271
  };
2264
2272
  /**
2265
- * Lookup288: pallet_ismp::utils::FundMessageParams<Balance>
2273
+ * Lookup290: pallet_ismp::utils::FundMessageParams<Balance>
2266
2274
  **/
2267
2275
  PalletIsmpUtilsFundMessageParams: {
2268
2276
  commitment: string;
2269
2277
  amount: string;
2270
2278
  };
2271
2279
  /**
2272
- * Lookup289: pallet_ismp::utils::MessageCommitment
2280
+ * Lookup291: pallet_ismp::utils::MessageCommitment
2273
2281
  **/
2274
2282
  PalletIsmpUtilsMessageCommitment: {
2275
2283
  _enum: {
@@ -2278,7 +2286,7 @@ declare const _default: {
2278
2286
  };
2279
2287
  };
2280
2288
  /**
2281
- * Lookup290: ismp_grandpa::pallet::Call<T>
2289
+ * Lookup292: ismp_grandpa::pallet::Call<T>
2282
2290
  **/
2283
2291
  IsmpGrandpaCall: {
2284
2292
  _enum: {
@@ -2291,14 +2299,14 @@ declare const _default: {
2291
2299
  };
2292
2300
  };
2293
2301
  /**
2294
- * Lookup292: ismp_grandpa::AddStateMachine
2302
+ * Lookup294: ismp_grandpa::AddStateMachine
2295
2303
  **/
2296
2304
  IsmpGrandpaAddStateMachine: {
2297
2305
  stateMachine: string;
2298
2306
  slotDuration: string;
2299
2307
  };
2300
2308
  /**
2301
- * Lookup293: pallet_token_gateway::pallet::Call<T>
2309
+ * Lookup295: pallet_token_gateway::pallet::Call<T>
2302
2310
  **/
2303
2311
  PalletTokenGatewayCall: {
2304
2312
  _enum: {
@@ -2317,7 +2325,7 @@ declare const _default: {
2317
2325
  };
2318
2326
  };
2319
2327
  /**
2320
- * Lookup294: pallet_token_gateway::types::TeleportParams<AssetId, Balance>
2328
+ * Lookup296: pallet_token_gateway::types::TeleportParams<AssetId, Balance>
2321
2329
  **/
2322
2330
  PalletTokenGatewayTeleportParams: {
2323
2331
  assetId: string;
@@ -2329,14 +2337,14 @@ declare const _default: {
2329
2337
  relayerFee: string;
2330
2338
  };
2331
2339
  /**
2332
- * Lookup298: pallet_token_gateway::types::AssetRegistration<AssetId>
2340
+ * Lookup300: pallet_token_gateway::types::AssetRegistration<AssetId>
2333
2341
  **/
2334
2342
  PalletTokenGatewayAssetRegistration: {
2335
2343
  localId: string;
2336
2344
  reg: string;
2337
2345
  };
2338
2346
  /**
2339
- * Lookup299: token_gateway_primitives::GatewayAssetRegistration
2347
+ * Lookup301: token_gateway_primitives::GatewayAssetRegistration
2340
2348
  **/
2341
2349
  TokenGatewayPrimitivesGatewayAssetRegistration: {
2342
2350
  name: string;
@@ -2345,7 +2353,7 @@ declare const _default: {
2345
2353
  minimumBalance: string;
2346
2354
  };
2347
2355
  /**
2348
- * Lookup301: token_gateway_primitives::GatewayAssetUpdate
2356
+ * Lookup303: token_gateway_primitives::GatewayAssetUpdate
2349
2357
  **/
2350
2358
  TokenGatewayPrimitivesGatewayAssetUpdate: {
2351
2359
  assetId: string;
@@ -2354,13 +2362,13 @@ declare const _default: {
2354
2362
  newAdmins: string;
2355
2363
  };
2356
2364
  /**
2357
- * Lookup308: pallet_multisig::pallet::Error<T>
2365
+ * Lookup310: pallet_multisig::pallet::Error<T>
2358
2366
  **/
2359
2367
  PalletMultisigError: {
2360
2368
  _enum: string[];
2361
2369
  };
2362
2370
  /**
2363
- * Lookup311: pallet_proxy::ProxyDefinition<sp_core::crypto::AccountId32, argon_runtime::configs::ProxyType, BlockNumber>
2371
+ * Lookup313: pallet_proxy::ProxyDefinition<sp_core::crypto::AccountId32, argon_runtime::configs::ProxyType, BlockNumber>
2364
2372
  **/
2365
2373
  PalletProxyProxyDefinition: {
2366
2374
  delegate: string;
@@ -2368,7 +2376,7 @@ declare const _default: {
2368
2376
  delay: string;
2369
2377
  };
2370
2378
  /**
2371
- * Lookup315: pallet_proxy::Announcement<sp_core::crypto::AccountId32, primitive_types::H256, BlockNumber>
2379
+ * Lookup317: pallet_proxy::Announcement<sp_core::crypto::AccountId32, primitive_types::H256, BlockNumber>
2372
2380
  **/
2373
2381
  PalletProxyAnnouncement: {
2374
2382
  real: string;
@@ -2376,32 +2384,41 @@ declare const _default: {
2376
2384
  height: string;
2377
2385
  };
2378
2386
  /**
2379
- * Lookup317: pallet_proxy::pallet::Error<T>
2387
+ * Lookup319: pallet_proxy::pallet::Error<T>
2380
2388
  **/
2381
2389
  PalletProxyError: {
2382
2390
  _enum: string[];
2383
2391
  };
2384
2392
  /**
2385
- * Lookup318: argon_primitives::tick::Ticker
2393
+ * Lookup320: argon_primitives::tick::Ticker
2386
2394
  **/
2387
2395
  ArgonPrimitivesTickTicker: {
2388
2396
  tickDurationMillis: string;
2389
2397
  channelHoldExpirationTicks: string;
2390
2398
  };
2391
2399
  /**
2392
- * Lookup320: pallet_ticks::pallet::Error<T>
2400
+ * Lookup322: pallet_ticks::pallet::Error<T>
2393
2401
  **/
2394
2402
  PalletTicksError: string;
2395
2403
  /**
2396
- * Lookup327: argon_primitives::block_seal::MiningSlotConfig<BlockNumber>
2404
+ * Lookup328: argon_primitives::block_seal::MiningBidStats
2405
+ **/
2406
+ ArgonPrimitivesBlockSealMiningBidStats: {
2407
+ bidsCount: string;
2408
+ bidAmountMin: string;
2409
+ bidAmountMax: string;
2410
+ bidAmountSum: string;
2411
+ };
2412
+ /**
2413
+ * Lookup330: argon_primitives::block_seal::MiningSlotConfig<BlockNumber>
2397
2414
  **/
2398
2415
  ArgonPrimitivesBlockSealMiningSlotConfig: {
2399
2416
  blocksBeforeBidEndForVrfClose: string;
2400
2417
  blocksBetweenSlots: string;
2401
- slotBiddingStartBlock: string;
2418
+ slotBiddingStartAfterTicks: string;
2402
2419
  };
2403
2420
  /**
2404
- * Lookup328: pallet_mining_slot::pallet::Error<T>
2421
+ * Lookup331: pallet_mining_slot::pallet::Error<T>
2405
2422
  **/
2406
2423
  PalletMiningSlotError: {
2407
2424
  _enum: {
@@ -2429,13 +2446,13 @@ declare const _default: {
2429
2446
  };
2430
2447
  };
2431
2448
  /**
2432
- * Lookup329: argon_primitives::bond::BondError
2449
+ * Lookup332: argon_primitives::bond::BondError
2433
2450
  **/
2434
2451
  ArgonPrimitivesBondBondError: {
2435
2452
  _enum: string[];
2436
2453
  };
2437
2454
  /**
2438
- * Lookup330: argon_primitives::bitcoin::UtxoValue
2455
+ * Lookup333: argon_primitives::bitcoin::UtxoValue
2439
2456
  **/
2440
2457
  ArgonPrimitivesBitcoinUtxoValue: {
2441
2458
  utxoId: string;
@@ -2445,7 +2462,7 @@ declare const _default: {
2445
2462
  watchForSpentUntilHeight: string;
2446
2463
  };
2447
2464
  /**
2448
- * Lookup331: argon_primitives::bitcoin::BitcoinCosignScriptPubkey
2465
+ * Lookup334: argon_primitives::bitcoin::BitcoinCosignScriptPubkey
2449
2466
  **/
2450
2467
  ArgonPrimitivesBitcoinBitcoinCosignScriptPubkey: {
2451
2468
  _enum: {
@@ -2455,19 +2472,19 @@ declare const _default: {
2455
2472
  };
2456
2473
  };
2457
2474
  /**
2458
- * Lookup336: argon_primitives::bitcoin::BitcoinNetwork
2475
+ * Lookup339: argon_primitives::bitcoin::BitcoinNetwork
2459
2476
  **/
2460
2477
  ArgonPrimitivesBitcoinBitcoinNetwork: {
2461
2478
  _enum: string[];
2462
2479
  };
2463
2480
  /**
2464
- * Lookup339: pallet_bitcoin_utxos::pallet::Error<T>
2481
+ * Lookup342: pallet_bitcoin_utxos::pallet::Error<T>
2465
2482
  **/
2466
2483
  PalletBitcoinUtxosError: {
2467
2484
  _enum: string[];
2468
2485
  };
2469
2486
  /**
2470
- * Lookup340: argon_primitives::bond::Vault<sp_core::crypto::AccountId32, Balance, BlockNumber>
2487
+ * Lookup343: argon_primitives::bond::Vault<sp_core::crypto::AccountId32, Balance, BlockNumber>
2471
2488
  **/
2472
2489
  ArgonPrimitivesBondVault: {
2473
2490
  operatorAccountId: string;
@@ -2480,7 +2497,7 @@ declare const _default: {
2480
2497
  pendingTerms: string;
2481
2498
  };
2482
2499
  /**
2483
- * Lookup341: argon_primitives::bond::VaultArgons<Balance>
2500
+ * Lookup344: argon_primitives::bond::VaultArgons<Balance>
2484
2501
  **/
2485
2502
  ArgonPrimitivesBondVaultArgons: {
2486
2503
  annualPercentRate: string;
@@ -2489,7 +2506,7 @@ declare const _default: {
2489
2506
  baseFee: string;
2490
2507
  };
2491
2508
  /**
2492
- * Lookup345: argon_primitives::bitcoin::BitcoinXPub
2509
+ * Lookup348: argon_primitives::bitcoin::BitcoinXPub
2493
2510
  **/
2494
2511
  ArgonPrimitivesBitcoinBitcoinXPub: {
2495
2512
  publicKey: string;
@@ -2500,19 +2517,19 @@ declare const _default: {
2500
2517
  network: string;
2501
2518
  };
2502
2519
  /**
2503
- * Lookup347: argon_primitives::bitcoin::NetworkKind
2520
+ * Lookup350: argon_primitives::bitcoin::NetworkKind
2504
2521
  **/
2505
2522
  ArgonPrimitivesBitcoinNetworkKind: {
2506
2523
  _enum: string[];
2507
2524
  };
2508
2525
  /**
2509
- * Lookup349: pallet_vaults::pallet::Error<T>
2526
+ * Lookup353: pallet_vaults::pallet::Error<T>
2510
2527
  **/
2511
2528
  PalletVaultsError: {
2512
2529
  _enum: string[];
2513
2530
  };
2514
2531
  /**
2515
- * Lookup350: argon_primitives::bond::Bond<sp_core::crypto::AccountId32, Balance, BlockNumber>
2532
+ * Lookup354: argon_primitives::bond::Bond<sp_core::crypto::AccountId32, Balance, BlockNumber>
2516
2533
  **/
2517
2534
  ArgonPrimitivesBond: {
2518
2535
  bondType: string;
@@ -2526,7 +2543,7 @@ declare const _default: {
2526
2543
  expiration: string;
2527
2544
  };
2528
2545
  /**
2529
- * Lookup353: pallet_bond::pallet::UtxoState
2546
+ * Lookup357: pallet_bond::pallet::UtxoState
2530
2547
  **/
2531
2548
  PalletBondUtxoState: {
2532
2549
  bondId: string;
@@ -2542,7 +2559,7 @@ declare const _default: {
2542
2559
  isVerified: string;
2543
2560
  };
2544
2561
  /**
2545
- * Lookup357: pallet_bond::pallet::UtxoCosignRequest<Balance>
2562
+ * Lookup361: pallet_bond::pallet::UtxoCosignRequest<Balance>
2546
2563
  **/
2547
2564
  PalletBondUtxoCosignRequest: {
2548
2565
  bondId: string;
@@ -2553,7 +2570,7 @@ declare const _default: {
2553
2570
  redemptionPrice: string;
2554
2571
  };
2555
2572
  /**
2556
- * Lookup361: pallet_bond::pallet::Error<T>
2573
+ * Lookup365: pallet_bond::pallet::Error<T>
2557
2574
  **/
2558
2575
  PalletBondError: {
2559
2576
  _enum: {
@@ -2589,13 +2606,13 @@ declare const _default: {
2589
2606
  };
2590
2607
  };
2591
2608
  /**
2592
- * Lookup373: pallet_notaries::pallet::Error<T>
2609
+ * Lookup377: pallet_notaries::pallet::Error<T>
2593
2610
  **/
2594
2611
  PalletNotariesError: {
2595
2612
  _enum: string[];
2596
2613
  };
2597
2614
  /**
2598
- * Lookup377: argon_primitives::notary::NotaryNotebookKeyDetails
2615
+ * Lookup381: argon_primitives::notary::NotaryNotebookKeyDetails
2599
2616
  **/
2600
2617
  ArgonPrimitivesNotaryNotaryNotebookKeyDetails: {
2601
2618
  notebookNumber: string;
@@ -2605,13 +2622,13 @@ declare const _default: {
2605
2622
  parentSecret: string;
2606
2623
  };
2607
2624
  /**
2608
- * Lookup380: pallet_notebook::pallet::Error<T>
2625
+ * Lookup384: pallet_notebook::pallet::Error<T>
2609
2626
  **/
2610
2627
  PalletNotebookError: {
2611
2628
  _enum: string[];
2612
2629
  };
2613
2630
  /**
2614
- * Lookup381: pallet_chain_transfer::QueuedTransferOut<sp_core::crypto::AccountId32, Balance>
2631
+ * Lookup385: pallet_chain_transfer::QueuedTransferOut<sp_core::crypto::AccountId32, Balance>
2615
2632
  **/
2616
2633
  PalletChainTransferQueuedTransferOut: {
2617
2634
  accountId: string;
@@ -2620,17 +2637,17 @@ declare const _default: {
2620
2637
  notaryId: string;
2621
2638
  };
2622
2639
  /**
2623
- * Lookup387: frame_support::PalletId
2640
+ * Lookup391: frame_support::PalletId
2624
2641
  **/
2625
2642
  FrameSupportPalletId: string;
2626
2643
  /**
2627
- * Lookup388: pallet_chain_transfer::pallet::Error<T>
2644
+ * Lookup392: pallet_chain_transfer::pallet::Error<T>
2628
2645
  **/
2629
2646
  PalletChainTransferError: {
2630
2647
  _enum: string[];
2631
2648
  };
2632
2649
  /**
2633
- * Lookup393: argon_primitives::notary::NotaryNotebookVoteDigestDetails
2650
+ * Lookup397: argon_primitives::notary::NotaryNotebookVoteDigestDetails
2634
2651
  **/
2635
2652
  ArgonPrimitivesNotaryNotaryNotebookVoteDigestDetails: {
2636
2653
  notaryId: string;
@@ -2640,25 +2657,25 @@ declare const _default: {
2640
2657
  blockVotingPower: string;
2641
2658
  };
2642
2659
  /**
2643
- * Lookup398: pallet_block_seal_spec::pallet::Error<T>
2660
+ * Lookup402: pallet_block_seal_spec::pallet::Error<T>
2644
2661
  **/
2645
2662
  PalletBlockSealSpecError: {
2646
2663
  _enum: string[];
2647
2664
  };
2648
2665
  /**
2649
- * Lookup400: pallet_domains::pallet::Error<T>
2666
+ * Lookup404: pallet_domains::pallet::Error<T>
2650
2667
  **/
2651
2668
  PalletDomainsError: {
2652
2669
  _enum: string[];
2653
2670
  };
2654
2671
  /**
2655
- * Lookup401: pallet_price_index::pallet::Error<T>
2672
+ * Lookup405: pallet_price_index::pallet::Error<T>
2656
2673
  **/
2657
2674
  PalletPriceIndexError: {
2658
2675
  _enum: string[];
2659
2676
  };
2660
2677
  /**
2661
- * Lookup402: pallet_grandpa::StoredState<N>
2678
+ * Lookup406: pallet_grandpa::StoredState<N>
2662
2679
  **/
2663
2680
  PalletGrandpaStoredState: {
2664
2681
  _enum: {
@@ -2675,7 +2692,7 @@ declare const _default: {
2675
2692
  };
2676
2693
  };
2677
2694
  /**
2678
- * Lookup403: pallet_grandpa::StoredPendingChange<N, Limit>
2695
+ * Lookup407: pallet_grandpa::StoredPendingChange<N, Limit>
2679
2696
  **/
2680
2697
  PalletGrandpaStoredPendingChange: {
2681
2698
  scheduledAt: string;
@@ -2684,36 +2701,45 @@ declare const _default: {
2684
2701
  forced: string;
2685
2702
  };
2686
2703
  /**
2687
- * Lookup406: pallet_grandpa::pallet::Error<T>
2704
+ * Lookup410: pallet_grandpa::pallet::Error<T>
2688
2705
  **/
2689
2706
  PalletGrandpaError: {
2690
2707
  _enum: string[];
2691
2708
  };
2692
2709
  /**
2693
- * Lookup407: argon_primitives::providers::BlockSealerInfo<sp_core::crypto::AccountId32>
2710
+ * Lookup411: argon_primitives::providers::BlockSealerInfo<sp_core::crypto::AccountId32>
2694
2711
  **/
2695
2712
  ArgonPrimitivesProvidersBlockSealerInfo: {
2696
2713
  blockAuthorAccountId: string;
2697
2714
  blockVoteRewardsAccount: string;
2715
+ blockSealAuthority: string;
2698
2716
  };
2699
2717
  /**
2700
- * Lookup411: pallet_block_seal::pallet::Error<T>
2718
+ * Lookup415: pallet_block_seal::pallet::Error<T>
2701
2719
  **/
2702
2720
  PalletBlockSealError: {
2703
2721
  _enum: string[];
2704
2722
  };
2705
2723
  /**
2706
- * Lookup414: pallet_block_rewards::pallet::Error<T>
2724
+ * Lookup418: pallet_block_rewards::pallet::Error<T>
2707
2725
  **/
2708
2726
  PalletBlockRewardsError: string;
2709
2727
  /**
2710
- * Lookup418: pallet_mint::pallet::Error<T>
2728
+ * Lookup423: pallet_mint::MintAction<Balance>
2729
+ **/
2730
+ PalletMintMintAction: {
2731
+ argonBurned: string;
2732
+ argonMinted: string;
2733
+ bitcoinMinted: string;
2734
+ };
2735
+ /**
2736
+ * Lookup424: pallet_mint::pallet::Error<T>
2711
2737
  **/
2712
2738
  PalletMintError: {
2713
2739
  _enum: string[];
2714
2740
  };
2715
2741
  /**
2716
- * Lookup420: pallet_balances::types::BalanceLock<Balance>
2742
+ * Lookup426: pallet_balances::types::BalanceLock<Balance>
2717
2743
  **/
2718
2744
  PalletBalancesBalanceLock: {
2719
2745
  id: string;
@@ -2721,27 +2747,27 @@ declare const _default: {
2721
2747
  reasons: string;
2722
2748
  };
2723
2749
  /**
2724
- * Lookup421: pallet_balances::types::Reasons
2750
+ * Lookup427: pallet_balances::types::Reasons
2725
2751
  **/
2726
2752
  PalletBalancesReasons: {
2727
2753
  _enum: string[];
2728
2754
  };
2729
2755
  /**
2730
- * Lookup424: pallet_balances::types::ReserveData<ReserveIdentifier, Balance>
2756
+ * Lookup430: pallet_balances::types::ReserveData<ReserveIdentifier, Balance>
2731
2757
  **/
2732
2758
  PalletBalancesReserveData: {
2733
2759
  id: string;
2734
2760
  amount: string;
2735
2761
  };
2736
2762
  /**
2737
- * Lookup427: frame_support::traits::tokens::misc::IdAmount<argon_runtime::RuntimeHoldReason, Balance>
2763
+ * Lookup433: frame_support::traits::tokens::misc::IdAmount<argon_runtime::RuntimeHoldReason, Balance>
2738
2764
  **/
2739
2765
  FrameSupportTokensMiscIdAmountRuntimeHoldReason: {
2740
2766
  id: string;
2741
2767
  amount: string;
2742
2768
  };
2743
2769
  /**
2744
- * Lookup428: argon_runtime::RuntimeHoldReason
2770
+ * Lookup434: argon_runtime::RuntimeHoldReason
2745
2771
  **/
2746
2772
  ArgonRuntimeRuntimeHoldReason: {
2747
2773
  _enum: {
@@ -2768,38 +2794,38 @@ declare const _default: {
2768
2794
  };
2769
2795
  };
2770
2796
  /**
2771
- * Lookup429: pallet_mining_slot::pallet::HoldReason
2797
+ * Lookup435: pallet_mining_slot::pallet::HoldReason
2772
2798
  **/
2773
2799
  PalletMiningSlotHoldReason: {
2774
2800
  _enum: string[];
2775
2801
  };
2776
2802
  /**
2777
- * Lookup430: pallet_vaults::pallet::HoldReason
2803
+ * Lookup436: pallet_vaults::pallet::HoldReason
2778
2804
  **/
2779
2805
  PalletVaultsHoldReason: {
2780
2806
  _enum: string[];
2781
2807
  };
2782
2808
  /**
2783
- * Lookup431: pallet_bond::pallet::HoldReason
2809
+ * Lookup437: pallet_bond::pallet::HoldReason
2784
2810
  **/
2785
2811
  PalletBondHoldReason: {
2786
2812
  _enum: string[];
2787
2813
  };
2788
2814
  /**
2789
- * Lookup432: pallet_block_rewards::pallet::HoldReason
2815
+ * Lookup438: pallet_block_rewards::pallet::HoldReason
2790
2816
  **/
2791
2817
  PalletBlockRewardsHoldReason: {
2792
2818
  _enum: string[];
2793
2819
  };
2794
2820
  /**
2795
- * Lookup435: frame_support::traits::tokens::misc::IdAmount<argon_runtime::RuntimeFreezeReason, Balance>
2821
+ * Lookup441: frame_support::traits::tokens::misc::IdAmount<argon_runtime::RuntimeFreezeReason, Balance>
2796
2822
  **/
2797
2823
  FrameSupportTokensMiscIdAmountRuntimeFreezeReason: {
2798
2824
  id: string;
2799
2825
  amount: string;
2800
2826
  };
2801
2827
  /**
2802
- * Lookup436: argon_runtime::RuntimeFreezeReason
2828
+ * Lookup442: argon_runtime::RuntimeFreezeReason
2803
2829
  **/
2804
2830
  ArgonRuntimeRuntimeFreezeReason: {
2805
2831
  _enum: {
@@ -2826,99 +2852,99 @@ declare const _default: {
2826
2852
  };
2827
2853
  };
2828
2854
  /**
2829
- * Lookup437: pallet_block_rewards::pallet::FreezeReason
2855
+ * Lookup443: pallet_block_rewards::pallet::FreezeReason
2830
2856
  **/
2831
2857
  PalletBlockRewardsFreezeReason: {
2832
2858
  _enum: string[];
2833
2859
  };
2834
2860
  /**
2835
- * Lookup439: pallet_balances::pallet::Error<T, I>
2861
+ * Lookup445: pallet_balances::pallet::Error<T, I>
2836
2862
  **/
2837
2863
  PalletBalancesError: {
2838
2864
  _enum: string[];
2839
2865
  };
2840
2866
  /**
2841
- * Lookup441: pallet_tx_pause::pallet::Error<T>
2867
+ * Lookup447: pallet_tx_pause::pallet::Error<T>
2842
2868
  **/
2843
2869
  PalletTxPauseError: {
2844
2870
  _enum: string[];
2845
2871
  };
2846
2872
  /**
2847
- * Lookup442: pallet_transaction_payment::Releases
2873
+ * Lookup448: pallet_transaction_payment::Releases
2848
2874
  **/
2849
2875
  PalletTransactionPaymentReleases: {
2850
2876
  _enum: string[];
2851
2877
  };
2852
2878
  /**
2853
- * Lookup443: pallet_utility::pallet::Error<T>
2879
+ * Lookup449: pallet_utility::pallet::Error<T>
2854
2880
  **/
2855
2881
  PalletUtilityError: {
2856
2882
  _enum: string[];
2857
2883
  };
2858
2884
  /**
2859
- * Lookup444: pallet_sudo::pallet::Error<T>
2885
+ * Lookup450: pallet_sudo::pallet::Error<T>
2860
2886
  **/
2861
2887
  PalletSudoError: {
2862
2888
  _enum: string[];
2863
2889
  };
2864
2890
  /**
2865
- * Lookup445: pallet_ismp::pallet::Error<T>
2891
+ * Lookup451: pallet_ismp::pallet::Error<T>
2866
2892
  **/
2867
2893
  PalletIsmpError: {
2868
2894
  _enum: string[];
2869
2895
  };
2870
2896
  /**
2871
- * Lookup446: pallet_hyperbridge::pallet::Error<T>
2897
+ * Lookup452: pallet_hyperbridge::pallet::Error<T>
2872
2898
  **/
2873
2899
  PalletHyperbridgeError: string;
2874
2900
  /**
2875
- * Lookup447: pallet_token_gateway::pallet::Error<T>
2901
+ * Lookup453: pallet_token_gateway::pallet::Error<T>
2876
2902
  **/
2877
2903
  PalletTokenGatewayError: {
2878
2904
  _enum: string[];
2879
2905
  };
2880
2906
  /**
2881
- * Lookup450: frame_system::extensions::check_non_zero_sender::CheckNonZeroSender<T>
2907
+ * Lookup456: frame_system::extensions::check_non_zero_sender::CheckNonZeroSender<T>
2882
2908
  **/
2883
2909
  FrameSystemExtensionsCheckNonZeroSender: string;
2884
2910
  /**
2885
- * Lookup451: frame_system::extensions::check_spec_version::CheckSpecVersion<T>
2911
+ * Lookup457: frame_system::extensions::check_spec_version::CheckSpecVersion<T>
2886
2912
  **/
2887
2913
  FrameSystemExtensionsCheckSpecVersion: string;
2888
2914
  /**
2889
- * Lookup452: frame_system::extensions::check_tx_version::CheckTxVersion<T>
2915
+ * Lookup458: frame_system::extensions::check_tx_version::CheckTxVersion<T>
2890
2916
  **/
2891
2917
  FrameSystemExtensionsCheckTxVersion: string;
2892
2918
  /**
2893
- * Lookup453: frame_system::extensions::check_genesis::CheckGenesis<T>
2919
+ * Lookup459: frame_system::extensions::check_genesis::CheckGenesis<T>
2894
2920
  **/
2895
2921
  FrameSystemExtensionsCheckGenesis: string;
2896
2922
  /**
2897
- * Lookup456: frame_system::extensions::check_nonce::CheckNonce<T>
2923
+ * Lookup462: frame_system::extensions::check_nonce::CheckNonce<T>
2898
2924
  **/
2899
2925
  FrameSystemExtensionsCheckNonce: string;
2900
2926
  /**
2901
- * Lookup457: frame_system::extensions::check_weight::CheckWeight<T>
2927
+ * Lookup463: frame_system::extensions::check_weight::CheckWeight<T>
2902
2928
  **/
2903
2929
  FrameSystemExtensionsCheckWeight: string;
2904
2930
  /**
2905
- * Lookup458: pallet_transaction_payment::ChargeTransactionPayment<T>
2931
+ * Lookup464: pallet_transaction_payment::ChargeTransactionPayment<T>
2906
2932
  **/
2907
2933
  PalletTransactionPaymentChargeTransactionPayment: string;
2908
2934
  /**
2909
- * Lookup459: frame_metadata_hash_extension::CheckMetadataHash<T>
2935
+ * Lookup465: frame_metadata_hash_extension::CheckMetadataHash<T>
2910
2936
  **/
2911
2937
  FrameMetadataHashExtensionCheckMetadataHash: {
2912
2938
  mode: string;
2913
2939
  };
2914
2940
  /**
2915
- * Lookup460: frame_metadata_hash_extension::Mode
2941
+ * Lookup466: frame_metadata_hash_extension::Mode
2916
2942
  **/
2917
2943
  FrameMetadataHashExtensionMode: {
2918
2944
  _enum: string[];
2919
2945
  };
2920
2946
  /**
2921
- * Lookup462: argon_runtime::Runtime
2947
+ * Lookup468: argon_runtime::Runtime
2922
2948
  **/
2923
2949
  ArgonRuntimeRuntime: string;
2924
2950
  };