@argonprotocol/mainchain 1.4.3-dev.caca6309 → 1.4.3-dev.d84b1cb0
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 +150 -128
- package/browser/index.js +64 -127
- package/browser/index.js.map +1 -1
- package/lib/index.cjs +66 -133
- package/lib/index.cjs.map +1 -1
- package/lib/index.d.cts +150 -128
- package/lib/index.d.ts +150 -128
- package/lib/index.js +65 -132
- package/lib/index.js.map +1 -1
- package/package.json +2 -5
- package/src/interfaces/augment-api-consts.ts +4 -4
- package/src/interfaces/augment-api-errors.ts +5 -0
- package/src/interfaces/augment-api-query.ts +12 -3
- package/src/interfaces/lookup.ts +126 -118
- package/src/interfaces/registry.ts +8 -6
- package/src/interfaces/types-lookup.ts +128 -117
- package/lib/chunk-3KFMHNNJ.cjs +0 -706
- package/lib/chunk-3KFMHNNJ.cjs.map +0 -1
- package/lib/chunk-D3FCDADJ.cjs +0 -175
- package/lib/chunk-D3FCDADJ.cjs.map +0 -1
- package/lib/chunk-RF6NOJOR.js +0 -706
- package/lib/chunk-RF6NOJOR.js.map +0 -1
- package/lib/chunk-YPXWOFUS.js +0 -175
- package/lib/chunk-YPXWOFUS.js.map +0 -1
- package/lib/lib-CU2JUZW6.cjs +0 -403
- package/lib/lib-CU2JUZW6.cjs.map +0 -1
- package/lib/lib-P3PEMYOB.js +0 -403
- package/lib/lib-P3PEMYOB.js.map +0 -1
- package/lib/setPreset-NCTHSXWD.js +0 -15
- package/lib/setPreset-NCTHSXWD.js.map +0 -1
- package/lib/setPreset-XHOPATBO.cjs +0 -15
- package/lib/setPreset-XHOPATBO.cjs.map +0 -1
package/src/interfaces/lookup.ts
CHANGED
|
@@ -2578,7 +2578,7 @@ export default {
|
|
|
2578
2578
|
**/
|
|
2579
2579
|
PalletEthereumVerifierCheckpointUpdate: {
|
|
2580
2580
|
header: 'SnowbridgeBeaconPrimitivesBeaconHeader',
|
|
2581
|
-
currentSyncCommittee: '
|
|
2581
|
+
currentSyncCommittee: 'PalletEthereumVerifierSyncCommittee',
|
|
2582
2582
|
currentSyncCommitteeBranch: 'Vec<H256>',
|
|
2583
2583
|
validatorsRoot: 'H256',
|
|
2584
2584
|
},
|
|
@@ -2593,10 +2593,10 @@ export default {
|
|
|
2593
2593
|
bodyRoot: 'H256',
|
|
2594
2594
|
},
|
|
2595
2595
|
/**
|
|
2596
|
-
* Lookup278:
|
|
2596
|
+
* Lookup278: pallet_ethereum_verifier::types::SyncCommittee
|
|
2597
2597
|
**/
|
|
2598
|
-
|
|
2599
|
-
pubkeys: '
|
|
2598
|
+
PalletEthereumVerifierSyncCommittee: {
|
|
2599
|
+
pubkeys: 'Vec<SnowbridgeBeaconPrimitivesPublicKey>',
|
|
2600
2600
|
aggregatePubkey: 'SnowbridgeBeaconPrimitivesPublicKey',
|
|
2601
2601
|
},
|
|
2602
2602
|
/**
|
|
@@ -2604,7 +2604,7 @@ export default {
|
|
|
2604
2604
|
**/
|
|
2605
2605
|
SnowbridgeBeaconPrimitivesPublicKey: '[u8;48]',
|
|
2606
2606
|
/**
|
|
2607
|
-
*
|
|
2607
|
+
* Lookup284: pallet_ethereum_verifier::types::ForkVersions
|
|
2608
2608
|
**/
|
|
2609
2609
|
PalletEthereumVerifierForkVersions: {
|
|
2610
2610
|
genesis: 'PalletEthereumVerifierFork',
|
|
@@ -2616,43 +2616,43 @@ export default {
|
|
|
2616
2616
|
fulu: 'PalletEthereumVerifierFork',
|
|
2617
2617
|
},
|
|
2618
2618
|
/**
|
|
2619
|
-
*
|
|
2619
|
+
* Lookup285: pallet_ethereum_verifier::types::Fork
|
|
2620
2620
|
**/
|
|
2621
2621
|
PalletEthereumVerifierFork: {
|
|
2622
2622
|
version: '[u8;4]',
|
|
2623
2623
|
epoch: 'Compact<u64>',
|
|
2624
2624
|
},
|
|
2625
2625
|
/**
|
|
2626
|
-
*
|
|
2626
|
+
* Lookup286: pallet_ethereum_verifier::types::Update
|
|
2627
2627
|
**/
|
|
2628
2628
|
PalletEthereumVerifierUpdate: {
|
|
2629
2629
|
attestedHeader: 'SnowbridgeBeaconPrimitivesBeaconHeader',
|
|
2630
|
-
syncAggregate: '
|
|
2630
|
+
syncAggregate: 'PalletEthereumVerifierSyncAggregate',
|
|
2631
2631
|
signatureSlot: 'Compact<u64>',
|
|
2632
2632
|
nextSyncCommitteeUpdate: 'Option<PalletEthereumVerifierNextSyncCommitteeUpdate>',
|
|
2633
2633
|
finalizedHeader: 'SnowbridgeBeaconPrimitivesBeaconHeader',
|
|
2634
2634
|
finalityBranch: 'Vec<H256>',
|
|
2635
2635
|
},
|
|
2636
2636
|
/**
|
|
2637
|
-
*
|
|
2637
|
+
* Lookup287: pallet_ethereum_verifier::types::SyncAggregate
|
|
2638
2638
|
**/
|
|
2639
|
-
|
|
2640
|
-
syncCommitteeBits: '
|
|
2639
|
+
PalletEthereumVerifierSyncAggregate: {
|
|
2640
|
+
syncCommitteeBits: 'Bytes',
|
|
2641
2641
|
syncCommitteeSignature: 'SnowbridgeBeaconPrimitivesSignature',
|
|
2642
2642
|
},
|
|
2643
2643
|
/**
|
|
2644
|
-
*
|
|
2644
|
+
* Lookup289: snowbridge_beacon_primitives::types::Signature
|
|
2645
2645
|
**/
|
|
2646
2646
|
SnowbridgeBeaconPrimitivesSignature: '[u8;96]',
|
|
2647
2647
|
/**
|
|
2648
|
-
*
|
|
2648
|
+
* Lookup292: pallet_ethereum_verifier::types::NextSyncCommitteeUpdate
|
|
2649
2649
|
**/
|
|
2650
2650
|
PalletEthereumVerifierNextSyncCommitteeUpdate: {
|
|
2651
|
-
nextSyncCommittee: '
|
|
2651
|
+
nextSyncCommittee: 'PalletEthereumVerifierSyncCommittee',
|
|
2652
2652
|
nextSyncCommitteeBranch: 'Vec<H256>',
|
|
2653
2653
|
},
|
|
2654
2654
|
/**
|
|
2655
|
-
*
|
|
2655
|
+
* Lookup293: pallet_ethereum_verifier::types::ExecutionProof
|
|
2656
2656
|
**/
|
|
2657
2657
|
PalletEthereumVerifierExecutionProof: {
|
|
2658
2658
|
header: 'SnowbridgeBeaconPrimitivesBeaconHeader',
|
|
@@ -2660,7 +2660,7 @@ export default {
|
|
|
2660
2660
|
executionBranch: 'Vec<H256>',
|
|
2661
2661
|
},
|
|
2662
2662
|
/**
|
|
2663
|
-
*
|
|
2663
|
+
* Lookup294: snowbridge_beacon_primitives::types::VersionedExecutionPayloadHeader
|
|
2664
2664
|
**/
|
|
2665
2665
|
SnowbridgeBeaconPrimitivesVersionedExecutionPayloadHeader: {
|
|
2666
2666
|
_enum: {
|
|
@@ -2669,7 +2669,7 @@ export default {
|
|
|
2669
2669
|
},
|
|
2670
2670
|
},
|
|
2671
2671
|
/**
|
|
2672
|
-
*
|
|
2672
|
+
* Lookup295: snowbridge_beacon_primitives::types::ExecutionPayloadHeader
|
|
2673
2673
|
**/
|
|
2674
2674
|
SnowbridgeBeaconPrimitivesExecutionPayloadHeader: {
|
|
2675
2675
|
parentHash: 'H256',
|
|
@@ -2689,7 +2689,7 @@ export default {
|
|
|
2689
2689
|
withdrawalsRoot: 'H256',
|
|
2690
2690
|
},
|
|
2691
2691
|
/**
|
|
2692
|
-
*
|
|
2692
|
+
* Lookup296: snowbridge_beacon_primitives::types::deneb::ExecutionPayloadHeader
|
|
2693
2693
|
**/
|
|
2694
2694
|
SnowbridgeBeaconPrimitivesDenebExecutionPayloadHeader: {
|
|
2695
2695
|
parentHash: 'H256',
|
|
@@ -2711,7 +2711,7 @@ export default {
|
|
|
2711
2711
|
excessBlobGas: 'u64',
|
|
2712
2712
|
},
|
|
2713
2713
|
/**
|
|
2714
|
-
*
|
|
2714
|
+
* Lookup297: pallet_crosschain_transfer::pallet::Call<T>
|
|
2715
2715
|
**/
|
|
2716
2716
|
PalletCrosschainTransferCall: {
|
|
2717
2717
|
_enum: {
|
|
@@ -2724,7 +2724,7 @@ export default {
|
|
|
2724
2724
|
},
|
|
2725
2725
|
},
|
|
2726
2726
|
/**
|
|
2727
|
-
*
|
|
2727
|
+
* Lookup298: pallet_crosschain_transfer::pallet::ChainConfig
|
|
2728
2728
|
**/
|
|
2729
2729
|
PalletCrosschainTransferChainConfig: {
|
|
2730
2730
|
_enum: {
|
|
@@ -2738,7 +2738,7 @@ export default {
|
|
|
2738
2738
|
},
|
|
2739
2739
|
},
|
|
2740
2740
|
/**
|
|
2741
|
-
*
|
|
2741
|
+
* Lookup300: pallet_crosschain_transfer::pallet::TransferProof
|
|
2742
2742
|
**/
|
|
2743
2743
|
PalletCrosschainTransferTransferProof: {
|
|
2744
2744
|
_enum: {
|
|
@@ -2750,7 +2750,7 @@ export default {
|
|
|
2750
2750
|
},
|
|
2751
2751
|
},
|
|
2752
2752
|
/**
|
|
2753
|
-
*
|
|
2753
|
+
* Lookup301: argon_primitives::ethereum::EthereumLog
|
|
2754
2754
|
**/
|
|
2755
2755
|
ArgonPrimitivesEthereumEthereumLog: {
|
|
2756
2756
|
address: 'H160',
|
|
@@ -2758,34 +2758,34 @@ export default {
|
|
|
2758
2758
|
data: 'Bytes',
|
|
2759
2759
|
},
|
|
2760
2760
|
/**
|
|
2761
|
-
*
|
|
2761
|
+
* Lookup304: argon_primitives::ethereum::EthereumProof
|
|
2762
2762
|
**/
|
|
2763
2763
|
ArgonPrimitivesEthereumEthereumProof: {
|
|
2764
2764
|
executionBlockProof: 'ArgonPrimitivesEthereumEthereumExecutionBlockProof',
|
|
2765
2765
|
receiptProof: 'ArgonPrimitivesEthereumEthereumReceiptProof',
|
|
2766
2766
|
},
|
|
2767
2767
|
/**
|
|
2768
|
-
*
|
|
2768
|
+
* Lookup305: argon_primitives::ethereum::EthereumExecutionBlockProof
|
|
2769
2769
|
**/
|
|
2770
2770
|
ArgonPrimitivesEthereumEthereumExecutionBlockProof: {
|
|
2771
2771
|
anchorBlockHash: 'H256',
|
|
2772
2772
|
targetToAnchorHeaderChain: 'Vec<ArgonPrimitivesEthereumEthereumExecutionHeader>',
|
|
2773
2773
|
},
|
|
2774
2774
|
/**
|
|
2775
|
-
*
|
|
2775
|
+
* Lookup307: argon_primitives::ethereum::EthereumExecutionHeader
|
|
2776
2776
|
**/
|
|
2777
2777
|
ArgonPrimitivesEthereumEthereumExecutionHeader: {
|
|
2778
2778
|
rlp: 'Bytes',
|
|
2779
2779
|
},
|
|
2780
2780
|
/**
|
|
2781
|
-
*
|
|
2781
|
+
* Lookup310: argon_primitives::ethereum::EthereumReceiptProof
|
|
2782
2782
|
**/
|
|
2783
2783
|
ArgonPrimitivesEthereumEthereumReceiptProof: {
|
|
2784
2784
|
transactionIndex: 'Compact<u64>',
|
|
2785
2785
|
nodes: 'Vec<Bytes>',
|
|
2786
2786
|
},
|
|
2787
2787
|
/**
|
|
2788
|
-
*
|
|
2788
|
+
* Lookup314: pallet_multisig::pallet::Error<T>
|
|
2789
2789
|
**/
|
|
2790
2790
|
PalletMultisigError: {
|
|
2791
2791
|
_enum: [
|
|
@@ -2806,7 +2806,7 @@ export default {
|
|
|
2806
2806
|
],
|
|
2807
2807
|
},
|
|
2808
2808
|
/**
|
|
2809
|
-
*
|
|
2809
|
+
* Lookup317: pallet_proxy::ProxyDefinition<sp_core::crypto::AccountId32, argon_runtime::ProxyType, BlockNumber>
|
|
2810
2810
|
**/
|
|
2811
2811
|
PalletProxyProxyDefinition: {
|
|
2812
2812
|
delegate: 'AccountId32',
|
|
@@ -2814,7 +2814,7 @@ export default {
|
|
|
2814
2814
|
delay: 'u32',
|
|
2815
2815
|
},
|
|
2816
2816
|
/**
|
|
2817
|
-
*
|
|
2817
|
+
* Lookup321: pallet_proxy::Announcement<sp_core::crypto::AccountId32, primitive_types::H256, BlockNumber>
|
|
2818
2818
|
**/
|
|
2819
2819
|
PalletProxyAnnouncement: {
|
|
2820
2820
|
real: 'AccountId32',
|
|
@@ -2822,7 +2822,7 @@ export default {
|
|
|
2822
2822
|
height: 'u32',
|
|
2823
2823
|
},
|
|
2824
2824
|
/**
|
|
2825
|
-
*
|
|
2825
|
+
* Lookup323: pallet_proxy::pallet::Error<T>
|
|
2826
2826
|
**/
|
|
2827
2827
|
PalletProxyError: {
|
|
2828
2828
|
_enum: [
|
|
@@ -2837,18 +2837,18 @@ export default {
|
|
|
2837
2837
|
],
|
|
2838
2838
|
},
|
|
2839
2839
|
/**
|
|
2840
|
-
*
|
|
2840
|
+
* Lookup324: argon_primitives::tick::Ticker
|
|
2841
2841
|
**/
|
|
2842
2842
|
ArgonPrimitivesTickTicker: {
|
|
2843
2843
|
tickDurationMillis: 'Compact<u64>',
|
|
2844
2844
|
channelHoldExpirationTicks: 'Compact<u64>',
|
|
2845
2845
|
},
|
|
2846
2846
|
/**
|
|
2847
|
-
*
|
|
2847
|
+
* Lookup326: pallet_ticks::pallet::Error<T>
|
|
2848
2848
|
**/
|
|
2849
2849
|
PalletTicksError: 'Null',
|
|
2850
2850
|
/**
|
|
2851
|
-
*
|
|
2851
|
+
* Lookup329: pallet_mining_slot::MinerNonceScoring<T>
|
|
2852
2852
|
**/
|
|
2853
2853
|
PalletMiningSlotMinerNonceScoring: {
|
|
2854
2854
|
nonce: 'U256',
|
|
@@ -2857,7 +2857,7 @@ export default {
|
|
|
2857
2857
|
frameStartBlocksWonSurplus: 'i16',
|
|
2858
2858
|
},
|
|
2859
2859
|
/**
|
|
2860
|
-
*
|
|
2860
|
+
* Lookup341: argon_primitives::block_seal::MiningBidStats
|
|
2861
2861
|
**/
|
|
2862
2862
|
ArgonPrimitivesBlockSealMiningBidStats: {
|
|
2863
2863
|
bidsCount: 'u32',
|
|
@@ -2866,7 +2866,7 @@ export default {
|
|
|
2866
2866
|
bidAmountSum: 'u128',
|
|
2867
2867
|
},
|
|
2868
2868
|
/**
|
|
2869
|
-
*
|
|
2869
|
+
* Lookup345: argon_primitives::block_seal::MiningSlotConfig
|
|
2870
2870
|
**/
|
|
2871
2871
|
ArgonPrimitivesBlockSealMiningSlotConfig: {
|
|
2872
2872
|
ticksBeforeBidEndForVrfClose: 'Compact<u64>',
|
|
@@ -2874,7 +2874,7 @@ export default {
|
|
|
2874
2874
|
slotBiddingStartAfterTicks: 'Compact<u64>',
|
|
2875
2875
|
},
|
|
2876
2876
|
/**
|
|
2877
|
-
*
|
|
2877
|
+
* Lookup356: pallet_mining_slot::pallet::Error<T>
|
|
2878
2878
|
**/
|
|
2879
2879
|
PalletMiningSlotError: {
|
|
2880
2880
|
_enum: [
|
|
@@ -2891,7 +2891,7 @@ export default {
|
|
|
2891
2891
|
],
|
|
2892
2892
|
},
|
|
2893
2893
|
/**
|
|
2894
|
-
*
|
|
2894
|
+
* Lookup357: argon_primitives::bitcoin::UtxoValue
|
|
2895
2895
|
**/
|
|
2896
2896
|
ArgonPrimitivesBitcoinUtxoValue: {
|
|
2897
2897
|
utxoId: 'u64',
|
|
@@ -2901,7 +2901,7 @@ export default {
|
|
|
2901
2901
|
watchForSpentUntilHeight: 'Compact<u64>',
|
|
2902
2902
|
},
|
|
2903
2903
|
/**
|
|
2904
|
-
*
|
|
2904
|
+
* Lookup358: argon_primitives::bitcoin::BitcoinCosignScriptPubkey
|
|
2905
2905
|
**/
|
|
2906
2906
|
ArgonPrimitivesBitcoinBitcoinCosignScriptPubkey: {
|
|
2907
2907
|
_enum: {
|
|
@@ -2911,13 +2911,13 @@ export default {
|
|
|
2911
2911
|
},
|
|
2912
2912
|
},
|
|
2913
2913
|
/**
|
|
2914
|
-
*
|
|
2914
|
+
* Lookup367: argon_primitives::bitcoin::BitcoinNetwork
|
|
2915
2915
|
**/
|
|
2916
2916
|
ArgonPrimitivesBitcoinBitcoinNetwork: {
|
|
2917
2917
|
_enum: ['Bitcoin', 'Testnet', 'Signet', 'Regtest'],
|
|
2918
2918
|
},
|
|
2919
2919
|
/**
|
|
2920
|
-
*
|
|
2920
|
+
* Lookup368: pallet_bitcoin_utxos::pallet::Error<T>
|
|
2921
2921
|
**/
|
|
2922
2922
|
PalletBitcoinUtxosError: {
|
|
2923
2923
|
_enum: [
|
|
@@ -2939,7 +2939,7 @@ export default {
|
|
|
2939
2939
|
],
|
|
2940
2940
|
},
|
|
2941
2941
|
/**
|
|
2942
|
-
*
|
|
2942
|
+
* Lookup369: argon_primitives::vault::Vault<sp_core::crypto::AccountId32, Balance>
|
|
2943
2943
|
**/
|
|
2944
2944
|
ArgonPrimitivesVault: {
|
|
2945
2945
|
operatorAccountId: 'AccountId32',
|
|
@@ -2961,7 +2961,7 @@ export default {
|
|
|
2961
2961
|
operationalMinimumReleaseTick: 'Option<u64>',
|
|
2962
2962
|
},
|
|
2963
2963
|
/**
|
|
2964
|
-
*
|
|
2964
|
+
* Lookup377: argon_primitives::bitcoin::BitcoinXPub
|
|
2965
2965
|
**/
|
|
2966
2966
|
ArgonPrimitivesBitcoinBitcoinXPub: {
|
|
2967
2967
|
publicKey: 'ArgonPrimitivesBitcoinCompressedBitcoinPubkey',
|
|
@@ -2972,13 +2972,13 @@ export default {
|
|
|
2972
2972
|
network: 'ArgonPrimitivesBitcoinNetworkKind',
|
|
2973
2973
|
},
|
|
2974
2974
|
/**
|
|
2975
|
-
*
|
|
2975
|
+
* Lookup379: argon_primitives::bitcoin::NetworkKind
|
|
2976
2976
|
**/
|
|
2977
2977
|
ArgonPrimitivesBitcoinNetworkKind: {
|
|
2978
2978
|
_enum: ['Main', 'Test'],
|
|
2979
2979
|
},
|
|
2980
2980
|
/**
|
|
2981
|
-
*
|
|
2981
|
+
* Lookup388: pallet_vaults::pallet::VaultFrameRevenue<T>
|
|
2982
2982
|
**/
|
|
2983
2983
|
PalletVaultsVaultFrameRevenue: {
|
|
2984
2984
|
frameId: 'Compact<u64>',
|
|
@@ -2999,7 +2999,7 @@ export default {
|
|
|
2999
2999
|
uncollectedRevenue: 'Compact<u128>',
|
|
3000
3000
|
},
|
|
3001
3001
|
/**
|
|
3002
|
-
*
|
|
3002
|
+
* Lookup391: pallet_vaults::pallet::RecentCapacityDrop<Balance, BlockNumber>
|
|
3003
3003
|
**/
|
|
3004
3004
|
PalletVaultsRecentCapacityDrop: {
|
|
3005
3005
|
blockNumber: 'Compact<u32>',
|
|
@@ -3008,7 +3008,7 @@ export default {
|
|
|
3008
3008
|
noFeeFailuresUsed: 'Compact<u32>',
|
|
3009
3009
|
},
|
|
3010
3010
|
/**
|
|
3011
|
-
*
|
|
3011
|
+
* Lookup393: pallet_vaults::pallet::Error<T>
|
|
3012
3012
|
**/
|
|
3013
3013
|
PalletVaultsError: {
|
|
3014
3014
|
_enum: [
|
|
@@ -3045,7 +3045,7 @@ export default {
|
|
|
3045
3045
|
],
|
|
3046
3046
|
},
|
|
3047
3047
|
/**
|
|
3048
|
-
*
|
|
3048
|
+
* Lookup394: pallet_bitcoin_locks::pallet::LockedBitcoin<T>
|
|
3049
3049
|
**/
|
|
3050
3050
|
PalletBitcoinLocksLockedBitcoin: {
|
|
3051
3051
|
vaultId: 'Compact<u32>',
|
|
@@ -3070,7 +3070,7 @@ export default {
|
|
|
3070
3070
|
createdAtArgonBlock: 'Compact<u32>',
|
|
3071
3071
|
},
|
|
3072
3072
|
/**
|
|
3073
|
-
*
|
|
3073
|
+
* Lookup397: pallet_bitcoin_locks::pallet::LockReleaseRequest<Balance>
|
|
3074
3074
|
**/
|
|
3075
3075
|
PalletBitcoinLocksLockReleaseRequest: {
|
|
3076
3076
|
utxoId: 'Compact<u64>',
|
|
@@ -3081,7 +3081,7 @@ export default {
|
|
|
3081
3081
|
redemptionPrice: 'Compact<u128>',
|
|
3082
3082
|
},
|
|
3083
3083
|
/**
|
|
3084
|
-
*
|
|
3084
|
+
* Lookup399: pallet_bitcoin_locks::pallet::OrphanedUtxo<BlockNumber>
|
|
3085
3085
|
**/
|
|
3086
3086
|
PalletBitcoinLocksOrphanedUtxo: {
|
|
3087
3087
|
utxoId: 'Compact<u64>',
|
|
@@ -3091,7 +3091,7 @@ export default {
|
|
|
3091
3091
|
cosignRequest: 'Option<PalletBitcoinLocksOrphanedUtxoCosignRequest>',
|
|
3092
3092
|
},
|
|
3093
3093
|
/**
|
|
3094
|
-
*
|
|
3094
|
+
* Lookup401: pallet_bitcoin_locks::pallet::OrphanedUtxoCosignRequest<BlockNumber>
|
|
3095
3095
|
**/
|
|
3096
3096
|
PalletBitcoinLocksOrphanedUtxoCosignRequest: {
|
|
3097
3097
|
bitcoinNetworkFee: 'u64',
|
|
@@ -3099,7 +3099,7 @@ export default {
|
|
|
3099
3099
|
createdAtArgonBlockNumber: 'u32',
|
|
3100
3100
|
},
|
|
3101
3101
|
/**
|
|
3102
|
-
*
|
|
3102
|
+
* Lookup408: pallet_bitcoin_locks::pallet::Error<T>
|
|
3103
3103
|
**/
|
|
3104
3104
|
PalletBitcoinLocksError: {
|
|
3105
3105
|
_enum: {
|
|
@@ -3141,7 +3141,7 @@ export default {
|
|
|
3141
3141
|
},
|
|
3142
3142
|
},
|
|
3143
3143
|
/**
|
|
3144
|
-
*
|
|
3144
|
+
* Lookup409: argon_primitives::vault::VaultError
|
|
3145
3145
|
**/
|
|
3146
3146
|
ArgonPrimitivesVaultVaultError: {
|
|
3147
3147
|
_enum: [
|
|
@@ -3160,7 +3160,7 @@ export default {
|
|
|
3160
3160
|
],
|
|
3161
3161
|
},
|
|
3162
3162
|
/**
|
|
3163
|
-
*
|
|
3163
|
+
* Lookup421: pallet_notaries::pallet::Error<T>
|
|
3164
3164
|
**/
|
|
3165
3165
|
PalletNotariesError: {
|
|
3166
3166
|
_enum: [
|
|
@@ -3176,7 +3176,7 @@ export default {
|
|
|
3176
3176
|
],
|
|
3177
3177
|
},
|
|
3178
3178
|
/**
|
|
3179
|
-
*
|
|
3179
|
+
* Lookup425: argon_primitives::notary::NotaryNotebookKeyDetails
|
|
3180
3180
|
**/
|
|
3181
3181
|
ArgonPrimitivesNotaryNotaryNotebookKeyDetails: {
|
|
3182
3182
|
notebookNumber: 'Compact<u32>',
|
|
@@ -3186,7 +3186,7 @@ export default {
|
|
|
3186
3186
|
parentSecret: 'Option<H256>',
|
|
3187
3187
|
},
|
|
3188
3188
|
/**
|
|
3189
|
-
*
|
|
3189
|
+
* Lookup428: pallet_notebook::pallet::Error<T>
|
|
3190
3190
|
**/
|
|
3191
3191
|
PalletNotebookError: {
|
|
3192
3192
|
_enum: [
|
|
@@ -3208,7 +3208,7 @@ export default {
|
|
|
3208
3208
|
],
|
|
3209
3209
|
},
|
|
3210
3210
|
/**
|
|
3211
|
-
*
|
|
3211
|
+
* Lookup429: pallet_localchain_transfer::QueuedTransferOut<sp_core::crypto::AccountId32, Balance>
|
|
3212
3212
|
**/
|
|
3213
3213
|
PalletLocalchainTransferQueuedTransferOut: {
|
|
3214
3214
|
accountId: 'AccountId32',
|
|
@@ -3217,11 +3217,11 @@ export default {
|
|
|
3217
3217
|
notaryId: 'u32',
|
|
3218
3218
|
},
|
|
3219
3219
|
/**
|
|
3220
|
-
*
|
|
3220
|
+
* Lookup431: frame_support::PalletId
|
|
3221
3221
|
**/
|
|
3222
3222
|
FrameSupportPalletId: '[u8;8]',
|
|
3223
3223
|
/**
|
|
3224
|
-
*
|
|
3224
|
+
* Lookup432: pallet_localchain_transfer::pallet::Error<T>
|
|
3225
3225
|
**/
|
|
3226
3226
|
PalletLocalchainTransferError: {
|
|
3227
3227
|
_enum: [
|
|
@@ -3236,7 +3236,7 @@ export default {
|
|
|
3236
3236
|
],
|
|
3237
3237
|
},
|
|
3238
3238
|
/**
|
|
3239
|
-
*
|
|
3239
|
+
* Lookup436: argon_primitives::notary::NotaryNotebookVoteDigestDetails
|
|
3240
3240
|
**/
|
|
3241
3241
|
ArgonPrimitivesNotaryNotaryNotebookVoteDigestDetails: {
|
|
3242
3242
|
notaryId: 'Compact<u32>',
|
|
@@ -3246,13 +3246,13 @@ export default {
|
|
|
3246
3246
|
blockVotingPower: 'Compact<u128>',
|
|
3247
3247
|
},
|
|
3248
3248
|
/**
|
|
3249
|
-
*
|
|
3249
|
+
* Lookup441: pallet_block_seal_spec::pallet::Error<T>
|
|
3250
3250
|
**/
|
|
3251
3251
|
PalletBlockSealSpecError: {
|
|
3252
3252
|
_enum: ['MaxNotebooksAtTickExceeded'],
|
|
3253
3253
|
},
|
|
3254
3254
|
/**
|
|
3255
|
-
*
|
|
3255
|
+
* Lookup443: pallet_domains::pallet::Error<T>
|
|
3256
3256
|
**/
|
|
3257
3257
|
PalletDomainsError: {
|
|
3258
3258
|
_enum: [
|
|
@@ -3264,7 +3264,7 @@ export default {
|
|
|
3264
3264
|
],
|
|
3265
3265
|
},
|
|
3266
3266
|
/**
|
|
3267
|
-
*
|
|
3267
|
+
* Lookup445: pallet_price_index::CpiMeasurementBucket
|
|
3268
3268
|
**/
|
|
3269
3269
|
PalletPriceIndexCpiMeasurementBucket: {
|
|
3270
3270
|
tickRange: '(u64,u64)',
|
|
@@ -3272,7 +3272,7 @@ export default {
|
|
|
3272
3272
|
measurementsCount: 'u32',
|
|
3273
3273
|
},
|
|
3274
3274
|
/**
|
|
3275
|
-
*
|
|
3275
|
+
* Lookup447: pallet_price_index::pallet::Error<T>
|
|
3276
3276
|
**/
|
|
3277
3277
|
PalletPriceIndexError: {
|
|
3278
3278
|
_enum: [
|
|
@@ -3283,7 +3283,7 @@ export default {
|
|
|
3283
3283
|
],
|
|
3284
3284
|
},
|
|
3285
3285
|
/**
|
|
3286
|
-
*
|
|
3286
|
+
* Lookup448: pallet_grandpa::StoredState<N>
|
|
3287
3287
|
**/
|
|
3288
3288
|
PalletGrandpaStoredState: {
|
|
3289
3289
|
_enum: {
|
|
@@ -3300,7 +3300,7 @@ export default {
|
|
|
3300
3300
|
},
|
|
3301
3301
|
},
|
|
3302
3302
|
/**
|
|
3303
|
-
*
|
|
3303
|
+
* Lookup449: pallet_grandpa::StoredPendingChange<N, Limit>
|
|
3304
3304
|
**/
|
|
3305
3305
|
PalletGrandpaStoredPendingChange: {
|
|
3306
3306
|
scheduledAt: 'u32',
|
|
@@ -3309,7 +3309,7 @@ export default {
|
|
|
3309
3309
|
forced: 'Option<u32>',
|
|
3310
3310
|
},
|
|
3311
3311
|
/**
|
|
3312
|
-
*
|
|
3312
|
+
* Lookup451: pallet_grandpa::pallet::Error<T>
|
|
3313
3313
|
**/
|
|
3314
3314
|
PalletGrandpaError: {
|
|
3315
3315
|
_enum: [
|
|
@@ -3323,7 +3323,7 @@ export default {
|
|
|
3323
3323
|
],
|
|
3324
3324
|
},
|
|
3325
3325
|
/**
|
|
3326
|
-
*
|
|
3326
|
+
* Lookup452: argon_primitives::providers::BlockSealerInfo<sp_core::crypto::AccountId32, argon_primitives::block_seal::app::Public>
|
|
3327
3327
|
**/
|
|
3328
3328
|
ArgonPrimitivesProvidersBlockSealerInfo: {
|
|
3329
3329
|
blockAuthorAccountId: 'AccountId32',
|
|
@@ -3331,7 +3331,7 @@ export default {
|
|
|
3331
3331
|
blockSealAuthority: 'Option<ArgonPrimitivesBlockSealAppPublic>',
|
|
3332
3332
|
},
|
|
3333
3333
|
/**
|
|
3334
|
-
*
|
|
3334
|
+
* Lookup454: pallet_block_seal::pallet::Error<T>
|
|
3335
3335
|
**/
|
|
3336
3336
|
PalletBlockSealError: {
|
|
3337
3337
|
_enum: [
|
|
@@ -3359,11 +3359,11 @@ export default {
|
|
|
3359
3359
|
],
|
|
3360
3360
|
},
|
|
3361
3361
|
/**
|
|
3362
|
-
*
|
|
3362
|
+
* Lookup458: pallet_block_rewards::pallet::Error<T>
|
|
3363
3363
|
**/
|
|
3364
3364
|
PalletBlockRewardsError: 'Null',
|
|
3365
3365
|
/**
|
|
3366
|
-
*
|
|
3366
|
+
* Lookup464: pallet_mint::pallet::MintAction<B>
|
|
3367
3367
|
**/
|
|
3368
3368
|
PalletMintMintAction: {
|
|
3369
3369
|
argonBurned: 'u128',
|
|
@@ -3371,13 +3371,13 @@ export default {
|
|
|
3371
3371
|
bitcoinMinted: 'u128',
|
|
3372
3372
|
},
|
|
3373
3373
|
/**
|
|
3374
|
-
*
|
|
3374
|
+
* Lookup465: pallet_mint::pallet::Error<T>
|
|
3375
3375
|
**/
|
|
3376
3376
|
PalletMintError: {
|
|
3377
3377
|
_enum: ['TooManyPendingMints'],
|
|
3378
3378
|
},
|
|
3379
3379
|
/**
|
|
3380
|
-
*
|
|
3380
|
+
* Lookup467: pallet_balances::types::BalanceLock<Balance>
|
|
3381
3381
|
**/
|
|
3382
3382
|
PalletBalancesBalanceLock: {
|
|
3383
3383
|
id: '[u8;8]',
|
|
@@ -3385,34 +3385,34 @@ export default {
|
|
|
3385
3385
|
reasons: 'PalletBalancesReasons',
|
|
3386
3386
|
},
|
|
3387
3387
|
/**
|
|
3388
|
-
*
|
|
3388
|
+
* Lookup468: pallet_balances::types::Reasons
|
|
3389
3389
|
**/
|
|
3390
3390
|
PalletBalancesReasons: {
|
|
3391
3391
|
_enum: ['Fee', 'Misc', 'All'],
|
|
3392
3392
|
},
|
|
3393
3393
|
/**
|
|
3394
|
-
*
|
|
3394
|
+
* Lookup471: pallet_balances::types::ReserveData<ReserveIdentifier, Balance>
|
|
3395
3395
|
**/
|
|
3396
3396
|
PalletBalancesReserveData: {
|
|
3397
3397
|
id: '[u8;8]',
|
|
3398
3398
|
amount: 'u128',
|
|
3399
3399
|
},
|
|
3400
3400
|
/**
|
|
3401
|
-
*
|
|
3401
|
+
* Lookup474: frame_support::traits::tokens::misc::IdAmount<argon_runtime::RuntimeHoldReason, Balance>
|
|
3402
3402
|
**/
|
|
3403
3403
|
FrameSupportTokensMiscIdAmountRuntimeHoldReason: {
|
|
3404
3404
|
id: 'ArgonRuntimeRuntimeHoldReason',
|
|
3405
3405
|
amount: 'u128',
|
|
3406
3406
|
},
|
|
3407
3407
|
/**
|
|
3408
|
-
*
|
|
3408
|
+
* Lookup477: frame_support::traits::tokens::misc::IdAmount<argon_runtime::RuntimeFreezeReason, Balance>
|
|
3409
3409
|
**/
|
|
3410
3410
|
FrameSupportTokensMiscIdAmountRuntimeFreezeReason: {
|
|
3411
3411
|
id: 'ArgonRuntimeRuntimeFreezeReason',
|
|
3412
3412
|
amount: 'u128',
|
|
3413
3413
|
},
|
|
3414
3414
|
/**
|
|
3415
|
-
*
|
|
3415
|
+
* Lookup478: argon_runtime::RuntimeFreezeReason
|
|
3416
3416
|
**/
|
|
3417
3417
|
ArgonRuntimeRuntimeFreezeReason: {
|
|
3418
3418
|
_enum: {
|
|
@@ -3439,13 +3439,13 @@ export default {
|
|
|
3439
3439
|
},
|
|
3440
3440
|
},
|
|
3441
3441
|
/**
|
|
3442
|
-
*
|
|
3442
|
+
* Lookup479: pallet_block_rewards::pallet::FreezeReason
|
|
3443
3443
|
**/
|
|
3444
3444
|
PalletBlockRewardsFreezeReason: {
|
|
3445
3445
|
_enum: ['MaturationPeriod'],
|
|
3446
3446
|
},
|
|
3447
3447
|
/**
|
|
3448
|
-
*
|
|
3448
|
+
* Lookup481: pallet_balances::pallet::Error<T, I>
|
|
3449
3449
|
**/
|
|
3450
3450
|
PalletBalancesError: {
|
|
3451
3451
|
_enum: [
|
|
@@ -3464,48 +3464,48 @@ export default {
|
|
|
3464
3464
|
],
|
|
3465
3465
|
},
|
|
3466
3466
|
/**
|
|
3467
|
-
*
|
|
3467
|
+
* Lookup483: pallet_tx_pause::pallet::Error<T>
|
|
3468
3468
|
**/
|
|
3469
3469
|
PalletTxPauseError: {
|
|
3470
3470
|
_enum: ['IsPaused', 'IsUnpaused', 'Unpausable', 'NotFound'],
|
|
3471
3471
|
},
|
|
3472
3472
|
/**
|
|
3473
|
-
*
|
|
3473
|
+
* Lookup484: pallet_transaction_payment::Releases
|
|
3474
3474
|
**/
|
|
3475
3475
|
PalletTransactionPaymentReleases: {
|
|
3476
3476
|
_enum: ['V1Ancient', 'V2'],
|
|
3477
3477
|
},
|
|
3478
3478
|
/**
|
|
3479
|
-
*
|
|
3479
|
+
* Lookup485: frame_support::traits::storage::NoDrop<frame_support::traits::tokens::fungible::imbalance::Imbalance<B, OnDrop, OppositeOnDrop>>
|
|
3480
3480
|
**/
|
|
3481
3481
|
FrameSupportStorageNoDrop: 'FrameSupportTokensFungibleImbalance',
|
|
3482
3482
|
/**
|
|
3483
|
-
*
|
|
3483
|
+
* Lookup486: frame_support::traits::tokens::fungible::imbalance::Imbalance<B, OnDrop, OppositeOnDrop>
|
|
3484
3484
|
**/
|
|
3485
3485
|
FrameSupportTokensFungibleImbalance: {
|
|
3486
3486
|
amount: 'u128',
|
|
3487
3487
|
},
|
|
3488
3488
|
/**
|
|
3489
|
-
*
|
|
3489
|
+
* Lookup487: pallet_utility::pallet::Error<T>
|
|
3490
3490
|
**/
|
|
3491
3491
|
PalletUtilityError: {
|
|
3492
3492
|
_enum: ['TooManyCalls'],
|
|
3493
3493
|
},
|
|
3494
3494
|
/**
|
|
3495
|
-
*
|
|
3495
|
+
* Lookup488: pallet_sudo::pallet::Error<T>
|
|
3496
3496
|
**/
|
|
3497
3497
|
PalletSudoError: {
|
|
3498
3498
|
_enum: ['RequireSudo'],
|
|
3499
3499
|
},
|
|
3500
3500
|
/**
|
|
3501
|
-
*
|
|
3501
|
+
* Lookup489: pallet_treasury::pallet::FrameVaultCapital<T>
|
|
3502
3502
|
**/
|
|
3503
3503
|
PalletTreasuryFrameVaultCapital: {
|
|
3504
3504
|
frameId: 'Compact<u64>',
|
|
3505
3505
|
vaults: 'BTreeMap<u32, PalletTreasuryVaultCapital>',
|
|
3506
3506
|
},
|
|
3507
3507
|
/**
|
|
3508
|
-
*
|
|
3508
|
+
* Lookup491: pallet_treasury::pallet::VaultCapital<T>
|
|
3509
3509
|
**/
|
|
3510
3510
|
PalletTreasuryVaultCapital: {
|
|
3511
3511
|
bondLotAllocations: 'Vec<PalletTreasuryBondLotAllocation>',
|
|
@@ -3513,14 +3513,14 @@ export default {
|
|
|
3513
3513
|
vaultSharingPercent: 'Compact<Permill>',
|
|
3514
3514
|
},
|
|
3515
3515
|
/**
|
|
3516
|
-
*
|
|
3516
|
+
* Lookup493: pallet_treasury::pallet::BondLotAllocation
|
|
3517
3517
|
**/
|
|
3518
3518
|
PalletTreasuryBondLotAllocation: {
|
|
3519
3519
|
bondLotId: 'Compact<u64>',
|
|
3520
3520
|
prorata: 'u128',
|
|
3521
3521
|
},
|
|
3522
3522
|
/**
|
|
3523
|
-
*
|
|
3523
|
+
* Lookup498: pallet_treasury::pallet::BondLot<T>
|
|
3524
3524
|
**/
|
|
3525
3525
|
PalletTreasuryBondLot: {
|
|
3526
3526
|
owner: 'AccountId32',
|
|
@@ -3535,14 +3535,14 @@ export default {
|
|
|
3535
3535
|
releaseReason: 'Option<PalletTreasuryBondReleaseReason>',
|
|
3536
3536
|
},
|
|
3537
3537
|
/**
|
|
3538
|
-
*
|
|
3538
|
+
* Lookup503: pallet_treasury::pallet::BondLotSummary
|
|
3539
3539
|
**/
|
|
3540
3540
|
PalletTreasuryBondLotSummary: {
|
|
3541
3541
|
bondLotId: 'Compact<u64>',
|
|
3542
3542
|
bonds: 'Compact<u32>',
|
|
3543
3543
|
},
|
|
3544
3544
|
/**
|
|
3545
|
-
*
|
|
3545
|
+
* Lookup505: pallet_treasury::pallet::Error<T>
|
|
3546
3546
|
**/
|
|
3547
3547
|
PalletTreasuryError: {
|
|
3548
3548
|
_enum: [
|
|
@@ -3559,13 +3559,13 @@ export default {
|
|
|
3559
3559
|
],
|
|
3560
3560
|
},
|
|
3561
3561
|
/**
|
|
3562
|
-
*
|
|
3562
|
+
* Lookup506: pallet_fee_control::pallet::Error<T>
|
|
3563
3563
|
**/
|
|
3564
3564
|
PalletFeeControlError: {
|
|
3565
3565
|
_enum: ['SponsoredFeeTooHigh'],
|
|
3566
3566
|
},
|
|
3567
3567
|
/**
|
|
3568
|
-
*
|
|
3568
|
+
* Lookup507: pallet_operational_accounts::pallet::OperationalAccount<T>
|
|
3569
3569
|
**/
|
|
3570
3570
|
PalletOperationalAccountsOperationalAccount: {
|
|
3571
3571
|
vaultAccount: 'AccountId32',
|
|
@@ -3589,14 +3589,14 @@ export default {
|
|
|
3589
3589
|
isOperational: 'bool',
|
|
3590
3590
|
},
|
|
3591
3591
|
/**
|
|
3592
|
-
*
|
|
3592
|
+
* Lookup509: pallet_operational_accounts::pallet::RewardsConfig<Balance>
|
|
3593
3593
|
**/
|
|
3594
3594
|
PalletOperationalAccountsRewardsConfig: {
|
|
3595
3595
|
operationalReferralReward: 'Compact<u128>',
|
|
3596
3596
|
referralBonusReward: 'Compact<u128>',
|
|
3597
3597
|
},
|
|
3598
3598
|
/**
|
|
3599
|
-
*
|
|
3599
|
+
* Lookup511: pallet_operational_accounts::pallet::Error<T>
|
|
3600
3600
|
**/
|
|
3601
3601
|
PalletOperationalAccountsError: {
|
|
3602
3602
|
_enum: [
|
|
@@ -3620,13 +3620,13 @@ export default {
|
|
|
3620
3620
|
],
|
|
3621
3621
|
},
|
|
3622
3622
|
/**
|
|
3623
|
-
*
|
|
3623
|
+
* Lookup512: pallet_ethereum_verifier::types::FinalizedBeaconHeaderState
|
|
3624
3624
|
**/
|
|
3625
3625
|
PalletEthereumVerifierFinalizedBeaconHeaderState: {
|
|
3626
3626
|
slot: 'Compact<u64>',
|
|
3627
3627
|
},
|
|
3628
3628
|
/**
|
|
3629
|
-
*
|
|
3629
|
+
* Lookup513: pallet_ethereum_verifier::types::ExecutionHeaderAnchor
|
|
3630
3630
|
**/
|
|
3631
3631
|
PalletEthereumVerifierExecutionHeaderAnchor: {
|
|
3632
3632
|
blockNumber: 'Compact<u64>',
|
|
@@ -3635,21 +3635,21 @@ export default {
|
|
|
3635
3635
|
receiptsRoot: 'H256',
|
|
3636
3636
|
},
|
|
3637
3637
|
/**
|
|
3638
|
-
*
|
|
3638
|
+
* Lookup514: pallet_ethereum_verifier::types::SyncCommitteePrepared
|
|
3639
3639
|
**/
|
|
3640
|
-
|
|
3640
|
+
PalletEthereumVerifierSyncCommitteePrepared: {
|
|
3641
3641
|
root: 'H256',
|
|
3642
|
-
pubkeys: '
|
|
3642
|
+
pubkeys: 'Vec<SnowbridgeMilagroBlsKeysPublicKey>',
|
|
3643
3643
|
aggregatePubkey: 'SnowbridgeMilagroBlsKeysPublicKey',
|
|
3644
3644
|
},
|
|
3645
3645
|
/**
|
|
3646
|
-
*
|
|
3646
|
+
* Lookup516: snowbridge_milagro_bls::keys::PublicKey
|
|
3647
3647
|
**/
|
|
3648
3648
|
SnowbridgeMilagroBlsKeysPublicKey: {
|
|
3649
3649
|
point: 'SnowbridgeAmclBls381Ecp',
|
|
3650
3650
|
},
|
|
3651
3651
|
/**
|
|
3652
|
-
*
|
|
3652
|
+
* Lookup517: snowbridge_amcl::bls381::ecp::ECP
|
|
3653
3653
|
**/
|
|
3654
3654
|
SnowbridgeAmclBls381Ecp: {
|
|
3655
3655
|
x: 'SnowbridgeAmclBls381Fp',
|
|
@@ -3657,20 +3657,26 @@ export default {
|
|
|
3657
3657
|
z: 'SnowbridgeAmclBls381Fp',
|
|
3658
3658
|
},
|
|
3659
3659
|
/**
|
|
3660
|
-
*
|
|
3660
|
+
* Lookup518: snowbridge_amcl::bls381::fp::FP
|
|
3661
3661
|
**/
|
|
3662
3662
|
SnowbridgeAmclBls381Fp: {
|
|
3663
3663
|
x: 'SnowbridgeAmclBls381Big',
|
|
3664
3664
|
xes: 'i32',
|
|
3665
3665
|
},
|
|
3666
3666
|
/**
|
|
3667
|
-
*
|
|
3667
|
+
* Lookup519: snowbridge_amcl::bls381::big::Big
|
|
3668
3668
|
**/
|
|
3669
3669
|
SnowbridgeAmclBls381Big: {
|
|
3670
3670
|
w: '[i32;14]',
|
|
3671
3671
|
},
|
|
3672
3672
|
/**
|
|
3673
|
-
*
|
|
3673
|
+
* Lookup523: argon_primitives::ethereum::EthereumBeaconPreset
|
|
3674
|
+
**/
|
|
3675
|
+
ArgonPrimitivesEthereumEthereumBeaconPreset: {
|
|
3676
|
+
_enum: ['Mainnet', 'Minimal'],
|
|
3677
|
+
},
|
|
3678
|
+
/**
|
|
3679
|
+
* Lookup524: pallet_ethereum_verifier::pallet::Error<T>
|
|
3674
3680
|
**/
|
|
3675
3681
|
PalletEthereumVerifierError: {
|
|
3676
3682
|
_enum: [
|
|
@@ -3691,13 +3697,14 @@ export default {
|
|
|
3691
3697
|
'ExpectedFinalizedHeaderNotStored',
|
|
3692
3698
|
'BLSPreparePublicKeysFailed',
|
|
3693
3699
|
'BLSVerificationFailed',
|
|
3700
|
+
'UnexpectedBeaconPreset',
|
|
3694
3701
|
'InvalidUpdateSlot',
|
|
3695
3702
|
'InvalidSyncCommitteeUpdate',
|
|
3696
3703
|
'Halted',
|
|
3697
3704
|
],
|
|
3698
3705
|
},
|
|
3699
3706
|
/**
|
|
3700
|
-
*
|
|
3707
|
+
* Lookup526: pallet_crosschain_transfer::pallet::Error<T>
|
|
3701
3708
|
**/
|
|
3702
3709
|
PalletCrosschainTransferError: {
|
|
3703
3710
|
_enum: [
|
|
@@ -3711,58 +3718,59 @@ export default {
|
|
|
3711
3718
|
'UnexpectedNonce',
|
|
3712
3719
|
'InvalidChainConfig',
|
|
3713
3720
|
'InsufficientLiquidity',
|
|
3721
|
+
'InsufficientBurnAmountForFee',
|
|
3714
3722
|
],
|
|
3715
3723
|
},
|
|
3716
3724
|
/**
|
|
3717
|
-
*
|
|
3725
|
+
* Lookup529: frame_system::extensions::authorize_call::AuthorizeCall<T>
|
|
3718
3726
|
**/
|
|
3719
3727
|
FrameSystemExtensionsAuthorizeCall: 'Null',
|
|
3720
3728
|
/**
|
|
3721
|
-
*
|
|
3729
|
+
* Lookup530: frame_system::extensions::check_non_zero_sender::CheckNonZeroSender<T>
|
|
3722
3730
|
**/
|
|
3723
3731
|
FrameSystemExtensionsCheckNonZeroSender: 'Null',
|
|
3724
3732
|
/**
|
|
3725
|
-
*
|
|
3733
|
+
* Lookup531: frame_system::extensions::check_spec_version::CheckSpecVersion<T>
|
|
3726
3734
|
**/
|
|
3727
3735
|
FrameSystemExtensionsCheckSpecVersion: 'Null',
|
|
3728
3736
|
/**
|
|
3729
|
-
*
|
|
3737
|
+
* Lookup532: frame_system::extensions::check_tx_version::CheckTxVersion<T>
|
|
3730
3738
|
**/
|
|
3731
3739
|
FrameSystemExtensionsCheckTxVersion: 'Null',
|
|
3732
3740
|
/**
|
|
3733
|
-
*
|
|
3741
|
+
* Lookup533: frame_system::extensions::check_genesis::CheckGenesis<T>
|
|
3734
3742
|
**/
|
|
3735
3743
|
FrameSystemExtensionsCheckGenesis: 'Null',
|
|
3736
3744
|
/**
|
|
3737
|
-
*
|
|
3745
|
+
* Lookup536: frame_system::extensions::check_nonce::CheckNonce<T>
|
|
3738
3746
|
**/
|
|
3739
3747
|
FrameSystemExtensionsCheckNonce: 'Compact<u32>',
|
|
3740
3748
|
/**
|
|
3741
|
-
*
|
|
3749
|
+
* Lookup537: frame_system::extensions::check_weight::CheckWeight<T>
|
|
3742
3750
|
**/
|
|
3743
3751
|
FrameSystemExtensionsCheckWeight: 'Null',
|
|
3744
3752
|
/**
|
|
3745
|
-
*
|
|
3753
|
+
* Lookup538: pallet_transaction_payment::ChargeTransactionPayment<T>
|
|
3746
3754
|
**/
|
|
3747
3755
|
PalletTransactionPaymentChargeTransactionPayment: 'Compact<u128>',
|
|
3748
3756
|
/**
|
|
3749
|
-
*
|
|
3757
|
+
* Lookup539: frame_metadata_hash_extension::CheckMetadataHash<T>
|
|
3750
3758
|
**/
|
|
3751
3759
|
FrameMetadataHashExtensionCheckMetadataHash: {
|
|
3752
3760
|
mode: 'FrameMetadataHashExtensionMode',
|
|
3753
3761
|
},
|
|
3754
3762
|
/**
|
|
3755
|
-
*
|
|
3763
|
+
* Lookup540: frame_metadata_hash_extension::Mode
|
|
3756
3764
|
**/
|
|
3757
3765
|
FrameMetadataHashExtensionMode: {
|
|
3758
3766
|
_enum: ['Disabled', 'Enabled'],
|
|
3759
3767
|
},
|
|
3760
3768
|
/**
|
|
3761
|
-
*
|
|
3769
|
+
* Lookup541: frame_system::extensions::weight_reclaim::WeightReclaim<T>
|
|
3762
3770
|
**/
|
|
3763
3771
|
FrameSystemExtensionsWeightReclaim: 'Null',
|
|
3764
3772
|
/**
|
|
3765
|
-
*
|
|
3773
|
+
* Lookup543: argon_runtime::Runtime
|
|
3766
3774
|
**/
|
|
3767
3775
|
ArgonRuntimeRuntime: 'Null',
|
|
3768
3776
|
};
|