@argonprotocol/mainchain 1.0.9 → 1.0.11

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 (32) hide show
  1. package/lib/cjs/interfaces/augment-api-consts.d.ts +57 -57
  2. package/lib/cjs/interfaces/augment-api-errors.d.ts +91 -106
  3. package/lib/cjs/interfaces/augment-api-events.d.ts +114 -108
  4. package/lib/cjs/interfaces/augment-api-query.d.ts +72 -52
  5. package/lib/cjs/interfaces/augment-api-tx.d.ts +74 -60
  6. package/lib/cjs/interfaces/lookup.d.ts +229 -207
  7. package/lib/cjs/interfaces/lookup.js +255 -233
  8. package/lib/cjs/interfaces/lookup.js.map +1 -1
  9. package/lib/cjs/interfaces/registry.d.ts +16 -15
  10. package/lib/cjs/interfaces/types-lookup.d.ts +281 -262
  11. package/lib/esm/interfaces/augment-api-consts.d.ts +57 -57
  12. package/lib/esm/interfaces/augment-api-errors.d.ts +91 -106
  13. package/lib/esm/interfaces/augment-api-events.d.ts +114 -108
  14. package/lib/esm/interfaces/augment-api-query.d.ts +72 -52
  15. package/lib/esm/interfaces/augment-api-tx.d.ts +74 -60
  16. package/lib/esm/interfaces/lookup.d.ts +229 -207
  17. package/lib/esm/interfaces/lookup.js +255 -233
  18. package/lib/esm/interfaces/lookup.js.map +1 -1
  19. package/lib/esm/interfaces/registry.d.ts +16 -15
  20. package/lib/esm/interfaces/types-lookup.d.ts +281 -262
  21. package/lib/tsconfig-cjs.tsbuildinfo +1 -1
  22. package/lib/tsconfig-types.tsbuildinfo +1 -1
  23. package/lib/tsconfig.tsbuildinfo +1 -1
  24. package/lib/types/interfaces/augment-api-consts.d.ts +57 -57
  25. package/lib/types/interfaces/augment-api-errors.d.ts +91 -106
  26. package/lib/types/interfaces/augment-api-events.d.ts +114 -108
  27. package/lib/types/interfaces/augment-api-query.d.ts +72 -52
  28. package/lib/types/interfaces/augment-api-tx.d.ts +74 -60
  29. package/lib/types/interfaces/lookup.d.ts +229 -207
  30. package/lib/types/interfaces/registry.d.ts +16 -15
  31. package/lib/types/interfaces/types-lookup.d.ts +281 -262
  32. package/package.json +1 -1
