@argonprotocol/mainchain 1.4.12-dev.8cae3588 → 1.4.12-dev.dd86fab9

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.
@@ -1,7 +1,4 @@
1
1
  // Auto-generated via `yarn polkadot-types-from-defs`, do not edit
2
- /* eslint-disable */
3
-
4
- /* eslint-disable sort-keys */
5
2
 
6
3
  export default {
7
4
  /**
@@ -388,18 +385,15 @@ export default {
388
385
  **/
389
386
  PalletBitcoinUtxosEvent: {
390
387
  _enum: {
391
- UtxoVerified: {
392
- utxoId: 'u64',
393
- satoshisReceived: 'u64',
394
- },
395
- UtxoRejected: {
388
+ UtxoDetected: {
396
389
  utxoId: 'u64',
397
390
  utxoRef: 'ArgonPrimitivesBitcoinUtxoRef',
398
- rejectedReason: 'ArgonPrimitivesBitcoinBitcoinRejectedReason',
399
391
  satoshisReceived: 'u64',
392
+ bitcoinHeight: 'u64',
400
393
  },
401
394
  UtxoSpent: {
402
395
  utxoId: 'u64',
396
+ utxoRef: 'ArgonPrimitivesBitcoinUtxoRef',
403
397
  blockHeight: 'u64',
404
398
  },
405
399
  UtxoUnwatched: {
@@ -409,11 +403,7 @@ export default {
409
403
  utxoId: 'u64',
410
404
  error: 'SpRuntimeDispatchError',
411
405
  },
412
- UtxoVerifiedError: {
413
- utxoId: 'u64',
414
- error: 'SpRuntimeDispatchError',
415
- },
416
- UtxoRejectedError: {
406
+ UtxoDetectedError: {
417
407
  utxoId: 'u64',
418
408
  error: 'SpRuntimeDispatchError',
419
409
  },
@@ -431,13 +421,7 @@ export default {
431
421
  **/
432
422
  ArgonPrimitivesBitcoinH256Le: '[u8;32]',
433
423
  /**
434
- * Lookup54: argon_primitives::bitcoin::BitcoinRejectedReason
435
- **/
436
- ArgonPrimitivesBitcoinBitcoinRejectedReason: {
437
- _enum: ['SatoshisOutsideAcceptedRange', 'Spent', 'VerificationExpired', 'AlreadyVerified'],
438
- },
439
- /**
440
- * Lookup55: pallet_vaults::pallet::Event<T>
424
+ * Lookup54: pallet_vaults::pallet::Event<T>
441
425
  **/
442
426
  PalletVaultsEvent: {
443
427
  _enum: {
@@ -482,15 +466,14 @@ export default {
482
466
  vaultId: 'u32',
483
467
  revenue: 'u128',
484
468
  },
485
- FundsLocked: {
469
+ SecuritizationReserved: {
486
470
  vaultId: 'u32',
487
471
  locker: 'AccountId32',
488
- liquidityPromised: 'u128',
489
- isRatchet: 'bool',
472
+ securitizationCoverageMicrogons: 'u128',
490
473
  feeRevenue: 'u128',
491
474
  didUseFeeCoupon: 'bool',
492
475
  },
493
- FundLockCanceled: {
476
+ SecuritizationReturned: {
494
477
  vaultId: 'u32',
495
478
  amount: 'u128',
496
479
  },
@@ -527,29 +510,19 @@ export default {
527
510
  },
528
511
  },
529
512
  /**
530
- * Lookup57: pallet_bitcoin_locks::pallet::Event<T>
513
+ * Lookup56: pallet_bitcoin_locks::pallet::Event<T>
531
514
  **/
532
515
  PalletBitcoinLocksEvent: {
533
516
  _enum: {
534
517
  BitcoinLockCreated: {
535
518
  utxoId: 'u64',
536
519
  vaultId: 'u32',
537
- liquidityPromised: 'u128',
538
- securitization: 'u128',
539
- lockedTargetPrice: 'u128',
520
+ securitizedSatoshis: 'u64',
521
+ microgonsAtTargetPerBtc: 'u128',
522
+ collateralRequired: 'u128',
540
523
  accountId: 'AccountId32',
541
524
  securityFee: 'u128',
542
525
  },
543
- BitcoinLockRatcheted: {
544
- utxoId: 'u64',
545
- vaultId: 'u32',
546
- liquidityPromised: 'u128',
547
- oldTargetPrice: 'u128',
548
- securityFee: 'u128',
549
- newTargetPrice: 'u128',
550
- amountBurned: 'u128',
551
- accountId: 'AccountId32',
552
- },
553
526
  BitcoinLockBurned: {
554
527
  utxoId: 'u64',
555
528
  vaultId: 'u32',
@@ -601,16 +574,21 @@ export default {
601
574
  accountId: 'AccountId32',
602
575
  signature: 'Bytes',
603
576
  },
604
- UtxoFundedFromCandidate: {
605
- utxoId: 'u64',
577
+ OrphanedUtxoExpirationError: {
578
+ accountId: 'AccountId32',
606
579
  utxoRef: 'ArgonPrimitivesBitcoinUtxoRef',
607
- vaultId: 'u32',
580
+ error: 'SpRuntimeDispatchError',
581
+ },
582
+ OrphanedUtxoCleanupScheduleOverflow: {
608
583
  accountId: 'AccountId32',
584
+ utxoId: 'u64',
585
+ expirationFrame: 'u64',
609
586
  },
610
- SecuritizationIncreased: {
587
+ BitcoinLockResecuritized: {
611
588
  utxoId: 'u64',
612
589
  vaultId: 'u32',
613
- newSatoshis: 'u64',
590
+ securitizedSatoshis: 'u64',
591
+ microgonsAtTargetPerBtc: 'u128',
614
592
  accountId: 'AccountId32',
615
593
  },
616
594
  BitcoinLockFlexibleChanged: {
@@ -621,7 +599,7 @@ export default {
621
599
  },
622
600
  },
623
601
  /**
624
- * Lookup60: pallet_notaries::pallet::Event<T>
602
+ * Lookup59: pallet_notaries::pallet::Event<T>
625
603
  **/
626
604
  PalletNotariesEvent: {
627
605
  _enum: {
@@ -650,7 +628,7 @@ export default {
650
628
  },
651
629
  },
652
630
  /**
653
- * Lookup61: argon_primitives::notary::NotaryMeta<MaxHosts>
631
+ * Lookup60: argon_primitives::notary::NotaryMeta<MaxHosts>
654
632
  **/
655
633
  ArgonPrimitivesNotaryNotaryMeta: {
656
634
  name: 'Bytes',
@@ -658,7 +636,7 @@ export default {
658
636
  hosts: 'Vec<Bytes>',
659
637
  },
660
638
  /**
661
- * Lookup68: argon_primitives::notary::NotaryRecord<sp_core::crypto::AccountId32, BlockNumber, MaxHosts>
639
+ * Lookup67: argon_primitives::notary::NotaryRecord<sp_core::crypto::AccountId32, BlockNumber, MaxHosts>
662
640
  **/
663
641
  ArgonPrimitivesNotaryNotaryRecord: {
664
642
  notaryId: 'Compact<u32>',
@@ -669,7 +647,7 @@ export default {
669
647
  meta: 'ArgonPrimitivesNotaryNotaryMeta',
670
648
  },
671
649
  /**
672
- * Lookup69: pallet_notebook::pallet::Event<T>
650
+ * Lookup68: pallet_notebook::pallet::Event<T>
673
651
  **/
674
652
  PalletNotebookEvent: {
675
653
  _enum: {
@@ -690,7 +668,7 @@ export default {
690
668
  },
691
669
  },
692
670
  /**
693
- * Lookup70: argon_notary_audit::error::VerifyError
671
+ * Lookup69: argon_notary_audit::error::VerifyError
694
672
  **/
695
673
  ArgonNotaryAuditErrorVerifyError: {
696
674
  _enum: {
@@ -800,13 +778,13 @@ export default {
800
778
  },
801
779
  },
802
780
  /**
803
- * Lookup71: argon_primitives::account::AccountType
781
+ * Lookup70: argon_primitives::account::AccountType
804
782
  **/
805
783
  ArgonPrimitivesAccountAccountType: {
806
784
  _enum: ['Tax', 'Deposit'],
807
785
  },
808
786
  /**
809
- * Lookup72: argon_notary_audit::AccountHistoryLookupError
787
+ * Lookup71: argon_notary_audit::AccountHistoryLookupError
810
788
  **/
811
789
  ArgonNotaryAuditAccountHistoryLookupError: {
812
790
  _enum: [
@@ -817,7 +795,7 @@ export default {
817
795
  ],
818
796
  },
819
797
  /**
820
- * Lookup76: pallet_localchain_transfer::pallet::Event<T>
798
+ * Lookup75: pallet_localchain_transfer::pallet::Event<T>
821
799
  **/
822
800
  PalletLocalchainTransferEvent: {
823
801
  _enum: {
@@ -866,7 +844,7 @@ export default {
866
844
  },
867
845
  },
868
846
  /**
869
- * Lookup77: pallet_block_seal_spec::pallet::Event<T>
847
+ * Lookup76: pallet_block_seal_spec::pallet::Event<T>
870
848
  **/
871
849
  PalletBlockSealSpecEvent: {
872
850
  _enum: {
@@ -885,7 +863,7 @@ export default {
885
863
  },
886
864
  },
887
865
  /**
888
- * Lookup78: pallet_domains::pallet::Event<T>
866
+ * Lookup77: pallet_domains::pallet::Event<T>
889
867
  **/
890
868
  PalletDomainsEvent: {
891
869
  _enum: {
@@ -915,7 +893,7 @@ export default {
915
893
  },
916
894
  },
917
895
  /**
918
- * Lookup79: argon_primitives::domain::ZoneRecord<sp_core::crypto::AccountId32>
896
+ * Lookup78: argon_primitives::domain::ZoneRecord<sp_core::crypto::AccountId32>
919
897
  **/
920
898
  ArgonPrimitivesDomainZoneRecord: {
921
899
  paymentAccount: 'AccountId32',
@@ -923,7 +901,7 @@ export default {
923
901
  versions: 'BTreeMap<ArgonPrimitivesDomainSemver, ArgonPrimitivesDomainVersionHost>',
924
902
  },
925
903
  /**
926
- * Lookup81: argon_primitives::domain::Semver
904
+ * Lookup80: argon_primitives::domain::Semver
927
905
  **/
928
906
  ArgonPrimitivesDomainSemver: {
929
907
  major: 'u32',
@@ -931,21 +909,21 @@ export default {
931
909
  patch: 'u32',
932
910
  },
933
911
  /**
934
- * Lookup82: argon_primitives::domain::VersionHost
912
+ * Lookup81: argon_primitives::domain::VersionHost
935
913
  **/
936
914
  ArgonPrimitivesDomainVersionHost: {
937
915
  datastoreId: 'Bytes',
938
916
  host: 'Bytes',
939
917
  },
940
918
  /**
941
- * Lookup87: pallet_domains::DomainRegistration<sp_core::crypto::AccountId32>
919
+ * Lookup86: pallet_domains::DomainRegistration<sp_core::crypto::AccountId32>
942
920
  **/
943
921
  PalletDomainsDomainRegistration: {
944
922
  accountId: 'AccountId32',
945
923
  registeredAtTick: 'u64',
946
924
  },
947
925
  /**
948
- * Lookup88: pallet_price_index::pallet::Event<T>
926
+ * Lookup87: pallet_price_index::pallet::Event<T>
949
927
  **/
950
928
  PalletPriceIndexEvent: {
951
929
  _enum: {
@@ -956,7 +934,7 @@ export default {
956
934
  },
957
935
  },
958
936
  /**
959
- * Lookup89: pallet_grandpa::pallet::Event
937
+ * Lookup88: pallet_grandpa::pallet::Event
960
938
  **/
961
939
  PalletGrandpaEvent: {
962
940
  _enum: {
@@ -968,7 +946,7 @@ export default {
968
946
  },
969
947
  },
970
948
  /**
971
- * Lookup92: pallet_block_rewards::pallet::Event<T>
949
+ * Lookup91: pallet_block_rewards::pallet::Event<T>
972
950
  **/
973
951
  PalletBlockRewardsEvent: {
974
952
  _enum: {
@@ -984,7 +962,7 @@ export default {
984
962
  },
985
963
  },
986
964
  /**
987
- * Lookup94: argon_primitives::block_seal::BlockPayout<sp_core::crypto::AccountId32, Balance>
965
+ * Lookup93: argon_primitives::block_seal::BlockPayout<sp_core::crypto::AccountId32, Balance>
988
966
  **/
989
967
  ArgonPrimitivesBlockSealBlockPayout: {
990
968
  accountId: 'AccountId32',
@@ -994,13 +972,13 @@ export default {
994
972
  blockSealAuthority: 'Option<ArgonPrimitivesBlockSealAppPublic>',
995
973
  },
996
974
  /**
997
- * Lookup95: argon_primitives::block_seal::BlockRewardType
975
+ * Lookup94: argon_primitives::block_seal::BlockRewardType
998
976
  **/
999
977
  ArgonPrimitivesBlockSealBlockRewardType: {
1000
978
  _enum: ['Miner', 'Voter', 'ProfitShare'],
1001
979
  },
1002
980
  /**
1003
- * Lookup98: pallet_mint::pallet::Event<T>
981
+ * Lookup97: pallet_mint::pallet::Event<T>
1004
982
  **/
1005
983
  PalletMintEvent: {
1006
984
  _enum: {
@@ -1025,13 +1003,13 @@ export default {
1025
1003
  },
1026
1004
  },
1027
1005
  /**
1028
- * Lookup101: pallet_mint::pallet::MintType
1006
+ * Lookup100: pallet_mint::pallet::MintType
1029
1007
  **/
1030
1008
  PalletMintMintType: {
1031
1009
  _enum: ['Bitcoin', 'Mining'],
1032
1010
  },
1033
1011
  /**
1034
- * Lookup102: pallet_balances::pallet::Event<T, I>
1012
+ * Lookup101: pallet_balances::pallet::Event<T, I>
1035
1013
  **/
1036
1014
  PalletBalancesEvent: {
1037
1015
  _enum: {
@@ -1163,13 +1141,13 @@ export default {
1163
1141
  },
1164
1142
  },
1165
1143
  /**
1166
- * Lookup103: frame_support::traits::tokens::misc::BalanceStatus
1144
+ * Lookup102: frame_support::traits::tokens::misc::BalanceStatus
1167
1145
  **/
1168
1146
  FrameSupportTokensMiscBalanceStatus: {
1169
1147
  _enum: ['Free', 'Reserved'],
1170
1148
  },
1171
1149
  /**
1172
- * Lookup104: argon_runtime::RuntimeHoldReason
1150
+ * Lookup103: argon_runtime::RuntimeHoldReason
1173
1151
  **/
1174
1152
  ArgonRuntimeRuntimeHoldReason: {
1175
1153
  _enum: {
@@ -1213,49 +1191,49 @@ export default {
1213
1191
  },
1214
1192
  },
1215
1193
  /**
1216
- * Lookup105: pallet_mining_slot::pallet::HoldReason
1194
+ * Lookup104: pallet_mining_slot::pallet::HoldReason
1217
1195
  **/
1218
1196
  PalletMiningSlotHoldReason: {
1219
1197
  _enum: ['RegisterAsMiner'],
1220
1198
  },
1221
1199
  /**
1222
- * Lookup106: pallet_vaults::pallet::HoldReason
1200
+ * Lookup105: pallet_vaults::pallet::HoldReason
1223
1201
  **/
1224
1202
  PalletVaultsHoldReason: {
1225
1203
  _enum: ['EnterVault', 'ObligationFee', 'PendingCollect'],
1226
1204
  },
1227
1205
  /**
1228
- * Lookup107: pallet_bitcoin_locks::pallet::HoldReason
1206
+ * Lookup106: pallet_bitcoin_locks::pallet::HoldReason
1229
1207
  **/
1230
1208
  PalletBitcoinLocksHoldReason: {
1231
1209
  _enum: ['ReleaseBitcoinLock'],
1232
1210
  },
1233
1211
  /**
1234
- * Lookup108: pallet_block_rewards::pallet::HoldReason
1212
+ * Lookup107: pallet_block_rewards::pallet::HoldReason
1235
1213
  **/
1236
1214
  PalletBlockRewardsHoldReason: {
1237
1215
  _enum: ['MaturationPeriod'],
1238
1216
  },
1239
1217
  /**
1240
- * Lookup109: pallet_treasury::pallet::HoldReason
1218
+ * Lookup108: pallet_treasury::pallet::HoldReason
1241
1219
  **/
1242
1220
  PalletTreasuryHoldReason: {
1243
1221
  _enum: ['ContributedToTreasury'],
1244
1222
  },
1245
1223
  /**
1246
- * Lookup110: pallet_crosschain_transfer::pallet::HoldReason
1224
+ * Lookup109: pallet_crosschain_transfer::pallet::HoldReason
1247
1225
  **/
1248
1226
  PalletCrosschainTransferHoldReason: {
1249
1227
  _enum: ['TransferOutMintingAuthorityTip', 'MintingAuthorityActivationRepayment'],
1250
1228
  },
1251
1229
  /**
1252
- * Lookup111: pallet_balances::pallet::UnexpectedKind
1230
+ * Lookup110: pallet_balances::pallet::UnexpectedKind
1253
1231
  **/
1254
1232
  PalletBalancesUnexpectedKind: {
1255
1233
  _enum: ['BalanceUpdated', 'FailedToMutateAccount'],
1256
1234
  },
1257
1235
  /**
1258
- * Lookup113: pallet_tx_pause::pallet::Event<T>
1236
+ * Lookup112: pallet_tx_pause::pallet::Event<T>
1259
1237
  **/
1260
1238
  PalletTxPauseEvent: {
1261
1239
  _enum: {
@@ -1268,7 +1246,7 @@ export default {
1268
1246
  },
1269
1247
  },
1270
1248
  /**
1271
- * Lookup116: pallet_transaction_payment::pallet::Event<T>
1249
+ * Lookup115: pallet_transaction_payment::pallet::Event<T>
1272
1250
  **/
1273
1251
  PalletTransactionPaymentEvent: {
1274
1252
  _enum: {
@@ -1280,7 +1258,7 @@ export default {
1280
1258
  },
1281
1259
  },
1282
1260
  /**
1283
- * Lookup117: pallet_utility::pallet::Event
1261
+ * Lookup116: pallet_utility::pallet::Event
1284
1262
  **/
1285
1263
  PalletUtilityEvent: {
1286
1264
  _enum: {
@@ -1304,7 +1282,7 @@ export default {
1304
1282
  },
1305
1283
  },
1306
1284
  /**
1307
- * Lookup118: pallet_sudo::pallet::Event<T>
1285
+ * Lookup117: pallet_sudo::pallet::Event<T>
1308
1286
  **/
1309
1287
  PalletSudoEvent: {
1310
1288
  _enum: {
@@ -1324,6 +1302,37 @@ export default {
1324
1302
  },
1325
1303
  },
1326
1304
  },
1305
+ /**
1306
+ * Lookup118: pallet_bitcoin_fissions::pallet::Event<T>
1307
+ **/
1308
+ PalletBitcoinFissionsEvent: {
1309
+ _enum: {
1310
+ FissionCreated: {
1311
+ accountId: 'AccountId32',
1312
+ fissionId: 'u64',
1313
+ liquidId: 'u64',
1314
+ liquidityPromised: 'u128',
1315
+ },
1316
+ FissionRatcheted: {
1317
+ accountId: 'AccountId32',
1318
+ fissionId: 'u64',
1319
+ ratchetNumber: 'u32',
1320
+ liquidityPromised: 'u128',
1321
+ amountMinted: 'u128',
1322
+ amountBurned: 'u128',
1323
+ },
1324
+ FissionClosed: {
1325
+ accountId: 'AccountId32',
1326
+ fissionId: 'u64',
1327
+ redemptionAmount: 'u128',
1328
+ },
1329
+ FissionClosedByLock: {
1330
+ accountId: 'AccountId32',
1331
+ fissionId: 'u64',
1332
+ utxoId: 'u64',
1333
+ },
1334
+ },
1335
+ },
1327
1336
  /**
1328
1337
  * Lookup119: pallet_treasury::pallet::Event<T>
1329
1338
  **/
@@ -2116,14 +2125,6 @@ export default {
2116
2125
  set_operator: {
2117
2126
  accountId: 'AccountId32',
2118
2127
  },
2119
- fund_with_utxo_candidate: {
2120
- utxoId: 'u64',
2121
- utxoRef: 'ArgonPrimitivesBitcoinUtxoRef',
2122
- },
2123
- reject_utxo_candidate: {
2124
- utxoId: 'u64',
2125
- utxoRef: 'ArgonPrimitivesBitcoinUtxoRef',
2126
- },
2127
2128
  },
2128
2129
  },
2129
2130
  /**
@@ -2225,7 +2226,7 @@ export default {
2225
2226
  **/
2226
2227
  PalletBitcoinLocksCall: {
2227
2228
  _enum: {
2228
- initialize: {
2229
+ create_receive_address: {
2229
2230
  vaultId: 'u32',
2230
2231
  satoshis: 'Compact<u64>',
2231
2232
  bitcoinPubkey: 'ArgonPrimitivesBitcoinCompressedBitcoinPubkey',
@@ -2240,10 +2241,7 @@ export default {
2240
2241
  utxoId: 'u64',
2241
2242
  signature: 'Bytes',
2242
2243
  },
2243
- ratchet: {
2244
- utxoId: 'u64',
2245
- options: 'Option<PalletBitcoinLocksLockOptions>',
2246
- },
2244
+ __Unused3: 'Null',
2247
2245
  admin_modify_minimum_locked_sats: {
2248
2246
  satoshis: 'u64',
2249
2247
  },
@@ -2259,9 +2257,10 @@ export default {
2259
2257
  },
2260
2258
  __Unused7: 'Null',
2261
2259
  __Unused8: 'Null',
2262
- increase_securitization: {
2260
+ resecuritize: {
2263
2261
  utxoId: 'u64',
2264
- newSatoshis: 'Compact<u64>',
2262
+ satoshis: 'Compact<u64>',
2263
+ options: 'Option<PalletBitcoinLocksLockOptions>',
2265
2264
  },
2266
2265
  set_flexible: {
2267
2266
  utxoId: 'u64',
@@ -2277,18 +2276,11 @@ export default {
2277
2276
  * Lookup220: pallet_bitcoin_locks::pallet::LockOptions<T>
2278
2277
  **/
2279
2278
  PalletBitcoinLocksLockOptions: {
2280
- _enum: {
2281
- V1: {
2282
- microgonsAtTargetPerBtc: 'Option<u128>',
2283
- },
2284
- V2: {
2285
- microgonsAtTargetPerBtc: 'Compact<u128>',
2286
- feeCoupon: 'PalletBitcoinLocksFeeCoupon',
2287
- },
2288
- },
2279
+ microgonsAtTargetPerBtc: 'Compact<u128>',
2280
+ feeCoupon: 'Option<PalletBitcoinLocksFeeCoupon>',
2289
2281
  },
2290
2282
  /**
2291
- * Lookup221: pallet_bitcoin_locks::pallet::FeeCoupon<T>
2283
+ * Lookup222: pallet_bitcoin_locks::pallet::FeeCoupon<T>
2292
2284
  **/
2293
2285
  PalletBitcoinLocksFeeCoupon: {
2294
2286
  feeDiscount: 'Compact<u128>',
@@ -2298,7 +2290,7 @@ export default {
2298
2290
  signature: 'SpRuntimeMultiSignature',
2299
2291
  },
2300
2292
  /**
2301
- * Lookup222: sp_runtime::MultiSignature
2293
+ * Lookup223: sp_runtime::MultiSignature
2302
2294
  **/
2303
2295
  SpRuntimeMultiSignature: {
2304
2296
  _enum: {
@@ -2309,7 +2301,7 @@ export default {
2309
2301
  },
2310
2302
  },
2311
2303
  /**
2312
- * Lookup227: pallet_notaries::pallet::Call<T>
2304
+ * Lookup228: pallet_notaries::pallet::Call<T>
2313
2305
  **/
2314
2306
  PalletNotariesCall: {
2315
2307
  _enum: {
@@ -2327,7 +2319,7 @@ export default {
2327
2319
  },
2328
2320
  },
2329
2321
  /**
2330
- * Lookup228: pallet_notebook::pallet::Call<T>
2322
+ * Lookup229: pallet_notebook::pallet::Call<T>
2331
2323
  **/
2332
2324
  PalletNotebookCall: {
2333
2325
  _enum: {
@@ -2340,14 +2332,14 @@ export default {
2340
2332
  },
2341
2333
  },
2342
2334
  /**
2343
- * Lookup230: argon_primitives::notebook::SignedNotebookHeader
2335
+ * Lookup231: argon_primitives::notebook::SignedNotebookHeader
2344
2336
  **/
2345
2337
  ArgonPrimitivesNotebookSignedNotebookHeader: {
2346
2338
  header: 'ArgonPrimitivesNotebookNotebookHeader',
2347
2339
  signature: '[u8;64]',
2348
2340
  },
2349
2341
  /**
2350
- * Lookup231: argon_primitives::notebook::NotebookHeader
2342
+ * Lookup232: argon_primitives::notebook::NotebookHeader
2351
2343
  **/
2352
2344
  ArgonPrimitivesNotebookNotebookHeader: {
2353
2345
  version: 'Compact<u16>',
@@ -2367,7 +2359,7 @@ export default {
2367
2359
  domains: 'Vec<(H256,AccountId32)>',
2368
2360
  },
2369
2361
  /**
2370
- * Lookup234: argon_primitives::notebook::ChainTransfer
2362
+ * Lookup235: argon_primitives::notebook::ChainTransfer
2371
2363
  **/
2372
2364
  ArgonPrimitivesNotebookChainTransfer: {
2373
2365
  _enum: {
@@ -2381,14 +2373,14 @@ export default {
2381
2373
  },
2382
2374
  },
2383
2375
  /**
2384
- * Lookup237: argon_primitives::balance_change::AccountOrigin
2376
+ * Lookup238: argon_primitives::balance_change::AccountOrigin
2385
2377
  **/
2386
2378
  ArgonPrimitivesBalanceChangeAccountOrigin: {
2387
2379
  notebookNumber: 'Compact<u32>',
2388
2380
  accountUid: 'Compact<u32>',
2389
2381
  },
2390
2382
  /**
2391
- * Lookup243: pallet_localchain_transfer::pallet::Call<T>
2383
+ * Lookup244: pallet_localchain_transfer::pallet::Call<T>
2392
2384
  **/
2393
2385
  PalletLocalchainTransferCall: {
2394
2386
  _enum: {
@@ -2399,7 +2391,7 @@ export default {
2399
2391
  },
2400
2392
  },
2401
2393
  /**
2402
- * Lookup244: pallet_block_seal_spec::pallet::Call<T>
2394
+ * Lookup245: pallet_block_seal_spec::pallet::Call<T>
2403
2395
  **/
2404
2396
  PalletBlockSealSpecCall: {
2405
2397
  _enum: {
@@ -2410,7 +2402,7 @@ export default {
2410
2402
  },
2411
2403
  },
2412
2404
  /**
2413
- * Lookup245: pallet_domains::pallet::Call<T>
2405
+ * Lookup246: pallet_domains::pallet::Call<T>
2414
2406
  **/
2415
2407
  PalletDomainsCall: {
2416
2408
  _enum: {
@@ -2421,7 +2413,7 @@ export default {
2421
2413
  },
2422
2414
  },
2423
2415
  /**
2424
- * Lookup246: pallet_price_index::pallet::Call<T>
2416
+ * Lookup247: pallet_price_index::pallet::Call<T>
2425
2417
  **/
2426
2418
  PalletPriceIndexCall: {
2427
2419
  _enum: {
@@ -2435,7 +2427,7 @@ export default {
2435
2427
  },
2436
2428
  },
2437
2429
  /**
2438
- * Lookup247: pallet_price_index::PriceIndex
2430
+ * Lookup248: pallet_price_index::PriceIndex
2439
2431
  **/
2440
2432
  PalletPriceIndexPriceIndex: {
2441
2433
  btcUsdPrice: 'Compact<u128>',
@@ -2446,7 +2438,7 @@ export default {
2446
2438
  tick: 'Compact<u64>',
2447
2439
  },
2448
2440
  /**
2449
- * Lookup249: pallet_price_index::EthereumPriceIndex
2441
+ * Lookup250: pallet_price_index::EthereumPriceIndex
2450
2442
  **/
2451
2443
  PalletPriceIndexEthereumPriceIndex: {
2452
2444
  ethereumUsdPrice: 'u128',
@@ -2454,7 +2446,7 @@ export default {
2454
2446
  tick: 'Compact<u64>',
2455
2447
  },
2456
2448
  /**
2457
- * Lookup250: pallet_grandpa::pallet::Call<T>
2449
+ * Lookup251: pallet_grandpa::pallet::Call<T>
2458
2450
  **/
2459
2451
  PalletGrandpaCall: {
2460
2452
  _enum: {
@@ -2473,14 +2465,14 @@ export default {
2473
2465
  },
2474
2466
  },
2475
2467
  /**
2476
- * Lookup251: sp_consensus_grandpa::EquivocationProof<primitive_types::H256, N>
2468
+ * Lookup252: sp_consensus_grandpa::EquivocationProof<primitive_types::H256, N>
2477
2469
  **/
2478
2470
  SpConsensusGrandpaEquivocationProof: {
2479
2471
  setId: 'u64',
2480
2472
  equivocation: 'SpConsensusGrandpaEquivocation',
2481
2473
  },
2482
2474
  /**
2483
- * Lookup252: sp_consensus_grandpa::Equivocation<primitive_types::H256, N>
2475
+ * Lookup253: sp_consensus_grandpa::Equivocation<primitive_types::H256, N>
2484
2476
  **/
2485
2477
  SpConsensusGrandpaEquivocation: {
2486
2478
  _enum: {
@@ -2489,7 +2481,7 @@ export default {
2489
2481
  },
2490
2482
  },
2491
2483
  /**
2492
- * Lookup253: finality_grandpa::Equivocation<sp_consensus_grandpa::app::Public, finality_grandpa::Prevote<primitive_types::H256, N>, sp_consensus_grandpa::app::Signature>
2484
+ * Lookup254: finality_grandpa::Equivocation<sp_consensus_grandpa::app::Public, finality_grandpa::Prevote<primitive_types::H256, N>, sp_consensus_grandpa::app::Signature>
2493
2485
  **/
2494
2486
  FinalityGrandpaEquivocationPrevote: {
2495
2487
  roundNumber: 'u64',
@@ -2498,18 +2490,18 @@ export default {
2498
2490
  second: '(FinalityGrandpaPrevote,SpConsensusGrandpaAppSignature)',
2499
2491
  },
2500
2492
  /**
2501
- * Lookup254: finality_grandpa::Prevote<primitive_types::H256, N>
2493
+ * Lookup255: finality_grandpa::Prevote<primitive_types::H256, N>
2502
2494
  **/
2503
2495
  FinalityGrandpaPrevote: {
2504
2496
  targetHash: 'H256',
2505
2497
  targetNumber: 'u32',
2506
2498
  },
2507
2499
  /**
2508
- * Lookup255: sp_consensus_grandpa::app::Signature
2500
+ * Lookup256: sp_consensus_grandpa::app::Signature
2509
2501
  **/
2510
2502
  SpConsensusGrandpaAppSignature: '[u8;64]',
2511
2503
  /**
2512
- * Lookup257: finality_grandpa::Equivocation<sp_consensus_grandpa::app::Public, finality_grandpa::Precommit<primitive_types::H256, N>, sp_consensus_grandpa::app::Signature>
2504
+ * Lookup258: finality_grandpa::Equivocation<sp_consensus_grandpa::app::Public, finality_grandpa::Precommit<primitive_types::H256, N>, sp_consensus_grandpa::app::Signature>
2513
2505
  **/
2514
2506
  FinalityGrandpaEquivocationPrecommit: {
2515
2507
  roundNumber: 'u64',
@@ -2518,18 +2510,18 @@ export default {
2518
2510
  second: '(FinalityGrandpaPrecommit,SpConsensusGrandpaAppSignature)',
2519
2511
  },
2520
2512
  /**
2521
- * Lookup258: finality_grandpa::Precommit<primitive_types::H256, N>
2513
+ * Lookup259: finality_grandpa::Precommit<primitive_types::H256, N>
2522
2514
  **/
2523
2515
  FinalityGrandpaPrecommit: {
2524
2516
  targetHash: 'H256',
2525
2517
  targetNumber: 'u32',
2526
2518
  },
2527
2519
  /**
2528
- * Lookup260: sp_core::Void
2520
+ * Lookup261: sp_core::Void
2529
2521
  **/
2530
2522
  SpCoreVoid: 'Null',
2531
2523
  /**
2532
- * Lookup261: pallet_block_seal::pallet::Call<T>
2524
+ * Lookup262: pallet_block_seal::pallet::Call<T>
2533
2525
  **/
2534
2526
  PalletBlockSealCall: {
2535
2527
  _enum: {
@@ -2539,7 +2531,7 @@ export default {
2539
2531
  },
2540
2532
  },
2541
2533
  /**
2542
- * Lookup262: argon_primitives::inherents::BlockSealInherent
2534
+ * Lookup263: argon_primitives::inherents::BlockSealInherent
2543
2535
  **/
2544
2536
  ArgonPrimitivesInherentsBlockSealInherent: {
2545
2537
  _enum: {
@@ -2555,7 +2547,7 @@ export default {
2555
2547
  },
2556
2548
  },
2557
2549
  /**
2558
- * Lookup263: argon_primitives::balance_change::MerkleProof
2550
+ * Lookup264: argon_primitives::balance_change::MerkleProof
2559
2551
  **/
2560
2552
  ArgonPrimitivesBalanceChangeMerkleProof: {
2561
2553
  proof: 'Vec<H256>',
@@ -2563,7 +2555,7 @@ export default {
2563
2555
  leafIndex: 'Compact<u32>',
2564
2556
  },
2565
2557
  /**
2566
- * Lookup265: argon_primitives::block_vote::BlockVoteT<primitive_types::H256>
2558
+ * Lookup266: argon_primitives::block_vote::BlockVoteT<primitive_types::H256>
2567
2559
  **/
2568
2560
  ArgonPrimitivesBlockVoteBlockVoteT: {
2569
2561
  accountId: 'AccountId32',
@@ -2575,7 +2567,7 @@ export default {
2575
2567
  tick: 'Compact<u64>',
2576
2568
  },
2577
2569
  /**
2578
- * Lookup266: pallet_block_rewards::pallet::Call<T>
2570
+ * Lookup267: pallet_block_rewards::pallet::Call<T>
2579
2571
  **/
2580
2572
  PalletBlockRewardsCall: {
2581
2573
  _enum: {
@@ -2588,11 +2580,11 @@ export default {
2588
2580
  },
2589
2581
  },
2590
2582
  /**
2591
- * Lookup267: pallet_mint::pallet::Call<T>
2583
+ * Lookup268: pallet_mint::pallet::Call<T>
2592
2584
  **/
2593
2585
  PalletMintCall: 'Null',
2594
2586
  /**
2595
- * Lookup268: pallet_balances::pallet::Call<T, I>
2587
+ * Lookup269: pallet_balances::pallet::Call<T, I>
2596
2588
  **/
2597
2589
  PalletBalancesCall: {
2598
2590
  _enum: {
@@ -2637,13 +2629,13 @@ export default {
2637
2629
  },
2638
2630
  },
2639
2631
  /**
2640
- * Lookup269: pallet_balances::types::AdjustmentDirection
2632
+ * Lookup270: pallet_balances::types::AdjustmentDirection
2641
2633
  **/
2642
2634
  PalletBalancesAdjustmentDirection: {
2643
2635
  _enum: ['Increase', 'Decrease'],
2644
2636
  },
2645
2637
  /**
2646
- * Lookup271: pallet_tx_pause::pallet::Call<T>
2638
+ * Lookup272: pallet_tx_pause::pallet::Call<T>
2647
2639
  **/
2648
2640
  PalletTxPauseCall: {
2649
2641
  _enum: {
@@ -2656,7 +2648,7 @@ export default {
2656
2648
  },
2657
2649
  },
2658
2650
  /**
2659
- * Lookup272: pallet_utility::pallet::Call<T>
2651
+ * Lookup273: pallet_utility::pallet::Call<T>
2660
2652
  **/
2661
2653
  PalletUtilityCall: {
2662
2654
  _enum: {
@@ -2692,7 +2684,7 @@ export default {
2692
2684
  },
2693
2685
  },
2694
2686
  /**
2695
- * Lookup274: pallet_sudo::pallet::Call<T>
2687
+ * Lookup275: pallet_sudo::pallet::Call<T>
2696
2688
  **/
2697
2689
  PalletSudoCall: {
2698
2690
  _enum: {
@@ -2717,7 +2709,28 @@ export default {
2717
2709
  },
2718
2710
  },
2719
2711
  /**
2720
- * Lookup275: pallet_treasury::pallet::Call<T>
2712
+ * Lookup276: pallet_bitcoin_fissions::pallet::Call<T>
2713
+ **/
2714
+ PalletBitcoinFissionsCall: {
2715
+ _enum: {
2716
+ create: {
2717
+ fissionId: 'Compact<u64>',
2718
+ liquidId: 'Compact<u64>',
2719
+ utxoId: 'Compact<u64>',
2720
+ satoshis: 'Compact<u64>',
2721
+ microgonsAtTargetPerBtc: 'Compact<u128>',
2722
+ },
2723
+ ratchet: {
2724
+ fissionId: 'Compact<u64>',
2725
+ microgonsAtTargetPerBtc: 'Compact<u128>',
2726
+ },
2727
+ close: {
2728
+ fissionId: 'Compact<u64>',
2729
+ },
2730
+ },
2731
+ },
2732
+ /**
2733
+ * Lookup277: pallet_treasury::pallet::Call<T>
2721
2734
  **/
2722
2735
  PalletTreasuryCall: {
2723
2736
  _enum: {
@@ -2747,7 +2760,7 @@ export default {
2747
2760
  },
2748
2761
  },
2749
2762
  /**
2750
- * Lookup277: argon_primitives::vault::TreasuryBonusApprovalProof
2763
+ * Lookup279: argon_primitives::vault::TreasuryBonusApprovalProof
2751
2764
  **/
2752
2765
  ArgonPrimitivesVaultTreasuryBonusApprovalProof: {
2753
2766
  vaultId: 'Compact<u32>',
@@ -2759,7 +2772,7 @@ export default {
2759
2772
  signature: 'SpRuntimeMultiSignature',
2760
2773
  },
2761
2774
  /**
2762
- * Lookup278: pallet_operational_accounts::pallet::Call<T>
2775
+ * Lookup280: pallet_operational_accounts::pallet::Call<T>
2763
2776
  **/
2764
2777
  PalletOperationalAccountsCall: {
2765
2778
  _enum: {
@@ -2786,7 +2799,7 @@ export default {
2786
2799
  },
2787
2800
  },
2788
2801
  /**
2789
- * Lookup279: pallet_operational_accounts::pallet::Registration<T>
2802
+ * Lookup281: pallet_operational_accounts::pallet::Registration<T>
2790
2803
  **/
2791
2804
  PalletOperationalAccountsRegistration: {
2792
2805
  _enum: {
@@ -2794,7 +2807,7 @@ export default {
2794
2807
  },
2795
2808
  },
2796
2809
  /**
2797
- * Lookup280: pallet_operational_accounts::pallet::RegistrationV1<T>
2810
+ * Lookup282: pallet_operational_accounts::pallet::RegistrationV1<T>
2798
2811
  **/
2799
2812
  PalletOperationalAccountsRegistrationV1: {
2800
2813
  operationalAccount: 'AccountId32',
@@ -2807,24 +2820,24 @@ export default {
2807
2820
  accessProof: 'Option<PalletOperationalAccountsUpstreamAccessProof>',
2808
2821
  },
2809
2822
  /**
2810
- * Lookup281: pallet_operational_accounts::pallet::OpaqueEncryptionPubkey
2823
+ * Lookup283: pallet_operational_accounts::pallet::OpaqueEncryptionPubkey
2811
2824
  **/
2812
2825
  PalletOperationalAccountsOpaqueEncryptionPubkey: '[u8;32]',
2813
2826
  /**
2814
- * Lookup282: pallet_operational_accounts::pallet::AccountOwnershipProof
2827
+ * Lookup284: pallet_operational_accounts::pallet::AccountOwnershipProof
2815
2828
  **/
2816
2829
  PalletOperationalAccountsAccountOwnershipProof: {
2817
2830
  signature: 'SpRuntimeMultiSignature',
2818
2831
  },
2819
2832
  /**
2820
- * Lookup284: pallet_operational_accounts::pallet::UpstreamAccessProof<sp_core::crypto::AccountId32>
2833
+ * Lookup286: pallet_operational_accounts::pallet::UpstreamAccessProof<sp_core::crypto::AccountId32>
2821
2834
  **/
2822
2835
  PalletOperationalAccountsUpstreamAccessProof: {
2823
2836
  upstreamAccount: 'AccountId32',
2824
2837
  signature: 'SpRuntimeMultiSignature',
2825
2838
  },
2826
2839
  /**
2827
- * Lookup287: pallet_operational_accounts::pallet::OperationalProgressPatch<Balance>
2840
+ * Lookup289: pallet_operational_accounts::pallet::OperationalProgressPatch<Balance>
2828
2841
  **/
2829
2842
  PalletOperationalAccountsOperationalProgressPatch: {
2830
2843
  uniswapArgonTransfersInAmount: 'Option<u128>',
@@ -2835,7 +2848,7 @@ export default {
2835
2848
  miningSeatCount: 'Option<u32>',
2836
2849
  },
2837
2850
  /**
2838
- * Lookup289: pallet_ethereum_verifier::pallet::Call<T>
2851
+ * Lookup291: pallet_ethereum_verifier::pallet::Call<T>
2839
2852
  **/
2840
2853
  PalletEthereumVerifierCall: {
2841
2854
  _enum: {
@@ -2857,7 +2870,7 @@ export default {
2857
2870
  },
2858
2871
  },
2859
2872
  /**
2860
- * Lookup290: pallet_ethereum_verifier::types::CheckpointUpdate
2873
+ * Lookup292: pallet_ethereum_verifier::types::CheckpointUpdate
2861
2874
  **/
2862
2875
  PalletEthereumVerifierCheckpointUpdate: {
2863
2876
  header: 'SnowbridgeBeaconPrimitivesBeaconHeader',
@@ -2867,7 +2880,7 @@ export default {
2867
2880
  executionHeaderProof: 'PalletEthereumVerifierExecutionHeaderProof',
2868
2881
  },
2869
2882
  /**
2870
- * Lookup291: snowbridge_beacon_primitives::types::BeaconHeader
2883
+ * Lookup293: snowbridge_beacon_primitives::types::BeaconHeader
2871
2884
  **/
2872
2885
  SnowbridgeBeaconPrimitivesBeaconHeader: {
2873
2886
  slot: 'u64',
@@ -2877,25 +2890,25 @@ export default {
2877
2890
  bodyRoot: 'H256',
2878
2891
  },
2879
2892
  /**
2880
- * Lookup292: pallet_ethereum_verifier::types::SyncCommittee
2893
+ * Lookup294: pallet_ethereum_verifier::types::SyncCommittee
2881
2894
  **/
2882
2895
  PalletEthereumVerifierSyncCommittee: {
2883
2896
  pubkeys: 'Vec<SnowbridgeBeaconPrimitivesPublicKey>',
2884
2897
  aggregatePubkey: 'SnowbridgeBeaconPrimitivesPublicKey',
2885
2898
  },
2886
2899
  /**
2887
- * Lookup294: snowbridge_beacon_primitives::types::PublicKey
2900
+ * Lookup296: snowbridge_beacon_primitives::types::PublicKey
2888
2901
  **/
2889
2902
  SnowbridgeBeaconPrimitivesPublicKey: '[u8;48]',
2890
2903
  /**
2891
- * Lookup298: pallet_ethereum_verifier::types::ExecutionHeaderProof
2904
+ * Lookup300: pallet_ethereum_verifier::types::ExecutionHeaderProof
2892
2905
  **/
2893
2906
  PalletEthereumVerifierExecutionHeaderProof: {
2894
2907
  executionHeader: 'SnowbridgeBeaconPrimitivesVersionedExecutionPayloadHeader',
2895
2908
  executionBranch: 'Vec<H256>',
2896
2909
  },
2897
2910
  /**
2898
- * Lookup299: snowbridge_beacon_primitives::types::VersionedExecutionPayloadHeader
2911
+ * Lookup301: snowbridge_beacon_primitives::types::VersionedExecutionPayloadHeader
2899
2912
  **/
2900
2913
  SnowbridgeBeaconPrimitivesVersionedExecutionPayloadHeader: {
2901
2914
  _enum: {
@@ -2904,7 +2917,7 @@ export default {
2904
2917
  },
2905
2918
  },
2906
2919
  /**
2907
- * Lookup300: snowbridge_beacon_primitives::types::ExecutionPayloadHeader
2920
+ * Lookup302: snowbridge_beacon_primitives::types::ExecutionPayloadHeader
2908
2921
  **/
2909
2922
  SnowbridgeBeaconPrimitivesExecutionPayloadHeader: {
2910
2923
  parentHash: 'H256',
@@ -2924,7 +2937,7 @@ export default {
2924
2937
  withdrawalsRoot: 'H256',
2925
2938
  },
2926
2939
  /**
2927
- * Lookup301: snowbridge_beacon_primitives::types::deneb::ExecutionPayloadHeader
2940
+ * Lookup303: snowbridge_beacon_primitives::types::deneb::ExecutionPayloadHeader
2928
2941
  **/
2929
2942
  SnowbridgeBeaconPrimitivesDenebExecutionPayloadHeader: {
2930
2943
  parentHash: 'H256',
@@ -2946,7 +2959,7 @@ export default {
2946
2959
  excessBlobGas: 'u64',
2947
2960
  },
2948
2961
  /**
2949
- * Lookup302: pallet_ethereum_verifier::types::ForkVersions
2962
+ * Lookup304: pallet_ethereum_verifier::types::ForkVersions
2950
2963
  **/
2951
2964
  PalletEthereumVerifierForkVersions: {
2952
2965
  genesis: 'PalletEthereumVerifierFork',
@@ -2958,14 +2971,14 @@ export default {
2958
2971
  fulu: 'PalletEthereumVerifierFork',
2959
2972
  },
2960
2973
  /**
2961
- * Lookup303: pallet_ethereum_verifier::types::Fork
2974
+ * Lookup305: pallet_ethereum_verifier::types::Fork
2962
2975
  **/
2963
2976
  PalletEthereumVerifierFork: {
2964
2977
  version: '[u8;4]',
2965
2978
  epoch: 'Compact<u64>',
2966
2979
  },
2967
2980
  /**
2968
- * Lookup304: pallet_ethereum_verifier::types::Update
2981
+ * Lookup306: pallet_ethereum_verifier::types::Update
2969
2982
  **/
2970
2983
  PalletEthereumVerifierUpdate: {
2971
2984
  attestedHeader: 'SnowbridgeBeaconPrimitivesBeaconHeader',
@@ -2977,25 +2990,25 @@ export default {
2977
2990
  executionHeaderProof: 'PalletEthereumVerifierExecutionHeaderProof',
2978
2991
  },
2979
2992
  /**
2980
- * Lookup305: pallet_ethereum_verifier::types::SyncAggregate
2993
+ * Lookup307: pallet_ethereum_verifier::types::SyncAggregate
2981
2994
  **/
2982
2995
  PalletEthereumVerifierSyncAggregate: {
2983
2996
  syncCommitteeBits: 'Bytes',
2984
2997
  syncCommitteeSignature: 'SnowbridgeBeaconPrimitivesSignature',
2985
2998
  },
2986
2999
  /**
2987
- * Lookup307: snowbridge_beacon_primitives::types::Signature
3000
+ * Lookup309: snowbridge_beacon_primitives::types::Signature
2988
3001
  **/
2989
3002
  SnowbridgeBeaconPrimitivesSignature: '[u8;96]',
2990
3003
  /**
2991
- * Lookup310: pallet_ethereum_verifier::types::NextSyncCommitteeUpdate
3004
+ * Lookup312: pallet_ethereum_verifier::types::NextSyncCommitteeUpdate
2992
3005
  **/
2993
3006
  PalletEthereumVerifierNextSyncCommitteeUpdate: {
2994
3007
  nextSyncCommittee: 'PalletEthereumVerifierSyncCommittee',
2995
3008
  nextSyncCommitteeBranch: 'Vec<H256>',
2996
3009
  },
2997
3010
  /**
2998
- * Lookup311: pallet_crosschain_transfer::pallet::Call<T>
3011
+ * Lookup313: pallet_crosschain_transfer::pallet::Call<T>
2999
3012
  **/
3000
3013
  PalletCrosschainTransferCall: {
3001
3014
  _enum: {
@@ -3061,7 +3074,7 @@ export default {
3061
3074
  },
3062
3075
  },
3063
3076
  /**
3064
- * Lookup312: pallet_crosschain_transfer::pallet::ChainConfig
3077
+ * Lookup314: pallet_crosschain_transfer::pallet::ChainConfig
3065
3078
  **/
3066
3079
  PalletCrosschainTransferChainConfig: {
3067
3080
  _enum: {
@@ -3074,7 +3087,7 @@ export default {
3074
3087
  },
3075
3088
  },
3076
3089
  /**
3077
- * Lookup314: pallet_crosschain_transfer::pallet::MintingAuthorityActivationRepaymentPricing<T>
3090
+ * Lookup316: pallet_crosschain_transfer::pallet::MintingAuthorityActivationRepaymentPricing<T>
3078
3091
  **/
3079
3092
  PalletCrosschainTransferMintingAuthorityActivationRepaymentPricing: {
3080
3093
  activationGasCost: 'Compact<u128>',
@@ -3083,27 +3096,27 @@ export default {
3083
3096
  estimatedMicrogonsPerEth: 'u128',
3084
3097
  },
3085
3098
  /**
3086
- * Lookup317: argon_primitives::ethereum::EthereumReceiptLogProofBatch<MaxProofBlocks, MaxReceiptLogs>
3099
+ * Lookup319: argon_primitives::ethereum::EthereumReceiptLogProofBatch<MaxProofBlocks, MaxReceiptLogs>
3087
3100
  **/
3088
3101
  ArgonPrimitivesEthereumEthereumReceiptLogProofBatch: {
3089
3102
  executionBlockProof: 'ArgonPrimitivesEthereumEthereumExecutionBlockProof',
3090
3103
  blocks: 'Vec<ArgonPrimitivesEthereumEthereumReceiptLogProofBlock>',
3091
3104
  },
3092
3105
  /**
3093
- * Lookup318: argon_primitives::ethereum::EthereumExecutionBlockProof
3106
+ * Lookup320: argon_primitives::ethereum::EthereumExecutionBlockProof
3094
3107
  **/
3095
3108
  ArgonPrimitivesEthereumEthereumExecutionBlockProof: {
3096
3109
  anchorBlockHash: 'H256',
3097
3110
  targetToAnchorHeaderChain: 'Vec<ArgonPrimitivesEthereumEthereumExecutionHeader>',
3098
3111
  },
3099
3112
  /**
3100
- * Lookup320: argon_primitives::ethereum::EthereumExecutionHeader
3113
+ * Lookup322: argon_primitives::ethereum::EthereumExecutionHeader
3101
3114
  **/
3102
3115
  ArgonPrimitivesEthereumEthereumExecutionHeader: {
3103
3116
  rlp: 'Bytes',
3104
3117
  },
3105
3118
  /**
3106
- * Lookup324: argon_primitives::ethereum::EthereumReceiptLogProofBlock<MaxReceiptLogs>
3119
+ * Lookup326: argon_primitives::ethereum::EthereumReceiptLogProofBlock<MaxReceiptLogs>
3107
3120
  **/
3108
3121
  ArgonPrimitivesEthereumEthereumReceiptLogProofBlock: {
3109
3122
  targetBlockNumber: 'Compact<u64>',
@@ -3111,28 +3124,28 @@ export default {
3111
3124
  receiptLogs: 'Vec<ArgonPrimitivesEthereumEthereumReceiptLog>',
3112
3125
  },
3113
3126
  /**
3114
- * Lookup325: argon_primitives::ethereum::EthereumCombinedReceiptProof
3127
+ * Lookup327: argon_primitives::ethereum::EthereumCombinedReceiptProof
3115
3128
  **/
3116
3129
  ArgonPrimitivesEthereumEthereumCombinedReceiptProof: {
3117
3130
  nodes: 'Vec<Bytes>',
3118
3131
  receipts: 'Vec<ArgonPrimitivesEthereumEthereumReceiptProofReceipt>',
3119
3132
  },
3120
3133
  /**
3121
- * Lookup329: argon_primitives::ethereum::EthereumReceiptProofReceipt
3134
+ * Lookup331: argon_primitives::ethereum::EthereumReceiptProofReceipt
3122
3135
  **/
3123
3136
  ArgonPrimitivesEthereumEthereumReceiptProofReceipt: {
3124
3137
  transactionIndex: 'Compact<u64>',
3125
3138
  nodeIndexes: 'Vec<u16>',
3126
3139
  },
3127
3140
  /**
3128
- * Lookup334: argon_primitives::ethereum::EthereumReceiptLog
3141
+ * Lookup336: argon_primitives::ethereum::EthereumReceiptLog
3129
3142
  **/
3130
3143
  ArgonPrimitivesEthereumEthereumReceiptLog: {
3131
3144
  transactionIndex: 'Compact<u64>',
3132
3145
  eventLog: 'ArgonPrimitivesEthereumEthereumLog',
3133
3146
  },
3134
3147
  /**
3135
- * Lookup335: argon_primitives::ethereum::EthereumLog
3148
+ * Lookup337: argon_primitives::ethereum::EthereumLog
3136
3149
  **/
3137
3150
  ArgonPrimitivesEthereumEthereumLog: {
3138
3151
  address: 'H160',
@@ -3140,7 +3153,7 @@ export default {
3140
3153
  data: 'Bytes',
3141
3154
  },
3142
3155
  /**
3143
- * Lookup340: pallet_bootstrap::pallet::Call<T>
3156
+ * Lookup342: pallet_bootstrap::pallet::Call<T>
3144
3157
  **/
3145
3158
  PalletBootstrapCall: {
3146
3159
  _enum: {
@@ -3156,13 +3169,13 @@ export default {
3156
3169
  },
3157
3170
  },
3158
3171
  /**
3159
- * Lookup341: pallet_bootstrap::pallet::RecoveryProof
3172
+ * Lookup343: pallet_bootstrap::pallet::RecoveryProof
3160
3173
  **/
3161
3174
  PalletBootstrapRecoveryProof: {
3162
3175
  signature: '[u8;64]',
3163
3176
  },
3164
3177
  /**
3165
- * Lookup343: pallet_multisig::pallet::Error<T>
3178
+ * Lookup345: pallet_multisig::pallet::Error<T>
3166
3179
  **/
3167
3180
  PalletMultisigError: {
3168
3181
  _enum: [
@@ -3183,7 +3196,7 @@ export default {
3183
3196
  ],
3184
3197
  },
3185
3198
  /**
3186
- * Lookup346: pallet_proxy::ProxyDefinition<sp_core::crypto::AccountId32, argon_runtime::ProxyType, BlockNumber>
3199
+ * Lookup348: pallet_proxy::ProxyDefinition<sp_core::crypto::AccountId32, argon_runtime::ProxyType, BlockNumber>
3187
3200
  **/
3188
3201
  PalletProxyProxyDefinition: {
3189
3202
  delegate: 'AccountId32',
@@ -3191,7 +3204,7 @@ export default {
3191
3204
  delay: 'u32',
3192
3205
  },
3193
3206
  /**
3194
- * Lookup350: pallet_proxy::Announcement<sp_core::crypto::AccountId32, primitive_types::H256, BlockNumber>
3207
+ * Lookup352: pallet_proxy::Announcement<sp_core::crypto::AccountId32, primitive_types::H256, BlockNumber>
3195
3208
  **/
3196
3209
  PalletProxyAnnouncement: {
3197
3210
  real: 'AccountId32',
@@ -3199,7 +3212,7 @@ export default {
3199
3212
  height: 'u32',
3200
3213
  },
3201
3214
  /**
3202
- * Lookup352: pallet_proxy::pallet::Error<T>
3215
+ * Lookup354: pallet_proxy::pallet::Error<T>
3203
3216
  **/
3204
3217
  PalletProxyError: {
3205
3218
  _enum: [
@@ -3214,18 +3227,18 @@ export default {
3214
3227
  ],
3215
3228
  },
3216
3229
  /**
3217
- * Lookup353: argon_primitives::tick::Ticker
3230
+ * Lookup355: argon_primitives::tick::Ticker
3218
3231
  **/
3219
3232
  ArgonPrimitivesTickTicker: {
3220
3233
  tickDurationMillis: 'Compact<u64>',
3221
3234
  channelHoldExpirationTicks: 'Compact<u64>',
3222
3235
  },
3223
3236
  /**
3224
- * Lookup355: pallet_ticks::pallet::Error<T>
3237
+ * Lookup357: pallet_ticks::pallet::Error<T>
3225
3238
  **/
3226
3239
  PalletTicksError: 'Null',
3227
3240
  /**
3228
- * Lookup358: pallet_mining_slot::MinerNonceScoring<T>
3241
+ * Lookup360: pallet_mining_slot::MinerNonceScoring<T>
3229
3242
  **/
3230
3243
  PalletMiningSlotMinerNonceScoring: {
3231
3244
  nonce: 'U256',
@@ -3234,7 +3247,7 @@ export default {
3234
3247
  frameStartBlocksWonSurplus: 'i16',
3235
3248
  },
3236
3249
  /**
3237
- * Lookup370: argon_primitives::block_seal::MiningBidStats
3250
+ * Lookup372: argon_primitives::block_seal::MiningBidStats
3238
3251
  **/
3239
3252
  ArgonPrimitivesBlockSealMiningBidStats: {
3240
3253
  bidsCount: 'u32',
@@ -3243,7 +3256,7 @@ export default {
3243
3256
  bidAmountSum: 'u128',
3244
3257
  },
3245
3258
  /**
3246
- * Lookup374: argon_primitives::block_seal::MiningSlotConfig
3259
+ * Lookup376: argon_primitives::block_seal::MiningSlotConfig
3247
3260
  **/
3248
3261
  ArgonPrimitivesBlockSealMiningSlotConfig: {
3249
3262
  ticksBeforeBidEndForVrfClose: 'Compact<u64>',
@@ -3251,7 +3264,7 @@ export default {
3251
3264
  slotBiddingStartAfterTicks: 'Compact<u64>',
3252
3265
  },
3253
3266
  /**
3254
- * Lookup384: pallet_mining_slot::pallet::Error<T>
3267
+ * Lookup386: pallet_mining_slot::pallet::Error<T>
3255
3268
  **/
3256
3269
  PalletMiningSlotError: {
3257
3270
  _enum: [
@@ -3269,17 +3282,7 @@ export default {
3269
3282
  ],
3270
3283
  },
3271
3284
  /**
3272
- * Lookup385: argon_primitives::bitcoin::UtxoValue
3273
- **/
3274
- ArgonPrimitivesBitcoinUtxoValue: {
3275
- utxoId: 'u64',
3276
- scriptPubkey: 'ArgonPrimitivesBitcoinBitcoinCosignScriptPubkey',
3277
- satoshis: 'Compact<u64>',
3278
- submittedAtHeight: 'Compact<u64>',
3279
- watchForSpentUntilHeight: 'Compact<u64>',
3280
- },
3281
- /**
3282
- * Lookup386: argon_primitives::bitcoin::BitcoinCosignScriptPubkey
3285
+ * Lookup387: argon_primitives::bitcoin::BitcoinCosignScriptPubkey
3283
3286
  **/
3284
3287
  ArgonPrimitivesBitcoinBitcoinCosignScriptPubkey: {
3285
3288
  _enum: {
@@ -3289,13 +3292,21 @@ export default {
3289
3292
  },
3290
3293
  },
3291
3294
  /**
3292
- * Lookup395: argon_primitives::bitcoin::BitcoinNetwork
3295
+ * Lookup388: argon_primitives::bitcoin::UtxoAddress
3296
+ **/
3297
+ ArgonPrimitivesBitcoinUtxoAddress: {
3298
+ utxoId: 'u64',
3299
+ scriptPubkey: 'ArgonPrimitivesBitcoinBitcoinCosignScriptPubkey',
3300
+ submittedAtHeight: 'Compact<u64>',
3301
+ },
3302
+ /**
3303
+ * Lookup392: argon_primitives::bitcoin::BitcoinNetwork
3293
3304
  **/
3294
3305
  ArgonPrimitivesBitcoinBitcoinNetwork: {
3295
3306
  _enum: ['Bitcoin', 'Testnet', 'Signet', 'Regtest'],
3296
3307
  },
3297
3308
  /**
3298
- * Lookup396: pallet_bitcoin_utxos::pallet::Error<T>
3309
+ * Lookup393: pallet_bitcoin_utxos::pallet::Error<T>
3299
3310
  **/
3300
3311
  PalletBitcoinUtxosError: {
3301
3312
  _enum: [
@@ -3311,13 +3322,11 @@ export default {
3311
3322
  'MaxUtxosExceeded',
3312
3323
  'InvalidBitcoinScript',
3313
3324
  'DuplicateUtxoId',
3314
- 'MaxCandidateUtxosExceeded',
3315
- 'UtxoNotCandidate',
3316
- 'LockAlreadyFunded',
3325
+ 'MaxUtxosPerLockExceeded',
3317
3326
  ],
3318
3327
  },
3319
3328
  /**
3320
- * Lookup397: argon_primitives::vault::Vault<sp_core::crypto::AccountId32, Balance>
3329
+ * Lookup394: argon_primitives::vault::Vault<sp_core::crypto::AccountId32, Balance>
3321
3330
  **/
3322
3331
  ArgonPrimitivesVault: {
3323
3332
  operatorAccountId: 'AccountId32',
@@ -3329,8 +3338,8 @@ export default {
3329
3338
  reservedSecuritizationSpace: 'Compact<u128>',
3330
3339
  securitizationPendingActivation: 'Compact<u128>',
3331
3340
  lockedSatoshis: 'Compact<u64>',
3332
- securitizedSatoshis: 'Compact<u64>',
3333
- flexibleSecuritizedSatoshis: 'Compact<u64>',
3341
+ ratioAdjustedSatoshis: 'Compact<u64>',
3342
+ flexibleRatioAdjustedSatoshis: 'Compact<u64>',
3334
3343
  securitizationReleaseSchedule: 'BTreeMap<u64, u128>',
3335
3344
  securitizationRatio: 'Compact<u128>',
3336
3345
  isClosed: 'bool',
@@ -3340,14 +3349,14 @@ export default {
3340
3349
  operationalMinimumReleaseTick: 'Option<u64>',
3341
3350
  },
3342
3351
  /**
3343
- * Lookup404: argon_primitives::vault::VaultArgonotCommitment<Balance>
3352
+ * Lookup401: argon_primitives::vault::VaultArgonotCommitment<Balance>
3344
3353
  **/
3345
3354
  ArgonPrimitivesVaultVaultArgonotCommitment: {
3346
3355
  committedMicronots: 'Compact<u128>',
3347
3356
  encumberedMicronots: 'Compact<u128>',
3348
3357
  },
3349
3358
  /**
3350
- * Lookup406: argon_primitives::bitcoin::BitcoinXPub
3359
+ * Lookup403: argon_primitives::bitcoin::BitcoinXPub
3351
3360
  **/
3352
3361
  ArgonPrimitivesBitcoinBitcoinXPub: {
3353
3362
  publicKey: 'ArgonPrimitivesBitcoinCompressedBitcoinPubkey',
@@ -3358,21 +3367,21 @@ export default {
3358
3367
  network: 'ArgonPrimitivesBitcoinNetworkKind',
3359
3368
  },
3360
3369
  /**
3361
- * Lookup408: argon_primitives::bitcoin::NetworkKind
3370
+ * Lookup405: argon_primitives::bitcoin::NetworkKind
3362
3371
  **/
3363
3372
  ArgonPrimitivesBitcoinNetworkKind: {
3364
3373
  _enum: ['Main', 'Test'],
3365
3374
  },
3366
3375
  /**
3367
- * Lookup417: pallet_vaults::pallet::VaultFrameRevenue<T>
3376
+ * Lookup414: pallet_vaults::pallet::VaultFrameRevenue<T>
3368
3377
  **/
3369
3378
  PalletVaultsVaultFrameRevenue: {
3370
3379
  frameId: 'Compact<u64>',
3371
3380
  bitcoinLockFeeRevenue: 'Compact<u128>',
3372
3381
  bitcoinLockFeeCouponValueUsed: 'Compact<u128>',
3373
3382
  bitcoinLocksCreated: 'Compact<u32>',
3374
- bitcoinLocksNewLiquidityPromised: 'Compact<u128>',
3375
- bitcoinLocksReleasedLiquidity: 'Compact<u128>',
3383
+ bitcoinLocksNewSecuritization: 'Compact<u128>',
3384
+ bitcoinLocksReleasedSecuritization: 'Compact<u128>',
3376
3385
  bitcoinLocksAddedSatoshis: 'Compact<u64>',
3377
3386
  bitcoinLocksReleasedSatoshis: 'Compact<u64>',
3378
3387
  securitizationActivated: 'Compact<u128>',
@@ -3385,7 +3394,7 @@ export default {
3385
3394
  uncollectedRevenue: 'Compact<u128>',
3386
3395
  },
3387
3396
  /**
3388
- * Lookup419: pallet_vaults::pallet::Error<T>
3397
+ * Lookup416: pallet_vaults::pallet::Error<T>
3389
3398
  **/
3390
3399
  PalletVaultsError: {
3391
3400
  _enum: [
@@ -3424,18 +3433,20 @@ export default {
3424
3433
  ],
3425
3434
  },
3426
3435
  /**
3427
- * Lookup420: pallet_bitcoin_locks::pallet::LockedBitcoin<T>
3436
+ * Lookup417: pallet_bitcoin_locks::pallet::LockedBitcoin<T>
3428
3437
  **/
3429
3438
  PalletBitcoinLocksLockedBitcoin: {
3430
3439
  vaultId: 'Compact<u32>',
3431
- liquidityPromised: 'Compact<u128>',
3432
- lockedTargetPrice: 'Compact<u128>',
3440
+ securitizedSatoshis: 'Compact<u64>',
3441
+ microgonsAtTargetPerBtc: 'Compact<u128>',
3442
+ securitizationCoverageMicrogons: 'Compact<u128>',
3443
+ securitizationTick: 'Compact<u64>',
3444
+ fundedSatoshis: 'Compact<u64>',
3445
+ fissionedSatoshis: 'Compact<u64>',
3433
3446
  ownerAccount: 'AccountId32',
3434
3447
  securitizationRatio: 'u128',
3435
3448
  securityFees: 'Compact<u128>',
3436
3449
  couponPaidFees: 'Compact<u128>',
3437
- satoshis: 'Compact<u64>',
3438
- utxoSatoshis: 'Option<u64>',
3439
3450
  vaultPubkey: 'ArgonPrimitivesBitcoinCompressedBitcoinPubkey',
3440
3451
  vaultClaimPubkey: 'ArgonPrimitivesBitcoinCompressedBitcoinPubkey',
3441
3452
  vaultXpubSources: '([u8;4],u32,u32)',
@@ -3443,14 +3454,14 @@ export default {
3443
3454
  vaultClaimHeight: 'Compact<u64>',
3444
3455
  openClaimHeight: 'Compact<u64>',
3445
3456
  createdAtHeight: 'Compact<u64>',
3457
+ fundingExpirationHeight: 'Compact<u64>',
3446
3458
  utxoScriptPubkey: 'ArgonPrimitivesBitcoinBitcoinCosignScriptPubkey',
3447
- isFunded: 'bool',
3448
3459
  isFlexible: 'bool',
3449
3460
  fundHoldExtensions: 'BTreeMap<u64, u128>',
3450
3461
  createdAtArgonBlock: 'Compact<u32>',
3451
3462
  },
3452
3463
  /**
3453
- * Lookup424: pallet_bitcoin_locks::pallet::LockReleaseRequest<Balance>
3464
+ * Lookup421: pallet_bitcoin_locks::pallet::LockReleaseRequest<Balance>
3454
3465
  **/
3455
3466
  PalletBitcoinLocksLockReleaseRequest: {
3456
3467
  utxoId: 'Compact<u64>',
@@ -3458,10 +3469,10 @@ export default {
3458
3469
  bitcoinNetworkFee: 'Compact<u64>',
3459
3470
  cosignDueFrame: 'Compact<u64>',
3460
3471
  toScriptPubkey: 'Bytes',
3461
- redemptionAmount: 'Compact<u128>',
3472
+ securitizationAtRisk: 'Compact<u128>',
3462
3473
  },
3463
3474
  /**
3464
- * Lookup426: pallet_bitcoin_locks::pallet::OrphanedUtxo<BlockNumber>
3475
+ * Lookup423: pallet_bitcoin_locks::pallet::OrphanedUtxo<BlockNumber>
3465
3476
  **/
3466
3477
  PalletBitcoinLocksOrphanedUtxo: {
3467
3478
  utxoId: 'Compact<u64>',
@@ -3471,7 +3482,7 @@ export default {
3471
3482
  cosignRequest: 'Option<PalletBitcoinLocksOrphanedUtxoCosignRequest>',
3472
3483
  },
3473
3484
  /**
3474
- * Lookup428: pallet_bitcoin_locks::pallet::OrphanedUtxoCosignRequest<BlockNumber>
3485
+ * Lookup425: pallet_bitcoin_locks::pallet::OrphanedUtxoCosignRequest<BlockNumber>
3475
3486
  **/
3476
3487
  PalletBitcoinLocksOrphanedUtxoCosignRequest: {
3477
3488
  bitcoinNetworkFee: 'u64',
@@ -3479,7 +3490,7 @@ export default {
3479
3490
  createdAtArgonBlockNumber: 'u32',
3480
3491
  },
3481
3492
  /**
3482
- * Lookup435: pallet_bitcoin_locks::pallet::Error<T>
3493
+ * Lookup432: pallet_bitcoin_locks::pallet::Error<T>
3483
3494
  **/
3484
3495
  PalletBitcoinLocksError: {
3485
3496
  _enum: {
@@ -3496,10 +3507,13 @@ export default {
3496
3507
  BitcoinSignatureUnableToBeDecoded: 'Null',
3497
3508
  BitcoinPubkeyUnableToBeDecoded: 'Null',
3498
3509
  BitcoinInvalidCosignature: 'Null',
3499
- InsufficientSatoshisLocked: 'Null',
3500
3510
  NoBitcoinPricesAvailable: 'Null',
3501
3511
  InvalidBitcoinScript: 'Null',
3502
3512
  NoPermissions: 'Null',
3513
+ LockHasActiveFissions: 'Null',
3514
+ InsufficientSatoshisForFissions: 'Null',
3515
+ FissionStateMismatch: 'Null',
3516
+ InsufficientSecuritizationForFissions: 'Null',
3503
3517
  HoldUnexpectedlyModified: 'Null',
3504
3518
  UnrecoverableHold: 'Null',
3505
3519
  VaultNotFound: 'Null',
@@ -3509,15 +3523,15 @@ export default {
3509
3523
  UnableToGenerateVaultBitcoinPubkey: 'Null',
3510
3524
  VaultNotYetActive: 'Null',
3511
3525
  ExpirationAtBlockOverflow: 'Null',
3512
- NoRatchetingAvailable: 'Null',
3526
+ NoResecuritizationChange: 'Null',
3513
3527
  LockInProcessOfRelease: 'Null',
3514
3528
  LockPendingFunding: 'Null',
3515
3529
  OverflowError: 'Null',
3516
- IneligibleMicrogonRateRequested: 'Null',
3530
+ IneligibleMicrogonsAtTargetPerBtcRequested: 'Null',
3531
+ MicrogonsAtTargetPerBtcTickOlderThanCurrent: 'Null',
3517
3532
  FeeCouponExpired: 'Null',
3518
3533
  InvalidFeeCouponSignature: 'Null',
3519
3534
  FeeCouponAlreadyUsed: 'Null',
3520
- FeeCouponOnlyForInitialization: 'Null',
3521
3535
  OrphanedUtxoFundingConflict: 'Null',
3522
3536
  OrphanedUtxoReleaseRequested: 'Null',
3523
3537
  FundingUtxoCannotBeReleased: 'Null',
@@ -3525,7 +3539,7 @@ export default {
3525
3539
  },
3526
3540
  },
3527
3541
  /**
3528
- * Lookup436: argon_primitives::vault::VaultError
3542
+ * Lookup433: argon_primitives::vault::VaultError
3529
3543
  **/
3530
3544
  ArgonPrimitivesVaultVaultError: {
3531
3545
  _enum: [
@@ -3545,7 +3559,7 @@ export default {
3545
3559
  ],
3546
3560
  },
3547
3561
  /**
3548
- * Lookup448: pallet_notaries::pallet::Error<T>
3562
+ * Lookup445: pallet_notaries::pallet::Error<T>
3549
3563
  **/
3550
3564
  PalletNotariesError: {
3551
3565
  _enum: [
@@ -3561,7 +3575,7 @@ export default {
3561
3575
  ],
3562
3576
  },
3563
3577
  /**
3564
- * Lookup452: argon_primitives::notary::NotaryNotebookKeyDetails
3578
+ * Lookup449: argon_primitives::notary::NotaryNotebookKeyDetails
3565
3579
  **/
3566
3580
  ArgonPrimitivesNotaryNotaryNotebookKeyDetails: {
3567
3581
  notebookNumber: 'Compact<u32>',
@@ -3571,7 +3585,7 @@ export default {
3571
3585
  parentSecret: 'Option<H256>',
3572
3586
  },
3573
3587
  /**
3574
- * Lookup455: pallet_notebook::pallet::Error<T>
3588
+ * Lookup452: pallet_notebook::pallet::Error<T>
3575
3589
  **/
3576
3590
  PalletNotebookError: {
3577
3591
  _enum: [
@@ -3593,7 +3607,7 @@ export default {
3593
3607
  ],
3594
3608
  },
3595
3609
  /**
3596
- * Lookup456: pallet_localchain_transfer::QueuedTransferOut<sp_core::crypto::AccountId32, Balance>
3610
+ * Lookup453: pallet_localchain_transfer::QueuedTransferOut<sp_core::crypto::AccountId32, Balance>
3597
3611
  **/
3598
3612
  PalletLocalchainTransferQueuedTransferOut: {
3599
3613
  accountId: 'AccountId32',
@@ -3602,11 +3616,11 @@ export default {
3602
3616
  notaryId: 'u32',
3603
3617
  },
3604
3618
  /**
3605
- * Lookup458: frame_support::PalletId
3619
+ * Lookup455: frame_support::PalletId
3606
3620
  **/
3607
3621
  FrameSupportPalletId: '[u8;8]',
3608
3622
  /**
3609
- * Lookup459: pallet_localchain_transfer::pallet::Error<T>
3623
+ * Lookup456: pallet_localchain_transfer::pallet::Error<T>
3610
3624
  **/
3611
3625
  PalletLocalchainTransferError: {
3612
3626
  _enum: [
@@ -3621,7 +3635,7 @@ export default {
3621
3635
  ],
3622
3636
  },
3623
3637
  /**
3624
- * Lookup463: argon_primitives::notary::NotaryNotebookVoteDigestDetails
3638
+ * Lookup460: argon_primitives::notary::NotaryNotebookVoteDigestDetails
3625
3639
  **/
3626
3640
  ArgonPrimitivesNotaryNotaryNotebookVoteDigestDetails: {
3627
3641
  notaryId: 'Compact<u32>',
@@ -3631,13 +3645,13 @@ export default {
3631
3645
  blockVotingPower: 'Compact<u128>',
3632
3646
  },
3633
3647
  /**
3634
- * Lookup468: pallet_block_seal_spec::pallet::Error<T>
3648
+ * Lookup465: pallet_block_seal_spec::pallet::Error<T>
3635
3649
  **/
3636
3650
  PalletBlockSealSpecError: {
3637
3651
  _enum: ['MaxNotebooksAtTickExceeded'],
3638
3652
  },
3639
3653
  /**
3640
- * Lookup470: pallet_domains::pallet::Error<T>
3654
+ * Lookup467: pallet_domains::pallet::Error<T>
3641
3655
  **/
3642
3656
  PalletDomainsError: {
3643
3657
  _enum: [
@@ -3649,7 +3663,7 @@ export default {
3649
3663
  ],
3650
3664
  },
3651
3665
  /**
3652
- * Lookup472: pallet_price_index::EthereumPriceFrameAccumulator
3666
+ * Lookup469: pallet_price_index::EthereumPriceFrameAccumulator
3653
3667
  **/
3654
3668
  PalletPriceIndexEthereumPriceFrameAccumulator: {
3655
3669
  totalUsdPrice: 'u128',
@@ -3657,7 +3671,7 @@ export default {
3657
3671
  sampleCount: 'Compact<u32>',
3658
3672
  },
3659
3673
  /**
3660
- * Lookup477: pallet_price_index::CpiMeasurementBucket
3674
+ * Lookup474: pallet_price_index::CpiMeasurementBucket
3661
3675
  **/
3662
3676
  PalletPriceIndexCpiMeasurementBucket: {
3663
3677
  tickRange: '(u64,u64)',
@@ -3665,7 +3679,7 @@ export default {
3665
3679
  measurementsCount: 'u32',
3666
3680
  },
3667
3681
  /**
3668
- * Lookup481: pallet_price_index::ArgonotAverageFrameAccumulator<Balance>
3682
+ * Lookup478: pallet_price_index::ArgonotAverageFrameAccumulator<Balance>
3669
3683
  **/
3670
3684
  PalletPriceIndexArgonotAverageFrameAccumulator: {
3671
3685
  frameId: 'Compact<u64>',
@@ -3673,7 +3687,7 @@ export default {
3673
3687
  sampleCount: 'Compact<u32>',
3674
3688
  },
3675
3689
  /**
3676
- * Lookup482: pallet_price_index::pallet::Error<T>
3690
+ * Lookup479: pallet_price_index::pallet::Error<T>
3677
3691
  **/
3678
3692
  PalletPriceIndexError: {
3679
3693
  _enum: [
@@ -3685,7 +3699,7 @@ export default {
3685
3699
  ],
3686
3700
  },
3687
3701
  /**
3688
- * Lookup483: pallet_grandpa::StoredState<N>
3702
+ * Lookup480: pallet_grandpa::StoredState<N>
3689
3703
  **/
3690
3704
  PalletGrandpaStoredState: {
3691
3705
  _enum: {
@@ -3702,7 +3716,7 @@ export default {
3702
3716
  },
3703
3717
  },
3704
3718
  /**
3705
- * Lookup484: pallet_grandpa::StoredPendingChange<N, Limit>
3719
+ * Lookup481: pallet_grandpa::StoredPendingChange<N, Limit>
3706
3720
  **/
3707
3721
  PalletGrandpaStoredPendingChange: {
3708
3722
  scheduledAt: 'u32',
@@ -3711,7 +3725,7 @@ export default {
3711
3725
  forced: 'Option<u32>',
3712
3726
  },
3713
3727
  /**
3714
- * Lookup486: pallet_grandpa::pallet::Error<T>
3728
+ * Lookup483: pallet_grandpa::pallet::Error<T>
3715
3729
  **/
3716
3730
  PalletGrandpaError: {
3717
3731
  _enum: [
@@ -3725,7 +3739,7 @@ export default {
3725
3739
  ],
3726
3740
  },
3727
3741
  /**
3728
- * Lookup487: argon_primitives::providers::BlockSealerInfo<sp_core::crypto::AccountId32, argon_primitives::block_seal::app::Public>
3742
+ * Lookup484: argon_primitives::providers::BlockSealerInfo<sp_core::crypto::AccountId32, argon_primitives::block_seal::app::Public>
3729
3743
  **/
3730
3744
  ArgonPrimitivesProvidersBlockSealerInfo: {
3731
3745
  blockAuthorAccountId: 'AccountId32',
@@ -3733,7 +3747,7 @@ export default {
3733
3747
  blockSealAuthority: 'Option<ArgonPrimitivesBlockSealAppPublic>',
3734
3748
  },
3735
3749
  /**
3736
- * Lookup489: pallet_block_seal::pallet::Error<T>
3750
+ * Lookup486: pallet_block_seal::pallet::Error<T>
3737
3751
  **/
3738
3752
  PalletBlockSealError: {
3739
3753
  _enum: [
@@ -3761,20 +3775,21 @@ export default {
3761
3775
  ],
3762
3776
  },
3763
3777
  /**
3764
- * Lookup493: pallet_block_rewards::pallet::Error<T>
3778
+ * Lookup490: pallet_block_rewards::pallet::Error<T>
3765
3779
  **/
3766
3780
  PalletBlockRewardsError: 'Null',
3767
3781
  /**
3768
- * Lookup494: pallet_mint::pallet::PendingMintUtxo<T>
3782
+ * Lookup491: pallet_mint::pallet::PendingMintUtxo<T>
3769
3783
  **/
3770
3784
  PalletMintPendingMintUtxo: {
3785
+ fissionId: 'Compact<u64>',
3771
3786
  utxoId: 'Compact<u64>',
3772
3787
  accountId: 'AccountId32',
3773
3788
  remainingAmount: 'Compact<u128>',
3774
3789
  maxAmountPerFrame: 'Compact<u128>',
3775
3790
  },
3776
3791
  /**
3777
- * Lookup496: pallet_mint::pallet::MintQueueCursor
3792
+ * Lookup493: pallet_mint::pallet::MintQueueCursor
3778
3793
  **/
3779
3794
  PalletMintMintQueueCursor: {
3780
3795
  payoutStartIndex: 'Compact<u64>',
@@ -3782,7 +3797,7 @@ export default {
3782
3797
  payoutCursorFrameId: 'Option<u64>',
3783
3798
  },
3784
3799
  /**
3785
- * Lookup499: pallet_mint::pallet::MintAction<B>
3800
+ * Lookup496: pallet_mint::pallet::MintAction<B>
3786
3801
  **/
3787
3802
  PalletMintMintAction: {
3788
3803
  argonBurned: 'u128',
@@ -3790,13 +3805,13 @@ export default {
3790
3805
  bitcoinMinted: 'u128',
3791
3806
  },
3792
3807
  /**
3793
- * Lookup501: pallet_mint::pallet::Error<T>
3808
+ * Lookup498: pallet_mint::pallet::Error<T>
3794
3809
  **/
3795
3810
  PalletMintError: {
3796
3811
  _enum: ['TooManyPendingMints'],
3797
3812
  },
3798
3813
  /**
3799
- * Lookup503: pallet_balances::types::BalanceLock<Balance>
3814
+ * Lookup500: pallet_balances::types::BalanceLock<Balance>
3800
3815
  **/
3801
3816
  PalletBalancesBalanceLock: {
3802
3817
  id: '[u8;8]',
@@ -3804,34 +3819,34 @@ export default {
3804
3819
  reasons: 'PalletBalancesReasons',
3805
3820
  },
3806
3821
  /**
3807
- * Lookup504: pallet_balances::types::Reasons
3822
+ * Lookup501: pallet_balances::types::Reasons
3808
3823
  **/
3809
3824
  PalletBalancesReasons: {
3810
3825
  _enum: ['Fee', 'Misc', 'All'],
3811
3826
  },
3812
3827
  /**
3813
- * Lookup507: pallet_balances::types::ReserveData<ReserveIdentifier, Balance>
3828
+ * Lookup504: pallet_balances::types::ReserveData<ReserveIdentifier, Balance>
3814
3829
  **/
3815
3830
  PalletBalancesReserveData: {
3816
3831
  id: '[u8;8]',
3817
3832
  amount: 'u128',
3818
3833
  },
3819
3834
  /**
3820
- * Lookup510: frame_support::traits::tokens::misc::IdAmount<argon_runtime::RuntimeHoldReason, Balance>
3835
+ * Lookup507: frame_support::traits::tokens::misc::IdAmount<argon_runtime::RuntimeHoldReason, Balance>
3821
3836
  **/
3822
3837
  FrameSupportTokensMiscIdAmountRuntimeHoldReason: {
3823
3838
  id: 'ArgonRuntimeRuntimeHoldReason',
3824
3839
  amount: 'u128',
3825
3840
  },
3826
3841
  /**
3827
- * Lookup513: frame_support::traits::tokens::misc::IdAmount<argon_runtime::RuntimeFreezeReason, Balance>
3842
+ * Lookup510: frame_support::traits::tokens::misc::IdAmount<argon_runtime::RuntimeFreezeReason, Balance>
3828
3843
  **/
3829
3844
  FrameSupportTokensMiscIdAmountRuntimeFreezeReason: {
3830
3845
  id: 'ArgonRuntimeRuntimeFreezeReason',
3831
3846
  amount: 'u128',
3832
3847
  },
3833
3848
  /**
3834
- * Lookup514: argon_runtime::RuntimeFreezeReason
3849
+ * Lookup511: argon_runtime::RuntimeFreezeReason
3835
3850
  **/
3836
3851
  ArgonRuntimeRuntimeFreezeReason: {
3837
3852
  _enum: {
@@ -3858,13 +3873,13 @@ export default {
3858
3873
  },
3859
3874
  },
3860
3875
  /**
3861
- * Lookup515: pallet_block_rewards::pallet::FreezeReason
3876
+ * Lookup512: pallet_block_rewards::pallet::FreezeReason
3862
3877
  **/
3863
3878
  PalletBlockRewardsFreezeReason: {
3864
3879
  _enum: ['MaturationPeriod'],
3865
3880
  },
3866
3881
  /**
3867
- * Lookup517: pallet_balances::pallet::Error<T, I>
3882
+ * Lookup514: pallet_balances::pallet::Error<T, I>
3868
3883
  **/
3869
3884
  PalletBalancesError: {
3870
3885
  _enum: [
@@ -3883,39 +3898,80 @@ export default {
3883
3898
  ],
3884
3899
  },
3885
3900
  /**
3886
- * Lookup519: pallet_tx_pause::pallet::Error<T>
3901
+ * Lookup516: pallet_tx_pause::pallet::Error<T>
3887
3902
  **/
3888
3903
  PalletTxPauseError: {
3889
3904
  _enum: ['IsPaused', 'IsUnpaused', 'Unpausable', 'NotFound'],
3890
3905
  },
3891
3906
  /**
3892
- * Lookup520: pallet_transaction_payment::Releases
3907
+ * Lookup517: pallet_transaction_payment::Releases
3893
3908
  **/
3894
3909
  PalletTransactionPaymentReleases: {
3895
3910
  _enum: ['V1Ancient', 'V2'],
3896
3911
  },
3897
3912
  /**
3898
- * Lookup521: frame_support::traits::storage::NoDrop<frame_support::traits::tokens::fungible::imbalance::Imbalance<B, OnDrop, OppositeOnDrop>>
3913
+ * Lookup518: frame_support::traits::storage::NoDrop<frame_support::traits::tokens::fungible::imbalance::Imbalance<B, OnDrop, OppositeOnDrop>>
3899
3914
  **/
3900
3915
  FrameSupportStorageNoDrop: 'FrameSupportTokensFungibleImbalance',
3901
3916
  /**
3902
- * Lookup522: frame_support::traits::tokens::fungible::imbalance::Imbalance<B, OnDrop, OppositeOnDrop>
3917
+ * Lookup519: frame_support::traits::tokens::fungible::imbalance::Imbalance<B, OnDrop, OppositeOnDrop>
3903
3918
  **/
3904
3919
  FrameSupportTokensFungibleImbalance: {
3905
3920
  amount: 'u128',
3906
3921
  },
3907
3922
  /**
3908
- * Lookup523: pallet_utility::pallet::Error<T>
3923
+ * Lookup520: pallet_utility::pallet::Error<T>
3909
3924
  **/
3910
3925
  PalletUtilityError: {
3911
3926
  _enum: ['TooManyCalls'],
3912
3927
  },
3913
3928
  /**
3914
- * Lookup524: pallet_sudo::pallet::Error<T>
3929
+ * Lookup521: pallet_sudo::pallet::Error<T>
3915
3930
  **/
3916
3931
  PalletSudoError: {
3917
3932
  _enum: ['RequireSudo'],
3918
3933
  },
3934
+ /**
3935
+ * Lookup522: pallet_bitcoin_fissions::pallet::Fission<T>
3936
+ **/
3937
+ PalletBitcoinFissionsFission: {
3938
+ liquidId: 'Compact<u64>',
3939
+ utxoId: 'Compact<u64>',
3940
+ satoshis: 'Compact<u64>',
3941
+ microgonsAtTargetPerBtc: 'Compact<u128>',
3942
+ liquidityPromised: 'Compact<u128>',
3943
+ createdAtArgonBlock: 'Compact<u32>',
3944
+ ratchetNumber: 'Compact<u32>',
3945
+ lastRatchetTick: 'Compact<u64>',
3946
+ lastUpdatedArgonBlock: 'Compact<u32>',
3947
+ },
3948
+ /**
3949
+ * Lookup524: pallet_bitcoin_fissions::pallet::Error<T>
3950
+ **/
3951
+ PalletBitcoinFissionsError: {
3952
+ _enum: [
3953
+ 'FissionIdBelowMinimum',
3954
+ 'FissionIdOverflow',
3955
+ 'FissionAlreadyExists',
3956
+ 'FissionNotFound',
3957
+ 'NoRatchetingAvailable',
3958
+ 'RatchetNumberOverflow',
3959
+ 'FissionHasNoSatoshis',
3960
+ 'TooManyFissionsForLock',
3961
+ 'LockNotFound',
3962
+ 'NoPermissions',
3963
+ 'LockNotFunded',
3964
+ 'LockReleasePending',
3965
+ 'InsufficientFundedSatoshis',
3966
+ 'InsufficientSecuritization',
3967
+ 'IneligibleMicrogonsAtTargetPerBtc',
3968
+ 'MicrogonsAtTargetPerBtcTickOlderThanCurrent',
3969
+ 'InsufficientFissionedSatoshis',
3970
+ 'NoBitcoinPricesAvailable',
3971
+ 'InsufficientFunds',
3972
+ 'Overflow',
3973
+ ],
3974
+ },
3919
3975
  /**
3920
3976
  * Lookup525: pallet_treasury::pallet::FrameVaultCapital<T>
3921
3977
  **/