@argonprotocol/mainchain 0.0.2 → 0.0.3

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