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