@argonprotocol/mainchain 1.4.10-dev.d4d4d1dd → 1.4.11
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/browser/index.d.ts +209 -172
- package/browser/index.js +1 -1
- package/browser/index.js.map +1 -1
- package/lib/index.cjs +1 -1
- package/lib/index.cjs.map +1 -1
- package/lib/index.d.cts +209 -172
- package/lib/index.d.ts +209 -172
- package/lib/index.js +1 -1
- package/lib/index.js.map +1 -1
- package/package.json +2 -2
- package/src/interfaces/augment-api-consts.ts +4 -0
- package/src/interfaces/augment-api-errors.ts +4 -0
- package/src/interfaces/augment-api-query.ts +18 -0
- package/src/interfaces/augment-api-tx.ts +9 -1
- package/src/interfaces/lookup.ts +186 -168
- package/src/interfaces/registry.ts +4 -0
- package/src/interfaces/types-lookup.ts +186 -169
package/src/interfaces/lookup.ts
CHANGED
|
@@ -2414,6 +2414,7 @@ export default {
|
|
|
2414
2414
|
_enum: {
|
|
2415
2415
|
submit: {
|
|
2416
2416
|
index: 'PalletPriceIndexPriceIndex',
|
|
2417
|
+
ethereum: 'Option<PalletPriceIndexEthereumPriceIndex>',
|
|
2417
2418
|
},
|
|
2418
2419
|
set_operator: {
|
|
2419
2420
|
accountId: 'AccountId32',
|
|
@@ -2432,7 +2433,15 @@ export default {
|
|
|
2432
2433
|
tick: 'Compact<u64>',
|
|
2433
2434
|
},
|
|
2434
2435
|
/**
|
|
2435
|
-
*
|
|
2436
|
+
* Lookup248: pallet_price_index::EthereumPriceIndex
|
|
2437
|
+
**/
|
|
2438
|
+
PalletPriceIndexEthereumPriceIndex: {
|
|
2439
|
+
ethereumUsdPrice: 'u128',
|
|
2440
|
+
ethereumGasPriceWei: 'Compact<u128>',
|
|
2441
|
+
tick: 'Compact<u64>',
|
|
2442
|
+
},
|
|
2443
|
+
/**
|
|
2444
|
+
* Lookup249: pallet_grandpa::pallet::Call<T>
|
|
2436
2445
|
**/
|
|
2437
2446
|
PalletGrandpaCall: {
|
|
2438
2447
|
_enum: {
|
|
@@ -2451,14 +2460,14 @@ export default {
|
|
|
2451
2460
|
},
|
|
2452
2461
|
},
|
|
2453
2462
|
/**
|
|
2454
|
-
*
|
|
2463
|
+
* Lookup250: sp_consensus_grandpa::EquivocationProof<primitive_types::H256, N>
|
|
2455
2464
|
**/
|
|
2456
2465
|
SpConsensusGrandpaEquivocationProof: {
|
|
2457
2466
|
setId: 'u64',
|
|
2458
2467
|
equivocation: 'SpConsensusGrandpaEquivocation',
|
|
2459
2468
|
},
|
|
2460
2469
|
/**
|
|
2461
|
-
*
|
|
2470
|
+
* Lookup251: sp_consensus_grandpa::Equivocation<primitive_types::H256, N>
|
|
2462
2471
|
**/
|
|
2463
2472
|
SpConsensusGrandpaEquivocation: {
|
|
2464
2473
|
_enum: {
|
|
@@ -2467,7 +2476,7 @@ export default {
|
|
|
2467
2476
|
},
|
|
2468
2477
|
},
|
|
2469
2478
|
/**
|
|
2470
|
-
*
|
|
2479
|
+
* Lookup252: finality_grandpa::Equivocation<sp_consensus_grandpa::app::Public, finality_grandpa::Prevote<primitive_types::H256, N>, sp_consensus_grandpa::app::Signature>
|
|
2471
2480
|
**/
|
|
2472
2481
|
FinalityGrandpaEquivocationPrevote: {
|
|
2473
2482
|
roundNumber: 'u64',
|
|
@@ -2476,18 +2485,18 @@ export default {
|
|
|
2476
2485
|
second: '(FinalityGrandpaPrevote,SpConsensusGrandpaAppSignature)',
|
|
2477
2486
|
},
|
|
2478
2487
|
/**
|
|
2479
|
-
*
|
|
2488
|
+
* Lookup253: finality_grandpa::Prevote<primitive_types::H256, N>
|
|
2480
2489
|
**/
|
|
2481
2490
|
FinalityGrandpaPrevote: {
|
|
2482
2491
|
targetHash: 'H256',
|
|
2483
2492
|
targetNumber: 'u32',
|
|
2484
2493
|
},
|
|
2485
2494
|
/**
|
|
2486
|
-
*
|
|
2495
|
+
* Lookup254: sp_consensus_grandpa::app::Signature
|
|
2487
2496
|
**/
|
|
2488
2497
|
SpConsensusGrandpaAppSignature: '[u8;64]',
|
|
2489
2498
|
/**
|
|
2490
|
-
*
|
|
2499
|
+
* Lookup256: finality_grandpa::Equivocation<sp_consensus_grandpa::app::Public, finality_grandpa::Precommit<primitive_types::H256, N>, sp_consensus_grandpa::app::Signature>
|
|
2491
2500
|
**/
|
|
2492
2501
|
FinalityGrandpaEquivocationPrecommit: {
|
|
2493
2502
|
roundNumber: 'u64',
|
|
@@ -2496,18 +2505,18 @@ export default {
|
|
|
2496
2505
|
second: '(FinalityGrandpaPrecommit,SpConsensusGrandpaAppSignature)',
|
|
2497
2506
|
},
|
|
2498
2507
|
/**
|
|
2499
|
-
*
|
|
2508
|
+
* Lookup257: finality_grandpa::Precommit<primitive_types::H256, N>
|
|
2500
2509
|
**/
|
|
2501
2510
|
FinalityGrandpaPrecommit: {
|
|
2502
2511
|
targetHash: 'H256',
|
|
2503
2512
|
targetNumber: 'u32',
|
|
2504
2513
|
},
|
|
2505
2514
|
/**
|
|
2506
|
-
*
|
|
2515
|
+
* Lookup259: sp_core::Void
|
|
2507
2516
|
**/
|
|
2508
2517
|
SpCoreVoid: 'Null',
|
|
2509
2518
|
/**
|
|
2510
|
-
*
|
|
2519
|
+
* Lookup260: pallet_block_seal::pallet::Call<T>
|
|
2511
2520
|
**/
|
|
2512
2521
|
PalletBlockSealCall: {
|
|
2513
2522
|
_enum: {
|
|
@@ -2517,7 +2526,7 @@ export default {
|
|
|
2517
2526
|
},
|
|
2518
2527
|
},
|
|
2519
2528
|
/**
|
|
2520
|
-
*
|
|
2529
|
+
* Lookup261: argon_primitives::inherents::BlockSealInherent
|
|
2521
2530
|
**/
|
|
2522
2531
|
ArgonPrimitivesInherentsBlockSealInherent: {
|
|
2523
2532
|
_enum: {
|
|
@@ -2533,7 +2542,7 @@ export default {
|
|
|
2533
2542
|
},
|
|
2534
2543
|
},
|
|
2535
2544
|
/**
|
|
2536
|
-
*
|
|
2545
|
+
* Lookup262: argon_primitives::balance_change::MerkleProof
|
|
2537
2546
|
**/
|
|
2538
2547
|
ArgonPrimitivesBalanceChangeMerkleProof: {
|
|
2539
2548
|
proof: 'Vec<H256>',
|
|
@@ -2541,7 +2550,7 @@ export default {
|
|
|
2541
2550
|
leafIndex: 'Compact<u32>',
|
|
2542
2551
|
},
|
|
2543
2552
|
/**
|
|
2544
|
-
*
|
|
2553
|
+
* Lookup264: argon_primitives::block_vote::BlockVoteT<primitive_types::H256>
|
|
2545
2554
|
**/
|
|
2546
2555
|
ArgonPrimitivesBlockVoteBlockVoteT: {
|
|
2547
2556
|
accountId: 'AccountId32',
|
|
@@ -2553,7 +2562,7 @@ export default {
|
|
|
2553
2562
|
tick: 'Compact<u64>',
|
|
2554
2563
|
},
|
|
2555
2564
|
/**
|
|
2556
|
-
*
|
|
2565
|
+
* Lookup265: sp_runtime::MultiSignature
|
|
2557
2566
|
**/
|
|
2558
2567
|
SpRuntimeMultiSignature: {
|
|
2559
2568
|
_enum: {
|
|
@@ -2564,7 +2573,7 @@ export default {
|
|
|
2564
2573
|
},
|
|
2565
2574
|
},
|
|
2566
2575
|
/**
|
|
2567
|
-
*
|
|
2576
|
+
* Lookup267: pallet_block_rewards::pallet::Call<T>
|
|
2568
2577
|
**/
|
|
2569
2578
|
PalletBlockRewardsCall: {
|
|
2570
2579
|
_enum: {
|
|
@@ -2577,11 +2586,11 @@ export default {
|
|
|
2577
2586
|
},
|
|
2578
2587
|
},
|
|
2579
2588
|
/**
|
|
2580
|
-
*
|
|
2589
|
+
* Lookup268: pallet_mint::pallet::Call<T>
|
|
2581
2590
|
**/
|
|
2582
2591
|
PalletMintCall: 'Null',
|
|
2583
2592
|
/**
|
|
2584
|
-
*
|
|
2593
|
+
* Lookup269: pallet_balances::pallet::Call<T, I>
|
|
2585
2594
|
**/
|
|
2586
2595
|
PalletBalancesCall: {
|
|
2587
2596
|
_enum: {
|
|
@@ -2626,13 +2635,13 @@ export default {
|
|
|
2626
2635
|
},
|
|
2627
2636
|
},
|
|
2628
2637
|
/**
|
|
2629
|
-
*
|
|
2638
|
+
* Lookup270: pallet_balances::types::AdjustmentDirection
|
|
2630
2639
|
**/
|
|
2631
2640
|
PalletBalancesAdjustmentDirection: {
|
|
2632
2641
|
_enum: ['Increase', 'Decrease'],
|
|
2633
2642
|
},
|
|
2634
2643
|
/**
|
|
2635
|
-
*
|
|
2644
|
+
* Lookup272: pallet_tx_pause::pallet::Call<T>
|
|
2636
2645
|
**/
|
|
2637
2646
|
PalletTxPauseCall: {
|
|
2638
2647
|
_enum: {
|
|
@@ -2645,7 +2654,7 @@ export default {
|
|
|
2645
2654
|
},
|
|
2646
2655
|
},
|
|
2647
2656
|
/**
|
|
2648
|
-
*
|
|
2657
|
+
* Lookup273: pallet_utility::pallet::Call<T>
|
|
2649
2658
|
**/
|
|
2650
2659
|
PalletUtilityCall: {
|
|
2651
2660
|
_enum: {
|
|
@@ -2681,7 +2690,7 @@ export default {
|
|
|
2681
2690
|
},
|
|
2682
2691
|
},
|
|
2683
2692
|
/**
|
|
2684
|
-
*
|
|
2693
|
+
* Lookup275: pallet_sudo::pallet::Call<T>
|
|
2685
2694
|
**/
|
|
2686
2695
|
PalletSudoCall: {
|
|
2687
2696
|
_enum: {
|
|
@@ -2706,7 +2715,7 @@ export default {
|
|
|
2706
2715
|
},
|
|
2707
2716
|
},
|
|
2708
2717
|
/**
|
|
2709
|
-
*
|
|
2718
|
+
* Lookup276: pallet_treasury::pallet::Call<T>
|
|
2710
2719
|
**/
|
|
2711
2720
|
PalletTreasuryCall: {
|
|
2712
2721
|
_enum: {
|
|
@@ -2736,7 +2745,7 @@ export default {
|
|
|
2736
2745
|
},
|
|
2737
2746
|
},
|
|
2738
2747
|
/**
|
|
2739
|
-
*
|
|
2748
|
+
* Lookup278: argon_primitives::vault::TreasuryBonusApprovalProof
|
|
2740
2749
|
**/
|
|
2741
2750
|
ArgonPrimitivesVaultTreasuryBonusApprovalProof: {
|
|
2742
2751
|
vaultId: 'Compact<u32>',
|
|
@@ -2746,7 +2755,7 @@ export default {
|
|
|
2746
2755
|
signature: 'SpRuntimeMultiSignature',
|
|
2747
2756
|
},
|
|
2748
2757
|
/**
|
|
2749
|
-
*
|
|
2758
|
+
* Lookup279: pallet_operational_accounts::pallet::Call<T>
|
|
2750
2759
|
**/
|
|
2751
2760
|
PalletOperationalAccountsCall: {
|
|
2752
2761
|
_enum: {
|
|
@@ -2771,7 +2780,7 @@ export default {
|
|
|
2771
2780
|
},
|
|
2772
2781
|
},
|
|
2773
2782
|
/**
|
|
2774
|
-
*
|
|
2783
|
+
* Lookup280: pallet_operational_accounts::pallet::Registration<T>
|
|
2775
2784
|
**/
|
|
2776
2785
|
PalletOperationalAccountsRegistration: {
|
|
2777
2786
|
_enum: {
|
|
@@ -2779,7 +2788,7 @@ export default {
|
|
|
2779
2788
|
},
|
|
2780
2789
|
},
|
|
2781
2790
|
/**
|
|
2782
|
-
*
|
|
2791
|
+
* Lookup281: pallet_operational_accounts::pallet::RegistrationV1<T>
|
|
2783
2792
|
**/
|
|
2784
2793
|
PalletOperationalAccountsRegistrationV1: {
|
|
2785
2794
|
operationalAccount: 'AccountId32',
|
|
@@ -2792,24 +2801,24 @@ export default {
|
|
|
2792
2801
|
accessProof: 'Option<PalletOperationalAccountsUpstreamAccessProof>',
|
|
2793
2802
|
},
|
|
2794
2803
|
/**
|
|
2795
|
-
*
|
|
2804
|
+
* Lookup282: pallet_operational_accounts::pallet::OpaqueEncryptionPubkey
|
|
2796
2805
|
**/
|
|
2797
2806
|
PalletOperationalAccountsOpaqueEncryptionPubkey: '[u8;32]',
|
|
2798
2807
|
/**
|
|
2799
|
-
*
|
|
2808
|
+
* Lookup283: pallet_operational_accounts::pallet::AccountOwnershipProof
|
|
2800
2809
|
**/
|
|
2801
2810
|
PalletOperationalAccountsAccountOwnershipProof: {
|
|
2802
2811
|
signature: 'SpRuntimeMultiSignature',
|
|
2803
2812
|
},
|
|
2804
2813
|
/**
|
|
2805
|
-
*
|
|
2814
|
+
* Lookup285: pallet_operational_accounts::pallet::UpstreamAccessProof<sp_core::crypto::AccountId32>
|
|
2806
2815
|
**/
|
|
2807
2816
|
PalletOperationalAccountsUpstreamAccessProof: {
|
|
2808
2817
|
upstreamAccount: 'AccountId32',
|
|
2809
2818
|
signature: 'SpRuntimeMultiSignature',
|
|
2810
2819
|
},
|
|
2811
2820
|
/**
|
|
2812
|
-
*
|
|
2821
|
+
* Lookup286: pallet_operational_accounts::pallet::OperationalProgressPatch<Balance>
|
|
2813
2822
|
**/
|
|
2814
2823
|
PalletOperationalAccountsOperationalProgressPatch: {
|
|
2815
2824
|
uniswapArgonTransfersInAmount: 'Option<u128>',
|
|
@@ -2820,7 +2829,7 @@ export default {
|
|
|
2820
2829
|
miningSeatCount: 'Option<u32>',
|
|
2821
2830
|
},
|
|
2822
2831
|
/**
|
|
2823
|
-
*
|
|
2832
|
+
* Lookup288: pallet_ethereum_verifier::pallet::Call<T>
|
|
2824
2833
|
**/
|
|
2825
2834
|
PalletEthereumVerifierCall: {
|
|
2826
2835
|
_enum: {
|
|
@@ -2842,7 +2851,7 @@ export default {
|
|
|
2842
2851
|
},
|
|
2843
2852
|
},
|
|
2844
2853
|
/**
|
|
2845
|
-
*
|
|
2854
|
+
* Lookup289: pallet_ethereum_verifier::types::CheckpointUpdate
|
|
2846
2855
|
**/
|
|
2847
2856
|
PalletEthereumVerifierCheckpointUpdate: {
|
|
2848
2857
|
header: 'SnowbridgeBeaconPrimitivesBeaconHeader',
|
|
@@ -2852,7 +2861,7 @@ export default {
|
|
|
2852
2861
|
executionHeaderProof: 'PalletEthereumVerifierExecutionHeaderProof',
|
|
2853
2862
|
},
|
|
2854
2863
|
/**
|
|
2855
|
-
*
|
|
2864
|
+
* Lookup290: snowbridge_beacon_primitives::types::BeaconHeader
|
|
2856
2865
|
**/
|
|
2857
2866
|
SnowbridgeBeaconPrimitivesBeaconHeader: {
|
|
2858
2867
|
slot: 'u64',
|
|
@@ -2862,25 +2871,25 @@ export default {
|
|
|
2862
2871
|
bodyRoot: 'H256',
|
|
2863
2872
|
},
|
|
2864
2873
|
/**
|
|
2865
|
-
*
|
|
2874
|
+
* Lookup291: pallet_ethereum_verifier::types::SyncCommittee
|
|
2866
2875
|
**/
|
|
2867
2876
|
PalletEthereumVerifierSyncCommittee: {
|
|
2868
2877
|
pubkeys: 'Vec<SnowbridgeBeaconPrimitivesPublicKey>',
|
|
2869
2878
|
aggregatePubkey: 'SnowbridgeBeaconPrimitivesPublicKey',
|
|
2870
2879
|
},
|
|
2871
2880
|
/**
|
|
2872
|
-
*
|
|
2881
|
+
* Lookup293: snowbridge_beacon_primitives::types::PublicKey
|
|
2873
2882
|
**/
|
|
2874
2883
|
SnowbridgeBeaconPrimitivesPublicKey: '[u8;48]',
|
|
2875
2884
|
/**
|
|
2876
|
-
*
|
|
2885
|
+
* Lookup297: pallet_ethereum_verifier::types::ExecutionHeaderProof
|
|
2877
2886
|
**/
|
|
2878
2887
|
PalletEthereumVerifierExecutionHeaderProof: {
|
|
2879
2888
|
executionHeader: 'SnowbridgeBeaconPrimitivesVersionedExecutionPayloadHeader',
|
|
2880
2889
|
executionBranch: 'Vec<H256>',
|
|
2881
2890
|
},
|
|
2882
2891
|
/**
|
|
2883
|
-
*
|
|
2892
|
+
* Lookup298: snowbridge_beacon_primitives::types::VersionedExecutionPayloadHeader
|
|
2884
2893
|
**/
|
|
2885
2894
|
SnowbridgeBeaconPrimitivesVersionedExecutionPayloadHeader: {
|
|
2886
2895
|
_enum: {
|
|
@@ -2889,7 +2898,7 @@ export default {
|
|
|
2889
2898
|
},
|
|
2890
2899
|
},
|
|
2891
2900
|
/**
|
|
2892
|
-
*
|
|
2901
|
+
* Lookup299: snowbridge_beacon_primitives::types::ExecutionPayloadHeader
|
|
2893
2902
|
**/
|
|
2894
2903
|
SnowbridgeBeaconPrimitivesExecutionPayloadHeader: {
|
|
2895
2904
|
parentHash: 'H256',
|
|
@@ -2909,7 +2918,7 @@ export default {
|
|
|
2909
2918
|
withdrawalsRoot: 'H256',
|
|
2910
2919
|
},
|
|
2911
2920
|
/**
|
|
2912
|
-
*
|
|
2921
|
+
* Lookup300: snowbridge_beacon_primitives::types::deneb::ExecutionPayloadHeader
|
|
2913
2922
|
**/
|
|
2914
2923
|
SnowbridgeBeaconPrimitivesDenebExecutionPayloadHeader: {
|
|
2915
2924
|
parentHash: 'H256',
|
|
@@ -2931,7 +2940,7 @@ export default {
|
|
|
2931
2940
|
excessBlobGas: 'u64',
|
|
2932
2941
|
},
|
|
2933
2942
|
/**
|
|
2934
|
-
*
|
|
2943
|
+
* Lookup301: pallet_ethereum_verifier::types::ForkVersions
|
|
2935
2944
|
**/
|
|
2936
2945
|
PalletEthereumVerifierForkVersions: {
|
|
2937
2946
|
genesis: 'PalletEthereumVerifierFork',
|
|
@@ -2943,14 +2952,14 @@ export default {
|
|
|
2943
2952
|
fulu: 'PalletEthereumVerifierFork',
|
|
2944
2953
|
},
|
|
2945
2954
|
/**
|
|
2946
|
-
*
|
|
2955
|
+
* Lookup302: pallet_ethereum_verifier::types::Fork
|
|
2947
2956
|
**/
|
|
2948
2957
|
PalletEthereumVerifierFork: {
|
|
2949
2958
|
version: '[u8;4]',
|
|
2950
2959
|
epoch: 'Compact<u64>',
|
|
2951
2960
|
},
|
|
2952
2961
|
/**
|
|
2953
|
-
*
|
|
2962
|
+
* Lookup303: pallet_ethereum_verifier::types::Update
|
|
2954
2963
|
**/
|
|
2955
2964
|
PalletEthereumVerifierUpdate: {
|
|
2956
2965
|
attestedHeader: 'SnowbridgeBeaconPrimitivesBeaconHeader',
|
|
@@ -2962,25 +2971,25 @@ export default {
|
|
|
2962
2971
|
executionHeaderProof: 'PalletEthereumVerifierExecutionHeaderProof',
|
|
2963
2972
|
},
|
|
2964
2973
|
/**
|
|
2965
|
-
*
|
|
2974
|
+
* Lookup304: pallet_ethereum_verifier::types::SyncAggregate
|
|
2966
2975
|
**/
|
|
2967
2976
|
PalletEthereumVerifierSyncAggregate: {
|
|
2968
2977
|
syncCommitteeBits: 'Bytes',
|
|
2969
2978
|
syncCommitteeSignature: 'SnowbridgeBeaconPrimitivesSignature',
|
|
2970
2979
|
},
|
|
2971
2980
|
/**
|
|
2972
|
-
*
|
|
2981
|
+
* Lookup306: snowbridge_beacon_primitives::types::Signature
|
|
2973
2982
|
**/
|
|
2974
2983
|
SnowbridgeBeaconPrimitivesSignature: '[u8;96]',
|
|
2975
2984
|
/**
|
|
2976
|
-
*
|
|
2985
|
+
* Lookup309: pallet_ethereum_verifier::types::NextSyncCommitteeUpdate
|
|
2977
2986
|
**/
|
|
2978
2987
|
PalletEthereumVerifierNextSyncCommitteeUpdate: {
|
|
2979
2988
|
nextSyncCommittee: 'PalletEthereumVerifierSyncCommittee',
|
|
2980
2989
|
nextSyncCommitteeBranch: 'Vec<H256>',
|
|
2981
2990
|
},
|
|
2982
2991
|
/**
|
|
2983
|
-
*
|
|
2992
|
+
* Lookup310: pallet_crosschain_transfer::pallet::Call<T>
|
|
2984
2993
|
**/
|
|
2985
2994
|
PalletCrosschainTransferCall: {
|
|
2986
2995
|
_enum: {
|
|
@@ -3046,7 +3055,7 @@ export default {
|
|
|
3046
3055
|
},
|
|
3047
3056
|
},
|
|
3048
3057
|
/**
|
|
3049
|
-
*
|
|
3058
|
+
* Lookup311: pallet_crosschain_transfer::pallet::ChainConfig
|
|
3050
3059
|
**/
|
|
3051
3060
|
PalletCrosschainTransferChainConfig: {
|
|
3052
3061
|
_enum: {
|
|
@@ -3059,7 +3068,7 @@ export default {
|
|
|
3059
3068
|
},
|
|
3060
3069
|
},
|
|
3061
3070
|
/**
|
|
3062
|
-
*
|
|
3071
|
+
* Lookup313: pallet_crosschain_transfer::pallet::MintingAuthorityActivationRepaymentPricing<T>
|
|
3063
3072
|
**/
|
|
3064
3073
|
PalletCrosschainTransferMintingAuthorityActivationRepaymentPricing: {
|
|
3065
3074
|
activationGasCost: 'Compact<u128>',
|
|
@@ -3068,27 +3077,27 @@ export default {
|
|
|
3068
3077
|
estimatedMicrogonsPerEth: 'u128',
|
|
3069
3078
|
},
|
|
3070
3079
|
/**
|
|
3071
|
-
*
|
|
3080
|
+
* Lookup316: argon_primitives::ethereum::EthereumReceiptLogProofBatch<MaxProofBlocks, MaxReceiptLogs>
|
|
3072
3081
|
**/
|
|
3073
3082
|
ArgonPrimitivesEthereumEthereumReceiptLogProofBatch: {
|
|
3074
3083
|
executionBlockProof: 'ArgonPrimitivesEthereumEthereumExecutionBlockProof',
|
|
3075
3084
|
blocks: 'Vec<ArgonPrimitivesEthereumEthereumReceiptLogProofBlock>',
|
|
3076
3085
|
},
|
|
3077
3086
|
/**
|
|
3078
|
-
*
|
|
3087
|
+
* Lookup317: argon_primitives::ethereum::EthereumExecutionBlockProof
|
|
3079
3088
|
**/
|
|
3080
3089
|
ArgonPrimitivesEthereumEthereumExecutionBlockProof: {
|
|
3081
3090
|
anchorBlockHash: 'H256',
|
|
3082
3091
|
targetToAnchorHeaderChain: 'Vec<ArgonPrimitivesEthereumEthereumExecutionHeader>',
|
|
3083
3092
|
},
|
|
3084
3093
|
/**
|
|
3085
|
-
*
|
|
3094
|
+
* Lookup319: argon_primitives::ethereum::EthereumExecutionHeader
|
|
3086
3095
|
**/
|
|
3087
3096
|
ArgonPrimitivesEthereumEthereumExecutionHeader: {
|
|
3088
3097
|
rlp: 'Bytes',
|
|
3089
3098
|
},
|
|
3090
3099
|
/**
|
|
3091
|
-
*
|
|
3100
|
+
* Lookup323: argon_primitives::ethereum::EthereumReceiptLogProofBlock<MaxReceiptLogs>
|
|
3092
3101
|
**/
|
|
3093
3102
|
ArgonPrimitivesEthereumEthereumReceiptLogProofBlock: {
|
|
3094
3103
|
targetBlockNumber: 'Compact<u64>',
|
|
@@ -3096,28 +3105,28 @@ export default {
|
|
|
3096
3105
|
receiptLogs: 'Vec<ArgonPrimitivesEthereumEthereumReceiptLog>',
|
|
3097
3106
|
},
|
|
3098
3107
|
/**
|
|
3099
|
-
*
|
|
3108
|
+
* Lookup324: argon_primitives::ethereum::EthereumCombinedReceiptProof
|
|
3100
3109
|
**/
|
|
3101
3110
|
ArgonPrimitivesEthereumEthereumCombinedReceiptProof: {
|
|
3102
3111
|
nodes: 'Vec<Bytes>',
|
|
3103
3112
|
receipts: 'Vec<ArgonPrimitivesEthereumEthereumReceiptProofReceipt>',
|
|
3104
3113
|
},
|
|
3105
3114
|
/**
|
|
3106
|
-
*
|
|
3115
|
+
* Lookup328: argon_primitives::ethereum::EthereumReceiptProofReceipt
|
|
3107
3116
|
**/
|
|
3108
3117
|
ArgonPrimitivesEthereumEthereumReceiptProofReceipt: {
|
|
3109
3118
|
transactionIndex: 'Compact<u64>',
|
|
3110
3119
|
nodeIndexes: 'Vec<u16>',
|
|
3111
3120
|
},
|
|
3112
3121
|
/**
|
|
3113
|
-
*
|
|
3122
|
+
* Lookup333: argon_primitives::ethereum::EthereumReceiptLog
|
|
3114
3123
|
**/
|
|
3115
3124
|
ArgonPrimitivesEthereumEthereumReceiptLog: {
|
|
3116
3125
|
transactionIndex: 'Compact<u64>',
|
|
3117
3126
|
eventLog: 'ArgonPrimitivesEthereumEthereumLog',
|
|
3118
3127
|
},
|
|
3119
3128
|
/**
|
|
3120
|
-
*
|
|
3129
|
+
* Lookup334: argon_primitives::ethereum::EthereumLog
|
|
3121
3130
|
**/
|
|
3122
3131
|
ArgonPrimitivesEthereumEthereumLog: {
|
|
3123
3132
|
address: 'H160',
|
|
@@ -3125,7 +3134,7 @@ export default {
|
|
|
3125
3134
|
data: 'Bytes',
|
|
3126
3135
|
},
|
|
3127
3136
|
/**
|
|
3128
|
-
*
|
|
3137
|
+
* Lookup339: pallet_bootstrap::pallet::Call<T>
|
|
3129
3138
|
**/
|
|
3130
3139
|
PalletBootstrapCall: {
|
|
3131
3140
|
_enum: {
|
|
@@ -3141,13 +3150,13 @@ export default {
|
|
|
3141
3150
|
},
|
|
3142
3151
|
},
|
|
3143
3152
|
/**
|
|
3144
|
-
*
|
|
3153
|
+
* Lookup340: pallet_bootstrap::pallet::RecoveryProof
|
|
3145
3154
|
**/
|
|
3146
3155
|
PalletBootstrapRecoveryProof: {
|
|
3147
3156
|
signature: '[u8;64]',
|
|
3148
3157
|
},
|
|
3149
3158
|
/**
|
|
3150
|
-
*
|
|
3159
|
+
* Lookup342: pallet_multisig::pallet::Error<T>
|
|
3151
3160
|
**/
|
|
3152
3161
|
PalletMultisigError: {
|
|
3153
3162
|
_enum: [
|
|
@@ -3168,7 +3177,7 @@ export default {
|
|
|
3168
3177
|
],
|
|
3169
3178
|
},
|
|
3170
3179
|
/**
|
|
3171
|
-
*
|
|
3180
|
+
* Lookup345: pallet_proxy::ProxyDefinition<sp_core::crypto::AccountId32, argon_runtime::ProxyType, BlockNumber>
|
|
3172
3181
|
**/
|
|
3173
3182
|
PalletProxyProxyDefinition: {
|
|
3174
3183
|
delegate: 'AccountId32',
|
|
@@ -3176,7 +3185,7 @@ export default {
|
|
|
3176
3185
|
delay: 'u32',
|
|
3177
3186
|
},
|
|
3178
3187
|
/**
|
|
3179
|
-
*
|
|
3188
|
+
* Lookup349: pallet_proxy::Announcement<sp_core::crypto::AccountId32, primitive_types::H256, BlockNumber>
|
|
3180
3189
|
**/
|
|
3181
3190
|
PalletProxyAnnouncement: {
|
|
3182
3191
|
real: 'AccountId32',
|
|
@@ -3184,7 +3193,7 @@ export default {
|
|
|
3184
3193
|
height: 'u32',
|
|
3185
3194
|
},
|
|
3186
3195
|
/**
|
|
3187
|
-
*
|
|
3196
|
+
* Lookup351: pallet_proxy::pallet::Error<T>
|
|
3188
3197
|
**/
|
|
3189
3198
|
PalletProxyError: {
|
|
3190
3199
|
_enum: [
|
|
@@ -3199,18 +3208,18 @@ export default {
|
|
|
3199
3208
|
],
|
|
3200
3209
|
},
|
|
3201
3210
|
/**
|
|
3202
|
-
*
|
|
3211
|
+
* Lookup352: argon_primitives::tick::Ticker
|
|
3203
3212
|
**/
|
|
3204
3213
|
ArgonPrimitivesTickTicker: {
|
|
3205
3214
|
tickDurationMillis: 'Compact<u64>',
|
|
3206
3215
|
channelHoldExpirationTicks: 'Compact<u64>',
|
|
3207
3216
|
},
|
|
3208
3217
|
/**
|
|
3209
|
-
*
|
|
3218
|
+
* Lookup354: pallet_ticks::pallet::Error<T>
|
|
3210
3219
|
**/
|
|
3211
3220
|
PalletTicksError: 'Null',
|
|
3212
3221
|
/**
|
|
3213
|
-
*
|
|
3222
|
+
* Lookup357: pallet_mining_slot::MinerNonceScoring<T>
|
|
3214
3223
|
**/
|
|
3215
3224
|
PalletMiningSlotMinerNonceScoring: {
|
|
3216
3225
|
nonce: 'U256',
|
|
@@ -3219,7 +3228,7 @@ export default {
|
|
|
3219
3228
|
frameStartBlocksWonSurplus: 'i16',
|
|
3220
3229
|
},
|
|
3221
3230
|
/**
|
|
3222
|
-
*
|
|
3231
|
+
* Lookup369: argon_primitives::block_seal::MiningBidStats
|
|
3223
3232
|
**/
|
|
3224
3233
|
ArgonPrimitivesBlockSealMiningBidStats: {
|
|
3225
3234
|
bidsCount: 'u32',
|
|
@@ -3228,7 +3237,7 @@ export default {
|
|
|
3228
3237
|
bidAmountSum: 'u128',
|
|
3229
3238
|
},
|
|
3230
3239
|
/**
|
|
3231
|
-
*
|
|
3240
|
+
* Lookup373: argon_primitives::block_seal::MiningSlotConfig
|
|
3232
3241
|
**/
|
|
3233
3242
|
ArgonPrimitivesBlockSealMiningSlotConfig: {
|
|
3234
3243
|
ticksBeforeBidEndForVrfClose: 'Compact<u64>',
|
|
@@ -3236,7 +3245,7 @@ export default {
|
|
|
3236
3245
|
slotBiddingStartAfterTicks: 'Compact<u64>',
|
|
3237
3246
|
},
|
|
3238
3247
|
/**
|
|
3239
|
-
*
|
|
3248
|
+
* Lookup383: pallet_mining_slot::pallet::Error<T>
|
|
3240
3249
|
**/
|
|
3241
3250
|
PalletMiningSlotError: {
|
|
3242
3251
|
_enum: [
|
|
@@ -3254,7 +3263,7 @@ export default {
|
|
|
3254
3263
|
],
|
|
3255
3264
|
},
|
|
3256
3265
|
/**
|
|
3257
|
-
*
|
|
3266
|
+
* Lookup384: argon_primitives::bitcoin::UtxoValue
|
|
3258
3267
|
**/
|
|
3259
3268
|
ArgonPrimitivesBitcoinUtxoValue: {
|
|
3260
3269
|
utxoId: 'u64',
|
|
@@ -3264,7 +3273,7 @@ export default {
|
|
|
3264
3273
|
watchForSpentUntilHeight: 'Compact<u64>',
|
|
3265
3274
|
},
|
|
3266
3275
|
/**
|
|
3267
|
-
*
|
|
3276
|
+
* Lookup385: argon_primitives::bitcoin::BitcoinCosignScriptPubkey
|
|
3268
3277
|
**/
|
|
3269
3278
|
ArgonPrimitivesBitcoinBitcoinCosignScriptPubkey: {
|
|
3270
3279
|
_enum: {
|
|
@@ -3274,13 +3283,13 @@ export default {
|
|
|
3274
3283
|
},
|
|
3275
3284
|
},
|
|
3276
3285
|
/**
|
|
3277
|
-
*
|
|
3286
|
+
* Lookup394: argon_primitives::bitcoin::BitcoinNetwork
|
|
3278
3287
|
**/
|
|
3279
3288
|
ArgonPrimitivesBitcoinBitcoinNetwork: {
|
|
3280
3289
|
_enum: ['Bitcoin', 'Testnet', 'Signet', 'Regtest'],
|
|
3281
3290
|
},
|
|
3282
3291
|
/**
|
|
3283
|
-
*
|
|
3292
|
+
* Lookup395: pallet_bitcoin_utxos::pallet::Error<T>
|
|
3284
3293
|
**/
|
|
3285
3294
|
PalletBitcoinUtxosError: {
|
|
3286
3295
|
_enum: [
|
|
@@ -3302,7 +3311,7 @@ export default {
|
|
|
3302
3311
|
],
|
|
3303
3312
|
},
|
|
3304
3313
|
/**
|
|
3305
|
-
*
|
|
3314
|
+
* Lookup396: argon_primitives::vault::Vault<sp_core::crypto::AccountId32, Balance>
|
|
3306
3315
|
**/
|
|
3307
3316
|
ArgonPrimitivesVault: {
|
|
3308
3317
|
operatorAccountId: 'AccountId32',
|
|
@@ -3327,14 +3336,14 @@ export default {
|
|
|
3327
3336
|
operationalMinimumReleaseTick: 'Option<u64>',
|
|
3328
3337
|
},
|
|
3329
3338
|
/**
|
|
3330
|
-
*
|
|
3339
|
+
* Lookup403: argon_primitives::vault::VaultArgonotCommitment<Balance>
|
|
3331
3340
|
**/
|
|
3332
3341
|
ArgonPrimitivesVaultVaultArgonotCommitment: {
|
|
3333
3342
|
committedMicronots: 'Compact<u128>',
|
|
3334
3343
|
encumberedMicronots: 'Compact<u128>',
|
|
3335
3344
|
},
|
|
3336
3345
|
/**
|
|
3337
|
-
*
|
|
3346
|
+
* Lookup405: argon_primitives::bitcoin::BitcoinXPub
|
|
3338
3347
|
**/
|
|
3339
3348
|
ArgonPrimitivesBitcoinBitcoinXPub: {
|
|
3340
3349
|
publicKey: 'ArgonPrimitivesBitcoinCompressedBitcoinPubkey',
|
|
@@ -3345,13 +3354,13 @@ export default {
|
|
|
3345
3354
|
network: 'ArgonPrimitivesBitcoinNetworkKind',
|
|
3346
3355
|
},
|
|
3347
3356
|
/**
|
|
3348
|
-
*
|
|
3357
|
+
* Lookup407: argon_primitives::bitcoin::NetworkKind
|
|
3349
3358
|
**/
|
|
3350
3359
|
ArgonPrimitivesBitcoinNetworkKind: {
|
|
3351
3360
|
_enum: ['Main', 'Test'],
|
|
3352
3361
|
},
|
|
3353
3362
|
/**
|
|
3354
|
-
*
|
|
3363
|
+
* Lookup416: pallet_vaults::pallet::VaultFrameRevenue<T>
|
|
3355
3364
|
**/
|
|
3356
3365
|
PalletVaultsVaultFrameRevenue: {
|
|
3357
3366
|
frameId: 'Compact<u64>',
|
|
@@ -3372,7 +3381,7 @@ export default {
|
|
|
3372
3381
|
uncollectedRevenue: 'Compact<u128>',
|
|
3373
3382
|
},
|
|
3374
3383
|
/**
|
|
3375
|
-
*
|
|
3384
|
+
* Lookup419: pallet_vaults::pallet::RecentCapacityDrop<Balance, BlockNumber>
|
|
3376
3385
|
**/
|
|
3377
3386
|
PalletVaultsRecentCapacityDrop: {
|
|
3378
3387
|
blockNumber: 'Compact<u32>',
|
|
@@ -3381,7 +3390,7 @@ export default {
|
|
|
3381
3390
|
noFeeFailuresUsed: 'Compact<u32>',
|
|
3382
3391
|
},
|
|
3383
3392
|
/**
|
|
3384
|
-
*
|
|
3393
|
+
* Lookup421: pallet_vaults::pallet::Error<T>
|
|
3385
3394
|
**/
|
|
3386
3395
|
PalletVaultsError: {
|
|
3387
3396
|
_enum: [
|
|
@@ -3422,7 +3431,7 @@ export default {
|
|
|
3422
3431
|
],
|
|
3423
3432
|
},
|
|
3424
3433
|
/**
|
|
3425
|
-
*
|
|
3434
|
+
* Lookup422: pallet_bitcoin_locks::pallet::LockedBitcoin<T>
|
|
3426
3435
|
**/
|
|
3427
3436
|
PalletBitcoinLocksLockedBitcoin: {
|
|
3428
3437
|
vaultId: 'Compact<u32>',
|
|
@@ -3448,7 +3457,7 @@ export default {
|
|
|
3448
3457
|
createdAtArgonBlock: 'Compact<u32>',
|
|
3449
3458
|
},
|
|
3450
3459
|
/**
|
|
3451
|
-
*
|
|
3460
|
+
* Lookup426: pallet_bitcoin_locks::pallet::LockReleaseRequest<Balance>
|
|
3452
3461
|
**/
|
|
3453
3462
|
PalletBitcoinLocksLockReleaseRequest: {
|
|
3454
3463
|
utxoId: 'Compact<u64>',
|
|
@@ -3459,7 +3468,7 @@ export default {
|
|
|
3459
3468
|
redemptionAmount: 'Compact<u128>',
|
|
3460
3469
|
},
|
|
3461
3470
|
/**
|
|
3462
|
-
*
|
|
3471
|
+
* Lookup428: pallet_bitcoin_locks::pallet::OrphanedUtxo<BlockNumber>
|
|
3463
3472
|
**/
|
|
3464
3473
|
PalletBitcoinLocksOrphanedUtxo: {
|
|
3465
3474
|
utxoId: 'Compact<u64>',
|
|
@@ -3469,7 +3478,7 @@ export default {
|
|
|
3469
3478
|
cosignRequest: 'Option<PalletBitcoinLocksOrphanedUtxoCosignRequest>',
|
|
3470
3479
|
},
|
|
3471
3480
|
/**
|
|
3472
|
-
*
|
|
3481
|
+
* Lookup430: pallet_bitcoin_locks::pallet::OrphanedUtxoCosignRequest<BlockNumber>
|
|
3473
3482
|
**/
|
|
3474
3483
|
PalletBitcoinLocksOrphanedUtxoCosignRequest: {
|
|
3475
3484
|
bitcoinNetworkFee: 'u64',
|
|
@@ -3477,7 +3486,7 @@ export default {
|
|
|
3477
3486
|
createdAtArgonBlockNumber: 'u32',
|
|
3478
3487
|
},
|
|
3479
3488
|
/**
|
|
3480
|
-
*
|
|
3489
|
+
* Lookup437: pallet_bitcoin_locks::pallet::Error<T>
|
|
3481
3490
|
**/
|
|
3482
3491
|
PalletBitcoinLocksError: {
|
|
3483
3492
|
_enum: {
|
|
@@ -3519,7 +3528,7 @@ export default {
|
|
|
3519
3528
|
},
|
|
3520
3529
|
},
|
|
3521
3530
|
/**
|
|
3522
|
-
*
|
|
3531
|
+
* Lookup438: argon_primitives::vault::VaultError
|
|
3523
3532
|
**/
|
|
3524
3533
|
ArgonPrimitivesVaultVaultError: {
|
|
3525
3534
|
_enum: [
|
|
@@ -3539,7 +3548,7 @@ export default {
|
|
|
3539
3548
|
],
|
|
3540
3549
|
},
|
|
3541
3550
|
/**
|
|
3542
|
-
*
|
|
3551
|
+
* Lookup450: pallet_notaries::pallet::Error<T>
|
|
3543
3552
|
**/
|
|
3544
3553
|
PalletNotariesError: {
|
|
3545
3554
|
_enum: [
|
|
@@ -3555,7 +3564,7 @@ export default {
|
|
|
3555
3564
|
],
|
|
3556
3565
|
},
|
|
3557
3566
|
/**
|
|
3558
|
-
*
|
|
3567
|
+
* Lookup454: argon_primitives::notary::NotaryNotebookKeyDetails
|
|
3559
3568
|
**/
|
|
3560
3569
|
ArgonPrimitivesNotaryNotaryNotebookKeyDetails: {
|
|
3561
3570
|
notebookNumber: 'Compact<u32>',
|
|
@@ -3565,7 +3574,7 @@ export default {
|
|
|
3565
3574
|
parentSecret: 'Option<H256>',
|
|
3566
3575
|
},
|
|
3567
3576
|
/**
|
|
3568
|
-
*
|
|
3577
|
+
* Lookup457: pallet_notebook::pallet::Error<T>
|
|
3569
3578
|
**/
|
|
3570
3579
|
PalletNotebookError: {
|
|
3571
3580
|
_enum: [
|
|
@@ -3587,7 +3596,7 @@ export default {
|
|
|
3587
3596
|
],
|
|
3588
3597
|
},
|
|
3589
3598
|
/**
|
|
3590
|
-
*
|
|
3599
|
+
* Lookup458: pallet_localchain_transfer::QueuedTransferOut<sp_core::crypto::AccountId32, Balance>
|
|
3591
3600
|
**/
|
|
3592
3601
|
PalletLocalchainTransferQueuedTransferOut: {
|
|
3593
3602
|
accountId: 'AccountId32',
|
|
@@ -3596,11 +3605,11 @@ export default {
|
|
|
3596
3605
|
notaryId: 'u32',
|
|
3597
3606
|
},
|
|
3598
3607
|
/**
|
|
3599
|
-
*
|
|
3608
|
+
* Lookup460: frame_support::PalletId
|
|
3600
3609
|
**/
|
|
3601
3610
|
FrameSupportPalletId: '[u8;8]',
|
|
3602
3611
|
/**
|
|
3603
|
-
*
|
|
3612
|
+
* Lookup461: pallet_localchain_transfer::pallet::Error<T>
|
|
3604
3613
|
**/
|
|
3605
3614
|
PalletLocalchainTransferError: {
|
|
3606
3615
|
_enum: [
|
|
@@ -3615,7 +3624,7 @@ export default {
|
|
|
3615
3624
|
],
|
|
3616
3625
|
},
|
|
3617
3626
|
/**
|
|
3618
|
-
*
|
|
3627
|
+
* Lookup465: argon_primitives::notary::NotaryNotebookVoteDigestDetails
|
|
3619
3628
|
**/
|
|
3620
3629
|
ArgonPrimitivesNotaryNotaryNotebookVoteDigestDetails: {
|
|
3621
3630
|
notaryId: 'Compact<u32>',
|
|
@@ -3625,13 +3634,13 @@ export default {
|
|
|
3625
3634
|
blockVotingPower: 'Compact<u128>',
|
|
3626
3635
|
},
|
|
3627
3636
|
/**
|
|
3628
|
-
*
|
|
3637
|
+
* Lookup470: pallet_block_seal_spec::pallet::Error<T>
|
|
3629
3638
|
**/
|
|
3630
3639
|
PalletBlockSealSpecError: {
|
|
3631
3640
|
_enum: ['MaxNotebooksAtTickExceeded'],
|
|
3632
3641
|
},
|
|
3633
3642
|
/**
|
|
3634
|
-
*
|
|
3643
|
+
* Lookup472: pallet_domains::pallet::Error<T>
|
|
3635
3644
|
**/
|
|
3636
3645
|
PalletDomainsError: {
|
|
3637
3646
|
_enum: [
|
|
@@ -3643,7 +3652,15 @@ export default {
|
|
|
3643
3652
|
],
|
|
3644
3653
|
},
|
|
3645
3654
|
/**
|
|
3646
|
-
*
|
|
3655
|
+
* Lookup474: pallet_price_index::EthereumPriceFrameAccumulator
|
|
3656
|
+
**/
|
|
3657
|
+
PalletPriceIndexEthereumPriceFrameAccumulator: {
|
|
3658
|
+
totalUsdPrice: 'u128',
|
|
3659
|
+
totalWeiPerGas: 'Compact<u128>',
|
|
3660
|
+
sampleCount: 'Compact<u32>',
|
|
3661
|
+
},
|
|
3662
|
+
/**
|
|
3663
|
+
* Lookup479: pallet_price_index::CpiMeasurementBucket
|
|
3647
3664
|
**/
|
|
3648
3665
|
PalletPriceIndexCpiMeasurementBucket: {
|
|
3649
3666
|
tickRange: '(u64,u64)',
|
|
@@ -3651,7 +3668,7 @@ export default {
|
|
|
3651
3668
|
measurementsCount: 'u32',
|
|
3652
3669
|
},
|
|
3653
3670
|
/**
|
|
3654
|
-
*
|
|
3671
|
+
* Lookup483: pallet_price_index::ArgonotAverageFrameAccumulator<Balance>
|
|
3655
3672
|
**/
|
|
3656
3673
|
PalletPriceIndexArgonotAverageFrameAccumulator: {
|
|
3657
3674
|
frameId: 'Compact<u64>',
|
|
@@ -3659,7 +3676,7 @@ export default {
|
|
|
3659
3676
|
sampleCount: 'Compact<u32>',
|
|
3660
3677
|
},
|
|
3661
3678
|
/**
|
|
3662
|
-
*
|
|
3679
|
+
* Lookup484: pallet_price_index::pallet::Error<T>
|
|
3663
3680
|
**/
|
|
3664
3681
|
PalletPriceIndexError: {
|
|
3665
3682
|
_enum: [
|
|
@@ -3667,10 +3684,11 @@ export default {
|
|
|
3667
3684
|
'MissingValue',
|
|
3668
3685
|
'PricesTooOld',
|
|
3669
3686
|
'MaxPriceChangePerTickExceeded',
|
|
3687
|
+
'InvalidEthereumPrices',
|
|
3670
3688
|
],
|
|
3671
3689
|
},
|
|
3672
3690
|
/**
|
|
3673
|
-
*
|
|
3691
|
+
* Lookup485: pallet_grandpa::StoredState<N>
|
|
3674
3692
|
**/
|
|
3675
3693
|
PalletGrandpaStoredState: {
|
|
3676
3694
|
_enum: {
|
|
@@ -3687,7 +3705,7 @@ export default {
|
|
|
3687
3705
|
},
|
|
3688
3706
|
},
|
|
3689
3707
|
/**
|
|
3690
|
-
*
|
|
3708
|
+
* Lookup486: pallet_grandpa::StoredPendingChange<N, Limit>
|
|
3691
3709
|
**/
|
|
3692
3710
|
PalletGrandpaStoredPendingChange: {
|
|
3693
3711
|
scheduledAt: 'u32',
|
|
@@ -3696,7 +3714,7 @@ export default {
|
|
|
3696
3714
|
forced: 'Option<u32>',
|
|
3697
3715
|
},
|
|
3698
3716
|
/**
|
|
3699
|
-
*
|
|
3717
|
+
* Lookup488: pallet_grandpa::pallet::Error<T>
|
|
3700
3718
|
**/
|
|
3701
3719
|
PalletGrandpaError: {
|
|
3702
3720
|
_enum: [
|
|
@@ -3710,7 +3728,7 @@ export default {
|
|
|
3710
3728
|
],
|
|
3711
3729
|
},
|
|
3712
3730
|
/**
|
|
3713
|
-
*
|
|
3731
|
+
* Lookup489: argon_primitives::providers::BlockSealerInfo<sp_core::crypto::AccountId32, argon_primitives::block_seal::app::Public>
|
|
3714
3732
|
**/
|
|
3715
3733
|
ArgonPrimitivesProvidersBlockSealerInfo: {
|
|
3716
3734
|
blockAuthorAccountId: 'AccountId32',
|
|
@@ -3718,7 +3736,7 @@ export default {
|
|
|
3718
3736
|
blockSealAuthority: 'Option<ArgonPrimitivesBlockSealAppPublic>',
|
|
3719
3737
|
},
|
|
3720
3738
|
/**
|
|
3721
|
-
*
|
|
3739
|
+
* Lookup491: pallet_block_seal::pallet::Error<T>
|
|
3722
3740
|
**/
|
|
3723
3741
|
PalletBlockSealError: {
|
|
3724
3742
|
_enum: [
|
|
@@ -3746,11 +3764,11 @@ export default {
|
|
|
3746
3764
|
],
|
|
3747
3765
|
},
|
|
3748
3766
|
/**
|
|
3749
|
-
*
|
|
3767
|
+
* Lookup495: pallet_block_rewards::pallet::Error<T>
|
|
3750
3768
|
**/
|
|
3751
3769
|
PalletBlockRewardsError: 'Null',
|
|
3752
3770
|
/**
|
|
3753
|
-
*
|
|
3771
|
+
* Lookup496: pallet_mint::pallet::PendingMintUtxo<T>
|
|
3754
3772
|
**/
|
|
3755
3773
|
PalletMintPendingMintUtxo: {
|
|
3756
3774
|
utxoId: 'Compact<u64>',
|
|
@@ -3759,7 +3777,7 @@ export default {
|
|
|
3759
3777
|
maxAmountPerFrame: 'Compact<u128>',
|
|
3760
3778
|
},
|
|
3761
3779
|
/**
|
|
3762
|
-
*
|
|
3780
|
+
* Lookup498: pallet_mint::pallet::MintQueueCursor
|
|
3763
3781
|
**/
|
|
3764
3782
|
PalletMintMintQueueCursor: {
|
|
3765
3783
|
payoutStartIndex: 'Compact<u64>',
|
|
@@ -3767,7 +3785,7 @@ export default {
|
|
|
3767
3785
|
payoutCursorFrameId: 'Option<u64>',
|
|
3768
3786
|
},
|
|
3769
3787
|
/**
|
|
3770
|
-
*
|
|
3788
|
+
* Lookup501: pallet_mint::pallet::MintAction<B>
|
|
3771
3789
|
**/
|
|
3772
3790
|
PalletMintMintAction: {
|
|
3773
3791
|
argonBurned: 'u128',
|
|
@@ -3775,13 +3793,13 @@ export default {
|
|
|
3775
3793
|
bitcoinMinted: 'u128',
|
|
3776
3794
|
},
|
|
3777
3795
|
/**
|
|
3778
|
-
*
|
|
3796
|
+
* Lookup503: pallet_mint::pallet::Error<T>
|
|
3779
3797
|
**/
|
|
3780
3798
|
PalletMintError: {
|
|
3781
3799
|
_enum: ['TooManyPendingMints'],
|
|
3782
3800
|
},
|
|
3783
3801
|
/**
|
|
3784
|
-
*
|
|
3802
|
+
* Lookup505: pallet_balances::types::BalanceLock<Balance>
|
|
3785
3803
|
**/
|
|
3786
3804
|
PalletBalancesBalanceLock: {
|
|
3787
3805
|
id: '[u8;8]',
|
|
@@ -3789,34 +3807,34 @@ export default {
|
|
|
3789
3807
|
reasons: 'PalletBalancesReasons',
|
|
3790
3808
|
},
|
|
3791
3809
|
/**
|
|
3792
|
-
*
|
|
3810
|
+
* Lookup506: pallet_balances::types::Reasons
|
|
3793
3811
|
**/
|
|
3794
3812
|
PalletBalancesReasons: {
|
|
3795
3813
|
_enum: ['Fee', 'Misc', 'All'],
|
|
3796
3814
|
},
|
|
3797
3815
|
/**
|
|
3798
|
-
*
|
|
3816
|
+
* Lookup509: pallet_balances::types::ReserveData<ReserveIdentifier, Balance>
|
|
3799
3817
|
**/
|
|
3800
3818
|
PalletBalancesReserveData: {
|
|
3801
3819
|
id: '[u8;8]',
|
|
3802
3820
|
amount: 'u128',
|
|
3803
3821
|
},
|
|
3804
3822
|
/**
|
|
3805
|
-
*
|
|
3823
|
+
* Lookup512: frame_support::traits::tokens::misc::IdAmount<argon_runtime::RuntimeHoldReason, Balance>
|
|
3806
3824
|
**/
|
|
3807
3825
|
FrameSupportTokensMiscIdAmountRuntimeHoldReason: {
|
|
3808
3826
|
id: 'ArgonRuntimeRuntimeHoldReason',
|
|
3809
3827
|
amount: 'u128',
|
|
3810
3828
|
},
|
|
3811
3829
|
/**
|
|
3812
|
-
*
|
|
3830
|
+
* Lookup515: frame_support::traits::tokens::misc::IdAmount<argon_runtime::RuntimeFreezeReason, Balance>
|
|
3813
3831
|
**/
|
|
3814
3832
|
FrameSupportTokensMiscIdAmountRuntimeFreezeReason: {
|
|
3815
3833
|
id: 'ArgonRuntimeRuntimeFreezeReason',
|
|
3816
3834
|
amount: 'u128',
|
|
3817
3835
|
},
|
|
3818
3836
|
/**
|
|
3819
|
-
*
|
|
3837
|
+
* Lookup516: argon_runtime::RuntimeFreezeReason
|
|
3820
3838
|
**/
|
|
3821
3839
|
ArgonRuntimeRuntimeFreezeReason: {
|
|
3822
3840
|
_enum: {
|
|
@@ -3843,13 +3861,13 @@ export default {
|
|
|
3843
3861
|
},
|
|
3844
3862
|
},
|
|
3845
3863
|
/**
|
|
3846
|
-
*
|
|
3864
|
+
* Lookup517: pallet_block_rewards::pallet::FreezeReason
|
|
3847
3865
|
**/
|
|
3848
3866
|
PalletBlockRewardsFreezeReason: {
|
|
3849
3867
|
_enum: ['MaturationPeriod'],
|
|
3850
3868
|
},
|
|
3851
3869
|
/**
|
|
3852
|
-
*
|
|
3870
|
+
* Lookup519: pallet_balances::pallet::Error<T, I>
|
|
3853
3871
|
**/
|
|
3854
3872
|
PalletBalancesError: {
|
|
3855
3873
|
_enum: [
|
|
@@ -3868,48 +3886,48 @@ export default {
|
|
|
3868
3886
|
],
|
|
3869
3887
|
},
|
|
3870
3888
|
/**
|
|
3871
|
-
*
|
|
3889
|
+
* Lookup521: pallet_tx_pause::pallet::Error<T>
|
|
3872
3890
|
**/
|
|
3873
3891
|
PalletTxPauseError: {
|
|
3874
3892
|
_enum: ['IsPaused', 'IsUnpaused', 'Unpausable', 'NotFound'],
|
|
3875
3893
|
},
|
|
3876
3894
|
/**
|
|
3877
|
-
*
|
|
3895
|
+
* Lookup522: pallet_transaction_payment::Releases
|
|
3878
3896
|
**/
|
|
3879
3897
|
PalletTransactionPaymentReleases: {
|
|
3880
3898
|
_enum: ['V1Ancient', 'V2'],
|
|
3881
3899
|
},
|
|
3882
3900
|
/**
|
|
3883
|
-
*
|
|
3901
|
+
* Lookup523: frame_support::traits::storage::NoDrop<frame_support::traits::tokens::fungible::imbalance::Imbalance<B, OnDrop, OppositeOnDrop>>
|
|
3884
3902
|
**/
|
|
3885
3903
|
FrameSupportStorageNoDrop: 'FrameSupportTokensFungibleImbalance',
|
|
3886
3904
|
/**
|
|
3887
|
-
*
|
|
3905
|
+
* Lookup524: frame_support::traits::tokens::fungible::imbalance::Imbalance<B, OnDrop, OppositeOnDrop>
|
|
3888
3906
|
**/
|
|
3889
3907
|
FrameSupportTokensFungibleImbalance: {
|
|
3890
3908
|
amount: 'u128',
|
|
3891
3909
|
},
|
|
3892
3910
|
/**
|
|
3893
|
-
*
|
|
3911
|
+
* Lookup525: pallet_utility::pallet::Error<T>
|
|
3894
3912
|
**/
|
|
3895
3913
|
PalletUtilityError: {
|
|
3896
3914
|
_enum: ['TooManyCalls'],
|
|
3897
3915
|
},
|
|
3898
3916
|
/**
|
|
3899
|
-
*
|
|
3917
|
+
* Lookup526: pallet_sudo::pallet::Error<T>
|
|
3900
3918
|
**/
|
|
3901
3919
|
PalletSudoError: {
|
|
3902
3920
|
_enum: ['RequireSudo'],
|
|
3903
3921
|
},
|
|
3904
3922
|
/**
|
|
3905
|
-
*
|
|
3923
|
+
* Lookup527: pallet_treasury::pallet::FrameVaultCapital<T>
|
|
3906
3924
|
**/
|
|
3907
3925
|
PalletTreasuryFrameVaultCapital: {
|
|
3908
3926
|
frameId: 'Compact<u64>',
|
|
3909
3927
|
vaults: 'BTreeMap<u32, PalletTreasuryVaultCapital>',
|
|
3910
3928
|
},
|
|
3911
3929
|
/**
|
|
3912
|
-
*
|
|
3930
|
+
* Lookup529: pallet_treasury::pallet::VaultCapital<T>
|
|
3913
3931
|
**/
|
|
3914
3932
|
PalletTreasuryVaultCapital: {
|
|
3915
3933
|
bondLotAllocations: 'Vec<PalletTreasuryBondLotAllocation>',
|
|
@@ -3918,14 +3936,14 @@ export default {
|
|
|
3918
3936
|
eligibleBonds: 'Compact<u32>',
|
|
3919
3937
|
},
|
|
3920
3938
|
/**
|
|
3921
|
-
*
|
|
3939
|
+
* Lookup531: pallet_treasury::pallet::BondLotAllocation
|
|
3922
3940
|
**/
|
|
3923
3941
|
PalletTreasuryBondLotAllocation: {
|
|
3924
3942
|
bondLotId: 'Compact<u64>',
|
|
3925
3943
|
prorata: 'u128',
|
|
3926
3944
|
},
|
|
3927
3945
|
/**
|
|
3928
|
-
*
|
|
3946
|
+
* Lookup536: pallet_treasury::pallet::FrameArgonotBondParticipants<T>
|
|
3929
3947
|
**/
|
|
3930
3948
|
PalletTreasuryFrameArgonotBondParticipants: {
|
|
3931
3949
|
frameId: 'Compact<u64>',
|
|
@@ -3933,14 +3951,14 @@ export default {
|
|
|
3933
3951
|
bondLots: 'Vec<PalletTreasuryBondLotSummary>',
|
|
3934
3952
|
},
|
|
3935
3953
|
/**
|
|
3936
|
-
*
|
|
3954
|
+
* Lookup538: pallet_treasury::pallet::BondLotSummary
|
|
3937
3955
|
**/
|
|
3938
3956
|
PalletTreasuryBondLotSummary: {
|
|
3939
3957
|
bondLotId: 'Compact<u64>',
|
|
3940
3958
|
bonds: 'Compact<u32>',
|
|
3941
3959
|
},
|
|
3942
3960
|
/**
|
|
3943
|
-
*
|
|
3961
|
+
* Lookup540: pallet_treasury::pallet::BondLot<T>
|
|
3944
3962
|
**/
|
|
3945
3963
|
PalletTreasuryBondLot: {
|
|
3946
3964
|
owner: 'AccountId32',
|
|
@@ -3956,7 +3974,7 @@ export default {
|
|
|
3956
3974
|
releaseReason: 'Option<PalletTreasuryBondReleaseReason>',
|
|
3957
3975
|
},
|
|
3958
3976
|
/**
|
|
3959
|
-
*
|
|
3977
|
+
* Lookup541: pallet_treasury::pallet::BondProgram
|
|
3960
3978
|
**/
|
|
3961
3979
|
PalletTreasuryBondProgram: {
|
|
3962
3980
|
_enum: {
|
|
@@ -3969,7 +3987,7 @@ export default {
|
|
|
3969
3987
|
},
|
|
3970
3988
|
},
|
|
3971
3989
|
/**
|
|
3972
|
-
*
|
|
3990
|
+
* Lookup544: pallet_treasury::pallet::VaultBondState<T>
|
|
3973
3991
|
**/
|
|
3974
3992
|
PalletTreasuryVaultBondState: {
|
|
3975
3993
|
bondLots: 'Vec<PalletTreasuryBondLotSummary>',
|
|
@@ -3977,7 +3995,7 @@ export default {
|
|
|
3977
3995
|
backfillBondsReserved: 'Compact<u32>',
|
|
3978
3996
|
},
|
|
3979
3997
|
/**
|
|
3980
|
-
*
|
|
3998
|
+
* Lookup546: pallet_treasury::pallet::Error<T>
|
|
3981
3999
|
**/
|
|
3982
4000
|
PalletTreasuryError: {
|
|
3983
4001
|
_enum: [
|
|
@@ -4004,13 +4022,13 @@ export default {
|
|
|
4004
4022
|
],
|
|
4005
4023
|
},
|
|
4006
4024
|
/**
|
|
4007
|
-
*
|
|
4025
|
+
* Lookup547: pallet_fee_control::pallet::Error<T>
|
|
4008
4026
|
**/
|
|
4009
4027
|
PalletFeeControlError: {
|
|
4010
4028
|
_enum: ['SponsoredFeeTooHigh'],
|
|
4011
4029
|
},
|
|
4012
4030
|
/**
|
|
4013
|
-
*
|
|
4031
|
+
* Lookup548: pallet_operational_accounts::pallet::OperationalAccount<T>
|
|
4014
4032
|
**/
|
|
4015
4033
|
PalletOperationalAccountsOperationalAccount: {
|
|
4016
4034
|
vaultAccount: 'AccountId32',
|
|
@@ -4034,14 +4052,14 @@ export default {
|
|
|
4034
4052
|
isOperationallyCertified: 'bool',
|
|
4035
4053
|
},
|
|
4036
4054
|
/**
|
|
4037
|
-
*
|
|
4055
|
+
* Lookup549: pallet_operational_accounts::pallet::RewardsConfig<Balance>
|
|
4038
4056
|
**/
|
|
4039
4057
|
PalletOperationalAccountsRewardsConfig: {
|
|
4040
4058
|
operationalCertificationReward: 'Compact<u128>',
|
|
4041
4059
|
operationalCertificationBonusReward: 'Compact<u128>',
|
|
4042
4060
|
},
|
|
4043
4061
|
/**
|
|
4044
|
-
*
|
|
4062
|
+
* Lookup550: pallet_operational_accounts::pallet::Error<T>
|
|
4045
4063
|
**/
|
|
4046
4064
|
PalletOperationalAccountsError: {
|
|
4047
4065
|
_enum: [
|
|
@@ -4067,13 +4085,13 @@ export default {
|
|
|
4067
4085
|
],
|
|
4068
4086
|
},
|
|
4069
4087
|
/**
|
|
4070
|
-
*
|
|
4088
|
+
* Lookup551: pallet_ethereum_verifier::types::FinalizedBeaconHeaderState
|
|
4071
4089
|
**/
|
|
4072
4090
|
PalletEthereumVerifierFinalizedBeaconHeaderState: {
|
|
4073
4091
|
slot: 'Compact<u64>',
|
|
4074
4092
|
},
|
|
4075
4093
|
/**
|
|
4076
|
-
*
|
|
4094
|
+
* Lookup552: pallet_ethereum_verifier::types::ExecutionHeaderAnchor
|
|
4077
4095
|
**/
|
|
4078
4096
|
PalletEthereumVerifierExecutionHeaderAnchor: {
|
|
4079
4097
|
blockNumber: 'Compact<u64>',
|
|
@@ -4084,7 +4102,7 @@ export default {
|
|
|
4084
4102
|
receiptsRoot: 'H256',
|
|
4085
4103
|
},
|
|
4086
4104
|
/**
|
|
4087
|
-
*
|
|
4105
|
+
* Lookup553: pallet_ethereum_verifier::types::SyncCommitteePrepared
|
|
4088
4106
|
**/
|
|
4089
4107
|
PalletEthereumVerifierSyncCommitteePrepared: {
|
|
4090
4108
|
root: 'H256',
|
|
@@ -4092,13 +4110,13 @@ export default {
|
|
|
4092
4110
|
aggregatePubkey: 'SnowbridgeMilagroBlsKeysPublicKey',
|
|
4093
4111
|
},
|
|
4094
4112
|
/**
|
|
4095
|
-
*
|
|
4113
|
+
* Lookup555: snowbridge_milagro_bls::keys::PublicKey
|
|
4096
4114
|
**/
|
|
4097
4115
|
SnowbridgeMilagroBlsKeysPublicKey: {
|
|
4098
4116
|
point: 'SnowbridgeAmclBls381Ecp',
|
|
4099
4117
|
},
|
|
4100
4118
|
/**
|
|
4101
|
-
*
|
|
4119
|
+
* Lookup556: snowbridge_amcl::bls381::ecp::ECP
|
|
4102
4120
|
**/
|
|
4103
4121
|
SnowbridgeAmclBls381Ecp: {
|
|
4104
4122
|
x: 'SnowbridgeAmclBls381Fp',
|
|
@@ -4106,26 +4124,26 @@ export default {
|
|
|
4106
4124
|
z: 'SnowbridgeAmclBls381Fp',
|
|
4107
4125
|
},
|
|
4108
4126
|
/**
|
|
4109
|
-
*
|
|
4127
|
+
* Lookup557: snowbridge_amcl::bls381::fp::FP
|
|
4110
4128
|
**/
|
|
4111
4129
|
SnowbridgeAmclBls381Fp: {
|
|
4112
4130
|
x: 'SnowbridgeAmclBls381Big',
|
|
4113
4131
|
xes: 'i32',
|
|
4114
4132
|
},
|
|
4115
4133
|
/**
|
|
4116
|
-
*
|
|
4134
|
+
* Lookup558: snowbridge_amcl::bls381::big::Big
|
|
4117
4135
|
**/
|
|
4118
4136
|
SnowbridgeAmclBls381Big: {
|
|
4119
4137
|
w: '[i32;14]',
|
|
4120
4138
|
},
|
|
4121
4139
|
/**
|
|
4122
|
-
*
|
|
4140
|
+
* Lookup562: argon_primitives::ethereum::EthereumBeaconPreset
|
|
4123
4141
|
**/
|
|
4124
4142
|
ArgonPrimitivesEthereumEthereumBeaconPreset: {
|
|
4125
4143
|
_enum: ['Mainnet', 'Minimal'],
|
|
4126
4144
|
},
|
|
4127
4145
|
/**
|
|
4128
|
-
*
|
|
4146
|
+
* Lookup563: pallet_ethereum_verifier::pallet::Error<T>
|
|
4129
4147
|
**/
|
|
4130
4148
|
PalletEthereumVerifierError: {
|
|
4131
4149
|
_enum: [
|
|
@@ -4156,7 +4174,7 @@ export default {
|
|
|
4156
4174
|
],
|
|
4157
4175
|
},
|
|
4158
4176
|
/**
|
|
4159
|
-
*
|
|
4177
|
+
* Lookup564: pallet_crosschain_transfer::pallet::AccountTransferTotals<T>
|
|
4160
4178
|
**/
|
|
4161
4179
|
PalletCrosschainTransferAccountTransferTotals: {
|
|
4162
4180
|
microgonsIn: 'u128',
|
|
@@ -4169,7 +4187,7 @@ export default {
|
|
|
4169
4187
|
argonotTransfersOutCount: 'Compact<u32>',
|
|
4170
4188
|
},
|
|
4171
4189
|
/**
|
|
4172
|
-
*
|
|
4190
|
+
* Lookup566: pallet_crosschain_transfer::pallet::GlobalIssuanceCouncil<T>
|
|
4173
4191
|
**/
|
|
4174
4192
|
PalletCrosschainTransferGlobalIssuanceCouncil: {
|
|
4175
4193
|
epochMicrogonsPerArgonot: 'u128',
|
|
@@ -4177,7 +4195,7 @@ export default {
|
|
|
4177
4195
|
totalWeight: 'u128',
|
|
4178
4196
|
},
|
|
4179
4197
|
/**
|
|
4180
|
-
*
|
|
4198
|
+
* Lookup568: pallet_crosschain_transfer::pallet::GlobalIssuanceCouncilMember<T>
|
|
4181
4199
|
**/
|
|
4182
4200
|
PalletCrosschainTransferGlobalIssuanceCouncilMember: {
|
|
4183
4201
|
accountId: 'AccountId32',
|
|
@@ -4185,7 +4203,7 @@ export default {
|
|
|
4185
4203
|
weight: 'u128',
|
|
4186
4204
|
},
|
|
4187
4205
|
/**
|
|
4188
|
-
*
|
|
4206
|
+
* Lookup573: pallet_crosschain_transfer::pallet::CouncilApprovalQueueEntry<T>
|
|
4189
4207
|
**/
|
|
4190
4208
|
PalletCrosschainTransferCouncilApprovalQueueEntry: {
|
|
4191
4209
|
approvingCouncilHash: 'H256',
|
|
@@ -4198,7 +4216,7 @@ export default {
|
|
|
4198
4216
|
signatures: 'BTreeMap<H160, [u8;65]>',
|
|
4199
4217
|
},
|
|
4200
4218
|
/**
|
|
4201
|
-
*
|
|
4219
|
+
* Lookup578: pallet_crosschain_transfer::pallet::MintingAuthority<T>
|
|
4202
4220
|
**/
|
|
4203
4221
|
PalletCrosschainTransferMintingAuthority: {
|
|
4204
4222
|
accountId: 'AccountId32',
|
|
@@ -4216,13 +4234,13 @@ export default {
|
|
|
4216
4234
|
deactivationApprovalQueueNonce: 'Option<u64>',
|
|
4217
4235
|
},
|
|
4218
4236
|
/**
|
|
4219
|
-
*
|
|
4237
|
+
* Lookup579: pallet_crosschain_transfer::pallet::MintingAuthorityState
|
|
4220
4238
|
**/
|
|
4221
4239
|
PalletCrosschainTransferMintingAuthorityState: {
|
|
4222
4240
|
_enum: ['PendingActivation', 'Active', 'Deactivating'],
|
|
4223
4241
|
},
|
|
4224
4242
|
/**
|
|
4225
|
-
*
|
|
4243
|
+
* Lookup581: pallet_crosschain_transfer::transfer_out::TransferOutOfArgon<T>
|
|
4226
4244
|
**/
|
|
4227
4245
|
PalletCrosschainTransferTransferOutTransferOutOfArgon: {
|
|
4228
4246
|
argonAccountId: 'AccountId32',
|
|
@@ -4240,7 +4258,7 @@ export default {
|
|
|
4240
4258
|
state: 'PalletCrosschainTransferTransferOutTransferOutState',
|
|
4241
4259
|
},
|
|
4242
4260
|
/**
|
|
4243
|
-
*
|
|
4261
|
+
* Lookup583: pallet_crosschain_transfer::transfer_out::MintingAuthorityTransferReservation<T>
|
|
4244
4262
|
**/
|
|
4245
4263
|
PalletCrosschainTransferTransferOutMintingAuthorityTransferReservation: {
|
|
4246
4264
|
microgonCollateral: 'u128',
|
|
@@ -4249,13 +4267,13 @@ export default {
|
|
|
4249
4267
|
signature: '[u8;65]',
|
|
4250
4268
|
},
|
|
4251
4269
|
/**
|
|
4252
|
-
*
|
|
4270
|
+
* Lookup587: pallet_crosschain_transfer::transfer_out::TransferOutState
|
|
4253
4271
|
**/
|
|
4254
4272
|
PalletCrosschainTransferTransferOutTransferOutState: {
|
|
4255
4273
|
_enum: ['Started', 'Ready'],
|
|
4256
4274
|
},
|
|
4257
4275
|
/**
|
|
4258
|
-
*
|
|
4276
|
+
* Lookup589: pallet_crosschain_transfer::transfer_out::PendingCollateralizationRequest<T>
|
|
4259
4277
|
**/
|
|
4260
4278
|
PalletCrosschainTransferTransferOutPendingCollateralizationRequest: {
|
|
4261
4279
|
transferId: 'H256',
|
|
@@ -4263,14 +4281,14 @@ export default {
|
|
|
4263
4281
|
remainingMintingAuthorityTip: 'u128',
|
|
4264
4282
|
},
|
|
4265
4283
|
/**
|
|
4266
|
-
*
|
|
4284
|
+
* Lookup591: pallet_crosschain_transfer::pallet::SourceChainCirculation<T>
|
|
4267
4285
|
**/
|
|
4268
4286
|
PalletCrosschainTransferSourceChainCirculation: {
|
|
4269
4287
|
argonCirculation: 'u128',
|
|
4270
4288
|
argonotCirculation: 'u128',
|
|
4271
4289
|
},
|
|
4272
4290
|
/**
|
|
4273
|
-
*
|
|
4291
|
+
* Lookup592: pallet_crosschain_transfer::pallet::Error<T>
|
|
4274
4292
|
**/
|
|
4275
4293
|
PalletCrosschainTransferError: {
|
|
4276
4294
|
_enum: [
|
|
@@ -4332,61 +4350,61 @@ export default {
|
|
|
4332
4350
|
],
|
|
4333
4351
|
},
|
|
4334
4352
|
/**
|
|
4335
|
-
*
|
|
4353
|
+
* Lookup594: pallet_bootstrap::pallet::Error<T>
|
|
4336
4354
|
**/
|
|
4337
4355
|
PalletBootstrapError: {
|
|
4338
4356
|
_enum: ['EncryptedPayloadTooLong', 'InvalidRecoveryProof', 'EndpointOwnedByAnotherAccount'],
|
|
4339
4357
|
},
|
|
4340
4358
|
/**
|
|
4341
|
-
*
|
|
4359
|
+
* Lookup597: frame_system::extensions::authorize_call::AuthorizeCall<T>
|
|
4342
4360
|
**/
|
|
4343
4361
|
FrameSystemExtensionsAuthorizeCall: 'Null',
|
|
4344
4362
|
/**
|
|
4345
|
-
*
|
|
4363
|
+
* Lookup598: frame_system::extensions::check_non_zero_sender::CheckNonZeroSender<T>
|
|
4346
4364
|
**/
|
|
4347
4365
|
FrameSystemExtensionsCheckNonZeroSender: 'Null',
|
|
4348
4366
|
/**
|
|
4349
|
-
*
|
|
4367
|
+
* Lookup599: frame_system::extensions::check_spec_version::CheckSpecVersion<T>
|
|
4350
4368
|
**/
|
|
4351
4369
|
FrameSystemExtensionsCheckSpecVersion: 'Null',
|
|
4352
4370
|
/**
|
|
4353
|
-
*
|
|
4371
|
+
* Lookup600: frame_system::extensions::check_tx_version::CheckTxVersion<T>
|
|
4354
4372
|
**/
|
|
4355
4373
|
FrameSystemExtensionsCheckTxVersion: 'Null',
|
|
4356
4374
|
/**
|
|
4357
|
-
*
|
|
4375
|
+
* Lookup601: frame_system::extensions::check_genesis::CheckGenesis<T>
|
|
4358
4376
|
**/
|
|
4359
4377
|
FrameSystemExtensionsCheckGenesis: 'Null',
|
|
4360
4378
|
/**
|
|
4361
|
-
*
|
|
4379
|
+
* Lookup604: frame_system::extensions::check_nonce::CheckNonce<T>
|
|
4362
4380
|
**/
|
|
4363
4381
|
FrameSystemExtensionsCheckNonce: 'Compact<u32>',
|
|
4364
4382
|
/**
|
|
4365
|
-
*
|
|
4383
|
+
* Lookup605: frame_system::extensions::check_weight::CheckWeight<T>
|
|
4366
4384
|
**/
|
|
4367
4385
|
FrameSystemExtensionsCheckWeight: 'Null',
|
|
4368
4386
|
/**
|
|
4369
|
-
*
|
|
4387
|
+
* Lookup606: pallet_transaction_payment::ChargeTransactionPayment<T>
|
|
4370
4388
|
**/
|
|
4371
4389
|
PalletTransactionPaymentChargeTransactionPayment: 'Compact<u128>',
|
|
4372
4390
|
/**
|
|
4373
|
-
*
|
|
4391
|
+
* Lookup607: frame_metadata_hash_extension::CheckMetadataHash<T>
|
|
4374
4392
|
**/
|
|
4375
4393
|
FrameMetadataHashExtensionCheckMetadataHash: {
|
|
4376
4394
|
mode: 'FrameMetadataHashExtensionMode',
|
|
4377
4395
|
},
|
|
4378
4396
|
/**
|
|
4379
|
-
*
|
|
4397
|
+
* Lookup608: frame_metadata_hash_extension::Mode
|
|
4380
4398
|
**/
|
|
4381
4399
|
FrameMetadataHashExtensionMode: {
|
|
4382
4400
|
_enum: ['Disabled', 'Enabled'],
|
|
4383
4401
|
},
|
|
4384
4402
|
/**
|
|
4385
|
-
*
|
|
4403
|
+
* Lookup609: frame_system::extensions::weight_reclaim::WeightReclaim<T>
|
|
4386
4404
|
**/
|
|
4387
4405
|
FrameSystemExtensionsWeightReclaim: 'Null',
|
|
4388
4406
|
/**
|
|
4389
|
-
*
|
|
4407
|
+
* Lookup611: argon_runtime::Runtime
|
|
4390
4408
|
**/
|
|
4391
4409
|
ArgonRuntimeRuntime: 'Null',
|
|
4392
4410
|
};
|