@argonprotocol/mainchain 1.4.11-dev.825bb01a → 1.4.11-dev.f3bdc948
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.
- package/browser/index.d.ts +195 -225
- package/browser/index.js +9 -5
- package/browser/index.js.map +1 -1
- package/lib/index.cjs +9 -5
- package/lib/index.cjs.map +1 -1
- package/lib/index.d.cts +195 -225
- package/lib/index.d.ts +195 -225
- package/lib/index.js +9 -5
- package/lib/index.js.map +1 -1
- package/package.json +2 -2
- package/src/interfaces/augment-api-errors.ts +0 -20
- package/src/interfaces/lookup.ts +183 -193
- package/src/interfaces/types-lookup.ts +184 -199
package/src/interfaces/lookup.ts
CHANGED
|
@@ -2282,20 +2282,15 @@ export default {
|
|
|
2282
2282
|
microgonsAtTargetPerBtc: 'Option<u128>',
|
|
2283
2283
|
},
|
|
2284
2284
|
V2: {
|
|
2285
|
-
microgonsAtTargetPerBtc: '
|
|
2286
|
-
feeCoupon: '
|
|
2285
|
+
microgonsAtTargetPerBtc: 'Compact<u128>',
|
|
2286
|
+
feeCoupon: 'PalletBitcoinLocksFeeCoupon',
|
|
2287
2287
|
},
|
|
2288
2288
|
},
|
|
2289
2289
|
},
|
|
2290
2290
|
/**
|
|
2291
|
-
*
|
|
2291
|
+
* Lookup221: pallet_bitcoin_locks::pallet::FeeCoupon<T>
|
|
2292
2292
|
**/
|
|
2293
2293
|
PalletBitcoinLocksFeeCoupon: {
|
|
2294
|
-
vaultId: 'Compact<u32>',
|
|
2295
|
-
genesisHash: 'H256',
|
|
2296
|
-
beneficiary: 'AccountId32',
|
|
2297
|
-
requestedSatoshis: 'Compact<u64>',
|
|
2298
|
-
microgonsAtTargetPerBtc: 'Option<u128>',
|
|
2299
2294
|
feeDiscount: 'Compact<u128>',
|
|
2300
2295
|
securitizationSpaceToUnreserve: 'Compact<u128>',
|
|
2301
2296
|
expiresAtFrame: 'Compact<u64>',
|
|
@@ -2303,7 +2298,7 @@ export default {
|
|
|
2303
2298
|
signature: 'SpRuntimeMultiSignature',
|
|
2304
2299
|
},
|
|
2305
2300
|
/**
|
|
2306
|
-
*
|
|
2301
|
+
* Lookup222: sp_runtime::MultiSignature
|
|
2307
2302
|
**/
|
|
2308
2303
|
SpRuntimeMultiSignature: {
|
|
2309
2304
|
_enum: {
|
|
@@ -2314,7 +2309,7 @@ export default {
|
|
|
2314
2309
|
},
|
|
2315
2310
|
},
|
|
2316
2311
|
/**
|
|
2317
|
-
*
|
|
2312
|
+
* Lookup227: pallet_notaries::pallet::Call<T>
|
|
2318
2313
|
**/
|
|
2319
2314
|
PalletNotariesCall: {
|
|
2320
2315
|
_enum: {
|
|
@@ -2332,7 +2327,7 @@ export default {
|
|
|
2332
2327
|
},
|
|
2333
2328
|
},
|
|
2334
2329
|
/**
|
|
2335
|
-
*
|
|
2330
|
+
* Lookup228: pallet_notebook::pallet::Call<T>
|
|
2336
2331
|
**/
|
|
2337
2332
|
PalletNotebookCall: {
|
|
2338
2333
|
_enum: {
|
|
@@ -2345,14 +2340,14 @@ export default {
|
|
|
2345
2340
|
},
|
|
2346
2341
|
},
|
|
2347
2342
|
/**
|
|
2348
|
-
*
|
|
2343
|
+
* Lookup230: argon_primitives::notebook::SignedNotebookHeader
|
|
2349
2344
|
**/
|
|
2350
2345
|
ArgonPrimitivesNotebookSignedNotebookHeader: {
|
|
2351
2346
|
header: 'ArgonPrimitivesNotebookNotebookHeader',
|
|
2352
2347
|
signature: '[u8;64]',
|
|
2353
2348
|
},
|
|
2354
2349
|
/**
|
|
2355
|
-
*
|
|
2350
|
+
* Lookup231: argon_primitives::notebook::NotebookHeader
|
|
2356
2351
|
**/
|
|
2357
2352
|
ArgonPrimitivesNotebookNotebookHeader: {
|
|
2358
2353
|
version: 'Compact<u16>',
|
|
@@ -2372,7 +2367,7 @@ export default {
|
|
|
2372
2367
|
domains: 'Vec<(H256,AccountId32)>',
|
|
2373
2368
|
},
|
|
2374
2369
|
/**
|
|
2375
|
-
*
|
|
2370
|
+
* Lookup234: argon_primitives::notebook::ChainTransfer
|
|
2376
2371
|
**/
|
|
2377
2372
|
ArgonPrimitivesNotebookChainTransfer: {
|
|
2378
2373
|
_enum: {
|
|
@@ -2386,14 +2381,14 @@ export default {
|
|
|
2386
2381
|
},
|
|
2387
2382
|
},
|
|
2388
2383
|
/**
|
|
2389
|
-
*
|
|
2384
|
+
* Lookup237: argon_primitives::balance_change::AccountOrigin
|
|
2390
2385
|
**/
|
|
2391
2386
|
ArgonPrimitivesBalanceChangeAccountOrigin: {
|
|
2392
2387
|
notebookNumber: 'Compact<u32>',
|
|
2393
2388
|
accountUid: 'Compact<u32>',
|
|
2394
2389
|
},
|
|
2395
2390
|
/**
|
|
2396
|
-
*
|
|
2391
|
+
* Lookup243: pallet_localchain_transfer::pallet::Call<T>
|
|
2397
2392
|
**/
|
|
2398
2393
|
PalletLocalchainTransferCall: {
|
|
2399
2394
|
_enum: {
|
|
@@ -2404,7 +2399,7 @@ export default {
|
|
|
2404
2399
|
},
|
|
2405
2400
|
},
|
|
2406
2401
|
/**
|
|
2407
|
-
*
|
|
2402
|
+
* Lookup244: pallet_block_seal_spec::pallet::Call<T>
|
|
2408
2403
|
**/
|
|
2409
2404
|
PalletBlockSealSpecCall: {
|
|
2410
2405
|
_enum: {
|
|
@@ -2415,7 +2410,7 @@ export default {
|
|
|
2415
2410
|
},
|
|
2416
2411
|
},
|
|
2417
2412
|
/**
|
|
2418
|
-
*
|
|
2413
|
+
* Lookup245: pallet_domains::pallet::Call<T>
|
|
2419
2414
|
**/
|
|
2420
2415
|
PalletDomainsCall: {
|
|
2421
2416
|
_enum: {
|
|
@@ -2426,7 +2421,7 @@ export default {
|
|
|
2426
2421
|
},
|
|
2427
2422
|
},
|
|
2428
2423
|
/**
|
|
2429
|
-
*
|
|
2424
|
+
* Lookup246: pallet_price_index::pallet::Call<T>
|
|
2430
2425
|
**/
|
|
2431
2426
|
PalletPriceIndexCall: {
|
|
2432
2427
|
_enum: {
|
|
@@ -2440,7 +2435,7 @@ export default {
|
|
|
2440
2435
|
},
|
|
2441
2436
|
},
|
|
2442
2437
|
/**
|
|
2443
|
-
*
|
|
2438
|
+
* Lookup247: pallet_price_index::PriceIndex
|
|
2444
2439
|
**/
|
|
2445
2440
|
PalletPriceIndexPriceIndex: {
|
|
2446
2441
|
btcUsdPrice: 'Compact<u128>',
|
|
@@ -2451,7 +2446,7 @@ export default {
|
|
|
2451
2446
|
tick: 'Compact<u64>',
|
|
2452
2447
|
},
|
|
2453
2448
|
/**
|
|
2454
|
-
*
|
|
2449
|
+
* Lookup249: pallet_price_index::EthereumPriceIndex
|
|
2455
2450
|
**/
|
|
2456
2451
|
PalletPriceIndexEthereumPriceIndex: {
|
|
2457
2452
|
ethereumUsdPrice: 'u128',
|
|
@@ -2459,7 +2454,7 @@ export default {
|
|
|
2459
2454
|
tick: 'Compact<u64>',
|
|
2460
2455
|
},
|
|
2461
2456
|
/**
|
|
2462
|
-
*
|
|
2457
|
+
* Lookup250: pallet_grandpa::pallet::Call<T>
|
|
2463
2458
|
**/
|
|
2464
2459
|
PalletGrandpaCall: {
|
|
2465
2460
|
_enum: {
|
|
@@ -2478,14 +2473,14 @@ export default {
|
|
|
2478
2473
|
},
|
|
2479
2474
|
},
|
|
2480
2475
|
/**
|
|
2481
|
-
*
|
|
2476
|
+
* Lookup251: sp_consensus_grandpa::EquivocationProof<primitive_types::H256, N>
|
|
2482
2477
|
**/
|
|
2483
2478
|
SpConsensusGrandpaEquivocationProof: {
|
|
2484
2479
|
setId: 'u64',
|
|
2485
2480
|
equivocation: 'SpConsensusGrandpaEquivocation',
|
|
2486
2481
|
},
|
|
2487
2482
|
/**
|
|
2488
|
-
*
|
|
2483
|
+
* Lookup252: sp_consensus_grandpa::Equivocation<primitive_types::H256, N>
|
|
2489
2484
|
**/
|
|
2490
2485
|
SpConsensusGrandpaEquivocation: {
|
|
2491
2486
|
_enum: {
|
|
@@ -2494,7 +2489,7 @@ export default {
|
|
|
2494
2489
|
},
|
|
2495
2490
|
},
|
|
2496
2491
|
/**
|
|
2497
|
-
*
|
|
2492
|
+
* Lookup253: finality_grandpa::Equivocation<sp_consensus_grandpa::app::Public, finality_grandpa::Prevote<primitive_types::H256, N>, sp_consensus_grandpa::app::Signature>
|
|
2498
2493
|
**/
|
|
2499
2494
|
FinalityGrandpaEquivocationPrevote: {
|
|
2500
2495
|
roundNumber: 'u64',
|
|
@@ -2503,18 +2498,18 @@ export default {
|
|
|
2503
2498
|
second: '(FinalityGrandpaPrevote,SpConsensusGrandpaAppSignature)',
|
|
2504
2499
|
},
|
|
2505
2500
|
/**
|
|
2506
|
-
*
|
|
2501
|
+
* Lookup254: finality_grandpa::Prevote<primitive_types::H256, N>
|
|
2507
2502
|
**/
|
|
2508
2503
|
FinalityGrandpaPrevote: {
|
|
2509
2504
|
targetHash: 'H256',
|
|
2510
2505
|
targetNumber: 'u32',
|
|
2511
2506
|
},
|
|
2512
2507
|
/**
|
|
2513
|
-
*
|
|
2508
|
+
* Lookup255: sp_consensus_grandpa::app::Signature
|
|
2514
2509
|
**/
|
|
2515
2510
|
SpConsensusGrandpaAppSignature: '[u8;64]',
|
|
2516
2511
|
/**
|
|
2517
|
-
*
|
|
2512
|
+
* Lookup257: finality_grandpa::Equivocation<sp_consensus_grandpa::app::Public, finality_grandpa::Precommit<primitive_types::H256, N>, sp_consensus_grandpa::app::Signature>
|
|
2518
2513
|
**/
|
|
2519
2514
|
FinalityGrandpaEquivocationPrecommit: {
|
|
2520
2515
|
roundNumber: 'u64',
|
|
@@ -2523,18 +2518,18 @@ export default {
|
|
|
2523
2518
|
second: '(FinalityGrandpaPrecommit,SpConsensusGrandpaAppSignature)',
|
|
2524
2519
|
},
|
|
2525
2520
|
/**
|
|
2526
|
-
*
|
|
2521
|
+
* Lookup258: finality_grandpa::Precommit<primitive_types::H256, N>
|
|
2527
2522
|
**/
|
|
2528
2523
|
FinalityGrandpaPrecommit: {
|
|
2529
2524
|
targetHash: 'H256',
|
|
2530
2525
|
targetNumber: 'u32',
|
|
2531
2526
|
},
|
|
2532
2527
|
/**
|
|
2533
|
-
*
|
|
2528
|
+
* Lookup260: sp_core::Void
|
|
2534
2529
|
**/
|
|
2535
2530
|
SpCoreVoid: 'Null',
|
|
2536
2531
|
/**
|
|
2537
|
-
*
|
|
2532
|
+
* Lookup261: pallet_block_seal::pallet::Call<T>
|
|
2538
2533
|
**/
|
|
2539
2534
|
PalletBlockSealCall: {
|
|
2540
2535
|
_enum: {
|
|
@@ -2544,7 +2539,7 @@ export default {
|
|
|
2544
2539
|
},
|
|
2545
2540
|
},
|
|
2546
2541
|
/**
|
|
2547
|
-
*
|
|
2542
|
+
* Lookup262: argon_primitives::inherents::BlockSealInherent
|
|
2548
2543
|
**/
|
|
2549
2544
|
ArgonPrimitivesInherentsBlockSealInherent: {
|
|
2550
2545
|
_enum: {
|
|
@@ -2560,7 +2555,7 @@ export default {
|
|
|
2560
2555
|
},
|
|
2561
2556
|
},
|
|
2562
2557
|
/**
|
|
2563
|
-
*
|
|
2558
|
+
* Lookup263: argon_primitives::balance_change::MerkleProof
|
|
2564
2559
|
**/
|
|
2565
2560
|
ArgonPrimitivesBalanceChangeMerkleProof: {
|
|
2566
2561
|
proof: 'Vec<H256>',
|
|
@@ -2568,7 +2563,7 @@ export default {
|
|
|
2568
2563
|
leafIndex: 'Compact<u32>',
|
|
2569
2564
|
},
|
|
2570
2565
|
/**
|
|
2571
|
-
*
|
|
2566
|
+
* Lookup265: argon_primitives::block_vote::BlockVoteT<primitive_types::H256>
|
|
2572
2567
|
**/
|
|
2573
2568
|
ArgonPrimitivesBlockVoteBlockVoteT: {
|
|
2574
2569
|
accountId: 'AccountId32',
|
|
@@ -2580,7 +2575,7 @@ export default {
|
|
|
2580
2575
|
tick: 'Compact<u64>',
|
|
2581
2576
|
},
|
|
2582
2577
|
/**
|
|
2583
|
-
*
|
|
2578
|
+
* Lookup266: pallet_block_rewards::pallet::Call<T>
|
|
2584
2579
|
**/
|
|
2585
2580
|
PalletBlockRewardsCall: {
|
|
2586
2581
|
_enum: {
|
|
@@ -2593,11 +2588,11 @@ export default {
|
|
|
2593
2588
|
},
|
|
2594
2589
|
},
|
|
2595
2590
|
/**
|
|
2596
|
-
*
|
|
2591
|
+
* Lookup267: pallet_mint::pallet::Call<T>
|
|
2597
2592
|
**/
|
|
2598
2593
|
PalletMintCall: 'Null',
|
|
2599
2594
|
/**
|
|
2600
|
-
*
|
|
2595
|
+
* Lookup268: pallet_balances::pallet::Call<T, I>
|
|
2601
2596
|
**/
|
|
2602
2597
|
PalletBalancesCall: {
|
|
2603
2598
|
_enum: {
|
|
@@ -2642,13 +2637,13 @@ export default {
|
|
|
2642
2637
|
},
|
|
2643
2638
|
},
|
|
2644
2639
|
/**
|
|
2645
|
-
*
|
|
2640
|
+
* Lookup269: pallet_balances::types::AdjustmentDirection
|
|
2646
2641
|
**/
|
|
2647
2642
|
PalletBalancesAdjustmentDirection: {
|
|
2648
2643
|
_enum: ['Increase', 'Decrease'],
|
|
2649
2644
|
},
|
|
2650
2645
|
/**
|
|
2651
|
-
*
|
|
2646
|
+
* Lookup271: pallet_tx_pause::pallet::Call<T>
|
|
2652
2647
|
**/
|
|
2653
2648
|
PalletTxPauseCall: {
|
|
2654
2649
|
_enum: {
|
|
@@ -2661,7 +2656,7 @@ export default {
|
|
|
2661
2656
|
},
|
|
2662
2657
|
},
|
|
2663
2658
|
/**
|
|
2664
|
-
*
|
|
2659
|
+
* Lookup272: pallet_utility::pallet::Call<T>
|
|
2665
2660
|
**/
|
|
2666
2661
|
PalletUtilityCall: {
|
|
2667
2662
|
_enum: {
|
|
@@ -2697,7 +2692,7 @@ export default {
|
|
|
2697
2692
|
},
|
|
2698
2693
|
},
|
|
2699
2694
|
/**
|
|
2700
|
-
*
|
|
2695
|
+
* Lookup274: pallet_sudo::pallet::Call<T>
|
|
2701
2696
|
**/
|
|
2702
2697
|
PalletSudoCall: {
|
|
2703
2698
|
_enum: {
|
|
@@ -2722,7 +2717,7 @@ export default {
|
|
|
2722
2717
|
},
|
|
2723
2718
|
},
|
|
2724
2719
|
/**
|
|
2725
|
-
*
|
|
2720
|
+
* Lookup275: pallet_treasury::pallet::Call<T>
|
|
2726
2721
|
**/
|
|
2727
2722
|
PalletTreasuryCall: {
|
|
2728
2723
|
_enum: {
|
|
@@ -2752,7 +2747,7 @@ export default {
|
|
|
2752
2747
|
},
|
|
2753
2748
|
},
|
|
2754
2749
|
/**
|
|
2755
|
-
*
|
|
2750
|
+
* Lookup277: argon_primitives::vault::TreasuryBonusApprovalProof
|
|
2756
2751
|
**/
|
|
2757
2752
|
ArgonPrimitivesVaultTreasuryBonusApprovalProof: {
|
|
2758
2753
|
vaultId: 'Compact<u32>',
|
|
@@ -2764,7 +2759,7 @@ export default {
|
|
|
2764
2759
|
signature: 'SpRuntimeMultiSignature',
|
|
2765
2760
|
},
|
|
2766
2761
|
/**
|
|
2767
|
-
*
|
|
2762
|
+
* Lookup278: pallet_operational_accounts::pallet::Call<T>
|
|
2768
2763
|
**/
|
|
2769
2764
|
PalletOperationalAccountsCall: {
|
|
2770
2765
|
_enum: {
|
|
@@ -2791,7 +2786,7 @@ export default {
|
|
|
2791
2786
|
},
|
|
2792
2787
|
},
|
|
2793
2788
|
/**
|
|
2794
|
-
*
|
|
2789
|
+
* Lookup279: pallet_operational_accounts::pallet::Registration<T>
|
|
2795
2790
|
**/
|
|
2796
2791
|
PalletOperationalAccountsRegistration: {
|
|
2797
2792
|
_enum: {
|
|
@@ -2799,7 +2794,7 @@ export default {
|
|
|
2799
2794
|
},
|
|
2800
2795
|
},
|
|
2801
2796
|
/**
|
|
2802
|
-
*
|
|
2797
|
+
* Lookup280: pallet_operational_accounts::pallet::RegistrationV1<T>
|
|
2803
2798
|
**/
|
|
2804
2799
|
PalletOperationalAccountsRegistrationV1: {
|
|
2805
2800
|
operationalAccount: 'AccountId32',
|
|
@@ -2812,24 +2807,24 @@ export default {
|
|
|
2812
2807
|
accessProof: 'Option<PalletOperationalAccountsUpstreamAccessProof>',
|
|
2813
2808
|
},
|
|
2814
2809
|
/**
|
|
2815
|
-
*
|
|
2810
|
+
* Lookup281: pallet_operational_accounts::pallet::OpaqueEncryptionPubkey
|
|
2816
2811
|
**/
|
|
2817
2812
|
PalletOperationalAccountsOpaqueEncryptionPubkey: '[u8;32]',
|
|
2818
2813
|
/**
|
|
2819
|
-
*
|
|
2814
|
+
* Lookup282: pallet_operational_accounts::pallet::AccountOwnershipProof
|
|
2820
2815
|
**/
|
|
2821
2816
|
PalletOperationalAccountsAccountOwnershipProof: {
|
|
2822
2817
|
signature: 'SpRuntimeMultiSignature',
|
|
2823
2818
|
},
|
|
2824
2819
|
/**
|
|
2825
|
-
*
|
|
2820
|
+
* Lookup284: pallet_operational_accounts::pallet::UpstreamAccessProof<sp_core::crypto::AccountId32>
|
|
2826
2821
|
**/
|
|
2827
2822
|
PalletOperationalAccountsUpstreamAccessProof: {
|
|
2828
2823
|
upstreamAccount: 'AccountId32',
|
|
2829
2824
|
signature: 'SpRuntimeMultiSignature',
|
|
2830
2825
|
},
|
|
2831
2826
|
/**
|
|
2832
|
-
*
|
|
2827
|
+
* Lookup287: pallet_operational_accounts::pallet::OperationalProgressPatch<Balance>
|
|
2833
2828
|
**/
|
|
2834
2829
|
PalletOperationalAccountsOperationalProgressPatch: {
|
|
2835
2830
|
uniswapArgonTransfersInAmount: 'Option<u128>',
|
|
@@ -2840,7 +2835,7 @@ export default {
|
|
|
2840
2835
|
miningSeatCount: 'Option<u32>',
|
|
2841
2836
|
},
|
|
2842
2837
|
/**
|
|
2843
|
-
*
|
|
2838
|
+
* Lookup289: pallet_ethereum_verifier::pallet::Call<T>
|
|
2844
2839
|
**/
|
|
2845
2840
|
PalletEthereumVerifierCall: {
|
|
2846
2841
|
_enum: {
|
|
@@ -2862,7 +2857,7 @@ export default {
|
|
|
2862
2857
|
},
|
|
2863
2858
|
},
|
|
2864
2859
|
/**
|
|
2865
|
-
*
|
|
2860
|
+
* Lookup290: pallet_ethereum_verifier::types::CheckpointUpdate
|
|
2866
2861
|
**/
|
|
2867
2862
|
PalletEthereumVerifierCheckpointUpdate: {
|
|
2868
2863
|
header: 'SnowbridgeBeaconPrimitivesBeaconHeader',
|
|
@@ -2872,7 +2867,7 @@ export default {
|
|
|
2872
2867
|
executionHeaderProof: 'PalletEthereumVerifierExecutionHeaderProof',
|
|
2873
2868
|
},
|
|
2874
2869
|
/**
|
|
2875
|
-
*
|
|
2870
|
+
* Lookup291: snowbridge_beacon_primitives::types::BeaconHeader
|
|
2876
2871
|
**/
|
|
2877
2872
|
SnowbridgeBeaconPrimitivesBeaconHeader: {
|
|
2878
2873
|
slot: 'u64',
|
|
@@ -2882,25 +2877,25 @@ export default {
|
|
|
2882
2877
|
bodyRoot: 'H256',
|
|
2883
2878
|
},
|
|
2884
2879
|
/**
|
|
2885
|
-
*
|
|
2880
|
+
* Lookup292: pallet_ethereum_verifier::types::SyncCommittee
|
|
2886
2881
|
**/
|
|
2887
2882
|
PalletEthereumVerifierSyncCommittee: {
|
|
2888
2883
|
pubkeys: 'Vec<SnowbridgeBeaconPrimitivesPublicKey>',
|
|
2889
2884
|
aggregatePubkey: 'SnowbridgeBeaconPrimitivesPublicKey',
|
|
2890
2885
|
},
|
|
2891
2886
|
/**
|
|
2892
|
-
*
|
|
2887
|
+
* Lookup294: snowbridge_beacon_primitives::types::PublicKey
|
|
2893
2888
|
**/
|
|
2894
2889
|
SnowbridgeBeaconPrimitivesPublicKey: '[u8;48]',
|
|
2895
2890
|
/**
|
|
2896
|
-
*
|
|
2891
|
+
* Lookup298: pallet_ethereum_verifier::types::ExecutionHeaderProof
|
|
2897
2892
|
**/
|
|
2898
2893
|
PalletEthereumVerifierExecutionHeaderProof: {
|
|
2899
2894
|
executionHeader: 'SnowbridgeBeaconPrimitivesVersionedExecutionPayloadHeader',
|
|
2900
2895
|
executionBranch: 'Vec<H256>',
|
|
2901
2896
|
},
|
|
2902
2897
|
/**
|
|
2903
|
-
*
|
|
2898
|
+
* Lookup299: snowbridge_beacon_primitives::types::VersionedExecutionPayloadHeader
|
|
2904
2899
|
**/
|
|
2905
2900
|
SnowbridgeBeaconPrimitivesVersionedExecutionPayloadHeader: {
|
|
2906
2901
|
_enum: {
|
|
@@ -2909,7 +2904,7 @@ export default {
|
|
|
2909
2904
|
},
|
|
2910
2905
|
},
|
|
2911
2906
|
/**
|
|
2912
|
-
*
|
|
2907
|
+
* Lookup300: snowbridge_beacon_primitives::types::ExecutionPayloadHeader
|
|
2913
2908
|
**/
|
|
2914
2909
|
SnowbridgeBeaconPrimitivesExecutionPayloadHeader: {
|
|
2915
2910
|
parentHash: 'H256',
|
|
@@ -2929,7 +2924,7 @@ export default {
|
|
|
2929
2924
|
withdrawalsRoot: 'H256',
|
|
2930
2925
|
},
|
|
2931
2926
|
/**
|
|
2932
|
-
*
|
|
2927
|
+
* Lookup301: snowbridge_beacon_primitives::types::deneb::ExecutionPayloadHeader
|
|
2933
2928
|
**/
|
|
2934
2929
|
SnowbridgeBeaconPrimitivesDenebExecutionPayloadHeader: {
|
|
2935
2930
|
parentHash: 'H256',
|
|
@@ -2951,7 +2946,7 @@ export default {
|
|
|
2951
2946
|
excessBlobGas: 'u64',
|
|
2952
2947
|
},
|
|
2953
2948
|
/**
|
|
2954
|
-
*
|
|
2949
|
+
* Lookup302: pallet_ethereum_verifier::types::ForkVersions
|
|
2955
2950
|
**/
|
|
2956
2951
|
PalletEthereumVerifierForkVersions: {
|
|
2957
2952
|
genesis: 'PalletEthereumVerifierFork',
|
|
@@ -2963,14 +2958,14 @@ export default {
|
|
|
2963
2958
|
fulu: 'PalletEthereumVerifierFork',
|
|
2964
2959
|
},
|
|
2965
2960
|
/**
|
|
2966
|
-
*
|
|
2961
|
+
* Lookup303: pallet_ethereum_verifier::types::Fork
|
|
2967
2962
|
**/
|
|
2968
2963
|
PalletEthereumVerifierFork: {
|
|
2969
2964
|
version: '[u8;4]',
|
|
2970
2965
|
epoch: 'Compact<u64>',
|
|
2971
2966
|
},
|
|
2972
2967
|
/**
|
|
2973
|
-
*
|
|
2968
|
+
* Lookup304: pallet_ethereum_verifier::types::Update
|
|
2974
2969
|
**/
|
|
2975
2970
|
PalletEthereumVerifierUpdate: {
|
|
2976
2971
|
attestedHeader: 'SnowbridgeBeaconPrimitivesBeaconHeader',
|
|
@@ -2982,25 +2977,25 @@ export default {
|
|
|
2982
2977
|
executionHeaderProof: 'PalletEthereumVerifierExecutionHeaderProof',
|
|
2983
2978
|
},
|
|
2984
2979
|
/**
|
|
2985
|
-
*
|
|
2980
|
+
* Lookup305: pallet_ethereum_verifier::types::SyncAggregate
|
|
2986
2981
|
**/
|
|
2987
2982
|
PalletEthereumVerifierSyncAggregate: {
|
|
2988
2983
|
syncCommitteeBits: 'Bytes',
|
|
2989
2984
|
syncCommitteeSignature: 'SnowbridgeBeaconPrimitivesSignature',
|
|
2990
2985
|
},
|
|
2991
2986
|
/**
|
|
2992
|
-
*
|
|
2987
|
+
* Lookup307: snowbridge_beacon_primitives::types::Signature
|
|
2993
2988
|
**/
|
|
2994
2989
|
SnowbridgeBeaconPrimitivesSignature: '[u8;96]',
|
|
2995
2990
|
/**
|
|
2996
|
-
*
|
|
2991
|
+
* Lookup310: pallet_ethereum_verifier::types::NextSyncCommitteeUpdate
|
|
2997
2992
|
**/
|
|
2998
2993
|
PalletEthereumVerifierNextSyncCommitteeUpdate: {
|
|
2999
2994
|
nextSyncCommittee: 'PalletEthereumVerifierSyncCommittee',
|
|
3000
2995
|
nextSyncCommitteeBranch: 'Vec<H256>',
|
|
3001
2996
|
},
|
|
3002
2997
|
/**
|
|
3003
|
-
*
|
|
2998
|
+
* Lookup311: pallet_crosschain_transfer::pallet::Call<T>
|
|
3004
2999
|
**/
|
|
3005
3000
|
PalletCrosschainTransferCall: {
|
|
3006
3001
|
_enum: {
|
|
@@ -3066,7 +3061,7 @@ export default {
|
|
|
3066
3061
|
},
|
|
3067
3062
|
},
|
|
3068
3063
|
/**
|
|
3069
|
-
*
|
|
3064
|
+
* Lookup312: pallet_crosschain_transfer::pallet::ChainConfig
|
|
3070
3065
|
**/
|
|
3071
3066
|
PalletCrosschainTransferChainConfig: {
|
|
3072
3067
|
_enum: {
|
|
@@ -3079,7 +3074,7 @@ export default {
|
|
|
3079
3074
|
},
|
|
3080
3075
|
},
|
|
3081
3076
|
/**
|
|
3082
|
-
*
|
|
3077
|
+
* Lookup314: pallet_crosschain_transfer::pallet::MintingAuthorityActivationRepaymentPricing<T>
|
|
3083
3078
|
**/
|
|
3084
3079
|
PalletCrosschainTransferMintingAuthorityActivationRepaymentPricing: {
|
|
3085
3080
|
activationGasCost: 'Compact<u128>',
|
|
@@ -3088,27 +3083,27 @@ export default {
|
|
|
3088
3083
|
estimatedMicrogonsPerEth: 'u128',
|
|
3089
3084
|
},
|
|
3090
3085
|
/**
|
|
3091
|
-
*
|
|
3086
|
+
* Lookup317: argon_primitives::ethereum::EthereumReceiptLogProofBatch<MaxProofBlocks, MaxReceiptLogs>
|
|
3092
3087
|
**/
|
|
3093
3088
|
ArgonPrimitivesEthereumEthereumReceiptLogProofBatch: {
|
|
3094
3089
|
executionBlockProof: 'ArgonPrimitivesEthereumEthereumExecutionBlockProof',
|
|
3095
3090
|
blocks: 'Vec<ArgonPrimitivesEthereumEthereumReceiptLogProofBlock>',
|
|
3096
3091
|
},
|
|
3097
3092
|
/**
|
|
3098
|
-
*
|
|
3093
|
+
* Lookup318: argon_primitives::ethereum::EthereumExecutionBlockProof
|
|
3099
3094
|
**/
|
|
3100
3095
|
ArgonPrimitivesEthereumEthereumExecutionBlockProof: {
|
|
3101
3096
|
anchorBlockHash: 'H256',
|
|
3102
3097
|
targetToAnchorHeaderChain: 'Vec<ArgonPrimitivesEthereumEthereumExecutionHeader>',
|
|
3103
3098
|
},
|
|
3104
3099
|
/**
|
|
3105
|
-
*
|
|
3100
|
+
* Lookup320: argon_primitives::ethereum::EthereumExecutionHeader
|
|
3106
3101
|
**/
|
|
3107
3102
|
ArgonPrimitivesEthereumEthereumExecutionHeader: {
|
|
3108
3103
|
rlp: 'Bytes',
|
|
3109
3104
|
},
|
|
3110
3105
|
/**
|
|
3111
|
-
*
|
|
3106
|
+
* Lookup324: argon_primitives::ethereum::EthereumReceiptLogProofBlock<MaxReceiptLogs>
|
|
3112
3107
|
**/
|
|
3113
3108
|
ArgonPrimitivesEthereumEthereumReceiptLogProofBlock: {
|
|
3114
3109
|
targetBlockNumber: 'Compact<u64>',
|
|
@@ -3116,28 +3111,28 @@ export default {
|
|
|
3116
3111
|
receiptLogs: 'Vec<ArgonPrimitivesEthereumEthereumReceiptLog>',
|
|
3117
3112
|
},
|
|
3118
3113
|
/**
|
|
3119
|
-
*
|
|
3114
|
+
* Lookup325: argon_primitives::ethereum::EthereumCombinedReceiptProof
|
|
3120
3115
|
**/
|
|
3121
3116
|
ArgonPrimitivesEthereumEthereumCombinedReceiptProof: {
|
|
3122
3117
|
nodes: 'Vec<Bytes>',
|
|
3123
3118
|
receipts: 'Vec<ArgonPrimitivesEthereumEthereumReceiptProofReceipt>',
|
|
3124
3119
|
},
|
|
3125
3120
|
/**
|
|
3126
|
-
*
|
|
3121
|
+
* Lookup329: argon_primitives::ethereum::EthereumReceiptProofReceipt
|
|
3127
3122
|
**/
|
|
3128
3123
|
ArgonPrimitivesEthereumEthereumReceiptProofReceipt: {
|
|
3129
3124
|
transactionIndex: 'Compact<u64>',
|
|
3130
3125
|
nodeIndexes: 'Vec<u16>',
|
|
3131
3126
|
},
|
|
3132
3127
|
/**
|
|
3133
|
-
*
|
|
3128
|
+
* Lookup334: argon_primitives::ethereum::EthereumReceiptLog
|
|
3134
3129
|
**/
|
|
3135
3130
|
ArgonPrimitivesEthereumEthereumReceiptLog: {
|
|
3136
3131
|
transactionIndex: 'Compact<u64>',
|
|
3137
3132
|
eventLog: 'ArgonPrimitivesEthereumEthereumLog',
|
|
3138
3133
|
},
|
|
3139
3134
|
/**
|
|
3140
|
-
*
|
|
3135
|
+
* Lookup335: argon_primitives::ethereum::EthereumLog
|
|
3141
3136
|
**/
|
|
3142
3137
|
ArgonPrimitivesEthereumEthereumLog: {
|
|
3143
3138
|
address: 'H160',
|
|
@@ -3145,7 +3140,7 @@ export default {
|
|
|
3145
3140
|
data: 'Bytes',
|
|
3146
3141
|
},
|
|
3147
3142
|
/**
|
|
3148
|
-
*
|
|
3143
|
+
* Lookup340: pallet_bootstrap::pallet::Call<T>
|
|
3149
3144
|
**/
|
|
3150
3145
|
PalletBootstrapCall: {
|
|
3151
3146
|
_enum: {
|
|
@@ -3161,13 +3156,13 @@ export default {
|
|
|
3161
3156
|
},
|
|
3162
3157
|
},
|
|
3163
3158
|
/**
|
|
3164
|
-
*
|
|
3159
|
+
* Lookup341: pallet_bootstrap::pallet::RecoveryProof
|
|
3165
3160
|
**/
|
|
3166
3161
|
PalletBootstrapRecoveryProof: {
|
|
3167
3162
|
signature: '[u8;64]',
|
|
3168
3163
|
},
|
|
3169
3164
|
/**
|
|
3170
|
-
*
|
|
3165
|
+
* Lookup343: pallet_multisig::pallet::Error<T>
|
|
3171
3166
|
**/
|
|
3172
3167
|
PalletMultisigError: {
|
|
3173
3168
|
_enum: [
|
|
@@ -3188,7 +3183,7 @@ export default {
|
|
|
3188
3183
|
],
|
|
3189
3184
|
},
|
|
3190
3185
|
/**
|
|
3191
|
-
*
|
|
3186
|
+
* Lookup346: pallet_proxy::ProxyDefinition<sp_core::crypto::AccountId32, argon_runtime::ProxyType, BlockNumber>
|
|
3192
3187
|
**/
|
|
3193
3188
|
PalletProxyProxyDefinition: {
|
|
3194
3189
|
delegate: 'AccountId32',
|
|
@@ -3196,7 +3191,7 @@ export default {
|
|
|
3196
3191
|
delay: 'u32',
|
|
3197
3192
|
},
|
|
3198
3193
|
/**
|
|
3199
|
-
*
|
|
3194
|
+
* Lookup350: pallet_proxy::Announcement<sp_core::crypto::AccountId32, primitive_types::H256, BlockNumber>
|
|
3200
3195
|
**/
|
|
3201
3196
|
PalletProxyAnnouncement: {
|
|
3202
3197
|
real: 'AccountId32',
|
|
@@ -3204,7 +3199,7 @@ export default {
|
|
|
3204
3199
|
height: 'u32',
|
|
3205
3200
|
},
|
|
3206
3201
|
/**
|
|
3207
|
-
*
|
|
3202
|
+
* Lookup352: pallet_proxy::pallet::Error<T>
|
|
3208
3203
|
**/
|
|
3209
3204
|
PalletProxyError: {
|
|
3210
3205
|
_enum: [
|
|
@@ -3219,18 +3214,18 @@ export default {
|
|
|
3219
3214
|
],
|
|
3220
3215
|
},
|
|
3221
3216
|
/**
|
|
3222
|
-
*
|
|
3217
|
+
* Lookup353: argon_primitives::tick::Ticker
|
|
3223
3218
|
**/
|
|
3224
3219
|
ArgonPrimitivesTickTicker: {
|
|
3225
3220
|
tickDurationMillis: 'Compact<u64>',
|
|
3226
3221
|
channelHoldExpirationTicks: 'Compact<u64>',
|
|
3227
3222
|
},
|
|
3228
3223
|
/**
|
|
3229
|
-
*
|
|
3224
|
+
* Lookup355: pallet_ticks::pallet::Error<T>
|
|
3230
3225
|
**/
|
|
3231
3226
|
PalletTicksError: 'Null',
|
|
3232
3227
|
/**
|
|
3233
|
-
*
|
|
3228
|
+
* Lookup358: pallet_mining_slot::MinerNonceScoring<T>
|
|
3234
3229
|
**/
|
|
3235
3230
|
PalletMiningSlotMinerNonceScoring: {
|
|
3236
3231
|
nonce: 'U256',
|
|
@@ -3239,7 +3234,7 @@ export default {
|
|
|
3239
3234
|
frameStartBlocksWonSurplus: 'i16',
|
|
3240
3235
|
},
|
|
3241
3236
|
/**
|
|
3242
|
-
*
|
|
3237
|
+
* Lookup370: argon_primitives::block_seal::MiningBidStats
|
|
3243
3238
|
**/
|
|
3244
3239
|
ArgonPrimitivesBlockSealMiningBidStats: {
|
|
3245
3240
|
bidsCount: 'u32',
|
|
@@ -3248,7 +3243,7 @@ export default {
|
|
|
3248
3243
|
bidAmountSum: 'u128',
|
|
3249
3244
|
},
|
|
3250
3245
|
/**
|
|
3251
|
-
*
|
|
3246
|
+
* Lookup374: argon_primitives::block_seal::MiningSlotConfig
|
|
3252
3247
|
**/
|
|
3253
3248
|
ArgonPrimitivesBlockSealMiningSlotConfig: {
|
|
3254
3249
|
ticksBeforeBidEndForVrfClose: 'Compact<u64>',
|
|
@@ -3256,7 +3251,7 @@ export default {
|
|
|
3256
3251
|
slotBiddingStartAfterTicks: 'Compact<u64>',
|
|
3257
3252
|
},
|
|
3258
3253
|
/**
|
|
3259
|
-
*
|
|
3254
|
+
* Lookup384: pallet_mining_slot::pallet::Error<T>
|
|
3260
3255
|
**/
|
|
3261
3256
|
PalletMiningSlotError: {
|
|
3262
3257
|
_enum: [
|
|
@@ -3274,7 +3269,7 @@ export default {
|
|
|
3274
3269
|
],
|
|
3275
3270
|
},
|
|
3276
3271
|
/**
|
|
3277
|
-
*
|
|
3272
|
+
* Lookup385: argon_primitives::bitcoin::UtxoValue
|
|
3278
3273
|
**/
|
|
3279
3274
|
ArgonPrimitivesBitcoinUtxoValue: {
|
|
3280
3275
|
utxoId: 'u64',
|
|
@@ -3284,7 +3279,7 @@ export default {
|
|
|
3284
3279
|
watchForSpentUntilHeight: 'Compact<u64>',
|
|
3285
3280
|
},
|
|
3286
3281
|
/**
|
|
3287
|
-
*
|
|
3282
|
+
* Lookup386: argon_primitives::bitcoin::BitcoinCosignScriptPubkey
|
|
3288
3283
|
**/
|
|
3289
3284
|
ArgonPrimitivesBitcoinBitcoinCosignScriptPubkey: {
|
|
3290
3285
|
_enum: {
|
|
@@ -3294,13 +3289,13 @@ export default {
|
|
|
3294
3289
|
},
|
|
3295
3290
|
},
|
|
3296
3291
|
/**
|
|
3297
|
-
*
|
|
3292
|
+
* Lookup395: argon_primitives::bitcoin::BitcoinNetwork
|
|
3298
3293
|
**/
|
|
3299
3294
|
ArgonPrimitivesBitcoinBitcoinNetwork: {
|
|
3300
3295
|
_enum: ['Bitcoin', 'Testnet', 'Signet', 'Regtest'],
|
|
3301
3296
|
},
|
|
3302
3297
|
/**
|
|
3303
|
-
*
|
|
3298
|
+
* Lookup396: pallet_bitcoin_utxos::pallet::Error<T>
|
|
3304
3299
|
**/
|
|
3305
3300
|
PalletBitcoinUtxosError: {
|
|
3306
3301
|
_enum: [
|
|
@@ -3322,7 +3317,7 @@ export default {
|
|
|
3322
3317
|
],
|
|
3323
3318
|
},
|
|
3324
3319
|
/**
|
|
3325
|
-
*
|
|
3320
|
+
* Lookup397: argon_primitives::vault::Vault<sp_core::crypto::AccountId32, Balance>
|
|
3326
3321
|
**/
|
|
3327
3322
|
ArgonPrimitivesVault: {
|
|
3328
3323
|
operatorAccountId: 'AccountId32',
|
|
@@ -3345,14 +3340,14 @@ export default {
|
|
|
3345
3340
|
operationalMinimumReleaseTick: 'Option<u64>',
|
|
3346
3341
|
},
|
|
3347
3342
|
/**
|
|
3348
|
-
*
|
|
3343
|
+
* Lookup404: argon_primitives::vault::VaultArgonotCommitment<Balance>
|
|
3349
3344
|
**/
|
|
3350
3345
|
ArgonPrimitivesVaultVaultArgonotCommitment: {
|
|
3351
3346
|
committedMicronots: 'Compact<u128>',
|
|
3352
3347
|
encumberedMicronots: 'Compact<u128>',
|
|
3353
3348
|
},
|
|
3354
3349
|
/**
|
|
3355
|
-
*
|
|
3350
|
+
* Lookup406: argon_primitives::bitcoin::BitcoinXPub
|
|
3356
3351
|
**/
|
|
3357
3352
|
ArgonPrimitivesBitcoinBitcoinXPub: {
|
|
3358
3353
|
publicKey: 'ArgonPrimitivesBitcoinCompressedBitcoinPubkey',
|
|
@@ -3363,13 +3358,13 @@ export default {
|
|
|
3363
3358
|
network: 'ArgonPrimitivesBitcoinNetworkKind',
|
|
3364
3359
|
},
|
|
3365
3360
|
/**
|
|
3366
|
-
*
|
|
3361
|
+
* Lookup408: argon_primitives::bitcoin::NetworkKind
|
|
3367
3362
|
**/
|
|
3368
3363
|
ArgonPrimitivesBitcoinNetworkKind: {
|
|
3369
3364
|
_enum: ['Main', 'Test'],
|
|
3370
3365
|
},
|
|
3371
3366
|
/**
|
|
3372
|
-
*
|
|
3367
|
+
* Lookup417: pallet_vaults::pallet::VaultFrameRevenue<T>
|
|
3373
3368
|
**/
|
|
3374
3369
|
PalletVaultsVaultFrameRevenue: {
|
|
3375
3370
|
frameId: 'Compact<u64>',
|
|
@@ -3390,7 +3385,7 @@ export default {
|
|
|
3390
3385
|
uncollectedRevenue: 'Compact<u128>',
|
|
3391
3386
|
},
|
|
3392
3387
|
/**
|
|
3393
|
-
*
|
|
3388
|
+
* Lookup419: pallet_vaults::pallet::Error<T>
|
|
3394
3389
|
**/
|
|
3395
3390
|
PalletVaultsError: {
|
|
3396
3391
|
_enum: [
|
|
@@ -3429,7 +3424,7 @@ export default {
|
|
|
3429
3424
|
],
|
|
3430
3425
|
},
|
|
3431
3426
|
/**
|
|
3432
|
-
*
|
|
3427
|
+
* Lookup420: pallet_bitcoin_locks::pallet::LockedBitcoin<T>
|
|
3433
3428
|
**/
|
|
3434
3429
|
PalletBitcoinLocksLockedBitcoin: {
|
|
3435
3430
|
vaultId: 'Compact<u32>',
|
|
@@ -3455,7 +3450,7 @@ export default {
|
|
|
3455
3450
|
createdAtArgonBlock: 'Compact<u32>',
|
|
3456
3451
|
},
|
|
3457
3452
|
/**
|
|
3458
|
-
*
|
|
3453
|
+
* Lookup424: pallet_bitcoin_locks::pallet::LockReleaseRequest<Balance>
|
|
3459
3454
|
**/
|
|
3460
3455
|
PalletBitcoinLocksLockReleaseRequest: {
|
|
3461
3456
|
utxoId: 'Compact<u64>',
|
|
@@ -3466,7 +3461,7 @@ export default {
|
|
|
3466
3461
|
redemptionAmount: 'Compact<u128>',
|
|
3467
3462
|
},
|
|
3468
3463
|
/**
|
|
3469
|
-
*
|
|
3464
|
+
* Lookup426: pallet_bitcoin_locks::pallet::OrphanedUtxo<BlockNumber>
|
|
3470
3465
|
**/
|
|
3471
3466
|
PalletBitcoinLocksOrphanedUtxo: {
|
|
3472
3467
|
utxoId: 'Compact<u64>',
|
|
@@ -3476,7 +3471,7 @@ export default {
|
|
|
3476
3471
|
cosignRequest: 'Option<PalletBitcoinLocksOrphanedUtxoCosignRequest>',
|
|
3477
3472
|
},
|
|
3478
3473
|
/**
|
|
3479
|
-
*
|
|
3474
|
+
* Lookup428: pallet_bitcoin_locks::pallet::OrphanedUtxoCosignRequest<BlockNumber>
|
|
3480
3475
|
**/
|
|
3481
3476
|
PalletBitcoinLocksOrphanedUtxoCosignRequest: {
|
|
3482
3477
|
bitcoinNetworkFee: 'u64',
|
|
@@ -3484,7 +3479,7 @@ export default {
|
|
|
3484
3479
|
createdAtArgonBlockNumber: 'u32',
|
|
3485
3480
|
},
|
|
3486
3481
|
/**
|
|
3487
|
-
*
|
|
3482
|
+
* Lookup435: pallet_bitcoin_locks::pallet::Error<T>
|
|
3488
3483
|
**/
|
|
3489
3484
|
PalletBitcoinLocksError: {
|
|
3490
3485
|
_enum: {
|
|
@@ -3519,9 +3514,6 @@ export default {
|
|
|
3519
3514
|
LockPendingFunding: 'Null',
|
|
3520
3515
|
OverflowError: 'Null',
|
|
3521
3516
|
IneligibleMicrogonRateRequested: 'Null',
|
|
3522
|
-
FeeCouponWrongVault: 'Null',
|
|
3523
|
-
FeeCouponWrongChain: 'Null',
|
|
3524
|
-
FeeCouponWrongAccount: 'Null',
|
|
3525
3517
|
FeeCouponExpired: 'Null',
|
|
3526
3518
|
InvalidFeeCouponSignature: 'Null',
|
|
3527
3519
|
FeeCouponAlreadyUsed: 'Null',
|
|
@@ -3530,12 +3522,10 @@ export default {
|
|
|
3530
3522
|
OrphanedUtxoReleaseRequested: 'Null',
|
|
3531
3523
|
FundingUtxoCannotBeReleased: 'Null',
|
|
3532
3524
|
MaxOrphanedUtxoReleaseRequestsExceeded: 'Null',
|
|
3533
|
-
FeeCouponWrongSatoshis: 'Null',
|
|
3534
|
-
FeeCouponWrongTargetPrice: 'Null',
|
|
3535
3525
|
},
|
|
3536
3526
|
},
|
|
3537
3527
|
/**
|
|
3538
|
-
*
|
|
3528
|
+
* Lookup436: argon_primitives::vault::VaultError
|
|
3539
3529
|
**/
|
|
3540
3530
|
ArgonPrimitivesVaultVaultError: {
|
|
3541
3531
|
_enum: [
|
|
@@ -3555,7 +3545,7 @@ export default {
|
|
|
3555
3545
|
],
|
|
3556
3546
|
},
|
|
3557
3547
|
/**
|
|
3558
|
-
*
|
|
3548
|
+
* Lookup448: pallet_notaries::pallet::Error<T>
|
|
3559
3549
|
**/
|
|
3560
3550
|
PalletNotariesError: {
|
|
3561
3551
|
_enum: [
|
|
@@ -3571,7 +3561,7 @@ export default {
|
|
|
3571
3561
|
],
|
|
3572
3562
|
},
|
|
3573
3563
|
/**
|
|
3574
|
-
*
|
|
3564
|
+
* Lookup452: argon_primitives::notary::NotaryNotebookKeyDetails
|
|
3575
3565
|
**/
|
|
3576
3566
|
ArgonPrimitivesNotaryNotaryNotebookKeyDetails: {
|
|
3577
3567
|
notebookNumber: 'Compact<u32>',
|
|
@@ -3581,7 +3571,7 @@ export default {
|
|
|
3581
3571
|
parentSecret: 'Option<H256>',
|
|
3582
3572
|
},
|
|
3583
3573
|
/**
|
|
3584
|
-
*
|
|
3574
|
+
* Lookup455: pallet_notebook::pallet::Error<T>
|
|
3585
3575
|
**/
|
|
3586
3576
|
PalletNotebookError: {
|
|
3587
3577
|
_enum: [
|
|
@@ -3603,7 +3593,7 @@ export default {
|
|
|
3603
3593
|
],
|
|
3604
3594
|
},
|
|
3605
3595
|
/**
|
|
3606
|
-
*
|
|
3596
|
+
* Lookup456: pallet_localchain_transfer::QueuedTransferOut<sp_core::crypto::AccountId32, Balance>
|
|
3607
3597
|
**/
|
|
3608
3598
|
PalletLocalchainTransferQueuedTransferOut: {
|
|
3609
3599
|
accountId: 'AccountId32',
|
|
@@ -3612,11 +3602,11 @@ export default {
|
|
|
3612
3602
|
notaryId: 'u32',
|
|
3613
3603
|
},
|
|
3614
3604
|
/**
|
|
3615
|
-
*
|
|
3605
|
+
* Lookup458: frame_support::PalletId
|
|
3616
3606
|
**/
|
|
3617
3607
|
FrameSupportPalletId: '[u8;8]',
|
|
3618
3608
|
/**
|
|
3619
|
-
*
|
|
3609
|
+
* Lookup459: pallet_localchain_transfer::pallet::Error<T>
|
|
3620
3610
|
**/
|
|
3621
3611
|
PalletLocalchainTransferError: {
|
|
3622
3612
|
_enum: [
|
|
@@ -3631,7 +3621,7 @@ export default {
|
|
|
3631
3621
|
],
|
|
3632
3622
|
},
|
|
3633
3623
|
/**
|
|
3634
|
-
*
|
|
3624
|
+
* Lookup463: argon_primitives::notary::NotaryNotebookVoteDigestDetails
|
|
3635
3625
|
**/
|
|
3636
3626
|
ArgonPrimitivesNotaryNotaryNotebookVoteDigestDetails: {
|
|
3637
3627
|
notaryId: 'Compact<u32>',
|
|
@@ -3641,13 +3631,13 @@ export default {
|
|
|
3641
3631
|
blockVotingPower: 'Compact<u128>',
|
|
3642
3632
|
},
|
|
3643
3633
|
/**
|
|
3644
|
-
*
|
|
3634
|
+
* Lookup468: pallet_block_seal_spec::pallet::Error<T>
|
|
3645
3635
|
**/
|
|
3646
3636
|
PalletBlockSealSpecError: {
|
|
3647
3637
|
_enum: ['MaxNotebooksAtTickExceeded'],
|
|
3648
3638
|
},
|
|
3649
3639
|
/**
|
|
3650
|
-
*
|
|
3640
|
+
* Lookup470: pallet_domains::pallet::Error<T>
|
|
3651
3641
|
**/
|
|
3652
3642
|
PalletDomainsError: {
|
|
3653
3643
|
_enum: [
|
|
@@ -3659,7 +3649,7 @@ export default {
|
|
|
3659
3649
|
],
|
|
3660
3650
|
},
|
|
3661
3651
|
/**
|
|
3662
|
-
*
|
|
3652
|
+
* Lookup472: pallet_price_index::EthereumPriceFrameAccumulator
|
|
3663
3653
|
**/
|
|
3664
3654
|
PalletPriceIndexEthereumPriceFrameAccumulator: {
|
|
3665
3655
|
totalUsdPrice: 'u128',
|
|
@@ -3667,7 +3657,7 @@ export default {
|
|
|
3667
3657
|
sampleCount: 'Compact<u32>',
|
|
3668
3658
|
},
|
|
3669
3659
|
/**
|
|
3670
|
-
*
|
|
3660
|
+
* Lookup477: pallet_price_index::CpiMeasurementBucket
|
|
3671
3661
|
**/
|
|
3672
3662
|
PalletPriceIndexCpiMeasurementBucket: {
|
|
3673
3663
|
tickRange: '(u64,u64)',
|
|
@@ -3675,7 +3665,7 @@ export default {
|
|
|
3675
3665
|
measurementsCount: 'u32',
|
|
3676
3666
|
},
|
|
3677
3667
|
/**
|
|
3678
|
-
*
|
|
3668
|
+
* Lookup481: pallet_price_index::ArgonotAverageFrameAccumulator<Balance>
|
|
3679
3669
|
**/
|
|
3680
3670
|
PalletPriceIndexArgonotAverageFrameAccumulator: {
|
|
3681
3671
|
frameId: 'Compact<u64>',
|
|
@@ -3683,7 +3673,7 @@ export default {
|
|
|
3683
3673
|
sampleCount: 'Compact<u32>',
|
|
3684
3674
|
},
|
|
3685
3675
|
/**
|
|
3686
|
-
*
|
|
3676
|
+
* Lookup482: pallet_price_index::pallet::Error<T>
|
|
3687
3677
|
**/
|
|
3688
3678
|
PalletPriceIndexError: {
|
|
3689
3679
|
_enum: [
|
|
@@ -3695,7 +3685,7 @@ export default {
|
|
|
3695
3685
|
],
|
|
3696
3686
|
},
|
|
3697
3687
|
/**
|
|
3698
|
-
*
|
|
3688
|
+
* Lookup483: pallet_grandpa::StoredState<N>
|
|
3699
3689
|
**/
|
|
3700
3690
|
PalletGrandpaStoredState: {
|
|
3701
3691
|
_enum: {
|
|
@@ -3712,7 +3702,7 @@ export default {
|
|
|
3712
3702
|
},
|
|
3713
3703
|
},
|
|
3714
3704
|
/**
|
|
3715
|
-
*
|
|
3705
|
+
* Lookup484: pallet_grandpa::StoredPendingChange<N, Limit>
|
|
3716
3706
|
**/
|
|
3717
3707
|
PalletGrandpaStoredPendingChange: {
|
|
3718
3708
|
scheduledAt: 'u32',
|
|
@@ -3721,7 +3711,7 @@ export default {
|
|
|
3721
3711
|
forced: 'Option<u32>',
|
|
3722
3712
|
},
|
|
3723
3713
|
/**
|
|
3724
|
-
*
|
|
3714
|
+
* Lookup486: pallet_grandpa::pallet::Error<T>
|
|
3725
3715
|
**/
|
|
3726
3716
|
PalletGrandpaError: {
|
|
3727
3717
|
_enum: [
|
|
@@ -3735,7 +3725,7 @@ export default {
|
|
|
3735
3725
|
],
|
|
3736
3726
|
},
|
|
3737
3727
|
/**
|
|
3738
|
-
*
|
|
3728
|
+
* Lookup487: argon_primitives::providers::BlockSealerInfo<sp_core::crypto::AccountId32, argon_primitives::block_seal::app::Public>
|
|
3739
3729
|
**/
|
|
3740
3730
|
ArgonPrimitivesProvidersBlockSealerInfo: {
|
|
3741
3731
|
blockAuthorAccountId: 'AccountId32',
|
|
@@ -3743,7 +3733,7 @@ export default {
|
|
|
3743
3733
|
blockSealAuthority: 'Option<ArgonPrimitivesBlockSealAppPublic>',
|
|
3744
3734
|
},
|
|
3745
3735
|
/**
|
|
3746
|
-
*
|
|
3736
|
+
* Lookup489: pallet_block_seal::pallet::Error<T>
|
|
3747
3737
|
**/
|
|
3748
3738
|
PalletBlockSealError: {
|
|
3749
3739
|
_enum: [
|
|
@@ -3771,11 +3761,11 @@ export default {
|
|
|
3771
3761
|
],
|
|
3772
3762
|
},
|
|
3773
3763
|
/**
|
|
3774
|
-
*
|
|
3764
|
+
* Lookup493: pallet_block_rewards::pallet::Error<T>
|
|
3775
3765
|
**/
|
|
3776
3766
|
PalletBlockRewardsError: 'Null',
|
|
3777
3767
|
/**
|
|
3778
|
-
*
|
|
3768
|
+
* Lookup494: pallet_mint::pallet::PendingMintUtxo<T>
|
|
3779
3769
|
**/
|
|
3780
3770
|
PalletMintPendingMintUtxo: {
|
|
3781
3771
|
utxoId: 'Compact<u64>',
|
|
@@ -3784,7 +3774,7 @@ export default {
|
|
|
3784
3774
|
maxAmountPerFrame: 'Compact<u128>',
|
|
3785
3775
|
},
|
|
3786
3776
|
/**
|
|
3787
|
-
*
|
|
3777
|
+
* Lookup496: pallet_mint::pallet::MintQueueCursor
|
|
3788
3778
|
**/
|
|
3789
3779
|
PalletMintMintQueueCursor: {
|
|
3790
3780
|
payoutStartIndex: 'Compact<u64>',
|
|
@@ -3792,7 +3782,7 @@ export default {
|
|
|
3792
3782
|
payoutCursorFrameId: 'Option<u64>',
|
|
3793
3783
|
},
|
|
3794
3784
|
/**
|
|
3795
|
-
*
|
|
3785
|
+
* Lookup499: pallet_mint::pallet::MintAction<B>
|
|
3796
3786
|
**/
|
|
3797
3787
|
PalletMintMintAction: {
|
|
3798
3788
|
argonBurned: 'u128',
|
|
@@ -3800,13 +3790,13 @@ export default {
|
|
|
3800
3790
|
bitcoinMinted: 'u128',
|
|
3801
3791
|
},
|
|
3802
3792
|
/**
|
|
3803
|
-
*
|
|
3793
|
+
* Lookup501: pallet_mint::pallet::Error<T>
|
|
3804
3794
|
**/
|
|
3805
3795
|
PalletMintError: {
|
|
3806
3796
|
_enum: ['TooManyPendingMints'],
|
|
3807
3797
|
},
|
|
3808
3798
|
/**
|
|
3809
|
-
*
|
|
3799
|
+
* Lookup503: pallet_balances::types::BalanceLock<Balance>
|
|
3810
3800
|
**/
|
|
3811
3801
|
PalletBalancesBalanceLock: {
|
|
3812
3802
|
id: '[u8;8]',
|
|
@@ -3814,34 +3804,34 @@ export default {
|
|
|
3814
3804
|
reasons: 'PalletBalancesReasons',
|
|
3815
3805
|
},
|
|
3816
3806
|
/**
|
|
3817
|
-
*
|
|
3807
|
+
* Lookup504: pallet_balances::types::Reasons
|
|
3818
3808
|
**/
|
|
3819
3809
|
PalletBalancesReasons: {
|
|
3820
3810
|
_enum: ['Fee', 'Misc', 'All'],
|
|
3821
3811
|
},
|
|
3822
3812
|
/**
|
|
3823
|
-
*
|
|
3813
|
+
* Lookup507: pallet_balances::types::ReserveData<ReserveIdentifier, Balance>
|
|
3824
3814
|
**/
|
|
3825
3815
|
PalletBalancesReserveData: {
|
|
3826
3816
|
id: '[u8;8]',
|
|
3827
3817
|
amount: 'u128',
|
|
3828
3818
|
},
|
|
3829
3819
|
/**
|
|
3830
|
-
*
|
|
3820
|
+
* Lookup510: frame_support::traits::tokens::misc::IdAmount<argon_runtime::RuntimeHoldReason, Balance>
|
|
3831
3821
|
**/
|
|
3832
3822
|
FrameSupportTokensMiscIdAmountRuntimeHoldReason: {
|
|
3833
3823
|
id: 'ArgonRuntimeRuntimeHoldReason',
|
|
3834
3824
|
amount: 'u128',
|
|
3835
3825
|
},
|
|
3836
3826
|
/**
|
|
3837
|
-
*
|
|
3827
|
+
* Lookup513: frame_support::traits::tokens::misc::IdAmount<argon_runtime::RuntimeFreezeReason, Balance>
|
|
3838
3828
|
**/
|
|
3839
3829
|
FrameSupportTokensMiscIdAmountRuntimeFreezeReason: {
|
|
3840
3830
|
id: 'ArgonRuntimeRuntimeFreezeReason',
|
|
3841
3831
|
amount: 'u128',
|
|
3842
3832
|
},
|
|
3843
3833
|
/**
|
|
3844
|
-
*
|
|
3834
|
+
* Lookup514: argon_runtime::RuntimeFreezeReason
|
|
3845
3835
|
**/
|
|
3846
3836
|
ArgonRuntimeRuntimeFreezeReason: {
|
|
3847
3837
|
_enum: {
|
|
@@ -3868,13 +3858,13 @@ export default {
|
|
|
3868
3858
|
},
|
|
3869
3859
|
},
|
|
3870
3860
|
/**
|
|
3871
|
-
*
|
|
3861
|
+
* Lookup515: pallet_block_rewards::pallet::FreezeReason
|
|
3872
3862
|
**/
|
|
3873
3863
|
PalletBlockRewardsFreezeReason: {
|
|
3874
3864
|
_enum: ['MaturationPeriod'],
|
|
3875
3865
|
},
|
|
3876
3866
|
/**
|
|
3877
|
-
*
|
|
3867
|
+
* Lookup517: pallet_balances::pallet::Error<T, I>
|
|
3878
3868
|
**/
|
|
3879
3869
|
PalletBalancesError: {
|
|
3880
3870
|
_enum: [
|
|
@@ -3893,48 +3883,48 @@ export default {
|
|
|
3893
3883
|
],
|
|
3894
3884
|
},
|
|
3895
3885
|
/**
|
|
3896
|
-
*
|
|
3886
|
+
* Lookup519: pallet_tx_pause::pallet::Error<T>
|
|
3897
3887
|
**/
|
|
3898
3888
|
PalletTxPauseError: {
|
|
3899
3889
|
_enum: ['IsPaused', 'IsUnpaused', 'Unpausable', 'NotFound'],
|
|
3900
3890
|
},
|
|
3901
3891
|
/**
|
|
3902
|
-
*
|
|
3892
|
+
* Lookup520: pallet_transaction_payment::Releases
|
|
3903
3893
|
**/
|
|
3904
3894
|
PalletTransactionPaymentReleases: {
|
|
3905
3895
|
_enum: ['V1Ancient', 'V2'],
|
|
3906
3896
|
},
|
|
3907
3897
|
/**
|
|
3908
|
-
*
|
|
3898
|
+
* Lookup521: frame_support::traits::storage::NoDrop<frame_support::traits::tokens::fungible::imbalance::Imbalance<B, OnDrop, OppositeOnDrop>>
|
|
3909
3899
|
**/
|
|
3910
3900
|
FrameSupportStorageNoDrop: 'FrameSupportTokensFungibleImbalance',
|
|
3911
3901
|
/**
|
|
3912
|
-
*
|
|
3902
|
+
* Lookup522: frame_support::traits::tokens::fungible::imbalance::Imbalance<B, OnDrop, OppositeOnDrop>
|
|
3913
3903
|
**/
|
|
3914
3904
|
FrameSupportTokensFungibleImbalance: {
|
|
3915
3905
|
amount: 'u128',
|
|
3916
3906
|
},
|
|
3917
3907
|
/**
|
|
3918
|
-
*
|
|
3908
|
+
* Lookup523: pallet_utility::pallet::Error<T>
|
|
3919
3909
|
**/
|
|
3920
3910
|
PalletUtilityError: {
|
|
3921
3911
|
_enum: ['TooManyCalls'],
|
|
3922
3912
|
},
|
|
3923
3913
|
/**
|
|
3924
|
-
*
|
|
3914
|
+
* Lookup524: pallet_sudo::pallet::Error<T>
|
|
3925
3915
|
**/
|
|
3926
3916
|
PalletSudoError: {
|
|
3927
3917
|
_enum: ['RequireSudo'],
|
|
3928
3918
|
},
|
|
3929
3919
|
/**
|
|
3930
|
-
*
|
|
3920
|
+
* Lookup525: pallet_treasury::pallet::FrameVaultCapital<T>
|
|
3931
3921
|
**/
|
|
3932
3922
|
PalletTreasuryFrameVaultCapital: {
|
|
3933
3923
|
frameId: 'Compact<u64>',
|
|
3934
3924
|
vaults: 'BTreeMap<u32, PalletTreasuryVaultCapital>',
|
|
3935
3925
|
},
|
|
3936
3926
|
/**
|
|
3937
|
-
*
|
|
3927
|
+
* Lookup527: pallet_treasury::pallet::VaultCapital<T>
|
|
3938
3928
|
**/
|
|
3939
3929
|
PalletTreasuryVaultCapital: {
|
|
3940
3930
|
regularBondAllocations: 'Vec<PalletTreasuryBondLotAllocation>',
|
|
@@ -3943,14 +3933,14 @@ export default {
|
|
|
3943
3933
|
eligibleBonds: 'Compact<u32>',
|
|
3944
3934
|
},
|
|
3945
3935
|
/**
|
|
3946
|
-
*
|
|
3936
|
+
* Lookup529: pallet_treasury::pallet::BondLotAllocation
|
|
3947
3937
|
**/
|
|
3948
3938
|
PalletTreasuryBondLotAllocation: {
|
|
3949
3939
|
bondLotId: 'Compact<u64>',
|
|
3950
3940
|
prorata: 'u128',
|
|
3951
3941
|
},
|
|
3952
3942
|
/**
|
|
3953
|
-
*
|
|
3943
|
+
* Lookup534: pallet_treasury::pallet::FrameArgonotBondParticipants<T>
|
|
3954
3944
|
**/
|
|
3955
3945
|
PalletTreasuryFrameArgonotBondParticipants: {
|
|
3956
3946
|
frameId: 'Compact<u64>',
|
|
@@ -3958,14 +3948,14 @@ export default {
|
|
|
3958
3948
|
bondLots: 'Vec<PalletTreasuryBondLotSummary>',
|
|
3959
3949
|
},
|
|
3960
3950
|
/**
|
|
3961
|
-
*
|
|
3951
|
+
* Lookup536: pallet_treasury::pallet::BondLotSummary
|
|
3962
3952
|
**/
|
|
3963
3953
|
PalletTreasuryBondLotSummary: {
|
|
3964
3954
|
bondLotId: 'Compact<u64>',
|
|
3965
3955
|
bonds: 'Compact<u32>',
|
|
3966
3956
|
},
|
|
3967
3957
|
/**
|
|
3968
|
-
*
|
|
3958
|
+
* Lookup538: pallet_treasury::pallet::BondLot<T>
|
|
3969
3959
|
**/
|
|
3970
3960
|
PalletTreasuryBondLot: {
|
|
3971
3961
|
owner: 'AccountId32',
|
|
@@ -3981,7 +3971,7 @@ export default {
|
|
|
3981
3971
|
releaseReason: 'Option<PalletTreasuryBondReleaseReason>',
|
|
3982
3972
|
},
|
|
3983
3973
|
/**
|
|
3984
|
-
*
|
|
3974
|
+
* Lookup539: pallet_treasury::pallet::BondProgram
|
|
3985
3975
|
**/
|
|
3986
3976
|
PalletTreasuryBondProgram: {
|
|
3987
3977
|
_enum: {
|
|
@@ -3994,7 +3984,7 @@ export default {
|
|
|
3994
3984
|
},
|
|
3995
3985
|
},
|
|
3996
3986
|
/**
|
|
3997
|
-
*
|
|
3987
|
+
* Lookup542: pallet_treasury::pallet::VaultBondState<T>
|
|
3998
3988
|
**/
|
|
3999
3989
|
PalletTreasuryVaultBondState: {
|
|
4000
3990
|
regularBondLots: 'Vec<PalletTreasuryBondLotSummary>',
|
|
@@ -4002,7 +3992,7 @@ export default {
|
|
|
4002
3992
|
reservedBondSpace: 'Compact<u32>',
|
|
4003
3993
|
},
|
|
4004
3994
|
/**
|
|
4005
|
-
*
|
|
3995
|
+
* Lookup544: pallet_treasury::pallet::Error<T>
|
|
4006
3996
|
**/
|
|
4007
3997
|
PalletTreasuryError: {
|
|
4008
3998
|
_enum: [
|
|
@@ -4030,13 +4020,13 @@ export default {
|
|
|
4030
4020
|
],
|
|
4031
4021
|
},
|
|
4032
4022
|
/**
|
|
4033
|
-
*
|
|
4023
|
+
* Lookup545: pallet_fee_control::pallet::Error<T>
|
|
4034
4024
|
**/
|
|
4035
4025
|
PalletFeeControlError: {
|
|
4036
4026
|
_enum: ['SponsoredFeeTooHigh'],
|
|
4037
4027
|
},
|
|
4038
4028
|
/**
|
|
4039
|
-
*
|
|
4029
|
+
* Lookup546: pallet_operational_accounts::pallet::OperationalAccount<T>
|
|
4040
4030
|
**/
|
|
4041
4031
|
PalletOperationalAccountsOperationalAccount: {
|
|
4042
4032
|
vaultAccount: 'AccountId32',
|
|
@@ -4061,14 +4051,14 @@ export default {
|
|
|
4061
4051
|
isOperationallyCertified: 'bool',
|
|
4062
4052
|
},
|
|
4063
4053
|
/**
|
|
4064
|
-
*
|
|
4054
|
+
* Lookup547: pallet_operational_accounts::pallet::RewardsConfig<Balance>
|
|
4065
4055
|
**/
|
|
4066
4056
|
PalletOperationalAccountsRewardsConfig: {
|
|
4067
4057
|
operationalCertificationReward: 'Compact<u128>',
|
|
4068
4058
|
operationalCertificationBonusReward: 'Compact<u128>',
|
|
4069
4059
|
},
|
|
4070
4060
|
/**
|
|
4071
|
-
*
|
|
4061
|
+
* Lookup548: pallet_operational_accounts::pallet::Error<T>
|
|
4072
4062
|
**/
|
|
4073
4063
|
PalletOperationalAccountsError: {
|
|
4074
4064
|
_enum: [
|
|
@@ -4095,13 +4085,13 @@ export default {
|
|
|
4095
4085
|
],
|
|
4096
4086
|
},
|
|
4097
4087
|
/**
|
|
4098
|
-
*
|
|
4088
|
+
* Lookup549: pallet_ethereum_verifier::types::FinalizedBeaconHeaderState
|
|
4099
4089
|
**/
|
|
4100
4090
|
PalletEthereumVerifierFinalizedBeaconHeaderState: {
|
|
4101
4091
|
slot: 'Compact<u64>',
|
|
4102
4092
|
},
|
|
4103
4093
|
/**
|
|
4104
|
-
*
|
|
4094
|
+
* Lookup550: pallet_ethereum_verifier::types::ExecutionHeaderAnchor
|
|
4105
4095
|
**/
|
|
4106
4096
|
PalletEthereumVerifierExecutionHeaderAnchor: {
|
|
4107
4097
|
blockNumber: 'Compact<u64>',
|
|
@@ -4112,7 +4102,7 @@ export default {
|
|
|
4112
4102
|
receiptsRoot: 'H256',
|
|
4113
4103
|
},
|
|
4114
4104
|
/**
|
|
4115
|
-
*
|
|
4105
|
+
* Lookup551: pallet_ethereum_verifier::types::SyncCommitteePrepared
|
|
4116
4106
|
**/
|
|
4117
4107
|
PalletEthereumVerifierSyncCommitteePrepared: {
|
|
4118
4108
|
root: 'H256',
|
|
@@ -4120,13 +4110,13 @@ export default {
|
|
|
4120
4110
|
aggregatePubkey: 'SnowbridgeMilagroBlsKeysPublicKey',
|
|
4121
4111
|
},
|
|
4122
4112
|
/**
|
|
4123
|
-
*
|
|
4113
|
+
* Lookup553: snowbridge_milagro_bls::keys::PublicKey
|
|
4124
4114
|
**/
|
|
4125
4115
|
SnowbridgeMilagroBlsKeysPublicKey: {
|
|
4126
4116
|
point: 'SnowbridgeAmclBls381Ecp',
|
|
4127
4117
|
},
|
|
4128
4118
|
/**
|
|
4129
|
-
*
|
|
4119
|
+
* Lookup554: snowbridge_amcl::bls381::ecp::ECP
|
|
4130
4120
|
**/
|
|
4131
4121
|
SnowbridgeAmclBls381Ecp: {
|
|
4132
4122
|
x: 'SnowbridgeAmclBls381Fp',
|
|
@@ -4134,26 +4124,26 @@ export default {
|
|
|
4134
4124
|
z: 'SnowbridgeAmclBls381Fp',
|
|
4135
4125
|
},
|
|
4136
4126
|
/**
|
|
4137
|
-
*
|
|
4127
|
+
* Lookup555: snowbridge_amcl::bls381::fp::FP
|
|
4138
4128
|
**/
|
|
4139
4129
|
SnowbridgeAmclBls381Fp: {
|
|
4140
4130
|
x: 'SnowbridgeAmclBls381Big',
|
|
4141
4131
|
xes: 'i32',
|
|
4142
4132
|
},
|
|
4143
4133
|
/**
|
|
4144
|
-
*
|
|
4134
|
+
* Lookup556: snowbridge_amcl::bls381::big::Big
|
|
4145
4135
|
**/
|
|
4146
4136
|
SnowbridgeAmclBls381Big: {
|
|
4147
4137
|
w: '[i32;14]',
|
|
4148
4138
|
},
|
|
4149
4139
|
/**
|
|
4150
|
-
*
|
|
4140
|
+
* Lookup560: argon_primitives::ethereum::EthereumBeaconPreset
|
|
4151
4141
|
**/
|
|
4152
4142
|
ArgonPrimitivesEthereumEthereumBeaconPreset: {
|
|
4153
4143
|
_enum: ['Mainnet', 'Minimal'],
|
|
4154
4144
|
},
|
|
4155
4145
|
/**
|
|
4156
|
-
*
|
|
4146
|
+
* Lookup561: pallet_ethereum_verifier::pallet::Error<T>
|
|
4157
4147
|
**/
|
|
4158
4148
|
PalletEthereumVerifierError: {
|
|
4159
4149
|
_enum: [
|
|
@@ -4184,7 +4174,7 @@ export default {
|
|
|
4184
4174
|
],
|
|
4185
4175
|
},
|
|
4186
4176
|
/**
|
|
4187
|
-
*
|
|
4177
|
+
* Lookup562: pallet_crosschain_transfer::pallet::AccountTransferTotals<T>
|
|
4188
4178
|
**/
|
|
4189
4179
|
PalletCrosschainTransferAccountTransferTotals: {
|
|
4190
4180
|
microgonsIn: 'u128',
|
|
@@ -4197,7 +4187,7 @@ export default {
|
|
|
4197
4187
|
argonotTransfersOutCount: 'Compact<u32>',
|
|
4198
4188
|
},
|
|
4199
4189
|
/**
|
|
4200
|
-
*
|
|
4190
|
+
* Lookup564: pallet_crosschain_transfer::pallet::GlobalIssuanceCouncil<T>
|
|
4201
4191
|
**/
|
|
4202
4192
|
PalletCrosschainTransferGlobalIssuanceCouncil: {
|
|
4203
4193
|
epochMicrogonsPerArgonot: 'u128',
|
|
@@ -4205,7 +4195,7 @@ export default {
|
|
|
4205
4195
|
totalWeight: 'u128',
|
|
4206
4196
|
},
|
|
4207
4197
|
/**
|
|
4208
|
-
*
|
|
4198
|
+
* Lookup566: pallet_crosschain_transfer::pallet::GlobalIssuanceCouncilMember<T>
|
|
4209
4199
|
**/
|
|
4210
4200
|
PalletCrosschainTransferGlobalIssuanceCouncilMember: {
|
|
4211
4201
|
accountId: 'AccountId32',
|
|
@@ -4213,7 +4203,7 @@ export default {
|
|
|
4213
4203
|
weight: 'u128',
|
|
4214
4204
|
},
|
|
4215
4205
|
/**
|
|
4216
|
-
*
|
|
4206
|
+
* Lookup571: pallet_crosschain_transfer::pallet::CouncilApprovalQueueEntry<T>
|
|
4217
4207
|
**/
|
|
4218
4208
|
PalletCrosschainTransferCouncilApprovalQueueEntry: {
|
|
4219
4209
|
approvingCouncilHash: 'H256',
|
|
@@ -4226,7 +4216,7 @@ export default {
|
|
|
4226
4216
|
signatures: 'BTreeMap<H160, [u8;65]>',
|
|
4227
4217
|
},
|
|
4228
4218
|
/**
|
|
4229
|
-
*
|
|
4219
|
+
* Lookup576: pallet_crosschain_transfer::pallet::MintingAuthority<T>
|
|
4230
4220
|
**/
|
|
4231
4221
|
PalletCrosschainTransferMintingAuthority: {
|
|
4232
4222
|
accountId: 'AccountId32',
|
|
@@ -4244,13 +4234,13 @@ export default {
|
|
|
4244
4234
|
deactivationApprovalQueueNonce: 'Option<u64>',
|
|
4245
4235
|
},
|
|
4246
4236
|
/**
|
|
4247
|
-
*
|
|
4237
|
+
* Lookup577: pallet_crosschain_transfer::pallet::MintingAuthorityState
|
|
4248
4238
|
**/
|
|
4249
4239
|
PalletCrosschainTransferMintingAuthorityState: {
|
|
4250
4240
|
_enum: ['PendingActivation', 'Active', 'Deactivating'],
|
|
4251
4241
|
},
|
|
4252
4242
|
/**
|
|
4253
|
-
*
|
|
4243
|
+
* Lookup579: pallet_crosschain_transfer::transfer_out::TransferOutOfArgon<T>
|
|
4254
4244
|
**/
|
|
4255
4245
|
PalletCrosschainTransferTransferOutTransferOutOfArgon: {
|
|
4256
4246
|
argonAccountId: 'AccountId32',
|
|
@@ -4268,7 +4258,7 @@ export default {
|
|
|
4268
4258
|
state: 'PalletCrosschainTransferTransferOutTransferOutState',
|
|
4269
4259
|
},
|
|
4270
4260
|
/**
|
|
4271
|
-
*
|
|
4261
|
+
* Lookup581: pallet_crosschain_transfer::transfer_out::MintingAuthorityTransferReservation<T>
|
|
4272
4262
|
**/
|
|
4273
4263
|
PalletCrosschainTransferTransferOutMintingAuthorityTransferReservation: {
|
|
4274
4264
|
microgonCollateral: 'u128',
|
|
@@ -4277,13 +4267,13 @@ export default {
|
|
|
4277
4267
|
signature: '[u8;65]',
|
|
4278
4268
|
},
|
|
4279
4269
|
/**
|
|
4280
|
-
*
|
|
4270
|
+
* Lookup585: pallet_crosschain_transfer::transfer_out::TransferOutState
|
|
4281
4271
|
**/
|
|
4282
4272
|
PalletCrosschainTransferTransferOutTransferOutState: {
|
|
4283
4273
|
_enum: ['Started', 'Ready'],
|
|
4284
4274
|
},
|
|
4285
4275
|
/**
|
|
4286
|
-
*
|
|
4276
|
+
* Lookup587: pallet_crosschain_transfer::transfer_out::PendingCollateralizationRequest<T>
|
|
4287
4277
|
**/
|
|
4288
4278
|
PalletCrosschainTransferTransferOutPendingCollateralizationRequest: {
|
|
4289
4279
|
transferId: 'H256',
|
|
@@ -4291,14 +4281,14 @@ export default {
|
|
|
4291
4281
|
remainingMintingAuthorityTip: 'u128',
|
|
4292
4282
|
},
|
|
4293
4283
|
/**
|
|
4294
|
-
*
|
|
4284
|
+
* Lookup589: pallet_crosschain_transfer::pallet::SourceChainCirculation<T>
|
|
4295
4285
|
**/
|
|
4296
4286
|
PalletCrosschainTransferSourceChainCirculation: {
|
|
4297
4287
|
argonCirculation: 'u128',
|
|
4298
4288
|
argonotCirculation: 'u128',
|
|
4299
4289
|
},
|
|
4300
4290
|
/**
|
|
4301
|
-
*
|
|
4291
|
+
* Lookup590: pallet_crosschain_transfer::pallet::Error<T>
|
|
4302
4292
|
**/
|
|
4303
4293
|
PalletCrosschainTransferError: {
|
|
4304
4294
|
_enum: [
|
|
@@ -4360,61 +4350,61 @@ export default {
|
|
|
4360
4350
|
],
|
|
4361
4351
|
},
|
|
4362
4352
|
/**
|
|
4363
|
-
*
|
|
4353
|
+
* Lookup592: pallet_bootstrap::pallet::Error<T>
|
|
4364
4354
|
**/
|
|
4365
4355
|
PalletBootstrapError: {
|
|
4366
4356
|
_enum: ['EncryptedPayloadTooLong', 'InvalidRecoveryProof', 'EndpointOwnedByAnotherAccount'],
|
|
4367
4357
|
},
|
|
4368
4358
|
/**
|
|
4369
|
-
*
|
|
4359
|
+
* Lookup595: frame_system::extensions::authorize_call::AuthorizeCall<T>
|
|
4370
4360
|
**/
|
|
4371
4361
|
FrameSystemExtensionsAuthorizeCall: 'Null',
|
|
4372
4362
|
/**
|
|
4373
|
-
*
|
|
4363
|
+
* Lookup596: frame_system::extensions::check_non_zero_sender::CheckNonZeroSender<T>
|
|
4374
4364
|
**/
|
|
4375
4365
|
FrameSystemExtensionsCheckNonZeroSender: 'Null',
|
|
4376
4366
|
/**
|
|
4377
|
-
*
|
|
4367
|
+
* Lookup597: frame_system::extensions::check_spec_version::CheckSpecVersion<T>
|
|
4378
4368
|
**/
|
|
4379
4369
|
FrameSystemExtensionsCheckSpecVersion: 'Null',
|
|
4380
4370
|
/**
|
|
4381
|
-
*
|
|
4371
|
+
* Lookup598: frame_system::extensions::check_tx_version::CheckTxVersion<T>
|
|
4382
4372
|
**/
|
|
4383
4373
|
FrameSystemExtensionsCheckTxVersion: 'Null',
|
|
4384
4374
|
/**
|
|
4385
|
-
*
|
|
4375
|
+
* Lookup599: frame_system::extensions::check_genesis::CheckGenesis<T>
|
|
4386
4376
|
**/
|
|
4387
4377
|
FrameSystemExtensionsCheckGenesis: 'Null',
|
|
4388
4378
|
/**
|
|
4389
|
-
*
|
|
4379
|
+
* Lookup602: frame_system::extensions::check_nonce::CheckNonce<T>
|
|
4390
4380
|
**/
|
|
4391
4381
|
FrameSystemExtensionsCheckNonce: 'Compact<u32>',
|
|
4392
4382
|
/**
|
|
4393
|
-
*
|
|
4383
|
+
* Lookup603: frame_system::extensions::check_weight::CheckWeight<T>
|
|
4394
4384
|
**/
|
|
4395
4385
|
FrameSystemExtensionsCheckWeight: 'Null',
|
|
4396
4386
|
/**
|
|
4397
|
-
*
|
|
4387
|
+
* Lookup604: pallet_transaction_payment::ChargeTransactionPayment<T>
|
|
4398
4388
|
**/
|
|
4399
4389
|
PalletTransactionPaymentChargeTransactionPayment: 'Compact<u128>',
|
|
4400
4390
|
/**
|
|
4401
|
-
*
|
|
4391
|
+
* Lookup605: frame_metadata_hash_extension::CheckMetadataHash<T>
|
|
4402
4392
|
**/
|
|
4403
4393
|
FrameMetadataHashExtensionCheckMetadataHash: {
|
|
4404
4394
|
mode: 'FrameMetadataHashExtensionMode',
|
|
4405
4395
|
},
|
|
4406
4396
|
/**
|
|
4407
|
-
*
|
|
4397
|
+
* Lookup606: frame_metadata_hash_extension::Mode
|
|
4408
4398
|
**/
|
|
4409
4399
|
FrameMetadataHashExtensionMode: {
|
|
4410
4400
|
_enum: ['Disabled', 'Enabled'],
|
|
4411
4401
|
},
|
|
4412
4402
|
/**
|
|
4413
|
-
*
|
|
4403
|
+
* Lookup607: frame_system::extensions::weight_reclaim::WeightReclaim<T>
|
|
4414
4404
|
**/
|
|
4415
4405
|
FrameSystemExtensionsWeightReclaim: 'Null',
|
|
4416
4406
|
/**
|
|
4417
|
-
*
|
|
4407
|
+
* Lookup609: argon_runtime::Runtime
|
|
4418
4408
|
**/
|
|
4419
4409
|
ArgonRuntimeRuntime: 'Null',
|
|
4420
4410
|
};
|