@argonprotocol/mainchain 0.0.23 → 0.0.25

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (29) hide show
  1. package/lib/cjs/interfaces/augment-api-consts.d.ts +1 -1
  2. package/lib/cjs/interfaces/augment-api-errors.d.ts +4 -0
  3. package/lib/cjs/interfaces/augment-api-query.d.ts +4 -2
  4. package/lib/cjs/interfaces/augment-api-tx.d.ts +1 -1
  5. package/lib/cjs/interfaces/lookup.d.ts +214 -188
  6. package/lib/cjs/interfaces/lookup.js +217 -191
  7. package/lib/cjs/interfaces/lookup.js.map +1 -1
  8. package/lib/cjs/interfaces/registry.d.ts +4 -1
  9. package/lib/cjs/interfaces/types-lookup.d.ts +213 -189
  10. package/lib/esm/interfaces/augment-api-consts.d.ts +1 -1
  11. package/lib/esm/interfaces/augment-api-errors.d.ts +4 -0
  12. package/lib/esm/interfaces/augment-api-query.d.ts +4 -2
  13. package/lib/esm/interfaces/augment-api-tx.d.ts +1 -1
  14. package/lib/esm/interfaces/lookup.d.ts +214 -188
  15. package/lib/esm/interfaces/lookup.js +217 -191
  16. package/lib/esm/interfaces/lookup.js.map +1 -1
  17. package/lib/esm/interfaces/registry.d.ts +4 -1
  18. package/lib/esm/interfaces/types-lookup.d.ts +213 -189
  19. package/lib/tsconfig-cjs.tsbuildinfo +1 -1
  20. package/lib/tsconfig-types.tsbuildinfo +1 -1
  21. package/lib/tsconfig.tsbuildinfo +1 -1
  22. package/lib/types/interfaces/augment-api-consts.d.ts +1 -1
  23. package/lib/types/interfaces/augment-api-errors.d.ts +4 -0
  24. package/lib/types/interfaces/augment-api-query.d.ts +4 -2
  25. package/lib/types/interfaces/augment-api-tx.d.ts +1 -1
  26. package/lib/types/interfaces/lookup.d.ts +214 -188
  27. package/lib/types/interfaces/registry.d.ts +4 -1
  28. package/lib/types/interfaces/types-lookup.d.ts +213 -189
  29. package/package.json +4 -4
@@ -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',
@@ -2334,14 +2342,14 @@ exports.default = {
2334
2342
  relayerFee: 'u128'
2335
2343
  },
2336
2344
  /**
2337
- * Lookup298: pallet_token_gateway::types::AssetRegistration<AssetId>
2345
+ * Lookup300: pallet_token_gateway::types::AssetRegistration<AssetId>
2338
2346
  **/
2339
2347
  PalletTokenGatewayAssetRegistration: {
2340
2348
  localId: 'u32',
2341
2349
  reg: 'TokenGatewayPrimitivesGatewayAssetRegistration'
2342
2350
  },
2343
2351
  /**
2344
- * Lookup299: token_gateway_primitives::GatewayAssetRegistration
2352
+ * Lookup301: token_gateway_primitives::GatewayAssetRegistration
2345
2353
  **/
