@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
@@ -861,10 +861,18 @@ exports.default = {
861
861
  ArgonPrimitivesBlockSealBlockPayout: {
862
862
  accountId: 'AccountId32',
863
863
  ownership: 'Compact<u128>',
864
- argons: 'Compact<u128>'
864
+ argons: 'Compact<u128>',
865
+ rewardType: 'ArgonPrimitivesBlockSealBlockRewardType',
866
+ blockSealAuthority: 'Option<ArgonPrimitivesBlockSealAppPublic>'
865
867
  },
866
868
  /**
867
- * Lookup98: pallet_mint::pallet::Event<T>
869
+ * Lookup97: argon_primitives::block_seal::BlockRewardType
870
+ **/
871
+ ArgonPrimitivesBlockSealBlockRewardType: {
872
+ _enum: ['Miner', 'Voter', 'ProfitShare']
873
+ },
874
+ /**
875
+ * Lookup100: pallet_mint::pallet::Event<T>
868
876
  **/
869
877
  PalletMintEvent: {
870
878
  _enum: {
@@ -884,13 +892,13 @@ exports.default = {
884
892
  }
885
893
  },
886
894
  /**
887
- * Lookup99: pallet_mint::pallet::MintType
895
+ * Lookup101: pallet_mint::pallet::MintType
888
896
  **/
889
897
  PalletMintMintType: {
890
898
  _enum: ['Bitcoin', 'Mining']
891
899
  },
892
900
  /**
893
- * Lookup100: pallet_balances::pallet::Event<T, I>
901
+ * Lookup102: pallet_balances::pallet::Event<T, I>
894
902
  **/
895
903
  PalletBalancesEvent: {
896
904
  _enum: {
@@ -988,13 +996,13 @@ exports.default = {
988
996
  }
989
997
  },
990
998
  /**
991
- * Lookup101: frame_support::traits::tokens::misc::BalanceStatus
999
+ * Lookup103: frame_support::traits::tokens::misc::BalanceStatus
992
1000
  **/
993
1001
  FrameSupportTokensMiscBalanceStatus: {
994
1002
  _enum: ['Free', 'Reserved']
995
1003
  },
996
1004
  /**
997
- * Lookup103: pallet_tx_pause::pallet::Event<T>
1005
+ * Lookup105: pallet_tx_pause::pallet::Event<T>
998
1006
  **/
999
1007
  PalletTxPauseEvent: {
1000
1008
  _enum: {
@@ -1007,7 +1015,7 @@ exports.default = {
1007
1015
  }
1008
1016
  },
1009
1017
  /**
1010
- * Lookup106: pallet_transaction_payment::pallet::Event<T>
1018
+ * Lookup108: pallet_transaction_payment::pallet::Event<T>
1011
1019
  **/
1012
1020
  PalletTransactionPaymentEvent: {
1013
1021
  _enum: {
@@ -1019,7 +1027,7 @@ exports.default = {
1019
1027
  }
1020
1028
  },
1021
1029
  /**
1022
- * Lookup107: pallet_utility::pallet::Event
1030
+ * Lookup109: pallet_utility::pallet::Event
1023
1031
  **/
1024
1032
  PalletUtilityEvent: {
1025
1033
  _enum: {
@@ -1039,7 +1047,7 @@ exports.default = {
1039
1047
  }
1040
1048
  },
1041
1049
  /**
1042
- * Lookup108: pallet_sudo::pallet::Event<T>
1050
+ * Lookup110: pallet_sudo::pallet::Event<T>
1043
1051
  **/
1044
1052
  PalletSudoEvent: {
1045
1053
  _enum: {
@@ -1060,7 +1068,7 @@ exports.default = {
1060
1068
  }
1061
1069
  },
1062
1070
  /**
1063
- * Lookup110: pallet_ismp::pallet::Event<T>
1071
+ * Lookup112: pallet_ismp::pallet::Event<T>
1064
1072
  **/
1065
1073
  PalletIsmpEvent: {
1066
1074
  _enum: {
@@ -1103,14 +1111,14 @@ exports.default = {
1103
1111
  }
1104
1112
  },
1105
1113
  /**
1106
- * Lookup111: ismp::consensus::StateMachineId
1114
+ * Lookup113: ismp::consensus::StateMachineId
1107
1115
  **/
1108
1116
  IsmpConsensusStateMachineId: {
1109
1117
  stateId: 'IsmpHostStateMachine',
1110
1118
  consensusStateId: '[u8;4]'
1111
1119
  },
1112
1120
  /**
1113
- * Lookup112: ismp::host::StateMachine
1121
+ * Lookup114: ismp::host::StateMachine
1114
1122
  **/
1115
1123
  IsmpHostStateMachine: {
1116
1124
  _enum: {
@@ -1122,27 +1130,27 @@ exports.default = {
1122
1130
  }
1123
1131
  },
1124
1132
  /**
1125
- * Lookup113: ismp::consensus::StateMachineHeight
1133
+ * Lookup115: ismp::consensus::StateMachineHeight
1126
1134
  **/
1127
1135
  IsmpConsensusStateMachineHeight: {
1128
1136
  id: 'IsmpConsensusStateMachineId',
1129
1137
  height: 'u64'
1130
1138
  },
1131
1139
  /**
1132
- * Lookup116: pallet_ismp::errors::HandlingError
1140
+ * Lookup118: pallet_ismp::errors::HandlingError
1133
1141
  **/
1134
1142
  PalletIsmpErrorsHandlingError: {
1135
1143
  message: 'Bytes'
1136
1144
  },
1137
1145
  /**
1138
- * Lookup118: ismp::events::RequestResponseHandled
1146
+ * Lookup120: ismp::events::RequestResponseHandled
1139
1147
  **/
1140
1148
  IsmpEventsRequestResponseHandled: {
1141
1149
  commitment: 'H256',
1142
1150
  relayer: 'Bytes'
1143
1151
  },
1144
1152
  /**
1145
- * Lookup119: ismp::events::TimeoutHandled
1153
+ * Lookup121: ismp::events::TimeoutHandled
1146
1154
  **/
1147
1155
  IsmpEventsTimeoutHandled: {
1148
1156
  commitment: 'H256',
@@ -1150,7 +1158,7 @@ exports.default = {
1150
1158
  dest: 'IsmpHostStateMachine'
1151
1159
  },
1152
1160
  /**
1153
- * Lookup120: ismp_grandpa::pallet::Event<T>
1161
+ * Lookup122: ismp_grandpa::pallet::Event<T>
1154
1162
  **/
1155
1163
  IsmpGrandpaEvent: {
1156
1164
  _enum: {
@@ -1163,7 +1171,7 @@ exports.default = {
1163
1171
  }
1164
1172
  },
1165
1173
  /**
1166
- * Lookup122: pallet_hyperbridge::pallet::Event<T>
1174
+ * Lookup124: pallet_hyperbridge::pallet::Event<T>
1167
1175
  **/
1168
1176
  PalletHyperbridgeEvent: {
1169
1177
  _enum: {
@@ -1185,7 +1193,7 @@ exports.default = {
1185
1193
  }
1186
1194
  },
1187
1195
  /**
1188
- * Lookup123: pallet_hyperbridge::VersionedHostParams<Balance>
1196
+ * Lookup125: pallet_hyperbridge::VersionedHostParams<Balance>
1189
1197
  **/
1190
1198
  PalletHyperbridgeVersionedHostParams: {
1191
1199
  _enum: {
@@ -1193,7 +1201,7 @@ exports.default = {
1193
1201
  }
1194
1202
  },
1195
1203
  /**
1196
- * Lookup124: pallet_hyperbridge::SubstrateHostParams<B>
1204
+ * Lookup126: pallet_hyperbridge::SubstrateHostParams<B>
1197
1205
  **/
1198
1206
  PalletHyperbridgeSubstrateHostParams: {
1199
1207
  defaultPerByteFee: 'u128',
@@ -1201,7 +1209,7 @@ exports.default = {
1201
1209
  assetRegistrationFee: 'u128'
1202
1210
  },
1203
1211
  /**
1204
- * Lookup128: pallet_token_gateway::pallet::Event<T>
1212
+ * Lookup130: pallet_token_gateway::pallet::Event<T>
1205
1213
  **/
1206
1214
  PalletTokenGatewayEvent: {
1207
1215
  _enum: {
@@ -1228,7 +1236,7 @@ exports.default = {
1228
1236
  }
1229
1237
  },
1230
1238
  /**
1231
- * Lookup129: frame_system::Phase
1239
+ * Lookup131: frame_system::Phase
1232
1240
  **/
1233
1241
  FrameSystemPhase: {
1234
1242
  _enum: {
@@ -1238,21 +1246,21 @@ exports.default = {
1238
1246
  }
1239
1247
  },
1240
1248
  /**
1241
- * Lookup133: frame_system::LastRuntimeUpgradeInfo
1249
+ * Lookup135: frame_system::LastRuntimeUpgradeInfo
1242
1250
  **/
1243
1251
  FrameSystemLastRuntimeUpgradeInfo: {
1244
1252
  specVersion: 'Compact<u32>',
1245
1253
  specName: 'Text'
1246
1254
  },
1247
1255
  /**
1248
- * Lookup134: frame_system::CodeUpgradeAuthorization<T>
1256
+ * Lookup136: frame_system::CodeUpgradeAuthorization<T>
1249
1257
  **/
1250
1258
  FrameSystemCodeUpgradeAuthorization: {
1251
1259
  codeHash: 'H256',
1252
1260
  checkVersion: 'bool'
1253
1261
  },
1254
1262
  /**
1255
- * Lookup135: frame_system::pallet::Call<T>
1263
+ * Lookup137: frame_system::pallet::Call<T>
1256
1264
  **/
1257
1265
  FrameSystemCall: {
1258
1266
  _enum: {
@@ -1297,7 +1305,7 @@ exports.default = {
1297
1305
  }
1298
1306
  },
1299
1307
  /**
1300
- * Lookup139: frame_system::limits::BlockWeights
1308
+ * Lookup141: frame_system::limits::BlockWeights
1301
1309
  **/
1302
1310
  FrameSystemLimitsBlockWeights: {
1303
1311
  baseBlock: 'SpWeightsWeightV2Weight',
@@ -1305,7 +1313,7 @@ exports.default = {
1305
1313
  perClass: 'FrameSupportDispatchPerDispatchClassWeightsPerClass'
1306
1314
  },
1307
1315
  /**
1308
- * Lookup140: frame_support::dispatch::PerDispatchClass<frame_system::limits::WeightsPerClass>
1316
+ * Lookup142: frame_support::dispatch::PerDispatchClass<frame_system::limits::WeightsPerClass>
1309
1317
  **/
1310
1318
  FrameSupportDispatchPerDispatchClassWeightsPerClass: {
1311
1319
  normal: 'FrameSystemLimitsWeightsPerClass',
@@ -1313,7 +1321,7 @@ exports.default = {
1313
1321
  mandatory: 'FrameSystemLimitsWeightsPerClass'
1314
1322
  },
1315
1323
  /**
1316
- * Lookup141: frame_system::limits::WeightsPerClass
1324
+ * Lookup143: frame_system::limits::WeightsPerClass
1317
1325
  **/
1318
1326
  FrameSystemLimitsWeightsPerClass: {
1319
1327
  baseExtrinsic: 'SpWeightsWeightV2Weight',
@@ -1322,13 +1330,13 @@ exports.default = {
1322
1330
  reserved: 'Option<SpWeightsWeightV2Weight>'
1323
1331
  },
1324
1332
  /**
1325
- * Lookup143: frame_system::limits::BlockLength
1333
+ * Lookup145: frame_system::limits::BlockLength
1326
1334
  **/
1327
1335
  FrameSystemLimitsBlockLength: {
1328
1336
  max: 'FrameSupportDispatchPerDispatchClassU32'
1329
1337
  },
1330
1338
  /**
1331
- * Lookup144: frame_support::dispatch::PerDispatchClass<T>
1339
+ * Lookup146: frame_support::dispatch::PerDispatchClass<T>
1332
1340
  **/
1333
1341
  FrameSupportDispatchPerDispatchClassU32: {
1334
1342
  normal: 'u32',
@@ -1336,14 +1344,14 @@ exports.default = {
1336
1344
  mandatory: 'u32'
1337
1345
  },
1338
1346
  /**
1339
- * Lookup145: sp_weights::RuntimeDbWeight
1347
+ * Lookup147: sp_weights::RuntimeDbWeight
1340
1348
  **/
1341
1349
  SpWeightsRuntimeDbWeight: {
1342
1350
  read: 'u64',
1343
1351
  write: 'u64'
1344
1352
  },
1345
1353
  /**
1346
- * Lookup146: sp_version::RuntimeVersion
1354
+ * Lookup148: sp_version::RuntimeVersion
1347
1355
  **/
1348
1356
  SpVersionRuntimeVersion: {
1349
1357
  specName: 'Text',
@@ -1356,13 +1364,13 @@ exports.default = {
1356
1364
  stateVersion: 'u8'
1357
1365
  },
1358
1366
  /**
1359
- * Lookup151: frame_system::pallet::Error<T>
1367
+ * Lookup153: frame_system::pallet::Error<T>
1360
1368
  **/
1361
1369
  FrameSystemError: {
1362
1370
  _enum: ['InvalidSpecName', 'SpecVersionNeedsToIncrease', 'FailedToExtractRuntimeVersion', 'NonDefaultComposite', 'NonZeroRefCount', 'CallFiltered', 'MultiBlockMigrationsOngoing', 'NothingAuthorized', 'Unauthorized']
1363
1371
  },
1364
1372
  /**
1365
- * Lookup152: argon_primitives::digests::Digestset<argon_notary_audit::error::VerifyError, sp_core::crypto::AccountId32>
1373
+ * Lookup154: argon_primitives::digests::Digestset<argon_notary_audit::error::VerifyError, sp_core::crypto::AccountId32>
1366
1374
  **/
1367
1375
  ArgonPrimitivesDigestsDigestset: {
1368
1376
  author: 'AccountId32',
@@ -1373,20 +1381,20 @@ exports.default = {
1373
1381
  notebooks: 'ArgonPrimitivesDigestsNotebookDigest'
1374
1382
  },
1375
1383
  /**
1376
- * Lookup153: argon_primitives::digests::BlockVoteDigest
1384
+ * Lookup155: argon_primitives::digests::BlockVoteDigest
1377
1385
  **/
1378
1386
  ArgonPrimitivesDigestsBlockVoteDigest: {
1379
1387
  votingPower: 'Compact<u128>',
1380
1388
  votesCount: 'Compact<u32>'
1381
1389
  },
1382
1390
  /**
1383
- * Lookup155: argon_primitives::digests::ParentVotingKeyDigest
1391
+ * Lookup157: argon_primitives::digests::ParentVotingKeyDigest
1384
1392
  **/
1385
1393
  ArgonPrimitivesDigestsParentVotingKeyDigest: {
1386
1394
  parentVotingKey: 'Option<H256>'
1387
1395
  },
1388
1396
  /**
1389
- * Lookup158: argon_primitives::fork_power::ForkPower
1397
+ * Lookup160: argon_primitives::fork_power::ForkPower
1390
1398
  **/
1391
1399
  ArgonPrimitivesForkPower: {
1392
1400
  isLatestVote: 'bool',
@@ -1397,13 +1405,13 @@ exports.default = {
1397
1405
  voteCreatedBlocks: 'Compact<u128>'
1398
1406
  },
1399
1407
  /**
1400
- * Lookup162: argon_primitives::digests::NotebookDigest<argon_notary_audit::error::VerifyError>
1408
+ * Lookup164: argon_primitives::digests::NotebookDigest<argon_notary_audit::error::VerifyError>
1401
1409
  **/
1402
1410
  ArgonPrimitivesDigestsNotebookDigest: {
1403
1411
  notebooks: 'Vec<ArgonPrimitivesNotebookNotebookAuditResult>'
1404
1412
  },
1405
1413
  /**
1406
- * Lookup164: argon_primitives::notebook::NotebookAuditResult<argon_notary_audit::error::VerifyError>
1414
+ * Lookup166: argon_primitives::notebook::NotebookAuditResult<argon_notary_audit::error::VerifyError>
1407
1415
  **/
1408
1416
  ArgonPrimitivesNotebookNotebookAuditResult: {
1409
1417
  notaryId: 'Compact<u32>',
@@ -1412,13 +1420,13 @@ exports.default = {
1412
1420
  auditFirstFailure: 'Option<ArgonNotaryAuditErrorVerifyError>'
1413
1421
  },
1414
1422
  /**
1415
- * Lookup166: pallet_digests::pallet::Error<T>
1423
+ * Lookup168: pallet_digests::pallet::Error<T>
1416
1424
  **/
1417
1425
  PalletDigestsError: {
1418
1426
  _enum: ['DuplicateBlockVoteDigest', 'DuplicateAuthorDigest', 'DuplicateTickDigest', 'DuplicateParentVotingKeyDigest', 'DuplicateNotebookDigest', 'DuplicateForkPowerDigest', 'MissingBlockVoteDigest', 'MissingAuthorDigest', 'MissingTickDigest', 'MissingParentVotingKeyDigest', 'MissingNotebookDigest', 'CouldNotDecodeDigest']
1419
1427
  },
1420
1428
  /**
1421
- * Lookup167: pallet_timestamp::pallet::Call<T>
1429
+ * Lookup169: pallet_timestamp::pallet::Call<T>
1422
1430
  **/
1423
1431
  PalletTimestampCall: {
1424
1432
  _enum: {
@@ -1428,7 +1436,7 @@ exports.default = {
1428
1436
  }
1429
1437
  },
1430
1438
  /**
1431
- * Lookup169: pallet_multisig::Multisig<BlockNumber, Balance, sp_core::crypto::AccountId32, MaxApprovals>
1439
+ * Lookup171: pallet_multisig::Multisig<BlockNumber, Balance, sp_core::crypto::AccountId32, MaxApprovals>
1432
1440
  **/
1433
1441
  PalletMultisigMultisig: {
1434
1442
  when: 'PalletMultisigTimepoint',
@@ -1437,7 +1445,7 @@ exports.default = {
1437
1445
  approvals: 'Vec<AccountId32>'
1438
1446
  },
1439
1447
  /**
1440
- * Lookup172: pallet_multisig::pallet::Call<T>
1448
+ * Lookup174: pallet_multisig::pallet::Call<T>
1441
1449
  **/
1442
1450
  PalletMultisigCall: {
1443
1451
  _enum: {
@@ -1468,7 +1476,7 @@ exports.default = {
1468
1476
  }
1469
1477
  },
1470
1478
  /**
1471
- * Lookup174: pallet_proxy::pallet::Call<T>
1479
+ * Lookup176: pallet_proxy::pallet::Call<T>
1472
1480
  **/
1473
1481
  PalletProxyCall: {
1474
1482
  _enum: {
@@ -1521,11 +1529,11 @@ exports.default = {
1521
1529
  }
1522
1530
  },
1523
1531
  /**
1524
- * Lookup179: pallet_ticks::pallet::Call<T>
1532
+ * Lookup181: pallet_ticks::pallet::Call<T>
1525
1533
  **/
1526
1534
  PalletTicksCall: 'Null',
1527
1535
  /**
1528
- * Lookup180: pallet_mining_slot::pallet::Call<T>
1536
+ * Lookup182: pallet_mining_slot::pallet::Call<T>
1529
1537
  **/
1530
1538
  PalletMiningSlotCall: {
1531
1539
  _enum: {
@@ -1540,14 +1548,14 @@ exports.default = {
1540
1548
  }
1541
1549
  },
1542
1550
  /**
1543
- * Lookup182: pallet_mining_slot::MiningSlotBid<VaultId, Balance>
1551
+ * Lookup184: pallet_mining_slot::MiningSlotBid<VaultId, Balance>
1544
1552
  **/
1545
1553
  PalletMiningSlotMiningSlotBid: {
1546
1554
  vaultId: 'u32',
1547
1555
  amount: 'u128'
1548
1556
  },
1549
1557
  /**
1550
- * Lookup183: pallet_bitcoin_utxos::pallet::Call<T>
1558
+ * Lookup185: pallet_bitcoin_utxos::pallet::Call<T>
1551
1559
  **/
1552
1560
  PalletBitcoinUtxosCall: {
1553
1561
  _enum: {
@@ -1564,7 +1572,7 @@ exports.default = {
1564
1572
  }
1565
1573
  },
1566
1574
  /**
1567
- * Lookup184: argon_primitives::inherents::BitcoinUtxoSync
1575
+ * Lookup186: argon_primitives::inherents::BitcoinUtxoSync
1568
1576
  **/
1569
1577
  ArgonPrimitivesInherentsBitcoinUtxoSync: {
1570
1578
  spent: 'BTreeMap<u64, u64>',
@@ -1573,14 +1581,14 @@ exports.default = {
1573
1581
  syncToBlock: 'ArgonPrimitivesBitcoinBitcoinBlock'
1574
1582
  },
1575
1583
  /**
1576
- * Lookup194: argon_primitives::bitcoin::BitcoinBlock
1584
+ * Lookup196: argon_primitives::bitcoin::BitcoinBlock
1577
1585
  **/
1578
1586
  ArgonPrimitivesBitcoinBitcoinBlock: {
1579
1587
  blockHeight: 'Compact<u64>',
1580
1588
  blockHash: 'ArgonPrimitivesBitcoinH256Le'
1581
1589
  },
1582
1590
  /**
1583
- * Lookup195: pallet_vaults::pallet::Call<T>
1591
+ * Lookup197: pallet_vaults::pallet::Call<T>
1584
1592
  **/
1585
1593
  PalletVaultsCall: {
1586
1594
  _enum: {
@@ -1607,7 +1615,7 @@ exports.default = {
1607
1615
  }
1608
1616
  },
1609
1617
  /**
1610
- * Lookup196: pallet_vaults::pallet::VaultConfig<Balance>
1618
+ * Lookup198: pallet_vaults::pallet::VaultConfig<Balance>
1611
1619
  **/
1612
1620
  PalletVaultsVaultConfig: {
1613
1621
  terms: 'ArgonPrimitivesBondVaultTerms',
@@ -1617,7 +1625,7 @@ exports.default = {
1617
1625
  securitizationPercent: 'Compact<u128>'
1618
1626
  },
1619
1627
  /**
1620
- * Lookup197: argon_primitives::bond::VaultTerms<Balance>
1628
+ * Lookup199: argon_primitives::bond::VaultTerms<Balance>
1621
1629
  **/
1622
1630
  ArgonPrimitivesBondVaultTerms: {
1623
1631
  bitcoinAnnualPercentRate: 'Compact<u128>',
@@ -1627,11 +1635,11 @@ exports.default = {
1627
1635
  miningRewardSharingPercentTake: 'Compact<u128>'
1628
1636
  },
1629
1637
  /**
1630
- * Lookup198: argon_primitives::bitcoin::OpaqueBitcoinXpub
1638
+ * Lookup200: argon_primitives::bitcoin::OpaqueBitcoinXpub
1631
1639
  **/
1632
1640
  ArgonPrimitivesBitcoinOpaqueBitcoinXpub: '[u8;78]',
1633
1641
  /**
1634
- * Lookup200: pallet_bond::pallet::Call<T>
1642
+ * Lookup202: pallet_bond::pallet::Call<T>
1635
1643
  **/
1636
1644
  PalletBondCall: {
1637
1645
  _enum: {
@@ -1655,11 +1663,11 @@ exports.default = {
1655
1663
  }
1656
1664
  },
1657
1665
  /**
1658
- * Lookup201: argon_primitives::bitcoin::CompressedBitcoinPubkey
1666
+ * Lookup203: argon_primitives::bitcoin::CompressedBitcoinPubkey
1659
1667
  **/
1660
1668
  ArgonPrimitivesBitcoinCompressedBitcoinPubkey: '[u8;33]',
1661
1669
  /**
1662
- * Lookup205: pallet_notaries::pallet::Call<T>
1670
+ * Lookup207: pallet_notaries::pallet::Call<T>
1663
1671
  **/
1664
1672
  PalletNotariesCall: {
1665
1673
  _enum: {
@@ -1677,7 +1685,7 @@ exports.default = {
1677
1685
  }
1678
1686
  },
1679
1687
  /**
1680
- * Lookup206: pallet_notebook::pallet::Call<T>
1688
+ * Lookup208: pallet_notebook::pallet::Call<T>
1681
1689
  **/
1682
1690
  PalletNotebookCall: {
1683
1691
  _enum: {
@@ -1690,14 +1698,14 @@ exports.default = {
1690
1698
  }
1691
1699
  },
1692
1700
  /**
1693
- * Lookup208: argon_primitives::notebook::SignedNotebookHeader
1701
+ * Lookup210: argon_primitives::notebook::SignedNotebookHeader
1694
1702
  **/
1695
1703
  ArgonPrimitivesNotebookSignedNotebookHeader: {
1696
1704
  header: 'ArgonPrimitivesNotebookNotebookHeader',
1697
1705
  signature: '[u8;64]'
1698
1706
  },
1699
1707
  /**
1700
- * Lookup209: argon_primitives::notebook::NotebookHeader
1708
+ * Lookup211: argon_primitives::notebook::NotebookHeader
1701
1709
  **/
1702
1710
  ArgonPrimitivesNotebookNotebookHeader: {
1703
1711
  version: 'Compact<u16>',
@@ -1717,7 +1725,7 @@ exports.default = {
1717
1725
  domains: 'Vec<(H256,AccountId32)>'
1718
1726
  },
1719
1727
  /**
1720
- * Lookup212: argon_primitives::notebook::ChainTransfer
1728
+ * Lookup214: argon_primitives::notebook::ChainTransfer
1721
1729
  **/
1722
1730
  ArgonPrimitivesNotebookChainTransfer: {
1723
1731
  _enum: {
@@ -1731,14 +1739,14 @@ exports.default = {
1731
1739
  }
1732
1740
  },
1733
1741
  /**
1734
- * Lookup215: argon_primitives::balance_change::AccountOrigin
1742
+ * Lookup217: argon_primitives::balance_change::AccountOrigin
1735
1743
  **/
1736
1744
  ArgonPrimitivesBalanceChangeAccountOrigin: {
1737
1745
  notebookNumber: 'Compact<u32>',
1738
1746
  accountUid: 'Compact<u32>'
1739
1747
  },
1740
1748
  /**
1741
- * Lookup222: pallet_chain_transfer::pallet::Call<T>
1749
+ * Lookup224: pallet_chain_transfer::pallet::Call<T>
1742
1750
  **/
1743
1751
  PalletChainTransferCall: {
1744
1752
  _enum: {
@@ -1749,7 +1757,7 @@ exports.default = {
1749
1757
  }
1750
1758
  },
1751
1759
  /**
1752
- * Lookup223: pallet_block_seal_spec::pallet::Call<T>
1760
+ * Lookup225: pallet_block_seal_spec::pallet::Call<T>
1753
1761
  **/
1754
1762
  PalletBlockSealSpecCall: {
1755
1763
  _enum: {
@@ -1760,7 +1768,7 @@ exports.default = {
1760
1768
  }
1761
1769
  },
1762
1770
  /**
1763
- * Lookup224: pallet_domains::pallet::Call<T>
1771
+ * Lookup226: pallet_domains::pallet::Call<T>
1764
1772
  **/
1765
1773
  PalletDomainsCall: {
1766
1774
  _enum: {
@@ -1771,7 +1779,7 @@ exports.default = {
1771
1779
  }
1772
1780
  },
1773
1781
  /**
1774
- * Lookup225: pallet_price_index::pallet::Call<T>
1782
+ * Lookup227: pallet_price_index::pallet::Call<T>
1775
1783
  **/
1776
1784
  PalletPriceIndexCall: {
1777
1785
  _enum: {
@@ -1784,7 +1792,7 @@ exports.default = {
1784
1792
  }
1785
1793
  },
1786
1794
  /**
1787
- * Lookup226: pallet_price_index::PriceIndex
1795
+ * Lookup228: pallet_price_index::PriceIndex
1788
1796
  **/
1789
1797
  PalletPriceIndexPriceIndex: {
1790
1798
  btcUsdPrice: 'Compact<u128>',
@@ -1793,7 +1801,7 @@ exports.default = {
1793
1801
  tick: 'Compact<u64>'
1794
1802
  },
1795
1803
  /**
1796
- * Lookup227: pallet_grandpa::pallet::Call<T>
1804
+ * Lookup229: pallet_grandpa::pallet::Call<T>
1797
1805
  **/
1798
1806
  PalletGrandpaCall: {
1799
1807
  _enum: {
@@ -1812,14 +1820,14 @@ exports.default = {
1812
1820
  }
1813
1821
  },
1814
1822
  /**
1815
- * Lookup228: sp_consensus_grandpa::EquivocationProof<primitive_types::H256, N>
1823
+ * Lookup230: sp_consensus_grandpa::EquivocationProof<primitive_types::H256, N>
1816
1824
  **/
1817
1825
  SpConsensusGrandpaEquivocationProof: {
1818
1826
  setId: 'u64',
1819
1827
  equivocation: 'SpConsensusGrandpaEquivocation'
1820
1828
  },
1821
1829
  /**
1822
- * Lookup229: sp_consensus_grandpa::Equivocation<primitive_types::H256, N>
1830
+ * Lookup231: sp_consensus_grandpa::Equivocation<primitive_types::H256, N>
1823
1831
  **/
1824
1832
  SpConsensusGrandpaEquivocation: {
1825
1833
  _enum: {
@@ -1828,7 +1836,7 @@ exports.default = {
1828
1836
  }
1829
1837
  },
1830
1838
  /**
1831
- * Lookup230: finality_grandpa::Equivocation<sp_consensus_grandpa::app::Public, finality_grandpa::Prevote<primitive_types::H256, N>, sp_consensus_grandpa::app::Signature>
1839
+ * Lookup232: finality_grandpa::Equivocation<sp_consensus_grandpa::app::Public, finality_grandpa::Prevote<primitive_types::H256, N>, sp_consensus_grandpa::app::Signature>
1832
1840
  **/
1833
1841
  FinalityGrandpaEquivocationPrevote: {
1834
1842
  roundNumber: 'u64',
@@ -1837,18 +1845,18 @@ exports.default = {
1837
1845
  second: '(FinalityGrandpaPrevote,SpConsensusGrandpaAppSignature)'
1838
1846
  },
1839
1847
  /**
1840
- * Lookup231: finality_grandpa::Prevote<primitive_types::H256, N>
1848
+ * Lookup233: finality_grandpa::Prevote<primitive_types::H256, N>
1841
1849
  **/
1842
1850
  FinalityGrandpaPrevote: {
1843
1851
  targetHash: 'H256',
1844
1852
  targetNumber: 'u32'
1845
1853
  },
1846
1854
  /**
1847
- * Lookup232: sp_consensus_grandpa::app::Signature
1855
+ * Lookup234: sp_consensus_grandpa::app::Signature
1848
1856
  **/
1849
1857
  SpConsensusGrandpaAppSignature: '[u8;64]',
1850
1858
  /**
1851
- * Lookup234: finality_grandpa::Equivocation<sp_consensus_grandpa::app::Public, finality_grandpa::Precommit<primitive_types::H256, N>, sp_consensus_grandpa::app::Signature>
1859
+ * Lookup236: finality_grandpa::Equivocation<sp_consensus_grandpa::app::Public, finality_grandpa::Precommit<primitive_types::H256, N>, sp_consensus_grandpa::app::Signature>
1852
1860
  **/
1853
1861
  FinalityGrandpaEquivocationPrecommit: {
1854
1862
  roundNumber: 'u64',
@@ -1857,18 +1865,18 @@ exports.default = {
1857
1865
  second: '(FinalityGrandpaPrecommit,SpConsensusGrandpaAppSignature)'
1858
1866
  },
1859
1867
  /**
1860
- * Lookup235: finality_grandpa::Precommit<primitive_types::H256, N>
1868
+ * Lookup237: finality_grandpa::Precommit<primitive_types::H256, N>
1861
1869
  **/
1862
1870
  FinalityGrandpaPrecommit: {
1863
1871
  targetHash: 'H256',
1864
1872
  targetNumber: 'u32'
1865
1873
  },
1866
1874
  /**
1867
- * Lookup237: sp_core::Void
1875
+ * Lookup239: sp_core::Void
1868
1876
  **/
1869
1877
  SpCoreVoid: 'Null',
1870
1878
  /**
1871
- * Lookup238: pallet_block_seal::pallet::Call<T>
1879
+ * Lookup240: pallet_block_seal::pallet::Call<T>
1872
1880
  **/
1873
1881
  PalletBlockSealCall: {
1874
1882
  _enum: {
@@ -1878,7 +1886,7 @@ exports.default = {
1878
1886
  }
1879
1887
  },
1880
1888
  /**
1881
- * Lookup239: argon_primitives::inherents::BlockSealInherent
1889
+ * Lookup241: argon_primitives::inherents::BlockSealInherent
1882
1890
  **/
1883
1891
  ArgonPrimitivesInherentsBlockSealInherent: {
1884
1892
  _enum: {
@@ -1893,7 +1901,7 @@ exports.default = {
1893
1901
  }
1894
1902
  },
1895
1903
  /**
1896
- * Lookup240: argon_primitives::balance_change::MerkleProof
1904
+ * Lookup242: argon_primitives::balance_change::MerkleProof
1897
1905
  **/
1898
1906
  ArgonPrimitivesBalanceChangeMerkleProof: {
1899
1907
  proof: 'Vec<H256>',
@@ -1901,7 +1909,7 @@ exports.default = {
1901
1909
  leafIndex: 'Compact<u32>'
1902
1910
  },
1903
1911
  /**
1904
- * Lookup242: argon_primitives::block_vote::BlockVoteT<primitive_types::H256>
1912
+ * Lookup244: argon_primitives::block_vote::BlockVoteT<primitive_types::H256>
1905
1913
  **/
1906
1914
  ArgonPrimitivesBlockVoteBlockVoteT: {
1907
1915
  accountId: 'AccountId32',
@@ -1913,7 +1921,7 @@ exports.default = {
1913
1921
  tick: 'Compact<u64>'
1914
1922
  },
1915
1923
  /**
1916
- * Lookup243: sp_runtime::MultiSignature
1924
+ * Lookup245: sp_runtime::MultiSignature
1917
1925
  **/
1918
1926
  SpRuntimeMultiSignature: {
1919
1927
  _enum: {
@@ -1923,15 +1931,15 @@ exports.default = {
1923
1931
  }
1924
1932
  },
1925
1933
  /**
1926
- * Lookup245: pallet_block_rewards::pallet::Call<T>
1934
+ * Lookup247: pallet_block_rewards::pallet::Call<T>
1927
1935
  **/
1928
1936
  PalletBlockRewardsCall: 'Null',
1929
1937
  /**
1930
- * Lookup246: pallet_mint::pallet::Call<T>
1938
+ * Lookup248: pallet_mint::pallet::Call<T>
1931
1939
  **/
1932
1940
  PalletMintCall: 'Null',
1933
1941
  /**
1934
- * Lookup247: pallet_balances::pallet::Call<T, I>
1942
+ * Lookup249: pallet_balances::pallet::Call<T, I>
1935
1943
  **/
1936
1944
  PalletBalancesCall: {
1937
1945
  _enum: {
@@ -1976,13 +1984,13 @@ exports.default = {
1976
1984
  }
1977
1985
  },
1978
1986
  /**
1979
- * Lookup248: pallet_balances::types::AdjustmentDirection
1987
+ * Lookup250: pallet_balances::types::AdjustmentDirection
1980
1988
  **/
1981
1989
  PalletBalancesAdjustmentDirection: {
1982
1990
  _enum: ['Increase', 'Decrease']
1983
1991
  },
1984
1992
  /**
1985
- * Lookup250: pallet_tx_pause::pallet::Call<T>
1993
+ * Lookup252: pallet_tx_pause::pallet::Call<T>
1986
1994
  **/
1987
1995
  PalletTxPauseCall: {
1988
1996
  _enum: {
@@ -1995,7 +2003,7 @@ exports.default = {
1995
2003
  }
1996
2004
  },
1997
2005
  /**
1998
- * Lookup251: pallet_utility::pallet::Call<T>
2006
+ * Lookup253: pallet_utility::pallet::Call<T>
1999
2007
  **/
2000
2008
  PalletUtilityCall: {
2001
2009
  _enum: {
@@ -2023,7 +2031,7 @@ exports.default = {
2023
2031
  }
2024
2032
  },
2025
2033
  /**
2026
- * Lookup253: argon_runtime::OriginCaller
2034
+ * Lookup255: argon_runtime::OriginCaller
2027
2035
  **/
2028
2036
  ArgonRuntimeOriginCaller: {
2029
2037
  _enum: {
@@ -2032,7 +2040,7 @@ exports.default = {
2032
2040
  }
2033
2041
  },
2034
2042
  /**
2035
- * Lookup254: frame_support::dispatch::RawOrigin<sp_core::crypto::AccountId32>
2043
+ * Lookup256: frame_support::dispatch::RawOrigin<sp_core::crypto::AccountId32>
2036
2044
  **/
2037
2045
  FrameSupportDispatchRawOrigin: {
2038
2046
  _enum: {
@@ -2042,7 +2050,7 @@ exports.default = {
2042
2050
  }
2043
2051
  },
2044
2052
  /**
2045
- * Lookup255: pallet_sudo::pallet::Call<T>
2053
+ * Lookup257: pallet_sudo::pallet::Call<T>
2046
2054
  **/
2047
2055
  PalletSudoCall: {
2048
2056
  _enum: {
@@ -2067,7 +2075,7 @@ exports.default = {
2067
2075
  }
2068
2076
  },
2069
2077
  /**
2070
- * Lookup256: pallet_ismp::pallet::Call<T>
2078
+ * Lookup258: pallet_ismp::pallet::Call<T>
2071
2079
  **/
2072
2080
  PalletIsmpCall: {
2073
2081
  _enum: {
@@ -2087,7 +2095,7 @@ exports.default = {
2087
2095
  }
2088
2096
  },
2089
2097
  /**
2090
- * Lookup258: ismp::messaging::Message
2098
+ * Lookup260: ismp::messaging::Message
2091
2099
  **/
2092
2100
  IsmpMessagingMessage: {
2093
2101
  _enum: {
@@ -2099,7 +2107,7 @@ exports.default = {
2099
2107
  }
2100
2108
  },
2101
2109
  /**
2102
- * Lookup259: ismp::messaging::ConsensusMessage
2110
+ * Lookup261: ismp::messaging::ConsensusMessage
2103
2111
  **/
2104
2112
  IsmpMessagingConsensusMessage: {
2105
2113
  consensusProof: 'Bytes',
@@ -2107,7 +2115,7 @@ exports.default = {
2107
2115
  signer: 'Bytes'
2108
2116
  },
2109
2117
  /**
2110
- * Lookup260: ismp::messaging::FraudProofMessage
2118
+ * Lookup262: ismp::messaging::FraudProofMessage
2111
2119
  **/
2112
2120
  IsmpMessagingFraudProofMessage: {
2113
2121
  proof1: 'Bytes',
@@ -2115,7 +2123,7 @@ exports.default = {
2115
2123
  consensusStateId: '[u8;4]'
2116
2124
  },
2117
2125
  /**
2118
- * Lookup261: ismp::messaging::RequestMessage
2126
+ * Lookup263: ismp::messaging::RequestMessage
2119
2127
  **/
2120
2128
  IsmpMessagingRequestMessage: {
2121
2129
  requests: 'Vec<IsmpRouterPostRequest>',
@@ -2123,7 +2131,7 @@ exports.default = {
2123
2131
  signer: 'Bytes'
2124
2132
  },
2125
2133
  /**
2126
- * Lookup263: ismp::router::PostRequest
2134
+ * Lookup265: ismp::router::PostRequest
2127
2135
  **/
2128
2136
  IsmpRouterPostRequest: {
2129
2137
  source: 'IsmpHostStateMachine',
@@ -2135,14 +2143,14 @@ exports.default = {
2135
2143
  body: 'Bytes'
2136
2144
  },
2137
2145
  /**
2138
- * Lookup264: ismp::messaging::Proof
2146
+ * Lookup266: ismp::messaging::Proof
2139
2147
  **/
2140
2148
  IsmpMessagingProof: {
2141
2149
  height: 'IsmpConsensusStateMachineHeight',
2142
2150
  proof: 'Bytes'
2143
2151
  },
2144
2152
  /**
2145
- * Lookup265: ismp::messaging::ResponseMessage
2153
+ * Lookup267: ismp::messaging::ResponseMessage
2146
2154
  **/
2147
2155
  IsmpMessagingResponseMessage: {
2148
2156
  datagram: 'IsmpRouterRequestResponse',
@@ -2150,7 +2158,7 @@ exports.default = {
2150
2158
  signer: 'Bytes'
2151
2159
  },
2152
2160
  /**
2153
- * Lookup266: ismp::router::RequestResponse
2161
+ * Lookup268: ismp::router::RequestResponse
2154
2162
  **/
2155
2163
  IsmpRouterRequestResponse: {
2156
2164
  _enum: {
@@ -2159,7 +2167,7 @@ exports.default = {
2159
2167
  }
2160
2168
  },
2161
2169
  /**
2162
- * Lookup268: ismp::router::Request
2170
+ * Lookup270: ismp::router::Request
2163
2171
  **/
2164
2172
  IsmpRouterRequest: {
2165
2173
  _enum: {
@@ -2168,7 +2176,7 @@ exports.default = {
2168
2176
  }
2169
2177
  },
2170
2178
  /**
2171
- * Lookup269: ismp::router::GetRequest
2179
+ * Lookup271: ismp::router::GetRequest
2172
2180
  **/
2173
2181
  IsmpRouterGetRequest: {
2174
2182
  _alias: {
@@ -2184,7 +2192,7 @@ exports.default = {
2184
2192
  timeoutTimestamp: 'u64'
2185
2193
  },
2186
2194
  /**
2187
- * Lookup271: ismp::router::Response
2195
+ * Lookup273: ismp::router::Response
2188
2196
  **/
2189
2197
  IsmpRouterResponse: {
2190
2198
  _enum: {
@@ -2193,7 +2201,7 @@ exports.default = {
2193
2201
  }
2194
2202
  },
2195
2203
  /**
2196
- * Lookup272: ismp::router::PostResponse
2204
+ * Lookup274: ismp::router::PostResponse
2197
2205
  **/
2198
2206
  IsmpRouterPostResponse: {
2199
2207
  post: 'IsmpRouterPostRequest',
@@ -2201,21 +2209,21 @@ exports.default = {
2201
2209
  timeoutTimestamp: 'u64'
2202
2210
  },
2203
2211
  /**
2204
- * Lookup273: ismp::router::GetResponse
2212
+ * Lookup275: ismp::router::GetResponse
2205
2213
  **/
2206
2214
  IsmpRouterGetResponse: {
2207
2215
  get: 'IsmpRouterGetRequest',
2208
2216
  values: 'Vec<IsmpRouterStorageValue>'
2209
2217
  },
2210
2218
  /**
2211
- * Lookup275: ismp::router::StorageValue
2219
+ * Lookup277: ismp::router::StorageValue
2212
2220
  **/
2213
2221
  IsmpRouterStorageValue: {
2214
2222
  key: 'Bytes',
2215
2223
  value: 'Option<Bytes>'
2216
2224
  },
2217
2225
  /**
2218
- * Lookup277: ismp::messaging::TimeoutMessage
2226
+ * Lookup279: ismp::messaging::TimeoutMessage
2219
2227
  **/
2220
2228
  IsmpMessagingTimeoutMessage: {
2221
2229
  _enum: {
@@ -2233,7 +2241,7 @@ exports.default = {
2233
2241
  }
2234
2242
  },
2235
2243
  /**
2236
- * Lookup279: ismp::messaging::CreateConsensusState
2244
+ * Lookup281: ismp::messaging::CreateConsensusState
2237
2245
  **/
2238
2246
  IsmpMessagingCreateConsensusState: {
2239
2247
  consensusState: 'Bytes',
@@ -2244,14 +2252,14 @@ exports.default = {
2244
2252
  stateMachineCommitments: 'Vec<(IsmpConsensusStateMachineId,IsmpMessagingStateCommitmentHeight)>'
2245
2253
  },
2246
2254
  /**
2247
- * Lookup285: ismp::messaging::StateCommitmentHeight
2255
+ * Lookup287: ismp::messaging::StateCommitmentHeight
2248
2256
  **/
2249
2257
  IsmpMessagingStateCommitmentHeight: {
2250
2258
  commitment: 'IsmpConsensusStateCommitment',
2251
2259
  height: 'u64'
2252
2260
  },
2253
2261
  /**
2254
- * Lookup286: ismp::consensus::StateCommitment
2262
+ * Lookup288: ismp::consensus::StateCommitment
2255
2263
  **/
2256
2264
  IsmpConsensusStateCommitment: {
2257
2265
  timestamp: 'u64',
@@ -2259,7 +2267,7 @@ exports.default = {
2259
2267
  stateRoot: 'H256'
2260
2268
  },
2261
2269
  /**
2262
- * Lookup287: pallet_ismp::utils::UpdateConsensusState
2270
+ * Lookup289: pallet_ismp::utils::UpdateConsensusState
2263
2271
  **/
2264
2272
  PalletIsmpUtilsUpdateConsensusState: {
2265
2273
  consensusStateId: '[u8;4]',
@@ -2267,14 +2275,14 @@ exports.default = {
2267
2275
  challengePeriods: 'BTreeMap<IsmpHostStateMachine, u64>'
2268
2276
  },
2269
2277
  /**
2270
- * Lookup288: pallet_ismp::utils::FundMessageParams<Balance>
2278
+ * Lookup290: pallet_ismp::utils::FundMessageParams<Balance>
2271
2279
  **/
2272
2280
  PalletIsmpUtilsFundMessageParams: {
2273
2281
  commitment: 'PalletIsmpUtilsMessageCommitment',
2274
2282
  amount: 'u128'
2275
2283
  },
2276
2284
  /**
2277
- * Lookup289: pallet_ismp::utils::MessageCommitment
2285
+ * Lookup291: pallet_ismp::utils::MessageCommitment
2278
2286
  **/
2279
2287
  PalletIsmpUtilsMessageCommitment: {
2280
2288
  _enum: {
@@ -2283,7 +2291,7 @@ exports.default = {
2283
2291
  }
2284
2292
  },
2285
2293
  /**
2286
- * Lookup290: ismp_grandpa::pallet::Call<T>
2294
+ * Lookup292: ismp_grandpa::pallet::Call<T>
2287
2295
  **/
2288
2296
  IsmpGrandpaCall: {
2289
2297
  _enum: {
@@ -2296,14 +2304,14 @@ exports.default = {
2296
2304
  }
2297
2305
  },
2298
2306
  /**
2299
- * Lookup292: ismp_grandpa::AddStateMachine
2307
+ * Lookup294: ismp_grandpa::AddStateMachine
2300
2308
  **/
2301
2309
  IsmpGrandpaAddStateMachine: {
2302
2310
  stateMachine: 'IsmpHostStateMachine',
2303
2311
  slotDuration: 'u64'
2304
2312
  },
2305
2313
  /**
2306
- * Lookup293: pallet_token_gateway::pallet::Call<T>
2314
+ * Lookup295: pallet_token_gateway::pallet::Call<T>
2307
2315
  **/
2308
2316
  PalletTokenGatewayCall: {
2309
2317
  _enum: {
@@ -2322,7 +2330,7 @@ exports.default = {
2322
2330
  }
2323
2331
  },
2324
2332
  /**
2325
- * Lookup294: pallet_token_gateway::types::TeleportParams<AssetId, Balance>
2333
+ * Lookup296: pallet_token_gateway::types::TeleportParams<AssetId, Balance>
2326
2334
  **/
2327
2335
  PalletTokenGatewayTeleportParams: {
2328
2336
  assetId: 'u32',
@@ -2331,17 +2339,19 @@ exports.default = {
2331
2339
  amount: 'u128',
2332
2340
  timeout: 'u64',
2333
2341
  tokenGateway: 'Bytes',
2334
- relayerFee: 'u128'
2342
+ relayerFee: 'u128',
2343
+ callData: 'Option<Bytes>'
2335
2344
  },
2336
2345
  /**
2337
- * Lookup298: pallet_token_gateway::types::AssetRegistration<AssetId>
2346
+ * Lookup300: pallet_token_gateway::types::AssetRegistration<AssetId>
2338
2347
  **/
2339
2348
  PalletTokenGatewayAssetRegistration: {
2340
2349
  localId: 'u32',
2341
- reg: 'TokenGatewayPrimitivesGatewayAssetRegistration'
2350
+ reg: 'TokenGatewayPrimitivesGatewayAssetRegistration',
2351
+ native: 'bool'
2342
2352
  },
2343
2353
  /**
2344
- * Lookup299: token_gateway_primitives::GatewayAssetRegistration
2354
+ * Lookup301: token_gateway_primitives::GatewayAssetRegistration
2345
2355
  **/
2346
2356
  TokenGatewayPrimitivesGatewayAssetRegistration: {
2347
2357
  name: 'Bytes',
@@ -2350,7 +2360,7 @@ exports.default = {
2350
2360
  minimumBalance: 'Option<u128>'
2351
2361
  },
2352
2362
  /**
2353
- * Lookup301: token_gateway_primitives::GatewayAssetUpdate
2363
+ * Lookup303: token_gateway_primitives::GatewayAssetUpdate
2354
2364
  **/
2355
2365
  TokenGatewayPrimitivesGatewayAssetUpdate: {
2356
2366
  assetId: 'H256',
@@ -2359,13 +2369,13 @@ exports.default = {
2359
2369
  newAdmins: 'Vec<(IsmpHostStateMachine,H160)>'
2360
2370
  },
2361
2371
  /**
2362
- * Lookup308: pallet_multisig::pallet::Error<T>
2372
+ * Lookup310: pallet_multisig::pallet::Error<T>
2363
2373
  **/
2364
2374
  PalletMultisigError: {
2365
2375
  _enum: ['MinimumThreshold', 'AlreadyApproved', 'NoApprovalsNeeded', 'TooFewSignatories', 'TooManySignatories', 'SignatoriesOutOfOrder', 'SenderInSignatories', 'NotFound', 'NotOwner', 'NoTimepoint', 'WrongTimepoint', 'UnexpectedTimepoint', 'MaxWeightTooLow', 'AlreadyStored']
2366
2376
  },
2367
2377
  /**
2368
- * Lookup311: pallet_proxy::ProxyDefinition<sp_core::crypto::AccountId32, argon_runtime::configs::ProxyType, BlockNumber>
2378
+ * Lookup313: pallet_proxy::ProxyDefinition<sp_core::crypto::AccountId32, argon_runtime::configs::ProxyType, BlockNumber>
2369
2379
  **/
2370
2380
  PalletProxyProxyDefinition: {
2371
2381
  delegate: 'AccountId32',
@@ -2373,7 +2383,7 @@ exports.default = {
2373
2383
  delay: 'u32'
2374
2384
  },
2375
2385
  /**
2376
- * Lookup315: pallet_proxy::Announcement<sp_core::crypto::AccountId32, primitive_types::H256, BlockNumber>
2386
+ * Lookup317: pallet_proxy::Announcement<sp_core::crypto::AccountId32, primitive_types::H256, BlockNumber>
2377
2387
  **/
2378
2388
  PalletProxyAnnouncement: {
2379
2389
  real: 'AccountId32',
@@ -2381,32 +2391,41 @@ exports.default = {
2381
2391
  height: 'u32'
2382
2392
  },
2383
2393
  /**
2384
- * Lookup317: pallet_proxy::pallet::Error<T>
2394
+ * Lookup319: pallet_proxy::pallet::Error<T>
2385
2395
  **/
2386
2396
  PalletProxyError: {
2387
2397
  _enum: ['TooMany', 'NotFound', 'NotProxy', 'Unproxyable', 'Duplicate', 'NoPermission', 'Unannounced', 'NoSelfProxy']
2388
2398
  },
2389
2399
  /**
2390
- * Lookup318: argon_primitives::tick::Ticker
2400
+ * Lookup320: argon_primitives::tick::Ticker
2391
2401
  **/
2392
2402
  ArgonPrimitivesTickTicker: {
2393
2403
  tickDurationMillis: 'Compact<u64>',
2394
2404
  channelHoldExpirationTicks: 'Compact<u64>'
2395
2405
  },
2396
2406
  /**
2397
- * Lookup320: pallet_ticks::pallet::Error<T>
2407
+ * Lookup322: pallet_ticks::pallet::Error<T>
2398
2408
  **/
2399
2409
  PalletTicksError: 'Null',
2400
2410
  /**
2401
- * Lookup327: argon_primitives::block_seal::MiningSlotConfig<BlockNumber>
2411
+ * Lookup328: argon_primitives::block_seal::MiningBidStats
2412
+ **/
2413
+ ArgonPrimitivesBlockSealMiningBidStats: {
2414
+ bidsCount: 'u32',
2415
+ bidAmountMin: 'u128',
2416
+ bidAmountMax: 'u128',
2417
+ bidAmountSum: 'u128'
2418
+ },
2419
+ /**
2420
+ * Lookup330: argon_primitives::block_seal::MiningSlotConfig<BlockNumber>
2402
2421
  **/
2403
2422
  ArgonPrimitivesBlockSealMiningSlotConfig: {
2404
2423
  blocksBeforeBidEndForVrfClose: 'Compact<u32>',
2405
2424
  blocksBetweenSlots: 'Compact<u32>',
2406
- slotBiddingStartBlock: 'Compact<u32>'
2425
+ slotBiddingStartAfterTicks: 'Compact<u64>'
2407
2426
  },
2408
2427
  /**
2409
- * Lookup328: pallet_mining_slot::pallet::Error<T>
2428
+ * Lookup332: pallet_mining_slot::pallet::Error<T>
2410
2429
  **/
2411
2430
  PalletMiningSlotError: {
2412
2431
  _enum: {
@@ -2434,13 +2453,13 @@ exports.default = {
2434
2453
  }
2435
2454
  },
2436
2455
  /**
2437
- * Lookup329: argon_primitives::bond::BondError
2456
+ * Lookup333: argon_primitives::bond::BondError
2438
2457
  **/
2439
2458
  ArgonPrimitivesBondBondError: {
2440
2459
  _enum: ['BondNotFound', 'NoMoreBondIds', 'MinimumBondAmountNotMet', 'VaultClosed', 'ExpirationAtBlockOverflow', 'AccountWouldBeBelowMinimum', 'InsufficientFunds', 'InsufficientVaultFunds', 'InsufficientBitcoinsForMining', 'ExpirationTooSoon', 'NoPermissions', 'HoldUnexpectedlyModified', 'UnrecoverableHold', 'VaultNotFound', 'NoVaultBitcoinPubkeysAvailable', 'UnableToGenerateVaultBitcoinPubkey', 'UnableToDecodeVaultBitcoinPubkey', 'FeeExceedsBondAmount', 'InvalidBitcoinScript', 'InternalError']
2441
2460
  },
2442
2461
  /**
2443
- * Lookup330: argon_primitives::bitcoin::UtxoValue
2462
+ * Lookup334: argon_primitives::bitcoin::UtxoValue
2444
2463
  **/
2445
2464
  ArgonPrimitivesBitcoinUtxoValue: {
2446
2465
  utxoId: 'u64',
@@ -2450,7 +2469,7 @@ exports.default = {
2450
2469
  watchForSpentUntilHeight: 'Compact<u64>'
2451
2470
  },
2452
2471
  /**
2453
- * Lookup331: argon_primitives::bitcoin::BitcoinCosignScriptPubkey
2472
+ * Lookup335: argon_primitives::bitcoin::BitcoinCosignScriptPubkey
2454
2473
  **/
2455
2474
  ArgonPrimitivesBitcoinBitcoinCosignScriptPubkey: {
2456
2475
  _enum: {
@@ -2460,19 +2479,19 @@ exports.default = {
2460
2479
  }
2461
2480
  },
2462
2481
  /**
2463
- * Lookup336: argon_primitives::bitcoin::BitcoinNetwork
2482
+ * Lookup340: argon_primitives::bitcoin::BitcoinNetwork
2464
2483
  **/
2465
2484
  ArgonPrimitivesBitcoinBitcoinNetwork: {
2466
2485
  _enum: ['Bitcoin', 'Testnet', 'Signet', 'Regtest']
2467
2486
  },
2468
2487
  /**
2469
- * Lookup339: pallet_bitcoin_utxos::pallet::Error<T>
2488
+ * Lookup343: pallet_bitcoin_utxos::pallet::Error<T>
2470
2489
  **/
2471
2490
  PalletBitcoinUtxosError: {
2472
2491
  _enum: ['NoPermissions', 'NoBitcoinConfirmedBlock', 'InsufficientBitcoinAmount', 'NoBitcoinPricesAvailable', 'ScriptPubkeyConflict', 'UtxoNotLocked', 'RedemptionsUnavailable', 'InvalidBitcoinSyncHeight', 'BitcoinHeightNotConfirmed', 'MaxUtxosExceeded', 'InvalidBitcoinScript']
2473
2492
  },
2474
2493
  /**
2475
- * Lookup340: argon_primitives::bond::Vault<sp_core::crypto::AccountId32, Balance, BlockNumber>
2494
+ * Lookup344: argon_primitives::bond::Vault<sp_core::crypto::AccountId32, Balance, BlockNumber>
2476
2495
  **/
2477
2496
  ArgonPrimitivesBondVault: {
2478
2497
  operatorAccountId: 'AccountId32',
@@ -2485,7 +2504,7 @@ exports.default = {
2485
2504
  pendingTerms: 'Option<(u32,ArgonPrimitivesBondVaultTerms)>'
2486
2505
  },
2487
2506
  /**
2488
- * Lookup341: argon_primitives::bond::VaultArgons<Balance>
2507
+ * Lookup345: argon_primitives::bond::VaultArgons<Balance>
2489
2508
  **/
2490
2509
  ArgonPrimitivesBondVaultArgons: {
2491
2510
  annualPercentRate: 'Compact<u128>',
@@ -2494,7 +2513,7 @@ exports.default = {
2494
2513
  baseFee: 'Compact<u128>'
2495
2514
  },
2496
2515
  /**
2497
- * Lookup345: argon_primitives::bitcoin::BitcoinXPub
2516
+ * Lookup349: argon_primitives::bitcoin::BitcoinXPub
2498
2517
  **/
2499
2518
  ArgonPrimitivesBitcoinBitcoinXPub: {
2500
2519
  publicKey: 'ArgonPrimitivesBitcoinCompressedBitcoinPubkey',
@@ -2505,19 +2524,19 @@ exports.default = {
2505
2524
  network: 'ArgonPrimitivesBitcoinNetworkKind'
2506
2525
  },
2507
2526
  /**
2508
- * Lookup347: argon_primitives::bitcoin::NetworkKind
2527
+ * Lookup351: argon_primitives::bitcoin::NetworkKind
2509
2528
  **/
2510
2529
  ArgonPrimitivesBitcoinNetworkKind: {
2511
2530
  _enum: ['Main', 'Test']
2512
2531
  },
2513
2532
  /**
2514
- * Lookup349: pallet_vaults::pallet::Error<T>
2533
+ * Lookup354: pallet_vaults::pallet::Error<T>
2515
2534
  **/
2516
2535
  PalletVaultsError: {
2517
2536
  _enum: ['BondNotFound', 'NoMoreVaultIds', 'NoMoreBondIds', 'MinimumBondAmountNotMet', 'ExpirationAtBlockOverflow', 'InsufficientFunds', 'InsufficientVaultFunds', 'InsufficientBitcoinsForMining', 'AccountBelowMinimumBalance', 'VaultClosed', 'InvalidVaultAmount', 'VaultReductionBelowAllocatedFunds', 'InvalidSecuritization', 'ReusedVaultBitcoinXpub', 'MaxSecuritizationPercentExceeded', 'InvalidBondType', 'BitcoinUtxoNotFound', 'InsufficientSatoshisBonded', 'NoBitcoinPricesAvailable', 'InvalidBitcoinScript', 'InvalidXpubkey', 'WrongXpubNetwork', 'UnsafeXpubkey', 'UnableToDeriveVaultXpubChild', 'BitcoinConversionFailed', 'ExpirationTooSoon', 'NoPermissions', 'HoldUnexpectedlyModified', 'UnrecoverableHold', 'VaultNotFound', 'FeeExceedsBondAmount', 'NoVaultBitcoinPubkeysAvailable', 'TermsModificationOverflow', 'TermsChangeAlreadyScheduled', 'InternalError', 'UnableToGenerateVaultBitcoinPubkey', 'UnableToDecodeVaultBitcoinPubkey']
2518
2537
  },
2519
2538
  /**
2520
- * Lookup350: argon_primitives::bond::Bond<sp_core::crypto::AccountId32, Balance, BlockNumber>
2539
+ * Lookup355: argon_primitives::bond::Bond<sp_core::crypto::AccountId32, Balance, BlockNumber>
2521
2540
  **/
2522
2541
  ArgonPrimitivesBond: {
2523
2542
  bondType: 'ArgonPrimitivesBondBondType',
@@ -2531,7 +2550,7 @@ exports.default = {
2531
2550
  expiration: 'ArgonPrimitivesBondBondExpiration'
2532
2551
  },
2533
2552
  /**
2534
- * Lookup353: pallet_bond::pallet::UtxoState
2553
+ * Lookup358: pallet_bond::pallet::UtxoState
2535
2554
  **/
2536
2555
  PalletBondUtxoState: {
2537
2556
  bondId: 'Compact<u64>',
@@ -2547,7 +2566,7 @@ exports.default = {
2547
2566
  isVerified: 'bool'
2548
2567
  },
2549
2568
  /**
2550
- * Lookup357: pallet_bond::pallet::UtxoCosignRequest<Balance>
2569
+ * Lookup362: pallet_bond::pallet::UtxoCosignRequest<Balance>
2551
2570
  **/
2552
2571
  PalletBondUtxoCosignRequest: {
2553
2572
  bondId: 'Compact<u64>',
@@ -2558,7 +2577,7 @@ exports.default = {
2558
2577
  redemptionPrice: 'Compact<u128>'
2559
2578
  },
2560
2579
  /**
2561
- * Lookup361: pallet_bond::pallet::Error<T>
2580
+ * Lookup366: pallet_bond::pallet::Error<T>
2562
2581
  **/
2563
2582
  PalletBondError: {
2564
2583
  _enum: {
@@ -2594,13 +2613,13 @@ exports.default = {
2594
2613
  }
2595
2614
  },
2596
2615
  /**
2597
- * Lookup373: pallet_notaries::pallet::Error<T>
2616
+ * Lookup378: pallet_notaries::pallet::Error<T>
2598
2617
  **/
2599
2618
  PalletNotariesError: {
2600
2619
  _enum: ['ProposalNotFound', 'MaxNotariesExceeded', 'MaxProposalsPerBlockExceeded', 'NotAnActiveNotary', 'InvalidNotaryOperator', 'NoMoreNotaryIds', 'EffectiveTickTooSoon', 'TooManyKeys', 'InvalidNotary']
2601
2620
  },
2602
2621
  /**
2603
- * Lookup377: argon_primitives::notary::NotaryNotebookKeyDetails
2622
+ * Lookup382: argon_primitives::notary::NotaryNotebookKeyDetails
2604
2623
  **/
2605
2624
  ArgonPrimitivesNotaryNotaryNotebookKeyDetails: {
2606
2625
  notebookNumber: 'Compact<u32>',
@@ -2610,13 +2629,13 @@ exports.default = {
2610
2629
  parentSecret: 'Option<H256>'
2611
2630
  },
2612
2631
  /**
2613
- * Lookup380: pallet_notebook::pallet::Error<T>
2632
+ * Lookup385: pallet_notebook::pallet::Error<T>
2614
2633
  **/
2615
2634
  PalletNotebookError: {
2616
2635
  _enum: ['DuplicateNotebookNumber', 'MissingNotebookNumber', 'NotebookTickAlreadyUsed', 'InvalidNotebookSignature', 'InvalidSecretProvided', 'CouldNotDecodeNotebook', 'DuplicateNotebookDigest', 'MissingNotebookDigest', 'InvalidNotebookDigest', 'MultipleNotebookInherentsProvided', 'InternalError', 'NotebookSubmittedForLockedNotary', 'InvalidReprocessNotebook', 'InvalidNotaryOperator']
2617
2636
  },
2618
2637
  /**
2619
- * Lookup381: pallet_chain_transfer::QueuedTransferOut<sp_core::crypto::AccountId32, Balance>
2638
+ * Lookup386: pallet_chain_transfer::QueuedTransferOut<sp_core::crypto::AccountId32, Balance>
2620
2639
  **/
2621
2640
  PalletChainTransferQueuedTransferOut: {
2622
2641
  accountId: 'AccountId32',
@@ -2625,17 +2644,17 @@ exports.default = {
2625
2644
  notaryId: 'u32'
2626
2645
  },
2627
2646
  /**
2628
- * Lookup387: frame_support::PalletId
2647
+ * Lookup392: frame_support::PalletId
2629
2648
  **/
2630
2649
  FrameSupportPalletId: '[u8;8]',
2631
2650
  /**
2632
- * Lookup388: pallet_chain_transfer::pallet::Error<T>
2651
+ * Lookup393: pallet_chain_transfer::pallet::Error<T>
2633
2652
  **/
2634
2653
  PalletChainTransferError: {
2635
2654
  _enum: ['MaxBlockTransfersExceeded', 'InsufficientFunds', 'InsufficientNotarizedFunds', 'InvalidOrDuplicatedLocalchainTransfer', 'NotebookIncludesExpiredLocalchainTransfer', 'InvalidNotaryUsedForTransfer']
2636
2655
  },
2637
2656
  /**
2638
- * Lookup393: argon_primitives::notary::NotaryNotebookVoteDigestDetails
2657
+ * Lookup398: argon_primitives::notary::NotaryNotebookVoteDigestDetails
2639
2658
  **/
2640
2659
  ArgonPrimitivesNotaryNotaryNotebookVoteDigestDetails: {
2641
2660
  notaryId: 'Compact<u32>',
@@ -2645,25 +2664,25 @@ exports.default = {
2645
2664
  blockVotingPower: 'Compact<u128>'
2646
2665
  },
2647
2666
  /**
2648
- * Lookup398: pallet_block_seal_spec::pallet::Error<T>
2667
+ * Lookup403: pallet_block_seal_spec::pallet::Error<T>
2649
2668
  **/
2650
2669
  PalletBlockSealSpecError: {
2651
2670
  _enum: ['MaxNotebooksAtTickExceeded']
2652
2671
  },
2653
2672
  /**
2654
- * Lookup400: pallet_domains::pallet::Error<T>
2673
+ * Lookup405: pallet_domains::pallet::Error<T>
2655
2674
  **/
2656
2675
  PalletDomainsError: {
2657
2676
  _enum: ['DomainNotRegistered', 'NotDomainOwner', 'FailedToAddToAddressHistory', 'FailedToAddExpiringDomain', 'AccountDecodingError']
2658
2677
  },
2659
2678
  /**
2660
- * Lookup401: pallet_price_index::pallet::Error<T>
2679
+ * Lookup406: pallet_price_index::pallet::Error<T>
2661
2680
  **/
2662
2681
  PalletPriceIndexError: {
2663
2682
  _enum: ['NotAuthorizedOperator', 'MissingValue', 'PricesTooOld', 'MaxPriceChangePerTickExceeded']
2664
2683
  },
2665
2684
  /**
2666
- * Lookup402: pallet_grandpa::StoredState<N>
2685
+ * Lookup407: pallet_grandpa::StoredState<N>
2667
2686
  **/
2668
2687
  PalletGrandpaStoredState: {
2669
2688
  _enum: {
@@ -2680,7 +2699,7 @@ exports.default = {
2680
2699
  }
2681
2700
  },
2682
2701
  /**
2683
- * Lookup403: pallet_grandpa::StoredPendingChange<N, Limit>
2702
+ * Lookup408: pallet_grandpa::StoredPendingChange<N, Limit>
2684
2703
  **/
2685
2704
  PalletGrandpaStoredPendingChange: {
2686
2705
  scheduledAt: 'u32',
@@ -2689,36 +2708,45 @@ exports.default = {
2689
2708
  forced: 'Option<u32>'
2690
2709
  },
2691
2710
  /**
2692
- * Lookup406: pallet_grandpa::pallet::Error<T>
2711
+ * Lookup411: pallet_grandpa::pallet::Error<T>
2693
2712
  **/
2694
2713
  PalletGrandpaError: {
2695
2714
  _enum: ['PauseFailed', 'ResumeFailed', 'ChangePending', 'TooSoon', 'InvalidKeyOwnershipProof', 'InvalidEquivocationProof', 'DuplicateOffenceReport']
2696
2715
  },
2697
2716
  /**
2698
- * Lookup407: argon_primitives::providers::BlockSealerInfo<sp_core::crypto::AccountId32>
2717
+ * Lookup412: argon_primitives::providers::BlockSealerInfo<sp_core::crypto::AccountId32>
2699
2718
  **/
2700
2719
  ArgonPrimitivesProvidersBlockSealerInfo: {
2701
2720
  blockAuthorAccountId: 'AccountId32',
2702
- blockVoteRewardsAccount: 'Option<AccountId32>'
2721
+ blockVoteRewardsAccount: 'Option<AccountId32>',
2722
+ blockSealAuthority: 'Option<ArgonPrimitivesBlockSealAppPublic>'
2703
2723
  },
2704
2724
  /**
2705
- * Lookup411: pallet_block_seal::pallet::Error<T>
2725
+ * Lookup416: pallet_block_seal::pallet::Error<T>
2706
2726
  **/
2707
2727
  PalletBlockSealError: {
2708
- _enum: ['InvalidVoteSealStrength', 'InvalidSubmitter', 'UnableToDecodeVoteAccount', 'UnregisteredBlockAuthor', 'InvalidBlockVoteProof', 'NoGrandparentVoteMinimum', 'DuplicateBlockSealProvided', 'InsufficientVotingPower', 'ParentVotingKeyNotFound', 'InvalidVoteGrandparentHash', 'IneligibleNotebookUsed', 'NoEligibleVotingRoot', 'CouldNotDecodeVote', 'MaxNotebooksAtTickExceeded', 'NoClosestMinerFoundForVote', 'BlockVoteInvalidSignature', 'InvalidForkPowerParent']
2728
+ _enum: ['InvalidVoteSealStrength', 'InvalidSubmitter', 'UnableToDecodeVoteAccount', 'UnregisteredBlockAuthor', 'InvalidBlockVoteProof', 'NoGrandparentVoteMinimum', 'DuplicateBlockSealProvided', 'InsufficientVotingPower', 'ParentVotingKeyNotFound', 'InvalidVoteGrandparentHash', 'IneligibleNotebookUsed', 'NoEligibleVotingRoot', 'CouldNotDecodeVote', 'MaxNotebooksAtTickExceeded', 'NoClosestMinerFoundForVote', 'BlockVoteInvalidSignature', 'InvalidForkPowerParent', 'BlockSealDecodeError']
2709
2729
  },
2710
2730
  /**
2711
- * Lookup414: pallet_block_rewards::pallet::Error<T>
2731
+ * Lookup419: pallet_block_rewards::pallet::Error<T>
2712
2732
  **/
2713
2733
  PalletBlockRewardsError: 'Null',
2714
2734
  /**
2715
- * Lookup418: pallet_mint::pallet::Error<T>
2735
+ * Lookup424: pallet_mint::MintAction<Balance>
2736
+ **/
2737
+ PalletMintMintAction: {
2738
+ argonBurned: 'u128',
2739
+ argonMinted: 'u128',
2740
+ bitcoinMinted: 'u128'
2741
+ },
2742
+ /**
2743
+ * Lookup425: pallet_mint::pallet::Error<T>
2716
2744
  **/
2717
2745
  PalletMintError: {
2718
2746
  _enum: ['TooManyPendingMints']
2719
2747
  },
2720
2748
  /**
2721
- * Lookup420: pallet_balances::types::BalanceLock<Balance>
2749
+ * Lookup427: pallet_balances::types::BalanceLock<Balance>
2722
2750
  **/
2723
2751
  PalletBalancesBalanceLock: {
2724
2752
  id: '[u8;8]',
@@ -2726,27 +2754,27 @@ exports.default = {
2726
2754
  reasons: 'PalletBalancesReasons'
2727
2755
  },
2728
2756
  /**
2729
- * Lookup421: pallet_balances::types::Reasons
2757
+ * Lookup428: pallet_balances::types::Reasons
2730
2758
  **/
2731
2759
  PalletBalancesReasons: {
2732
2760
  _enum: ['Fee', 'Misc', 'All']
2733
2761
  },
2734
2762
  /**
2735
- * Lookup424: pallet_balances::types::ReserveData<ReserveIdentifier, Balance>
2763
+ * Lookup431: pallet_balances::types::ReserveData<ReserveIdentifier, Balance>
2736
2764
  **/
2737
2765
  PalletBalancesReserveData: {
2738
2766
  id: '[u8;8]',
2739
2767
  amount: 'u128'
2740
2768
  },
2741
2769
  /**
2742
- * Lookup427: frame_support::traits::tokens::misc::IdAmount<argon_runtime::RuntimeHoldReason, Balance>
2770
+ * Lookup434: frame_support::traits::tokens::misc::IdAmount<argon_runtime::RuntimeHoldReason, Balance>
2743
2771
  **/
2744
2772
  FrameSupportTokensMiscIdAmountRuntimeHoldReason: {
2745
2773
  id: 'ArgonRuntimeRuntimeHoldReason',
2746
2774
  amount: 'u128'
2747
2775
  },
2748
2776
  /**
2749
- * Lookup428: argon_runtime::RuntimeHoldReason
2777
+ * Lookup435: argon_runtime::RuntimeHoldReason
2750
2778
  **/
2751
2779
  ArgonRuntimeRuntimeHoldReason: {
2752
2780
  _enum: {
@@ -2773,38 +2801,38 @@ exports.default = {
2773
2801
  }
2774
2802
  },
2775
2803
  /**
2776
- * Lookup429: pallet_mining_slot::pallet::HoldReason
2804
+ * Lookup436: pallet_mining_slot::pallet::HoldReason
2777
2805
  **/
2778
2806
  PalletMiningSlotHoldReason: {
2779
2807
  _enum: ['RegisterAsMiner']
2780
2808
  },
2781
2809
  /**
2782
- * Lookup430: pallet_vaults::pallet::HoldReason
2810
+ * Lookup437: pallet_vaults::pallet::HoldReason
2783
2811
  **/
2784
2812
  PalletVaultsHoldReason: {
2785
2813
  _enum: ['EnterVault', 'BondFee']
2786
2814
  },
2787
2815
  /**
2788
- * Lookup431: pallet_bond::pallet::HoldReason
2816
+ * Lookup438: pallet_bond::pallet::HoldReason
2789
2817
  **/
2790
2818
  PalletBondHoldReason: {
2791
2819
  _enum: ['UnlockingBitcoin']
2792
2820
  },
2793
2821
  /**
2794
- * Lookup432: pallet_block_rewards::pallet::HoldReason
2822
+ * Lookup439: pallet_block_rewards::pallet::HoldReason
2795
2823
  **/
2796
2824
  PalletBlockRewardsHoldReason: {
2797
2825
  _enum: ['MaturationPeriod']
2798
2826
  },
2799
2827
  /**
2800
- * Lookup435: frame_support::traits::tokens::misc::IdAmount<argon_runtime::RuntimeFreezeReason, Balance>
2828
+ * Lookup442: frame_support::traits::tokens::misc::IdAmount<argon_runtime::RuntimeFreezeReason, Balance>
2801
2829
  **/
2802
2830
  FrameSupportTokensMiscIdAmountRuntimeFreezeReason: {
2803
2831
  id: 'ArgonRuntimeRuntimeFreezeReason',
2804
2832
  amount: 'u128'
2805
2833
  },
2806
2834
  /**
2807
- * Lookup436: argon_runtime::RuntimeFreezeReason
2835
+ * Lookup443: argon_runtime::RuntimeFreezeReason
2808
2836
  **/
2809
2837
  ArgonRuntimeRuntimeFreezeReason: {
2810
2838
  _enum: {
@@ -2831,99 +2859,99 @@ exports.default = {
2831
2859
  }
2832
2860
  },
2833
2861
  /**
2834
- * Lookup437: pallet_block_rewards::pallet::FreezeReason
2862
+ * Lookup444: pallet_block_rewards::pallet::FreezeReason
2835
2863
  **/
2836
2864
  PalletBlockRewardsFreezeReason: {
2837
2865
  _enum: ['MaturationPeriod']
2838
2866
  },
2839
2867
  /**
2840
- * Lookup439: pallet_balances::pallet::Error<T, I>
2868
+ * Lookup446: pallet_balances::pallet::Error<T, I>
2841
2869
  **/
2842
2870
  PalletBalancesError: {
2843
2871
  _enum: ['VestingBalance', 'LiquidityRestrictions', 'InsufficientBalance', 'ExistentialDeposit', 'Expendability', 'ExistingVestingSchedule', 'DeadAccount', 'TooManyReserves', 'TooManyHolds', 'TooManyFreezes', 'IssuanceDeactivated', 'DeltaZero']
2844
2872
  },
2845
2873
  /**
2846
- * Lookup441: pallet_tx_pause::pallet::Error<T>
2874
+ * Lookup448: pallet_tx_pause::pallet::Error<T>
2847
2875
  **/
2848
2876
  PalletTxPauseError: {
2849
2877
  _enum: ['IsPaused', 'IsUnpaused', 'Unpausable', 'NotFound']
2850
2878
  },
2851
2879
  /**
2852
- * Lookup442: pallet_transaction_payment::Releases
2880
+ * Lookup449: pallet_transaction_payment::Releases
2853
2881
  **/
2854
2882
  PalletTransactionPaymentReleases: {
2855
2883
  _enum: ['V1Ancient', 'V2']
2856
2884
  },
2857
2885
  /**
2858
- * Lookup443: pallet_utility::pallet::Error<T>
2886
+ * Lookup450: pallet_utility::pallet::Error<T>
2859
2887
  **/
2860
2888
  PalletUtilityError: {
2861
2889
  _enum: ['TooManyCalls']
2862
2890
  },
2863
2891
  /**
2864
- * Lookup444: pallet_sudo::pallet::Error<T>
2892
+ * Lookup451: pallet_sudo::pallet::Error<T>
2865
2893
  **/
2866
2894
  PalletSudoError: {
2867
2895
  _enum: ['RequireSudo']
2868
2896
  },
2869
2897
  /**
2870
- * Lookup445: pallet_ismp::pallet::Error<T>
2898
+ * Lookup452: pallet_ismp::pallet::Error<T>
2871
2899
  **/
2872
2900
  PalletIsmpError: {
2873
2901
  _enum: ['InvalidMessage', 'MessageNotFound', 'ConsensusClientCreationFailed', 'UnbondingPeriodUpdateFailed', 'ChallengePeriodUpdateFailed']
2874
2902
  },
2875
2903
  /**
2876
- * Lookup446: pallet_hyperbridge::pallet::Error<T>
2904
+ * Lookup453: pallet_hyperbridge::pallet::Error<T>
2877
2905
  **/
2878
2906
  PalletHyperbridgeError: 'Null',
2879
2907
  /**
2880
- * Lookup447: pallet_token_gateway::pallet::Error<T>
2908
+ * Lookup454: pallet_token_gateway::pallet::Error<T>
2881
2909
  **/
2882
2910
  PalletTokenGatewayError: {
2883
2911
  _enum: ['UnregisteredAsset', 'AssetTeleportError', 'CoprocessorNotConfigured', 'DispatchError', 'AssetCreationError', 'AssetDecimalsNotFound', 'NotInitialized', 'UnknownAsset', 'NotAssetOwner']
2884
2912
  },
2885
2913
  /**
2886
- * Lookup450: frame_system::extensions::check_non_zero_sender::CheckNonZeroSender<T>
2914
+ * Lookup457: frame_system::extensions::check_non_zero_sender::CheckNonZeroSender<T>
2887
2915
  **/
2888
2916
  FrameSystemExtensionsCheckNonZeroSender: 'Null',
2889
2917
  /**
2890
- * Lookup451: frame_system::extensions::check_spec_version::CheckSpecVersion<T>
2918
+ * Lookup458: frame_system::extensions::check_spec_version::CheckSpecVersion<T>
2891
2919
  **/
2892
2920
  FrameSystemExtensionsCheckSpecVersion: 'Null',
2893
2921
  /**
2894
- * Lookup452: frame_system::extensions::check_tx_version::CheckTxVersion<T>
2922
+ * Lookup459: frame_system::extensions::check_tx_version::CheckTxVersion<T>
2895
2923
  **/
2896
2924
  FrameSystemExtensionsCheckTxVersion: 'Null',
2897
2925
  /**
2898
- * Lookup453: frame_system::extensions::check_genesis::CheckGenesis<T>
2926
+ * Lookup460: frame_system::extensions::check_genesis::CheckGenesis<T>
2899
2927
  **/
2900
2928
  FrameSystemExtensionsCheckGenesis: 'Null',
2901
2929
  /**
2902
- * Lookup456: frame_system::extensions::check_nonce::CheckNonce<T>
2930
+ * Lookup463: frame_system::extensions::check_nonce::CheckNonce<T>
2903
2931
  **/
2904
2932
  FrameSystemExtensionsCheckNonce: 'Compact<u32>',
2905
2933
  /**
2906
- * Lookup457: frame_system::extensions::check_weight::CheckWeight<T>
2934
+ * Lookup464: frame_system::extensions::check_weight::CheckWeight<T>
2907
2935
  **/
2908
2936
  FrameSystemExtensionsCheckWeight: 'Null',
2909
2937
  /**
2910
- * Lookup458: pallet_transaction_payment::ChargeTransactionPayment<T>
2938
+ * Lookup465: pallet_transaction_payment::ChargeTransactionPayment<T>
2911
2939
  **/
2912
2940
  PalletTransactionPaymentChargeTransactionPayment: 'Compact<u128>',
2913
2941
  /**
2914
- * Lookup459: frame_metadata_hash_extension::CheckMetadataHash<T>
2942
+ * Lookup466: frame_metadata_hash_extension::CheckMetadataHash<T>
2915
2943
  **/
2916
2944
  FrameMetadataHashExtensionCheckMetadataHash: {
2917
2945
  mode: 'FrameMetadataHashExtensionMode'
2918
2946
  },
2919
2947
  /**
2920
- * Lookup460: frame_metadata_hash_extension::Mode
2948
+ * Lookup467: frame_metadata_hash_extension::Mode
2921
2949
  **/
2922
2950
  FrameMetadataHashExtensionMode: {
2923
2951
  _enum: ['Disabled', 'Enabled']
2924
2952
  },
2925
2953
  /**
2926
- * Lookup462: argon_runtime::Runtime
2954
+ * Lookup469: argon_runtime::Runtime
2927
2955
  **/
2928
2956
  ArgonRuntimeRuntime: 'Null'
2929
2957
  };