@argonprotocol/mainchain 1.4.11 → 1.4.12
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 +3990 -391
- package/browser/index.js +120 -70
- package/browser/index.js.map +1 -1
- package/lib/index.cjs +118 -68
- package/lib/index.cjs.map +1 -1
- package/lib/index.d.cts +3990 -391
- package/lib/index.d.ts +3990 -391
- package/lib/index.js +120 -70
- package/lib/index.js.map +1 -1
- package/package.json +7 -4
- package/src/interfaces/augment-api-consts.ts +6 -14
- package/src/interfaces/augment-api-errors.ts +33 -17
- package/src/interfaces/augment-api-events.ts +18 -18
- package/src/interfaces/augment-api-query.ts +33 -12
- package/src/interfaces/augment-api-tx.ts +34 -52
- package/src/interfaces/lookup.ts +254 -254
- package/src/interfaces/registry.ts +2 -2
- package/src/interfaces/types-lookup.ts +283 -281
|
@@ -602,10 +602,10 @@ declare module '@polkadot/types/lookup' {
|
|
|
602
602
|
readonly asVaultBitcoinXpubChange: {
|
|
603
603
|
readonly vaultId: u32;
|
|
604
604
|
} & Struct;
|
|
605
|
-
readonly
|
|
606
|
-
readonly
|
|
605
|
+
readonly isReservedSecuritizationSpaceChanged: boolean;
|
|
606
|
+
readonly asReservedSecuritizationSpaceChanged: {
|
|
607
607
|
readonly vaultId: u32;
|
|
608
|
-
readonly
|
|
608
|
+
readonly reservedSecuritizationSpace: u128;
|
|
609
609
|
} & Struct;
|
|
610
610
|
readonly isVaultRevenueUncollected: boolean;
|
|
611
611
|
readonly asVaultRevenueUncollected: {
|
|
@@ -675,7 +675,7 @@ declare module '@polkadot/types/lookup' {
|
|
|
675
675
|
| 'VaultTermsChanged'
|
|
676
676
|
| 'VaultClosed'
|
|
677
677
|
| 'VaultBitcoinXpubChange'
|
|
678
|
-
| '
|
|
678
|
+
| 'ReservedSecuritizationSpaceChanged'
|
|
679
679
|
| 'VaultRevenueUncollected'
|
|
680
680
|
| 'VaultCollected'
|
|
681
681
|
| 'FundsLocked'
|
|
@@ -786,11 +786,11 @@ declare module '@polkadot/types/lookup' {
|
|
|
786
786
|
readonly newSatoshis: u64;
|
|
787
787
|
readonly accountId: AccountId32;
|
|
788
788
|
} & Struct;
|
|
789
|
-
readonly
|
|
790
|
-
readonly
|
|
789
|
+
readonly isBitcoinLockFlexibleChanged: boolean;
|
|
790
|
+
readonly asBitcoinLockFlexibleChanged: {
|
|
791
791
|
readonly utxoId: u64;
|
|
792
792
|
readonly vaultId: u32;
|
|
793
|
-
readonly
|
|
793
|
+
readonly isFlexible: bool;
|
|
794
794
|
} & Struct;
|
|
795
795
|
readonly type:
|
|
796
796
|
| 'BitcoinLockCreated'
|
|
@@ -807,7 +807,7 @@ declare module '@polkadot/types/lookup' {
|
|
|
807
807
|
| 'OrphanedUtxoCosigned'
|
|
808
808
|
| 'UtxoFundedFromCandidate'
|
|
809
809
|
| 'SecuritizationIncreased'
|
|
810
|
-
| '
|
|
810
|
+
| 'BitcoinLockFlexibleChanged';
|
|
811
811
|
}
|
|
812
812
|
|
|
813
813
|
/** @name PalletNotariesEvent (60) */
|
|
@@ -1733,16 +1733,16 @@ declare module '@polkadot/types/lookup' {
|
|
|
1733
1733
|
readonly accountId: AccountId32;
|
|
1734
1734
|
readonly bonds: u32;
|
|
1735
1735
|
} & Struct;
|
|
1736
|
-
readonly
|
|
1737
|
-
readonly
|
|
1736
|
+
readonly isBondLotFlexibilityChanged: boolean;
|
|
1737
|
+
readonly asBondLotFlexibilityChanged: {
|
|
1738
1738
|
readonly vaultId: u32;
|
|
1739
1739
|
readonly bondLotId: u64;
|
|
1740
|
-
readonly
|
|
1740
|
+
readonly isFlexible: bool;
|
|
1741
1741
|
} & Struct;
|
|
1742
|
-
readonly
|
|
1743
|
-
readonly
|
|
1742
|
+
readonly isReservedBondSpaceChanged: boolean;
|
|
1743
|
+
readonly asReservedBondSpaceChanged: {
|
|
1744
1744
|
readonly vaultId: u32;
|
|
1745
|
-
readonly
|
|
1745
|
+
readonly reservedBondSpace: u32;
|
|
1746
1746
|
} & Struct;
|
|
1747
1747
|
readonly isEncumberedBondMicrogonsBurned: boolean;
|
|
1748
1748
|
readonly asEncumberedBondMicrogonsBurned: {
|
|
@@ -1760,8 +1760,8 @@ declare module '@polkadot/types/lookup' {
|
|
|
1760
1760
|
| 'BondLotPurchased'
|
|
1761
1761
|
| 'BondLotReleaseScheduled'
|
|
1762
1762
|
| 'BondLotReleased'
|
|
1763
|
-
| '
|
|
1764
|
-
| '
|
|
1763
|
+
| 'BondLotFlexibilityChanged'
|
|
1764
|
+
| 'ReservedBondSpaceChanged'
|
|
1765
1765
|
| 'EncumberedBondMicrogonsBurned';
|
|
1766
1766
|
}
|
|
1767
1767
|
|
|
@@ -2664,18 +2664,13 @@ declare module '@polkadot/types/lookup' {
|
|
|
2664
2664
|
readonly asSetDelegateAccount: {
|
|
2665
2665
|
readonly delegateAccountId: Option<AccountId32>;
|
|
2666
2666
|
} & Struct;
|
|
2667
|
-
readonly isSetName: boolean;
|
|
2668
|
-
readonly asSetName: {
|
|
2669
|
-
readonly name: Option<Bytes>;
|
|
2670
|
-
} & Struct;
|
|
2671
2667
|
readonly isSetCommittedArgonots: boolean;
|
|
2672
2668
|
readonly asSetCommittedArgonots: {
|
|
2673
2669
|
readonly amount: Compact<u128>;
|
|
2674
2670
|
} & Struct;
|
|
2675
|
-
readonly
|
|
2676
|
-
readonly
|
|
2677
|
-
readonly
|
|
2678
|
-
readonly backfillSecuritizationReserved: u128;
|
|
2671
|
+
readonly isSetReservedSecuritizationSpace: boolean;
|
|
2672
|
+
readonly asSetReservedSecuritizationSpace: {
|
|
2673
|
+
readonly reservedSecuritizationSpace: u128;
|
|
2679
2674
|
} & Struct;
|
|
2680
2675
|
readonly type:
|
|
2681
2676
|
| 'Create'
|
|
@@ -2685,15 +2680,13 @@ declare module '@polkadot/types/lookup' {
|
|
|
2685
2680
|
| 'ReplaceBitcoinXpub'
|
|
2686
2681
|
| 'Collect'
|
|
2687
2682
|
| 'SetDelegateAccount'
|
|
2688
|
-
| 'SetName'
|
|
2689
2683
|
| 'SetCommittedArgonots'
|
|
2690
|
-
| '
|
|
2684
|
+
| 'SetReservedSecuritizationSpace';
|
|
2691
2685
|
}
|
|
2692
2686
|
|
|
2693
2687
|
/** @name PalletVaultsVaultConfig (209) */
|
|
2694
2688
|
interface PalletVaultsVaultConfig extends Struct {
|
|
2695
2689
|
readonly terms: ArgonPrimitivesVaultVaultTerms;
|
|
2696
|
-
readonly name: Option<Bytes>;
|
|
2697
2690
|
readonly delegateAccountId: Option<AccountId32>;
|
|
2698
2691
|
readonly securitization: Compact<u128>;
|
|
2699
2692
|
readonly bitcoinXpubkey: ArgonPrimitivesBitcoinOpaqueBitcoinXpub;
|
|
@@ -2705,13 +2698,12 @@ declare module '@polkadot/types/lookup' {
|
|
|
2705
2698
|
readonly bitcoinAnnualPercentRate: Compact<u128>;
|
|
2706
2699
|
readonly bitcoinBaseFee: Compact<u128>;
|
|
2707
2700
|
readonly treasuryProfitSharing: Compact<Permill>;
|
|
2708
|
-
readonly treasuryBonusProfitSharing: Compact<Permill>;
|
|
2709
2701
|
}
|
|
2710
2702
|
|
|
2711
|
-
/** @name ArgonPrimitivesBitcoinOpaqueBitcoinXpub (
|
|
2703
|
+
/** @name ArgonPrimitivesBitcoinOpaqueBitcoinXpub (214) */
|
|
2712
2704
|
interface ArgonPrimitivesBitcoinOpaqueBitcoinXpub extends U8aFixed {}
|
|
2713
2705
|
|
|
2714
|
-
/** @name PalletBitcoinLocksCall (
|
|
2706
|
+
/** @name PalletBitcoinLocksCall (216) */
|
|
2715
2707
|
interface PalletBitcoinLocksCall extends Enum {
|
|
2716
2708
|
readonly isInitialize: boolean;
|
|
2717
2709
|
readonly asInitialize: {
|
|
@@ -2752,24 +2744,15 @@ declare module '@polkadot/types/lookup' {
|
|
|
2752
2744
|
readonly utxoRef: ArgonPrimitivesBitcoinUtxoRef;
|
|
2753
2745
|
readonly signature: Bytes;
|
|
2754
2746
|
} & Struct;
|
|
2755
|
-
readonly isInitializeFor: boolean;
|
|
2756
|
-
readonly asInitializeFor: {
|
|
2757
|
-
readonly accountId: AccountId32;
|
|
2758
|
-
readonly vaultId: u32;
|
|
2759
|
-
readonly satoshis: Compact<u64>;
|
|
2760
|
-
readonly bitcoinPubkey: ArgonPrimitivesBitcoinCompressedBitcoinPubkey;
|
|
2761
|
-
readonly options: Option<PalletBitcoinLocksLockOptions>;
|
|
2762
|
-
readonly backfillSecuritizationToUnreserve: Compact<u128>;
|
|
2763
|
-
} & Struct;
|
|
2764
2747
|
readonly isIncreaseSecuritization: boolean;
|
|
2765
2748
|
readonly asIncreaseSecuritization: {
|
|
2766
2749
|
readonly utxoId: u64;
|
|
2767
2750
|
readonly newSatoshis: Compact<u64>;
|
|
2768
2751
|
} & Struct;
|
|
2769
|
-
readonly
|
|
2770
|
-
readonly
|
|
2752
|
+
readonly isSetFlexible: boolean;
|
|
2753
|
+
readonly asSetFlexible: {
|
|
2771
2754
|
readonly utxoId: u64;
|
|
2772
|
-
readonly
|
|
2755
|
+
readonly isFlexible: bool;
|
|
2773
2756
|
} & Struct;
|
|
2774
2757
|
readonly type:
|
|
2775
2758
|
| 'Initialize'
|
|
@@ -2779,24 +2762,50 @@ declare module '@polkadot/types/lookup' {
|
|
|
2779
2762
|
| 'AdminModifyMinimumLockedSats'
|
|
2780
2763
|
| 'RequestOrphanedUtxoRelease'
|
|
2781
2764
|
| 'CosignOrphanedUtxoRelease'
|
|
2782
|
-
| 'InitializeFor'
|
|
2783
2765
|
| 'IncreaseSecuritization'
|
|
2784
|
-
| '
|
|
2766
|
+
| 'SetFlexible';
|
|
2785
2767
|
}
|
|
2786
2768
|
|
|
2787
|
-
/** @name ArgonPrimitivesBitcoinCompressedBitcoinPubkey (
|
|
2769
|
+
/** @name ArgonPrimitivesBitcoinCompressedBitcoinPubkey (217) */
|
|
2788
2770
|
interface ArgonPrimitivesBitcoinCompressedBitcoinPubkey extends U8aFixed {}
|
|
2789
2771
|
|
|
2790
|
-
/** @name PalletBitcoinLocksLockOptions (
|
|
2772
|
+
/** @name PalletBitcoinLocksLockOptions (220) */
|
|
2791
2773
|
interface PalletBitcoinLocksLockOptions extends Enum {
|
|
2792
2774
|
readonly isV1: boolean;
|
|
2793
2775
|
readonly asV1: {
|
|
2794
2776
|
readonly microgonsAtTargetPerBtc: Option<u128>;
|
|
2795
2777
|
} & Struct;
|
|
2796
|
-
readonly
|
|
2778
|
+
readonly isV2: boolean;
|
|
2779
|
+
readonly asV2: {
|
|
2780
|
+
readonly microgonsAtTargetPerBtc: Compact<u128>;
|
|
2781
|
+
readonly feeCoupon: PalletBitcoinLocksFeeCoupon;
|
|
2782
|
+
} & Struct;
|
|
2783
|
+
readonly type: 'V1' | 'V2';
|
|
2784
|
+
}
|
|
2785
|
+
|
|
2786
|
+
/** @name PalletBitcoinLocksFeeCoupon (221) */
|
|
2787
|
+
interface PalletBitcoinLocksFeeCoupon extends Struct {
|
|
2788
|
+
readonly feeDiscount: Compact<u128>;
|
|
2789
|
+
readonly securitizationSpaceToUnreserve: Compact<u128>;
|
|
2790
|
+
readonly expiresAtFrame: Compact<u64>;
|
|
2791
|
+
readonly nonce: Compact<u64>;
|
|
2792
|
+
readonly signature: SpRuntimeMultiSignature;
|
|
2793
|
+
}
|
|
2794
|
+
|
|
2795
|
+
/** @name SpRuntimeMultiSignature (222) */
|
|
2796
|
+
interface SpRuntimeMultiSignature extends Enum {
|
|
2797
|
+
readonly isEd25519: boolean;
|
|
2798
|
+
readonly asEd25519: U8aFixed;
|
|
2799
|
+
readonly isSr25519: boolean;
|
|
2800
|
+
readonly asSr25519: U8aFixed;
|
|
2801
|
+
readonly isEcdsa: boolean;
|
|
2802
|
+
readonly asEcdsa: U8aFixed;
|
|
2803
|
+
readonly isEth: boolean;
|
|
2804
|
+
readonly asEth: U8aFixed;
|
|
2805
|
+
readonly type: 'Ed25519' | 'Sr25519' | 'Ecdsa' | 'Eth';
|
|
2797
2806
|
}
|
|
2798
2807
|
|
|
2799
|
-
/** @name PalletNotariesCall (
|
|
2808
|
+
/** @name PalletNotariesCall (227) */
|
|
2800
2809
|
interface PalletNotariesCall extends Enum {
|
|
2801
2810
|
readonly isPropose: boolean;
|
|
2802
2811
|
readonly asPropose: {
|
|
@@ -2815,7 +2824,7 @@ declare module '@polkadot/types/lookup' {
|
|
|
2815
2824
|
readonly type: 'Propose' | 'Activate' | 'Update';
|
|
2816
2825
|
}
|
|
2817
2826
|
|
|
2818
|
-
/** @name PalletNotebookCall (
|
|
2827
|
+
/** @name PalletNotebookCall (228) */
|
|
2819
2828
|
interface PalletNotebookCall extends Enum {
|
|
2820
2829
|
readonly isSubmit: boolean;
|
|
2821
2830
|
readonly asSubmit: {
|
|
@@ -2828,13 +2837,13 @@ declare module '@polkadot/types/lookup' {
|
|
|
2828
2837
|
readonly type: 'Submit' | 'Unlock';
|
|
2829
2838
|
}
|
|
2830
2839
|
|
|
2831
|
-
/** @name ArgonPrimitivesNotebookSignedNotebookHeader (
|
|
2840
|
+
/** @name ArgonPrimitivesNotebookSignedNotebookHeader (230) */
|
|
2832
2841
|
interface ArgonPrimitivesNotebookSignedNotebookHeader extends Struct {
|
|
2833
2842
|
readonly header: ArgonPrimitivesNotebookNotebookHeader;
|
|
2834
2843
|
readonly signature: U8aFixed;
|
|
2835
2844
|
}
|
|
2836
2845
|
|
|
2837
|
-
/** @name ArgonPrimitivesNotebookNotebookHeader (
|
|
2846
|
+
/** @name ArgonPrimitivesNotebookNotebookHeader (231) */
|
|
2838
2847
|
interface ArgonPrimitivesNotebookNotebookHeader extends Struct {
|
|
2839
2848
|
readonly version: Compact<u16>;
|
|
2840
2849
|
readonly notebookNumber: Compact<u32>;
|
|
@@ -2853,7 +2862,7 @@ declare module '@polkadot/types/lookup' {
|
|
|
2853
2862
|
readonly domains: Vec<ITuple<[H256, AccountId32]>>;
|
|
2854
2863
|
}
|
|
2855
2864
|
|
|
2856
|
-
/** @name ArgonPrimitivesNotebookChainTransfer (
|
|
2865
|
+
/** @name ArgonPrimitivesNotebookChainTransfer (234) */
|
|
2857
2866
|
interface ArgonPrimitivesNotebookChainTransfer extends Enum {
|
|
2858
2867
|
readonly isToMainchain: boolean;
|
|
2859
2868
|
readonly asToMainchain: {
|
|
@@ -2867,13 +2876,13 @@ declare module '@polkadot/types/lookup' {
|
|
|
2867
2876
|
readonly type: 'ToMainchain' | 'ToLocalchain';
|
|
2868
2877
|
}
|
|
2869
2878
|
|
|
2870
|
-
/** @name ArgonPrimitivesBalanceChangeAccountOrigin (
|
|
2879
|
+
/** @name ArgonPrimitivesBalanceChangeAccountOrigin (237) */
|
|
2871
2880
|
interface ArgonPrimitivesBalanceChangeAccountOrigin extends Struct {
|
|
2872
2881
|
readonly notebookNumber: Compact<u32>;
|
|
2873
2882
|
readonly accountUid: Compact<u32>;
|
|
2874
2883
|
}
|
|
2875
2884
|
|
|
2876
|
-
/** @name PalletLocalchainTransferCall (
|
|
2885
|
+
/** @name PalletLocalchainTransferCall (243) */
|
|
2877
2886
|
interface PalletLocalchainTransferCall extends Enum {
|
|
2878
2887
|
readonly isSendToLocalchain: boolean;
|
|
2879
2888
|
readonly asSendToLocalchain: {
|
|
@@ -2883,7 +2892,7 @@ declare module '@polkadot/types/lookup' {
|
|
|
2883
2892
|
readonly type: 'SendToLocalchain';
|
|
2884
2893
|
}
|
|
2885
2894
|
|
|
2886
|
-
/** @name PalletBlockSealSpecCall (
|
|
2895
|
+
/** @name PalletBlockSealSpecCall (244) */
|
|
2887
2896
|
interface PalletBlockSealSpecCall extends Enum {
|
|
2888
2897
|
readonly isConfigure: boolean;
|
|
2889
2898
|
readonly asConfigure: {
|
|
@@ -2893,7 +2902,7 @@ declare module '@polkadot/types/lookup' {
|
|
|
2893
2902
|
readonly type: 'Configure';
|
|
2894
2903
|
}
|
|
2895
2904
|
|
|
2896
|
-
/** @name PalletDomainsCall (
|
|
2905
|
+
/** @name PalletDomainsCall (245) */
|
|
2897
2906
|
interface PalletDomainsCall extends Enum {
|
|
2898
2907
|
readonly isSetZoneRecord: boolean;
|
|
2899
2908
|
readonly asSetZoneRecord: {
|
|
@@ -2903,7 +2912,7 @@ declare module '@polkadot/types/lookup' {
|
|
|
2903
2912
|
readonly type: 'SetZoneRecord';
|
|
2904
2913
|
}
|
|
2905
2914
|
|
|
2906
|
-
/** @name PalletPriceIndexCall (
|
|
2915
|
+
/** @name PalletPriceIndexCall (246) */
|
|
2907
2916
|
interface PalletPriceIndexCall extends Enum {
|
|
2908
2917
|
readonly isSubmit: boolean;
|
|
2909
2918
|
readonly asSubmit: {
|
|
@@ -2917,7 +2926,7 @@ declare module '@polkadot/types/lookup' {
|
|
|
2917
2926
|
readonly type: 'Submit' | 'SetOperator';
|
|
2918
2927
|
}
|
|
2919
2928
|
|
|
2920
|
-
/** @name PalletPriceIndexPriceIndex (
|
|
2929
|
+
/** @name PalletPriceIndexPriceIndex (247) */
|
|
2921
2930
|
interface PalletPriceIndexPriceIndex extends Struct {
|
|
2922
2931
|
readonly btcUsdPrice: Compact<u128>;
|
|
2923
2932
|
readonly argonotUsdPrice: u128;
|
|
@@ -2927,14 +2936,14 @@ declare module '@polkadot/types/lookup' {
|
|
|
2927
2936
|
readonly tick: Compact<u64>;
|
|
2928
2937
|
}
|
|
2929
2938
|
|
|
2930
|
-
/** @name PalletPriceIndexEthereumPriceIndex (
|
|
2939
|
+
/** @name PalletPriceIndexEthereumPriceIndex (249) */
|
|
2931
2940
|
interface PalletPriceIndexEthereumPriceIndex extends Struct {
|
|
2932
2941
|
readonly ethereumUsdPrice: u128;
|
|
2933
2942
|
readonly ethereumGasPriceWei: Compact<u128>;
|
|
2934
2943
|
readonly tick: Compact<u64>;
|
|
2935
2944
|
}
|
|
2936
2945
|
|
|
2937
|
-
/** @name PalletGrandpaCall (
|
|
2946
|
+
/** @name PalletGrandpaCall (250) */
|
|
2938
2947
|
interface PalletGrandpaCall extends Enum {
|
|
2939
2948
|
readonly isReportEquivocation: boolean;
|
|
2940
2949
|
readonly asReportEquivocation: {
|
|
@@ -2954,13 +2963,13 @@ declare module '@polkadot/types/lookup' {
|
|
|
2954
2963
|
readonly type: 'ReportEquivocation' | 'ReportEquivocationUnsigned' | 'NoteStalled';
|
|
2955
2964
|
}
|
|
2956
2965
|
|
|
2957
|
-
/** @name SpConsensusGrandpaEquivocationProof (
|
|
2966
|
+
/** @name SpConsensusGrandpaEquivocationProof (251) */
|
|
2958
2967
|
interface SpConsensusGrandpaEquivocationProof extends Struct {
|
|
2959
2968
|
readonly setId: u64;
|
|
2960
2969
|
readonly equivocation: SpConsensusGrandpaEquivocation;
|
|
2961
2970
|
}
|
|
2962
2971
|
|
|
2963
|
-
/** @name SpConsensusGrandpaEquivocation (
|
|
2972
|
+
/** @name SpConsensusGrandpaEquivocation (252) */
|
|
2964
2973
|
interface SpConsensusGrandpaEquivocation extends Enum {
|
|
2965
2974
|
readonly isPrevote: boolean;
|
|
2966
2975
|
readonly asPrevote: FinalityGrandpaEquivocationPrevote;
|
|
@@ -2969,7 +2978,7 @@ declare module '@polkadot/types/lookup' {
|
|
|
2969
2978
|
readonly type: 'Prevote' | 'Precommit';
|
|
2970
2979
|
}
|
|
2971
2980
|
|
|
2972
|
-
/** @name FinalityGrandpaEquivocationPrevote (
|
|
2981
|
+
/** @name FinalityGrandpaEquivocationPrevote (253) */
|
|
2973
2982
|
interface FinalityGrandpaEquivocationPrevote extends Struct {
|
|
2974
2983
|
readonly roundNumber: u64;
|
|
2975
2984
|
readonly identity: SpConsensusGrandpaAppPublic;
|
|
@@ -2977,16 +2986,16 @@ declare module '@polkadot/types/lookup' {
|
|
|
2977
2986
|
readonly second: ITuple<[FinalityGrandpaPrevote, SpConsensusGrandpaAppSignature]>;
|
|
2978
2987
|
}
|
|
2979
2988
|
|
|
2980
|
-
/** @name FinalityGrandpaPrevote (
|
|
2989
|
+
/** @name FinalityGrandpaPrevote (254) */
|
|
2981
2990
|
interface FinalityGrandpaPrevote extends Struct {
|
|
2982
2991
|
readonly targetHash: H256;
|
|
2983
2992
|
readonly targetNumber: u32;
|
|
2984
2993
|
}
|
|
2985
2994
|
|
|
2986
|
-
/** @name SpConsensusGrandpaAppSignature (
|
|
2995
|
+
/** @name SpConsensusGrandpaAppSignature (255) */
|
|
2987
2996
|
interface SpConsensusGrandpaAppSignature extends U8aFixed {}
|
|
2988
2997
|
|
|
2989
|
-
/** @name FinalityGrandpaEquivocationPrecommit (
|
|
2998
|
+
/** @name FinalityGrandpaEquivocationPrecommit (257) */
|
|
2990
2999
|
interface FinalityGrandpaEquivocationPrecommit extends Struct {
|
|
2991
3000
|
readonly roundNumber: u64;
|
|
2992
3001
|
readonly identity: SpConsensusGrandpaAppPublic;
|
|
@@ -2994,16 +3003,16 @@ declare module '@polkadot/types/lookup' {
|
|
|
2994
3003
|
readonly second: ITuple<[FinalityGrandpaPrecommit, SpConsensusGrandpaAppSignature]>;
|
|
2995
3004
|
}
|
|
2996
3005
|
|
|
2997
|
-
/** @name FinalityGrandpaPrecommit (
|
|
3006
|
+
/** @name FinalityGrandpaPrecommit (258) */
|
|
2998
3007
|
interface FinalityGrandpaPrecommit extends Struct {
|
|
2999
3008
|
readonly targetHash: H256;
|
|
3000
3009
|
readonly targetNumber: u32;
|
|
3001
3010
|
}
|
|
3002
3011
|
|
|
3003
|
-
/** @name SpCoreVoid (
|
|
3012
|
+
/** @name SpCoreVoid (260) */
|
|
3004
3013
|
type SpCoreVoid = Null;
|
|
3005
3014
|
|
|
3006
|
-
/** @name PalletBlockSealCall (
|
|
3015
|
+
/** @name PalletBlockSealCall (261) */
|
|
3007
3016
|
interface PalletBlockSealCall extends Enum {
|
|
3008
3017
|
readonly isApply: boolean;
|
|
3009
3018
|
readonly asApply: {
|
|
@@ -3012,7 +3021,7 @@ declare module '@polkadot/types/lookup' {
|
|
|
3012
3021
|
readonly type: 'Apply';
|
|
3013
3022
|
}
|
|
3014
3023
|
|
|
3015
|
-
/** @name ArgonPrimitivesInherentsBlockSealInherent (
|
|
3024
|
+
/** @name ArgonPrimitivesInherentsBlockSealInherent (262) */
|
|
3016
3025
|
interface ArgonPrimitivesInherentsBlockSealInherent extends Enum {
|
|
3017
3026
|
readonly isVote: boolean;
|
|
3018
3027
|
readonly asVote: {
|
|
@@ -3027,14 +3036,14 @@ declare module '@polkadot/types/lookup' {
|
|
|
3027
3036
|
readonly type: 'Vote' | 'Compute';
|
|
3028
3037
|
}
|
|
3029
3038
|
|
|
3030
|
-
/** @name ArgonPrimitivesBalanceChangeMerkleProof (
|
|
3039
|
+
/** @name ArgonPrimitivesBalanceChangeMerkleProof (263) */
|
|
3031
3040
|
interface ArgonPrimitivesBalanceChangeMerkleProof extends Struct {
|
|
3032
3041
|
readonly proof: Vec<H256>;
|
|
3033
3042
|
readonly numberOfLeaves: Compact<u32>;
|
|
3034
3043
|
readonly leafIndex: Compact<u32>;
|
|
3035
3044
|
}
|
|
3036
3045
|
|
|
3037
|
-
/** @name ArgonPrimitivesBlockVoteBlockVoteT (
|
|
3046
|
+
/** @name ArgonPrimitivesBlockVoteBlockVoteT (265) */
|
|
3038
3047
|
interface ArgonPrimitivesBlockVoteBlockVoteT extends Struct {
|
|
3039
3048
|
readonly accountId: AccountId32;
|
|
3040
3049
|
readonly blockHash: H256;
|
|
@@ -3045,20 +3054,7 @@ declare module '@polkadot/types/lookup' {
|
|
|
3045
3054
|
readonly tick: Compact<u64>;
|
|
3046
3055
|
}
|
|
3047
3056
|
|
|
3048
|
-
/** @name
|
|
3049
|
-
interface SpRuntimeMultiSignature extends Enum {
|
|
3050
|
-
readonly isEd25519: boolean;
|
|
3051
|
-
readonly asEd25519: U8aFixed;
|
|
3052
|
-
readonly isSr25519: boolean;
|
|
3053
|
-
readonly asSr25519: U8aFixed;
|
|
3054
|
-
readonly isEcdsa: boolean;
|
|
3055
|
-
readonly asEcdsa: U8aFixed;
|
|
3056
|
-
readonly isEth: boolean;
|
|
3057
|
-
readonly asEth: U8aFixed;
|
|
3058
|
-
readonly type: 'Ed25519' | 'Sr25519' | 'Ecdsa' | 'Eth';
|
|
3059
|
-
}
|
|
3060
|
-
|
|
3061
|
-
/** @name PalletBlockRewardsCall (267) */
|
|
3057
|
+
/** @name PalletBlockRewardsCall (266) */
|
|
3062
3058
|
interface PalletBlockRewardsCall extends Enum {
|
|
3063
3059
|
readonly isSetBlockRewardsPaused: boolean;
|
|
3064
3060
|
readonly asSetBlockRewardsPaused: {
|
|
@@ -3071,10 +3067,10 @@ declare module '@polkadot/types/lookup' {
|
|
|
3071
3067
|
readonly type: 'SetBlockRewardsPaused' | 'SetBlockVoterRewardsEnabled';
|
|
3072
3068
|
}
|
|
3073
3069
|
|
|
3074
|
-
/** @name PalletMintCall (
|
|
3070
|
+
/** @name PalletMintCall (267) */
|
|
3075
3071
|
type PalletMintCall = Null;
|
|
3076
3072
|
|
|
3077
|
-
/** @name PalletBalancesCall (
|
|
3073
|
+
/** @name PalletBalancesCall (268) */
|
|
3078
3074
|
interface PalletBalancesCall extends Enum {
|
|
3079
3075
|
readonly isTransferAllowDeath: boolean;
|
|
3080
3076
|
readonly asTransferAllowDeath: {
|
|
@@ -3133,14 +3129,14 @@ declare module '@polkadot/types/lookup' {
|
|
|
3133
3129
|
| 'Burn';
|
|
3134
3130
|
}
|
|
3135
3131
|
|
|
3136
|
-
/** @name PalletBalancesAdjustmentDirection (
|
|
3132
|
+
/** @name PalletBalancesAdjustmentDirection (269) */
|
|
3137
3133
|
interface PalletBalancesAdjustmentDirection extends Enum {
|
|
3138
3134
|
readonly isIncrease: boolean;
|
|
3139
3135
|
readonly isDecrease: boolean;
|
|
3140
3136
|
readonly type: 'Increase' | 'Decrease';
|
|
3141
3137
|
}
|
|
3142
3138
|
|
|
3143
|
-
/** @name PalletTxPauseCall (
|
|
3139
|
+
/** @name PalletTxPauseCall (271) */
|
|
3144
3140
|
interface PalletTxPauseCall extends Enum {
|
|
3145
3141
|
readonly isPause: boolean;
|
|
3146
3142
|
readonly asPause: {
|
|
@@ -3153,7 +3149,7 @@ declare module '@polkadot/types/lookup' {
|
|
|
3153
3149
|
readonly type: 'Pause' | 'Unpause';
|
|
3154
3150
|
}
|
|
3155
3151
|
|
|
3156
|
-
/** @name PalletUtilityCall (
|
|
3152
|
+
/** @name PalletUtilityCall (272) */
|
|
3157
3153
|
interface PalletUtilityCall extends Enum {
|
|
3158
3154
|
readonly isBatch: boolean;
|
|
3159
3155
|
readonly asBatch: {
|
|
@@ -3203,7 +3199,7 @@ declare module '@polkadot/types/lookup' {
|
|
|
3203
3199
|
| 'DispatchAsFallible';
|
|
3204
3200
|
}
|
|
3205
3201
|
|
|
3206
|
-
/** @name PalletSudoCall (
|
|
3202
|
+
/** @name PalletSudoCall (274) */
|
|
3207
3203
|
interface PalletSudoCall extends Enum {
|
|
3208
3204
|
readonly isSudo: boolean;
|
|
3209
3205
|
readonly asSudo: {
|
|
@@ -3227,7 +3223,7 @@ declare module '@polkadot/types/lookup' {
|
|
|
3227
3223
|
readonly type: 'Sudo' | 'SudoUncheckedWeight' | 'SetKey' | 'SudoAs' | 'RemoveKey';
|
|
3228
3224
|
}
|
|
3229
3225
|
|
|
3230
|
-
/** @name PalletTreasuryCall (
|
|
3226
|
+
/** @name PalletTreasuryCall (275) */
|
|
3231
3227
|
interface PalletTreasuryCall extends Enum {
|
|
3232
3228
|
readonly isBuyBonds: boolean;
|
|
3233
3229
|
readonly asBuyBonds: {
|
|
@@ -3243,39 +3239,45 @@ declare module '@polkadot/types/lookup' {
|
|
|
3243
3239
|
readonly asBuyArgonotBonds: {
|
|
3244
3240
|
readonly bonds: u32;
|
|
3245
3241
|
} & Struct;
|
|
3246
|
-
readonly
|
|
3247
|
-
readonly
|
|
3242
|
+
readonly isSetBondLotFlexible: boolean;
|
|
3243
|
+
readonly asSetBondLotFlexible: {
|
|
3248
3244
|
readonly bondLotId: u64;
|
|
3249
|
-
readonly
|
|
3245
|
+
readonly isFlexible: bool;
|
|
3250
3246
|
} & Struct;
|
|
3251
|
-
readonly
|
|
3252
|
-
readonly
|
|
3247
|
+
readonly isSetReservedBondSpace: boolean;
|
|
3248
|
+
readonly asSetReservedBondSpace: {
|
|
3253
3249
|
readonly vaultId: u32;
|
|
3254
|
-
readonly
|
|
3250
|
+
readonly reservedBondSpace: u32;
|
|
3255
3251
|
} & Struct;
|
|
3256
3252
|
readonly type:
|
|
3257
3253
|
| 'BuyBonds'
|
|
3258
3254
|
| 'LiquidateBondLot'
|
|
3259
3255
|
| 'BuyArgonotBonds'
|
|
3260
|
-
| '
|
|
3261
|
-
| '
|
|
3256
|
+
| 'SetBondLotFlexible'
|
|
3257
|
+
| 'SetReservedBondSpace';
|
|
3262
3258
|
}
|
|
3263
3259
|
|
|
3264
|
-
/** @name ArgonPrimitivesVaultTreasuryBonusApprovalProof (
|
|
3260
|
+
/** @name ArgonPrimitivesVaultTreasuryBonusApprovalProof (277) */
|
|
3265
3261
|
interface ArgonPrimitivesVaultTreasuryBonusApprovalProof extends Struct {
|
|
3266
3262
|
readonly vaultId: Compact<u32>;
|
|
3267
3263
|
readonly beneficiary: AccountId32;
|
|
3264
|
+
readonly bonusPercent: Compact<Permill>;
|
|
3268
3265
|
readonly expiresAtFrame: Compact<u64>;
|
|
3269
|
-
readonly
|
|
3266
|
+
readonly bondSpaceToUnreserve: Compact<u32>;
|
|
3267
|
+
readonly nonce: Compact<u64>;
|
|
3270
3268
|
readonly signature: SpRuntimeMultiSignature;
|
|
3271
3269
|
}
|
|
3272
3270
|
|
|
3273
|
-
/** @name PalletOperationalAccountsCall (
|
|
3271
|
+
/** @name PalletOperationalAccountsCall (278) */
|
|
3274
3272
|
interface PalletOperationalAccountsCall extends Enum {
|
|
3275
3273
|
readonly isRegister: boolean;
|
|
3276
3274
|
readonly asRegister: {
|
|
3277
3275
|
readonly registration: PalletOperationalAccountsRegistration;
|
|
3278
3276
|
} & Struct;
|
|
3277
|
+
readonly isSetName: boolean;
|
|
3278
|
+
readonly asSetName: {
|
|
3279
|
+
readonly name: Option<Bytes>;
|
|
3280
|
+
} & Struct;
|
|
3279
3281
|
readonly isSetRewardConfig: boolean;
|
|
3280
3282
|
readonly asSetRewardConfig: {
|
|
3281
3283
|
readonly operationalCertificationReward: u128;
|
|
@@ -3294,20 +3296,21 @@ declare module '@polkadot/types/lookup' {
|
|
|
3294
3296
|
} & Struct;
|
|
3295
3297
|
readonly type:
|
|
3296
3298
|
| 'Register'
|
|
3299
|
+
| 'SetName'
|
|
3297
3300
|
| 'SetRewardConfig'
|
|
3298
3301
|
| 'ForceSetProgress'
|
|
3299
3302
|
| 'Activate'
|
|
3300
3303
|
| 'ClaimRewards';
|
|
3301
3304
|
}
|
|
3302
3305
|
|
|
3303
|
-
/** @name PalletOperationalAccountsRegistration (
|
|
3306
|
+
/** @name PalletOperationalAccountsRegistration (279) */
|
|
3304
3307
|
interface PalletOperationalAccountsRegistration extends Enum {
|
|
3305
3308
|
readonly isV1: boolean;
|
|
3306
3309
|
readonly asV1: PalletOperationalAccountsRegistrationV1;
|
|
3307
3310
|
readonly type: 'V1';
|
|
3308
3311
|
}
|
|
3309
3312
|
|
|
3310
|
-
/** @name PalletOperationalAccountsRegistrationV1 (
|
|
3313
|
+
/** @name PalletOperationalAccountsRegistrationV1 (280) */
|
|
3311
3314
|
interface PalletOperationalAccountsRegistrationV1 extends Struct {
|
|
3312
3315
|
readonly operationalAccount: AccountId32;
|
|
3313
3316
|
readonly encryptionPubkey: PalletOperationalAccountsOpaqueEncryptionPubkey;
|
|
@@ -3319,21 +3322,21 @@ declare module '@polkadot/types/lookup' {
|
|
|
3319
3322
|
readonly accessProof: Option<PalletOperationalAccountsUpstreamAccessProof>;
|
|
3320
3323
|
}
|
|
3321
3324
|
|
|
3322
|
-
/** @name PalletOperationalAccountsOpaqueEncryptionPubkey (
|
|
3325
|
+
/** @name PalletOperationalAccountsOpaqueEncryptionPubkey (281) */
|
|
3323
3326
|
interface PalletOperationalAccountsOpaqueEncryptionPubkey extends U8aFixed {}
|
|
3324
3327
|
|
|
3325
|
-
/** @name PalletOperationalAccountsAccountOwnershipProof (
|
|
3328
|
+
/** @name PalletOperationalAccountsAccountOwnershipProof (282) */
|
|
3326
3329
|
interface PalletOperationalAccountsAccountOwnershipProof extends Struct {
|
|
3327
3330
|
readonly signature: SpRuntimeMultiSignature;
|
|
3328
3331
|
}
|
|
3329
3332
|
|
|
3330
|
-
/** @name PalletOperationalAccountsUpstreamAccessProof (
|
|
3333
|
+
/** @name PalletOperationalAccountsUpstreamAccessProof (284) */
|
|
3331
3334
|
interface PalletOperationalAccountsUpstreamAccessProof extends Struct {
|
|
3332
3335
|
readonly upstreamAccount: AccountId32;
|
|
3333
3336
|
readonly signature: SpRuntimeMultiSignature;
|
|
3334
3337
|
}
|
|
3335
3338
|
|
|
3336
|
-
/** @name PalletOperationalAccountsOperationalProgressPatch (
|
|
3339
|
+
/** @name PalletOperationalAccountsOperationalProgressPatch (287) */
|
|
3337
3340
|
interface PalletOperationalAccountsOperationalProgressPatch extends Struct {
|
|
3338
3341
|
readonly uniswapArgonTransfersInAmount: Option<u128>;
|
|
3339
3342
|
readonly accountBitcoinAmount: Option<u128>;
|
|
@@ -3343,7 +3346,7 @@ declare module '@polkadot/types/lookup' {
|
|
|
3343
3346
|
readonly miningSeatCount: Option<u32>;
|
|
3344
3347
|
}
|
|
3345
3348
|
|
|
3346
|
-
/** @name PalletEthereumVerifierCall (
|
|
3349
|
+
/** @name PalletEthereumVerifierCall (289) */
|
|
3347
3350
|
interface PalletEthereumVerifierCall extends Enum {
|
|
3348
3351
|
readonly isForceCheckpoint: boolean;
|
|
3349
3352
|
readonly asForceCheckpoint: {
|
|
@@ -3371,7 +3374,7 @@ declare module '@polkadot/types/lookup' {
|
|
|
3371
3374
|
| 'SetOperatingMode';
|
|
3372
3375
|
}
|
|
3373
3376
|
|
|
3374
|
-
/** @name PalletEthereumVerifierCheckpointUpdate (
|
|
3377
|
+
/** @name PalletEthereumVerifierCheckpointUpdate (290) */
|
|
3375
3378
|
interface PalletEthereumVerifierCheckpointUpdate extends Struct {
|
|
3376
3379
|
readonly header: SnowbridgeBeaconPrimitivesBeaconHeader;
|
|
3377
3380
|
readonly currentSyncCommittee: PalletEthereumVerifierSyncCommittee;
|
|
@@ -3380,7 +3383,7 @@ declare module '@polkadot/types/lookup' {
|
|
|
3380
3383
|
readonly executionHeaderProof: PalletEthereumVerifierExecutionHeaderProof;
|
|
3381
3384
|
}
|
|
3382
3385
|
|
|
3383
|
-
/** @name SnowbridgeBeaconPrimitivesBeaconHeader (
|
|
3386
|
+
/** @name SnowbridgeBeaconPrimitivesBeaconHeader (291) */
|
|
3384
3387
|
interface SnowbridgeBeaconPrimitivesBeaconHeader extends Struct {
|
|
3385
3388
|
readonly slot: u64;
|
|
3386
3389
|
readonly proposerIndex: u64;
|
|
@@ -3389,22 +3392,22 @@ declare module '@polkadot/types/lookup' {
|
|
|
3389
3392
|
readonly bodyRoot: H256;
|
|
3390
3393
|
}
|
|
3391
3394
|
|
|
3392
|
-
/** @name PalletEthereumVerifierSyncCommittee (
|
|
3395
|
+
/** @name PalletEthereumVerifierSyncCommittee (292) */
|
|
3393
3396
|
interface PalletEthereumVerifierSyncCommittee extends Struct {
|
|
3394
3397
|
readonly pubkeys: Vec<SnowbridgeBeaconPrimitivesPublicKey>;
|
|
3395
3398
|
readonly aggregatePubkey: SnowbridgeBeaconPrimitivesPublicKey;
|
|
3396
3399
|
}
|
|
3397
3400
|
|
|
3398
|
-
/** @name SnowbridgeBeaconPrimitivesPublicKey (
|
|
3401
|
+
/** @name SnowbridgeBeaconPrimitivesPublicKey (294) */
|
|
3399
3402
|
interface SnowbridgeBeaconPrimitivesPublicKey extends U8aFixed {}
|
|
3400
3403
|
|
|
3401
|
-
/** @name PalletEthereumVerifierExecutionHeaderProof (
|
|
3404
|
+
/** @name PalletEthereumVerifierExecutionHeaderProof (298) */
|
|
3402
3405
|
interface PalletEthereumVerifierExecutionHeaderProof extends Struct {
|
|
3403
3406
|
readonly executionHeader: SnowbridgeBeaconPrimitivesVersionedExecutionPayloadHeader;
|
|
3404
3407
|
readonly executionBranch: Vec<H256>;
|
|
3405
3408
|
}
|
|
3406
3409
|
|
|
3407
|
-
/** @name SnowbridgeBeaconPrimitivesVersionedExecutionPayloadHeader (
|
|
3410
|
+
/** @name SnowbridgeBeaconPrimitivesVersionedExecutionPayloadHeader (299) */
|
|
3408
3411
|
interface SnowbridgeBeaconPrimitivesVersionedExecutionPayloadHeader extends Enum {
|
|
3409
3412
|
readonly isCapella: boolean;
|
|
3410
3413
|
readonly asCapella: SnowbridgeBeaconPrimitivesExecutionPayloadHeader;
|
|
@@ -3413,7 +3416,7 @@ declare module '@polkadot/types/lookup' {
|
|
|
3413
3416
|
readonly type: 'Capella' | 'Deneb';
|
|
3414
3417
|
}
|
|
3415
3418
|
|
|
3416
|
-
/** @name SnowbridgeBeaconPrimitivesExecutionPayloadHeader (
|
|
3419
|
+
/** @name SnowbridgeBeaconPrimitivesExecutionPayloadHeader (300) */
|
|
3417
3420
|
interface SnowbridgeBeaconPrimitivesExecutionPayloadHeader extends Struct {
|
|
3418
3421
|
readonly parentHash: H256;
|
|
3419
3422
|
readonly feeRecipient: H160;
|
|
@@ -3432,7 +3435,7 @@ declare module '@polkadot/types/lookup' {
|
|
|
3432
3435
|
readonly withdrawalsRoot: H256;
|
|
3433
3436
|
}
|
|
3434
3437
|
|
|
3435
|
-
/** @name SnowbridgeBeaconPrimitivesDenebExecutionPayloadHeader (
|
|
3438
|
+
/** @name SnowbridgeBeaconPrimitivesDenebExecutionPayloadHeader (301) */
|
|
3436
3439
|
interface SnowbridgeBeaconPrimitivesDenebExecutionPayloadHeader extends Struct {
|
|
3437
3440
|
readonly parentHash: H256;
|
|
3438
3441
|
readonly feeRecipient: H160;
|
|
@@ -3453,7 +3456,7 @@ declare module '@polkadot/types/lookup' {
|
|
|
3453
3456
|
readonly excessBlobGas: u64;
|
|
3454
3457
|
}
|
|
3455
3458
|
|
|
3456
|
-
/** @name PalletEthereumVerifierForkVersions (
|
|
3459
|
+
/** @name PalletEthereumVerifierForkVersions (302) */
|
|
3457
3460
|
interface PalletEthereumVerifierForkVersions extends Struct {
|
|
3458
3461
|
readonly genesis: PalletEthereumVerifierFork;
|
|
3459
3462
|
readonly altair: PalletEthereumVerifierFork;
|
|
@@ -3464,13 +3467,13 @@ declare module '@polkadot/types/lookup' {
|
|
|
3464
3467
|
readonly fulu: PalletEthereumVerifierFork;
|
|
3465
3468
|
}
|
|
3466
3469
|
|
|
3467
|
-
/** @name PalletEthereumVerifierFork (
|
|
3470
|
+
/** @name PalletEthereumVerifierFork (303) */
|
|
3468
3471
|
interface PalletEthereumVerifierFork extends Struct {
|
|
3469
3472
|
readonly version: U8aFixed;
|
|
3470
3473
|
readonly epoch: Compact<u64>;
|
|
3471
3474
|
}
|
|
3472
3475
|
|
|
3473
|
-
/** @name PalletEthereumVerifierUpdate (
|
|
3476
|
+
/** @name PalletEthereumVerifierUpdate (304) */
|
|
3474
3477
|
interface PalletEthereumVerifierUpdate extends Struct {
|
|
3475
3478
|
readonly attestedHeader: SnowbridgeBeaconPrimitivesBeaconHeader;
|
|
3476
3479
|
readonly syncAggregate: PalletEthereumVerifierSyncAggregate;
|
|
@@ -3481,22 +3484,22 @@ declare module '@polkadot/types/lookup' {
|
|
|
3481
3484
|
readonly executionHeaderProof: PalletEthereumVerifierExecutionHeaderProof;
|
|
3482
3485
|
}
|
|
3483
3486
|
|
|
3484
|
-
/** @name PalletEthereumVerifierSyncAggregate (
|
|
3487
|
+
/** @name PalletEthereumVerifierSyncAggregate (305) */
|
|
3485
3488
|
interface PalletEthereumVerifierSyncAggregate extends Struct {
|
|
3486
3489
|
readonly syncCommitteeBits: Bytes;
|
|
3487
3490
|
readonly syncCommitteeSignature: SnowbridgeBeaconPrimitivesSignature;
|
|
3488
3491
|
}
|
|
3489
3492
|
|
|
3490
|
-
/** @name SnowbridgeBeaconPrimitivesSignature (
|
|
3493
|
+
/** @name SnowbridgeBeaconPrimitivesSignature (307) */
|
|
3491
3494
|
interface SnowbridgeBeaconPrimitivesSignature extends U8aFixed {}
|
|
3492
3495
|
|
|
3493
|
-
/** @name PalletEthereumVerifierNextSyncCommitteeUpdate (
|
|
3496
|
+
/** @name PalletEthereumVerifierNextSyncCommitteeUpdate (310) */
|
|
3494
3497
|
interface PalletEthereumVerifierNextSyncCommitteeUpdate extends Struct {
|
|
3495
3498
|
readonly nextSyncCommittee: PalletEthereumVerifierSyncCommittee;
|
|
3496
3499
|
readonly nextSyncCommitteeBranch: Vec<H256>;
|
|
3497
3500
|
}
|
|
3498
3501
|
|
|
3499
|
-
/** @name PalletCrosschainTransferCall (
|
|
3502
|
+
/** @name PalletCrosschainTransferCall (311) */
|
|
3500
3503
|
interface PalletCrosschainTransferCall extends Enum {
|
|
3501
3504
|
readonly isSetChainConfig: boolean;
|
|
3502
3505
|
readonly asSetChainConfig: {
|
|
@@ -3586,7 +3589,7 @@ declare module '@polkadot/types/lookup' {
|
|
|
3586
3589
|
| 'CollateralizeTransfer';
|
|
3587
3590
|
}
|
|
3588
3591
|
|
|
3589
|
-
/** @name PalletCrosschainTransferChainConfig (
|
|
3592
|
+
/** @name PalletCrosschainTransferChainConfig (312) */
|
|
3590
3593
|
interface PalletCrosschainTransferChainConfig extends Enum {
|
|
3591
3594
|
readonly isEvm: boolean;
|
|
3592
3595
|
readonly asEvm: {
|
|
@@ -3598,7 +3601,7 @@ declare module '@polkadot/types/lookup' {
|
|
|
3598
3601
|
readonly type: 'Evm';
|
|
3599
3602
|
}
|
|
3600
3603
|
|
|
3601
|
-
/** @name PalletCrosschainTransferMintingAuthorityActivationRepaymentPricing (
|
|
3604
|
+
/** @name PalletCrosschainTransferMintingAuthorityActivationRepaymentPricing (314) */
|
|
3602
3605
|
interface PalletCrosschainTransferMintingAuthorityActivationRepaymentPricing extends Struct {
|
|
3603
3606
|
readonly activationGasCost: Compact<u128>;
|
|
3604
3607
|
readonly signatureGasCost: Compact<u128>;
|
|
@@ -3606,56 +3609,56 @@ declare module '@polkadot/types/lookup' {
|
|
|
3606
3609
|
readonly estimatedMicrogonsPerEth: u128;
|
|
3607
3610
|
}
|
|
3608
3611
|
|
|
3609
|
-
/** @name ArgonPrimitivesEthereumEthereumReceiptLogProofBatch (
|
|
3612
|
+
/** @name ArgonPrimitivesEthereumEthereumReceiptLogProofBatch (317) */
|
|
3610
3613
|
interface ArgonPrimitivesEthereumEthereumReceiptLogProofBatch extends Struct {
|
|
3611
3614
|
readonly executionBlockProof: ArgonPrimitivesEthereumEthereumExecutionBlockProof;
|
|
3612
3615
|
readonly blocks: Vec<ArgonPrimitivesEthereumEthereumReceiptLogProofBlock>;
|
|
3613
3616
|
}
|
|
3614
3617
|
|
|
3615
|
-
/** @name ArgonPrimitivesEthereumEthereumExecutionBlockProof (
|
|
3618
|
+
/** @name ArgonPrimitivesEthereumEthereumExecutionBlockProof (318) */
|
|
3616
3619
|
interface ArgonPrimitivesEthereumEthereumExecutionBlockProof extends Struct {
|
|
3617
3620
|
readonly anchorBlockHash: H256;
|
|
3618
3621
|
readonly targetToAnchorHeaderChain: Vec<ArgonPrimitivesEthereumEthereumExecutionHeader>;
|
|
3619
3622
|
}
|
|
3620
3623
|
|
|
3621
|
-
/** @name ArgonPrimitivesEthereumEthereumExecutionHeader (
|
|
3624
|
+
/** @name ArgonPrimitivesEthereumEthereumExecutionHeader (320) */
|
|
3622
3625
|
interface ArgonPrimitivesEthereumEthereumExecutionHeader extends Struct {
|
|
3623
3626
|
readonly rlp: Bytes;
|
|
3624
3627
|
}
|
|
3625
3628
|
|
|
3626
|
-
/** @name ArgonPrimitivesEthereumEthereumReceiptLogProofBlock (
|
|
3629
|
+
/** @name ArgonPrimitivesEthereumEthereumReceiptLogProofBlock (324) */
|
|
3627
3630
|
interface ArgonPrimitivesEthereumEthereumReceiptLogProofBlock extends Struct {
|
|
3628
3631
|
readonly targetBlockNumber: Compact<u64>;
|
|
3629
3632
|
readonly receiptProof: ArgonPrimitivesEthereumEthereumCombinedReceiptProof;
|
|
3630
3633
|
readonly receiptLogs: Vec<ArgonPrimitivesEthereumEthereumReceiptLog>;
|
|
3631
3634
|
}
|
|
3632
3635
|
|
|
3633
|
-
/** @name ArgonPrimitivesEthereumEthereumCombinedReceiptProof (
|
|
3636
|
+
/** @name ArgonPrimitivesEthereumEthereumCombinedReceiptProof (325) */
|
|
3634
3637
|
interface ArgonPrimitivesEthereumEthereumCombinedReceiptProof extends Struct {
|
|
3635
3638
|
readonly nodes: Vec<Bytes>;
|
|
3636
3639
|
readonly receipts: Vec<ArgonPrimitivesEthereumEthereumReceiptProofReceipt>;
|
|
3637
3640
|
}
|
|
3638
3641
|
|
|
3639
|
-
/** @name ArgonPrimitivesEthereumEthereumReceiptProofReceipt (
|
|
3642
|
+
/** @name ArgonPrimitivesEthereumEthereumReceiptProofReceipt (329) */
|
|
3640
3643
|
interface ArgonPrimitivesEthereumEthereumReceiptProofReceipt extends Struct {
|
|
3641
3644
|
readonly transactionIndex: Compact<u64>;
|
|
3642
3645
|
readonly nodeIndexes: Vec<u16>;
|
|
3643
3646
|
}
|
|
3644
3647
|
|
|
3645
|
-
/** @name ArgonPrimitivesEthereumEthereumReceiptLog (
|
|
3648
|
+
/** @name ArgonPrimitivesEthereumEthereumReceiptLog (334) */
|
|
3646
3649
|
interface ArgonPrimitivesEthereumEthereumReceiptLog extends Struct {
|
|
3647
3650
|
readonly transactionIndex: Compact<u64>;
|
|
3648
3651
|
readonly eventLog: ArgonPrimitivesEthereumEthereumLog;
|
|
3649
3652
|
}
|
|
3650
3653
|
|
|
3651
|
-
/** @name ArgonPrimitivesEthereumEthereumLog (
|
|
3654
|
+
/** @name ArgonPrimitivesEthereumEthereumLog (335) */
|
|
3652
3655
|
interface ArgonPrimitivesEthereumEthereumLog extends Struct {
|
|
3653
3656
|
readonly address: H160;
|
|
3654
3657
|
readonly topics: Vec<H256>;
|
|
3655
3658
|
readonly data: Bytes;
|
|
3656
3659
|
}
|
|
3657
3660
|
|
|
3658
|
-
/** @name PalletBootstrapCall (
|
|
3661
|
+
/** @name PalletBootstrapCall (340) */
|
|
3659
3662
|
interface PalletBootstrapCall extends Enum {
|
|
3660
3663
|
readonly isSetRecoveryPayload: boolean;
|
|
3661
3664
|
readonly asSetRecoveryPayload: {
|
|
@@ -3671,12 +3674,12 @@ declare module '@polkadot/types/lookup' {
|
|
|
3671
3674
|
readonly type: 'SetRecoveryPayload' | 'SetEndpoint';
|
|
3672
3675
|
}
|
|
3673
3676
|
|
|
3674
|
-
/** @name PalletBootstrapRecoveryProof (
|
|
3677
|
+
/** @name PalletBootstrapRecoveryProof (341) */
|
|
3675
3678
|
interface PalletBootstrapRecoveryProof extends Struct {
|
|
3676
3679
|
readonly signature: U8aFixed;
|
|
3677
3680
|
}
|
|
3678
3681
|
|
|
3679
|
-
/** @name PalletMultisigError (
|
|
3682
|
+
/** @name PalletMultisigError (343) */
|
|
3680
3683
|
interface PalletMultisigError extends Enum {
|
|
3681
3684
|
readonly isMinimumThreshold: boolean;
|
|
3682
3685
|
readonly isAlreadyApproved: boolean;
|
|
@@ -3709,21 +3712,21 @@ declare module '@polkadot/types/lookup' {
|
|
|
3709
3712
|
| 'AlreadyStored';
|
|
3710
3713
|
}
|
|
3711
3714
|
|
|
3712
|
-
/** @name PalletProxyProxyDefinition (
|
|
3715
|
+
/** @name PalletProxyProxyDefinition (346) */
|
|
3713
3716
|
interface PalletProxyProxyDefinition extends Struct {
|
|
3714
3717
|
readonly delegate: AccountId32;
|
|
3715
3718
|
readonly proxyType: ArgonRuntimeProxyType;
|
|
3716
3719
|
readonly delay: u32;
|
|
3717
3720
|
}
|
|
3718
3721
|
|
|
3719
|
-
/** @name PalletProxyAnnouncement (
|
|
3722
|
+
/** @name PalletProxyAnnouncement (350) */
|
|
3720
3723
|
interface PalletProxyAnnouncement extends Struct {
|
|
3721
3724
|
readonly real: AccountId32;
|
|
3722
3725
|
readonly callHash: H256;
|
|
3723
3726
|
readonly height: u32;
|
|
3724
3727
|
}
|
|
3725
3728
|
|
|
3726
|
-
/** @name PalletProxyError (
|
|
3729
|
+
/** @name PalletProxyError (352) */
|
|
3727
3730
|
interface PalletProxyError extends Enum {
|
|
3728
3731
|
readonly isTooMany: boolean;
|
|
3729
3732
|
readonly isNotFound: boolean;
|
|
@@ -3744,16 +3747,16 @@ declare module '@polkadot/types/lookup' {
|
|
|
3744
3747
|
| 'NoSelfProxy';
|
|
3745
3748
|
}
|
|
3746
3749
|
|
|
3747
|
-
/** @name ArgonPrimitivesTickTicker (
|
|
3750
|
+
/** @name ArgonPrimitivesTickTicker (353) */
|
|
3748
3751
|
interface ArgonPrimitivesTickTicker extends Struct {
|
|
3749
3752
|
readonly tickDurationMillis: Compact<u64>;
|
|
3750
3753
|
readonly channelHoldExpirationTicks: Compact<u64>;
|
|
3751
3754
|
}
|
|
3752
3755
|
|
|
3753
|
-
/** @name PalletTicksError (
|
|
3756
|
+
/** @name PalletTicksError (355) */
|
|
3754
3757
|
type PalletTicksError = Null;
|
|
3755
3758
|
|
|
3756
|
-
/** @name PalletMiningSlotMinerNonceScoring (
|
|
3759
|
+
/** @name PalletMiningSlotMinerNonceScoring (358) */
|
|
3757
3760
|
interface PalletMiningSlotMinerNonceScoring extends Struct {
|
|
3758
3761
|
readonly nonce: U256;
|
|
3759
3762
|
readonly lastWinBlock: Option<u32>;
|
|
@@ -3761,7 +3764,7 @@ declare module '@polkadot/types/lookup' {
|
|
|
3761
3764
|
readonly frameStartBlocksWonSurplus: i16;
|
|
3762
3765
|
}
|
|
3763
3766
|
|
|
3764
|
-
/** @name ArgonPrimitivesBlockSealMiningBidStats (
|
|
3767
|
+
/** @name ArgonPrimitivesBlockSealMiningBidStats (370) */
|
|
3765
3768
|
interface ArgonPrimitivesBlockSealMiningBidStats extends Struct {
|
|
3766
3769
|
readonly bidsCount: u32;
|
|
3767
3770
|
readonly bidAmountMin: u128;
|
|
@@ -3769,14 +3772,14 @@ declare module '@polkadot/types/lookup' {
|
|
|
3769
3772
|
readonly bidAmountSum: u128;
|
|
3770
3773
|
}
|
|
3771
3774
|
|
|
3772
|
-
/** @name ArgonPrimitivesBlockSealMiningSlotConfig (
|
|
3775
|
+
/** @name ArgonPrimitivesBlockSealMiningSlotConfig (374) */
|
|
3773
3776
|
interface ArgonPrimitivesBlockSealMiningSlotConfig extends Struct {
|
|
3774
3777
|
readonly ticksBeforeBidEndForVrfClose: Compact<u64>;
|
|
3775
3778
|
readonly ticksBetweenSlots: Compact<u64>;
|
|
3776
3779
|
readonly slotBiddingStartAfterTicks: Compact<u64>;
|
|
3777
3780
|
}
|
|
3778
3781
|
|
|
3779
|
-
/** @name PalletMiningSlotError (
|
|
3782
|
+
/** @name PalletMiningSlotError (384) */
|
|
3780
3783
|
interface PalletMiningSlotError extends Enum {
|
|
3781
3784
|
readonly isSlotNotTakingBids: boolean;
|
|
3782
3785
|
readonly isTooManyBlockRegistrants: boolean;
|
|
@@ -3803,7 +3806,7 @@ declare module '@polkadot/types/lookup' {
|
|
|
3803
3806
|
| 'UnrecoverableHold';
|
|
3804
3807
|
}
|
|
3805
3808
|
|
|
3806
|
-
/** @name ArgonPrimitivesBitcoinUtxoValue (
|
|
3809
|
+
/** @name ArgonPrimitivesBitcoinUtxoValue (385) */
|
|
3807
3810
|
interface ArgonPrimitivesBitcoinUtxoValue extends Struct {
|
|
3808
3811
|
readonly utxoId: u64;
|
|
3809
3812
|
readonly scriptPubkey: ArgonPrimitivesBitcoinBitcoinCosignScriptPubkey;
|
|
@@ -3812,7 +3815,7 @@ declare module '@polkadot/types/lookup' {
|
|
|
3812
3815
|
readonly watchForSpentUntilHeight: Compact<u64>;
|
|
3813
3816
|
}
|
|
3814
3817
|
|
|
3815
|
-
/** @name ArgonPrimitivesBitcoinBitcoinCosignScriptPubkey (
|
|
3818
|
+
/** @name ArgonPrimitivesBitcoinBitcoinCosignScriptPubkey (386) */
|
|
3816
3819
|
interface ArgonPrimitivesBitcoinBitcoinCosignScriptPubkey extends Enum {
|
|
3817
3820
|
readonly isP2wsh: boolean;
|
|
3818
3821
|
readonly asP2wsh: {
|
|
@@ -3821,7 +3824,7 @@ declare module '@polkadot/types/lookup' {
|
|
|
3821
3824
|
readonly type: 'P2wsh';
|
|
3822
3825
|
}
|
|
3823
3826
|
|
|
3824
|
-
/** @name ArgonPrimitivesBitcoinBitcoinNetwork (
|
|
3827
|
+
/** @name ArgonPrimitivesBitcoinBitcoinNetwork (395) */
|
|
3825
3828
|
interface ArgonPrimitivesBitcoinBitcoinNetwork extends Enum {
|
|
3826
3829
|
readonly isBitcoin: boolean;
|
|
3827
3830
|
readonly isTestnet: boolean;
|
|
@@ -3830,7 +3833,7 @@ declare module '@polkadot/types/lookup' {
|
|
|
3830
3833
|
readonly type: 'Bitcoin' | 'Testnet' | 'Signet' | 'Regtest';
|
|
3831
3834
|
}
|
|
3832
3835
|
|
|
3833
|
-
/** @name PalletBitcoinUtxosError (
|
|
3836
|
+
/** @name PalletBitcoinUtxosError (396) */
|
|
3834
3837
|
interface PalletBitcoinUtxosError extends Enum {
|
|
3835
3838
|
readonly isNoPermissions: boolean;
|
|
3836
3839
|
readonly isNoBitcoinConfirmedBlock: boolean;
|
|
@@ -3865,21 +3868,19 @@ declare module '@polkadot/types/lookup' {
|
|
|
3865
3868
|
| 'LockAlreadyFunded';
|
|
3866
3869
|
}
|
|
3867
3870
|
|
|
3868
|
-
/** @name ArgonPrimitivesVault (
|
|
3871
|
+
/** @name ArgonPrimitivesVault (397) */
|
|
3869
3872
|
interface ArgonPrimitivesVault extends Struct {
|
|
3870
3873
|
readonly operatorAccountId: AccountId32;
|
|
3871
3874
|
readonly delegateAccountId: Option<AccountId32>;
|
|
3872
|
-
readonly name: Option<Bytes>;
|
|
3873
|
-
readonly lastNameChangeTick: Option<u64>;
|
|
3874
3875
|
readonly securitization: Compact<u128>;
|
|
3875
3876
|
readonly securitizationTarget: Compact<u128>;
|
|
3876
3877
|
readonly securitizationLocked: Compact<u128>;
|
|
3877
|
-
readonly
|
|
3878
|
-
readonly
|
|
3878
|
+
readonly flexibleSecuritizationLocked: Compact<u128>;
|
|
3879
|
+
readonly reservedSecuritizationSpace: Compact<u128>;
|
|
3879
3880
|
readonly securitizationPendingActivation: Compact<u128>;
|
|
3880
3881
|
readonly lockedSatoshis: Compact<u64>;
|
|
3881
3882
|
readonly securitizedSatoshis: Compact<u64>;
|
|
3882
|
-
readonly
|
|
3883
|
+
readonly flexibleSecuritizedSatoshis: Compact<u64>;
|
|
3883
3884
|
readonly securitizationReleaseSchedule: BTreeMap<u64, u128>;
|
|
3884
3885
|
readonly securitizationRatio: Compact<u128>;
|
|
3885
3886
|
readonly isClosed: bool;
|
|
@@ -3889,13 +3890,13 @@ declare module '@polkadot/types/lookup' {
|
|
|
3889
3890
|
readonly operationalMinimumReleaseTick: Option<u64>;
|
|
3890
3891
|
}
|
|
3891
3892
|
|
|
3892
|
-
/** @name ArgonPrimitivesVaultVaultArgonotCommitment (
|
|
3893
|
+
/** @name ArgonPrimitivesVaultVaultArgonotCommitment (404) */
|
|
3893
3894
|
interface ArgonPrimitivesVaultVaultArgonotCommitment extends Struct {
|
|
3894
3895
|
readonly committedMicronots: Compact<u128>;
|
|
3895
3896
|
readonly encumberedMicronots: Compact<u128>;
|
|
3896
3897
|
}
|
|
3897
3898
|
|
|
3898
|
-
/** @name ArgonPrimitivesBitcoinBitcoinXPub (
|
|
3899
|
+
/** @name ArgonPrimitivesBitcoinBitcoinXPub (406) */
|
|
3899
3900
|
interface ArgonPrimitivesBitcoinBitcoinXPub extends Struct {
|
|
3900
3901
|
readonly publicKey: ArgonPrimitivesBitcoinCompressedBitcoinPubkey;
|
|
3901
3902
|
readonly depth: Compact<u8>;
|
|
@@ -3905,14 +3906,14 @@ declare module '@polkadot/types/lookup' {
|
|
|
3905
3906
|
readonly network: ArgonPrimitivesBitcoinNetworkKind;
|
|
3906
3907
|
}
|
|
3907
3908
|
|
|
3908
|
-
/** @name ArgonPrimitivesBitcoinNetworkKind (
|
|
3909
|
+
/** @name ArgonPrimitivesBitcoinNetworkKind (408) */
|
|
3909
3910
|
interface ArgonPrimitivesBitcoinNetworkKind extends Enum {
|
|
3910
3911
|
readonly isMain: boolean;
|
|
3911
3912
|
readonly isTest: boolean;
|
|
3912
3913
|
readonly type: 'Main' | 'Test';
|
|
3913
3914
|
}
|
|
3914
3915
|
|
|
3915
|
-
/** @name PalletVaultsVaultFrameRevenue (
|
|
3916
|
+
/** @name PalletVaultsVaultFrameRevenue (417) */
|
|
3916
3917
|
interface PalletVaultsVaultFrameRevenue extends Struct {
|
|
3917
3918
|
readonly frameId: Compact<u64>;
|
|
3918
3919
|
readonly bitcoinLockFeeRevenue: Compact<u128>;
|
|
@@ -3932,15 +3933,7 @@ declare module '@polkadot/types/lookup' {
|
|
|
3932
3933
|
readonly uncollectedRevenue: Compact<u128>;
|
|
3933
3934
|
}
|
|
3934
3935
|
|
|
3935
|
-
/** @name
|
|
3936
|
-
interface PalletVaultsRecentCapacityDrop extends Struct {
|
|
3937
|
-
readonly blockNumber: Compact<u32>;
|
|
3938
|
-
readonly availableBeforeDrop: Compact<u128>;
|
|
3939
|
-
readonly availableAfterDrop: Compact<u128>;
|
|
3940
|
-
readonly noFeeFailuresUsed: Compact<u32>;
|
|
3941
|
-
}
|
|
3942
|
-
|
|
3943
|
-
/** @name PalletVaultsError (421) */
|
|
3936
|
+
/** @name PalletVaultsError (419) */
|
|
3944
3937
|
interface PalletVaultsError extends Enum {
|
|
3945
3938
|
readonly isNoMoreVaultIds: boolean;
|
|
3946
3939
|
readonly isInsufficientFunds: boolean;
|
|
@@ -3968,8 +3961,6 @@ declare module '@polkadot/types/lookup' {
|
|
|
3968
3961
|
readonly isInternalError: boolean;
|
|
3969
3962
|
readonly isUnableToGenerateVaultBitcoinPubkey: boolean;
|
|
3970
3963
|
readonly isFundingChangeAlreadyScheduled: boolean;
|
|
3971
|
-
readonly isInvalidBondSharingTerms: boolean;
|
|
3972
|
-
readonly isInvalidVaultName: boolean;
|
|
3973
3964
|
readonly isPendingCosignsBeforeCollect: boolean;
|
|
3974
3965
|
readonly isPendingOrphanedUtxoCosignsBeforeCollect: boolean;
|
|
3975
3966
|
readonly isOverdueCollectBlockersBeforeCollect: boolean;
|
|
@@ -4003,8 +3994,6 @@ declare module '@polkadot/types/lookup' {
|
|
|
4003
3994
|
| 'InternalError'
|
|
4004
3995
|
| 'UnableToGenerateVaultBitcoinPubkey'
|
|
4005
3996
|
| 'FundingChangeAlreadyScheduled'
|
|
4006
|
-
| 'InvalidBondSharingTerms'
|
|
4007
|
-
| 'InvalidVaultName'
|
|
4008
3997
|
| 'PendingCosignsBeforeCollect'
|
|
4009
3998
|
| 'PendingOrphanedUtxoCosignsBeforeCollect'
|
|
4010
3999
|
| 'OverdueCollectBlockersBeforeCollect'
|
|
@@ -4013,7 +4002,7 @@ declare module '@polkadot/types/lookup' {
|
|
|
4013
4002
|
| 'CommittedArgonotsBelowEncumberedBacking';
|
|
4014
4003
|
}
|
|
4015
4004
|
|
|
4016
|
-
/** @name PalletBitcoinLocksLockedBitcoin (
|
|
4005
|
+
/** @name PalletBitcoinLocksLockedBitcoin (420) */
|
|
4017
4006
|
interface PalletBitcoinLocksLockedBitcoin extends Struct {
|
|
4018
4007
|
readonly vaultId: Compact<u32>;
|
|
4019
4008
|
readonly liquidityPromised: Compact<u128>;
|
|
@@ -4033,12 +4022,12 @@ declare module '@polkadot/types/lookup' {
|
|
|
4033
4022
|
readonly createdAtHeight: Compact<u64>;
|
|
4034
4023
|
readonly utxoScriptPubkey: ArgonPrimitivesBitcoinBitcoinCosignScriptPubkey;
|
|
4035
4024
|
readonly isFunded: bool;
|
|
4036
|
-
readonly
|
|
4025
|
+
readonly isFlexible: bool;
|
|
4037
4026
|
readonly fundHoldExtensions: BTreeMap<u64, u128>;
|
|
4038
4027
|
readonly createdAtArgonBlock: Compact<u32>;
|
|
4039
4028
|
}
|
|
4040
4029
|
|
|
4041
|
-
/** @name PalletBitcoinLocksLockReleaseRequest (
|
|
4030
|
+
/** @name PalletBitcoinLocksLockReleaseRequest (424) */
|
|
4042
4031
|
interface PalletBitcoinLocksLockReleaseRequest extends Struct {
|
|
4043
4032
|
readonly utxoId: Compact<u64>;
|
|
4044
4033
|
readonly vaultId: Compact<u32>;
|
|
@@ -4048,7 +4037,7 @@ declare module '@polkadot/types/lookup' {
|
|
|
4048
4037
|
readonly redemptionAmount: Compact<u128>;
|
|
4049
4038
|
}
|
|
4050
4039
|
|
|
4051
|
-
/** @name PalletBitcoinLocksOrphanedUtxo (
|
|
4040
|
+
/** @name PalletBitcoinLocksOrphanedUtxo (426) */
|
|
4052
4041
|
interface PalletBitcoinLocksOrphanedUtxo extends Struct {
|
|
4053
4042
|
readonly utxoId: Compact<u64>;
|
|
4054
4043
|
readonly vaultId: Compact<u32>;
|
|
@@ -4057,14 +4046,14 @@ declare module '@polkadot/types/lookup' {
|
|
|
4057
4046
|
readonly cosignRequest: Option<PalletBitcoinLocksOrphanedUtxoCosignRequest>;
|
|
4058
4047
|
}
|
|
4059
4048
|
|
|
4060
|
-
/** @name PalletBitcoinLocksOrphanedUtxoCosignRequest (
|
|
4049
|
+
/** @name PalletBitcoinLocksOrphanedUtxoCosignRequest (428) */
|
|
4061
4050
|
interface PalletBitcoinLocksOrphanedUtxoCosignRequest extends Struct {
|
|
4062
4051
|
readonly bitcoinNetworkFee: u64;
|
|
4063
4052
|
readonly toScriptPubkey: Bytes;
|
|
4064
4053
|
readonly createdAtArgonBlockNumber: u32;
|
|
4065
4054
|
}
|
|
4066
4055
|
|
|
4067
|
-
/** @name PalletBitcoinLocksError (
|
|
4056
|
+
/** @name PalletBitcoinLocksError (435) */
|
|
4068
4057
|
interface PalletBitcoinLocksError extends Enum {
|
|
4069
4058
|
readonly isInsufficientFunds: boolean;
|
|
4070
4059
|
readonly isInsufficientVaultFunds: boolean;
|
|
@@ -4098,6 +4087,10 @@ declare module '@polkadot/types/lookup' {
|
|
|
4098
4087
|
readonly isLockPendingFunding: boolean;
|
|
4099
4088
|
readonly isOverflowError: boolean;
|
|
4100
4089
|
readonly isIneligibleMicrogonRateRequested: boolean;
|
|
4090
|
+
readonly isFeeCouponExpired: boolean;
|
|
4091
|
+
readonly isInvalidFeeCouponSignature: boolean;
|
|
4092
|
+
readonly isFeeCouponAlreadyUsed: boolean;
|
|
4093
|
+
readonly isFeeCouponOnlyForInitialization: boolean;
|
|
4101
4094
|
readonly isOrphanedUtxoFundingConflict: boolean;
|
|
4102
4095
|
readonly isOrphanedUtxoReleaseRequested: boolean;
|
|
4103
4096
|
readonly isFundingUtxoCannotBeReleased: boolean;
|
|
@@ -4134,13 +4127,17 @@ declare module '@polkadot/types/lookup' {
|
|
|
4134
4127
|
| 'LockPendingFunding'
|
|
4135
4128
|
| 'OverflowError'
|
|
4136
4129
|
| 'IneligibleMicrogonRateRequested'
|
|
4130
|
+
| 'FeeCouponExpired'
|
|
4131
|
+
| 'InvalidFeeCouponSignature'
|
|
4132
|
+
| 'FeeCouponAlreadyUsed'
|
|
4133
|
+
| 'FeeCouponOnlyForInitialization'
|
|
4137
4134
|
| 'OrphanedUtxoFundingConflict'
|
|
4138
4135
|
| 'OrphanedUtxoReleaseRequested'
|
|
4139
4136
|
| 'FundingUtxoCannotBeReleased'
|
|
4140
4137
|
| 'MaxOrphanedUtxoReleaseRequestsExceeded';
|
|
4141
4138
|
}
|
|
4142
4139
|
|
|
4143
|
-
/** @name ArgonPrimitivesVaultVaultError (
|
|
4140
|
+
/** @name ArgonPrimitivesVaultVaultError (436) */
|
|
4144
4141
|
interface ArgonPrimitivesVaultVaultError extends Enum {
|
|
4145
4142
|
readonly isVaultClosed: boolean;
|
|
4146
4143
|
readonly isAccountWouldBeBelowMinimum: boolean;
|
|
@@ -4171,7 +4168,7 @@ declare module '@polkadot/types/lookup' {
|
|
|
4171
4168
|
| 'CommittedArgonotsBelowEncumberedBacking';
|
|
4172
4169
|
}
|
|
4173
4170
|
|
|
4174
|
-
/** @name PalletNotariesError (
|
|
4171
|
+
/** @name PalletNotariesError (448) */
|
|
4175
4172
|
interface PalletNotariesError extends Enum {
|
|
4176
4173
|
readonly isProposalNotFound: boolean;
|
|
4177
4174
|
readonly isMaxNotariesExceeded: boolean;
|
|
@@ -4194,7 +4191,7 @@ declare module '@polkadot/types/lookup' {
|
|
|
4194
4191
|
| 'InvalidNotary';
|
|
4195
4192
|
}
|
|
4196
4193
|
|
|
4197
|
-
/** @name ArgonPrimitivesNotaryNotaryNotebookKeyDetails (
|
|
4194
|
+
/** @name ArgonPrimitivesNotaryNotaryNotebookKeyDetails (452) */
|
|
4198
4195
|
interface ArgonPrimitivesNotaryNotaryNotebookKeyDetails extends Struct {
|
|
4199
4196
|
readonly notebookNumber: Compact<u32>;
|
|
4200
4197
|
readonly tick: Compact<u64>;
|
|
@@ -4203,7 +4200,7 @@ declare module '@polkadot/types/lookup' {
|
|
|
4203
4200
|
readonly parentSecret: Option<H256>;
|
|
4204
4201
|
}
|
|
4205
4202
|
|
|
4206
|
-
/** @name PalletNotebookError (
|
|
4203
|
+
/** @name PalletNotebookError (455) */
|
|
4207
4204
|
interface PalletNotebookError extends Enum {
|
|
4208
4205
|
readonly isDuplicateNotebookNumber: boolean;
|
|
4209
4206
|
readonly isMissingNotebookNumber: boolean;
|
|
@@ -4238,7 +4235,7 @@ declare module '@polkadot/types/lookup' {
|
|
|
4238
4235
|
| 'InvalidNotebookSubmissionTick';
|
|
4239
4236
|
}
|
|
4240
4237
|
|
|
4241
|
-
/** @name PalletLocalchainTransferQueuedTransferOut (
|
|
4238
|
+
/** @name PalletLocalchainTransferQueuedTransferOut (456) */
|
|
4242
4239
|
interface PalletLocalchainTransferQueuedTransferOut extends Struct {
|
|
4243
4240
|
readonly accountId: AccountId32;
|
|
4244
4241
|
readonly amount: u128;
|
|
@@ -4246,10 +4243,10 @@ declare module '@polkadot/types/lookup' {
|
|
|
4246
4243
|
readonly notaryId: u32;
|
|
4247
4244
|
}
|
|
4248
4245
|
|
|
4249
|
-
/** @name FrameSupportPalletId (
|
|
4246
|
+
/** @name FrameSupportPalletId (458) */
|
|
4250
4247
|
interface FrameSupportPalletId extends U8aFixed {}
|
|
4251
4248
|
|
|
4252
|
-
/** @name PalletLocalchainTransferError (
|
|
4249
|
+
/** @name PalletLocalchainTransferError (459) */
|
|
4253
4250
|
interface PalletLocalchainTransferError extends Enum {
|
|
4254
4251
|
readonly isMaxBlockTransfersExceeded: boolean;
|
|
4255
4252
|
readonly isInsufficientFunds: boolean;
|
|
@@ -4270,7 +4267,7 @@ declare module '@polkadot/types/lookup' {
|
|
|
4270
4267
|
| 'NoAvailableTransferId';
|
|
4271
4268
|
}
|
|
4272
4269
|
|
|
4273
|
-
/** @name ArgonPrimitivesNotaryNotaryNotebookVoteDigestDetails (
|
|
4270
|
+
/** @name ArgonPrimitivesNotaryNotaryNotebookVoteDigestDetails (463) */
|
|
4274
4271
|
interface ArgonPrimitivesNotaryNotaryNotebookVoteDigestDetails extends Struct {
|
|
4275
4272
|
readonly notaryId: Compact<u32>;
|
|
4276
4273
|
readonly notebookNumber: Compact<u32>;
|
|
@@ -4279,13 +4276,13 @@ declare module '@polkadot/types/lookup' {
|
|
|
4279
4276
|
readonly blockVotingPower: Compact<u128>;
|
|
4280
4277
|
}
|
|
4281
4278
|
|
|
4282
|
-
/** @name PalletBlockSealSpecError (
|
|
4279
|
+
/** @name PalletBlockSealSpecError (468) */
|
|
4283
4280
|
interface PalletBlockSealSpecError extends Enum {
|
|
4284
4281
|
readonly isMaxNotebooksAtTickExceeded: boolean;
|
|
4285
4282
|
readonly type: 'MaxNotebooksAtTickExceeded';
|
|
4286
4283
|
}
|
|
4287
4284
|
|
|
4288
|
-
/** @name PalletDomainsError (
|
|
4285
|
+
/** @name PalletDomainsError (470) */
|
|
4289
4286
|
interface PalletDomainsError extends Enum {
|
|
4290
4287
|
readonly isDomainNotRegistered: boolean;
|
|
4291
4288
|
readonly isNotDomainOwner: boolean;
|
|
@@ -4300,28 +4297,28 @@ declare module '@polkadot/types/lookup' {
|
|
|
4300
4297
|
| 'AccountDecodingError';
|
|
4301
4298
|
}
|
|
4302
4299
|
|
|
4303
|
-
/** @name PalletPriceIndexEthereumPriceFrameAccumulator (
|
|
4300
|
+
/** @name PalletPriceIndexEthereumPriceFrameAccumulator (472) */
|
|
4304
4301
|
interface PalletPriceIndexEthereumPriceFrameAccumulator extends Struct {
|
|
4305
4302
|
readonly totalUsdPrice: u128;
|
|
4306
4303
|
readonly totalWeiPerGas: Compact<u128>;
|
|
4307
4304
|
readonly sampleCount: Compact<u32>;
|
|
4308
4305
|
}
|
|
4309
4306
|
|
|
4310
|
-
/** @name PalletPriceIndexCpiMeasurementBucket (
|
|
4307
|
+
/** @name PalletPriceIndexCpiMeasurementBucket (477) */
|
|
4311
4308
|
interface PalletPriceIndexCpiMeasurementBucket extends Struct {
|
|
4312
4309
|
readonly tickRange: ITuple<[u64, u64]>;
|
|
4313
4310
|
readonly totalCpi: i128;
|
|
4314
4311
|
readonly measurementsCount: u32;
|
|
4315
4312
|
}
|
|
4316
4313
|
|
|
4317
|
-
/** @name PalletPriceIndexArgonotAverageFrameAccumulator (
|
|
4314
|
+
/** @name PalletPriceIndexArgonotAverageFrameAccumulator (481) */
|
|
4318
4315
|
interface PalletPriceIndexArgonotAverageFrameAccumulator extends Struct {
|
|
4319
4316
|
readonly frameId: Compact<u64>;
|
|
4320
4317
|
readonly totalMicrogonsPerArgonot: Compact<u128>;
|
|
4321
4318
|
readonly sampleCount: Compact<u32>;
|
|
4322
4319
|
}
|
|
4323
4320
|
|
|
4324
|
-
/** @name PalletPriceIndexError (
|
|
4321
|
+
/** @name PalletPriceIndexError (482) */
|
|
4325
4322
|
interface PalletPriceIndexError extends Enum {
|
|
4326
4323
|
readonly isNotAuthorizedOperator: boolean;
|
|
4327
4324
|
readonly isMissingValue: boolean;
|
|
@@ -4336,7 +4333,7 @@ declare module '@polkadot/types/lookup' {
|
|
|
4336
4333
|
| 'InvalidEthereumPrices';
|
|
4337
4334
|
}
|
|
4338
4335
|
|
|
4339
|
-
/** @name PalletGrandpaStoredState (
|
|
4336
|
+
/** @name PalletGrandpaStoredState (483) */
|
|
4340
4337
|
interface PalletGrandpaStoredState extends Enum {
|
|
4341
4338
|
readonly isLive: boolean;
|
|
4342
4339
|
readonly isPendingPause: boolean;
|
|
@@ -4353,7 +4350,7 @@ declare module '@polkadot/types/lookup' {
|
|
|
4353
4350
|
readonly type: 'Live' | 'PendingPause' | 'Paused' | 'PendingResume';
|
|
4354
4351
|
}
|
|
4355
4352
|
|
|
4356
|
-
/** @name PalletGrandpaStoredPendingChange (
|
|
4353
|
+
/** @name PalletGrandpaStoredPendingChange (484) */
|
|
4357
4354
|
interface PalletGrandpaStoredPendingChange extends Struct {
|
|
4358
4355
|
readonly scheduledAt: u32;
|
|
4359
4356
|
readonly delay: u32;
|
|
@@ -4361,7 +4358,7 @@ declare module '@polkadot/types/lookup' {
|
|
|
4361
4358
|
readonly forced: Option<u32>;
|
|
4362
4359
|
}
|
|
4363
4360
|
|
|
4364
|
-
/** @name PalletGrandpaError (
|
|
4361
|
+
/** @name PalletGrandpaError (486) */
|
|
4365
4362
|
interface PalletGrandpaError extends Enum {
|
|
4366
4363
|
readonly isPauseFailed: boolean;
|
|
4367
4364
|
readonly isResumeFailed: boolean;
|
|
@@ -4380,14 +4377,14 @@ declare module '@polkadot/types/lookup' {
|
|
|
4380
4377
|
| 'DuplicateOffenceReport';
|
|
4381
4378
|
}
|
|
4382
4379
|
|
|
4383
|
-
/** @name ArgonPrimitivesProvidersBlockSealerInfo (
|
|
4380
|
+
/** @name ArgonPrimitivesProvidersBlockSealerInfo (487) */
|
|
4384
4381
|
interface ArgonPrimitivesProvidersBlockSealerInfo extends Struct {
|
|
4385
4382
|
readonly blockAuthorAccountId: AccountId32;
|
|
4386
4383
|
readonly blockVoteRewardsAccount: Option<AccountId32>;
|
|
4387
4384
|
readonly blockSealAuthority: Option<ArgonPrimitivesBlockSealAppPublic>;
|
|
4388
4385
|
}
|
|
4389
4386
|
|
|
4390
|
-
/** @name PalletBlockSealError (
|
|
4387
|
+
/** @name PalletBlockSealError (489) */
|
|
4391
4388
|
interface PalletBlockSealError extends Enum {
|
|
4392
4389
|
readonly isInvalidVoteSealStrength: boolean;
|
|
4393
4390
|
readonly isInvalidSubmitter: boolean;
|
|
@@ -4434,10 +4431,10 @@ declare module '@polkadot/types/lookup' {
|
|
|
4434
4431
|
| 'DuplicateVoteBlockAtTick';
|
|
4435
4432
|
}
|
|
4436
4433
|
|
|
4437
|
-
/** @name PalletBlockRewardsError (
|
|
4434
|
+
/** @name PalletBlockRewardsError (493) */
|
|
4438
4435
|
type PalletBlockRewardsError = Null;
|
|
4439
4436
|
|
|
4440
|
-
/** @name PalletMintPendingMintUtxo (
|
|
4437
|
+
/** @name PalletMintPendingMintUtxo (494) */
|
|
4441
4438
|
interface PalletMintPendingMintUtxo extends Struct {
|
|
4442
4439
|
readonly utxoId: Compact<u64>;
|
|
4443
4440
|
readonly accountId: AccountId32;
|
|
@@ -4445,34 +4442,34 @@ declare module '@polkadot/types/lookup' {
|
|
|
4445
4442
|
readonly maxAmountPerFrame: Compact<u128>;
|
|
4446
4443
|
}
|
|
4447
4444
|
|
|
4448
|
-
/** @name PalletMintMintQueueCursor (
|
|
4445
|
+
/** @name PalletMintMintQueueCursor (496) */
|
|
4449
4446
|
interface PalletMintMintQueueCursor extends Struct {
|
|
4450
4447
|
readonly payoutStartIndex: Compact<u64>;
|
|
4451
4448
|
readonly payoutCursorIndex: Compact<u64>;
|
|
4452
4449
|
readonly payoutCursorFrameId: Option<u64>;
|
|
4453
4450
|
}
|
|
4454
4451
|
|
|
4455
|
-
/** @name PalletMintMintAction (
|
|
4452
|
+
/** @name PalletMintMintAction (499) */
|
|
4456
4453
|
interface PalletMintMintAction extends Struct {
|
|
4457
4454
|
readonly argonBurned: u128;
|
|
4458
4455
|
readonly argonMinted: u128;
|
|
4459
4456
|
readonly bitcoinMinted: u128;
|
|
4460
4457
|
}
|
|
4461
4458
|
|
|
4462
|
-
/** @name PalletMintError (
|
|
4459
|
+
/** @name PalletMintError (501) */
|
|
4463
4460
|
interface PalletMintError extends Enum {
|
|
4464
4461
|
readonly isTooManyPendingMints: boolean;
|
|
4465
4462
|
readonly type: 'TooManyPendingMints';
|
|
4466
4463
|
}
|
|
4467
4464
|
|
|
4468
|
-
/** @name PalletBalancesBalanceLock (
|
|
4465
|
+
/** @name PalletBalancesBalanceLock (503) */
|
|
4469
4466
|
interface PalletBalancesBalanceLock extends Struct {
|
|
4470
4467
|
readonly id: U8aFixed;
|
|
4471
4468
|
readonly amount: u128;
|
|
4472
4469
|
readonly reasons: PalletBalancesReasons;
|
|
4473
4470
|
}
|
|
4474
4471
|
|
|
4475
|
-
/** @name PalletBalancesReasons (
|
|
4472
|
+
/** @name PalletBalancesReasons (504) */
|
|
4476
4473
|
interface PalletBalancesReasons extends Enum {
|
|
4477
4474
|
readonly isFee: boolean;
|
|
4478
4475
|
readonly isMisc: boolean;
|
|
@@ -4480,38 +4477,38 @@ declare module '@polkadot/types/lookup' {
|
|
|
4480
4477
|
readonly type: 'Fee' | 'Misc' | 'All';
|
|
4481
4478
|
}
|
|
4482
4479
|
|
|
4483
|
-
/** @name PalletBalancesReserveData (
|
|
4480
|
+
/** @name PalletBalancesReserveData (507) */
|
|
4484
4481
|
interface PalletBalancesReserveData extends Struct {
|
|
4485
4482
|
readonly id: U8aFixed;
|
|
4486
4483
|
readonly amount: u128;
|
|
4487
4484
|
}
|
|
4488
4485
|
|
|
4489
|
-
/** @name FrameSupportTokensMiscIdAmountRuntimeHoldReason (
|
|
4486
|
+
/** @name FrameSupportTokensMiscIdAmountRuntimeHoldReason (510) */
|
|
4490
4487
|
interface FrameSupportTokensMiscIdAmountRuntimeHoldReason extends Struct {
|
|
4491
4488
|
readonly id: ArgonRuntimeRuntimeHoldReason;
|
|
4492
4489
|
readonly amount: u128;
|
|
4493
4490
|
}
|
|
4494
4491
|
|
|
4495
|
-
/** @name FrameSupportTokensMiscIdAmountRuntimeFreezeReason (
|
|
4492
|
+
/** @name FrameSupportTokensMiscIdAmountRuntimeFreezeReason (513) */
|
|
4496
4493
|
interface FrameSupportTokensMiscIdAmountRuntimeFreezeReason extends Struct {
|
|
4497
4494
|
readonly id: ArgonRuntimeRuntimeFreezeReason;
|
|
4498
4495
|
readonly amount: u128;
|
|
4499
4496
|
}
|
|
4500
4497
|
|
|
4501
|
-
/** @name ArgonRuntimeRuntimeFreezeReason (
|
|
4498
|
+
/** @name ArgonRuntimeRuntimeFreezeReason (514) */
|
|
4502
4499
|
interface ArgonRuntimeRuntimeFreezeReason extends Enum {
|
|
4503
4500
|
readonly isBlockRewards: boolean;
|
|
4504
4501
|
readonly asBlockRewards: PalletBlockRewardsFreezeReason;
|
|
4505
4502
|
readonly type: 'BlockRewards';
|
|
4506
4503
|
}
|
|
4507
4504
|
|
|
4508
|
-
/** @name PalletBlockRewardsFreezeReason (
|
|
4505
|
+
/** @name PalletBlockRewardsFreezeReason (515) */
|
|
4509
4506
|
interface PalletBlockRewardsFreezeReason extends Enum {
|
|
4510
4507
|
readonly isMaturationPeriod: boolean;
|
|
4511
4508
|
readonly type: 'MaturationPeriod';
|
|
4512
4509
|
}
|
|
4513
4510
|
|
|
4514
|
-
/** @name PalletBalancesError (
|
|
4511
|
+
/** @name PalletBalancesError (517) */
|
|
4515
4512
|
interface PalletBalancesError extends Enum {
|
|
4516
4513
|
readonly isVestingBalance: boolean;
|
|
4517
4514
|
readonly isLiquidityRestrictions: boolean;
|
|
@@ -4540,7 +4537,7 @@ declare module '@polkadot/types/lookup' {
|
|
|
4540
4537
|
| 'DeltaZero';
|
|
4541
4538
|
}
|
|
4542
4539
|
|
|
4543
|
-
/** @name PalletTxPauseError (
|
|
4540
|
+
/** @name PalletTxPauseError (519) */
|
|
4544
4541
|
interface PalletTxPauseError extends Enum {
|
|
4545
4542
|
readonly isIsPaused: boolean;
|
|
4546
4543
|
readonly isIsUnpaused: boolean;
|
|
@@ -4549,72 +4546,72 @@ declare module '@polkadot/types/lookup' {
|
|
|
4549
4546
|
readonly type: 'IsPaused' | 'IsUnpaused' | 'Unpausable' | 'NotFound';
|
|
4550
4547
|
}
|
|
4551
4548
|
|
|
4552
|
-
/** @name PalletTransactionPaymentReleases (
|
|
4549
|
+
/** @name PalletTransactionPaymentReleases (520) */
|
|
4553
4550
|
interface PalletTransactionPaymentReleases extends Enum {
|
|
4554
4551
|
readonly isV1Ancient: boolean;
|
|
4555
4552
|
readonly isV2: boolean;
|
|
4556
4553
|
readonly type: 'V1Ancient' | 'V2';
|
|
4557
4554
|
}
|
|
4558
4555
|
|
|
4559
|
-
/** @name FrameSupportStorageNoDrop (
|
|
4556
|
+
/** @name FrameSupportStorageNoDrop (521) */
|
|
4560
4557
|
interface FrameSupportStorageNoDrop extends FrameSupportTokensFungibleImbalance {}
|
|
4561
4558
|
|
|
4562
|
-
/** @name FrameSupportTokensFungibleImbalance (
|
|
4559
|
+
/** @name FrameSupportTokensFungibleImbalance (522) */
|
|
4563
4560
|
interface FrameSupportTokensFungibleImbalance extends Struct {
|
|
4564
4561
|
readonly amount: u128;
|
|
4565
4562
|
}
|
|
4566
4563
|
|
|
4567
|
-
/** @name PalletUtilityError (
|
|
4564
|
+
/** @name PalletUtilityError (523) */
|
|
4568
4565
|
interface PalletUtilityError extends Enum {
|
|
4569
4566
|
readonly isTooManyCalls: boolean;
|
|
4570
4567
|
readonly type: 'TooManyCalls';
|
|
4571
4568
|
}
|
|
4572
4569
|
|
|
4573
|
-
/** @name PalletSudoError (
|
|
4570
|
+
/** @name PalletSudoError (524) */
|
|
4574
4571
|
interface PalletSudoError extends Enum {
|
|
4575
4572
|
readonly isRequireSudo: boolean;
|
|
4576
4573
|
readonly type: 'RequireSudo';
|
|
4577
4574
|
}
|
|
4578
4575
|
|
|
4579
|
-
/** @name PalletTreasuryFrameVaultCapital (
|
|
4576
|
+
/** @name PalletTreasuryFrameVaultCapital (525) */
|
|
4580
4577
|
interface PalletTreasuryFrameVaultCapital extends Struct {
|
|
4581
4578
|
readonly frameId: Compact<u64>;
|
|
4582
4579
|
readonly vaults: BTreeMap<u32, PalletTreasuryVaultCapital>;
|
|
4583
4580
|
}
|
|
4584
4581
|
|
|
4585
|
-
/** @name PalletTreasuryVaultCapital (
|
|
4582
|
+
/** @name PalletTreasuryVaultCapital (527) */
|
|
4586
4583
|
interface PalletTreasuryVaultCapital extends Struct {
|
|
4587
|
-
readonly
|
|
4588
|
-
readonly
|
|
4589
|
-
readonly
|
|
4584
|
+
readonly regularBondAllocations: Vec<PalletTreasuryBondLotAllocation>;
|
|
4585
|
+
readonly flexibleBondsEligible: Compact<u32>;
|
|
4586
|
+
readonly flexibleProrata: u128;
|
|
4590
4587
|
readonly eligibleBonds: Compact<u32>;
|
|
4591
4588
|
}
|
|
4592
4589
|
|
|
4593
|
-
/** @name PalletTreasuryBondLotAllocation (
|
|
4590
|
+
/** @name PalletTreasuryBondLotAllocation (529) */
|
|
4594
4591
|
interface PalletTreasuryBondLotAllocation extends Struct {
|
|
4595
4592
|
readonly bondLotId: Compact<u64>;
|
|
4596
4593
|
readonly prorata: u128;
|
|
4597
4594
|
}
|
|
4598
4595
|
|
|
4599
|
-
/** @name PalletTreasuryFrameArgonotBondParticipants (
|
|
4596
|
+
/** @name PalletTreasuryFrameArgonotBondParticipants (534) */
|
|
4600
4597
|
interface PalletTreasuryFrameArgonotBondParticipants extends Struct {
|
|
4601
4598
|
readonly frameId: Compact<u64>;
|
|
4602
4599
|
readonly totalBonds: Compact<u32>;
|
|
4603
4600
|
readonly bondLots: Vec<PalletTreasuryBondLotSummary>;
|
|
4604
4601
|
}
|
|
4605
4602
|
|
|
4606
|
-
/** @name PalletTreasuryBondLotSummary (
|
|
4603
|
+
/** @name PalletTreasuryBondLotSummary (536) */
|
|
4607
4604
|
interface PalletTreasuryBondLotSummary extends Struct {
|
|
4608
4605
|
readonly bondLotId: Compact<u64>;
|
|
4609
4606
|
readonly bonds: Compact<u32>;
|
|
4610
4607
|
}
|
|
4611
4608
|
|
|
4612
|
-
/** @name PalletTreasuryBondLot (
|
|
4609
|
+
/** @name PalletTreasuryBondLot (538) */
|
|
4613
4610
|
interface PalletTreasuryBondLot extends Struct {
|
|
4614
4611
|
readonly owner: AccountId32;
|
|
4615
4612
|
readonly program: PalletTreasuryBondProgram;
|
|
4616
4613
|
readonly bonds: Compact<u32>;
|
|
4617
|
-
readonly
|
|
4614
|
+
readonly isFlexible: bool;
|
|
4618
4615
|
readonly createdFrameId: Compact<u64>;
|
|
4619
4616
|
readonly participatedFrames: Compact<u32>;
|
|
4620
4617
|
readonly lastFrameEarningsFrameId: Option<u64>;
|
|
@@ -4624,7 +4621,7 @@ declare module '@polkadot/types/lookup' {
|
|
|
4624
4621
|
readonly releaseReason: Option<PalletTreasuryBondReleaseReason>;
|
|
4625
4622
|
}
|
|
4626
4623
|
|
|
4627
|
-
/** @name PalletTreasuryBondProgram (
|
|
4624
|
+
/** @name PalletTreasuryBondProgram (539) */
|
|
4628
4625
|
interface PalletTreasuryBondProgram extends Enum {
|
|
4629
4626
|
readonly isVault: boolean;
|
|
4630
4627
|
readonly asVault: {
|
|
@@ -4636,14 +4633,14 @@ declare module '@polkadot/types/lookup' {
|
|
|
4636
4633
|
readonly type: 'Vault' | 'Argonot';
|
|
4637
4634
|
}
|
|
4638
4635
|
|
|
4639
|
-
/** @name PalletTreasuryVaultBondState (
|
|
4636
|
+
/** @name PalletTreasuryVaultBondState (542) */
|
|
4640
4637
|
interface PalletTreasuryVaultBondState extends Struct {
|
|
4641
|
-
readonly
|
|
4642
|
-
readonly
|
|
4643
|
-
readonly
|
|
4638
|
+
readonly regularBondLots: Vec<PalletTreasuryBondLotSummary>;
|
|
4639
|
+
readonly flexibleBonds: Compact<u32>;
|
|
4640
|
+
readonly reservedBondSpace: Compact<u32>;
|
|
4644
4641
|
}
|
|
4645
4642
|
|
|
4646
|
-
/** @name PalletTreasuryError (
|
|
4643
|
+
/** @name PalletTreasuryError (544) */
|
|
4647
4644
|
interface PalletTreasuryError extends Enum {
|
|
4648
4645
|
readonly isBondPurchaseRejected: boolean;
|
|
4649
4646
|
readonly isVaultNotAcceptingBondPurchases: boolean;
|
|
@@ -4654,16 +4651,17 @@ declare module '@polkadot/types/lookup' {
|
|
|
4654
4651
|
readonly isBondLotNotFound: boolean;
|
|
4655
4652
|
readonly isNotBondLotOwner: boolean;
|
|
4656
4653
|
readonly isBondLotAlreadyReleasing: boolean;
|
|
4657
|
-
readonly
|
|
4654
|
+
readonly isInsufficientBondSpace: boolean;
|
|
4658
4655
|
readonly isActiveBondAmountBelowEncumberedBacking: boolean;
|
|
4659
4656
|
readonly isBonusApprovalWrongVault: boolean;
|
|
4660
4657
|
readonly isBonusApprovalWrongAccount: boolean;
|
|
4661
4658
|
readonly isBonusApprovalExpired: boolean;
|
|
4662
|
-
readonly
|
|
4659
|
+
readonly isBonusApprovalAlreadyUsed: boolean;
|
|
4663
4660
|
readonly isInvalidBonusApprovalSignature: boolean;
|
|
4661
|
+
readonly isBonusApprovalExceedsProfitSharing: boolean;
|
|
4664
4662
|
readonly isArgonotBondPurchaseBelowCutoff: boolean;
|
|
4665
4663
|
readonly isArgonotBondPurchaseAboveCap: boolean;
|
|
4666
|
-
readonly
|
|
4664
|
+
readonly isBondLotCannotBeFlexible: boolean;
|
|
4667
4665
|
readonly isNoPermissions: boolean;
|
|
4668
4666
|
readonly type:
|
|
4669
4667
|
| 'BondPurchaseRejected'
|
|
@@ -4675,31 +4673,34 @@ declare module '@polkadot/types/lookup' {
|
|
|
4675
4673
|
| 'BondLotNotFound'
|
|
4676
4674
|
| 'NotBondLotOwner'
|
|
4677
4675
|
| 'BondLotAlreadyReleasing'
|
|
4678
|
-
| '
|
|
4676
|
+
| 'InsufficientBondSpace'
|
|
4679
4677
|
| 'ActiveBondAmountBelowEncumberedBacking'
|
|
4680
4678
|
| 'BonusApprovalWrongVault'
|
|
4681
4679
|
| 'BonusApprovalWrongAccount'
|
|
4682
4680
|
| 'BonusApprovalExpired'
|
|
4683
|
-
| '
|
|
4681
|
+
| 'BonusApprovalAlreadyUsed'
|
|
4684
4682
|
| 'InvalidBonusApprovalSignature'
|
|
4683
|
+
| 'BonusApprovalExceedsProfitSharing'
|
|
4685
4684
|
| 'ArgonotBondPurchaseBelowCutoff'
|
|
4686
4685
|
| 'ArgonotBondPurchaseAboveCap'
|
|
4687
|
-
| '
|
|
4686
|
+
| 'BondLotCannotBeFlexible'
|
|
4688
4687
|
| 'NoPermissions';
|
|
4689
4688
|
}
|
|
4690
4689
|
|
|
4691
|
-
/** @name PalletFeeControlError (
|
|
4690
|
+
/** @name PalletFeeControlError (545) */
|
|
4692
4691
|
interface PalletFeeControlError extends Enum {
|
|
4693
4692
|
readonly isSponsoredFeeTooHigh: boolean;
|
|
4694
4693
|
readonly type: 'SponsoredFeeTooHigh';
|
|
4695
4694
|
}
|
|
4696
4695
|
|
|
4697
|
-
/** @name PalletOperationalAccountsOperationalAccount (
|
|
4696
|
+
/** @name PalletOperationalAccountsOperationalAccount (546) */
|
|
4698
4697
|
interface PalletOperationalAccountsOperationalAccount extends Struct {
|
|
4699
4698
|
readonly vaultAccount: AccountId32;
|
|
4700
4699
|
readonly miningAccount: AccountId32;
|
|
4701
4700
|
readonly encryptionPubkey: PalletOperationalAccountsOpaqueEncryptionPubkey;
|
|
4702
4701
|
readonly upstreamAccount: Option<AccountId32>;
|
|
4702
|
+
readonly name: Option<Bytes>;
|
|
4703
|
+
readonly lastNameChangeTick: Option<u64>;
|
|
4703
4704
|
readonly uniswapArgonTransfersInAmount: u128;
|
|
4704
4705
|
readonly accountBitcoinAmount: u128;
|
|
4705
4706
|
readonly accountVaultBondAmount: u128;
|
|
@@ -4709,7 +4710,6 @@ declare module '@polkadot/types/lookup' {
|
|
|
4709
4710
|
readonly miningSeatAccrual: Compact<u32>;
|
|
4710
4711
|
readonly miningSeatAppliedTotal: Compact<u32>;
|
|
4711
4712
|
readonly operationalCertificationsCount: Compact<u32>;
|
|
4712
|
-
readonly accessCodePending: bool;
|
|
4713
4713
|
readonly availableAccessCodes: Compact<u32>;
|
|
4714
4714
|
readonly rewardsEarnedCount: Compact<u32>;
|
|
4715
4715
|
readonly rewardsEarnedAmount: u128;
|
|
@@ -4717,13 +4717,13 @@ declare module '@polkadot/types/lookup' {
|
|
|
4717
4717
|
readonly isOperationallyCertified: bool;
|
|
4718
4718
|
}
|
|
4719
4719
|
|
|
4720
|
-
/** @name PalletOperationalAccountsRewardsConfig (
|
|
4720
|
+
/** @name PalletOperationalAccountsRewardsConfig (547) */
|
|
4721
4721
|
interface PalletOperationalAccountsRewardsConfig extends Struct {
|
|
4722
4722
|
readonly operationalCertificationReward: Compact<u128>;
|
|
4723
4723
|
readonly operationalCertificationBonusReward: Compact<u128>;
|
|
4724
4724
|
}
|
|
4725
4725
|
|
|
4726
|
-
/** @name PalletOperationalAccountsError (
|
|
4726
|
+
/** @name PalletOperationalAccountsError (548) */
|
|
4727
4727
|
interface PalletOperationalAccountsError extends Enum {
|
|
4728
4728
|
readonly isAlreadyRegistered: boolean;
|
|
4729
4729
|
readonly isInvalidRegistrationSubmitter: boolean;
|
|
@@ -4744,6 +4744,7 @@ declare module '@polkadot/types/lookup' {
|
|
|
4744
4744
|
readonly isAlreadyOperationallyCertified: boolean;
|
|
4745
4745
|
readonly isNotEligibleForActivation: boolean;
|
|
4746
4746
|
readonly isUpstreamHasNoAvailableAccessCodes: boolean;
|
|
4747
|
+
readonly isInvalidName: boolean;
|
|
4747
4748
|
readonly type:
|
|
4748
4749
|
| 'AlreadyRegistered'
|
|
4749
4750
|
| 'InvalidRegistrationSubmitter'
|
|
@@ -4763,15 +4764,16 @@ declare module '@polkadot/types/lookup' {
|
|
|
4763
4764
|
| 'TreasuryInsufficientFunds'
|
|
4764
4765
|
| 'AlreadyOperationallyCertified'
|
|
4765
4766
|
| 'NotEligibleForActivation'
|
|
4766
|
-
| 'UpstreamHasNoAvailableAccessCodes'
|
|
4767
|
+
| 'UpstreamHasNoAvailableAccessCodes'
|
|
4768
|
+
| 'InvalidName';
|
|
4767
4769
|
}
|
|
4768
4770
|
|
|
4769
|
-
/** @name PalletEthereumVerifierFinalizedBeaconHeaderState (
|
|
4771
|
+
/** @name PalletEthereumVerifierFinalizedBeaconHeaderState (549) */
|
|
4770
4772
|
interface PalletEthereumVerifierFinalizedBeaconHeaderState extends Struct {
|
|
4771
4773
|
readonly slot: Compact<u64>;
|
|
4772
4774
|
}
|
|
4773
4775
|
|
|
4774
|
-
/** @name PalletEthereumVerifierExecutionHeaderAnchor (
|
|
4776
|
+
/** @name PalletEthereumVerifierExecutionHeaderAnchor (550) */
|
|
4775
4777
|
interface PalletEthereumVerifierExecutionHeaderAnchor extends Struct {
|
|
4776
4778
|
readonly blockNumber: Compact<u64>;
|
|
4777
4779
|
readonly timestampMillis: Compact<u64>;
|
|
@@ -4781,44 +4783,44 @@ declare module '@polkadot/types/lookup' {
|
|
|
4781
4783
|
readonly receiptsRoot: H256;
|
|
4782
4784
|
}
|
|
4783
4785
|
|
|
4784
|
-
/** @name PalletEthereumVerifierSyncCommitteePrepared (
|
|
4786
|
+
/** @name PalletEthereumVerifierSyncCommitteePrepared (551) */
|
|
4785
4787
|
interface PalletEthereumVerifierSyncCommitteePrepared extends Struct {
|
|
4786
4788
|
readonly root: H256;
|
|
4787
4789
|
readonly pubkeys: Vec<SnowbridgeMilagroBlsKeysPublicKey>;
|
|
4788
4790
|
readonly aggregatePubkey: SnowbridgeMilagroBlsKeysPublicKey;
|
|
4789
4791
|
}
|
|
4790
4792
|
|
|
4791
|
-
/** @name SnowbridgeMilagroBlsKeysPublicKey (
|
|
4793
|
+
/** @name SnowbridgeMilagroBlsKeysPublicKey (553) */
|
|
4792
4794
|
interface SnowbridgeMilagroBlsKeysPublicKey extends Struct {
|
|
4793
4795
|
readonly point: SnowbridgeAmclBls381Ecp;
|
|
4794
4796
|
}
|
|
4795
4797
|
|
|
4796
|
-
/** @name SnowbridgeAmclBls381Ecp (
|
|
4798
|
+
/** @name SnowbridgeAmclBls381Ecp (554) */
|
|
4797
4799
|
interface SnowbridgeAmclBls381Ecp extends Struct {
|
|
4798
4800
|
readonly x: SnowbridgeAmclBls381Fp;
|
|
4799
4801
|
readonly y: SnowbridgeAmclBls381Fp;
|
|
4800
4802
|
readonly z: SnowbridgeAmclBls381Fp;
|
|
4801
4803
|
}
|
|
4802
4804
|
|
|
4803
|
-
/** @name SnowbridgeAmclBls381Fp (
|
|
4805
|
+
/** @name SnowbridgeAmclBls381Fp (555) */
|
|
4804
4806
|
interface SnowbridgeAmclBls381Fp extends Struct {
|
|
4805
4807
|
readonly x: SnowbridgeAmclBls381Big;
|
|
4806
4808
|
readonly xes: i32;
|
|
4807
4809
|
}
|
|
4808
4810
|
|
|
4809
|
-
/** @name SnowbridgeAmclBls381Big (
|
|
4811
|
+
/** @name SnowbridgeAmclBls381Big (556) */
|
|
4810
4812
|
interface SnowbridgeAmclBls381Big extends Struct {
|
|
4811
4813
|
readonly w: Vec<i32>;
|
|
4812
4814
|
}
|
|
4813
4815
|
|
|
4814
|
-
/** @name ArgonPrimitivesEthereumEthereumBeaconPreset (
|
|
4816
|
+
/** @name ArgonPrimitivesEthereumEthereumBeaconPreset (560) */
|
|
4815
4817
|
interface ArgonPrimitivesEthereumEthereumBeaconPreset extends Enum {
|
|
4816
4818
|
readonly isMainnet: boolean;
|
|
4817
4819
|
readonly isMinimal: boolean;
|
|
4818
4820
|
readonly type: 'Mainnet' | 'Minimal';
|
|
4819
4821
|
}
|
|
4820
4822
|
|
|
4821
|
-
/** @name PalletEthereumVerifierError (
|
|
4823
|
+
/** @name PalletEthereumVerifierError (561) */
|
|
4822
4824
|
interface PalletEthereumVerifierError extends Enum {
|
|
4823
4825
|
readonly isSkippedSyncCommitteePeriod: boolean;
|
|
4824
4826
|
readonly isSyncCommitteeUpdateRequired: boolean;
|
|
@@ -4871,7 +4873,7 @@ declare module '@polkadot/types/lookup' {
|
|
|
4871
4873
|
| 'Halted';
|
|
4872
4874
|
}
|
|
4873
4875
|
|
|
4874
|
-
/** @name PalletCrosschainTransferAccountTransferTotals (
|
|
4876
|
+
/** @name PalletCrosschainTransferAccountTransferTotals (562) */
|
|
4875
4877
|
interface PalletCrosschainTransferAccountTransferTotals extends Struct {
|
|
4876
4878
|
readonly microgonsIn: u128;
|
|
4877
4879
|
readonly microgonsOut: u128;
|
|
@@ -4883,21 +4885,21 @@ declare module '@polkadot/types/lookup' {
|
|
|
4883
4885
|
readonly argonotTransfersOutCount: Compact<u32>;
|
|
4884
4886
|
}
|
|
4885
4887
|
|
|
4886
|
-
/** @name PalletCrosschainTransferGlobalIssuanceCouncil (
|
|
4888
|
+
/** @name PalletCrosschainTransferGlobalIssuanceCouncil (564) */
|
|
4887
4889
|
interface PalletCrosschainTransferGlobalIssuanceCouncil extends Struct {
|
|
4888
4890
|
readonly epochMicrogonsPerArgonot: u128;
|
|
4889
4891
|
readonly members: BTreeMap<H160, PalletCrosschainTransferGlobalIssuanceCouncilMember>;
|
|
4890
4892
|
readonly totalWeight: u128;
|
|
4891
4893
|
}
|
|
4892
4894
|
|
|
4893
|
-
/** @name PalletCrosschainTransferGlobalIssuanceCouncilMember (
|
|
4895
|
+
/** @name PalletCrosschainTransferGlobalIssuanceCouncilMember (566) */
|
|
4894
4896
|
interface PalletCrosschainTransferGlobalIssuanceCouncilMember extends Struct {
|
|
4895
4897
|
readonly accountId: AccountId32;
|
|
4896
4898
|
readonly signer: H160;
|
|
4897
4899
|
readonly weight: u128;
|
|
4898
4900
|
}
|
|
4899
4901
|
|
|
4900
|
-
/** @name PalletCrosschainTransferCouncilApprovalQueueEntry (
|
|
4902
|
+
/** @name PalletCrosschainTransferCouncilApprovalQueueEntry (571) */
|
|
4901
4903
|
interface PalletCrosschainTransferCouncilApprovalQueueEntry extends Struct {
|
|
4902
4904
|
readonly approvingCouncilHash: H256;
|
|
4903
4905
|
readonly target: PalletCrosschainTransferCouncilApprovalTargetId;
|
|
@@ -4909,7 +4911,7 @@ declare module '@polkadot/types/lookup' {
|
|
|
4909
4911
|
readonly signatures: BTreeMap<H160, U8aFixed>;
|
|
4910
4912
|
}
|
|
4911
4913
|
|
|
4912
|
-
/** @name PalletCrosschainTransferMintingAuthority (
|
|
4914
|
+
/** @name PalletCrosschainTransferMintingAuthority (576) */
|
|
4913
4915
|
interface PalletCrosschainTransferMintingAuthority extends Struct {
|
|
4914
4916
|
readonly accountId: AccountId32;
|
|
4915
4917
|
readonly destinationChain: PalletCrosschainTransferSourceChain;
|
|
@@ -4926,7 +4928,7 @@ declare module '@polkadot/types/lookup' {
|
|
|
4926
4928
|
readonly deactivationApprovalQueueNonce: Option<u64>;
|
|
4927
4929
|
}
|
|
4928
4930
|
|
|
4929
|
-
/** @name PalletCrosschainTransferMintingAuthorityState (
|
|
4931
|
+
/** @name PalletCrosschainTransferMintingAuthorityState (577) */
|
|
4930
4932
|
interface PalletCrosschainTransferMintingAuthorityState extends Enum {
|
|
4931
4933
|
readonly isPendingActivation: boolean;
|
|
4932
4934
|
readonly isActive: boolean;
|
|
@@ -4934,7 +4936,7 @@ declare module '@polkadot/types/lookup' {
|
|
|
4934
4936
|
readonly type: 'PendingActivation' | 'Active' | 'Deactivating';
|
|
4935
4937
|
}
|
|
4936
4938
|
|
|
4937
|
-
/** @name PalletCrosschainTransferTransferOutTransferOutOfArgon (
|
|
4939
|
+
/** @name PalletCrosschainTransferTransferOutTransferOutOfArgon (579) */
|
|
4938
4940
|
interface PalletCrosschainTransferTransferOutTransferOutOfArgon extends Struct {
|
|
4939
4941
|
readonly argonAccountId: AccountId32;
|
|
4940
4942
|
readonly argonTransferNonce: Compact<u64>;
|
|
@@ -4953,7 +4955,7 @@ declare module '@polkadot/types/lookup' {
|
|
|
4953
4955
|
readonly state: PalletCrosschainTransferTransferOutTransferOutState;
|
|
4954
4956
|
}
|
|
4955
4957
|
|
|
4956
|
-
/** @name PalletCrosschainTransferTransferOutMintingAuthorityTransferReservation (
|
|
4958
|
+
/** @name PalletCrosschainTransferTransferOutMintingAuthorityTransferReservation (581) */
|
|
4957
4959
|
interface PalletCrosschainTransferTransferOutMintingAuthorityTransferReservation extends Struct {
|
|
4958
4960
|
readonly microgonCollateral: u128;
|
|
4959
4961
|
readonly micronotCollateral: u128;
|
|
@@ -4961,27 +4963,27 @@ declare module '@polkadot/types/lookup' {
|
|
|
4961
4963
|
readonly signature: U8aFixed;
|
|
4962
4964
|
}
|
|
4963
4965
|
|
|
4964
|
-
/** @name PalletCrosschainTransferTransferOutTransferOutState (
|
|
4966
|
+
/** @name PalletCrosschainTransferTransferOutTransferOutState (585) */
|
|
4965
4967
|
interface PalletCrosschainTransferTransferOutTransferOutState extends Enum {
|
|
4966
4968
|
readonly isStarted: boolean;
|
|
4967
4969
|
readonly isReady: boolean;
|
|
4968
4970
|
readonly type: 'Started' | 'Ready';
|
|
4969
4971
|
}
|
|
4970
4972
|
|
|
4971
|
-
/** @name PalletCrosschainTransferTransferOutPendingCollateralizationRequest (
|
|
4973
|
+
/** @name PalletCrosschainTransferTransferOutPendingCollateralizationRequest (587) */
|
|
4972
4974
|
interface PalletCrosschainTransferTransferOutPendingCollateralizationRequest extends Struct {
|
|
4973
4975
|
readonly transferId: H256;
|
|
4974
4976
|
readonly remainingCollateral: u128;
|
|
4975
4977
|
readonly remainingMintingAuthorityTip: u128;
|
|
4976
4978
|
}
|
|
4977
4979
|
|
|
4978
|
-
/** @name PalletCrosschainTransferSourceChainCirculation (
|
|
4980
|
+
/** @name PalletCrosschainTransferSourceChainCirculation (589) */
|
|
4979
4981
|
interface PalletCrosschainTransferSourceChainCirculation extends Struct {
|
|
4980
4982
|
readonly argonCirculation: u128;
|
|
4981
4983
|
readonly argonotCirculation: u128;
|
|
4982
4984
|
}
|
|
4983
4985
|
|
|
4984
|
-
/** @name PalletCrosschainTransferError (
|
|
4986
|
+
/** @name PalletCrosschainTransferError (590) */
|
|
4985
4987
|
interface PalletCrosschainTransferError extends Enum {
|
|
4986
4988
|
readonly isInvalidTransferToArgonActivity: boolean;
|
|
4987
4989
|
readonly isNoGatewayProofBlocksProvided: boolean;
|
|
@@ -5096,7 +5098,7 @@ declare module '@polkadot/types/lookup' {
|
|
|
5096
5098
|
| 'CouncilSignerRotationPending';
|
|
5097
5099
|
}
|
|
5098
5100
|
|
|
5099
|
-
/** @name PalletBootstrapError (
|
|
5101
|
+
/** @name PalletBootstrapError (592) */
|
|
5100
5102
|
interface PalletBootstrapError extends Enum {
|
|
5101
5103
|
readonly isEncryptedPayloadTooLong: boolean;
|
|
5102
5104
|
readonly isInvalidRecoveryProof: boolean;
|
|
@@ -5107,45 +5109,45 @@ declare module '@polkadot/types/lookup' {
|
|
|
5107
5109
|
| 'EndpointOwnedByAnotherAccount';
|
|
5108
5110
|
}
|
|
5109
5111
|
|
|
5110
|
-
/** @name FrameSystemExtensionsAuthorizeCall (
|
|
5112
|
+
/** @name FrameSystemExtensionsAuthorizeCall (595) */
|
|
5111
5113
|
type FrameSystemExtensionsAuthorizeCall = Null;
|
|
5112
5114
|
|
|
5113
|
-
/** @name FrameSystemExtensionsCheckNonZeroSender (
|
|
5115
|
+
/** @name FrameSystemExtensionsCheckNonZeroSender (596) */
|
|
5114
5116
|
type FrameSystemExtensionsCheckNonZeroSender = Null;
|
|
5115
5117
|
|
|
5116
|
-
/** @name FrameSystemExtensionsCheckSpecVersion (
|
|
5118
|
+
/** @name FrameSystemExtensionsCheckSpecVersion (597) */
|
|
5117
5119
|
type FrameSystemExtensionsCheckSpecVersion = Null;
|
|
5118
5120
|
|
|
5119
|
-
/** @name FrameSystemExtensionsCheckTxVersion (
|
|
5121
|
+
/** @name FrameSystemExtensionsCheckTxVersion (598) */
|
|
5120
5122
|
type FrameSystemExtensionsCheckTxVersion = Null;
|
|
5121
5123
|
|
|
5122
|
-
/** @name FrameSystemExtensionsCheckGenesis (
|
|
5124
|
+
/** @name FrameSystemExtensionsCheckGenesis (599) */
|
|
5123
5125
|
type FrameSystemExtensionsCheckGenesis = Null;
|
|
5124
5126
|
|
|
5125
|
-
/** @name FrameSystemExtensionsCheckNonce (
|
|
5127
|
+
/** @name FrameSystemExtensionsCheckNonce (602) */
|
|
5126
5128
|
interface FrameSystemExtensionsCheckNonce extends Compact<u32> {}
|
|
5127
5129
|
|
|
5128
|
-
/** @name FrameSystemExtensionsCheckWeight (
|
|
5130
|
+
/** @name FrameSystemExtensionsCheckWeight (603) */
|
|
5129
5131
|
type FrameSystemExtensionsCheckWeight = Null;
|
|
5130
5132
|
|
|
5131
|
-
/** @name PalletTransactionPaymentChargeTransactionPayment (
|
|
5133
|
+
/** @name PalletTransactionPaymentChargeTransactionPayment (604) */
|
|
5132
5134
|
interface PalletTransactionPaymentChargeTransactionPayment extends Compact<u128> {}
|
|
5133
5135
|
|
|
5134
|
-
/** @name FrameMetadataHashExtensionCheckMetadataHash (
|
|
5136
|
+
/** @name FrameMetadataHashExtensionCheckMetadataHash (605) */
|
|
5135
5137
|
interface FrameMetadataHashExtensionCheckMetadataHash extends Struct {
|
|
5136
5138
|
readonly mode: FrameMetadataHashExtensionMode;
|
|
5137
5139
|
}
|
|
5138
5140
|
|
|
5139
|
-
/** @name FrameMetadataHashExtensionMode (
|
|
5141
|
+
/** @name FrameMetadataHashExtensionMode (606) */
|
|
5140
5142
|
interface FrameMetadataHashExtensionMode extends Enum {
|
|
5141
5143
|
readonly isDisabled: boolean;
|
|
5142
5144
|
readonly isEnabled: boolean;
|
|
5143
5145
|
readonly type: 'Disabled' | 'Enabled';
|
|
5144
5146
|
}
|
|
5145
5147
|
|
|
5146
|
-
/** @name FrameSystemExtensionsWeightReclaim (
|
|
5148
|
+
/** @name FrameSystemExtensionsWeightReclaim (607) */
|
|
5147
5149
|
type FrameSystemExtensionsWeightReclaim = Null;
|
|
5148
5150
|
|
|
5149
|
-
/** @name ArgonRuntimeRuntime (
|
|
5151
|
+
/** @name ArgonRuntimeRuntime (609) */
|
|
5150
5152
|
type ArgonRuntimeRuntime = Null;
|
|
5151
5153
|
} // declare module
|