@argonprotocol/mainchain 0.0.2 → 0.0.4

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 (33) hide show
  1. package/lib/cjs/interfaces/augment-api-consts.d.ts +39 -33
  2. package/lib/cjs/interfaces/augment-api-errors.d.ts +57 -51
  3. package/lib/cjs/interfaces/augment-api-events.d.ts +102 -68
  4. package/lib/cjs/interfaces/augment-api-query.d.ts +65 -65
  5. package/lib/cjs/interfaces/augment-api-tx.d.ts +253 -157
  6. package/lib/cjs/interfaces/lookup.d.ts +217 -140
  7. package/lib/cjs/interfaces/lookup.js +217 -140
  8. package/lib/cjs/interfaces/lookup.js.map +1 -1
  9. package/lib/cjs/interfaces/registry.d.ts +7 -1
  10. package/lib/cjs/interfaces/types-lookup.d.ts +213 -140
  11. package/lib/cjs/package.json +3 -0
  12. package/lib/esm/interfaces/augment-api-consts.d.ts +39 -33
  13. package/lib/esm/interfaces/augment-api-errors.d.ts +57 -51
  14. package/lib/esm/interfaces/augment-api-events.d.ts +102 -68
  15. package/lib/esm/interfaces/augment-api-query.d.ts +65 -65
  16. package/lib/esm/interfaces/augment-api-tx.d.ts +253 -157
  17. package/lib/esm/interfaces/lookup.d.ts +217 -140
  18. package/lib/esm/interfaces/lookup.js +217 -140
  19. package/lib/esm/interfaces/lookup.js.map +1 -1
  20. package/lib/esm/interfaces/registry.d.ts +7 -1
  21. package/lib/esm/interfaces/types-lookup.d.ts +213 -140
  22. package/lib/tsconfig-cjs.tsbuildinfo +1 -1
  23. package/lib/tsconfig-types.tsbuildinfo +1 -1
  24. package/lib/tsconfig.tsbuildinfo +1 -1
  25. package/lib/types/interfaces/augment-api-consts.d.ts +39 -33
  26. package/lib/types/interfaces/augment-api-errors.d.ts +57 -51
  27. package/lib/types/interfaces/augment-api-events.d.ts +102 -68
  28. package/lib/types/interfaces/augment-api-query.d.ts +65 -65
  29. package/lib/types/interfaces/augment-api-tx.d.ts +253 -157
  30. package/lib/types/interfaces/lookup.d.ts +217 -140
  31. package/lib/types/interfaces/registry.d.ts +7 -1
  32. package/lib/types/interfaces/types-lookup.d.ts +213 -140
  33. package/package.json +3 -2
@@ -809,13 +809,13 @@ exports.default = {
809
809
  RewardUnlockError: {
810
810
  accountId: 'AccountId32',
811
811
  argons: 'Option<u128>',
812
- shares: 'Option<u128>',
812
+ ownership: 'Option<u128>',
813
813
  error: 'SpRuntimeDispatchError',
814
814
  },
815
815
  RewardCreateError: {
816
816
  accountId: 'AccountId32',
817
817
  argons: 'Option<u128>',
818
- shares: 'Option<u128>',
818
+ ownership: 'Option<u128>',
819
819
  error: 'SpRuntimeDispatchError'
820
820
  }
821
821
  }