2346
2354
  TokenGatewayPrimitivesGatewayAssetRegistration: {
2347
2355
  name: 'Bytes',
@@ -2350,7 +2358,7 @@ exports.default = {
2350
2358
  minimumBalance: 'Option<u128>'
2351
2359
  },
2352
2360
  /**
2353
- * Lookup301: token_gateway_primitives::GatewayAssetUpdate
2361
+ * Lookup303: token_gateway_primitives::GatewayAssetUpdate
2354
2362
  **/
2355
2363
  TokenGatewayPrimitivesGatewayAssetUpdate: {
2356
2364
  assetId: 'H256',
@@ -2359,13 +2367,13 @@ exports.default = {
2359
2367
  newAdmins: 'Vec<(IsmpHostStateMachine,H160)>'
2360
2368
  },
2361
2369
  /**
2362
- * Lookup308: pallet_multisig::pallet::Error<T>
2370
+ * Lookup310: pallet_multisig::pallet::Error<T>
2363
2371
  **/
2364
2372
  PalletMultisigError: {
2365
2373
  _enum: ['MinimumThreshold', 'AlreadyApproved', 'NoApprovalsNeeded', 'TooFewSignatories', 'TooManySignatories', 'SignatoriesOutOfOrder', 'SenderInSignatories', 'NotFound', 'NotOwner', 'NoTimepoint', 'WrongTimepoint', 'UnexpectedTimepoint', 'MaxWeightTooLow', 'AlreadyStored']
2366
2374
  },
2367
2375
  /**
2368
- * Lookup311: pallet_proxy::ProxyDefinition<sp_core::crypto::AccountId32, argon_runtime::configs::ProxyType, BlockNumber>
2376
+ * Lookup313: pallet_proxy::ProxyDefinition<sp_core::crypto::AccountId32, argon_runtime::configs::ProxyType, BlockNumber>
2369
2377
  **/
2370
2378
  PalletProxyProxyDefinition: {
2371
2379
  delegate: 'AccountId32',
@@ -2373,7 +2381,7 @@ exports.default = {
2373
2381
  delay: 'u32'
2374
2382
  },
2375
2383
  /**
2376
- * Lookup315: pallet_proxy::Announcement<sp_core::crypto::AccountId32, primitive_types::H256, BlockNumber>
2384
+ * Lookup317: pallet_proxy::Announcement<sp_core::crypto::AccountId32, primitive_types::H256, BlockNumber>
2377
2385
  **/
2378
2386
  PalletProxyAnnouncement: {
2379
2387
  real: 'AccountId32',
@@ -2381,32 +2389,41 @@ exports.default = {
2381
2389
  height: 'u32'
2382
2390
  },
2383
2391
  /**
2384
- * Lookup317: pallet_proxy::pallet::Error<T>
2392
+ * Lookup319: pallet_proxy::pallet::Error<T>
2385
2393
  **/
2386
2394
  PalletProxyError: {
2387
2395
  _enum: ['TooMany', 'NotFound', 'NotProxy', 'Unproxyable', 'Duplicate', 'NoPermission', 'Unannounced', 'NoSelfProxy']
2388
2396
  },
2389
2397
  /**
2390
- * Lookup318: argon_primitives::tick::Ticker
2398
+ * Lookup320: argon_primitives::tick::Ticker
2391
2399
  **/
2392
2400
  ArgonPrimitivesTickTicker: {
2393
2401
  tickDurationMillis: 'Compact<u64>',
2394
2402
  channelHoldExpirationTicks: 'Compact<u64>'
2395
2403
  },
2396
2404
  /**
2397
- * Lookup320: pallet_ticks::pallet::Error<T>
2405
+ * Lookup322: pallet_ticks::pallet::Error<T>
2398
2406
  **/
2399
2407
  PalletTicksError: 'Null',
2400
2408
  /**
2401
- * Lookup327: argon_primitives::block_seal::MiningSlotConfig<BlockNumber>
2409
+ * Lookup328: argon_primitives::block_seal::MiningBidStats
2410
+ **/
2411
+ ArgonPrimitivesBlockSealMiningBidStats: {
2412
+ bidsCount: 'u32',
2413
+ bidAmountMin: 'u128',
2414
+ bidAmountMax: 'u128',
2415
+ bidAmountSum: 'u128'
2416
+ },
2417
+ /**
2418
+ * Lookup330: argon_primitives::block_seal::MiningSlotConfig<BlockNumber>
2402
2419
  **/
2403
2420
  ArgonPrimitivesBlockSealMiningSlotConfig: {
2404
2421
  blocksBeforeBidEndForVrfClose: 'Compact<u32>',
2405
2422
  blocksBetweenSlots: 'Compact<u32>',
2406
- slotBiddingStartBlock: 'Compact<u32>'
2423
+ slotBiddingStartAfterTicks: 'Compact<u64>'
2407
2424
  },
2408
2425
  /**
2409
- * Lookup328: pallet_mining_slot::pallet::Error<T>
2426
+ * Lookup331: pallet_mining_slot::pallet::Error<T>
2410
2427
  **/
2411
2428
  PalletMiningSlotError: {
2412
2429
  _enum: {
@@ -2434,13 +2451,13 @@ exports.default = {
2434
2451
  }
2435
2452
  },
2436
2453
  /**
2437
- * Lookup329: argon_primitives::bond::BondError
2454
+ * Lookup332: argon_primitives::bond::BondError
2438
2455
  **/
2439
2456
  ArgonPrimitivesBondBondError: {
2440
2457
  _enum: ['BondNotFound', 'NoMoreBondIds', 'MinimumBondAmountNotMet', 'VaultClosed', 'ExpirationAtBlockOverflow', 'AccountWouldBeBelowMinimum', 'InsufficientFunds', 'InsufficientVaultFunds', 'InsufficientBitcoinsForMining', 'ExpirationTooSoon', 'NoPermissions', 'HoldUnexpectedlyModified', 'UnrecoverableHold', 'VaultNotFound', 'NoVaultBitcoinPubkeysAvailable', 'UnableToGenerateVaultBitcoinPubkey', 'UnableToDecodeVaultBitcoinPubkey', 'FeeExceedsBondAmount', 'InvalidBitcoinScript', 'InternalError']
2441
2458
  },
2442
2459
  /**
2443
- * Lookup330: argon_primitives::bitcoin::UtxoValue
2460
+ * Lookup333: argon_primitives::bitcoin::UtxoValue
2444
2461
  **/
2445
2462
  ArgonPrimitivesBitcoinUtxoValue: {
2446
2463
  utxoId: 'u64',
@@ -2450,7 +2467,7 @@ exports.default = {
2450
2467
  watchForSpentUntilHeight: 'Compact<u64>'
2451
2468
  },
2452
2469
  /**
2453
- * Lookup331: argon_primitives::bitcoin::BitcoinCosignScriptPubkey
2470
+ * Lookup334: argon_primitives::bitcoin::BitcoinCosignScriptPubkey
2454
2471
  **/
2455
2472
  ArgonPrimitivesBitcoinBitcoinCosignScriptPubkey: {
2456
2473
  _enum: {
@@ -2460,19 +2477,19 @@ exports.default = {
2460
2477
  }
2461
2478
  },
2462
2479
  /**
2463
- * Lookup336: argon_primitives::bitcoin::BitcoinNetwork
2480
+ * Lookup339: argon_primitives::bitcoin::BitcoinNetwork
2464
2481
  **/
2465
2482
  ArgonPrimitivesBitcoinBitcoinNetwork: {
2466
2483
  _enum: ['Bitcoin', 'Testnet', 'Signet', 'Regtest']
2467
2484
  },
2468
2485
  /**
2469
- * Lookup339: pallet_bitcoin_utxos::pallet::Error<T>
2486
+ * Lookup342: pallet_bitcoin_utxos::pallet::Error<T>
2470
2487
  **/
2471
2488
  PalletBitcoinUtxosError: {
2472
2489
  _enum: ['NoPermissions', 'NoBitcoinConfirmedBlock', 'InsufficientBitcoinAmount', 'NoBitcoinPricesAvailable', 'ScriptPubkeyConflict', 'UtxoNotLocked', 'RedemptionsUnavailable', 'InvalidBitcoinSyncHeight', 'BitcoinHeightNotConfirmed', 'MaxUtxosExceeded', 'InvalidBitcoinScript']
2473
2490
  },
2474
2491
  /**
2475
- * Lookup340: argon_primitives::bond::Vault<sp_core::crypto::AccountId32, Balance, BlockNumber>
2492
+ * Lookup343: argon_primitives::bond::Vault<sp_core::crypto::AccountId32, Balance, BlockNumber>
2476
2493
  **/
2477
2494
  ArgonPrimitivesBondVault: {
2478
2495
  operatorAccountId: 'AccountId32',
@@ -2485,7 +2502,7 @@ exports.default = {
2485
2502
  pendingTerms: 'Option<(u32,ArgonPrimitivesBondVaultTerms)>'
2486
2503
  },
2487
2504
  /**
2488
- * Lookup341: argon_primitives::bond::VaultArgons<Balance>
2505
+ * Lookup344: argon_primitives::bond::VaultArgons<Balance>
2489
2506
  **/
2490
2507
  ArgonPrimitivesBondVaultArgons: {
2491
2508
  annualPercentRate: 'Compact<u128>',
@@ -2494,7 +2511,7 @@ exports.default = {
2494
2511
  baseFee: 'Compact<u128>'
2495
2512
  },
2496
2513
  /**
2497
- * Lookup345: argon_primitives::bitcoin::BitcoinXPub
2514
+ * Lookup348: argon_primitives::bitcoin::BitcoinXPub
2498
2515
  **/
2499
2516
  ArgonPrimitivesBitcoinBitcoinXPub: {
2500
2517
  publicKey: 'ArgonPrimitivesBitcoinCompressedBitcoinPubkey',
@@ -2505,19 +2522,19 @@ exports.default = {
2505
2522
  network: 'ArgonPrimitivesBitcoinNetworkKind'
2506
2523
  },
2507
2524
  /**
2508
- * Lookup347: argon_primitives::bitcoin::NetworkKind
2525
+ * Lookup350: argon_primitives::bitcoin::NetworkKind
2509
2526
  **/
2510
2527
  ArgonPrimitivesBitcoinNetworkKind: {
2511
2528
  _enum: ['Main', 'Test']
2512
2529
  },
2513
2530
  /**
2514
- * Lookup349: pallet_vaults::pallet::Error<T>
2531
+ * Lookup353: pallet_vaults::pallet::Error<T>
2515
2532
  **/
2516
2533
  PalletVaultsError: {
2517
2534
  _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
2535
  },
2519
2536
  /**
2520
- * Lookup350: argon_primitives::bond::Bond<sp_core::crypto::AccountId32, Balance, BlockNumber>
2537
+ * Lookup354: argon_primitives::bond::Bond<sp_core::crypto::AccountId32, Balance, BlockNumber>
2521
2538
  **/
2522
2539
  ArgonPrimitivesBond: {
2523
2540
  bondType: 'ArgonPrimitivesBondBondType',
@@ -2531,7 +2548,7 @@ exports.default = {
2531
2548
  expiration: 'ArgonPrimitivesBondBondExpiration'
2532
2549
  },
2533
2550
  /**
2534
- * Lookup353: pallet_bond::pallet::UtxoState
2551
+ * Lookup357: pallet_bond::pallet::UtxoState
2535
2552
  **/
2536
2553
  PalletBondUtxoState: {
2537
2554
  bondId: 'Compact<u64>',
@@ -2547,7 +2564,7 @@ exports.default = {
2547
2564
  isVerified: 'bool'
2548
2565
  },
2549
2566
  /**
2550
- * Lookup357: pallet_bond::pallet::UtxoCosignRequest<Balance>
2567
+ * Lookup361: pallet_bond::pallet::UtxoCosignRequest<Balance>
2551
2568
  **/
2552
2569
  PalletBondUtxoCosignRequest: {
2553
2570
  bondId: 'Compact<u64>',
@@ -2558,7 +2575,7 @@ exports.default = {
2558
2575
  redemptionPrice: 'Compact<u128>'
2559
2576
  },
2560
2577
  /**
2561
- * Lookup361: pallet_bond::pallet::Error<T>
2578
+ * Lookup365: pallet_bond::pallet::Error<T>
2562
2579
  **/
2563
2580
  PalletBondError: {
2564
2581
  _enum: {
@@ -2594,13 +2611,13 @@ exports.default = {
2594
2611
  }
2595
2612
  },
2596
2613
  /**
2597
- * Lookup373: pallet_notaries::pallet::Error<T>
2614
+ * Lookup377: pallet_notaries::pallet::Error<T>
2598
2615
  **/
2599
2616
  PalletNotariesError: {
2600
2617
  _enum: ['ProposalNotFound', 'MaxNotariesExceeded', 'MaxProposalsPerBlockExceeded', 'NotAnActiveNotary', 'InvalidNotaryOperator', 'NoMoreNotaryIds', 'EffectiveTickTooSoon', 'TooManyKeys', 'InvalidNotary']
2601
2618
  },
2602
2619
  /**
2603
- * Lookup377: argon_primitives::notary::NotaryNotebookKeyDetails
2620
+ * Lookup381: argon_primitives::notary::NotaryNotebookKeyDetails
2604
2621
  **/
2605
2622
  ArgonPrimitivesNotaryNotaryNotebookKeyDetails: {
2606
2623
  notebookNumber: 'Compact<u32>',
@@ -2610,13 +2627,13 @@ exports.default = {
2610
2627
  parentSecret: 'Option<H256>'
2611
2628
  },
2612
2629
  /**
2613
- * Lookup380: pallet_notebook::pallet::Error<T>
2630
+ * Lookup384: pallet_notebook::pallet::Error<T>
2614
2631
  **/
2615
2632
  PalletNotebookError: {
2616
2633
  _enum: ['DuplicateNotebookNumber', 'MissingNotebookNumber', 'NotebookTickAlreadyUsed', 'InvalidNotebookSignature', 'InvalidSecretProvided', 'CouldNotDecodeNotebook', 'DuplicateNotebookDigest', 'MissingNotebookDigest', 'InvalidNotebookDigest', 'MultipleNotebookInherentsProvided', 'InternalError', 'NotebookSubmittedForLockedNotary', 'InvalidReprocessNotebook', 'InvalidNotaryOperator']
2617
2634
  },
2618
2635
  /**
2619
- * Lookup381: pallet_chain_transfer::QueuedTransferOut<sp_core::crypto::AccountId32, Balance>
2636
+ * Lookup385: pallet_chain_transfer::QueuedTransferOut<sp_core::crypto::AccountId32, Balance>
2620
2637
  **/
2621
2638
  PalletChainTransferQueuedTransferOut: {
2622
2639
  accountId: 'AccountId32',
@@ -2625,17 +2642,17 @@ exports.default = {
2625
2642
  notaryId: 'u32'
2626
2643
  },
2627
2644
  /**
2628
- * Lookup387: frame_support::PalletId
2645
+ * Lookup391: frame_support::PalletId
2629
2646
  **/
2630
2647
  FrameSupportPalletId: '[u8;8]',
2631
2648
  /**
2632
- * Lookup388: pallet_chain_transfer::pallet::Error<T>
2649
+ * Lookup392: pallet_chain_transfer::pallet::Error<T>
2633
2650
  **/
2634
2651
  PalletChainTransferError: {
2635
2652
  _enum: ['MaxBlockTransfersExceeded', 'InsufficientFunds', 'InsufficientNotarizedFunds', 'InvalidOrDuplicatedLocalchainTransfer', 'NotebookIncludesExpiredLocalchainTransfer', 'InvalidNotaryUsedForTransfer']
2636
2653
  },
2637
2654
  /**
2638
- * Lookup393: argon_primitives::notary::NotaryNotebookVoteDigestDetails
2655
+ * Lookup397: argon_primitives::notary::NotaryNotebookVoteDigestDetails
2639
2656
  **/
2640
2657
  ArgonPrimitivesNotaryNotaryNotebookVoteDigestDetails: {
2641
2658
  notaryId: 'Compact<u32>',
@@ -2645,25 +2662,25 @@ exports.default = {
2645
2662
  blockVotingPower: 'Compact<u128>'
2646
2663
  },
2647
2664
  /**
2648
- * Lookup398: pallet_block_seal_spec::pallet::Error<T>
2665
+ * Lookup402: pallet_block_seal_spec::pallet::Error<T>
2649
2666
  **/
2650
2667
  PalletBlockSealSpecError: {
2651
2668
  _enum: ['MaxNotebooksAtTickExceeded']
2652
2669
  },
2653
2670
  /**
2654
- * Lookup400: pallet_domains::pallet::Error<T>
2671
+ * Lookup404: pallet_domains::pallet::Error<T>
2655
2672
  **/
2656
2673
  PalletDomainsError: {
2657
2674
  _enum: ['DomainNotRegistered', 'NotDomainOwner', 'FailedToAddToAddressHistory', 'FailedToAddExpiringDomain', 'AccountDecodingError']
2658
2675
  },
2659
2676
  /**
2660
- * Lookup401: pallet_price_index::pallet::Error<T>
2677
+ * Lookup405: pallet_price_index::pallet::Error<T>
2661
2678
  **/
2662
2679
  PalletPriceIndexError: {
2663
2680
  _enum: ['NotAuthorizedOperator', 'MissingValue', 'PricesTooOld', 'MaxPriceChangePerTickExceeded']
2664
2681
  },
2665
2682
  /**
2666
- * Lookup402: pallet_grandpa::StoredState<N>
2683
+ * Lookup406: pallet_grandpa::StoredState<N>
2667
2684
  **/
2668
2685
  PalletGrandpaStoredState: {
2669
2686
  _enum: {
@@ -2680,7 +2697,7 @@ exports.default = {
2680
2697
  }
2681
2698
  },
2682
2699
  /**
2683
- * Lookup403: pallet_grandpa::StoredPendingChange<N, Limit>
2700
+ * Lookup407: pallet_grandpa::StoredPendingChange<N, Limit>
2684
2701
  **/
2685
2702
  PalletGrandpaStoredPendingChange: {
2686
2703
  scheduledAt: 'u32',
@@ -2689,36 +2706,45 @@ exports.default = {
2689
2706
  forced: 'Option<u32>'
2690
2707
  },
2691
2708
  /**
2692
- * Lookup406: pallet_grandpa::pallet::Error<T>
2709
+ * Lookup410: pallet_grandpa::pallet::Error<T>
2693
2710
  **/
2694
2711
  PalletGrandpaError: {
2695
2712
  _enum: ['PauseFailed', 'ResumeFailed', 'ChangePending', 'TooSoon', 'InvalidKeyOwnershipProof', 'InvalidEquivocationProof', 'DuplicateOffenceReport']
2696
2713
  },
2697
2714
  /**
2698
- * Lookup407: argon_primitives::providers::BlockSealerInfo<sp_core::crypto::AccountId32>
2715
+ * Lookup411: argon_primitives::providers::BlockSealerInfo<sp_core::crypto::AccountId32>
2699
2716
  **/
2700
2717
  ArgonPrimitivesProvidersBlockSealerInfo: {
2701
2718
  blockAuthorAccountId: 'AccountId32',
2702
- blockVoteRewardsAccount: 'Option<AccountId32>'
2719
+ blockVoteRewardsAccount: 'Option<AccountId32>',
2720
+ blockSealAuthority: 'Option<ArgonPrimitivesBlockSealAppPublic>'
2703
2721
  },
2704
2722
  /**
2705
- * Lookup411: pallet_block_seal::pallet::Error<T>
2723
+ * Lookup415: pallet_block_seal::pallet::Error<T>
2706
2724
  **/
2707
2725
  PalletBlockSealError: {
2708
- _enum: ['InvalidVoteSealStrength', 'InvalidSubmitter', 'UnableToDecodeVoteAccount', 'UnregisteredBlockAuthor', 'InvalidBlockVoteProof', 'NoGrandparentVoteMinimum', 'DuplicateBlockSealProvided', 'InsufficientVotingPower', 'ParentVotingKeyNotFound', 'InvalidVoteGrandparentHash', 'IneligibleNotebookUsed', 'NoEligibleVotingRoot', 'CouldNotDecodeVote', 'MaxNotebooksAtTickExceeded', 'NoClosestMinerFoundForVote', 'BlockVoteInvalidSignature', 'InvalidForkPowerParent']
2726
+ _enum: ['InvalidVoteSealStrength', 'InvalidSubmitter', 'UnableToDecodeVoteAccount', 'UnregisteredBlockAuthor', 'InvalidBlockVoteProof', 'NoGrandparentVoteMinimum', 'DuplicateBlockSealProvided', 'InsufficientVotingPower', 'ParentVotingKeyNotFound', 'InvalidVoteGrandparentHash', 'IneligibleNotebookUsed', 'NoEligibleVotingRoot', 'CouldNotDecodeVote', 'MaxNotebooksAtTickExceeded', 'NoClosestMinerFoundForVote', 'BlockVoteInvalidSignature', 'InvalidForkPowerParent', 'BlockSealDecodeError']
2709
2727
  },
2710
2728
  /**
2711
- * Lookup414: pallet_block_rewards::pallet::Error<T>
2729
+ * Lookup418: pallet_block_rewards::pallet::Error<T>
2712
2730
  **/
2713
2731
  PalletBlockRewardsError: 'Null',
2714
2732
  /**
2715
- * Lookup418: pallet_mint::pallet::Error<T>
2733
+ * Lookup423: pallet_mint::MintAction<Balance>
2734
+ **/
2735
+ PalletMintMintAction: {
2736
+ argonBurned: 'u128',
2737
+ argonMinted: 'u128',
2738
+ bitcoinMinted: 'u128'
2739
+ },
2740
+ /**
2741
+ * Lookup424: pallet_mint::pallet::Error<T>
2716
2742
  **/
2717
2743
  PalletMintError: {
2718
2744
  _enum: ['TooManyPendingMints']
2719
2745
  },
2720
2746
  /**
2721
- * Lookup420: pallet_balances::types::BalanceLock<Balance>
2747
+ * Lookup426: pallet_balances::types::BalanceLock<Balance>
2722
2748
  **/
2723
2749
  PalletBalancesBalanceLock: {
2724
2750
  id: '[u8;8]',
@@ -2726,27 +2752,27 @@ exports.default = {
2726
2752
  reasons: 'PalletBalancesReasons'
2727
2753
  },
2728
2754
  /**
2729
- * Lookup421: pallet_balances::types::Reasons
2755
+ * Lookup427: pallet_balances::types::Reasons
2730
2756
  **/
2731
2757
  PalletBalancesReasons: {
2732
2758
  _enum: ['Fee', 'Misc', 'All']
2733
2759
  },
2734
2760
  /**
2735
- * Lookup424: pallet_balances::types::ReserveData<ReserveIdentifier, Balance>
2761
+ * Lookup430: pallet_balances::types::ReserveData<ReserveIdentifier, Balance>
2736
2762
  **/
2737
2763
  PalletBalancesReserveData: {
2738
2764
  id: '[u8;8]',
2739
2765
  amount: 'u128'
2740
2766
  },
2741
2767
  /**
2742
- * Lookup427: frame_support::traits::tokens::misc::IdAmount<argon_runtime::RuntimeHoldReason, Balance>
2768
+ * Lookup433: frame_support::traits::tokens::misc::IdAmount<argon_runtime::RuntimeHoldReason, Balance>
2743
2769
  **/
2744
2770
  FrameSupportTokensMiscIdAmountRuntimeHoldReason: {
2745
2771
  id: 'ArgonRuntimeRuntimeHoldReason',
2746
2772
  amount: 'u128'
2747
2773
  },
2748
2774
  /**
2749
- * Lookup428: argon_runtime::RuntimeHoldReason
2775
+ * Lookup434: argon_runtime::RuntimeHoldReason
2750
2776
  **/
2751
2777
  ArgonRuntimeRuntimeHoldReason: {
2752
2778
  _enum: {
@@ -2773,38 +2799,38 @@ exports.default = {
2773
2799
  }
2774
2800
  },
2775
2801
  /**
2776
- * Lookup429: pallet_mining_slot::pallet::HoldReason
2802
+ * Lookup435: pallet_mining_slot::pallet::HoldReason
2777
2803
  **/
2778
2804
  PalletMiningSlotHoldReason: {
2779
2805
  _enum: ['RegisterAsMiner']
2780
2806
  },
2781
2807
  /**
2782
- * Lookup430: pallet_vaults::pallet::HoldReason
2808
+ * Lookup436: pallet_vaults::pallet::HoldReason
2783
2809
  **/
2784
2810
  PalletVaultsHoldReason: {
2785
2811
  _enum: ['EnterVault', 'BondFee']
2786
2812
  },
2787
2813
  /**
2788
- * Lookup431: pallet_bond::pallet::HoldReason
2814
+ * Lookup437: pallet_bond::pallet::HoldReason
2789
2815
  **/
2790
2816
  PalletBondHoldReason: {
2791
2817
  _enum: ['UnlockingBitcoin']
2792
2818
  },
2793
2819
  /**
2794
- * Lookup432: pallet_block_rewards::pallet::HoldReason
2820
+ * Lookup438: pallet_block_rewards::pallet::HoldReason
2795
2821
  **/
2796
2822
  PalletBlockRewardsHoldReason: {
2797
2823
  _enum: ['MaturationPeriod']
2798
2824
  },
2799
2825
  /**
2800
- * Lookup435: frame_support::traits::tokens::misc::IdAmount<argon_runtime::RuntimeFreezeReason, Balance>
2826
+ * Lookup441: frame_support::traits::tokens::misc::IdAmount<argon_runtime::RuntimeFreezeReason, Balance>
2801
2827
  **/
2802
2828
  FrameSupportTokensMiscIdAmountRuntimeFreezeReason: {
2803
2829
  id: 'ArgonRuntimeRuntimeFreezeReason',
2804
2830
  amount: 'u128'
2805
2831
  },
2806
2832
  /**
2807
- * Lookup436: argon_runtime::RuntimeFreezeReason
2833
+ * Lookup442: argon_runtime::RuntimeFreezeReason
2808
2834
  **/
2809
2835
  ArgonRuntimeRuntimeFreezeReason: {
2810
2836
  _enum: {
@@ -2831,99 +2857,99 @@ exports.default = {
2831
2857
  }
2832
2858
  },
2833
2859
  /**
2834
- * Lookup437: pallet_block_rewards::pallet::FreezeReason
2860
+ * Lookup443: pallet_block_rewards::pallet::FreezeReason
2835
2861
  **/
2836
2862
  PalletBlockRewardsFreezeReason: {
2837
2863
  _enum: ['MaturationPeriod']
2838
2864
  },
2839
2865
  /**
2840
- * Lookup439: pallet_balances::pallet::Error<T, I>
2866
+ * Lookup445: pallet_balances::pallet::Error<T, I>
2841
2867
  **/
2842
2868
  PalletBalancesError: {
2843
2869
  _enum: ['VestingBalance', 'LiquidityRestrictions', 'InsufficientBalance', 'ExistentialDeposit', 'Expendability', 'ExistingVestingSchedule', 'DeadAccount', 'TooManyReserves', 'TooManyHolds', 'TooManyFreezes', 'IssuanceDeactivated', 'DeltaZero']
2844
2870
  },
2845
2871
  /**
2846
- * Lookup441: pallet_tx_pause::pallet::Error<T>
2872
+ * Lookup447: pallet_tx_pause::pallet::Error<T>
2847
2873
  **/
2848
2874
  PalletTxPauseError: {
2849
2875
  _enum: ['IsPaused', 'IsUnpaused', 'Unpausable', 'NotFound']
2850
2876
  },
2851
2877
  /**
2852
- * Lookup442: pallet_transaction_payment::Releases
2878
+ * Lookup448: pallet_transaction_payment::Releases
2853
2879
  **/
2854
2880
  PalletTransactionPaymentReleases: {
2855
2881
  _enum: ['V1Ancient', 'V2']
2856
2882
  },
2857
2883
  /**
2858
- * Lookup443: pallet_utility::pallet::Error<T>
2884
+ * Lookup449: pallet_utility::pallet::Error<T>
2859
2885
  **/
2860
2886
  PalletUtilityError: {
2861
2887
  _enum: ['TooManyCalls']
2862
2888
  },
2863
2889
  /**
2864
- * Lookup444: pallet_sudo::pallet::Error<T>
2890
+ * Lookup450: pallet_sudo::pallet::Error<T>
2865
2891
  **/
2866
2892
  PalletSudoError: {
2867
2893
  _enum: ['RequireSudo']
2868
2894
  },
2869
2895
  /**
2870
- * Lookup445: pallet_ismp::pallet::Error<T>
2896
+ * Lookup451: pallet_ismp::pallet::Error<T>
2871
2897
  **/
2872
2898
  PalletIsmpError: {
2873
2899
  _enum: ['InvalidMessage', 'MessageNotFound', 'ConsensusClientCreationFailed', 'UnbondingPeriodUpdateFailed', 'ChallengePeriodUpdateFailed']
2874
2900
  },
2875
2901
  /**
2876
- * Lookup446: pallet_hyperbridge::pallet::Error<T>
2902
+ * Lookup452: pallet_hyperbridge::pallet::Error<T>
2877
2903
  **/
2878
2904
  PalletHyperbridgeError: 'Null',
2879
2905
  /**
2880
- * Lookup447: pallet_token_gateway::pallet::Error<T>
2906
+ * Lookup453: pallet_token_gateway::pallet::Error<T>
2881
2907
  **/
2882
2908
  PalletTokenGatewayError: {
2883
2909
  _enum: ['UnregisteredAsset', 'AssetTeleportError', 'CoprocessorNotConfigured', 'DispatchError', 'AssetCreationError', 'AssetDecimalsNotFound', 'NotInitialized', 'UnknownAsset', 'NotAssetOwner']
2884
2910
  },
2885
2911
  /**
2886
- * Lookup450: frame_system::extensions::check_non_zero_sender::CheckNonZeroSender<T>
2912
+ * Lookup456: frame_system::extensions::check_non_zero_sender::CheckNonZeroSender<T>
2887
2913
  **/
2888
2914
  FrameSystemExtensionsCheckNonZeroSender: 'Null',
2889
2915
  /**
2890
- * Lookup451: frame_system::extensions::check_spec_version::CheckSpecVersion<T>
2916
+ * Lookup457: frame_system::extensions::check_spec_version::CheckSpecVersion<T>
2891
2917
  **/
2892
2918
  FrameSystemExtensionsCheckSpecVersion: 'Null',
2893
2919
  /**
2894
- * Lookup452: frame_system::extensions::check_tx_version::CheckTxVersion<T>
2920
+ * Lookup458: frame_system::extensions::check_tx_version::CheckTxVersion<T>
2895
2921
  **/
2896
2922
  FrameSystemExtensionsCheckTxVersion: 'Null',
2897
2923
  /**
2898
- * Lookup453: frame_system::extensions::check_genesis::CheckGenesis<T>
2924
+ * Lookup459: frame_system::extensions::check_genesis::CheckGenesis<T>
2899
2925
  **/
2900
2926
  FrameSystemExtensionsCheckGenesis: 'Null',
2901
2927
  /**
2902
- * Lookup456: frame_system::extensions::check_nonce::CheckNonce<T>
2928
+ * Lookup462: frame_system::extensions::check_nonce::CheckNonce<T>
2903
2929
  **/
2904
2930
  FrameSystemExtensionsCheckNonce: 'Compact<u32>',
2905
2931
  /**
2906
- * Lookup457: frame_system::extensions::check_weight::CheckWeight<T>
2932
+ * Lookup463: frame_system::extensions::check_weight::CheckWeight<T>
2907
2933
  **/
2908
2934
  FrameSystemExtensionsCheckWeight: 'Null',
2909
2935
  /**
2910
- * Lookup458: pallet_transaction_payment::ChargeTransactionPayment<T>
2936
+ * Lookup464: pallet_transaction_payment::ChargeTransactionPayment<T>
2911
2937
  **/
2912
2938
  PalletTransactionPaymentChargeTransactionPayment: 'Compact<u128>',
2913
2939
  /**
2914
- * Lookup459: frame_metadata_hash_extension::CheckMetadataHash<T>
2940
+ * Lookup465: frame_metadata_hash_extension::CheckMetadataHash<T>
2915
2941
  **/
2916
2942
  FrameMetadataHashExtensionCheckMetadataHash: {
2917
2943
  mode: 'FrameMetadataHashExtensionMode'
2918
2944
  },
2919
2945
  /**
2920
- * Lookup460: frame_metadata_hash_extension::Mode
2946
+ * Lookup466: frame_metadata_hash_extension::Mode
2921
2947
  **/
2922
2948
  FrameMetadataHashExtensionMode: {
2923
2949
  _enum: ['Disabled', 'Enabled']
2924
2950
  },
2925
2951
  /**
2926
- * Lookup462: argon_runtime::Runtime
2952
+ * Lookup468: argon_runtime::Runtime
2927
2953
  **/
2928
2954
  ArgonRuntimeRuntime: 'Null'
2929
2955
  };