@@ -219,7 +219,7 @@ exports.default = {
219
219
  PureCreated: {
220
220
  pure: 'AccountId32',
221
221
  who: 'AccountId32',
222
- proxyType: 'ArgonRuntimeConfigsProxyType',
222
+ proxyType: 'ArgonRuntimeProxyType',
223
223
  disambiguationIndex: 'u16',
224
224
  },
225
225
  Announced: {
@@ -230,21 +230,21 @@ exports.default = {
230
230
  ProxyAdded: {
231
231
  delegator: 'AccountId32',
232
232
  delegatee: 'AccountId32',
233
- proxyType: 'ArgonRuntimeConfigsProxyType',
233
+ proxyType: 'ArgonRuntimeProxyType',
234
234
  delay: 'u32',
235
235
  },
236
236
  ProxyRemoved: {
237
237
  delegator: 'AccountId32',
238
238
  delegatee: 'AccountId32',
239
- proxyType: 'ArgonRuntimeConfigsProxyType',
239
+ proxyType: 'ArgonRuntimeProxyType',
240
240
  delay: 'u32'
241
241
  }
242
242
  }
243
243
  },
244
244
  /**
245
- * Lookup37: argon_runtime::configs::ProxyType
245
+ * Lookup37: argon_runtime::ProxyType
246
246
  **/
247
- ArgonRuntimeConfigsProxyType: {
247
+ ArgonRuntimeProxyType: {
248
248
  _enum: ['Any', 'NonTransfer', 'PriceIndex']
249
249
  },
250
250
  /**
@@ -263,22 +263,22 @@ exports.default = {
263
263
  },
264
264
  SlotBidderReplaced: {
265
265
  accountId: 'AccountId32',
266
- bondId: 'Option<u64>',
267
- keptOwnershipBond: 'bool',
266
+ obligationId: 'Option<u64>',
267
+ preservedArgonotHold: 'bool',
268
268
  },
269
- UnbondedMiner: {
269
+ ReleasedMinerSeat: {
270
270
  accountId: 'AccountId32',
271
- bondId: 'Option<u64>',
272
- keptOwnershipBond: 'bool',
271
+ obligationId: 'Option<u64>',
272
+ preservedArgonotHold: 'bool',
273
273
  },
274
- UnbondMinerError: {
274
+ ReleaseMinerSeatError: {
275
275
  accountId: 'AccountId32',
276
- bondId: 'Option<u64>',
276
+ obligationId: 'Option<u64>',
277
277
  error: 'SpRuntimeDispatchError',
278
278
  },
279
279
  MiningConfigurationUpdated: {
280
- blocksBeforeBidEndForVrfClose: 'u32',
281
- blocksBetweenSlots: 'u32',
280
+ ticksBeforeBidEndForVrfClose: 'u64',
281
+ ticksBetweenSlots: 'u64',
282
282
  slotBiddingStartAfterTicks: 'u64'
283
283
  }
284
284
  }
@@ -289,11 +289,12 @@ exports.default = {
289
289
  ArgonPrimitivesBlockSealMiningRegistration: {
290
290
  accountId: 'AccountId32',
291
291
  rewardDestination: 'ArgonPrimitivesBlockSealRewardDestination',
292
- bondId: 'Option<u64>',
293
- bondAmount: 'Compact<u128>',
294
- ownershipTokens: 'Compact<u128>',
292
+ obligationId: 'Option<u64>',
293
+ bondedArgons: 'Compact<u128>',
294
+ argonots: 'Compact<u128>',
295
295
  rewardSharing: 'Option<ArgonPrimitivesBlockSealRewardSharing>',
296
- authorityKeys: 'ArgonRuntimeSessionKeys'
296
+ authorityKeys: 'ArgonRuntimeSessionKeys',
297
+ slotId: 'Compact<u64>'
297
298
  },
298
299
  /**
299
300
  * Lookup42: argon_runtime::SessionKeys
@@ -388,124 +389,130 @@ exports.default = {
388
389
  VaultCreated: {
389
390
  vaultId: 'u32',
390
391
  bitcoinArgons: 'u128',
391
- miningArgons: 'u128',
392
- securitizationPercent: 'u128',
392
+ bondedArgons: 'u128',
393
+ addedSecuritizationPercent: 'u128',
393
394
  operatorAccountId: 'AccountId32',
394
395
  },
395
396
  VaultModified: {
396
397
  vaultId: 'u32',
397
398
  bitcoinArgons: 'u128',
398
- miningArgons: 'u128',
399
- securitizationPercent: 'u128',
399
+ bondedArgons: 'u128',
400
+ addedSecuritizationPercent: 'u128',
400
401
  },
401
- VaultMiningBondsIncreased: {
402
+ VaultBondedArgonsIncreased: {
402
403
  vaultId: 'u32',
403
- miningArgons: 'u128',
404
+ bondedArgons: 'u128',
404
405
  },
405
- VaultMiningBondsChangeScheduled: {
406
+ VaultBondedArgonsChangeScheduled: {
406
407
  vaultId: 'u32',
407
- changeBlock: 'u32',
408
+ changeTick: 'u64',
408
409
  },
409
410
  VaultTermsChangeScheduled: {
410
411
  vaultId: 'u32',
411
- changeBlock: 'u32',
412
+ changeTick: 'u64',
412
413
  },
413
414
  VaultTermsChanged: {
414
415
  vaultId: 'u32',
415
416
  },
416
417
  VaultClosed: {
417
418
  vaultId: 'u32',
418
- bitcoinAmountStillBonded: 'u128',
419
- miningAmountStillBonded: 'u128',
420
- securitizationStillBonded: 'u128',
419
+ bitcoinAmountStillReserved: 'u128',
420
+ miningAmountStillReserved: 'u128',
421
+ securitizationStillReserved: 'u128',
421
422
  },
422
423
  VaultBitcoinXpubChange: {
423
- vaultId: 'u32'
424
- }
425
- }
426
- },
427
- /**
428
- * Lookup59: pallet_bond::pallet::Event<T>
429
- **/
430
- PalletBondEvent: {
431
- _enum: {
432
- BondCreated: {
433
424
  vaultId: 'u32',
434
- bondId: 'u64',
435
- bondType: 'ArgonPrimitivesBondBondType',
436
- bondedAccountId: 'AccountId32',
437
- utxoId: 'Option<u64>',
425
+ },
426
+ ObligationCreated: {
427
+ vaultId: 'u32',
428
+ obligationId: 'u64',
429
+ fundType: 'ArgonPrimitivesVaultFundType',
430
+ beneficiary: 'AccountId32',
438
431
  amount: 'u128',
439
- expiration: 'ArgonPrimitivesBondBondExpiration',
432
+ expiration: 'ArgonPrimitivesVaultObligationExpiration',
440
433
  },
441
- BondCompleted: {
434
+ ObligationCompleted: {
442
435
  vaultId: 'u32',
443
- bondId: 'u64',
436
+ obligationId: 'u64',
444
437
  },
445
- BondModified: {
438
+ ObligationModified: {
446
439
  vaultId: 'u32',
447
- bondId: 'u64',
440
+ obligationId: 'u64',
448
441
  amount: 'u128',
449
442
  },
450
- BondCanceled: {
443
+ ObligationCanceled: {
451
444
  vaultId: 'u32',
452
- bondId: 'u64',
453
- bondedAccountId: 'AccountId32',
454
- bondType: 'ArgonPrimitivesBondBondType',
445
+ obligationId: 'u64',
446
+ beneficiary: 'AccountId32',
447
+ fundType: 'ArgonPrimitivesVaultFundType',
455
448
  returnedFee: 'u128',
456
449
  },
457
- BitcoinBondBurned: {
450
+ ObligationCompletionError: {
451
+ obligationId: 'u64',
452
+ error: 'SpRuntimeDispatchError'
453
+ }
454
+ }
455
+ },
456
+ /**
457
+ * Lookup59: argon_primitives::vault::FundType
458
+ **/
459
+ ArgonPrimitivesVaultFundType: {
460
+ _enum: ['BondedArgons', 'Bitcoin']
461
+ },
462
+ /**
463
+ * Lookup60: argon_primitives::vault::ObligationExpiration
464
+ **/
465
+ ArgonPrimitivesVaultObligationExpiration: {
466
+ _enum: {
467
+ AtTick: 'Compact<u64>',
468
+ BitcoinBlock: 'Compact<u64>'
469
+ }
470
+ },
471
+ /**
472
+ * Lookup61: pallet_bitcoin_locks::pallet::Event<T>
473
+ **/
474
+ PalletBitcoinLocksEvent: {
475
+ _enum: {
476
+ BitcoinLockCreated: {
477
+ utxoId: 'u64',
458
478
  vaultId: 'u32',
459
- bondId: 'u64',
479
+ obligationId: 'u64',
480
+ lockPrice: 'u128',
481
+ accountId: 'AccountId32',
482
+ },
483
+ BitcoinLockBurned: {
460
484
  utxoId: 'u64',
485
+ vaultId: 'u32',
486
+ obligationId: 'u64',
461
487
  amountBurned: 'u128',
462
488
  amountHeld: 'u128',
463
489
  wasUtxoSpent: 'bool',
464
490
  },
465
491
  BitcoinUtxoCosignRequested: {
466
- bondId: 'u64',
467
- vaultId: 'u32',
468
492
  utxoId: 'u64',
493
+ obligationId: 'u64',
494
+ vaultId: 'u32',
469
495
  },
470
496
  BitcoinUtxoCosigned: {
471
- bondId: 'u64',
472
- vaultId: 'u32',
473
497
  utxoId: 'u64',
498
+ obligationId: 'u64',
499
+ vaultId: 'u32',
474
500
  signature: 'Bytes',
475
501
  },
476
502
  BitcoinCosignPastDue: {
477
- bondId: 'u64',
478
- vaultId: 'u32',
479
503
  utxoId: 'u64',
504
+ obligationId: 'u64',
505
+ vaultId: 'u32',
480
506
  compensationAmount: 'u128',
481
507
  compensationStillOwed: 'u128',
482
508
  compensatedAccountId: 'AccountId32',
483
509
  },
484
- BondCompletionError: {
485
- bondId: 'u64',
486
- error: 'SpRuntimeDispatchError',
487
- },
488
510
  CosignOverdueError: {
489
511
  utxoId: 'u64',
490
512
  error: 'SpRuntimeDispatchError'
491
513
  }
492
514
  }
493
515
  },
494
- /**
495
- * Lookup60: argon_primitives::bond::BondType
496
- **/
497
- ArgonPrimitivesBondBondType: {
498
- _enum: ['Mining', 'Bitcoin']
499
- },
500
- /**
501
- * Lookup61: argon_primitives::bond::BondExpiration<BlockNumber>
502
- **/
503
- ArgonPrimitivesBondBondExpiration: {
504
- _enum: {
505
- ArgonBlock: 'Compact<u32>',
506
- BitcoinBlock: 'Compact<u64>'
507
- }
508
- },
509
516
  /**
510
517
  * Lookup64: pallet_notaries::pallet::Event<T>
511
518
  **/
@@ -1500,28 +1507,28 @@ exports.default = {
1500
1507
  _enum: {
1501
1508
  proxy: {
1502
1509
  real: 'MultiAddress',
1503
- forceProxyType: 'Option<ArgonRuntimeConfigsProxyType>',
1510
+ forceProxyType: 'Option<ArgonRuntimeProxyType>',
1504
1511
  call: 'Call',
1505
1512
  },
1506
1513
  add_proxy: {
1507
1514
  delegate: 'MultiAddress',
1508
- proxyType: 'ArgonRuntimeConfigsProxyType',
1515
+ proxyType: 'ArgonRuntimeProxyType',
1509
1516
  delay: 'u32',
1510
1517
  },
1511
1518
  remove_proxy: {
1512
1519
  delegate: 'MultiAddress',
1513
- proxyType: 'ArgonRuntimeConfigsProxyType',
1520
+ proxyType: 'ArgonRuntimeProxyType',
1514
1521
  delay: 'u32',
1515
1522
  },
1516
1523
  remove_proxies: 'Null',
1517
1524
  create_pure: {
1518
- proxyType: 'ArgonRuntimeConfigsProxyType',
1525
+ proxyType: 'ArgonRuntimeProxyType',
1519
1526
  delay: 'u32',
1520
1527
  index: 'u16',
1521
1528
  },
1522
1529
  kill_pure: {
1523
1530
  spawner: 'MultiAddress',
1524
- proxyType: 'ArgonRuntimeConfigsProxyType',
1531
+ proxyType: 'ArgonRuntimeProxyType',
1525
1532
  index: 'u16',
1526
1533
  height: 'Compact<u32>',
1527
1534
  extIndex: 'Compact<u32>',
@@ -1541,7 +1548,7 @@ exports.default = {
1541
1548
  proxy_announced: {
1542
1549
  delegate: 'MultiAddress',
1543
1550
  real: 'MultiAddress',
1544
- forceProxyType: 'Option<ArgonRuntimeConfigsProxyType>',
1551
+ forceProxyType: 'Option<ArgonRuntimeProxyType>',
1545
1552
  call: 'Call'
1546
1553
  }
1547
1554
  }
@@ -1559,7 +1566,7 @@ exports.default = {
1559
1566
  _alias: {
1560
1567
  keys_: 'keys',
1561
1568
  },
1562
- bondInfo: 'Option<PalletMiningSlotMiningSlotBid>',
1569
+ bondedArgons: 'Option<PalletMiningSlotMiningSlotBid>',
1563
1570
  rewardDestination: 'ArgonPrimitivesBlockSealRewardDestination',
1564
1571
  keys_: 'ArgonRuntimeSessionKeys',
1565
1572
  },
@@ -1620,11 +1627,11 @@ exports.default = {
1620
1627
  vaultId: 'u32',
1621
1628
  totalMiningAmountOffered: 'u128',
1622
1629
  totalBitcoinAmountOffered: 'u128',
1623
- securitizationPercent: 'u128',
1630
+ addedSecuritizationPercent: 'u128',
1624
1631
  },
1625
1632
  modify_terms: {
1626
1633
  vaultId: 'u32',
1627
- terms: 'ArgonPrimitivesBondVaultTerms',
1634
+ terms: 'ArgonPrimitivesVaultVaultTerms',
1628
1635
  },
1629
1636
  close: {
1630
1637
  vaultId: 'u32',
@@ -1639,20 +1646,20 @@ exports.default = {
1639
1646
  * Lookup198: pallet_vaults::pallet::VaultConfig<Balance>
1640
1647
  **/
1641
1648
  PalletVaultsVaultConfig: {
1642
- terms: 'ArgonPrimitivesBondVaultTerms',
1649
+ terms: 'ArgonPrimitivesVaultVaultTerms',
1643
1650
  bitcoinAmountAllocated: 'Compact<u128>',
1644
1651
  bitcoinXpubkey: 'ArgonPrimitivesBitcoinOpaqueBitcoinXpub',
1645
- miningAmountAllocated: 'Compact<u128>',
1646
- securitizationPercent: 'Compact<u128>'
1652
+ bondedArgonsAllocated: 'Compact<u128>',
1653
+ addedSecuritizationPercent: 'Compact<u128>'
1647
1654
  },
1648
1655
  /**
1649
- * Lookup199: argon_primitives::bond::VaultTerms<Balance>
1656
+ * Lookup199: argon_primitives::vault::VaultTerms<Balance>
1650
1657
  **/
1651
- ArgonPrimitivesBondVaultTerms: {
1658
+ ArgonPrimitivesVaultVaultTerms: {
1652
1659
  bitcoinAnnualPercentRate: 'Compact<u128>',
1653
1660
  bitcoinBaseFee: 'Compact<u128>',
1654
- miningAnnualPercentRate: 'Compact<u128>',
1655
- miningBaseFee: 'Compact<u128>',
1661
+ bondedArgonsAnnualPercentRate: 'Compact<u128>',
1662
+ bondedArgonsBaseFee: 'Compact<u128>',
1656
1663
  miningRewardSharingPercentTake: 'Compact<u128>'
1657
1664
  },
1658
1665
  /**
@@ -1660,26 +1667,26 @@ exports.default = {
1660
1667
  **/
1661
1668
  ArgonPrimitivesBitcoinOpaqueBitcoinXpub: '[u8;78]',
1662
1669
  /**
1663
- * Lookup202: pallet_bond::pallet::Call<T>
1670
+ * Lookup202: pallet_bitcoin_locks::pallet::Call<T>
1664
1671
  **/
1665
- PalletBondCall: {
1672
+ PalletBitcoinLocksCall: {
1666
1673
  _enum: {
1667
- bond_bitcoin: {
1674
+ initialize: {
1668
1675
  vaultId: 'u32',
1669
1676
  satoshis: 'Compact<u64>',
1670
1677
  bitcoinPubkey: 'ArgonPrimitivesBitcoinCompressedBitcoinPubkey',
1671
1678
  },
1672
- __Unused1: 'Null',
1673
- __Unused2: 'Null',
1674
- __Unused3: 'Null',
1675
- unlock_bitcoin_bond: {
1676
- bondId: 'u64',
1679
+ request_release: {
1680
+ utxoId: 'u64',
1677
1681
  toScriptPubkey: 'Bytes',
1678
1682
  bitcoinNetworkFee: 'u64',
1679
1683
  },
1680
- cosign_bitcoin_unlock: {
1681
- bondId: 'u64',
1682
- signature: 'Bytes'
1684
+ cosign_release: {
1685
+ utxoId: 'u64',
1686
+ signature: 'Bytes',
1687
+ },
1688
+ admin_modify_minimum_locked_sats: {
1689
+ satoshis: 'u64'
1683
1690
  }
1684
1691
  }
1685
1692
  },
@@ -2352,7 +2359,10 @@ exports.default = {
2352
2359
  asset: 'PalletTokenGatewayAssetRegistration',
2353
2360
  },
2354
2361
  update_erc6160_asset: {
2355
- asset: 'TokenGatewayPrimitivesGatewayAssetUpdate'
2362
+ asset: 'TokenGatewayPrimitivesGatewayAssetUpdate',
2363
+ },
2364
+ update_asset_precision: {
2365
+ update: 'PalletTokenGatewayPrecisionUpdate'
2356
2366
  }
2357
2367
  }
2358
2368
  },
@@ -2367,7 +2377,8 @@ exports.default = {
2367
2377
  timeout: 'u64',
2368
2378
  tokenGateway: 'Bytes',
2369
2379
  relayerFee: 'u128',
2370
- callData: 'Option<Bytes>'
2380
+ callData: 'Option<Bytes>',
2381
+ redeem: 'bool'
2371
2382
  },
2372
2383
  /**
2373
2384
  * Lookup300: pallet_token_gateway::types::AssetRegistration<AssetId>
@@ -2375,7 +2386,8 @@ exports.default = {
2375
2386
  PalletTokenGatewayAssetRegistration: {
2376
2387
  localId: 'u32',
2377
2388
  reg: 'TokenGatewayPrimitivesGatewayAssetRegistration',
2378
- native: 'bool'
2389
+ native: 'bool',
2390
+ precision: 'BTreeMap<IsmpHostStateMachine, u8>'
2379
2391
  },
2380
2392
  /**
2381
2393
  * Lookup301: token_gateway_primitives::GatewayAssetRegistration
@@ -2387,7 +2399,7 @@ exports.default = {
2387
2399
  minimumBalance: 'Option<u128>'
2388
2400
  },
2389
2401
  /**
2390
- * Lookup303: token_gateway_primitives::GatewayAssetUpdate
2402
+ * Lookup306: token_gateway_primitives::GatewayAssetUpdate
2391
2403
  **/
2392
2404
  TokenGatewayPrimitivesGatewayAssetUpdate: {
2393
2405
  assetId: 'H256',
@@ -2396,21 +2408,28 @@ exports.default = {
2396
2408
  newAdmins: 'Vec<(IsmpHostStateMachine,H160)>'
2397
2409
  },
2398
2410
  /**
2399
- * Lookup310: pallet_multisig::pallet::Error<T>
2411
+ * Lookup312: pallet_token_gateway::types::PrecisionUpdate<AssetId>
2412
+ **/
2413
+ PalletTokenGatewayPrecisionUpdate: {
2414
+ assetId: 'u32',
2415
+ precisions: 'BTreeMap<IsmpHostStateMachine, u8>'
2416
+ },
2417
+ /**
2418
+ * Lookup314: pallet_multisig::pallet::Error<T>
2400
2419
  **/
2401
2420
  PalletMultisigError: {
2402
2421
  _enum: ['MinimumThreshold', 'AlreadyApproved', 'NoApprovalsNeeded', 'TooFewSignatories', 'TooManySignatories', 'SignatoriesOutOfOrder', 'SenderInSignatories', 'NotFound', 'NotOwner', 'NoTimepoint', 'WrongTimepoint', 'UnexpectedTimepoint', 'MaxWeightTooLow', 'AlreadyStored']
2403
2422
  },
2404
2423
  /**
2405
- * Lookup313: pallet_proxy::ProxyDefinition<sp_core::crypto::AccountId32, argon_runtime::configs::ProxyType, BlockNumber>
2424
+ * Lookup317: pallet_proxy::ProxyDefinition<sp_core::crypto::AccountId32, argon_runtime::ProxyType, BlockNumber>
2406
2425
  **/
2407
2426
  PalletProxyProxyDefinition: {
2408
2427
  delegate: 'AccountId32',
2409
- proxyType: 'ArgonRuntimeConfigsProxyType',
2428
+ proxyType: 'ArgonRuntimeProxyType',
2410
2429
  delay: 'u32'
2411
2430
  },
2412
2431
  /**
2413
- * Lookup317: pallet_proxy::Announcement<sp_core::crypto::AccountId32, primitive_types::H256, BlockNumber>
2432
+ * Lookup321: pallet_proxy::Announcement<sp_core::crypto::AccountId32, primitive_types::H256, BlockNumber>
2414
2433
  **/
2415
2434
  PalletProxyAnnouncement: {
2416
2435
  real: 'AccountId32',
@@ -2418,24 +2437,24 @@ exports.default = {
2418
2437
  height: 'u32'
2419
2438
  },
2420
2439
  /**
2421
- * Lookup319: pallet_proxy::pallet::Error<T>
2440
+ * Lookup323: pallet_proxy::pallet::Error<T>
2422
2441
  **/
2423
2442
  PalletProxyError: {
2424
2443
  _enum: ['TooMany', 'NotFound', 'NotProxy', 'Unproxyable', 'Duplicate', 'NoPermission', 'Unannounced', 'NoSelfProxy']
2425
2444
  },
2426
2445
  /**
2427
- * Lookup320: argon_primitives::tick::Ticker
2446
+ * Lookup324: argon_primitives::tick::Ticker
2428
2447
  **/
2429
2448
  ArgonPrimitivesTickTicker: {
2430
2449
  tickDurationMillis: 'Compact<u64>',
2431
2450
  channelHoldExpirationTicks: 'Compact<u64>'
2432
2451
  },
2433
2452
  /**
2434
- * Lookup322: pallet_ticks::pallet::Error<T>
2453
+ * Lookup326: pallet_ticks::pallet::Error<T>
2435
2454
  **/
2436
2455
  PalletTicksError: 'Null',
2437
2456
  /**
2438
- * Lookup328: argon_primitives::block_seal::MiningBidStats
2457
+ * Lookup332: argon_primitives::block_seal::MiningBidStats
2439
2458
  **/
2440
2459
  ArgonPrimitivesBlockSealMiningBidStats: {
2441
2460
  bidsCount: 'u32',
@@ -2444,15 +2463,15 @@ exports.default = {
2444
2463
  bidAmountSum: 'u128'
2445
2464
  },
2446
2465
  /**
2447
- * Lookup330: argon_primitives::block_seal::MiningSlotConfig<BlockNumber>
2466
+ * Lookup334: argon_primitives::block_seal::MiningSlotConfig
2448
2467
  **/
2449
2468
  ArgonPrimitivesBlockSealMiningSlotConfig: {
2450
- blocksBeforeBidEndForVrfClose: 'Compact<u32>',
2451
- blocksBetweenSlots: 'Compact<u32>',
2469
+ ticksBeforeBidEndForVrfClose: 'Compact<u64>',
2470
+ ticksBetweenSlots: 'Compact<u64>',
2452
2471
  slotBiddingStartAfterTicks: 'Compact<u64>'
2453
2472
  },
2454
2473
  /**
2455
- * Lookup332: pallet_mining_slot::pallet::Error<T>
2474
+ * Lookup336: pallet_mining_slot::pallet::Error<T>
2456
2475
  **/
2457
2476
  PalletMiningSlotError: {
2458
2477
  _enum: {
@@ -2461,10 +2480,10 @@ exports.default = {
2461
2480
  InsufficientOwnershipTokens: 'Null',
2462
2481
  BidTooLow: 'Null',
2463
2482
  CannotRegisterOverlappingSessions: 'Null',
2464
- BondNotFound: 'Null',
2465
- NoMoreBondIds: 'Null',
2483
+ ObligationNotFound: 'Null',
2484
+ NoMoreObligationIds: 'Null',
2466
2485
  VaultClosed: 'Null',
2467
- MinimumBondAmountNotMet: 'Null',
2486
+ MinimumObligationAmountNotMet: 'Null',
2468
2487
  ExpirationAtBlockOverflow: 'Null',
2469
2488
  InsufficientFunds: 'Null',
2470
2489
  InsufficientVaultFunds: 'Null',
@@ -2473,20 +2492,18 @@ exports.default = {
2473
2492
  HoldUnexpectedlyModified: 'Null',
2474
2493
  UnrecoverableHold: 'Null',
2475
2494
  VaultNotFound: 'Null',
2476
- BondAlreadyClosed: 'Null',
2477
- FeeExceedsBondAmount: 'Null',
2478
2495
  AccountWouldBeBelowMinimum: 'Null',
2479
- GenericBondError: 'ArgonPrimitivesBondBondError'
2496
+ GenericObligationError: 'ArgonPrimitivesVaultObligationError'
2480
2497
  }
2481
2498
  },
2482
2499
  /**
2483
- * Lookup333: argon_primitives::bond::BondError
2500
+ * Lookup337: argon_primitives::vault::ObligationError
2484
2501
  **/
2485
- ArgonPrimitivesBondBondError: {
2486
- _enum: ['BondNotFound', 'NoMoreBondIds', 'MinimumBondAmountNotMet', 'VaultClosed', 'ExpirationAtBlockOverflow', 'AccountWouldBeBelowMinimum', 'InsufficientFunds', 'InsufficientVaultFunds', 'InsufficientBitcoinsForMining', 'ExpirationTooSoon', 'NoPermissions', 'HoldUnexpectedlyModified', 'UnrecoverableHold', 'VaultNotFound', 'NoVaultBitcoinPubkeysAvailable', 'UnableToGenerateVaultBitcoinPubkey', 'UnableToDecodeVaultBitcoinPubkey', 'FeeExceedsBondAmount', 'InvalidBitcoinScript', 'InternalError']
2502
+ ArgonPrimitivesVaultObligationError: {
2503
+ _enum: ['ObligationNotFound', 'NoMoreObligationIds', 'MinimumObligationAmountNotMet', 'VaultClosed', 'ExpirationAtBlockOverflow', 'AccountWouldBeBelowMinimum', 'InsufficientFunds', 'InsufficientVaultFunds', 'InsufficientBondedArgons', 'ExpirationTooSoon', 'NoPermissions', 'HoldUnexpectedlyModified', 'UnrecoverableHold', 'VaultNotFound', 'NoVaultBitcoinPubkeysAvailable', 'UnableToGenerateVaultBitcoinPubkey', 'InvalidBitcoinScript', 'InternalError', 'ObligationCompletionError']
2487
2504
  },
2488
2505
  /**
2489
- * Lookup334: argon_primitives::bitcoin::UtxoValue
2506
+ * Lookup338: argon_primitives::bitcoin::UtxoValue
2490
2507
  **/
2491
2508
  ArgonPrimitivesBitcoinUtxoValue: {
2492
2509
  utxoId: 'u64',
@@ -2496,7 +2513,7 @@ exports.default = {
2496
2513
  watchForSpentUntilHeight: 'Compact<u64>'
2497
2514
  },
2498
2515
  /**
2499
- * Lookup335: argon_primitives::bitcoin::BitcoinCosignScriptPubkey
2516
+ * Lookup339: argon_primitives::bitcoin::BitcoinCosignScriptPubkey
2500
2517
  **/
2501
2518
  ArgonPrimitivesBitcoinBitcoinCosignScriptPubkey: {
2502
2519
  _enum: {
@@ -2506,43 +2523,43 @@ exports.default = {
2506
2523
  }
2507
2524
  },
2508
2525
  /**
2509
- * Lookup340: argon_primitives::bitcoin::BitcoinNetwork
2526
+ * Lookup344: argon_primitives::bitcoin::BitcoinNetwork
2510
2527
  **/
2511
2528
  ArgonPrimitivesBitcoinBitcoinNetwork: {
2512
2529
  _enum: ['Bitcoin', 'Testnet', 'Signet', 'Regtest']
2513
2530
  },
2514
2531
  /**
2515
- * Lookup343: pallet_bitcoin_utxos::pallet::Error<T>
2532
+ * Lookup347: pallet_bitcoin_utxos::pallet::Error<T>
2516
2533
  **/
2517
2534
  PalletBitcoinUtxosError: {
2518
2535
  _enum: ['NoPermissions', 'NoBitcoinConfirmedBlock', 'InsufficientBitcoinAmount', 'NoBitcoinPricesAvailable', 'ScriptPubkeyConflict', 'UtxoNotLocked', 'RedemptionsUnavailable', 'InvalidBitcoinSyncHeight', 'BitcoinHeightNotConfirmed', 'MaxUtxosExceeded', 'InvalidBitcoinScript']
2519
2536
  },
2520
2537
  /**
2521
- * Lookup344: argon_primitives::bond::Vault<sp_core::crypto::AccountId32, Balance, BlockNumber>
2538
+ * Lookup348: argon_primitives::vault::Vault<sp_core::crypto::AccountId32, Balance>
2522
2539
  **/
2523
- ArgonPrimitivesBondVault: {
2540
+ ArgonPrimitivesVault: {
2524
2541
  operatorAccountId: 'AccountId32',
2525
- bitcoinArgons: 'ArgonPrimitivesBondVaultArgons',
2526
- securitizationPercent: 'Compact<u128>',
2527
- securitizedArgons: 'Compact<u128>',
2528
- miningArgons: 'ArgonPrimitivesBondVaultArgons',
2542
+ bitcoinArgons: 'ArgonPrimitivesVaultVaultArgons',
2543
+ addedSecuritizationPercent: 'Compact<u128>',
2544
+ addedSecuritizationArgons: 'Compact<u128>',
2545
+ bondedArgons: 'ArgonPrimitivesVaultVaultArgons',
2529
2546
  miningRewardSharingPercentTake: 'Compact<u128>',
2530
2547
  isClosed: 'bool',
2531
- pendingTerms: 'Option<(u32,ArgonPrimitivesBondVaultTerms)>',
2532
- pendingMiningArgons: 'Option<(u32,u128)>',
2548
+ pendingTerms: 'Option<(u64,ArgonPrimitivesVaultVaultTerms)>',
2549
+ pendingBondedArgons: 'Option<(u64,u128)>',
2533
2550
  pendingBitcoins: 'u128'
2534
2551
  },
2535
2552
  /**
2536
- * Lookup345: argon_primitives::bond::VaultArgons<Balance>
2553
+ * Lookup349: argon_primitives::vault::VaultArgons<Balance>
2537
2554
  **/
2538
- ArgonPrimitivesBondVaultArgons: {
2555
+ ArgonPrimitivesVaultVaultArgons: {
2539
2556
  annualPercentRate: 'Compact<u128>',
2540
2557
  allocated: 'Compact<u128>',
2541
- bonded: 'Compact<u128>',
2558
+ reserved: 'Compact<u128>',
2542
2559
  baseFee: 'Compact<u128>'
2543
2560
  },
2544
2561
  /**
2545
- * Lookup351: argon_primitives::bitcoin::BitcoinXPub
2562
+ * Lookup355: argon_primitives::bitcoin::BitcoinXPub
2546
2563
  **/
2547
2564
  ArgonPrimitivesBitcoinBitcoinXPub: {
2548
2565
  publicKey: 'ArgonPrimitivesBitcoinCompressedBitcoinPubkey',
@@ -2553,36 +2570,39 @@ exports.default = {
2553
2570
  network: 'ArgonPrimitivesBitcoinNetworkKind'
2554
2571
  },
2555
2572
  /**
2556
- * Lookup353: argon_primitives::bitcoin::NetworkKind
2573
+ * Lookup357: argon_primitives::bitcoin::NetworkKind
2557
2574
  **/
2558
2575
  ArgonPrimitivesBitcoinNetworkKind: {
2559
2576
  _enum: ['Main', 'Test']
2560
2577
  },
2561
2578
  /**
2562
- * Lookup356: pallet_vaults::pallet::Error<T>
2579
+ * Lookup360: argon_primitives::vault::Obligation<sp_core::crypto::AccountId32, Balance>
2563
2580
  **/
2564
- PalletVaultsError: {
2565
- _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', 'FundingChangeAlreadyScheduled']
2566
- },
2567
- /**
2568
- * Lookup357: argon_primitives::bond::Bond<sp_core::crypto::AccountId32, Balance, BlockNumber>
2569
- **/
2570
- ArgonPrimitivesBond: {
2571
- bondType: 'ArgonPrimitivesBondBondType',
2581
+ ArgonPrimitivesVaultObligation: {
2582
+ obligationId: 'Compact<u64>',
2583
+ fundType: 'ArgonPrimitivesVaultFundType',
2572
2584
  vaultId: 'Compact<u32>',
2573
- utxoId: 'Option<u64>',
2574
- bondedAccountId: 'AccountId32',
2585
+ beneficiary: 'AccountId32',
2575
2586
  totalFee: 'Compact<u128>',
2576
2587
  prepaidFee: 'Compact<u128>',
2577
2588
  amount: 'Compact<u128>',
2578
- startBlock: 'Compact<u32>',
2579
- expiration: 'ArgonPrimitivesBondBondExpiration'
2589
+ startTick: 'Compact<u64>',
2590
+ expiration: 'ArgonPrimitivesVaultObligationExpiration'
2591
+ },
2592
+ /**
2593
+ * Lookup363: pallet_vaults::pallet::Error<T>
2594
+ **/
2595
+ PalletVaultsError: {
2596
+ _enum: ['ObligationNotFound', 'NoMoreVaultIds', 'NoMoreObligationIds', 'MinimumObligationAmountNotMet', 'ExpirationAtBlockOverflow', 'InsufficientFunds', 'InsufficientVaultFunds', 'InsufficientBondedArgons', 'AccountBelowMinimumBalance', 'VaultClosed', 'InvalidVaultAmount', 'VaultReductionBelowAllocatedFunds', 'InvalidSecuritization', 'ReusedVaultBitcoinXpub', 'InvalidBitcoinScript', 'InvalidXpubkey', 'WrongXpubNetwork', 'UnsafeXpubkey', 'UnableToDeriveVaultXpubChild', 'BitcoinConversionFailed', 'ExpirationTooSoon', 'NoPermissions', 'HoldUnexpectedlyModified', 'UnrecoverableHold', 'VaultNotFound', 'NoVaultBitcoinPubkeysAvailable', 'TermsModificationOverflow', 'TermsChangeAlreadyScheduled', 'InternalError', 'UnableToGenerateVaultBitcoinPubkey', 'FundingChangeAlreadyScheduled', 'ObligationCompletionError']
2580
2597
  },
2581
2598
  /**
2582
- * Lookup360: pallet_bond::pallet::UtxoState
2599
+ * Lookup364: pallet_bitcoin_locks::pallet::LockedBitcoin<T>
2583
2600
  **/
2584
- PalletBondUtxoState: {
2585
- bondId: 'Compact<u64>',
2601
+ PalletBitcoinLocksLockedBitcoin: {
2602
+ obligationId: 'Compact<u64>',
2603
+ vaultId: 'Compact<u32>',
2604
+ lockPrice: 'u128',
2605
+ ownerAccount: 'AccountId32',
2586
2606
  satoshis: 'Compact<u64>',
2587
2607
  vaultPubkey: 'ArgonPrimitivesBitcoinCompressedBitcoinPubkey',
2588
2608
  vaultClaimPubkey: 'ArgonPrimitivesBitcoinCompressedBitcoinPubkey',
@@ -2595,10 +2615,11 @@ exports.default = {
2595
2615
  isVerified: 'bool'
2596
2616
  },
2597
2617
  /**
2598
- * Lookup364: pallet_bond::pallet::UtxoCosignRequest<Balance>
2618
+ * Lookup368: pallet_bitcoin_locks::pallet::LockReleaseRequest<Balance>
2599
2619
  **/
2600
- PalletBondUtxoCosignRequest: {
2601
- bondId: 'Compact<u64>',
2620
+ PalletBitcoinLocksLockReleaseRequest: {
2621
+ utxoId: 'Compact<u64>',
2622
+ obligationId: 'Compact<u64>',
2602
2623
  vaultId: 'Compact<u32>',
2603
2624
  bitcoinNetworkFee: 'Compact<u64>',
2604
2625
  cosignDueBlock: 'Compact<u64>',
@@ -2606,30 +2627,29 @@ exports.default = {
2606
2627
  redemptionPrice: 'Compact<u128>'
2607
2628
  },
2608
2629
  /**
2609
- * Lookup368: pallet_bond::pallet::Error<T>
2630
+ * Lookup372: pallet_bitcoin_locks::pallet::Error<T>
2610
2631
  **/
2611
- PalletBondError: {
2632
+ PalletBitcoinLocksError: {
2612
2633
  _enum: {
2613
- BondNotFound: 'Null',
2614
- NoMoreBondIds: 'Null',
2615
- MinimumBondAmountNotMet: 'Null',
2634
+ ObligationNotFound: 'Null',
2635
+ NoMoreObligationIds: 'Null',
2636
+ MinimumObligationAmountNotMet: 'Null',
2616
2637
  ExpirationAtBlockOverflow: 'Null',
2617
2638
  InsufficientFunds: 'Null',
2618
2639
  InsufficientVaultFunds: 'Null',
2619
- InsufficientBitcoinsForMining: 'Null',
2640
+ InsufficientBondedArgons: 'Null',
2620
2641
  AccountWouldGoBelowMinimumBalance: 'Null',
2621
2642
  VaultClosed: 'Null',
2622
2643
  InvalidVaultAmount: 'Null',
2623
- BondRedemptionNotLocked: 'Null',
2624
- BitcoinUnlockInitiationDeadlinePassed: 'Null',
2644
+ RedemptionNotLocked: 'Null',
2645
+ BitcoinReleaseInitiationDeadlinePassed: 'Null',
2625
2646
  BitcoinFeeTooHigh: 'Null',
2626
- InvalidBondType: 'Null',
2627
2647
  BitcoinUtxoNotFound: 'Null',
2628
- BitcoinUnableToBeDecodedForUnlock: 'Null',
2648
+ BitcoinUnableToBeDecodedForRelease: 'Null',
2629
2649
  BitcoinSignatureUnableToBeDecoded: 'Null',
2630
2650
  BitcoinPubkeyUnableToBeDecoded: 'Null',
2631
2651
  BitcoinInvalidCosignature: 'Null',
2632
- InsufficientSatoshisBonded: 'Null',
2652
+ InsufficientSatoshisLocked: 'Null',
2633
2653
  NoBitcoinPricesAvailable: 'Null',
2634
2654
  InvalidBitcoinScript: 'Null',
2635
2655
  ExpirationTooSoon: 'Null',
@@ -2637,18 +2657,20 @@ exports.default = {
2637
2657
  HoldUnexpectedlyModified: 'Null',
2638
2658
  UnrecoverableHold: 'Null',
2639
2659
  VaultNotFound: 'Null',
2640
- FeeExceedsBondAmount: 'Null',
2641
- GenericBondError: 'ArgonPrimitivesBondBondError'
2660
+ GenericObligationError: 'ArgonPrimitivesVaultObligationError',
2661
+ LockNotFound: 'Null',
2662
+ NoVaultBitcoinPubkeysAvailable: 'Null',
2663
+ UnableToGenerateVaultBitcoinPubkey: 'Null'
2642
2664
  }
2643
2665
  },
2644
2666
  /**
2645
- * Lookup380: pallet_notaries::pallet::Error<T>
2667
+ * Lookup384: pallet_notaries::pallet::Error<T>
2646
2668
  **/
2647
2669
  PalletNotariesError: {
2648
2670
  _enum: ['ProposalNotFound', 'MaxNotariesExceeded', 'MaxProposalsPerBlockExceeded', 'NotAnActiveNotary', 'InvalidNotaryOperator', 'NoMoreNotaryIds', 'EffectiveTickTooSoon', 'TooManyKeys', 'InvalidNotary']
2649
2671
  },
2650
2672
  /**
2651
- * Lookup384: argon_primitives::notary::NotaryNotebookKeyDetails
2673
+ * Lookup388: argon_primitives::notary::NotaryNotebookKeyDetails
2652
2674
  **/
2653
2675
  ArgonPrimitivesNotaryNotaryNotebookKeyDetails: {
2654
2676
  notebookNumber: 'Compact<u32>',
@@ -2658,13 +2680,13 @@ exports.default = {
2658
2680
  parentSecret: 'Option<H256>'
2659
2681
  },
2660
2682
  /**
2661
- * Lookup387: pallet_notebook::pallet::Error<T>
2683
+ * Lookup391: pallet_notebook::pallet::Error<T>
2662
2684
  **/
2663
2685
  PalletNotebookError: {
2664
2686
  _enum: ['DuplicateNotebookNumber', 'MissingNotebookNumber', 'NotebookTickAlreadyUsed', 'InvalidNotebookSignature', 'InvalidSecretProvided', 'CouldNotDecodeNotebook', 'DuplicateNotebookDigest', 'MissingNotebookDigest', 'InvalidNotebookDigest', 'MultipleNotebookInherentsProvided', 'InternalError', 'NotebookSubmittedForLockedNotary', 'InvalidReprocessNotebook', 'InvalidNotaryOperator', 'InvalidNotebookSubmissionTick']
2665
2687
  },
2666
2688
  /**
2667
- * Lookup388: pallet_chain_transfer::QueuedTransferOut<sp_core::crypto::AccountId32, Balance>
2689
+ * Lookup392: pallet_chain_transfer::QueuedTransferOut<sp_core::crypto::AccountId32, Balance>
2668
2690
  **/
2669
2691
  PalletChainTransferQueuedTransferOut: {
2670
2692
  accountId: 'AccountId32',
@@ -2673,17 +2695,17 @@ exports.default = {
2673
2695
  notaryId: 'u32'
2674
2696
  },
2675
2697
  /**
2676
- * Lookup394: frame_support::PalletId
2698
+ * Lookup398: frame_support::PalletId
2677
2699
  **/
2678
2700
  FrameSupportPalletId: '[u8;8]',
2679
2701
  /**
2680
- * Lookup395: pallet_chain_transfer::pallet::Error<T>
2702
+ * Lookup399: pallet_chain_transfer::pallet::Error<T>
2681
2703
  **/
2682
2704
  PalletChainTransferError: {
2683
2705
  _enum: ['MaxBlockTransfersExceeded', 'InsufficientFunds', 'InsufficientNotarizedFunds', 'InvalidOrDuplicatedLocalchainTransfer', 'NotebookIncludesExpiredLocalchainTransfer', 'InvalidNotaryUsedForTransfer']
2684
2706
  },
2685
2707
  /**
2686
- * Lookup400: argon_primitives::notary::NotaryNotebookVoteDigestDetails
2708
+ * Lookup404: argon_primitives::notary::NotaryNotebookVoteDigestDetails
2687
2709
  **/
2688
2710
  ArgonPrimitivesNotaryNotaryNotebookVoteDigestDetails: {
2689
2711
  notaryId: 'Compact<u32>',
@@ -2693,25 +2715,25 @@ exports.default = {
2693
2715
  blockVotingPower: 'Compact<u128>'
2694
2716
  },
2695
2717
  /**
2696
- * Lookup405: pallet_block_seal_spec::pallet::Error<T>
2718
+ * Lookup409: pallet_block_seal_spec::pallet::Error<T>
2697
2719
  **/
2698
2720
  PalletBlockSealSpecError: {
2699
2721
  _enum: ['MaxNotebooksAtTickExceeded']
2700
2722
  },
2701
2723
  /**
2702
- * Lookup407: pallet_domains::pallet::Error<T>
2724
+ * Lookup411: pallet_domains::pallet::Error<T>
2703
2725
  **/
2704
2726
  PalletDomainsError: {
2705
2727
  _enum: ['DomainNotRegistered', 'NotDomainOwner', 'FailedToAddToAddressHistory', 'FailedToAddExpiringDomain', 'AccountDecodingError']
2706
2728
  },
2707
2729
  /**
2708
- * Lookup408: pallet_price_index::pallet::Error<T>
2730
+ * Lookup412: pallet_price_index::pallet::Error<T>
2709
2731
  **/
2710
2732
  PalletPriceIndexError: {
2711
2733
  _enum: ['NotAuthorizedOperator', 'MissingValue', 'PricesTooOld', 'MaxPriceChangePerTickExceeded']
2712
2734
  },
2713
2735
  /**
2714
- * Lookup409: pallet_grandpa::StoredState<N>
2736
+ * Lookup413: pallet_grandpa::StoredState<N>
2715
2737
  **/
2716
2738
  PalletGrandpaStoredState: {
2717
2739
  _enum: {
@@ -2728,7 +2750,7 @@ exports.default = {
2728
2750
  }
2729
2751
  },
2730
2752
  /**
2731
- * Lookup410: pallet_grandpa::StoredPendingChange<N, Limit>
2753
+ * Lookup414: pallet_grandpa::StoredPendingChange<N, Limit>
2732
2754
  **/
2733
2755
  PalletGrandpaStoredPendingChange: {
2734
2756
  scheduledAt: 'u32',
@@ -2737,13 +2759,13 @@ exports.default = {
2737
2759
  forced: 'Option<u32>'
2738
2760
  },
2739
2761
  /**
2740
- * Lookup413: pallet_grandpa::pallet::Error<T>
2762
+ * Lookup417: pallet_grandpa::pallet::Error<T>
2741
2763
  **/
2742
2764
  PalletGrandpaError: {
2743
2765
  _enum: ['PauseFailed', 'ResumeFailed', 'ChangePending', 'TooSoon', 'InvalidKeyOwnershipProof', 'InvalidEquivocationProof', 'DuplicateOffenceReport']
2744
2766
  },
2745
2767
  /**
2746
- * Lookup414: argon_primitives::providers::BlockSealerInfo<sp_core::crypto::AccountId32>
2768
+ * Lookup418: argon_primitives::providers::BlockSealerInfo<sp_core::crypto::AccountId32>
2747
2769
  **/
2748
2770
  ArgonPrimitivesProvidersBlockSealerInfo: {
2749
2771
  blockAuthorAccountId: 'AccountId32',
@@ -2751,17 +2773,17 @@ exports.default = {
2751
2773
  blockSealAuthority: 'Option<ArgonPrimitivesBlockSealAppPublic>'
2752
2774
  },
2753
2775
  /**
2754
- * Lookup418: pallet_block_seal::pallet::Error<T>
2776
+ * Lookup422: pallet_block_seal::pallet::Error<T>
2755
2777
  **/
2756
2778
  PalletBlockSealError: {
2757
2779
  _enum: ['InvalidVoteSealStrength', 'InvalidSubmitter', 'UnableToDecodeVoteAccount', 'UnregisteredBlockAuthor', 'InvalidBlockVoteProof', 'NoGrandparentVoteMinimum', 'DuplicateBlockSealProvided', 'InsufficientVotingPower', 'ParentVotingKeyNotFound', 'InvalidVoteGrandparentHash', 'IneligibleNotebookUsed', 'NoEligibleVotingRoot', 'CouldNotDecodeVote', 'MaxNotebooksAtTickExceeded', 'NoClosestMinerFoundForVote', 'BlockVoteInvalidSignature', 'InvalidForkPowerParent', 'BlockSealDecodeError', 'InvalidComputeBlockTick']
2758
2780
  },
2759
2781
  /**
2760
- * Lookup421: pallet_block_rewards::pallet::Error<T>
2782
+ * Lookup425: pallet_block_rewards::pallet::Error<T>
2761
2783
  **/
2762
2784
  PalletBlockRewardsError: 'Null',
2763
2785
  /**
2764
- * Lookup426: pallet_mint::MintAction<Balance>
2786
+ * Lookup430: pallet_mint::MintAction<Balance>
2765
2787
  **/
2766
2788
  PalletMintMintAction: {
2767
2789
  argonBurned: 'u128',
@@ -2769,13 +2791,13 @@ exports.default = {
2769
2791
  bitcoinMinted: 'u128'
2770
2792
  },
2771
2793
  /**
2772
- * Lookup427: pallet_mint::pallet::Error<T>
2794
+ * Lookup431: pallet_mint::pallet::Error<T>
2773
2795
  **/
2774
2796
  PalletMintError: {
2775
2797
  _enum: ['TooManyPendingMints']
2776
2798
  },
2777
2799
  /**
2778
- * Lookup429: pallet_balances::types::BalanceLock<Balance>
2800
+ * Lookup433: pallet_balances::types::BalanceLock<Balance>
2779
2801
  **/
2780
2802
  PalletBalancesBalanceLock: {
2781
2803
  id: '[u8;8]',
@@ -2783,27 +2805,27 @@ exports.default = {
2783
2805
  reasons: 'PalletBalancesReasons'
2784
2806
  },
2785
2807
  /**
2786
- * Lookup430: pallet_balances::types::Reasons
2808
+ * Lookup434: pallet_balances::types::Reasons
2787
2809
  **/
2788
2810
  PalletBalancesReasons: {
2789
2811
  _enum: ['Fee', 'Misc', 'All']
2790
2812
  },
2791
2813
  /**
2792
- * Lookup433: pallet_balances::types::ReserveData<ReserveIdentifier, Balance>
2814
+ * Lookup437: pallet_balances::types::ReserveData<ReserveIdentifier, Balance>
2793
2815
  **/
2794
2816
  PalletBalancesReserveData: {
2795
2817
  id: '[u8;8]',
2796
2818
  amount: 'u128'
2797
2819
  },
2798
2820
  /**
2799
- * Lookup436: frame_support::traits::tokens::misc::IdAmount<argon_runtime::RuntimeHoldReason, Balance>
2821
+ * Lookup440: frame_support::traits::tokens::misc::IdAmount<argon_runtime::RuntimeHoldReason, Balance>
2800
2822
  **/
2801
2823
  FrameSupportTokensMiscIdAmountRuntimeHoldReason: {
2802
2824
  id: 'ArgonRuntimeRuntimeHoldReason',
2803
2825
  amount: 'u128'
2804
2826
  },
2805
2827
  /**
2806
- * Lookup437: argon_runtime::RuntimeHoldReason
2828
+ * Lookup441: argon_runtime::RuntimeHoldReason
2807
2829
  **/
2808
2830
  ArgonRuntimeRuntimeHoldReason: {
2809
2831
  _enum: {
@@ -2816,7 +2838,7 @@ exports.default = {
2816
2838
  MiningSlot: 'PalletMiningSlotHoldReason',
2817
2839
  __Unused7: 'Null',
2818
2840
  Vaults: 'PalletVaultsHoldReason',
2819
- Bonds: 'PalletBondHoldReason',
2841
+ BitcoinLocks: 'PalletBitcoinLocksHoldReason',
2820
2842
  __Unused10: 'Null',
2821
2843
  __Unused11: 'Null',
2822
2844
  __Unused12: 'Null',
@@ -2830,38 +2852,38 @@ exports.default = {
2830
2852
  }
2831
2853
  },
2832
2854
  /**
2833
- * Lookup438: pallet_mining_slot::pallet::HoldReason
2855
+ * Lookup442: pallet_mining_slot::pallet::HoldReason
2834
2856
  **/
2835
2857
  PalletMiningSlotHoldReason: {
2836
2858
  _enum: ['RegisterAsMiner']
2837
2859
  },
2838
2860
  /**
2839
- * Lookup439: pallet_vaults::pallet::HoldReason
2861
+ * Lookup443: pallet_vaults::pallet::HoldReason
2840
2862
  **/
2841
2863
  PalletVaultsHoldReason: {
2842
- _enum: ['EnterVault', 'BondFee']
2864
+ _enum: ['EnterVault', 'ObligationFee']
2843
2865
  },
2844
2866
  /**
2845
- * Lookup440: pallet_bond::pallet::HoldReason
2867
+ * Lookup444: pallet_bitcoin_locks::pallet::HoldReason
2846
2868
  **/
2847
- PalletBondHoldReason: {
2848
- _enum: ['UnlockingBitcoin']
2869
+ PalletBitcoinLocksHoldReason: {
2870
+ _enum: ['ReleaseBitcoinLock']
2849
2871
  },
2850
2872
  /**
2851
- * Lookup441: pallet_block_rewards::pallet::HoldReason
2873
+ * Lookup445: pallet_block_rewards::pallet::HoldReason
2852
2874
  **/
2853
2875
  PalletBlockRewardsHoldReason: {
2854
2876
  _enum: ['MaturationPeriod']
2855
2877
  },
2856
2878
  /**
2857
- * Lookup444: frame_support::traits::tokens::misc::IdAmount<argon_runtime::RuntimeFreezeReason, Balance>
2879
+ * Lookup448: frame_support::traits::tokens::misc::IdAmount<argon_runtime::RuntimeFreezeReason, Balance>
2858
2880
  **/
2859
2881
  FrameSupportTokensMiscIdAmountRuntimeFreezeReason: {
2860
2882
  id: 'ArgonRuntimeRuntimeFreezeReason',
2861
2883
  amount: 'u128'
2862
2884
  },
2863
2885
  /**
2864
- * Lookup445: argon_runtime::RuntimeFreezeReason
2886
+ * Lookup449: argon_runtime::RuntimeFreezeReason
2865
2887
  **/
2866
2888
  ArgonRuntimeRuntimeFreezeReason: {
2867
2889
  _enum: {
@@ -2888,99 +2910,99 @@ exports.default = {
2888
2910
  }
2889
2911
  },
2890
2912
  /**
2891
- * Lookup446: pallet_block_rewards::pallet::FreezeReason
2913
+ * Lookup450: pallet_block_rewards::pallet::FreezeReason
2892
2914
  **/
2893
2915
  PalletBlockRewardsFreezeReason: {
2894
2916
  _enum: ['MaturationPeriod']
2895
2917
  },
2896
2918
  /**
2897
- * Lookup448: pallet_balances::pallet::Error<T, I>
2919
+ * Lookup452: pallet_balances::pallet::Error<T, I>
2898
2920
  **/
2899
2921
  PalletBalancesError: {
2900
2922
  _enum: ['VestingBalance', 'LiquidityRestrictions', 'InsufficientBalance', 'ExistentialDeposit', 'Expendability', 'ExistingVestingSchedule', 'DeadAccount', 'TooManyReserves', 'TooManyHolds', 'TooManyFreezes', 'IssuanceDeactivated', 'DeltaZero']
2901
2923
  },
2902
2924
  /**
2903
- * Lookup450: pallet_tx_pause::pallet::Error<T>
2925
+ * Lookup454: pallet_tx_pause::pallet::Error<T>
2904
2926
  **/
2905
2927
  PalletTxPauseError: {
2906
2928
  _enum: ['IsPaused', 'IsUnpaused', 'Unpausable', 'NotFound']
2907
2929
  },
2908
2930
  /**
2909
- * Lookup451: pallet_transaction_payment::Releases
2931
+ * Lookup455: pallet_transaction_payment::Releases
2910
2932
  **/
2911
2933
  PalletTransactionPaymentReleases: {
2912
2934
  _enum: ['V1Ancient', 'V2']
2913
2935
  },
2914
2936
  /**
2915
- * Lookup452: pallet_utility::pallet::Error<T>
2937
+ * Lookup456: pallet_utility::pallet::Error<T>
2916
2938
  **/
2917
2939
  PalletUtilityError: {
2918
2940
  _enum: ['TooManyCalls']
2919
2941
  },
2920
2942
  /**
2921
- * Lookup453: pallet_sudo::pallet::Error<T>
2943
+ * Lookup457: pallet_sudo::pallet::Error<T>
2922
2944
  **/
2923
2945
  PalletSudoError: {
2924
2946
  _enum: ['RequireSudo']
2925
2947
  },
2926
2948
  /**
2927
- * Lookup454: pallet_ismp::pallet::Error<T>
2949
+ * Lookup458: pallet_ismp::pallet::Error<T>
2928
2950
  **/
2929
2951
  PalletIsmpError: {
2930
2952
  _enum: ['InvalidMessage', 'MessageNotFound', 'ConsensusClientCreationFailed', 'UnbondingPeriodUpdateFailed', 'ChallengePeriodUpdateFailed']
2931
2953
  },
2932
2954
  /**
2933
- * Lookup455: pallet_hyperbridge::pallet::Error<T>
2955
+ * Lookup459: pallet_hyperbridge::pallet::Error<T>
2934
2956
  **/
2935
2957
  PalletHyperbridgeError: 'Null',
2936
2958
  /**
2937
- * Lookup456: pallet_token_gateway::pallet::Error<T>
2959
+ * Lookup461: pallet_token_gateway::pallet::Error<T>
2938
2960
  **/
2939
2961
  PalletTokenGatewayError: {
2940
2962
  _enum: ['UnregisteredAsset', 'AssetTeleportError', 'CoprocessorNotConfigured', 'DispatchError', 'AssetCreationError', 'AssetDecimalsNotFound', 'NotInitialized', 'UnknownAsset', 'NotAssetOwner']
2941
2963
  },
2942
2964
  /**
2943
- * Lookup459: frame_system::extensions::check_non_zero_sender::CheckNonZeroSender<T>
2965
+ * Lookup464: frame_system::extensions::check_non_zero_sender::CheckNonZeroSender<T>
2944
2966
  **/
2945
2967
  FrameSystemExtensionsCheckNonZeroSender: 'Null',
2946
2968
  /**
2947
- * Lookup460: frame_system::extensions::check_spec_version::CheckSpecVersion<T>
2969
+ * Lookup465: frame_system::extensions::check_spec_version::CheckSpecVersion<T>
2948
2970
  **/
2949
2971
  FrameSystemExtensionsCheckSpecVersion: 'Null',
2950
2972
  /**
2951
- * Lookup461: frame_system::extensions::check_tx_version::CheckTxVersion<T>
2973
+ * Lookup466: frame_system::extensions::check_tx_version::CheckTxVersion<T>
2952
2974
  **/
2953
2975
  FrameSystemExtensionsCheckTxVersion: 'Null',
2954
2976
  /**
2955
- * Lookup462: frame_system::extensions::check_genesis::CheckGenesis<T>
2977
+ * Lookup467: frame_system::extensions::check_genesis::CheckGenesis<T>
2956
2978
  **/
2957
2979
  FrameSystemExtensionsCheckGenesis: 'Null',
2958
2980
  /**
2959
- * Lookup465: frame_system::extensions::check_nonce::CheckNonce<T>
2981
+ * Lookup470: frame_system::extensions::check_nonce::CheckNonce<T>
2960
2982
  **/
2961
2983
  FrameSystemExtensionsCheckNonce: 'Compact<u32>',
2962
2984
  /**
2963
- * Lookup466: frame_system::extensions::check_weight::CheckWeight<T>
2985
+ * Lookup471: frame_system::extensions::check_weight::CheckWeight<T>
2964
2986
  **/
2965
2987
  FrameSystemExtensionsCheckWeight: 'Null',
2966
2988
  /**
2967
- * Lookup467: pallet_transaction_payment::ChargeTransactionPayment<T>
2989
+ * Lookup472: pallet_transaction_payment::ChargeTransactionPayment<T>
2968
2990
  **/
2969
2991
  PalletTransactionPaymentChargeTransactionPayment: 'Compact<u128>',
2970
2992
  /**
2971
- * Lookup468: frame_metadata_hash_extension::CheckMetadataHash<T>
2993
+ * Lookup473: frame_metadata_hash_extension::CheckMetadataHash<T>
2972
2994
  **/
2973
2995
  FrameMetadataHashExtensionCheckMetadataHash: {
2974
2996
  mode: 'FrameMetadataHashExtensionMode'
2975
2997
  },
2976
2998
  /**
2977
- * Lookup469: frame_metadata_hash_extension::Mode
2999
+ * Lookup474: frame_metadata_hash_extension::Mode
2978
3000
  **/
2979
3001
  FrameMetadataHashExtensionMode: {
2980
3002
  _enum: ['Disabled', 'Enabled']
2981
3003
  },
2982
3004
  /**
2983
- * Lookup471: argon_runtime::Runtime
3005
+ * Lookup476: argon_runtime::Runtime
2984
3006
  **/
2985
3007
  ArgonRuntimeRuntime: 'Null'
2986
3008
  };