@@ -825,7 +825,7 @@ exports.default = {
825
825
  **/
826
826
  ArgonPrimitivesBlockSealBlockPayout: {
827
827
  accountId: 'AccountId32',
828
- shares: 'Compact<u128>',
828
+ ownership: 'Compact<u128>',
829
829
  argons: 'Compact<u128>'
830
830
  },
831
831
  /**
@@ -1011,7 +1011,27 @@ exports.default = {
1011
1011
  }
1012
1012
  },
1013
1013
  /**
1014
- * Lookup107: pallet_sudo::pallet::Event<T>
1014
+ * Lookup107: pallet_utility::pallet::Event
1015
+ **/
1016
+ PalletUtilityEvent: {
1017
+ _enum: {
1018
+ BatchInterrupted: {
1019
+ index: 'u32',
1020
+ error: 'SpRuntimeDispatchError',
1021
+ },
1022
+ BatchCompleted: 'Null',
1023
+ BatchCompletedWithErrors: 'Null',
1024
+ ItemCompleted: 'Null',
1025
+ ItemFailed: {
1026
+ error: 'SpRuntimeDispatchError',
1027
+ },
1028
+ DispatchedAs: {
1029
+ result: 'Result<Null, SpRuntimeDispatchError>'
1030
+ }
1031
+ }
1032
+ },
1033
+ /**
1034
+ * Lookup108: pallet_sudo::pallet::Event<T>
1015
1035
  **/
1016
1036
  PalletSudoEvent: {
1017
1037
  _enum: {
@@ -1032,7 +1052,7 @@ exports.default = {
1032
1052
  }
1033
1053
  },
1034
1054
  /**
1035
- * Lookup109: frame_system::Phase
1055
+ * Lookup110: frame_system::Phase
1036
1056
  **/
1037
1057
  FrameSystemPhase: {
1038
1058
  _enum: {
@@ -1042,21 +1062,21 @@ exports.default = {
1042
1062
  }
1043
1063
  },
1044
1064
  /**
1045
- * Lookup113: frame_system::LastRuntimeUpgradeInfo
1065
+ * Lookup114: frame_system::LastRuntimeUpgradeInfo
1046
1066
  **/
1047
1067
  FrameSystemLastRuntimeUpgradeInfo: {
1048
1068
  specVersion: 'Compact<u32>',
1049
1069
  specName: 'Text'
1050
1070
  },
1051
1071
  /**
1052
- * Lookup114: frame_system::CodeUpgradeAuthorization<T>
1072
+ * Lookup115: frame_system::CodeUpgradeAuthorization<T>
1053
1073
  **/
1054
1074
  FrameSystemCodeUpgradeAuthorization: {
1055
1075
  codeHash: 'H256',
1056
1076
  checkVersion: 'bool'
1057
1077
  },
1058
1078
  /**
1059
- * Lookup115: frame_system::pallet::Call<T>
1079
+ * Lookup116: frame_system::pallet::Call<T>
1060
1080
  **/
1061
1081
  FrameSystemCall: {
1062
1082
  _enum: {
@@ -1101,7 +1121,7 @@ exports.default = {
1101
1121
  }
1102
1122
  },
1103
1123
  /**
1104
- * Lookup119: frame_system::limits::BlockWeights
1124
+ * Lookup120: frame_system::limits::BlockWeights
1105
1125
  **/
1106
1126
  FrameSystemLimitsBlockWeights: {
1107
1127
  baseBlock: 'SpWeightsWeightV2Weight',
@@ -1109,7 +1129,7 @@ exports.default = {
1109
1129
  perClass: 'FrameSupportDispatchPerDispatchClassWeightsPerClass'
1110
1130
  },
1111
1131
  /**
1112
- * Lookup120: frame_support::dispatch::PerDispatchClass<frame_system::limits::WeightsPerClass>
1132
+ * Lookup121: frame_support::dispatch::PerDispatchClass<frame_system::limits::WeightsPerClass>
1113
1133
  **/
1114
1134
  FrameSupportDispatchPerDispatchClassWeightsPerClass: {
1115
1135
  normal: 'FrameSystemLimitsWeightsPerClass',
@@ -1117,7 +1137,7 @@ exports.default = {
1117
1137
  mandatory: 'FrameSystemLimitsWeightsPerClass'
1118
1138
  },
1119
1139
  /**
1120
- * Lookup121: frame_system::limits::WeightsPerClass
1140
+ * Lookup122: frame_system::limits::WeightsPerClass
1121
1141
  **/
1122
1142
  FrameSystemLimitsWeightsPerClass: {
1123
1143
  baseExtrinsic: 'SpWeightsWeightV2Weight',
@@ -1126,13 +1146,13 @@ exports.default = {
1126
1146
  reserved: 'Option<SpWeightsWeightV2Weight>'
1127
1147
  },
1128
1148
  /**
1129
- * Lookup123: frame_system::limits::BlockLength
1149
+ * Lookup124: frame_system::limits::BlockLength
1130
1150
  **/
1131
1151
  FrameSystemLimitsBlockLength: {
1132
1152
  max: 'FrameSupportDispatchPerDispatchClassU32'
1133
1153
  },
1134
1154
  /**
1135
- * Lookup124: frame_support::dispatch::PerDispatchClass<T>
1155
+ * Lookup125: frame_support::dispatch::PerDispatchClass<T>
1136
1156
  **/
1137
1157
  FrameSupportDispatchPerDispatchClassU32: {
1138
1158
  normal: 'u32',
@@ -1140,14 +1160,14 @@ exports.default = {
1140
1160
  mandatory: 'u32'
1141
1161
  },
1142
1162
  /**
1143
- * Lookup125: sp_weights::RuntimeDbWeight
1163
+ * Lookup126: sp_weights::RuntimeDbWeight
1144
1164
  **/
1145
1165
  SpWeightsRuntimeDbWeight: {
1146
1166
  read: 'u64',
1147
1167
  write: 'u64'
1148
1168
  },
1149
1169
  /**
1150
- * Lookup126: sp_version::RuntimeVersion
1170
+ * Lookup127: sp_version::RuntimeVersion
1151
1171
  **/
1152
1172
  SpVersionRuntimeVersion: {
1153
1173
  specName: 'Text',
@@ -1160,13 +1180,13 @@ exports.default = {
1160
1180
  stateVersion: 'u8'
1161
1181
  },
1162
1182
  /**
1163
- * Lookup131: frame_system::pallet::Error<T>
1183
+ * Lookup132: frame_system::pallet::Error<T>
1164
1184
  **/
1165
1185
  FrameSystemError: {
1166
1186
  _enum: ['InvalidSpecName', 'SpecVersionNeedsToIncrease', 'FailedToExtractRuntimeVersion', 'NonDefaultComposite', 'NonZeroRefCount', 'CallFiltered', 'MultiBlockMigrationsOngoing', 'NothingAuthorized', 'Unauthorized']
1167
1187
  },
1168
1188
  /**
1169
- * Lookup132: pallet_timestamp::pallet::Call<T>
1189
+ * Lookup133: pallet_timestamp::pallet::Call<T>
1170
1190
  **/
1171
1191
  PalletTimestampCall: {
1172
1192
  _enum: {
@@ -1176,7 +1196,7 @@ exports.default = {
1176
1196
  }
1177
1197
  },
1178
1198
  /**
1179
- * Lookup134: pallet_multisig::Multisig<BlockNumber, Balance, sp_core::crypto::AccountId32, MaxApprovals>
1199
+ * Lookup135: pallet_multisig::Multisig<BlockNumber, Balance, sp_core::crypto::AccountId32, MaxApprovals>
1180
1200
  **/
1181
1201
  PalletMultisigMultisig: {
1182
1202
  when: 'PalletMultisigTimepoint',
@@ -1185,7 +1205,7 @@ exports.default = {
1185
1205
  approvals: 'Vec<AccountId32>'
1186
1206
  },
1187
1207
  /**
1188
- * Lookup137: pallet_multisig::pallet::Call<T>
1208
+ * Lookup138: pallet_multisig::pallet::Call<T>
1189
1209
  **/
1190
1210
  PalletMultisigCall: {
1191
1211
  _enum: {
@@ -1216,7 +1236,7 @@ exports.default = {
1216
1236
  }
1217
1237
  },
1218
1238
  /**
1219
- * Lookup139: pallet_proxy::pallet::Call<T>
1239
+ * Lookup140: pallet_proxy::pallet::Call<T>
1220
1240
  **/
1221
1241
  PalletProxyCall: {
1222
1242
  _enum: {
@@ -1269,11 +1289,11 @@ exports.default = {
1269
1289
  }
1270
1290
  },
1271
1291
  /**
1272
- * Lookup144: pallet_ticks::pallet::Call<T>
1292
+ * Lookup145: pallet_ticks::pallet::Call<T>
1273
1293
  **/
1274
1294
  PalletTicksCall: 'Null',
1275
1295
  /**
1276
- * Lookup145: pallet_mining_slot::pallet::Call<T>
1296
+ * Lookup146: pallet_mining_slot::pallet::Call<T>
1277
1297
  **/
1278
1298
  PalletMiningSlotCall: {
1279
1299
  _enum: {
@@ -1284,14 +1304,14 @@ exports.default = {
1284
1304
  }
1285
1305
  },
1286
1306
  /**
1287
- * Lookup147: pallet_mining_slot::MiningSlotBid<VaultId, Balance>
1307
+ * Lookup148: pallet_mining_slot::MiningSlotBid<VaultId, Balance>
1288
1308
  **/
1289
1309
  PalletMiningSlotMiningSlotBid: {
1290
1310
  vaultId: 'u32',
1291
1311
  amount: 'u128'
1292
1312
  },
1293
1313
  /**
1294
- * Lookup148: pallet_bitcoin_utxos::pallet::Call<T>
1314
+ * Lookup149: pallet_bitcoin_utxos::pallet::Call<T>
1295
1315
  **/
1296
1316
  PalletBitcoinUtxosCall: {
1297
1317
  _enum: {
@@ -1308,7 +1328,7 @@ exports.default = {
1308
1328
  }
1309
1329
  },
1310
1330
  /**
1311
- * Lookup149: argon_primitives::inherents::BitcoinUtxoSync
1331
+ * Lookup150: argon_primitives::inherents::BitcoinUtxoSync
1312
1332
  **/
1313
1333
  ArgonPrimitivesInherentsBitcoinUtxoSync: {
1314
1334
  spent: 'BTreeMap<u64, u64>',
@@ -1317,14 +1337,14 @@ exports.default = {
1317
1337
  syncToBlock: 'ArgonPrimitivesBitcoinBitcoinBlock'
1318
1338
  },
1319
1339
  /**
1320
- * Lookup159: argon_primitives::bitcoin::BitcoinBlock
1340
+ * Lookup160: argon_primitives::bitcoin::BitcoinBlock
1321
1341
  **/
1322
1342
  ArgonPrimitivesBitcoinBitcoinBlock: {
1323
1343
  blockHeight: 'Compact<u64>',
1324
1344
  blockHash: 'ArgonPrimitivesBitcoinH256Le'
1325
1345
  },
1326
1346
  /**
1327
- * Lookup160: pallet_vaults::pallet::Call<T>
1347
+ * Lookup161: pallet_vaults::pallet::Call<T>
1328
1348
  **/
1329
1349
  PalletVaultsCall: {
1330
1350
  _enum: {
@@ -1351,7 +1371,7 @@ exports.default = {
1351
1371
  }
1352
1372
  },
1353
1373
  /**
1354
- * Lookup161: pallet_vaults::pallet::VaultConfig<Balance>
1374
+ * Lookup162: pallet_vaults::pallet::VaultConfig<Balance>
1355
1375
  **/
1356
1376
  PalletVaultsVaultConfig: {
1357
1377
  terms: 'ArgonPrimitivesBondVaultTerms',
@@ -1361,7 +1381,7 @@ exports.default = {
1361
1381
  securitizationPercent: 'Compact<u128>'
1362
1382
  },
1363
1383
  /**
1364
- * Lookup162: argon_primitives::bond::VaultTerms<Balance>
1384
+ * Lookup163: argon_primitives::bond::VaultTerms<Balance>
1365
1385
  **/
1366
1386
  ArgonPrimitivesBondVaultTerms: {
1367
1387
  bitcoinAnnualPercentRate: 'Compact<u128>',
@@ -1371,11 +1391,11 @@ exports.default = {
1371
1391
  miningRewardSharingPercentTake: 'Compact<u128>'
1372
1392
  },
1373
1393
  /**
1374
- * Lookup163: argon_primitives::bitcoin::OpaqueBitcoinXpub
1394
+ * Lookup164: argon_primitives::bitcoin::OpaqueBitcoinXpub
1375
1395
  **/
1376
1396
  ArgonPrimitivesBitcoinOpaqueBitcoinXpub: '[u8;78]',
1377
1397
  /**
1378
- * Lookup165: pallet_bond::pallet::Call<T>
1398
+ * Lookup166: pallet_bond::pallet::Call<T>
1379
1399
  **/
1380
1400
  PalletBondCall: {
1381
1401
  _enum: {
@@ -1399,11 +1419,11 @@ exports.default = {
1399
1419
  }
1400
1420
  },
1401
1421
  /**
1402
- * Lookup166: argon_primitives::bitcoin::CompressedBitcoinPubkey
1422
+ * Lookup167: argon_primitives::bitcoin::CompressedBitcoinPubkey
1403
1423
  **/
1404
1424
  ArgonPrimitivesBitcoinCompressedBitcoinPubkey: '[u8;33]',
1405
1425
  /**
1406
- * Lookup170: pallet_notaries::pallet::Call<T>
1426
+ * Lookup171: pallet_notaries::pallet::Call<T>
1407
1427
  **/
1408
1428
  PalletNotariesCall: {
1409
1429
  _enum: {
@@ -1421,7 +1441,7 @@ exports.default = {
1421
1441
  }
1422
1442
  },
1423
1443
  /**
1424
- * Lookup171: pallet_notebook::pallet::Call<T>
1444
+ * Lookup172: pallet_notebook::pallet::Call<T>
1425
1445
  **/
1426
1446
  PalletNotebookCall: {
1427
1447
  _enum: {
@@ -1431,14 +1451,14 @@ exports.default = {
1431
1451
  }
1432
1452
  },
1433
1453
  /**
1434
- * Lookup173: argon_primitives::notebook::SignedNotebookHeader
1454
+ * Lookup174: argon_primitives::notebook::SignedNotebookHeader
1435
1455
  **/
1436
1456
  ArgonPrimitivesNotebookSignedNotebookHeader: {
1437
1457
  header: 'ArgonPrimitivesNotebookNotebookHeader',
1438
1458
  signature: '[u8;64]'
1439
1459
  },
1440
1460
  /**
1441
- * Lookup174: argon_primitives::notebook::NotebookHeader
1461
+ * Lookup175: argon_primitives::notebook::NotebookHeader
1442
1462
  **/
1443
1463
  ArgonPrimitivesNotebookNotebookHeader: {
1444
1464
  version: 'Compact<u16>',
@@ -1458,7 +1478,7 @@ exports.default = {
1458
1478
  dataDomains: 'Vec<(H256,AccountId32)>'
1459
1479
  },
1460
1480
  /**
1461
- * Lookup177: argon_primitives::notebook::ChainTransfer
1481
+ * Lookup178: argon_primitives::notebook::ChainTransfer
1462
1482
  **/
1463
1483
  ArgonPrimitivesNotebookChainTransfer: {
1464
1484
  _enum: {
@@ -1472,14 +1492,14 @@ exports.default = {
1472
1492
  }
1473
1493
  },
1474
1494
  /**
1475
- * Lookup180: argon_primitives::balance_change::AccountOrigin
1495
+ * Lookup181: argon_primitives::balance_change::AccountOrigin
1476
1496
  **/
1477
1497
  ArgonPrimitivesBalanceChangeAccountOrigin: {
1478
1498
  notebookNumber: 'Compact<u32>',
1479
1499
  accountUid: 'Compact<u32>'
1480
1500
  },
1481
1501
  /**
1482
- * Lookup188: pallet_chain_transfer::pallet::Call<T>
1502
+ * Lookup189: pallet_chain_transfer::pallet::Call<T>
1483
1503
  **/
1484
1504
  PalletChainTransferCall: {
1485
1505
  _enum: {
@@ -1490,7 +1510,7 @@ exports.default = {
1490
1510
  }
1491
1511
  },
1492
1512
  /**
1493
- * Lookup189: pallet_block_seal_spec::pallet::Call<T>
1513
+ * Lookup190: pallet_block_seal_spec::pallet::Call<T>
1494
1514
  **/
1495
1515
  PalletBlockSealSpecCall: {
1496
1516
  _enum: {
@@ -1501,7 +1521,7 @@ exports.default = {
1501
1521
  }
1502
1522
  },
1503
1523
  /**
1504
- * Lookup190: pallet_data_domain::pallet::Call<T>
1524
+ * Lookup191: pallet_data_domain::pallet::Call<T>
1505
1525
  **/
1506
1526
  PalletDataDomainCall: {
1507
1527
  _enum: {
@@ -1512,7 +1532,7 @@ exports.default = {
1512
1532
  }
1513
1533
  },
1514
1534
  /**
1515
- * Lookup191: pallet_price_index::pallet::Call<T>
1535
+ * Lookup192: pallet_price_index::pallet::Call<T>
1516
1536
  **/
1517
1537
  PalletPriceIndexCall: {
1518
1538
  _enum: {
@@ -1525,7 +1545,7 @@ exports.default = {
1525
1545
  }
1526
1546
  },
1527
1547
  /**
1528
- * Lookup192: pallet_price_index::PriceIndex
1548
+ * Lookup193: pallet_price_index::PriceIndex
1529
1549
  **/
1530
1550
  PalletPriceIndexPriceIndex: {
1531
1551
  btcUsdPrice: 'Compact<u128>',
@@ -1534,7 +1554,7 @@ exports.default = {
1534
1554
  tick: 'Compact<u32>'
1535
1555
  },
1536
1556
  /**
1537
- * Lookup193: pallet_session::pallet::Call<T>
1557
+ * Lookup194: pallet_session::pallet::Call<T>
1538
1558
  **/
1539
1559
  PalletSessionCall: {
1540
1560
  _enum: {
@@ -1549,18 +1569,18 @@ exports.default = {
1549
1569
  }
1550
1570
  },
1551
1571
  /**
1552
- * Lookup194: argon_node_runtime::opaque::SessionKeys
1572
+ * Lookup195: argon_node_runtime::opaque::SessionKeys
1553
1573
  **/
1554
1574
  ArgonNodeRuntimeOpaqueSessionKeys: {
1555
1575
  grandpa: 'SpConsensusGrandpaAppPublic',
1556
1576
  blockSealAuthority: 'ArgonPrimitivesBlockSealAppPublic'
1557
1577
  },
1558
1578
  /**
1559
- * Lookup195: argon_primitives::block_seal::app::Public
1579
+ * Lookup196: argon_primitives::block_seal::app::Public
1560
1580
  **/
1561
1581
  ArgonPrimitivesBlockSealAppPublic: '[u8;32]',
1562
1582
  /**
1563
- * Lookup196: pallet_block_seal::pallet::Call<T>
1583
+ * Lookup197: pallet_block_seal::pallet::Call<T>
1564
1584
  **/
1565
1585
  PalletBlockSealCall: {
1566
1586
  _enum: {
@@ -1570,7 +1590,7 @@ exports.default = {
1570
1590
  }
1571
1591
  },
1572
1592
  /**
1573
- * Lookup197: argon_primitives::inherents::BlockSealInherent
1593
+ * Lookup198: argon_primitives::inherents::BlockSealInherent
1574
1594
  **/
1575
1595
  ArgonPrimitivesInherentsBlockSealInherent: {
1576
1596
  _enum: {
@@ -1586,7 +1606,7 @@ exports.default = {
1586
1606
  }
1587
1607
  },
1588
1608
  /**
1589
- * Lookup200: argon_primitives::balance_change::MerkleProof
1609
+ * Lookup201: argon_primitives::balance_change::MerkleProof
1590
1610
  **/
1591
1611
  ArgonPrimitivesBalanceChangeMerkleProof: {
1592
1612
  proof: 'Vec<H256>',
@@ -1594,7 +1614,7 @@ exports.default = {
1594
1614
  leafIndex: 'Compact<u32>'
1595
1615
  },
1596
1616
  /**
1597
- * Lookup202: argon_primitives::block_vote::BlockVoteT<primitive_types::H256>
1617
+ * Lookup203: argon_primitives::block_vote::BlockVoteT<primitive_types::H256>
1598
1618
  **/
1599
1619
  ArgonPrimitivesBlockVoteBlockVoteT: {
1600
1620
  accountId: 'AccountId32',
@@ -1607,7 +1627,7 @@ exports.default = {
1607
1627
  blockRewardsAccountId: 'AccountId32'
1608
1628
  },
1609
1629
  /**
1610
- * Lookup203: sp_runtime::MultiSignature
1630
+ * Lookup204: sp_runtime::MultiSignature
1611
1631
  **/
1612
1632
  SpRuntimeMultiSignature: {
1613
1633
  _enum: {
@@ -1617,15 +1637,15 @@ exports.default = {
1617
1637
  }
1618
1638
  },
1619
1639
  /**
1620
- * Lookup205: argon_primitives::block_seal::app::Signature
1640
+ * Lookup206: argon_primitives::block_seal::app::Signature
1621
1641
  **/
1622
1642
  ArgonPrimitivesBlockSealAppSignature: '[u8;64]',
1623
1643
  /**
1624
- * Lookup206: pallet_block_rewards::pallet::Call<T>
1644
+ * Lookup207: pallet_block_rewards::pallet::Call<T>
1625
1645
  **/
1626
1646
  PalletBlockRewardsCall: 'Null',
1627
1647
  /**
1628
- * Lookup207: pallet_grandpa::pallet::Call<T>
1648
+ * Lookup208: pallet_grandpa::pallet::Call<T>
1629
1649
  **/
1630
1650
  PalletGrandpaCall: {
1631
1651
  _enum: {
@@ -1644,14 +1664,14 @@ exports.default = {
1644
1664
  }
1645
1665
  },
1646
1666
  /**
1647
- * Lookup208: sp_consensus_grandpa::EquivocationProof<primitive_types::H256, N>
1667
+ * Lookup209: sp_consensus_grandpa::EquivocationProof<primitive_types::H256, N>
1648
1668
  **/
1649
1669
  SpConsensusGrandpaEquivocationProof: {
1650
1670
  setId: 'u64',
1651
1671
  equivocation: 'SpConsensusGrandpaEquivocation'
1652
1672
  },
1653
1673
  /**
1654
- * Lookup209: sp_consensus_grandpa::Equivocation<primitive_types::H256, N>
1674
+ * Lookup210: sp_consensus_grandpa::Equivocation<primitive_types::H256, N>
1655
1675
  **/
1656
1676
  SpConsensusGrandpaEquivocation: {
1657
1677
  _enum: {
@@ -1660,7 +1680,7 @@ exports.default = {
1660
1680
  }
1661
1681
  },
1662
1682
  /**
1663
- * Lookup210: finality_grandpa::Equivocation<sp_consensus_grandpa::app::Public, finality_grandpa::Prevote<primitive_types::H256, N>, sp_consensus_grandpa::app::Signature>
1683
+ * Lookup211: finality_grandpa::Equivocation<sp_consensus_grandpa::app::Public, finality_grandpa::Prevote<primitive_types::H256, N>, sp_consensus_grandpa::app::Signature>
1664
1684
  **/
1665
1685
  FinalityGrandpaEquivocationPrevote: {
1666
1686
  roundNumber: 'u64',
@@ -1669,18 +1689,18 @@ exports.default = {
1669
1689
  second: '(FinalityGrandpaPrevote,SpConsensusGrandpaAppSignature)'
1670
1690
  },
1671
1691
  /**
1672
- * Lookup211: finality_grandpa::Prevote<primitive_types::H256, N>
1692
+ * Lookup212: finality_grandpa::Prevote<primitive_types::H256, N>
1673
1693
  **/
1674
1694
  FinalityGrandpaPrevote: {
1675
1695
  targetHash: 'H256',
1676
1696
  targetNumber: 'u32'
1677
1697
  },
1678
1698
  /**
1679
- * Lookup212: sp_consensus_grandpa::app::Signature
1699
+ * Lookup213: sp_consensus_grandpa::app::Signature
1680
1700
  **/
1681
1701
  SpConsensusGrandpaAppSignature: '[u8;64]',
1682
1702
  /**
1683
- * Lookup214: finality_grandpa::Equivocation<sp_consensus_grandpa::app::Public, finality_grandpa::Precommit<primitive_types::H256, N>, sp_consensus_grandpa::app::Signature>
1703
+ * Lookup215: finality_grandpa::Equivocation<sp_consensus_grandpa::app::Public, finality_grandpa::Precommit<primitive_types::H256, N>, sp_consensus_grandpa::app::Signature>
1684
1704
  **/
1685
1705
  FinalityGrandpaEquivocationPrecommit: {
1686
1706
  roundNumber: 'u64',
@@ -1689,14 +1709,14 @@ exports.default = {
1689
1709
  second: '(FinalityGrandpaPrecommit,SpConsensusGrandpaAppSignature)'
1690
1710
  },
1691
1711
  /**
1692
- * Lookup215: finality_grandpa::Precommit<primitive_types::H256, N>
1712
+ * Lookup216: finality_grandpa::Precommit<primitive_types::H256, N>
1693
1713
  **/
1694
1714
  FinalityGrandpaPrecommit: {
1695
1715
  targetHash: 'H256',
1696
1716
  targetNumber: 'u32'
1697
1717
  },
1698
1718
  /**
1699
- * Lookup217: sp_session::MembershipProof
1719
+ * Lookup218: sp_session::MembershipProof
1700
1720
  **/
1701
1721
  SpSessionMembershipProof: {
1702
1722
  session: 'u32',
@@ -1704,11 +1724,11 @@ exports.default = {
1704
1724
  validatorCount: 'u32'
1705
1725
  },
1706
1726
  /**
1707
- * Lookup218: pallet_mint::pallet::Call<T>
1727
+ * Lookup219: pallet_mint::pallet::Call<T>
1708
1728
  **/
1709
1729
  PalletMintCall: 'Null',
1710
1730
  /**
1711
- * Lookup219: pallet_balances::pallet::Call<T, I>
1731
+ * Lookup220: pallet_balances::pallet::Call<T, I>
1712
1732
  **/
1713
1733
  PalletBalancesCall: {
1714
1734
  _enum: {
@@ -1753,13 +1773,13 @@ exports.default = {
1753
1773
  }
1754
1774
  },
1755
1775
  /**
1756
- * Lookup220: pallet_balances::types::AdjustmentDirection
1776
+ * Lookup221: pallet_balances::types::AdjustmentDirection
1757
1777
  **/
1758
1778
  PalletBalancesAdjustmentDirection: {
1759
1779
  _enum: ['Increase', 'Decrease']
1760
1780
  },
1761
1781
  /**
1762
- * Lookup222: pallet_tx_pause::pallet::Call<T>
1782
+ * Lookup223: pallet_tx_pause::pallet::Call<T>
1763
1783
  **/
1764
1784
  PalletTxPauseCall: {
1765
1785
  _enum: {
@@ -1772,7 +1792,58 @@ exports.default = {
1772
1792
  }
1773
1793
  },
1774
1794
  /**
1775
- * Lookup223: pallet_sudo::pallet::Call<T>
1795
+ * Lookup224: pallet_utility::pallet::Call<T>
1796
+ **/
1797
+ PalletUtilityCall: {
1798
+ _enum: {
1799
+ batch: {
1800
+ calls: 'Vec<Call>',
1801
+ },
1802
+ as_derivative: {
1803
+ index: 'u16',
1804
+ call: 'Call',
1805
+ },
1806
+ batch_all: {
1807
+ calls: 'Vec<Call>',
1808
+ },
1809
+ dispatch_as: {
1810
+ asOrigin: 'ArgonNodeRuntimeOriginCaller',
1811
+ call: 'Call',
1812
+ },
1813
+ force_batch: {
1814
+ calls: 'Vec<Call>',
1815
+ },
1816
+ with_weight: {
1817
+ call: 'Call',
1818
+ weight: 'SpWeightsWeightV2Weight'
1819
+ }
1820
+ }
1821
+ },
1822
+ /**
1823
+ * Lookup226: argon_node_runtime::OriginCaller
1824
+ **/
1825
+ ArgonNodeRuntimeOriginCaller: {
1826
+ _enum: {
1827
+ system: 'FrameSupportDispatchRawOrigin',
1828
+ Void: 'SpCoreVoid'
1829
+ }
1830
+ },
1831
+ /**
1832
+ * Lookup227: frame_support::dispatch::RawOrigin<sp_core::crypto::AccountId32>
1833
+ **/
1834
+ FrameSupportDispatchRawOrigin: {
1835
+ _enum: {
1836
+ Root: 'Null',
1837
+ Signed: 'AccountId32',
1838
+ None: 'Null'
1839
+ }
1840
+ },
1841
+ /**
1842
+ * Lookup228: sp_core::Void
1843
+ **/
1844
+ SpCoreVoid: 'Null',
1845
+ /**
1846
+ * Lookup229: pallet_sudo::pallet::Call<T>
1776
1847
  **/
1777
1848
  PalletSudoCall: {
1778
1849
  _enum: {
@@ -1797,13 +1868,13 @@ exports.default = {
1797
1868
  }
1798
1869
  },
1799
1870
  /**
1800
- * Lookup225: pallet_multisig::pallet::Error<T>
1871
+ * Lookup231: pallet_multisig::pallet::Error<T>
1801
1872
  **/
1802
1873
  PalletMultisigError: {
1803
1874
  _enum: ['MinimumThreshold', 'AlreadyApproved', 'NoApprovalsNeeded', 'TooFewSignatories', 'TooManySignatories', 'SignatoriesOutOfOrder', 'SenderInSignatories', 'NotFound', 'NotOwner', 'NoTimepoint', 'WrongTimepoint', 'UnexpectedTimepoint', 'MaxWeightTooLow', 'AlreadyStored']
1804
1875
  },
1805
1876
  /**
1806
- * Lookup228: pallet_proxy::ProxyDefinition<sp_core::crypto::AccountId32, argon_node_runtime::ProxyType, BlockNumber>
1877
+ * Lookup234: pallet_proxy::ProxyDefinition<sp_core::crypto::AccountId32, argon_node_runtime::ProxyType, BlockNumber>
1807
1878
  **/
1808
1879
  PalletProxyProxyDefinition: {
1809
1880
  delegate: 'AccountId32',
@@ -1811,7 +1882,7 @@ exports.default = {
1811
1882
  delay: 'u32'
1812
1883
  },
1813
1884
  /**
1814
- * Lookup232: pallet_proxy::Announcement<sp_core::crypto::AccountId32, primitive_types::H256, BlockNumber>
1885
+ * Lookup238: pallet_proxy::Announcement<sp_core::crypto::AccountId32, primitive_types::H256, BlockNumber>
1815
1886
  **/
1816
1887
  PalletProxyAnnouncement: {
1817
1888
  real: 'AccountId32',
@@ -1819,13 +1890,13 @@ exports.default = {
1819
1890
  height: 'u32'
1820
1891
  },
1821
1892
  /**
1822
- * Lookup234: pallet_proxy::pallet::Error<T>
1893
+ * Lookup240: pallet_proxy::pallet::Error<T>
1823
1894
  **/
1824
1895
  PalletProxyError: {
1825
1896
  _enum: ['TooMany', 'NotFound', 'NotProxy', 'Unproxyable', 'Duplicate', 'NoPermission', 'Unannounced', 'NoSelfProxy']
1826
1897
  },
1827
1898
  /**
1828
- * Lookup235: argon_primitives::tick::Ticker
1899
+ * Lookup241: argon_primitives::tick::Ticker
1829
1900
  **/
1830
1901
  ArgonPrimitivesTickTicker: {
1831
1902
  tickDurationMillis: 'Compact<u64>',
@@ -1833,11 +1904,11 @@ exports.default = {
1833
1904
  escrowExpirationTicks: 'Compact<u32>'
1834
1905
  },
1835
1906
  /**
1836
- * Lookup237: pallet_ticks::pallet::Error<T>
1907
+ * Lookup243: pallet_ticks::pallet::Error<T>
1837
1908
  **/
1838
1909
  PalletTicksError: 'Null',
1839
1910
  /**
1840
- * Lookup245: argon_primitives::block_seal::MiningSlotConfig<BlockNumber>
1911
+ * Lookup251: argon_primitives::block_seal::MiningSlotConfig<BlockNumber>
1841
1912
  **/
1842
1913
  ArgonPrimitivesBlockSealMiningSlotConfig: {
1843
1914
  blocksBeforeBidEndForVrfClose: 'Compact<u32>',
@@ -1845,7 +1916,7 @@ exports.default = {
1845
1916
  slotBiddingStartBlock: 'Compact<u32>'
1846
1917
  },
1847
1918
  /**
1848
- * Lookup246: pallet_mining_slot::pallet::Error<T>
1919
+ * Lookup252: pallet_mining_slot::pallet::Error<T>
1849
1920
  **/
1850
1921
  PalletMiningSlotError: {
1851
1922
  _enum: {
@@ -1873,13 +1944,13 @@ exports.default = {
1873
1944
  }
1874
1945
  },
1875
1946
  /**
1876
- * Lookup247: argon_primitives::bond::BondError
1947
+ * Lookup253: argon_primitives::bond::BondError
1877
1948
  **/
1878
1949
  ArgonPrimitivesBondBondError: {
1879
1950
  _enum: ['BondNotFound', 'NoMoreBondIds', 'MinimumBondAmountNotMet', 'VaultClosed', 'ExpirationAtBlockOverflow', 'AccountWouldBeBelowMinimum', 'InsufficientFunds', 'InsufficientVaultFunds', 'InsufficientBitcoinsForMining', 'ExpirationTooSoon', 'NoPermissions', 'HoldUnexpectedlyModified', 'UnrecoverableHold', 'VaultNotFound', 'NoVaultBitcoinPubkeysAvailable', 'UnableToGenerateVaultBitcoinPubkey', 'UnableToDecodeVaultBitcoinPubkey', 'FeeExceedsBondAmount', 'InvalidBitcoinScript', 'InternalError']
1880
1951
  },
1881
1952
  /**
1882
- * Lookup248: argon_primitives::bitcoin::UtxoValue
1953
+ * Lookup254: argon_primitives::bitcoin::UtxoValue
1883
1954
  **/
1884
1955
  ArgonPrimitivesBitcoinUtxoValue: {
1885
1956
  utxoId: 'u64',
@@ -1889,7 +1960,7 @@ exports.default = {
1889
1960
  watchForSpentUntilHeight: 'Compact<u64>'
1890
1961
  },
1891
1962
  /**
1892
- * Lookup249: argon_primitives::bitcoin::BitcoinCosignScriptPubkey
1963
+ * Lookup255: argon_primitives::bitcoin::BitcoinCosignScriptPubkey
1893
1964
  **/
1894
1965
  ArgonPrimitivesBitcoinBitcoinCosignScriptPubkey: {
1895
1966
  _enum: {
@@ -1899,19 +1970,19 @@ exports.default = {
1899
1970
  }
1900
1971
  },
1901
1972
  /**
1902
- * Lookup254: argon_primitives::bitcoin::BitcoinNetwork
1973
+ * Lookup260: argon_primitives::bitcoin::BitcoinNetwork
1903
1974
  **/
1904
1975
  ArgonPrimitivesBitcoinBitcoinNetwork: {
1905
1976
  _enum: ['Bitcoin', 'Testnet', 'Signet', 'Regtest']
1906
1977
  },
1907
1978
  /**
1908
- * Lookup257: pallet_bitcoin_utxos::pallet::Error<T>
1979
+ * Lookup263: pallet_bitcoin_utxos::pallet::Error<T>
1909
1980
  **/
1910
1981
  PalletBitcoinUtxosError: {
1911
1982
  _enum: ['NoPermissions', 'NoBitcoinConfirmedBlock', 'InsufficientBitcoinAmount', 'NoBitcoinPricesAvailable', 'ScriptPubkeyConflict', 'UtxoNotLocked', 'RedemptionsUnavailable', 'InvalidBitcoinSyncHeight', 'BitcoinHeightNotConfirmed', 'MaxUtxosExceeded', 'InvalidBitcoinScript']
1912
1983
  },
1913
1984
  /**
1914
- * Lookup258: argon_primitives::bond::Vault<sp_core::crypto::AccountId32, Balance, BlockNumber>
1985
+ * Lookup264: argon_primitives::bond::Vault<sp_core::crypto::AccountId32, Balance, BlockNumber>
1915
1986
  **/
1916
1987
  ArgonPrimitivesBondVault: {
1917
1988
  operatorAccountId: 'AccountId32',
@@ -1924,7 +1995,7 @@ exports.default = {
1924
1995
  pendingTerms: 'Option<(u32,ArgonPrimitivesBondVaultTerms)>'
1925
1996
  },
1926
1997
  /**
1927
- * Lookup259: argon_primitives::bond::VaultArgons<Balance>
1998
+ * Lookup265: argon_primitives::bond::VaultArgons<Balance>
1928
1999
  **/
1929
2000
  ArgonPrimitivesBondVaultArgons: {
1930
2001
  annualPercentRate: 'Compact<u128>',
@@ -1933,7 +2004,7 @@ exports.default = {
1933
2004
  baseFee: 'Compact<u128>'
1934
2005
  },
1935
2006
  /**
1936
- * Lookup263: argon_primitives::bitcoin::BitcoinXPub
2007
+ * Lookup269: argon_primitives::bitcoin::BitcoinXPub
1937
2008
  **/
1938
2009
  ArgonPrimitivesBitcoinBitcoinXPub: {
1939
2010
  publicKey: 'ArgonPrimitivesBitcoinCompressedBitcoinPubkey',
@@ -1944,19 +2015,19 @@ exports.default = {
1944
2015
  network: 'ArgonPrimitivesBitcoinNetworkKind'
1945
2016
  },
1946
2017
  /**
1947
- * Lookup265: argon_primitives::bitcoin::NetworkKind
2018
+ * Lookup271: argon_primitives::bitcoin::NetworkKind
1948
2019
  **/
1949
2020
  ArgonPrimitivesBitcoinNetworkKind: {
1950
2021
  _enum: ['Main', 'Test']
1951
2022
  },
1952
2023
  /**
1953
- * Lookup267: pallet_vaults::pallet::Error<T>
2024
+ * Lookup273: pallet_vaults::pallet::Error<T>
1954
2025
  **/
1955
2026
  PalletVaultsError: {
1956
2027
  _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']
1957
2028
  },
1958
2029
  /**
1959
- * Lookup268: argon_primitives::bond::Bond<sp_core::crypto::AccountId32, Balance, BlockNumber>
2030
+ * Lookup274: argon_primitives::bond::Bond<sp_core::crypto::AccountId32, Balance, BlockNumber>
1960
2031
  **/
1961
2032
  ArgonPrimitivesBond: {
1962
2033
  bondType: 'ArgonPrimitivesBondBondType',
@@ -1970,7 +2041,7 @@ exports.default = {
1970
2041
  expiration: 'ArgonPrimitivesBondBondExpiration'
1971
2042
  },
1972
2043
  /**
1973
- * Lookup271: pallet_bond::pallet::UtxoState
2044
+ * Lookup277: pallet_bond::pallet::UtxoState
1974
2045
  **/
1975
2046
  PalletBondUtxoState: {
1976
2047
  bondId: 'Compact<u64>',
@@ -1986,7 +2057,7 @@ exports.default = {
1986
2057
  isVerified: 'bool'
1987
2058
  },
1988
2059
  /**
1989
- * Lookup275: pallet_bond::pallet::UtxoCosignRequest<Balance>
2060
+ * Lookup281: pallet_bond::pallet::UtxoCosignRequest<Balance>
1990
2061
  **/
1991
2062
  PalletBondUtxoCosignRequest: {
1992
2063
  bondId: 'Compact<u64>',
@@ -1997,7 +2068,7 @@ exports.default = {
1997
2068
  redemptionPrice: 'Compact<u128>'
1998
2069
  },
1999
2070
  /**
2000
- * Lookup279: pallet_bond::pallet::Error<T>
2071
+ * Lookup285: pallet_bond::pallet::Error<T>
2001
2072
  **/
2002
2073
  PalletBondError: {
2003
2074
  _enum: {
@@ -2033,13 +2104,13 @@ exports.default = {
2033
2104
  }
2034
2105
  },
2035
2106
  /**
2036
- * Lookup291: pallet_notaries::pallet::Error<T>
2107
+ * Lookup297: pallet_notaries::pallet::Error<T>
2037
2108
  **/
2038
2109
  PalletNotariesError: {
2039
2110
  _enum: ['ProposalNotFound', 'MaxNotariesExceeded', 'MaxProposalsPerBlockExceeded', 'NotAnActiveNotary', 'InvalidNotaryOperator', 'NoMoreNotaryIds', 'EffectiveTickTooSoon', 'TooManyKeys', 'InvalidNotary']
2040
2111
  },
2041
2112
  /**
2042
- * Lookup295: argon_primitives::notary::NotaryNotebookKeyDetails
2113
+ * Lookup301: argon_primitives::notary::NotaryNotebookKeyDetails
2043
2114
  **/
2044
2115
  ArgonPrimitivesNotaryNotaryNotebookKeyDetails: {
2045
2116
  notebookNumber: 'Compact<u32>',
@@ -2049,13 +2120,13 @@ exports.default = {
2049
2120
  parentSecret: 'Option<H256>'
2050
2121
  },
2051
2122
  /**
2052
- * Lookup297: argon_primitives::digests::NotebookDigest<argon_notary_audit::error::VerifyError>
2123
+ * Lookup303: argon_primitives::digests::NotebookDigest<argon_notary_audit::error::VerifyError>
2053
2124
  **/
2054
2125
  ArgonPrimitivesDigestsNotebookDigest: {
2055
2126
  notebooks: 'Vec<ArgonPrimitivesDigestsNotebookDigestRecord>'
2056
2127
  },
2057
2128
  /**
2058
- * Lookup299: argon_primitives::digests::NotebookDigestRecord<argon_notary_audit::error::VerifyError>
2129
+ * Lookup305: argon_primitives::digests::NotebookDigestRecord<argon_notary_audit::error::VerifyError>
2059
2130
  **/
2060
2131
  ArgonPrimitivesDigestsNotebookDigestRecord: {
2061
2132
  notaryId: 'Compact<u32>',
@@ -2064,13 +2135,13 @@ exports.default = {
2064
2135
  auditFirstFailure: 'Option<ArgonNotaryAuditErrorVerifyError>'
2065
2136
  },
2066
2137
  /**
2067
- * Lookup302: pallet_notebook::pallet::Error<T>
2138
+ * Lookup308: pallet_notebook::pallet::Error<T>
2068
2139
  **/
2069
2140
  PalletNotebookError: {
2070
2141
  _enum: ['DuplicateNotebookNumber', 'MissingNotebookNumber', 'NotebookTickAlreadyUsed', 'InvalidNotebookSignature', 'InvalidSecretProvided', 'CouldNotDecodeNotebook', 'DuplicateNotebookDigest', 'MissingNotebookDigest', 'InvalidNotebookDigest', 'MultipleNotebookInherentsProvided', 'InternalError']
2071
2142
  },
2072
2143
  /**
2073
- * Lookup303: pallet_chain_transfer::QueuedTransferOut<sp_core::crypto::AccountId32, Balance>
2144
+ * Lookup309: pallet_chain_transfer::QueuedTransferOut<sp_core::crypto::AccountId32, Balance>
2074
2145
  **/
2075
2146
  PalletChainTransferQueuedTransferOut: {
2076
2147
  accountId: 'AccountId32',
@@ -2079,17 +2150,17 @@ exports.default = {
2079
2150
  notaryId: 'u32'
2080
2151
  },
2081
2152
  /**
2082
- * Lookup308: frame_support::PalletId
2153
+ * Lookup314: frame_support::PalletId
2083
2154
  **/
2084
2155
  FrameSupportPalletId: '[u8;8]',
2085
2156
  /**
2086
- * Lookup309: pallet_chain_transfer::pallet::Error<T>
2157
+ * Lookup315: pallet_chain_transfer::pallet::Error<T>
2087
2158
  **/
2088
2159
  PalletChainTransferError: {
2089
2160
  _enum: ['MaxBlockTransfersExceeded', 'InsufficientFunds', 'InsufficientNotarizedFunds', 'InvalidOrDuplicatedLocalchainTransfer', 'NotebookIncludesExpiredLocalchainTransfer', 'InvalidNotaryUsedForTransfer', 'NotaryLocked']
2090
2161
  },
2091
2162
  /**
2092
- * Lookup314: argon_primitives::notary::NotaryNotebookVoteDigestDetails
2163
+ * Lookup320: argon_primitives::notary::NotaryNotebookVoteDigestDetails
2093
2164
  **/
2094
2165
  ArgonPrimitivesNotaryNotaryNotebookVoteDigestDetails: {
2095
2166
  notaryId: 'Compact<u32>',
@@ -2099,65 +2170,65 @@ exports.default = {
2099
2170
  blockVotingPower: 'Compact<u128>'
2100
2171
  },
2101
2172
  /**
2102
- * Lookup316: argon_primitives::digests::BlockVoteDigest
2173
+ * Lookup322: argon_primitives::digests::BlockVoteDigest
2103
2174
  **/
2104
2175
  ArgonPrimitivesDigestsBlockVoteDigest: {
2105
2176
  votingPower: 'Compact<u128>',
2106
2177
  votesCount: 'Compact<u32>'
2107
2178
  },
2108
2179
  /**
2109
- * Lookup320: pallet_block_seal_spec::pallet::Error<T>
2180
+ * Lookup326: pallet_block_seal_spec::pallet::Error<T>
2110
2181
  **/
2111
2182
  PalletBlockSealSpecError: {
2112
2183
  _enum: ['MaxNotebooksAtTickExceeded']
2113
2184
  },
2114
2185
  /**
2115
- * Lookup323: pallet_data_domain::pallet::Error<T>
2186
+ * Lookup329: pallet_data_domain::pallet::Error<T>
2116
2187
  **/
2117
2188
  PalletDataDomainError: {
2118
2189
  _enum: ['DomainNotRegistered', 'NotDomainOwner', 'FailedToAddToAddressHistory', 'FailedToAddExpiringDomain', 'AccountDecodingError']
2119
2190
  },
2120
2191
  /**
2121
- * Lookup324: pallet_price_index::pallet::Error<T>
2192
+ * Lookup330: pallet_price_index::pallet::Error<T>
2122
2193
  **/
2123
2194
  PalletPriceIndexError: {
2124
2195
  _enum: ['NotAuthorizedOperator', 'MissingValue', 'PricesTooOld', 'MaxPriceChangePerTickExceeded']
2125
2196
  },
2126
2197
  /**
2127
- * Lookup329: sp_core::crypto::KeyTypeId
2198
+ * Lookup335: sp_core::crypto::KeyTypeId
2128
2199
  **/
2129
2200
  SpCoreCryptoKeyTypeId: '[u8;4]',
2130
2201
  /**
2131
- * Lookup330: pallet_session::pallet::Error<T>
2202
+ * Lookup336: pallet_session::pallet::Error<T>
2132
2203
  **/
2133
2204
  PalletSessionError: {
2134
2205
  _enum: ['InvalidProof', 'NoAssociatedValidatorId', 'DuplicatedKey', 'NoKeys', 'NoAccount']
2135
2206
  },
2136
2207
  /**
2137
- * Lookup331: argon_primitives::providers::BlockSealerInfo<sp_core::crypto::AccountId32>
2208
+ * Lookup337: argon_primitives::providers::BlockSealerInfo<sp_core::crypto::AccountId32>
2138
2209
  **/
2139
2210
  ArgonPrimitivesProvidersBlockSealerInfo: {
2140
2211
  blockAuthorAccountId: 'AccountId32',
2141
2212
  blockVoteRewardsAccount: 'Option<AccountId32>'
2142
2213
  },
2143
2214
  /**
2144
- * Lookup332: argon_primitives::digests::ParentVotingKeyDigest
2215
+ * Lookup338: argon_primitives::digests::ParentVotingKeyDigest
2145
2216
  **/
2146
2217
  ArgonPrimitivesDigestsParentVotingKeyDigest: {
2147
2218
  parentVotingKey: 'Option<H256>'
2148
2219
  },
2149
2220
  /**
2150
- * Lookup333: pallet_block_seal::pallet::Error<T>
2221
+ * Lookup339: pallet_block_seal::pallet::Error<T>
2151
2222
  **/
2152
2223
  PalletBlockSealError: {
2153
2224
  _enum: ['InvalidVoteSealStrength', 'InvalidSubmitter', 'UnableToDecodeVoteAccount', 'UnregisteredBlockAuthor', 'InvalidBlockVoteProof', 'NoGrandparentVoteMinimum', 'DuplicateBlockSealProvided', 'InsufficientVotingPower', 'ParentVotingKeyNotFound', 'InvalidVoteGrandparentHash', 'IneligibleNotebookUsed', 'NoEligibleVotingRoot', 'UnregisteredDataDomain', 'InvalidDataDomainAccount', 'InvalidAuthoritySignature', 'CouldNotDecodeVote', 'MaxNotebooksAtTickExceeded', 'NoClosestMinerFoundForVote', 'BlockVoteInvalidSignature']
2154
2225
  },
2155
2226
  /**
2156
- * Lookup335: pallet_block_rewards::pallet::Error<T>
2227
+ * Lookup341: pallet_block_rewards::pallet::Error<T>
2157
2228
  **/
2158
2229
  PalletBlockRewardsError: 'Null',
2159
2230
  /**
2160
- * Lookup336: pallet_grandpa::StoredState<N>
2231
+ * Lookup342: pallet_grandpa::StoredState<N>
2161
2232
  **/
2162
2233
  PalletGrandpaStoredState: {
2163
2234
  _enum: {
@@ -2174,7 +2245,7 @@ exports.default = {
2174
2245
  }
2175
2246
  },
2176
2247
  /**
2177
- * Lookup337: pallet_grandpa::StoredPendingChange<N, Limit>
2248
+ * Lookup343: pallet_grandpa::StoredPendingChange<N, Limit>
2178
2249
  **/
2179
2250
  PalletGrandpaStoredPendingChange: {
2180
2251
  scheduledAt: 'u32',
@@ -2183,32 +2254,32 @@ exports.default = {
2183
2254
  forced: 'Option<u32>'
2184
2255
  },
2185
2256
  /**
2186
- * Lookup340: pallet_grandpa::pallet::Error<T>
2257
+ * Lookup346: pallet_grandpa::pallet::Error<T>
2187
2258
  **/
2188
2259
  PalletGrandpaError: {
2189
2260
  _enum: ['PauseFailed', 'ResumeFailed', 'ChangePending', 'TooSoon', 'InvalidKeyOwnershipProof', 'InvalidEquivocationProof', 'DuplicateOffenceReport']
2190
2261
  },
2191
2262
  /**
2192
- * Lookup341: sp_staking::offence::OffenceDetails<sp_core::crypto::AccountId32, Offender>
2263
+ * Lookup347: sp_staking::offence::OffenceDetails<sp_core::crypto::AccountId32, Offender>
2193
2264
  **/
2194
2265
  SpStakingOffenceOffenceDetails: {
2195
2266
  offender: '(AccountId32,PalletMiningSlotMinerHistory)',
2196
2267
  reporters: 'Vec<AccountId32>'
2197
2268
  },
2198
2269
  /**
2199
- * Lookup343: pallet_mining_slot::MinerHistory
2270
+ * Lookup349: pallet_mining_slot::MinerHistory
2200
2271
  **/
2201
2272
  PalletMiningSlotMinerHistory: {
2202
2273
  authorityIndex: 'u32'
2203
2274
  },
2204
2275
  /**
2205
- * Lookup348: pallet_mint::pallet::Error<T>
2276
+ * Lookup354: pallet_mint::pallet::Error<T>
2206
2277
  **/
2207
2278
  PalletMintError: {
2208
2279
  _enum: ['TooManyPendingMints']
2209
2280
  },
2210
2281
  /**
2211
- * Lookup350: pallet_balances::types::BalanceLock<Balance>
2282
+ * Lookup356: pallet_balances::types::BalanceLock<Balance>
2212
2283
  **/
2213
2284
  PalletBalancesBalanceLock: {
2214
2285
  id: '[u8;8]',
@@ -2216,27 +2287,27 @@ exports.default = {
2216
2287
  reasons: 'PalletBalancesReasons'
2217
2288
  },
2218
2289
  /**
2219
- * Lookup351: pallet_balances::types::Reasons
2290
+ * Lookup357: pallet_balances::types::Reasons
2220
2291
  **/
2221
2292
  PalletBalancesReasons: {
2222
2293
  _enum: ['Fee', 'Misc', 'All']
2223
2294
  },
2224
2295
  /**
2225
- * Lookup354: pallet_balances::types::ReserveData<ReserveIdentifier, Balance>
2296
+ * Lookup360: pallet_balances::types::ReserveData<ReserveIdentifier, Balance>
2226
2297
  **/
2227
2298
  PalletBalancesReserveData: {
2228
2299
  id: '[u8;8]',
2229
2300
  amount: 'u128'
2230
2301
  },
2231
2302
  /**
2232
- * Lookup357: frame_support::traits::tokens::misc::IdAmount<argon_node_runtime::RuntimeHoldReason, Balance>
2303
+ * Lookup363: frame_support::traits::tokens::misc::IdAmount<argon_node_runtime::RuntimeHoldReason, Balance>
2233
2304
  **/
2234
2305
  FrameSupportTokensMiscIdAmountRuntimeHoldReason: {
2235
2306
  id: 'ArgonNodeRuntimeRuntimeHoldReason',
2236
2307
  amount: 'u128'
2237
2308
  },
2238
2309
  /**
2239
- * Lookup358: argon_node_runtime::RuntimeHoldReason
2310
+ * Lookup364: argon_node_runtime::RuntimeHoldReason
2240
2311
  **/
2241
2312
  ArgonNodeRuntimeRuntimeHoldReason: {
2242
2313
  _enum: {
@@ -2263,38 +2334,38 @@ exports.default = {
2263
2334
  }
2264
2335
  },
2265
2336
  /**
2266
- * Lookup359: pallet_mining_slot::pallet::HoldReason
2337
+ * Lookup365: pallet_mining_slot::pallet::HoldReason
2267
2338
  **/
2268
2339
  PalletMiningSlotHoldReason: {
2269
2340
  _enum: ['RegisterAsMiner']
2270
2341
  },
2271
2342
  /**
2272
- * Lookup360: pallet_vaults::pallet::HoldReason
2343
+ * Lookup366: pallet_vaults::pallet::HoldReason
2273
2344
  **/
2274
2345
  PalletVaultsHoldReason: {
2275
2346
  _enum: ['EnterVault', 'BondFee']
2276
2347
  },
2277
2348
  /**
2278
- * Lookup361: pallet_bond::pallet::HoldReason
2349
+ * Lookup367: pallet_bond::pallet::HoldReason
2279
2350
  **/
2280
2351
  PalletBondHoldReason: {
2281
2352
  _enum: ['UnlockingBitcoin']
2282
2353
  },
2283
2354
  /**
2284
- * Lookup362: pallet_block_rewards::pallet::HoldReason
2355
+ * Lookup368: pallet_block_rewards::pallet::HoldReason
2285
2356
  **/
2286
2357
  PalletBlockRewardsHoldReason: {
2287
2358
  _enum: ['MaturationPeriod']
2288
2359
  },
2289
2360
  /**
2290
- * Lookup365: frame_support::traits::tokens::misc::IdAmount<argon_node_runtime::RuntimeFreezeReason, Balance>
2361
+ * Lookup371: frame_support::traits::tokens::misc::IdAmount<argon_node_runtime::RuntimeFreezeReason, Balance>
2291
2362
  **/
2292
2363
  FrameSupportTokensMiscIdAmountRuntimeFreezeReason: {
2293
2364
  id: 'ArgonNodeRuntimeRuntimeFreezeReason',
2294
2365
  amount: 'u128'
2295
2366
  },
2296
2367
  /**
2297
- * Lookup366: argon_node_runtime::RuntimeFreezeReason
2368
+ * Lookup372: argon_node_runtime::RuntimeFreezeReason
2298
2369
  **/
2299
2370
  ArgonNodeRuntimeRuntimeFreezeReason: {
2300
2371
  _enum: {
@@ -2321,77 +2392,83 @@ exports.default = {
2321
2392
  }
2322
2393
  },
2323
2394
  /**
2324
- * Lookup367: pallet_block_rewards::pallet::FreezeReason
2395
+ * Lookup373: pallet_block_rewards::pallet::FreezeReason
2325
2396
  **/
2326
2397
  PalletBlockRewardsFreezeReason: {
2327
2398
  _enum: ['MaturationPeriod']
2328
2399
  },
2329
2400
  /**
2330
- * Lookup369: pallet_balances::pallet::Error<T, I>
2401
+ * Lookup375: pallet_balances::pallet::Error<T, I>
2331
2402
  **/
2332
2403
  PalletBalancesError: {
2333
2404
  _enum: ['VestingBalance', 'LiquidityRestrictions', 'InsufficientBalance', 'ExistentialDeposit', 'Expendability', 'ExistingVestingSchedule', 'DeadAccount', 'TooManyReserves', 'TooManyHolds', 'TooManyFreezes', 'IssuanceDeactivated', 'DeltaZero']
2334
2405
  },
2335
2406
  /**
2336
- * Lookup371: pallet_tx_pause::pallet::Error<T>
2407
+ * Lookup377: pallet_tx_pause::pallet::Error<T>
2337
2408
  **/
2338
2409
  PalletTxPauseError: {
2339
2410
  _enum: ['IsPaused', 'IsUnpaused', 'Unpausable', 'NotFound']
2340
2411
  },
2341
2412
  /**
2342
- * Lookup372: pallet_transaction_payment::Releases
2413
+ * Lookup378: pallet_transaction_payment::Releases
2343
2414
  **/
2344
2415
  PalletTransactionPaymentReleases: {
2345
2416
  _enum: ['V1Ancient', 'V2']
2346
2417
  },
2347
2418
  /**
2348
- * Lookup373: pallet_sudo::pallet::Error<T>
2419
+ * Lookup379: pallet_utility::pallet::Error<T>
2420
+ **/
2421
+ PalletUtilityError: {
2422
+ _enum: ['TooManyCalls']
2423
+ },
2424
+ /**
2425
+ * Lookup380: pallet_sudo::pallet::Error<T>
2349
2426
  **/
2350
2427
  PalletSudoError: {
2351
2428
  _enum: ['RequireSudo']
2352
2429
  },
2353
2430
  /**
2354
- * Lookup376: frame_system::extensions::check_non_zero_sender::CheckNonZeroSender<T>
2431
+ * Lookup383: frame_system::extensions::check_non_zero_sender::CheckNonZeroSender<T>
2355
2432
  **/
2356
2433
  FrameSystemExtensionsCheckNonZeroSender: 'Null',
2357
2434
  /**
2358
- * Lookup377: frame_system::extensions::check_spec_version::CheckSpecVersion<T>
2435
+ * Lookup384: frame_system::extensions::check_spec_version::CheckSpecVersion<T>
2359
2436
  **/
2360
2437
  FrameSystemExtensionsCheckSpecVersion: 'Null',
2361
2438
  /**
2362
- * Lookup378: frame_system::extensions::check_tx_version::CheckTxVersion<T>
2439
+ * Lookup385: frame_system::extensions::check_tx_version::CheckTxVersion<T>
2363
2440
  **/
2364
2441
  FrameSystemExtensionsCheckTxVersion: 'Null',
2365
2442
  /**
2366
- * Lookup379: frame_system::extensions::check_genesis::CheckGenesis<T>
2443
+ * Lookup386: frame_system::extensions::check_genesis::CheckGenesis<T>
2367
2444
  **/
2368
2445
  FrameSystemExtensionsCheckGenesis: 'Null',
2369
2446
  /**
2370
- * Lookup382: frame_system::extensions::check_nonce::CheckNonce<T>
2447
+ * Lookup389: frame_system::extensions::check_nonce::CheckNonce<T>
2371
2448
  **/
2372
2449
  FrameSystemExtensionsCheckNonce: 'Compact<u32>',
2373
2450
  /**
2374
- * Lookup383: frame_system::extensions::check_weight::CheckWeight<T>
2451
+ * Lookup390: frame_system::extensions::check_weight::CheckWeight<T>
2375
2452
  **/
2376
2453
  FrameSystemExtensionsCheckWeight: 'Null',
2377
2454
  /**
2378
- * Lookup384: pallet_transaction_payment::ChargeTransactionPayment<T>
2455
+ * Lookup391: pallet_transaction_payment::ChargeTransactionPayment<T>
2379
2456
  **/
2380
2457
  PalletTransactionPaymentChargeTransactionPayment: 'Compact<u128>',
2381
2458
  /**
2382
- * Lookup385: frame_metadata_hash_extension::CheckMetadataHash<T>
2459
+ * Lookup392: frame_metadata_hash_extension::CheckMetadataHash<T>
2383
2460
  **/
2384
2461
  FrameMetadataHashExtensionCheckMetadataHash: {
2385
2462
  mode: 'FrameMetadataHashExtensionMode'
2386
2463
  },
2387
2464
  /**
2388
- * Lookup386: frame_metadata_hash_extension::Mode
2465
+ * Lookup393: frame_metadata_hash_extension::Mode
2389
2466
  **/
2390
2467
  FrameMetadataHashExtensionMode: {
2391
2468
  _enum: ['Disabled', 'Enabled']
2392
2469
  },
2393
2470
  /**
2394
- * Lookup388: argon_node_runtime::Runtime
2471
+ * Lookup395: argon_node_runtime::Runtime
2395
2472
  **/
2396
2473
  ArgonNodeRuntimeRuntime: 'Null'
2397
2474
  };