@argonprotocol/mainchain 0.0.24 → 0.0.26

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 +8 -2
  2. package/lib/cjs/interfaces/augment-api-errors.d.ts +4 -0
  3. package/lib/cjs/interfaces/augment-api-query.d.ts +8 -6
  4. package/lib/cjs/interfaces/augment-api-tx.d.ts +5 -1
  5. package/lib/cjs/interfaces/lookup.d.ts +216 -188
  6. package/lib/cjs/interfaces/lookup.js +221 -193
  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 +215 -189
  10. package/lib/esm/interfaces/augment-api-consts.d.ts +8 -2
  11. package/lib/esm/interfaces/augment-api-errors.d.ts +4 -0
  12. package/lib/esm/interfaces/augment-api-query.d.ts +8 -6
  13. package/lib/esm/interfaces/augment-api-tx.d.ts +5 -1
  14. package/lib/esm/interfaces/lookup.d.ts +216 -188
  15. package/lib/esm/interfaces/lookup.js +221 -193
  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 +215 -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 +8 -2
  23. package/lib/types/interfaces/augment-api-errors.d.ts +4 -0
  24. package/lib/types/interfaces/augment-api-query.d.ts +8 -6
  25. package/lib/types/interfaces/augment-api-tx.d.ts +5 -1
  26. package/lib/types/interfaces/lookup.d.ts +216 -188
  27. package/lib/types/interfaces/registry.d.ts +4 -1
  28. package/lib/types/interfaces/types-lookup.d.ts +215 -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;
@@ -2327,16 +2335,18 @@ declare const _default: {
2327
2335
  timeout: string;
2328
2336
  tokenGateway: string;
2329
2337
  relayerFee: string;
2338
+ callData: string;
2330
2339
  };
2331
2340
  /**
2332
- * Lookup298: pallet_token_gateway::types::AssetRegistration<AssetId>
2341
+ * Lookup300: pallet_token_gateway::types::AssetRegistration<AssetId>
2333
2342
  **/
2334
2343
  PalletTokenGatewayAssetRegistration: {
2335
2344
  localId: string;
2336
2345
  reg: string;
2346
+ native: string;
2337
2347
  };
2338
2348
  /**
2339
- * Lookup299: token_gateway_primitives::GatewayAssetRegistration
2349
+ * Lookup301: token_gateway_primitives::GatewayAssetRegistration
2340
2350
  **/
2341
2351
  TokenGatewayPrimitivesGatewayAssetRegistration: {
2342
2352
  name: string;
@@ -2345,7 +2355,7 @@ declare const _default: {
2345
2355
  minimumBalance: string;
2346
2356
  };
2347
2357
  /**
2348
- * Lookup301: token_gateway_primitives::GatewayAssetUpdate
2358
+ * Lookup303: token_gateway_primitives::GatewayAssetUpdate
2349
2359
  **/
2350
2360
  TokenGatewayPrimitivesGatewayAssetUpdate: {
2351
2361
  assetId: string;
@@ -2354,13 +2364,13 @@ declare const _default: {
2354
2364
  newAdmins: string;
2355
2365
  };
2356
2366
  /**
2357
- * Lookup308: pallet_multisig::pallet::Error<T>
2367
+ * Lookup310: pallet_multisig::pallet::Error<T>
2358
2368
  **/
2359
2369
  PalletMultisigError: {
2360
2370
  _enum: string[];
2361
2371
  };
2362
2372
  /**
2363
- * Lookup311: pallet_proxy::ProxyDefinition<sp_core::crypto::AccountId32, argon_runtime::configs::ProxyType, BlockNumber>
2373
+ * Lookup313: pallet_proxy::ProxyDefinition<sp_core::crypto::AccountId32, argon_runtime::configs::ProxyType, BlockNumber>
2364
2374
  **/
2365
2375
  PalletProxyProxyDefinition: {
2366
2376
  delegate: string;
@@ -2368,7 +2378,7 @@ declare const _default: {
2368
2378
  delay: string;
2369
2379
  };
2370
2380
  /**
2371
- * Lookup315: pallet_proxy::Announcement<sp_core::crypto::AccountId32, primitive_types::H256, BlockNumber>
2381
+ * Lookup317: pallet_proxy::Announcement<sp_core::crypto::AccountId32, primitive_types::H256, BlockNumber>
2372
2382
  **/
2373
2383
  PalletProxyAnnouncement: {
2374
2384
  real: string;
@@ -2376,32 +2386,41 @@ declare const _default: {
2376
2386
  height: string;
2377
2387
  };
2378
2388
  /**
2379
- * Lookup317: pallet_proxy::pallet::Error<T>
2389
+ * Lookup319: pallet_proxy::pallet::Error<T>
2380
2390
  **/
2381
2391
  PalletProxyError: {
2382
2392
  _enum: string[];
2383
2393
  };
2384
2394
  /**
2385
- * Lookup318: argon_primitives::tick::Ticker
2395
+ * Lookup320: argon_primitives::tick::Ticker
2386
2396
  **/
2387
2397
  ArgonPrimitivesTickTicker: {
2388
2398
  tickDurationMillis: string;
2389
2399
  channelHoldExpirationTicks: string;
2390
2400
  };
2391
2401
  /**
2392
- * Lookup320: pallet_ticks::pallet::Error<T>
2402
+ * Lookup322: pallet_ticks::pallet::Error<T>
2393
2403
  **/
2394
2404
  PalletTicksError: string;
2395
2405
  /**
2396
- * Lookup327: argon_primitives::block_seal::MiningSlotConfig<BlockNumber>
2406
+ * Lookup328: argon_primitives::block_seal::MiningBidStats
2407
+ **/
2408
+ ArgonPrimitivesBlockSealMiningBidStats: {
2409
+ bidsCount: string;
2410
+ bidAmountMin: string;
2411
+ bidAmountMax: string;
2412
+ bidAmountSum: string;
2413
+ };
2414
+ /**
2415
+ * Lookup330: argon_primitives::block_seal::MiningSlotConfig<BlockNumber>
2397
2416
  **/
2398
2417
  ArgonPrimitivesBlockSealMiningSlotConfig: {
2399
2418
  blocksBeforeBidEndForVrfClose: string;
2400
2419
  blocksBetweenSlots: string;
2401
- slotBiddingStartBlock: string;
2420
+ slotBiddingStartAfterTicks: string;
2402
2421
  };
2403
2422
  /**
2404
- * Lookup328: pallet_mining_slot::pallet::Error<T>
2423
+ * Lookup332: pallet_mining_slot::pallet::Error<T>
2405
2424
  **/
2406
2425
  PalletMiningSlotError: {
2407
2426
  _enum: {
@@ -2429,13 +2448,13 @@ declare const _default: {
2429
2448
  };
2430
2449
  };
2431
2450
  /**
2432
- * Lookup329: argon_primitives::bond::BondError
2451
+ * Lookup333: argon_primitives::bond::BondError
2433
2452
  **/
2434
2453
  ArgonPrimitivesBondBondError: {
2435
2454
  _enum: string[];
2436
2455
  };
2437
2456
  /**
2438
- * Lookup330: argon_primitives::bitcoin::UtxoValue
2457
+ * Lookup334: argon_primitives::bitcoin::UtxoValue
2439
2458
  **/
2440
2459
  ArgonPrimitivesBitcoinUtxoValue: {
2441
2460
  utxoId: string;
@@ -2445,7 +2464,7 @@ declare const _default: {
2445
2464
  watchForSpentUntilHeight: string;
2446
2465
  };
2447
2466
  /**
2448
- * Lookup331: argon_primitives::bitcoin::BitcoinCosignScriptPubkey
2467
+ * Lookup335: argon_primitives::bitcoin::BitcoinCosignScriptPubkey
2449
2468
  **/
2450
2469
  ArgonPrimitivesBitcoinBitcoinCosignScriptPubkey: {
2451
2470
  _enum: {
@@ -2455,19 +2474,19 @@ declare const _default: {
2455
2474
  };
2456
2475
  };
2457
2476
  /**
2458
- * Lookup336: argon_primitives::bitcoin::BitcoinNetwork
2477
+ * Lookup340: argon_primitives::bitcoin::BitcoinNetwork
2459
2478
  **/
2460
2479
  ArgonPrimitivesBitcoinBitcoinNetwork: {
2461
2480
  _enum: string[];
2462
2481
  };
2463
2482
  /**
2464
- * Lookup339: pallet_bitcoin_utxos::pallet::Error<T>
2483
+ * Lookup343: pallet_bitcoin_utxos::pallet::Error<T>
2465
2484
  **/
2466
2485
  PalletBitcoinUtxosError: {
2467
2486
  _enum: string[];
2468
2487
  };
2469
2488
  /**
2470
- * Lookup340: argon_primitives::bond::Vault<sp_core::crypto::AccountId32, Balance, BlockNumber>
2489
+ * Lookup344: argon_primitives::bond::Vault<sp_core::crypto::AccountId32, Balance, BlockNumber>
2471
2490
  **/
2472
2491
  ArgonPrimitivesBondVault: {
2473
2492
  operatorAccountId: string;
@@ -2480,7 +2499,7 @@ declare const _default: {
2480
2499
  pendingTerms: string;
2481
2500
  };
2482
2501
  /**
2483
- * Lookup341: argon_primitives::bond::VaultArgons<Balance>
2502
+ * Lookup345: argon_primitives::bond::VaultArgons<Balance>
2484
2503
  **/
2485
2504
  ArgonPrimitivesBondVaultArgons: {
2486
2505
  annualPercentRate: string;
@@ -2489,7 +2508,7 @@ declare const _default: {
2489
2508
  baseFee: string;
2490
2509
  };
2491
2510
  /**
2492
- * Lookup345: argon_primitives::bitcoin::BitcoinXPub
2511
+ * Lookup349: argon_primitives::bitcoin::BitcoinXPub
2493
2512
  **/
2494
2513
  ArgonPrimitivesBitcoinBitcoinXPub: {
2495
2514
  publicKey: string;
@@ -2500,19 +2519,19 @@ declare const _default: {
2500
2519
  network: string;
2501
2520
  };
2502
2521
  /**
2503
- * Lookup347: argon_primitives::bitcoin::NetworkKind
2522
+ * Lookup351: argon_primitives::bitcoin::NetworkKind
2504
2523
  **/
2505
2524
  ArgonPrimitivesBitcoinNetworkKind: {
2506
2525
  _enum: string[];
2507
2526
  };
2508
2527
  /**
2509
- * Lookup349: pallet_vaults::pallet::Error<T>
2528
+ * Lookup354: pallet_vaults::pallet::Error<T>
2510
2529
  **/
2511
2530
  PalletVaultsError: {
2512
2531
  _enum: string[];
2513
2532
  };
2514
2533
  /**
2515
- * Lookup350: argon_primitives::bond::Bond<sp_core::crypto::AccountId32, Balance, BlockNumber>
2534
+ * Lookup355: argon_primitives::bond::Bond<sp_core::crypto::AccountId32, Balance, BlockNumber>
2516
2535
  **/
2517
2536
  ArgonPrimitivesBond: {
2518
2537
  bondType: string;
@@ -2526,7 +2545,7 @@ declare const _default: {
2526
2545
  expiration: string;
2527
2546
  };
2528
2547
  /**
2529
- * Lookup353: pallet_bond::pallet::UtxoState
2548
+ * Lookup358: pallet_bond::pallet::UtxoState
2530
2549
  **/
2531
2550
  PalletBondUtxoState: {
2532
2551
  bondId: string;
@@ -2542,7 +2561,7 @@ declare const _default: {
2542
2561
  isVerified: string;
2543
2562
  };
2544
2563
  /**
2545
- * Lookup357: pallet_bond::pallet::UtxoCosignRequest<Balance>
2564
+ * Lookup362: pallet_bond::pallet::UtxoCosignRequest<Balance>
2546
2565
  **/
2547
2566
  PalletBondUtxoCosignRequest: {
2548
2567
  bondId: string;
@@ -2553,7 +2572,7 @@ declare const _default: {
2553
2572
  redemptionPrice: string;
2554
2573
  };
2555
2574
  /**
2556
- * Lookup361: pallet_bond::pallet::Error<T>
2575
+ * Lookup366: pallet_bond::pallet::Error<T>
2557
2576
  **/
2558
2577
  PalletBondError: {
2559
2578
  _enum: {
@@ -2589,13 +2608,13 @@ declare const _default: {
2589
2608
  };
2590
2609
  };
2591
2610
  /**
2592
- * Lookup373: pallet_notaries::pallet::Error<T>
2611
+ * Lookup378: pallet_notaries::pallet::Error<T>
2593
2612
  **/
2594
2613
  PalletNotariesError: {
2595
2614
  _enum: string[];
2596
2615
  };
2597
2616
  /**
2598
- * Lookup377: argon_primitives::notary::NotaryNotebookKeyDetails
2617
+ * Lookup382: argon_primitives::notary::NotaryNotebookKeyDetails
2599
2618
  **/
2600
2619
  ArgonPrimitivesNotaryNotaryNotebookKeyDetails: {
2601
2620
  notebookNumber: string;
@@ -2605,13 +2624,13 @@ declare const _default: {
2605
2624
  parentSecret: string;
2606
2625
  };
2607
2626
  /**
2608
- * Lookup380: pallet_notebook::pallet::Error<T>
2627
+ * Lookup385: pallet_notebook::pallet::Error<T>
2609
2628
  **/
2610
2629
  PalletNotebookError: {
2611
2630
  _enum: string[];
2612
2631
  };
2613
2632
  /**
2614
- * Lookup381: pallet_chain_transfer::QueuedTransferOut<sp_core::crypto::AccountId32, Balance>
2633
+ * Lookup386: pallet_chain_transfer::QueuedTransferOut<sp_core::crypto::AccountId32, Balance>
2615
2634
  **/
2616
2635
  PalletChainTransferQueuedTransferOut: {
2617
2636
  accountId: string;
@@ -2620,17 +2639,17 @@ declare const _default: {
2620
2639
  notaryId: string;
2621
2640
  };
2622
2641
  /**
2623
- * Lookup387: frame_support::PalletId
2642
+ * Lookup392: frame_support::PalletId
2624
2643
  **/
2625
2644
  FrameSupportPalletId: string;
2626
2645
  /**
2627
- * Lookup388: pallet_chain_transfer::pallet::Error<T>
2646
+ * Lookup393: pallet_chain_transfer::pallet::Error<T>
2628
2647
  **/
2629
2648
  PalletChainTransferError: {
2630
2649
  _enum: string[];
2631
2650
  };
2632
2651
  /**
2633
- * Lookup393: argon_primitives::notary::NotaryNotebookVoteDigestDetails
2652
+ * Lookup398: argon_primitives::notary::NotaryNotebookVoteDigestDetails
2634
2653
  **/
2635
2654
  ArgonPrimitivesNotaryNotaryNotebookVoteDigestDetails: {
2636
2655
  notaryId: string;
@@ -2640,25 +2659,25 @@ declare const _default: {
2640
2659
  blockVotingPower: string;
2641
2660
  };
2642
2661
  /**
2643
- * Lookup398: pallet_block_seal_spec::pallet::Error<T>
2662
+ * Lookup403: pallet_block_seal_spec::pallet::Error<T>
2644
2663
  **/
2645
2664
  PalletBlockSealSpecError: {
2646
2665
  _enum: string[];
2647
2666
  };
2648
2667
  /**
2649
- * Lookup400: pallet_domains::pallet::Error<T>
2668
+ * Lookup405: pallet_domains::pallet::Error<T>
2650
2669
  **/
2651
2670
  PalletDomainsError: {
2652
2671
  _enum: string[];
2653
2672
  };
2654
2673
  /**
2655
- * Lookup401: pallet_price_index::pallet::Error<T>
2674
+ * Lookup406: pallet_price_index::pallet::Error<T>
2656
2675
  **/
2657
2676
  PalletPriceIndexError: {
2658
2677
  _enum: string[];
2659
2678
  };
2660
2679
  /**
2661
- * Lookup402: pallet_grandpa::StoredState<N>
2680
+ * Lookup407: pallet_grandpa::StoredState<N>
2662
2681
  **/
2663
2682
  PalletGrandpaStoredState: {
2664
2683
  _enum: {
@@ -2675,7 +2694,7 @@ declare const _default: {
2675
2694
  };
2676
2695
  };
2677
2696
  /**
2678
- * Lookup403: pallet_grandpa::StoredPendingChange<N, Limit>
2697
+ * Lookup408: pallet_grandpa::StoredPendingChange<N, Limit>
2679
2698
  **/
2680
2699
  PalletGrandpaStoredPendingChange: {
2681
2700
  scheduledAt: string;
@@ -2684,36 +2703,45 @@ declare const _default: {
2684
2703
  forced: string;
2685
2704
  };
2686
2705
  /**
2687
- * Lookup406: pallet_grandpa::pallet::Error<T>
2706
+ * Lookup411: pallet_grandpa::pallet::Error<T>
2688
2707
  **/
2689
2708
  PalletGrandpaError: {
2690
2709
  _enum: string[];
2691
2710
  };
2692
2711
  /**
2693
- * Lookup407: argon_primitives::providers::BlockSealerInfo<sp_core::crypto::AccountId32>
2712
+ * Lookup412: argon_primitives::providers::BlockSealerInfo<sp_core::crypto::AccountId32>
2694
2713
  **/
2695
2714
  ArgonPrimitivesProvidersBlockSealerInfo: {
2696
2715
  blockAuthorAccountId: string;
2697
2716
  blockVoteRewardsAccount: string;
2717
+ blockSealAuthority: string;
2698
2718
  };
2699
2719
  /**
2700
- * Lookup411: pallet_block_seal::pallet::Error<T>
2720
+ * Lookup416: pallet_block_seal::pallet::Error<T>
2701
2721
  **/
2702
2722
  PalletBlockSealError: {
2703
2723
  _enum: string[];
2704
2724
  };
2705
2725
  /**
2706
- * Lookup414: pallet_block_rewards::pallet::Error<T>
2726
+ * Lookup419: pallet_block_rewards::pallet::Error<T>
2707
2727
  **/
2708
2728
  PalletBlockRewardsError: string;
2709
2729
  /**
2710
- * Lookup418: pallet_mint::pallet::Error<T>
2730
+ * Lookup424: pallet_mint::MintAction<Balance>
2731
+ **/
2732
+ PalletMintMintAction: {
2733
+ argonBurned: string;
2734
+ argonMinted: string;
2735
+ bitcoinMinted: string;
2736
+ };
2737
+ /**
2738
+ * Lookup425: pallet_mint::pallet::Error<T>
2711
2739
  **/
2712
2740
  PalletMintError: {
2713
2741
  _enum: string[];
2714
2742
  };
2715
2743
  /**
2716
- * Lookup420: pallet_balances::types::BalanceLock<Balance>
2744
+ * Lookup427: pallet_balances::types::BalanceLock<Balance>
2717
2745
  **/
2718
2746
  PalletBalancesBalanceLock: {
2719
2747
  id: string;
@@ -2721,27 +2749,27 @@ declare const _default: {
2721
2749
  reasons: string;
2722
2750
  };
2723
2751
  /**
2724
- * Lookup421: pallet_balances::types::Reasons
2752
+ * Lookup428: pallet_balances::types::Reasons
2725
2753
  **/
2726
2754
  PalletBalancesReasons: {
2727
2755
  _enum: string[];
2728
2756
  };
2729
2757
  /**
2730
- * Lookup424: pallet_balances::types::ReserveData<ReserveIdentifier, Balance>
2758
+ * Lookup431: pallet_balances::types::ReserveData<ReserveIdentifier, Balance>
2731
2759
  **/
2732
2760
  PalletBalancesReserveData: {
2733
2761
  id: string;
2734
2762
  amount: string;
2735
2763
  };
2736
2764
  /**
2737
- * Lookup427: frame_support::traits::tokens::misc::IdAmount<argon_runtime::RuntimeHoldReason, Balance>
2765
+ * Lookup434: frame_support::traits::tokens::misc::IdAmount<argon_runtime::RuntimeHoldReason, Balance>
2738
2766
  **/
2739
2767
  FrameSupportTokensMiscIdAmountRuntimeHoldReason: {
2740
2768
  id: string;
2741
2769
  amount: string;
2742
2770
  };
2743
2771
  /**
2744
- * Lookup428: argon_runtime::RuntimeHoldReason
2772
+ * Lookup435: argon_runtime::RuntimeHoldReason
2745
2773
  **/
2746
2774
  ArgonRuntimeRuntimeHoldReason: {
2747
2775
  _enum: {
@@ -2768,38 +2796,38 @@ declare const _default: {
2768
2796
  };
2769
2797
  };
2770
2798
  /**
2771
- * Lookup429: pallet_mining_slot::pallet::HoldReason
2799
+ * Lookup436: pallet_mining_slot::pallet::HoldReason
2772
2800
  **/
2773
2801
  PalletMiningSlotHoldReason: {
2774
2802
  _enum: string[];
2775
2803
  };
2776
2804
  /**
2777
- * Lookup430: pallet_vaults::pallet::HoldReason
2805
+ * Lookup437: pallet_vaults::pallet::HoldReason
2778
2806
  **/
2779
2807
  PalletVaultsHoldReason: {
2780
2808
  _enum: string[];
2781
2809
  };
2782
2810
  /**
2783
- * Lookup431: pallet_bond::pallet::HoldReason
2811
+ * Lookup438: pallet_bond::pallet::HoldReason
2784
2812
  **/
2785
2813
  PalletBondHoldReason: {
2786
2814
  _enum: string[];
2787
2815
  };
2788
2816
  /**
2789
- * Lookup432: pallet_block_rewards::pallet::HoldReason
2817
+ * Lookup439: pallet_block_rewards::pallet::HoldReason
2790
2818
  **/
2791
2819
  PalletBlockRewardsHoldReason: {
2792
2820
  _enum: string[];
2793
2821
  };
2794
2822
  /**
2795
- * Lookup435: frame_support::traits::tokens::misc::IdAmount<argon_runtime::RuntimeFreezeReason, Balance>
2823
+ * Lookup442: frame_support::traits::tokens::misc::IdAmount<argon_runtime::RuntimeFreezeReason, Balance>
2796
2824
  **/
2797
2825
  FrameSupportTokensMiscIdAmountRuntimeFreezeReason: {
2798
2826
  id: string;
2799
2827
  amount: string;
2800
2828
  };
2801
2829
  /**
2802
- * Lookup436: argon_runtime::RuntimeFreezeReason
2830
+ * Lookup443: argon_runtime::RuntimeFreezeReason
2803
2831
  **/
2804
2832
  ArgonRuntimeRuntimeFreezeReason: {
2805
2833
  _enum: {
@@ -2826,99 +2854,99 @@ declare const _default: {
2826
2854
  };
2827
2855
  };
2828
2856
  /**
2829
- * Lookup437: pallet_block_rewards::pallet::FreezeReason
2857
+ * Lookup444: pallet_block_rewards::pallet::FreezeReason
2830
2858
  **/
2831
2859
  PalletBlockRewardsFreezeReason: {
2832
2860
  _enum: string[];
2833
2861
  };
2834
2862
  /**
2835
- * Lookup439: pallet_balances::pallet::Error<T, I>
2863
+ * Lookup446: pallet_balances::pallet::Error<T, I>
2836
2864
  **/
2837
2865
  PalletBalancesError: {
2838
2866
  _enum: string[];
2839
2867
  };
2840
2868
  /**
2841
- * Lookup441: pallet_tx_pause::pallet::Error<T>
2869
+ * Lookup448: pallet_tx_pause::pallet::Error<T>
2842
2870
  **/
2843
2871
  PalletTxPauseError: {
2844
2872
  _enum: string[];
2845
2873
  };
2846
2874
  /**
2847
- * Lookup442: pallet_transaction_payment::Releases
2875
+ * Lookup449: pallet_transaction_payment::Releases
2848
2876
  **/
2849
2877
  PalletTransactionPaymentReleases: {
2850
2878
  _enum: string[];
2851
2879
  };
2852
2880
  /**
2853
- * Lookup443: pallet_utility::pallet::Error<T>
2881
+ * Lookup450: pallet_utility::pallet::Error<T>
2854
2882
  **/
2855
2883
  PalletUtilityError: {
2856
2884
  _enum: string[];
2857
2885
  };
2858
2886
  /**
2859
- * Lookup444: pallet_sudo::pallet::Error<T>
2887
+ * Lookup451: pallet_sudo::pallet::Error<T>
2860
2888
  **/
2861
2889
  PalletSudoError: {
2862
2890
  _enum: string[];
2863
2891
  };
2864
2892
  /**
2865
- * Lookup445: pallet_ismp::pallet::Error<T>
2893
+ * Lookup452: pallet_ismp::pallet::Error<T>
2866
2894
  **/
2867
2895
  PalletIsmpError: {
2868
2896
  _enum: string[];
2869
2897
  };
2870
2898
  /**
2871
- * Lookup446: pallet_hyperbridge::pallet::Error<T>
2899
+ * Lookup453: pallet_hyperbridge::pallet::Error<T>
2872
2900
  **/
2873
2901
  PalletHyperbridgeError: string;
2874
2902
  /**
2875
- * Lookup447: pallet_token_gateway::pallet::Error<T>
2903
+ * Lookup454: pallet_token_gateway::pallet::Error<T>
2876
2904
  **/
2877
2905
  PalletTokenGatewayError: {
2878
2906
  _enum: string[];
2879
2907
  };
2880
2908
  /**
2881
- * Lookup450: frame_system::extensions::check_non_zero_sender::CheckNonZeroSender<T>
2909
+ * Lookup457: frame_system::extensions::check_non_zero_sender::CheckNonZeroSender<T>
2882
2910
  **/
2883
2911
  FrameSystemExtensionsCheckNonZeroSender: string;
2884
2912
  /**
2885
- * Lookup451: frame_system::extensions::check_spec_version::CheckSpecVersion<T>
2913
+ * Lookup458: frame_system::extensions::check_spec_version::CheckSpecVersion<T>
2886
2914
  **/
2887
2915
  FrameSystemExtensionsCheckSpecVersion: string;
2888
2916
  /**
2889
- * Lookup452: frame_system::extensions::check_tx_version::CheckTxVersion<T>
2917
+ * Lookup459: frame_system::extensions::check_tx_version::CheckTxVersion<T>
2890
2918
  **/
2891
2919
  FrameSystemExtensionsCheckTxVersion: string;
2892
2920
  /**
2893
- * Lookup453: frame_system::extensions::check_genesis::CheckGenesis<T>
2921
+ * Lookup460: frame_system::extensions::check_genesis::CheckGenesis<T>
2894
2922
  **/
2895
2923
  FrameSystemExtensionsCheckGenesis: string;
2896
2924
  /**
2897
- * Lookup456: frame_system::extensions::check_nonce::CheckNonce<T>
2925
+ * Lookup463: frame_system::extensions::check_nonce::CheckNonce<T>
2898
2926
  **/
2899
2927
  FrameSystemExtensionsCheckNonce: string;
2900
2928
  /**
2901
- * Lookup457: frame_system::extensions::check_weight::CheckWeight<T>
2929
+ * Lookup464: frame_system::extensions::check_weight::CheckWeight<T>
2902
2930
  **/
2903
2931
  FrameSystemExtensionsCheckWeight: string;
2904
2932
  /**
2905
- * Lookup458: pallet_transaction_payment::ChargeTransactionPayment<T>
2933
+ * Lookup465: pallet_transaction_payment::ChargeTransactionPayment<T>
2906
2934
  **/
2907
2935
  PalletTransactionPaymentChargeTransactionPayment: string;
2908
2936
  /**
2909
- * Lookup459: frame_metadata_hash_extension::CheckMetadataHash<T>
2937
+ * Lookup466: frame_metadata_hash_extension::CheckMetadataHash<T>
2910
2938
  **/
2911
2939
  FrameMetadataHashExtensionCheckMetadataHash: {
2912
2940
  mode: string;
2913
2941
  };
2914
2942
  /**
2915
- * Lookup460: frame_metadata_hash_extension::Mode
2943
+ * Lookup467: frame_metadata_hash_extension::Mode
2916
2944
  **/
2917
2945
  FrameMetadataHashExtensionMode: {
2918
2946
  _enum: string[];
2919
2947
  };
2920
2948
  /**
2921
- * Lookup462: argon_runtime::Runtime
2949
+ * Lookup469: argon_runtime::Runtime
2922
2950
  **/
2923
2951
  ArgonRuntimeRuntime: string;
2924
2952
  };